* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.displayNone {
  display: none;
}
.mobileButtonDisplay {
  display: none;
}
.smallSummery {
  display: none;
}
.buttonP {
  text-align: center;
  width: 100%;
}

body {
  font-family: "Varela Round", sans-serif;
  background-color: #fafafa;
}
.note {
  background: #000;
  min-height: 175px;
  /* CHANGED TEMPORARILY */
  /* min-height: 300px; */
  color: #fff;
  font-size: 2em;
  text-align: center;
  padding: 30px;
  width: 100%;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

header .logo {
  height: 50px;
  position: relative;
  top: 4px;
  background: no-repeat 0 50%;
  background-image: url(../images/greenerLogoDark.png);
  background-size: contain;
  width: 175px;
}
header a.waLink{
  font-size:2em;
  text-decoration: none;
  color: #387536;
  font-weight: bold;
}
header .fa {
  color: #387536;
  font-size: 30px;
  cursor: pointer;
  transition: 400ms;
  -webkit-text-stroke: 1px #fafafa;
}

nav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

nav .left-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  background: #fff;
  box-shadow: 0px 0px 8px;
  transform: translateX(102%);
  transition: 400ms;
}

nav .left-nav.in {
  transform: translateX(0%);
}

nav .left-nav a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  padding: 14px 20px;
  border-bottom: 1px solid #ccc;
  color: #387536;
  border-left: 4px solid #fff;
  transition: all 400ms;
}

nav .left-nav a:hover {
  border-left: 4px solid #387536;
}

footer {
  /*height: 150px;*/
  display: flex;
  padding: 0 100px;
  align-items: flex-start;
  color: #fff;
  background-color: #387536;
  padding: 30px 10px;
}

