@media (min-width: 320px) {
  /*  iPhone 4 & 5 */
}
@media (min-width: 360px) {
  /* Galaxy s4  */
}
@media (min-width: 375px) {
  /*  iPhone 6 */
}
@media (min-width: 414px) {
  /*  iPhone 6 plus  */
}
@media (max-width: 767px) {
  /*  All phone devices */
}
@media only screen and (min-width: 768px) {
  /*  iPad Portrait  */
}
@media only screen and (min-width: 1024px) {
  /*  iPad Landscape  */
}
@media only screen and (min-width: 1200px) {
  /*  Desktop  */
}
body {
  font-family: "FuturaPT-Book", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
@media (min-width: 320px) {
  /*  iPhone 4 & 5 */
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 481px) {
  html {
    font-size: 19px;
  }
}
.navigation li.nav-link a,
.navigation li.more.nav-link > a,
.navigation ul.sub-menu li a {
  text-decoration: none;
}
.carousel-inner .active.left {
  left: -50%;
}
.carousel-inner .next {
  left: 50%;
}
address {
  margin-bottom: 0;
}
#campaign-landing {
  background-color: #000;
}
@media (min-width: 320px) {
  #campaign-landing h1,#campaign-landing .heading1 {
    /*  iPhone 4 & 5 */
    font-size: 21px;
  }
}
@media (min-width: 360px) {
  #campaign-landing h1,#campaign-landing .heading1 {
    /* Galaxy s4  */
    font-size: 21px;
  }
}
@media (min-width: 375px) {
  #campaign-landing h1,#campaign-landing .heading1 {
    /*  iPhone 6 */
    font-size: 28px;
  }
}
@media (min-width: 414px) {
  #campaign-landing h1,#campaign-landing .heading1 {
    /*  iPhone 6 plus  */
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  #campaign-landing h1,#campaign-landing .heading1 {
    /*  iPad Portrait  */
    font-size: 36px;
  }
}
#campaign-landing .header-txt h1,#campaign-landing .header-txt .heading1 {
	    font-family: "FuturaPT-Book", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 50px 0;
  margin: 0;
}
#campaign-landing .header-txt a,#campaign-landing .header-txt .heading1 a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 1s;
  -moz-transition: color 1s;
  -ms-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s;
}
#campaign-landing .header-txt a:hover {
  color: #f1e4a0;
}
#campaign-landing .header-img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 320px) {
  #campaign-landing .header-img {
    /*  iPhone 4 & 5 */
    height: 150px;
  }
}
@media (min-width: 360px) {
  #campaign-landing .header-img {
    /* Galaxy s4  */
    height: 160px;
  }
}
@media (min-width: 375px) {
  #campaign-landing .header-img {
    /*  iPhone 6 */
    height: 150px;
  }
}
@media (min-width: 414px) {
  #campaign-landing .header-img {
    /*  iPhone 6 plus  */
    height: 175px;
  }
}
@media (max-width: 767px) {
  #campaign-landing .header-img {
    /*  All phone devices */
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #campaign-landing .header-img {
    /*  iPad Portrait  */
    background-size: cover;
    height: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  #campaign-landing .header-img {
    /*  iPad Landscape  */
    background-size: cover;
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  #campaign-landing .header-img {
    /*  Desktop  */
    background-size: cover;
    height: 580px;
  }
}
#campaign-landing .header-img h3.txt-left,
#campaign-landing .header-img h3.txt-right {
  position: absolute;
  top: 25%;
  font-size: 46px;
  color: #fff;
  text-transform: uppercase;
  color: #f1e4a0;
}
@media (max-width: 767px) {
  #campaign-landing .header-img h3.txt-left {
    /*  All phone devices */
    left: 5%;
  }
}
@media only screen and (min-width: 768px) {
  #campaign-landing .header-img h3.txt-left {
    /*  iPad Portrait  */
    left: 10%;
  }
}
#campaign-landing .header-img h3.txt-right {
  text-align: right;
}
@media (max-width: 767px) {
  #campaign-landing .header-img h3.txt-right {
    /*  All phone devices */
    right: 5%;
  }
}
@media only screen and (min-width: 768px) {
  #campaign-landing .header-img h3.txt-right {
    /*  iPad Portrait  */
    right: 10%;
  }
}
#campaign-landing .carousel {
  margin-top: 50px;
  margin-bottom: 10px;
}
#campaign-landing .carousel .item img {
  display: table;
  margin: 0 auto;
}
#campaign-landing .youtube {
  margin-top: 30px;
}
#campaign-landing .youtube .videoWrapper {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
}
#campaign-landing .youtube .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#campaign-landing .social-media {
  margin: 50px 0;
}
#campaign-landing .social-media h1,
#campaign-landing .social-media h2,
#campaign-landing .social-media h3 {
  color: #f1e4a0;
  text-transform: uppercase;
  text-align: center;
}
#campaign-landing .social-media #share,
#campaign-landing .social-media .sm-pos {
  display: table;
  margin: 0 auto;
}
#campaign-landing .drama .drama-img {
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 767px) {
  #campaign-landing .drama .drama-img {
    /*  All phone devices */
    background-size: cover;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  #campaign-landing .drama .drama-img {
    /*  iPad Portrait  */
    background-size: cover;
    height: 580px;
  }
}
@media only screen and (min-width: 1024px) {
  #campaign-landing .drama .drama-img {
    /*  iPad Landscape  */
    background-size: cover;
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  #campaign-landing .drama .drama-img {
    /*  13" laptop  */
    background-size: cover;
    height: 600px;
  }
}
@media only screen and (min-width: 1400px) {
  #campaign-landing .drama .drama-img {
    /*  15" Laptop  */
  }
}
@media only screen and (min-width: 1500px) {
  #campaign-landing .drama .drama-img {
    /*  Desktop  */
    background-size: cover;
    height: 700px;
  }
}
#campaign-landing .drama h2 {
  color: #f1e4a0;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  margin: 50px 0 30px 0;
}
@media (max-width: 767px) {
  #campaign-landing .drama h2 {
    /*  All phone devices */
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) {
  #campaign-landing .drama h2 {
    /*  iPad Portrait  */
    font-size: 40px;
  }
}
#campaign-landing .drama .strapline {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 30px;
}
#campaign-landing .drama ul.twitter-fact {
  margin: 0 auto;
  display: table;
  list-style-type: none;
}
#campaign-landing .drama ul.twitter-fact .tweet-pos {
  padding-bottom: 30px;
}
#campaign-landing .drama ul.twitter-fact li {
  text-align: center;
}
#campaign-landing .drama ul.twitter-fact li:before {
  font-family: 'FontAwesome';
  padding-right: 15px;
  content: "\f099";
  color: #fff;
  font-size: 24px;
}
#campaign-landing .drama ul.twitter-fact p {
  text-align: left;
}
@media (max-width: 767px) {
  #campaign-landing .drama ul.twitter-fact p {
    /*  All phone devices */
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  #campaign-landing .drama ul.twitter-fact p {
    /*  iPad Portrait  */
    font-size: 30px;
  }
}
#campaign-landing .drama ul.twitter-fact a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 1s;
  -moz-transition: color 1s;
  -ms-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s;
}
@media (max-width: 767px) {
  #campaign-landing .drama ul.twitter-fact a {
    /*  All phone devices */
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  #campaign-landing .drama ul.twitter-fact a {
    /*  iPad Portrait  */
    font-size: 30px;
  }
}
#campaign-landing .drama ul.twitter-fact a:hover {
  color: #f1e4a0;
}
#campaign-landing .drama .buy-now {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#campaign-landing .drama .buy-now h2 {
  color: #fff;
}
#campaign-landing .drama .buy-now .buy-txt {
  text-align: center;
}
@media (max-width: 767px) {
  #campaign-landing .drama .buy-now .buy-btn {
    /*  All phone devices */
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #campaign-landing .drama .buy-now .buy-btn {
    /*  iPad Portrait  */
    text-align: left;
  }
}
#campaign-landing .drama .buy-now .buy-btn a {
  text-decoration: none;
  padding: 10px 20px 4px 20px;
  background-color: #fff;
  color: #000;
  border-radius: 25px;
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -ms-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s;
}
#campaign-landing .drama .buy-now .buy-btn a:hover {
  color: #000;
  background-color: #f1e4a0;
}
#campaign-landing .three-columns {
  margin-top: 20px;
}
#campaign-landing .three-columns .modal-body {
  background-color: #000;
}
#campaign-landing .three-columns .modal-body .fa-times {
  color: #fff;
  font-size: 36px;
}
#campaign-landing .three-columns .modal-body .fa-times:hover {
  color: #f1e4a0;
}
#campaign-landing .three-columns .modal-body .close {
  opacity: 1;
  position: absolute;
  top: -21px;
  right: -12px;
}
#campaign-landing .three-columns .modal-body #share-info {
  display: table;
  margin: 30px auto;
}
#campaign-landing .three-columns .col-img-1,
#campaign-landing .three-columns .col-img-2,
#campaign-landing .three-columns .col-img-3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center !important;
}
#campaign-landing .three-columns .col-img-1 {
  margin-left: -15px;
}
@media (max-width: 767px) {
  #campaign-landing .three-columns .col-img-1 {
    /*  All phone devices */
    min-height: 280px;
    max-height: 400px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) {
  #campaign-landing .three-columns .col-img-1 {
    /*  iPad Portrait  */
    min-height: 400px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1024px) {
  #campaign-landing .three-columns .col-img-1 {
    /*  iPad Landscape  */
    min-height: 280px;
    margin-right: -5px;
  }
}
@media only screen and (min-width: 1200px) {
  #campaign-landing .three-columns .col-img-1 {
    /*  Desktop  */
    min-height: 400px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  #campaign-landing .three-columns .col-img-2 {
    /*  All phone devices */
    min-height: 280px;
    max-height: 400px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) {
  #campaign-landing .three-columns .col-img-2 {
    /*  iPad Portrait  */
    min-height: 400px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1024px) {
  #campaign-landing .three-columns .col-img-2 {
    /*  iPad Landscape  */
    min-height: 280px;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #campaign-landing .three-columns .col-img-2 {
    /*  Desktop  */
    min-height: 400px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
#campaign-landing .three-columns .col-img-3 {
  margin-right: -15px;
}
@media (max-width: 767px) {
  #campaign-landing .three-columns .col-img-3 {
    /*  All phone devices */
    min-height: 280px;
    max-height: 400px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) {
  #campaign-landing .three-columns .col-img-3 {
    /*  iPad Portrait  */
    min-height: 400px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 1024px) {
  #campaign-landing .three-columns .col-img-3 {
    /*  iPad Landscape  */
    min-height: 280px;
    margin-left: -5px;
  }
}
@media only screen and (min-width: 1200px) {
  #campaign-landing .three-columns .col-img-3 {
    /*  Desktop  */
    min-height: 400px;
    margin-left: 5px;
  }
}
#campaign-landing .three-columns .col-txt-1,
#campaign-landing .three-columns .col-txt-2,
#campaign-landing .three-columns .col-txt-3 {
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  #campaign-landing .three-columns .col-txt-1 {
    /*  iPad Landscape  */
  }
}
@media only screen and (min-width: 1200px) {
  #campaign-landing .three-columns .col-txt-1 {
    /*  Desktop  */
    margin-left: 0;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #campaign-landing .three-columns .col-txt-2 {
    /*  iPad Landscape  */
    margin-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #campaign-landing .three-columns .col-txt-2 {
    /*  Desktop  */
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #campaign-landing .three-columns .col-txt-3 {
    /*  iPad Landscape  */
    margin-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #campaign-landing .three-columns .col-txt-3 {
    /*  Desktop  */
    margin-left: 20px;
  }
}
#campaign-landing .three-columns p,
#campaign-landing .three-columns h1,
#campaign-landing .three-columns h2,
#campaign-landing .three-columns h3,
#campaign-landing .three-columns h4,
#campaign-landing .three-columns h5,
#campaign-landing .three-columns h6 {
  color: #fff;
  font-weight: 600;
}
#campaign-landing .three-columns a {
  text-decoration: none;
}
#campaign-landing .three-columns P {
  font-weight: 300;
}
@media (max-width: 767px) {
  #campaign-landing .three-columns P {
    /*  All phone devices */
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  #campaign-landing .three-columns P {
    /*  iPad Portrait  */
    font-size: 24px;
  }
}
#campaign-landing .three-columns P a {
  color: #f1e4a0;
}
#campaign-landing .laurels {
  margin: 30px 0 0;
}
#campaign-landing .laurels img {
  display: table;
  margin: 50px auto;
}
#campaign-landing .blooper-title h2 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 40px 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  #campaign-landing .blooper-title h2 {
    /*  All phone devices */
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) {
  #campaign-landing .blooper-title h2 {
    /*  iPad Portrait  */
    font-size: 36px;
  }
}
#campaign-landing .blooper-tube {
  margin-top: 30px;
}
#campaign-landing .blooper-tube .videoWrapper {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
}
#campaign-landing .blooper-tube .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#campaign-landing .blooper-img {
  margin: 30px 0 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 500px;
}
#campaign-landing .base-logo img {
  display: table;
  margin: 60px auto;
}
#campaign-landing .jssocials-share-logo {
  font-size: 2.5em;
}
#campaign-landing .jssocials-share-link {
  padding: 0;
  padding: .8em .9em;
  /* border-radius: 0.3em; */
  border-radius: 50%;
  background-color: #fff;
  /* border: 2px solid #acacac; */
  border: none;
  /*
		  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
		          transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
		  */
}
#campaign-landing .jssocials-share-link .fa {
  color: #000;
}
#campaign-landing .jssocials-share-link:hover,
#campaign-landing .jssocials-share-link:focus,
#campaign-landing .jssocials-share-link:active {
  background-color: #f1e4a0;
  color: #000;
}
#campaign-landing .jssocials-share {
  margin: 0.3em 1.3em 0.3em 0;
}
#campaign-landing .jssocials-share:last-child {
  margin: 0.3em 0 0.3em 0;
}
/*# sourceMappingURL=campaign-landing.css.map */