@charset "UTF-8";

body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  background: #fff;
}
.grid-container {
  max-width: 75em;
}
.en__component--row.en__component--advrow {
  max-width: 75em;
  margin: 0 auto;
  padding: 40px 0 0;
}
.advanced-left {
  padding-right: 66px;
}
.advanced-right {
  padding-left: 66px;
}
h1 {
  font-family: 'Heebo', sans-serif;
  font-size: 3.625rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin: 0 auto;
}
h2 {
  font-family: 'Heebo', sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  color: #000;
  line-height: 1.2;
  margin: 0 auto 20px;
}
p {
  font-size: 1.438rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto 30px;
}
a {
  color: #0F69F5;
}
a:hover,
a:focus {
  color: #d16727;
  text-decoration: underline;
  transition: color 0.5s ease;
}
.black-bar {
  position: absolute;
  display: block;
  top: 71px;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 17px 17px 15px;
}
.black-bar-content {
  font-family: 'Heebo', sans-serif;
  font-size: 1.375rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}
.black-bar svg {
  margin-left: 10px;
  margin-top: -7px;
  margin-bottom: -4px;
}
.top-section {
  background: transparent;
  position: relative;
  top: 0;
  padding: 0;
}
.peta-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.smash-logo {
  position: absolute;
  top: 10px;
  right: 0;
}
.smash-logo svg {
  width: 600px;
}
header {
  display: block;
  background-image:url(../images/header-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
header .logo {
  margin: 150px auto -5px;
  width: 100%;
  max-width: 900px;
  image-rendering: -webkit-optimize-contrast;
}
header.slim {
  height:71px;
  overflow:hidden;
  background: none;
  margin: 0 auto 40px;
}
div.slim-container {
  display: block;
  background-image: url(../images/header-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 355px;
}
.intro-head {
  background-color: #000;
  padding: 50px 67px 30px !important;
}
.intro-text {
  background-color: #000;
  padding: 0 67px 60px !important;
}
.intro-text p {
  color: #ccc;
  margin: 0 auto 30px;
}
.intro-text p:last-of-type {
  margin: 0 auto;
}
.intro-text p span {
  color: #fff;
}
.intro-text a {
  color: #EBEB00;
}
.intro-text a:hover,
.intro-text a:focus {
  color: #ebb600;
  text-decoration: underline;
  transition: color 0.5s ease;
}
.main {
  padding: 52px 67px !important;
}
.main p:last-of-type {
  margin: 0 auto;
}
.main img {
  margin: 0 auto 36px;
}
.box-section {
  background: #000;
  padding: 52px 67px !important;
}
.box-section .item-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.box-section .item {
  position:relative;
  flex: 1 1 20%;
  height: 100%;
  flex-direction: column;
  color: #000;
  background: #fff;
  padding: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
}
.box-section .item:hover,
.box-section .item:focus {
  color: #fff!important;
  background: #0F69F5;
}
.box-section .item:hover:before {
  border-left: 20px solid #0F69F5;
}
.box-section .item:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid #000;
  border-left: 20px solid #fff;
  width: 0;
}
.box-section .item .thumb {
  background: #EBEB00;
  padding: 40px;
}
.box-section .item .title {
  display: block;
  font-family: 'Heebo', sans-serif;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1;
  background: #000;
  color: #fff;
  margin: -28px 16px 36px;
  padding: 14px;
  text-transform: uppercase;
  text-align: center;
}
.box-section .item p {
  font-size: 1.125rem;
  line-height: 26px;
  padding: 16px;
}
.gif-container {
  margin: 0 0 36px;
}
.gif-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gif-container li {
  display: inline-block;
  width: 46%;
  list-style-type: none;
  margin: 0 7px 7px 0;
}
.form-intro img {
  display: block;
  width: 100%;
  margin-top: -3px;
  margin-bottom: 63px;
  padding: 0;
  image-rendering: -webkit-optimize-contrast;
}
.form-intro {
  padding: 0 67px !important;
}
.form-intro h2 {
  margin:0 auto 10px;
}
.form_intro p {
  margin: 0 0 2rem;
  line-height:1.5;
}
/* carousel overrides */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 200px;
  font-size: 6.25rem;
  color: white;
}
.owl-carousel .owl-nav button.owl-next {
  right: -50px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -50px;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-dots {
  margin:2em 0 0 0;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0f69f5;
}
.owl-theme .owl-dots .owl-dot span {
  background: #fff;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #0f69f5;
}
/* share buttons */
.share_container {
    display:block;
    text-align:center;
}
.share_container ul {
    margin:2rem auto 2rem auto !important;
    padding:0;    
}
.share_container li {
    height: 50px;
    width: 150px;
    display: inline-block;
    margin-right:18px;
    image-rendering: -webkit-optimize-contrast;
}
.share_container li a {
    display:block;
    height: 50px;
    width: 150px;
}
#facebook {
    background: #3b5999 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-facebook-3x.png) center center no-repeat !important;
    background-size: 150px 50px !important;
}
#twitter {
    background: #54abed url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-twitter-3x.png) center center no-repeat !important;
    background-size: 150px 50px !important;
}
#email {
    background: #21ab89 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-email-3x.png) center center no-repeat !important;
    background-size: 150px 50px !important;
}
/* footer */
.footer-container {
  width: 100%;
  background-color: #000;
}
.footer {
  background-color: #000;
  color: #fff;
  padding: 1rem;
}
.footer ul {
  margin-left: 0;
}
#footer_links li {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.35;
  margin-right: 16px;
}
#footer_links li a, #footer_links li a:visited {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.footer-logo li {
  display: inline-block;
  list-style-type: none;
  margin-right: 1rem;
}
p#footer_text {
  font-size: .8125rem;
}
footer p {
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media screen and (max-width: 83.125em) {
  .en__component--row.en__component--advrow {
    max-width: none;
    padding: 40px 67px 0;
  }
  .advanced-left {
    padding-right: 30px;
    padding-left: 0;
  }
  .advanced-right {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  .smash-logo svg {
    width: 500px;
  }
  .black-bar {
    top: 68px;
  }
  header.slim {
    height:68px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  h1 {
    font-size: 3.125rem;
  }
  h2 {
    font-size: 2.375rem;
  }
  p {
    font-size: 1.438rem;
  }
  header .logo {
    padding: 0 30px;
  }
  .box-section .item .title {
    font-size: 1rem;
  } 
  .box-section .item {
    flex: 1 1 40%;
  }
  .intro-head {
    padding: 50px 30px 36px !important;
  }
  .intro-text {
    padding: 0 30px 60px !important;
  }
  .main {
    padding: 52px 30px !important;
  }
  .box-section {
    padding: 52px 30px !important;
  }
  .form-intro {
    padding: 0 30px !important;
  }
  .en__component--row.en__component--advrow {
    padding: 40px 30px 0;
  }
}
@media screen and (max-width: 39.9375em) {
  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.438rem;
    margin: 0 auto 20px;
  }
  p {
    font-size: 1.125rem;
    margin: 0 auto 20px;
  }
  .black-bar {
    top: 60px;
  }
  header .logo {
    margin: 130px auto -5px;
    padding: 0 24px;
  }
  header.slim {
    height:60px;
  }
  .smash-logo svg {
    width: 280px;
  }
  .box-section .item {
    flex: 1 1 100%;
  }
  .intro-head {
    padding: 30px 24px 20px !important;
  }
  .intro-text {
    padding: 0 24px 42px !important;
  }
  .intro-text p {
    margin: 0 auto 20px;
  }
  .main {
    padding: 32px 24px !important;
  }
  .main img {
    margin: 0 auto 20px;
  }
  .box-section {
    padding: 32px 24px !important;
  }
  .box-section .item {
    margin-right: 0;
  }
  .box-section .item p {
    padding: 0 16px 8px;
    margin: 0 auto;
    line-height: 1.3;
  }
  .form-intro {
    padding: 0 24px !important;
  }  
  .form-intro h2 {
    margin: 0 auto 0;
  }
  .form-intro img {
    margin-bottom: 26px;
  }
  .gif-container {
    margin: 0 0 20px;
  }
  .en__component--row, 
  .en__component--row.en__component--advrow {
    display: block !important;
  }
  .en__component--row.en__component--advrow {
    padding: 20px 24px 0;
  }
  .advanced-left {
    padding-right: 0;
    padding-left: 0;
  }
  .advanced-right {
    padding-right: .625rem;
    padding-left: .625rem;
  }
}
@media only screen and (max-width: 37.5em),
only screen and (max-device-width: 37.5em) {
    
.share_container ul {
    width:100%;    
}    
.share_container li {
    display: block;
    width: 100%;
    margin-right:0;
    margin-bottom:12px;
}
.share_container li a {
    width:100%;
}
}