footer h4 {
  color: #95c51d;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

footer p {
  line-height: 20px;
  font-size: 15px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
}

footer .social-icons {
  margin-left: auto;
}

footer .social-icons .fa {
  color: #fff;
  font-size: 30px;
  padding: 0 20px 0 0;
}

img {
  max-width: 100%;
}

.form-section {
  padding: 40px;
  border-bottom: 1px solid #eee;
}

.form-section h2 {
  text-align: center;
  font-weight: normal;
  font-size: 35px;
  text-transform: capitalize;
}

.form-section h3 {
  font-weight: normal;
  font-size: 26px;
  /*	text-transform: capitalize;*/
}

.form-section h4 {
  text-align: center;
  font-weight: normal;
}

.form-section p {
  color: #a7a5a5;
  font-size: 15px;
}

.form-row {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

.form-row > div {
  flex: 1 1 0%;
  padding: 0 10px;
  position: relative;
}

.form-row input,
.form-row .input,
.form-row select,
.form-row textarea {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #c6c6c7;
  padding: 0 10px;
  background-color: #fff;
  margin-top: 20px;
  font-size: 16px;
}

.form-row input[type="button"] {
  cursor: pointer;
}

.form-row input[type="submit"] {
  cursor: pointer;
  background-color: #407533;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 300ms;
}

.form-row input[type="submit"]:hover {
  background-color: #fff;
  border: 1px solid #407533;
  color: #407533;
}

.form-row textarea {
  height: auto;
}

.top-section {
  height: calc(100vh - 80px);
  background-image: url("../images/greenerSplash.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 20px solid #fafafa;
  border-right: 20px solid #fafafa;
  border-bottom: 20px solid #fafafa;
  position: relative;
}

.top-section img {
  width: 250px;
  margin: 0 auto 40px auto;
  display: block;
}

.top-section h1 {
  font-size: 50px;
  color: #fff;
  text-shadow: -2px -2px 0px rgba(00, 00, 00, 0.9),
    2px 2px 0px rgba(00, 00, 00, 0.9);
  text-align: center;
}

.top-section h4 {
  color: #fff;
  text-shadow: -2px -2px 0px rgba(00, 00, 00, 0.9),
    2px 2px 0px rgba(00, 00, 00, 0.9);
  text-align: center;
  padding: 20px 0 50px;
  font-size: 30px;
}

.top-section .top-actions {
  display: flex;
  max-width: 90vw;
  width: 500px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.landnigInput,
.top-section button {
  display: block;
  width: 220px;
  height: 60px;
  border: none;
  font-size: 22px;
  text-align: center;
  border-radius: 30px;
  background-color: #91c531;
  color: #fff;
  border: 2px solid #fff;
  outline: none;
  transition: all 500ms ease;
}

.top-section input::-webkit-outer-spin-button,
.top-section input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.top-section input::-webkit-input-placeholder {
  color: #fff;
}

.landnigInput:hover,
.top-section button:hover {
  cursor: pointer;
  background-color: #3c8a36;
  color: #ffffff;
  border: 2px solid #3c8a36;
}

.homeGetNotified {
  background-color: rgba(200, 200, 200, 0.8);
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.homeGetNotified [type="email"] {
  display: block;
  margin: 10px auto;
  padding: 10px;
  border-radius: 5px;
}
.homeGetNotified [type="email"]::placeholder {
  color: gray;
}
.homeGetNotified [type="submit"] {
  display: block;
  margin: 10px auto;
  padding: 10px;
  border-radius: 5px;
  border: 0;
  background-color: #91c531;
  color: #fff;
  transition: background-color 0.5s;
}
.homeGetNotified [type="submit"]:hover {
  background-color: #3c8a36;
}

.on-zip-entered {
  height: 100px;
  opacity: 0;
  visibility: hidden;
  width: 500px;
  max-width: 90vw;
}

.on-zip-entered.in {
  opacity: 1;
  visibility: visible;
}

.on-zip-entered button {
  width: 100%;
  display: none;
  margin-top: 30px;
  cursor: pointer;
}

.on-zip-entered .get-notified {
  width: 100%;
  margin: 30px auto;
  max-width: 500px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  text-transform: capitalize;
  font-size: 18px;
  display: none;
  background-color: #fff;
}

.top-section .videoWrapper {
  top: -300vh;
  z-index: 2;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  background-color: rgba(100, 100, 100, 0.9);
  transition: top 0.5s;
}
.videoWrapperInner {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.top-section .videoWrapper.show {
  top: 0;
}

.closeVideo {
  color: #fff;
  position: absolute;
  cursor: pointer;
  font-size: 40px;
  right: 3vw;
  top: 3vh;
  z-index: 1;
}

.top-section .videoWrapper iframe {
  margin: 5vh auto 0 5vw;
  border: 6px solid #387536;
  width: 90%;
  height: 90%;
  display: block;
  position: absolute;
  top: 0;
}

.services {
  padding: 80px 100px 100px;
  background-image: url("../images/planBg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.services h2 {
  font-size: 40px;
  text-align: center;
  color: #407533;
}

.services-boxes {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 100px;
}

.service-box {
  width: 220px;
  height: 220px;
  border: 1px solid #d9dadc;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  color: #407533;
  background-color: #fff;
  transition: all 300ms;
  margin: 10px 2px;
}

.service-box:hover {
  border-top: 4px solid;
  border-bottom: 4px solid;
}

.service-box .fa {
  font-size: 50px;
  margin-bottom: 20px;
  -webkit-text-stroke: 2px #fff;
}

.contact {
  padding: 80px 100px 100px;
}

.contact h2 {
  font-size: 40px;
  text-align: center;
  color: #407533;
}

.contact-info {
  display: flex;
  max-width: 1200px;
  flex-wrap: wrap;
  margin: 80px auto 0 auto;
  justify-content: space-between;
}

.contact-info form,
.contact-info .formdex#id-j6kmzh-198 {
  width: 46%;
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 0px 0px 4px #ccc;
}

.contact-info .map {
  width: 50%;
  min-height: 400px;
}

.contact-info .map iframe {
  width: 100%;
  height: 100%;
}

.order-form {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  align-items: flex-start;
}

.order-form .left-section {
  background-color: #fff;
  width: 65%;
}

.order-form .right-section {
  width: 33%;
}
.order-form .right-section .order-summary {
  background-color: #fff;
  width: 328px;
}
.order-form .right-section.fixed .order-summary {
  position: fixed;
  top: 0;
}

.order-form .order-summary h2 {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 20px;
}

.order-form .order-summary .plan {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0 20px;
}
.order-form .order-summary .plan-description {
  border-bottom: 1px solid #eee;
  padding: 20px;
  margin-bottom: 10px;
}
.order-form .order-summary .plan-description > div {
  display: flex;
  justify-content: space-between;
}
.order-form .order-summary .summary {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
.order-form .order-summary .summary-total {
  border-top: 1px solid #eee;
  margin-top: 10px;
  font-size: 20px;
  padding: 20px;
}

.order-form .input {
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}

.order-form .plan-btn {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.order-form .plan-btn:checked + .input {
  background-color: #91c531;
  color: #fff;
}

/*=about*/
.aboutContent {
  padding: 10px;
  margin: 0 auto;
  max-width: 1000px;
}
.aboutContent h1 {
  text-align: center;
  font-weight: 800;
  font-size: 50px;
  margin: 60px 0;
}
.aboutImg {
  height: 45vw;
  width: 50%;
  float: right;
  margin-left: 20px;
  background: url(../images/cleaner.png) no-repeat 50% 100%;
  background-size: contain;
}
.aboutContent p {
  font-size: 18px;
  margin: 45px 0;
  line-height: 1.5em;
  text-align: justify;
}
#body-about footer {
  margin-top: 150px;
}

/* calander style */

.zip-layer {
  position: fixed;
  top: 30%;
  left: 50%;
  width: 600px;
  max-width: 100%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 8px 1px #595959;
  padding: 40px 100px 60px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.get-notified {
  display: none;
}
.ask-zip .zip-layer {
  opacity: 1;
  visibility: visible;
  top: 28%;
}
.ask-zip:after {
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.zip-layer p {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 1001px) {
  .zip-layer button[type="submit"] {
    cursor: pointer;
    background-color: #407533;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 300ms;
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #c6c6c7;
    padding: 0 10px;
    margin-top: 20px;
  }
  .zip-layer button[type="submit"]:hover {
    background-color: #fff;
    border: 1px solid #407533;
    color: #407533;
  }
}

/*=services*/
.servicesPageContent {
}
#body-services h1 {
  text-align: center;
  margin: 50px auto;
  font-size: 42px;
  font-weight: 900;
}
.truckImage {
  background: url(../images/truck.jpg) no-repeat 50%;
  background-size: contain;
  height: 300px;
}
.servicesSection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 100px 0;
}
.serviseWrapper {
  margin: 0 20px;
  padding: 20px;
  max-width: 300px;
}
.serviseWrapper .icon {
  background: no-repeat 50%;
  background-size: contain;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}
.serviseWrapper.garbageCans .icon {
  background-image: url(../images/garbageVector.png);
}
.serviseWrapper.dumpsters .icon {
  background-image: url(../images/dumpsterVector.png);
}
.serviseWrapper.powerWashing .icon {
  background-image: url(../images/powerWashVector.png);
  width: 100%;
}
.serviseWrapper h3 {
  text-align: center;
  margin: 30px auto;
  color: #387536;
  font-size: 25px;
  font-weight: 900;
}
.serviseWrapper p {
  line-height: 1.5em;
  text-align: justify;
  text-align-last: center;
}

@media (max-width: 1000px) {
  /*=globel*/
  .mobileButtonStyle,
  .form-row .mobileButtonStyle {
    border-radius: 0;
    background-color: #fff;
    border: 0;
    color: #91c531;
    height: 50px;
    width: 100vw;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin: 10px auto;
  }
  .mobileButtonStyle::after,
  .form-row .mobileButtonStyle::after {
    content: "";
    display: inline-block;
    height: 0;
    border-top: solid 25px #91c531;
    border-bottom: solid 25px #91c531;
    border-left: solid #fff 15px;
    float: right;
  }
  .mobileButtonDisplay {
    display: block;
  }
  body .desktopButton {
    display: none;
  }
  body {
    padding-top: 70px;
  }

  /*=header*/
  header {
    position: fixed;
    width: 100%;
    background-color: #91c531;
    z-index: 3;
    top: 0;
  }
  header .fa-bars {
    -webkit-text-stroke: 0;
    color: #fff;
  }
  header .logo {
    background-image: url(../images/greenerLogo.png);
  }

  /*=footer*/
  footer {
    display: block;
    text-align: center;
  }
  .social-icons {
    margin-top: 40px;
  }

  /*=home*/
  #body-home {
    background-color: #91c531;
  }
  .top-section {
    border: 0;
    background: 0;
  }
  .top-section h1 {
    text-shadow: none;
    font-size: 30px;
  }
  .top-section h4 {
    text-shadow: none;
    font-size: 20px;
  }
  .top-section .videoWrapper {
    padding-top: 73px;
  }
  .closeVideo {
    top: 75px;
    right: 0;
  }
  .services {
    background: 0;
    padding: 80px 10px;
  }
  .services-boxes {
    margin-top: 20px;
  }
  .service-box {
    height: 150px;
    width: 150px;
  }
  .contact {
    padding: 10px;
    padding-top: 100px;
  }
  .contact-info {
    margin: 0 auto;
  }
  .contact-info .formdex#id-j6kmzh-198 {
    width: 100%;
    margin: 10px 0;
    background-color: transparent;
    box-shadow: none;
  }
  .contact-info .map {
    display: none;
  }

  /*=order*/
  #body-order h1.main {
    display: none;
  }
  .top-actions .learnMore {
    display: inline-block;
    margin-top: 40px;
    text-decoration: none;
    color: blue;
  }
  .ask-zip .zip-layer {
    top: 70px;
    width: 100vw;
    height: calc(100vh - 70px);
    left: 0;
    box-shadow: none;
    transform: none;
    background-color: #91c531;
    padding: 0;
  }
  .ask-zip .zip-layer input,
  .ask-zip .zip-layer button {
    border-color: blue;
    display: block;
    width: 90vw;
    margin: 30px auto;
  }
  .getNotifiedWrapper p {
    text-align: center;
    font-size: 25px;
    margin: 30px 0;
  }
  .order-form {
    display: block;
  }
  .form-row {
    display: block;
  }
  .order-form .left-section {
    width: 100%;
  }
  .order-form .right-section {
    display: none;
  }
  .order-form .order-summary {
    width: 100%;
  }
  .smallSummery {
    display: block;
    position: fixed;
    top: 73px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 5px #eee;
    padding: 6px;
    color: #aaa;
    border-bottom-left-radius: 3px;
  }
  .order-form .right-section.fixed .order-summary {
    position: static;
  }
}

/* add margin to cms paragraphs */

.cms-paragraph{
  margin-bottom: 6px;
}
