/*- MAR website specific overides -*/
.single-pb_contests .hero {
  display: none !important;
}
.single-pb_contests .contest {
  padding: inherit;
}

.single-pb_contests .contest .article a {
  text-decoration: underline;
}

.single-pb_contests .contest .article a:hover {
  background-color: #68a8b8;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}
.single-pb_contests .weather {
  display: none;
}
.single-pb_contests ol li {
  counter-increment: inherit;
  display: list-item;
  margin-bottom: inherit;
  margin-left: -40px;
}
.single-pb_contests ol {
  list-style: auto;
}
.single-pb_contests ol li::before {
  content: none;
}
.single-pb_contests .articlebody {
  padding: 0 0 0 !important;
}
/* .single-pb_contests .hero__heading {
		left: 22% !important;
		top: 37% !important;
	} */
@media only screen and (max-width: 600px) {
  .single-pb_contests main h1 {
    font-size: 26px !important;
  }
  .single-pb_contests .contesthero {
    min-height: 225px !important;
  }
}
.single-pb_contests .contestlogo {
  width: 35vw !important;
  max-width: 650px !important;
}

.single-pb_contests .contest-bkg-img-imgDirect {
  position: absolute;
  max-width: 2000px;
  margin: 0 auto;
  left: 0%;
  top: 0%;
  /* filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5; */
  border: none !important;
  height: 100%;
}

#facebookLink {
  color: #4267b2;
}

.single-pb_contests #rules p,
.single-pb_contests #rules ul li,
.single-pb_contests #privacy p,
.single-pb_contests #privacy ul li,
.single-pb_contests #rules h1,
.single-pb_contests #privacy h1 {
  color: #00374b !important;
}

/* @media only screen and (max-width: 1400px) {
		.single-pb_contests  .hero__heading{
			max-width: 530px !important;
		}
	} */
@media only screen and (max-width: 1150px) {
  .single-pb_contests .contestlogo {
    width: 86% !important;
    padding: 0 0 10%;
  }
}
@media only screen and (max-width: 800px) {
  .single-pb_contests .hero__heading {
    top: 52% !important;
  }
  .single-pb_contests .contest-bkg-img-imgDirect {
    height: -webkit-fill-available;
  }
  .single-pb_contests .contestlogo {
    padding: 0;
  }
}
@media only screen and (max-width: 350px) {
  .single-pb_contests .hero__heading {
    top: 60% !important;
  }
  .single-pb_contests .contest-bkg-img-hero {
    margin-top: 80px !important;
  }
  .single-pb_contests .media-image {
    width: 100% !important;
    height: 80% !important;
  }
}
@media only screen and (max-width: 300px) {
  .single-pb_contests .hero__heading {
    top: 40% !important;
  }
}
/* @media only screen and (max-height: 800px) {
		.single-pb_contests  .contestlogo{
			max-width: 300px !important;
		}	

	} */
@media only screen and (max-height: 560px) {
  .single-pb_contests .contestlogo {
    max-width: 230px !important;
  }
}

/* Contest specific */

.single-pb_contests.postid-24188 #facebookLink {
  text-decoration: underline;
}

.postid-24188.single-pb_contests .contest h4 a {
  color: #27354b !important;
}

.single-pb_contests.postid-24188 button {
  color: #ffffff;
}

.postid-30877.single-pb_contests .contest h4 a {
  color: #213741 !important;
}

.single-pb_contests.postid-30877 button {
  color: #ffffff;
  background-color: #213741;
}

.single-pb_contests.postid-30877 .contestlogo {
  padding-left: 25%;
  padding-bottom: 15%;
  max-width: 850px !important;
}

.single-pb_contests.postid-46602 .contest button {
  background-color: #ffffff !important;
}


.postid-76297 {
  .contestlogo {
    max-width: 500px !important;
  }

  .article li {
    color: inherit;
  }

  .contest .footerwrapper h4 a {
    color: #fff !important;
  }

  .contest button{
    color: #fff !important;

    &:hover {
      cursor: pointer;
      background-color: #de5d80;
    }
  }
}