@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700";
body {
  margin: 0px;
  background: rgba(230, 230, 230, 1) !important;
  font-family: 'Roboto' !important;
}
/* DIRTY FIX -- changed the body font to 0 and adjusted all other font-size manually*/
body {
  font-size: 0 !important;
}

h2 {
  /*font-size: max(2.5vw, 35px) !important;*/
  font-size: 35px !important;
}
h2, h3 {
  font-family: 'Roboto' !important;
  font-weight: 500 !important;
}
h3 {
  text-align: center !important;
  font-size: 22px !important;
}
h1 {
    color: #d03f43 !important;
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
    font-size: 35px !important;
    line-height: 90% !important;
    margin-top: 0 !important;
}
p {
  font-family: 'Roboto' !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
ul, li {
  font-family: 'Roboto' !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
ul {
  padding-left: 2vw !important;
  list-style-position: outside !important;
}
a {
  font-family: 'Roboto' !important;
  font-weight: 500 !important;
}
/*video {
  filter: grayscale(100%);
  /*max-width: 90% !important;
  height: 85% !important;
} */
.grecaptcha-badge {
  margin: 0 auto !important;
}
.container {
  width: 80%;
  margin: auto;
}

/* PHONES */
@media screen and (max-width: 450px) {
  .container {
    width: 100% !important;
  }
  .grid-container {
    grid-template-columns: 1fr !important;
  }
  .item2 img {
    width: 250px !important;
    height: auto !important;
  }
  #bins_logo {
    padding: 30% 0 10% 0 !important;
  }
  .item3 {
    display: none;
  }
  .item4 {
    font-size: 8vw !important;
  }
  .item5 {
    font-size: 3.5vw !important;
    line-height: 250% !important;
    padding-bottom: 0px !important;
  }
  .item6 img {
    width: 100% !important;
    height: auto !important;
  }
  .item6, .item6 p {
    text-align: center !important;
  }
  .item6 ul {
    /*padding: 0 0 0 5vw !important;*/
  }
  .item7 {
    padding: 1vw 5vw 0 5vw !important;
  }
  .black-interest-button {
    width: 25vw !important;
    font-size: 5.5vw !important;
    padding: 4px !important;
  }
  .red-interest-button {
    width: 30vw !important;
    font-size: 3vw !important;
  }
  h3 {
    font-size: 4vw !important;
  }
  h2 {
    font-size: 8vw !important;
  }
  h1 {
    font-size: 8vw !important;
    margin-top: 5% !important;
  }
  .fab, .fas {
    font-size: 7vw !important;
  }  
}
/* TABLETS */
@media only screen and (min-width: 451px) and (max-width: 1200px) {
  body {
    font-family: 'Roboto' !important;
  }
  .container {
    width: 100% !important;
  }
  .grid-container {
    grid-template-columns: 35% 65% !important;
  }
  .item2 {
    margin: 0 !important;
    display: grid !important;
    justify-content: center !important;
  }
  .item2 img {
    width: 25vw !important; 
  }
  #bins_logo {
    padding: 30% 0 10% 0 !important;
  }
  .item2 p {
    font-size: 2vw;
  }
  .item4 {
    font-size: 5vw !important;
  }
  .item5 {
    font-size: 2vw !important;
    line-height: 200% !important;
    padding-bottom: 0px !important;
  }
  .item6 img {
    width: 80% !important;
    height: auto !important;
  }
  .black-interest-button {
    width: 12vw !important;
    font-size: 2.25vw !important;
    padding: 5px !important;
  }
  .red-interest-button {
    width: 22vw !important;
    font-size: 2.25vw !important;   
  }
  h2, h3, h4 {
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
  }
  h3, h4 {
    font-size: 2vw !important;
  }
  h1, h2 {
    font-size: 4vw !important;
  }
  .fab, .fas {
    font-size: 2.75vw !important;
  }
}
/* DESKTOP */
.grid-container {
  display: grid;
  grid-template-columns: 40% 60%;
  background: white;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.grid-item {
  padding: 20px;
  text-align: center;
}
.item1 {
  grid-column-start: 1;
  grid-column-end: 3;
  background: black;
  padding: 0px;
  height: 0px;
}
.item2 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  padding: 0px;
  display: grid;
  justify-content: center;
}
#bins_logo {
  width: 150%;
  margin: 0 auto;
  padding: 30% 0 0 0;
}
.item3 {
  grid-column-start: 3;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  padding: 0px;
  margin-top: 4px;
}
.item4 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  background: white;
  border-top: 20px solid #d03f43;
  color: #d03f43;
  font-family: 'Roboto' !important;
  font-weight: 700;
  font-size: 3vw;
  /*text-transform: uppercase;*/
  padding: 0px;
  padding-top: 10px;
}
.item5 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  background: white;
  border-bottom: 20px solid #d03f43;
  color: black;
  font-family: 'Roboto' !important;
  font-weight: 400;
  font-size: 1.5vw;
  /*text-transform: uppercase;*/
  line-height: 150%;
  padding: 0px;
  padding-bottom: 10px;
}
.item5 a:link, .item5 a:visited, .item5 a:hover, .item5 a:active {
  color: white;
  text-decoration: none;
}
.item6 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAACUSURBVBiVPY5BjoNADATLxlxgQiT+tW/fKC8hMJwG2zlETF+7q9Ty+n//iQgigqoCoKpEONv2wcZxJCIAEBEiAndn33emacJuKjPJTNydWivzPANgN5mZXNfFeZ6UUrhjEYGqdu26rt2oqr+Bu7N9Np7Ls5dm9jO01qj1YHksDMPQvwBEBHYcB6UUzKxrM5PWGu7OF4OQX3QjdXdXAAAAAElFTkSuQmCC) center #FFF;
  font-family: 'Roboto' !important;
  font-weight: 400 !important;
  text-align: justify !important;
  padding: 0 5.5vw 0 5.5vw;
}
.item6 h2 {
  color: #d03f43 !important;
  text-align: center !important;
}
.item6 p  {
  /*padding: 0 5.5vw 0 5.5vw !important;*/
  /*text-align: justify !important;*/
}
.item6 ul {
  /*padding: 0 0 0 1.5vw;*/
  text-align: left;
}
.item6 li:not(:last-child) {
  margin-bottom: 0.5vw;
}
.item6 a:link, .item6 a:visited, .item6 a:hover, .item6 a:active {
  text-decoration: none;
}
#image1, #image2 {
  display: block;
  margin: 0 auto;
}
/*.item6 img {
  width: 550px !important;
  height: auto !important;
  margin: auto !important;
}*/
.item7 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: 7;
  background: #d3d3d3;
  padding: 1% 20% 1% 20%;
}
.hs_submit.hs-submit {
  width: 40%;
  padding: 2%;
  margin: 0 auto;
}
.item8 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 7;
  grid-row-end: 8;
  background: black;
  color: white;
  font-weight: 100;
  font-size: 14px;
}
.social_media {
  margin: 0 auto;
  text-align: center !important;
}
.social_media a:hover, .social_media a:link, .social_media a:visited, .social_media a:active {
  color: #d03f43 !important;
}
.fab, .fas {
  font-size: 1.75vw;
  text-decoration: none !important;
  color: #d03f43 !important;
}
.black-interest-button {
  margin: auto;
  /*border: 2px solid white;*/
  background: #d03f43;
  width: 5.5vw;
  font-size: 1.2vw;
  padding: 8px !important;
  text-transform: uppercase;
  line-height: 30px;
}
.red-interest-button {
  margin: auto;
  color: white;
  background: #d03f43;
  width: 10vw;
  font-size: 1vw;
  padding: 8px;
  text-transform: uppercase;
  line-height: 30px;
  text-align: center !important;
}
.interest-bar-spacer {
  height: 10px;
}
.footer-container-wrapper, .footer-container, .row-fluid-wrapper.row-depth-1.row-number-1, .span12.widget-span.widget-type-raw_html, .row-fluid-wrapper.row-depth-1.row-number-2, .row-fluid, .span12.widget-span.widget-type-raw_html, .span12 {
  height: 0px !important;
}
.hs-button.primary.large {
  font-family: 'Roboto' !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  background: #d03f43 !important;
  border: 2px solid white;
}
.actions input[type="submit"] {
  -webkit-appearance: none;
}
