@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: 1400px;
  max-width: 100%;
  margin: auto;
  background-color: #000;
}

.container-full {
  max-width: 100%;
  margin: auto;
}

.form-container {
  width: 80%;
  max-width: 80%;
  margin: 2% auto;
}

@media (max-width: 768px) {
  .form-container {
    width: 100%;
    max-width: 100%;
  }
}

.inner-wrapper {
  padding-left: 3%;
  padding-right: 3%;
}

.flex-vert-ctr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta {
  background-color: #2a924d;
  color: #000000;
  text-decoration: none;
  font-weight: bolder;
  transition: .3s all;
}

.cta:hover {
  background-color: #1f6a38;
  color: #000;
}

.btn-lg {
  padding: .5em 3em;
  font-size: 4vw;
  line-height: 1.5;
}

.btn-sm {
  padding: .5em 1em;
  font-size: 1.5em;
  font-weight: bold;
}

@media (min-width: 531px) and (max-width: 768px) {
  .btn-sm {
    font-size: 1em;
  }
}

@media (min-width: 769px) and (max-width: 1006px) {
  .btn-sm {
    font-size: 1em;
  }
}

.btn-md {
  padding: .5em 3em;
  font-size: 3vw;
  line-height: 1.5;
}

@media (min-width: 300px) and (max-width: 530px) {
  .btn-md {
    font-size: 2em;
  }
}

.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 2px 0;
  color: #fff;
  background-color: #272727;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.btn:hover {
  color: #fff;
}

.btn-join {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 2px 0;
  padding: .5em 3em;
  color: #fff;
  background-color: #2a924d;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}

@media (min-width: 300px) and (max-width: 530px) {
  .btn-join {
    padding: .5em 1em;
  }
}

.btn-join:hover {
  color: #fff;
  background-color: #104a24;
}

.btn-join-form {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 2px 0;
  padding: .5em 3em;
  width: 100%;
  font-size: 2vw;
  color: #fff;
  background-color: #2a924d;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.btn-join-form:hover {
  color: #000;
  background-color: #104a24;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.div-spacer {
  padding-top: 2%;
  padding-bottom: 2%;
}

.div-spacer-sm {
  padding-top: 3%;
  padding-bottom: 3%;
}

.bottom-spacer {
  padding-top: 0;
  padding-bottom: 4%;
}

@media (min-width: 300px) and (max-width: 530px) {
  .bottom-spacer {
    padding-bottom: 8%;
  }
}

.text-center {
  text-align: center;
}

/*------------------------------------*\
    # Simple Typography Settings
\*------------------------------------*/
/*------------------------------------*\
    # Type
\*------------------------------------*/
*, html, body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 36px;
  line-height: 1.25em;
  font-weight: 900;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
}

h2 {
  font-size: 1.92308rem;
  margin-bottom: 18.46154px;
}

h3 {
  font-size: 1.66667rem;
  margin-bottom: 16px;
}

h4 {
  font-size: 1.47059rem;
  margin-bottom: 14.11765px;
}

h5 {
  font-size: 1.38889rem;
  margin-bottom: 13.33333px;
}

h6 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

p {
  margin-bottom: 20px;
  font-size: 1.0625rem;
  line-height: 1.5em;
  color: #161616;
}

p:last-of-type {
  margin-bottom: 0;
}

ul,
ol {
  margin: 20px 0 0 20px;
}

ul li,
ol li {
  margin-top: 10px;
  line-height: 1.5em;
  color: #505050;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
}

ul li {
  list-style: disc;
}

ul ul li {
  list-style: circle;
}

ol li {
  list-style: decimal;
}

hr {
  height: 3px;
  margin: 30px 0;
  border: none;
  background-color: #161616;
  opacity: .3;
}

blockquote {
  margin: 30px 0;
  font-size: 1.4375rem;
  line-height: 1.5em;
  color: #505050;
  text-align: center;
  font-style: italic;
}

table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}

table, td, th {
  text-align: left;
}

th {
  font-weight: 800;
}

th, td {
  padding: 15px;
}

@media (min-width: 200px) and (max-width: 380px) {
  th, td {
    padding: 5px 0;
  }
}

figure {
  margin: 30px 0;
}

figure img {
  margin: 0;
}

figcaption {
  margin-top: 10px;
  color: #6a6a6a;
  font-size: 16px;
}

pre {
  display: block;
  margin: 0 0 40px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #DADADA;
  overflow: auto;
  border-radius: 3px;
}

