/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 5px;
}

h3 {
	font: bold 2em/1.4em "TradeGothic",Helvetica Neue,Helvetica,Arial,sans-serif; 
}
* { 
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif; color: #fff;
	-webkit-font-smoothing: antialiased;
}




@media (min-width: 885px) {
body, html {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 100%;
	color: #fff;
}

body {	
	background-image: url(https://cookiewall.vice.com/images/vice-channels.png), url(https://cookiewall.vice.com/images/cookiewall-bg.jpg);
	background-size: 839px 22px, cover;
	background-position: center bottom 40px, center center;
	background-repeat: no-repeat;
}

}
@media (max-width: 884px) {
body, html {
	position: relative;
	width: 100%;
	overflow-x; auto!important;
	min-height: 100%;
	color: #fff;
}
body {	
	background-image: url(https://cookiewall.vice.com/images/vice-channels-portrait.png), url(https://cookiewall.vice.com/images/cookiewall-bg-portrait.jpg);
	background-size: 90% auto, cover;
	background-position: center bottom 20px, center center;
	background-repeat: no-repeat;
	overflow: auto!important;
}
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
  padding-bottom: 140px!important;
  height: auto;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button.button-primary {
	background: #9bdc02;
    background: -moz-linear-gradient(top, #9bdc02 0%, #57a725 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bdc02), color-stop(100%,#57a725));
    background: -webkit-linear-gradient(top, #9bdc02 0%,#57a725 100%);
    background: -o-linear-gradient(top, #9bdc02 0%,#57a725 100%);
    background: -ms-linear-gradient(top, #9bdc02 0%,#57a725 100%);
    background: linear-gradient(to bottom, #9bdc02 0%,#57a725 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bdc02', endColorstr='#57a725',GradientType=0 );
	
	color: #fff;
	font-family: "TradeGothic",Helvetica Neue,Helvetica,Arial,sans-serif;
	letter-spacing: normal;
	font-size: 18px;
	font-weight: 700;
	text-transform: none!important;
	cursor: pointer;
	border: 1px solid #00b200;
	
}

.button.button-primary:hover {
    background-color: #8bc94a !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bbeb4a), to(#75b94a)) !important;
    background-image: -webkit-linear-gradient(top, #bbeb4a, #75b94a) !important;
    background-image: -moz-linear-gradient(top, #bbeb4a, #75b94a) !important;
    background-image: -o-linear-gradient(top, #bbeb4a, #75b94a) !important;
    background-image: linear-gradient(to bottom, #bbeb4a, #75b94a) !important;
	text-transform: underline; 
	color: #fff;
}

.button.button-primary:hover { }

.link {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2rem;
	opacity: 0.8;
	text-decoration: underline; 
}

.link:hover {
	opacity: 1;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-image: url('https://cookiewall.vice.com/images/values-bg.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('https://cookiewall.vice.com/images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description { 
  margin-bottom: 4rem;
}


@media (max-width: 600px) {
	
	.hero {
		padding: 2rem 0 7rem!important;
	}
	
	h3 {
	    font: bold 1.2em/1.4em "TradeGothic",Helvetica Neue,Helvetica,Arial,sans-serif;
	}	
	
	p {
		font-size: 1.1rem;
	}
	
}


/* Bigger than 550 */
@media (min-width: 550px) {

  .hero {
    padding: 8rem 0 7rem!important;
    padding-bottom: 12rem;
    height: auto;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: auto;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 20rem 0 19rem;
  }
  .hero {
    padding: 220px 0;
	padding-bottom: 280px;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}
