@charset "UTF-8";

@font-face {
    font-family: 'jmh_typewriterBlack';
    src: url('../fonts/JMHTypewriter-Black.woff2') format('woff2'),
         url('../fonts/JMHTypewriter-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'jmh_typewriterRegular';
    src: url('../fonts/JMHTypewriter-Regular.woff2') format('woff2'),
         url('../fonts/JMHTypewriter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Winner Grid page */
.winner-grid-container{
	position: relative;
	overflow: hidden;
}
.winners-copyBlock{
	max-width: 1340px;
	margin: 80px auto 0;
    padding: 0 20px;
}
.winners-copyBlock a, .winners-copyBlock p{
	font-family: 'Montserrat-Light';
  font-size: 22px;
	color: #000;
	line-height: 1.4;
	text-decoration: none;
}
.winners-copyBlock p{
	padding-left:10px;
	margin:0;
}
.winners-copyBlock a strong, .winners-copyBlock p strong{
	font-family: 'Montserrat-Bold';
}
.winners-copyBlock a:hover{
	text-decoration:underline;
}
.winner-grid-pad {
  display: flex;
  flex-wrap: wrap;
  max-width: 1340px;
  margin: 75px auto;
  padding: 0 20px;
}
.winner-grid-item{
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.custom-winner-grid-item{
	cursor: default;
}
.custom-winner-grid-item .winner-grid-item-inner {
  background: #000000;
	border-radius: 10px;
}
.custom-winner-grid-item .winner-grid-image{
	display: flex;
  align-items: center;
  justify-content: center;
	padding: 0 20%;
  text-align: center;
}
.custom-winner-grid-item a{
	text-decoration: none;
}
.custom-winner-grid-item span{
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat-SemiBold';
  line-height: 1.4;
  font-size: 18px;
}
.winner-grid-content h3{
  font-family: 'Montserrat-SemiBold';
  line-height: 1.2;
  font-size: 18px;
  display: block;
  margin: 10px 0 5px;
}
.winner-grid-content span{
  font-family: 'Montserrat-Light';
  font-size: 18px;
}
.playOverlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  transform: scale(1);
  transition: transform .25s cubic-bezier(0.76, 0, 0.24, 1);
	width: 17%;
	bottom: 7%;
	right: 7%;
}
.winner-grid-image{
  position: relative;
	border-radius: 10px;
	overflow: hidden;
	height: 278px;
	cursor:pointer;
}
.winner-grid-item.no-winner .winner-grid-image{
	cursor: default;
}
.winner-grid-image:hover .playOverlay{
  transform: scale(1.16);
}
.winner-grid-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.winners-pageBanner {
  height: 422px;
	background:url(../images/filmStrip.jpg);
}
.bannerFlex{
  display: flex;
  align-items: center;
  max-width: 1380px;
  margin:0 auto;
  height: 100%;
  padding: 0 3%;
}
.bannerFlex:after{
  content: "";
  display: table;
  clear: both;
}
.bannerFlex .col1{
  min-width: 438px;
  max-width: 438px;
}
.bannerFlex img{
	display: block;
	width: 100%;
	height: auto;
}
.bannerFlex .col2 p{
  font-family: 'jmh_typewriterbold';
  color: #fff;
  font-size: 42px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.bannerFlex .col2 p b{
	  font-family: 'jmh_typewriterBlack';
}
.solidBtn_blk{
  background: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'jmh_typewriterbold';
  padding: 20px 35px 17px;
  letter-spacing: .05em;
	font-size: 18px;
  line-height: 1;
  border-radius: 30px;
  display: block;
  float: left;
	transition: background .3s ease, color .3s ease;
}
.solidBtn_blk:hover{
	background: #fff;
	color: #000;
}
.textures {
  position: absolute;
  left: 0;
  top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.textures img{
	display: block;
	position: absolute;
	z-index: -1;
}
.textures .grungeTexture{
	left: -150px;
  top: 15%;
}
.textures .edgeTexture {
  right: 0;
}
.textures .bgLogoTexture01 {
  transform: rotate(-15deg);
  top: 50%;
	left: 20px;
	width: 550px;
	opacity: .08;
}
.textures .bgLogoTexture02 {
  transform: rotate(15deg);
  top: 30%;
	right: -200px;
	width: 550px;
	opacity: .08;
}
.item-flag img {
	position: absolute;
	width: 12.5%;
    top: 9px;
	right: 11px;
	height: auto;
	object-fit: initial;
}
.flag {
	width: 57%;
    height: 75%;
    top: -34%;
    position: absolute;
    right: -32%;
    transform: rotate(-45deg);
}
.flag-copy{
	font-family: 'Montserrat-SemiBold';
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .025em;
	position: absolute;
	top: 6%;
	right: 4%;
}
.item-flag.spotLightAward img{
	width:15.7%;
}
/*
.grandPrizeAward .flag{
	background: #F44319;
}
*/
.spotLightAward .flag, .grandPrizeAward .flag{
	background: #A58036;
}
.case-file {
  display: flex;
  align-items:center;
  font-family: 'jmh_typewriterbold';
  text-transform: uppercase;
  text-decoration:none;
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
  margin: 5px 0 0;
}
.case-file:before {
	content:'';
	display:block;
	width:63px;
	height:56px;
	background:url(../images/case-folders.png) center no-repeat;
	background-size:contain;
	margin-right:7px;
}
.case-file:hover {
	color:#FC4A3C;
	text-decoration:underline;
}


/* Popup */
.popupBanner{
	background: #E25247 url('../images/popupBG.jpg') no-repeat;
	background-size: cover;
	width:80%;
	max-width: 1500px;
  padding: 100px 5%;
  position: absolute;
  top: 80px;
  margin: 0 auto;
  left: 0;
  right: 0;
	box-sizing: border-box;
	z-index: 50;
}
.squareVideoBtn {
  background: #fff;
  display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 25px;
	font-family: 'jmh_typewriterRegular';
	color: #000;
	text-decoration: none;
	margin-top: 20px;
	transition: background .3s ease, color .3s ease;
}
.squareVideoBtn span{
	display: block;
	margin-right: 30px;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .02em;
	padding-top: 2px;
}
.squareVideoBtn img{
	max-width: 46px;
}
.squareVideoBtn:hover{
	background: #000;
	color: #fff;
}
.popupBanner .col1, .popupBanner .col2{
	text-align: center;
	display: flex;
  flex-direction: column;
  align-items: center;
}
.popupBanner .col1{
	margin-right: 5%;
}
.popupBanner .col2 {
  padding-top: 70px;
}
.popupBanner .bannerLink{
	color: #fff;
	font-family: 'Montserrat-Bold';
  font-size: 22px;
  text-transform: uppercase;
  margin: 50px 0 0;
  letter-spacing: .05em;
	line-height: 1.4;
}
.popupBanner .bannerLink:hover{
	text-decoration: none;
}
.bannerClose {
  cursor: pointer;
  background: #fff;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat-Light';
  font-size: 23px;
	position: absolute;
  top: 40px;
  right: 35px;
	transition: background .3s ease, color .3s ease;
}
.bannerClose:hover{
	background: #000;
	color: #fff;
}



@media screen and (max-width:1324px){
	.winner-grid-image{
		height: 20.96vw;
	}
}

@media screen and (max-width:1280px){
	
	.winner-grid-pad{
/*		max-width: 1100px;*/
		margin: 60px auto;
	}
	.winners-copyBlock{
/*		max-width: 1100px;*/
		margin: 60px auto 0;
	}
	.winners-copyBlock a, .winners-copyBlock p{
		font-size: 20px;
	}
	.winner-grid-content h3, .winner-grid-content span{
		font-size: 16px;
	}
	.bannerFlex .col1 {
	    min-width: 350px;
	    max-width: 350px;
	}
	.bannerFlex .col2 p {
    font-size: 34px;
	}
	.solidBtn_blk {
    font-size: 16px;
    padding: 18px 32px 15px;
	}
	.winners-pageBanner {
    height: 350px;
		background-size: cover;
	}
	.popupBanner {
    padding: 80px 2%;
	}
	.textures .bgLogoTexture01 {
    width: 350px;
    left: 10px;
	}
	.textures .bgLogoTexture02 {
    width: 350px;
		right: -100px;
	}
	.textures .grungeTexture{
		width: 280px;
	}
}

@media screen and (max-width: 1080px){
	.popupBanner .bannerFlex .col1 {
    min-width: 300px;
    max-width: 300px;
	}
	.popupBanner {
    width: 90%;
	}
	.squareVideoBtn span {
    font-size: 18px;
	}
	.popupBanner .bannerLink {
    font-size: 20px;
		margin-top: 40px;
	}
	.squareVideoBtn img {
    max-width: 42px;
	}
	.custom-winner-grid-item span{
		font-size: 16px;
	}
}

@media screen and (max-width:900px){
	.winner-grid-item {
    flex: 0 0 50%;
    max-width: 50%;
	}
	.bannerFlex .col1 {
    min-width: 300px;
    max-width: 300px;
	}
	.bannerFlex .col2 p {
    font-size: 30px;
	}
	.bannerFlex {
    padding-left: 1.5%;
	}
	.flag-copy {
    font-size: 1.8vw;
	}
	.popupBanner {
    width: 95%;
	}
	.popupBanner .bannerFlex .col1 {
    min-width: 280px;
    max-width: 280px;
    margin-right: 3%;
	}
	.popupBanner .bannerLink {
    font-size: 18px;
    margin-top: 35px;
	}
	.winner-grid-image {
    height: 41.9vw;
	}
	.item-flag img {
    top: 4%;
	}
	.custom-winner-grid-item span {
    font-size: 20px;
	}
}
@media screen and (max-width:767px){
	.bannerFlex .col1 {
    min-width: 260px;
    max-width: 260px;
	}
	.bannerFlex .col2 p {
    font-size: 28px;
	}
	.solidBtn_blk {
    font-size: 14px;
	}
}
@media screen and (max-width:650px){
	.bannerFlex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
	}
	.bannerFlex .col1, .bannerFlex .col2{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	}
	.bannerFlex .col1 {
    margin-bottom: 15px;
	}
	.winners-pageBanner {
    height: auto;
    padding: 50px 3%;
	}
	.popupBanner .col2 {
	  padding-top: 40px;
	}
	.custom-winner-grid-item span {
    font-size: 18px;
	}
}
@media screen and (max-width:480px){
	.winner-grid-item {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
	.bannerFlex .col2 p {
    font-size: 25px;
	}
	.solidBtn_blk {
    font-size: 13px;
	}
	.flag-copy {
    font-size: 3.6vw;
	}
	.popupBanner {
    padding: 80px 4%;
	}
	.winners-copyBlock a, .winners-copyBlock p {
    text-align: center;
	}
	.winner-grid-image {
	   height: 82.5vw;
	}
	.custom-winner-grid-item span {
    font-size: 20px;
	}
}
