html {
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  color: #485057;
}
h1, h2, h3 {
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
h2 {
  font-size: 2.25rem;
  font-weight: 700;
}
h3 {
  font-size: 1.3rem;
  font-weight: 700;
}
h4 {
  margin-bottom: 0;
}
h4 + p {
  margin-top: 0;
}
ol, ul {
  margin-left: 1rem;
  padding-left: 0;
}
ol li {
  padding-left: .5rem;
}
p, li {
  line-height: 1.35;
}
sup {
  font-size: .6em;
}
a {
  color: ;
}
a.cta {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  background-color: #a3d466;
  color: #fff !important;
  font-size: 1rem;
  line-height: 1;
  padding: .85rem 2.25rem .75rem;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: .5rem;
}
a.cta:hover {
}
strong {}
.centered {
  text-align: center;
}
.larger {
  font-size: 1.25em;
}
.smaller {
  font-size: .7rem;
}
.align-left {
  display: block;
  float: left;
  margin: 0 1.5rem 0 0;
}
.align-inline {
  margin: 0 .125rem -1px;
}
hr {
  border: 0px;
  border-top: 1px solid #484f57;
}

.container {
  margin: 0;
  overflow: hidden;
}
.content-wrap a {
  color: #a3d466;
}
.content-wrap a:hover {
  text-decoration: none;
}
.container .row + p.centered {
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.content-wrap {
  max-width: calc(1000px + 2rem);
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  margin: 0px auto;
}
.content-wrap img {
  max-width: 100%;
}

.row {
  margin: 1rem auto;
  justify-content: space-between;
  display: flex;
  flex-flow: row;
}
.row .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 .5rem;
  font-size: .95rem;
}
.row .column img {
  display: block;
  height: 160px;
  width: auto;
}
.row .column h3 {
  margin: 1.5rem 0 .9rem;
  font-size: 1.15rem;
  width: 100%;
  text-align: center;
}
.row .column p {
  margin: 0 0 1rem;
  line-height: 1.5;
}

.top {
  /*border-bottom: 1px solid #8cc63f;*/
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: calc(960px + 2rem);
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}
.top .logo a {
  display: block;
}
.top .logo a img {
  display: block;
  max-width: 250px;
}
.top .button {
  display: block !important;
  max-width: 59vw;
}
.top .button a {
  
}

.hero {
  background-image: url('/images/hero-bg.jpg');
  background-size: cover;
  background-position: 0 35%;
  width: 100%;
  position: relative;
  clip-path: polygon(50% 100%, 100% 80%, 100% 0%, 0% 0%, 0% 80%);
}
.hero .cta {
  color: #fff;
  padding: 7rem 0 10rem;
}
.hero .cta h1 {
  width: 100%;
  margin: 0;
  display: block;
  font-size: 1.75rem;
}
.hero .cta h1 span.left {
  display: block;
  margin-right: 70%;
  text-align: right;
}
.hero .cta h1 span.right {
  display: block;
  margin-top: 2rem;
  margin-left: 70%;
  text-align: left;
}
.hero .cta h1 a {
  margin-top: 1rem;
}
.hero .woman {
  width: 50%;
  justify-content: center;
}
.hero .woman img {
  display: block;
  margin: 2rem auto;
}

.intro h1 span {
  display: block;
  color: #a3d466;
}

.banner {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  background-color: #f7f5f6;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner-wrap {
  max-width: 1000px;
  min-height: 400px;
  margin: 0 auto;
  padding: 2rem 1rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.banner p {
  font-size: 2rem;
  font-weight: 700;
  margin: .5rem 0;
}
.bulkamid.banner > img {
  position: absolute;
  height: 100%;
  left: 45%;
  z-index: 1;
  padding: 1rem;
}
.snm.banner > img {
  position: absolute;
  height: 100%;
  right: -5rem;
  z-index: 1;
}

.quote {}
.quote .content-wrap {
  /*max-width: 760px;*/
}
.quote .row {
  justify-content: center;
}
.quote .row .column {
  width: auto;
  flex-shrink: 0;
  max-width: 100%;
  align-content: center;
  justify-content: flex-start;
}
.quote .row .column:last-child {
  margin-left: 1rem;
  max-width: 600px;
}
.quote .row .column img {
  width: auto;
  height: auto;
}
.quote .row .column p.blockquote {
  width: 100%;
  text-align: left;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin: .5rem 0;
}
.quote .row .column p.author {
  width: 100%;
  font-size: .85em;
  text-align: right;
  margin-right: 1rem;
}

.details .row .column .image-wrap {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details .row .column .image-wrap img {
  height: auto;
  max-height: 100%;
}

.form {
  background-color: #f7f5f6;
  padding: .5rem 0 2.5rem;
  margin: 2.5rem 0 2.5rem;
}
.form .content-wrap h2 {
  margin-bottom: 0;
}
.form .content-wrap p {
  margin-top: .5rem;
}

.references ol li,
.references p {
  margin-bottom: .5rem;
}
.references ol {
  margin-top: 0;
}
.references ol li {
  line-height: 1.5;
}
.references p span {
  padding: 0 .85rem 0 .15rem;
}

.isi, .references {
  font-size: .85rem;
}
.isi img {
  max-width: 130px;
  margin: 1.5rem 0 -.5rem;
}

.footer {
  color: #fff;
  text-align: center;
  margin-top: 3rem;
  height: auto;
  width: 100%;
  padding: 1rem 0 1rem;
  background-color: #485057;
}
.footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: calc(960px + 2rem);
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
}
.footer .footer-wrap a.cta-logo {
  max-width: 240px;
  display: block;
  margin-right: 2rem;
}
.footer .footer-wrap a.cta-logo img {
  display: block;
  width: 100%;
}
.footer .footer-wrap p.copyright {
  font-size: .8rem;
  font-weight: 600;
}

@media screen and (max-width: 915px) /* Mobile */ {
  .snm.banner > img {
      position: absolute;
      height: 100%;
      left: 0rem;
      z-index: 1;
  }
}

@media screen and (max-width: 860px) /* Mobile */ {
  html {
    font-size: 18px;
  }
  .top {
    padding-right: .5rem;
    padding-left: .5rem;
    height: 85px;
  }
  .top .logo {
    max-width: 40vw;
  }
  .top .logo a,
  .top .logo a img {
    width: 100%;
  }
  .hero {
    background-position: top left;

  }
  .hero .cta h1 span.left {
    margin-left: 0;
    margin-right: 45%;
    text-align: left;
  }
  .hero .cta h1 span.right {
    margin-left: 0;
    margin-right: 45%;
  }
  .hero .cta h1 a {
    width: calc(100vw - 2rem);
    text-align: center;
  }
  .row {
    flex-direction: column;
  }
  .row .column {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .video-1 .row .column {
    max-width: 100%;
  }
  .footer .footer-wrap {
    justify-content: center;
  }
  .footer .footer-wrap .copyright span {
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) /* Mobile */ {
  .snm.banner .banner-wrap img {
    width: 70%;
  }
  .snm.banner .banner-wrap p {
    font-size: 1.2rem;
  }
  .snm.banner > img {
    left: auto;
    right: -415px;
  }
  .new-banner > img {
    min-height: initial;
    right: 0px !important;
    opacity: .25;
  }
  .new-banner .banner-wrap {
    min-height: initial;
  }
  .new-banner p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 460px) /* Mobile */ {
  .hero {
    background-image: url(/images/hero-bg-mobile.jpg);
    background-position: 70% 0;
  }
  .top .button a.cta {
    font-size: .8rem;
    padding: 1rem .5rem;
  }
  .bulkamid.banner > img {
    height: 50%;
    bottom: 15%;
  }
}

/* Constant Contact CSS */
.ctct-form-embed.form_7 .ctct-form-custom .ctct-form-button {
  background-color: #a9d47d !important;
  border: 1px solid #a9d47d !important;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
}