@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|PT+Sans");
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background-color: #fff;
  color: #121a03;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.clearfix:after {
  display: table;
  clear: both;
  content: ''; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

img {
  max-width: 100%; }

a {
  color: #abd16a;
  font-weight: 700; }
  a:hover, a:focus {
    outline: none;
    color: #95c543;
    text-decoration: none; }

input,
textarea, select {
  font-family: "PT Sans", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  padding: 10px 15px;
  color: #fff;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  input:focus, label:active + input,
  textarea:focus, label:active +
  textarea, select:focus, label:active + select {
    outline: none;
    color: #121a03;
    background-color: #fff; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  font-style: italic; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-style: italic; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-style: italic; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  font-style: italic; }




#alert.success {
    background-color: #20c997;
    color: #fff;
}
#alert.danger {
    background-color: #e57373;
    color: #fff;
}
#alert {
    border-radius: 3px;
    font-size: 1.2em;
    font-weight: bold;
    left: 20px;
    opacity: 0;
    padding: 10px 15px;
    position: fixed;
    left: 50%;
    top: -50px;
    transition: top 0.6s, opacity .6s;
    z-index: 100002;
    background-color: #fff;
    color: #333;
}
#alert.show {
    opacity: 1;
    top: 20px;
}




.overlaybg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 100000;
	display: none;
}
.overlay {
    box-shadow: 0 0 10px 5px;
    background-color: #20c997;
	background-image: linear-gradient(160deg, #20c997 0%, #89df81 65%);
    left: 20vw;
    padding: 30px;
    position: fixed;
    top: -500px;
    z-index: 100001;
    display: none;
    max-width: 500px;
    width: 98%;
}
.overlay h3 {
    margin-top: 0;
}
#logincontain label {
      display: block;
      color: #fff;
      font-family: "PT Sans", sans-serif;
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      cursor: pointer;
      padding: 0;
}
.loginclose {
    background-color: #555;
    border-radius: 3px;
    color: #efefef;
    display: block;
    font-size: 10px;
    height: 15px;
    line-height: 17px;
    padding: 0;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 7px;
    vertical-align: middle;
    width: 15px;
}
.overlay a {
    color: #efefef;
}
#showloginremind, #returnlogin {
    display: block;
    font-size: 14px;
    margin: 15px 0;
}


.playBtn {
    background: url(../../images/video/play-overlay.png) no-repeat center center / 20%;
    display: block;
    width: 100%;
    height: 53vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.playvideo {
    cursor: pointer;
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover;
    width: 100%;
    height: 53vw;
    position: relative;
    border: 1px solid;
}
#videoplayer {
    position: fixed;
    top: 100px;
    background: none;
    width: 90vw;
    max-width: 800px;
    display: none;
    z-index: 200001;
    padding: 0;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlay i.closeoverlay {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 5px 0;
    cursor: pointer;
    padding: 3px;
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: 1;
}
.fa-remove::before, .fa-close::before, .fa-times::before {
    content: "\f00d";
}
@media (min-width: 768px) { .playBtn, .playvideo { height: 193px; } }
@media (min-width: 992px) { .playBtn, .playvideo { height: 164px; } }
@media (min-width: 1200px) { .playBtn, .playvideo { height: 147px; } }



.btn.submit {
    width: auto;
}
img.sample {
	box-shadow: 0 0 10px 0 #E5E5E5;
	margin-bottom: 15px;
}
#sampleEmailFRM {
    padding: 20px 10% 0;
}

#sampleEmailFRM > input[type="text"], 
#sampleEmailFRM > input[type="email"] {
    background-color: rgba(0, 0, 0, 0.1);
}
#sampleEmailFRM > input[type="text"]:focus, 
#sampleEmailFRM > input[type="email"]:focus {
    background-color: rgba(0, 0, 0, 0.2);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
:-moz-placeholder { /* Firefox 18- */
  color: #333;
}



.no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-centered {
  display: block;
  float: none;
  text-align: left;
  margin: 0 auto; }