pre code {
  position: static;
  padding: 0;
  border: none;
  line-height: 1.5em;
}

code {
  position: relative;
  top: -0.2em;
  padding: 3px;
  font-family: Courier New, Courier, monospace;
  font-size: 0.88542rem;
  color: #282828;
  line-height: 1em;
  pointer-events: none;
  border: 1px solid #DADADA;
  border-radius: 3px;
}

em,
i,
.italic {
  font-style: italic;
}

strong,
b,
.bold {
  font-weight: 800;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: #ffc00f;
}

a:hover {
  color: #fff;
}

header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  width: 100%;
  height: 50vh;
  position: relative;
  color: #fff;
  background-image: url(../../dist/images/header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 35%;
  position: relative;
  border-bottom: 1px solid #2a924d;
  margin-bottom: 14%;
}

@media (min-width: 240px) and (max-width: 529px) {
  header {
    height: 30vh;
  }
}

@media (min-width: 960px) {
  header {
    height: 65vh;
  }
}

.header-top {
  padding: .5rem;
}

@media (min-width: 240px) and (max-width: 767px) {
  .header-top {
    visibility: hidden;
    height: 0;
    padding: 0;
  }
}

.header-top h6 {
  margin: 0;
}

@media (min-width: 300px) and (max-width: 530px) {
  header nav {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  h6 {
    font-size: 18px;
  }
  header {
    margin-bottom: 35%;
  }
}

@media (min-width: 531px) and (max-width: 768px) {
  header nav {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  h6 {
    font-size: 18px;
  }
  header {
    margin-bottom: 20%;
  }
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  margin-bottom: -15%;
}

@media (min-width: 300px) and (max-width: 530px) {
  nav {
    margin-bottom: -30%;
  }
}

nav img {
  width: 50%;
  min-width: 300px;
  height: auto;
}

@media (min-width: 300px) and (max-width: 530px) {
  nav .nav-btn {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  nav .nav-btn .btn-sm {
    font-size: 4.5vw;
  }
}

@media (min-width: 300px) and (max-width: 530px) and (min-width: 768px) {
  nav .btn-sm {
    font-size: 1em;
  }
}

.title {
  display: flex;
}

.title h1 {
  margin-top: -5px;
  font-size: 2em;
  margin-bottom: 0;
}

@media (min-width: 300px) and (max-width: 530px) {
  .title h1 {
    font-size: 22px;
  }
}

.title img {
  width: 30px;
  height: 30px;
  padding-right: 10px;
}

.text {
  text-align: center;
  padding: 0 1em;
}

.video-card-wrapper {
  width: 100%;
  height: auto;
  padding-top: 1em;
  /*display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 1.5em;
    */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1em;
}

@media (min-width: 300px) and (max-width: 430px) {
  .video-card-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
}

@media (min-width: 431px) and (max-width: 768px) {
  .video-card-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
  }
}

.video-card .video-card-img img {
  width: 100%;
  transition: transform .5s ease;
  overflow: hidden;
}

.video-card .video-card-img img:hover {
  transform: scale(1.06);
}

.video-card .video-card-text {
  background-color: #000;
}

.video-card .video-card-text img {
  width: 100%;
}

.video-card .img-hover-zoom {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.join-header {
  padding: .5em 0;
  margin: 0 auto;
  background-color: black;
}

.join-header img {
  width: 320px;
}

.join-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: auto;
}

@media (max-width: 768px) {
  .join-wrapper {
    grid-template-columns: 1fr;
  }
}

.join-wrapper .left {
  background-image: url(../../dist/images/join-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (min-width: 769px) and (max-width: 1123px) {
  .join-wrapper .left {
    background-position: 80% 20%;
  }
}

@media (min-width: 1124px) and (max-width: 1249px) {
  .join-wrapper .left {
    background-position: 20% 20%;
  }
}

.join-wrapper .right {
  background-color: #fd4901;
  padding: 3%;
}

.join_input, select {
  width: 100%;
}

.form-div {
  max-width: 550px;
  margin: 0 auto;
}

.form-div h2 {
  font-size: 30px;
  color: #fff;
}

form {
  display: block;
  margin-top: 0em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-group {
  margin-bottom: 20px;
}

.form-group > label {
  font-weight: 900;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.form-div .form-control {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-div .bottom-btn .btn {
  display: block;
  width: 100%;
  font-size: 48px;
  padding-bottom: 12px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
}

.btn-purple {
  background-color: #2a924d;
  color: #fff;
}

.join_input {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer {
  width: 100%;
  margin: 0 auto;
  padding: 2% 0;
  color: #BBB;
}

.footer img {
  width: 350px;
}

@media (min-width: 300px) and (max-width: 530px) {
  .footer img {
    width: 250px;
  }
}

.footer .footer-nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 1em;
}

.footer li {
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  font-size: 1.1em;
}

.footer a {
  color: #5e5e5e;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.footer p {
  color: #fff;
}

@media (min-width: 300px) and (max-width: 530px) {
  .footer p {
    padding: 1em;
    margin-bottom: 0;
  }
}

@media (min-width: 300px) and (max-width: 530px) {
  .footer {
    padding-top: 0;
  }
  .footer .footer-nav {
    flex-direction: column;
    padding-bottom: 2em;
  }
  .footer li {
    padding: 5px;
  }
}

.video-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0em 1em 0 0;
}

@media (min-width: 300px) and (max-width: 530px) {
  .video-nav {
    flex-direction: column;
    padding-top: 1em;
  }
}

.video-nav img {
  width: 300px;
  height: auto;
}

@media (min-width: 300px) and (max-width: 430px) {
  .video-nav img {
    width: 200px;
  }
}

@media (min-width: 300px) and (max-width: 530px) {
  .video-nav-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 1em;
  }
  .video-nav-btn .btn-sm {
    font-size: 4.5vw;
  }
}

@media (min-width: 300px) and (max-width: 530px) and (min-width: 768px) {
  .btn-sm {
    font-size: 1em;
  }
}

.video-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}

.video-wrapper .video-main {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  padding: 2em 1em 3em 1em;
}

.video-wrapper .video-main h2 {
  margin: 0;
}

.video-wrapper .video-ads {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-bottom: 1em;
}

@media (min-width: 1119px) and (max-width: 1279px) {
  .video-wrapper .video-ads {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}

@media (min-width: 750px) and (max-width: 1120px) {
  .video-wrapper .video-ads {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}

.video-wrapper .video-ads .text {
  padding: 1em;
  line-height: 5;
  border: 2px solid #000;
  display: flex;
  align-items: flex-start;
  text-align: left;
  border: 2px solid #313131;
  margin: 5px;
  display: flex;
  align-items: flex-start;
}

.video-wrapper .video-ads .text :hover {
  background-color: #1b7c3c;
}

@media (min-width: 300px) and (max-width: 530px) {
  .video-wrapper .video-ads .text {
    padding: 10px;
    border: 2px solid #313131;
    padding-left: 1em;
  }
  .video-wrapper .video-ads .text h4 {
    font-size: 18px;
    text-align: left;
  }
}

@media (min-width: 480px) and (max-width: 530px) {
  .video-wrapper .video-ads .text {
    padding-left: 2.5em;
  }
}

.video-wrapper .video-ads .text h4, .video-wrapper .video-ads .text p {
  margin: 0;
  color: #fff;
}

.video-wrapper .video-ads .text .icon {
  padding-right: 10px;
}

.video-wrapper .video-ads .text .icon img {
  width: 50px;
}

@media (min-width: 300px) and (max-width: 530px) {
  .video-wrapper .video-ads .text .icon img {
    width: 25px;
  }
}

@media (min-width: 750px) and (max-width: 1100px) {
  .video-wrapper .video-ads .text h4 {
    font-size: 20px;
  }
}

.video-wrapper .video-info {
  background-color: #313131;
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  padding: 2em 1em;
}

@media (min-width: 300px) and (max-width: 530px) {
  .video-wrapper .video-info {
    padding: 1em;
  }
}

.video-wrapper .video-info h2, .video-wrapper .video-info p {
  margin: 0;
  padding: .5rem;
}

.video-wrapper .video-info p {
  color: #afafaf;
}

.video-wrapper .video-info .model-tags {
  color: #ddd;
  font-size: 1.2em;
  padding: .5rem;
}

.video-wrapper .video-info .model-tags a {
  color: #2a924d;
}

.video-btn-lg {
  padding: .5em 3em;
  font-size: 4vw;
  line-height: 1.5;
}

@media (min-width: 300px) and (max-width: 767px) {
  .video-btn-lg {
    font-size: 2.5em;
    padding: 0;
  }
}

@media (min-width: 300px) and (max-width: 530px) {
  .video-main h2 {
    font-size: 20px;
  }
}

body {
  background: #161616;
  color: #fff;
  font-family: "Lato", sans-serif;
}
/*# sourceMappingURL=main.css.map */