html, body {
  font-family: 'Roboto Slab', serif;
  margin: 0px;
  padding: 0px;
  background-color: #8AB108; }

.adCarousel {
  width: 100vw;
  height: 100vh; }

.container {
  max-width: 1100px;
  margin: 0 auto; }

.slide {
  background-color: #8AB108;
  width: 100vw;
  height: 100vh; }

.slick-dots {
  position: absolute;
  list-style-type: none;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 180px;
  padding: 0px; }
  .slick-dots li {
    margin: 0px 5px;
    float: left; }
    .slick-dots li button {
      background-color: black;
      color: white;
      border: none;
      border-radius: 0px;
      width: 20px;
      height: 20px; }
  .slick-dots .slick-active button {
    background-color: #8AB108 !important; }

.slick-arrow {
  position: absolute;
  bottom: 0px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 0px; }

.slick-next {
  right: 0px;
  z-index: 99; }

.slick-prev {
  left: 0px;
  z-index: 99; }

.slide-content {
  height: 70vh;
  display: table;
  width: 100%; }
  .slide-content h2 {
    text-align: center;
    font-size: 5vw;
    color: white;
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.slide-footer {
  position: relative;
  height: 30vh;
  background-color: white; }
  .slide-footer .img-wrapper {
    width: 33%;
    float: left; }
  .slide-footer img {
    max-width: 190px;
    width: 100%;
    margin: 0 auto; }
  .slide-footer .container {
    max-width: 800px; }

.cta-wrapper {
  padding: 40px;
  width: 50%;
  max-width: 800px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.bgp-logo {
  display: block;
  max-width: 100%;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.cta-button {
  padding: 40px;
  max-width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -ms-transform: translate(30%, 56%);
  /* IE 9 */
  -webkit-transform: translate(30%, 56%);
  /* Safari */
  transform: translate(30%, 56%); }

.slide6 {
  display: block; }

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.pulse {
  animation-name: pulse_animation;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes pulse_animation {
  0% {
    transform: scale(1) translate(30%, 56%); }
  30% {
    transform: scale(1) translate(30%, 56%); }
  40% {
    transform: scale(1.05) translate(30%, 56%); }
  50% {
    transform: scale(1) translate(30%, 56%); }
  60% {
    transform: scale(1) translate(30%, 56%); }
  70% {
    transform: scale(1.03) translate(30%, 56%); }
  80% {
    transform: scale(1) translate(30%, 56%); }
  100% {
    transform: scale(1) translate(30%, 56%); } }