.btn {
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #121a03;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 9px 24px;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .btn:hover, .btn:focus {
    background-color: #4c6d7e;
    color: #fff; }
  .btn.verde-claro {
    background-color: #abd16a;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4); }
    .btn.verde-claro:hover, .btn.verde-claro:focus {
      background-color: #95c543;
      color: #fff; }
  .btn.verde {
    background-color: #43cb83; }
    .btn.verde:hover, .btn.verde:focus {
      background-color: #2fac6a;
      color: #fff; }
  .btn.outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.25);
    padding: 7px 20px;
    color: #fff; }
    .btn.outline:hover, .btn.outline:focus {
      background: rgba(255, 255, 255, 0.25);
      color: #fff; }

.responsive-background {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }
  .responsive-background img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%; }

.home-header {
  background-color: #ffbd53;
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 85vh;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100; }
  @media (min-width: 48em) {
    .home-header {
      height: 600px; } }
  .home-header__content, .home-header__products {
    position: absolute;
    top: 30px;
    text-align: center;
    width: 100%; }
    @media (max-width: 47.99em) {
      .home-header__content, .home-header__products {
        padding: 0 40px; } }
  .home-header__products {
    top: auto;
    bottom: -40px; }
  .home-header__content {
    font-size: 18px;
    font-family: "Montserrat", sans-serif; }
    .home-header__content-text {
      padding: 40px 0; }
    .home-header__content-cta {
      padding: 10px 0; }
      .home-header__content-cta .btn {
        margin: 0 10px;
        letter-spacing: 1.5px; }
        .home-header__content-cta .btn.green {
          padding: 9px 30px; }

.site-wrapper {
  position: relative;
  left: 0;
  right: 0;
  padding-top: 80vh; }
  @media (min-width: 48em) {
    .site-wrapper {
      padding-top: 600px; } }
  .site-wrapper__content {
    padding: 80px 0;
    font-size: 16px; }

.features {
  position: relative; }
  .features h4 {
    color: #40aa90;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px; }
  .features ul {
    margin: 0 0 0 20px;
    padding: 0; }
  @media (max-width: 47.99em) {
    .features {
      padding: 20px 0; } }

.what-is,
.how-easy {
  position: relative;
  padding: 40px 0; }
  .what-is:after,
  .how-easy:after {
    display: table;
    clear: both;
    content: ''; }

.how-easy__steps {
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .how-easy__steps-step {
    text-align: center;
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding: 0 25px; }
    .how-easy__steps-step h5 {
      color: #4c6d7e;
      margin-top: 20px;
      text-transform: uppercase;
      line-height: 25px; }
      .how-easy__steps-step h5 span {
        width: 25px;
        height: 25px;
        display: inline-block;
        text-align: center;
        margin-right: 10px;
        color: #fff;
        background-color: #abd16a;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
    @media (min-width: 500px) {
      .how-easy__steps-step {
        padding: 0 15px;
        flex: 0 0 50%;
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .how-easy__steps-step {
        flex: 0 0 25%; } }

.bottom-content {
  position: relative;
  padding: 80px 0;
  background-color: #20c997;
  background-image: linear-gradient(160deg, #20c997 0%, #89df81 65%); }
  .bottom-content:after {
    display: table;
    clear: both;
    content: ''; }

.pricing {
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  padding: 50px 60px;
  margin-top: -160px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
  .pricing__header {
    font-size: 16px;
    text-align: center; }
    .pricing__header h2 {
      margin-bottom: 30px; }
  .pricing__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 40px 0 0;
    padding: 0;
    position: relative; }
    .pricing__list:after {
      display: table;
      clear: both;
      content: ''; }
  .pricing__item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    text-align: center;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
    @media (min-width: 30em) {
      .pricing__item {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
    @media (min-width: 48em) {
      .pricing__item {
        margin: 1.5em 0; }
        .pricing__item.featured {
          z-index: 10;
          margin: 0; } }
  .pricing__title {
    text-transform: uppercase;
    font-size: 12px; }
  .pricing__body {
    padding: 0;
    background: #fff;
    cursor: default;
    overflow: hidden; }
    .featured .pricing__body {
      background-color: #121a03;
      color: #fff; }
  .pricing__price {
    position: relative;
    z-index: 1;
    height: 80px;
    padding: 1em;
    pointer-events: none;
    background-color: #edeef2;
    color: #121a03;
    border-top-left-radius: 6px; }
    .pricing__price .pricing__currency, .pricing__price .pricing__duration {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: #a8acb9; }
    .featured .pricing__price {
      background-color: #121a03;
      padding: 10px;
      border-top-right-radius: 6px;
      border-top-left-radius: 6px; }
    @media (min-width: 48em) {
      .pricing__price {
        height: auto;
        padding: 4px;
        pointer-events: auto;
        text-align: center;
        color: #4c6d7e; }
        .pricing__price .pricing__currency, .pricing__price .pricing__duration {
          display: inline-block;
          margin-top: 10px;
          vertical-align: top; } }
    .pricing__price .pricing__value {
      font-family: "Montserrat", sans-serif;
      color: #4f5362;
      font-size: 52px;
      font-weight: 700; }
      .featured .pricing__price .pricing__value {
        color: #fff; }
    .pricing__price .pricing__duration {
      font-size: 14px;
      vertical-align: baseline; }
      .pricing__price .pricing__duration:before {
        content: '/';
        margin-right: 2px; }
  .pricing__feature-list {
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style: none; }
    .pricing__feature-list li {
      width: 100%;
      float: left;
      padding: 1.6em 1em;
      font-size: 1.4rem;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .pricing__feature-list li.included {
        background-color: #4f5362;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        text-transform: uppercase; }
        .featured .pricing__feature-list li.included {
          margin-top: 3px; }
    @media (min-width: 48em) {
      .pricing__feature-list {
        width: auto; }
        .pricing__feature-list li {
          float: none;
          width: auto;
          padding: 1em; } }
  .pricing__footer {
    padding: 30px 0; }
    .featured .pricing__footer {
      background-color: #121a03;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px; }

.fine-print {
  position: relative;
  padding: 60px 0; }
  .fine-print__content {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff; }
    .fine-print__content > img {
      margin-bottom: 30px; }
  .fine-print__form {
    position: relative;
    display: none;
    margin-top: 30px; }
  .fine-print__form .mc-form {
	  display: none;
}
    .fine-print__form .mc-form:after {
      display: table;
      clear: both;
      content: ''; }
    .fine-print__form .mc-form fieldset {
      width: 100%;
      padding: 10px 20px;
      float: left; }
      @media (min-width: 48em) {
        .fine-print__form .mc-form fieldset {
          width: 50%; } }
    .fine-print__form .mc-form label {
      display: block;
      color: #fff;
      font-family: "PT Sans", sans-serif;
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      cursor: pointer;
      padding: 10px 0 0; }
    .fine-print__form .mc-form .submit-wrap {
      padding-top: 40px;
      text-align: center;
      clear: both; }
    .fine-print__form .mc-form__submit {
      width: auto;
      padding-left: 35px;
      padding-right: 35px; }
button.contactUs {
    margin-top: 20px;
}
#footerContactConfirmation {
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    left: 0;
    padding-top: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
}

@media screen and (min-device-width : 320px) and (max-device-height : 450px)  {
  .home-header__content-text {
    padding: 0px;
  }
  .home-header__products {
    top: auto;
    bottom: -120px;
  }
}

#moreVideos {
	padding: 30px;
}
@media (min-width: 768px) {
	#moreVideos {
		padding: 80px 0;
	}
	#moreVideos .playvideo, #moreVideos .playBtn {
	    height: 125px;
	}
	#moreVideos .videoContain:nth-child(3n+1) {
	    clear: both;
	}
}
@media (min-width: 992px) {
	#moreVideos .videoContain:nth-child(3n+1) {
	    clear: none;
	}
	#moreVideos .playvideo, #moreVideos .playBtn {
	    height: 120px;
	}
	#moreVideos .videoContain:nth-child(4n+1) {
	    clear: both;
	}
}
@media (min-width: 1200px) {
	#moreVideos .playvideo, #moreVideos .playBtn {
	    height: 148px;
	}
}