/* ----- General ------ */

body {
	-webkit-font-smoothing: antialiased;
	background-color: #f1f1f1;
    overflow-x: hidden;
}

.standard-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
	.standard-section {
		padding-top: 15px;
		padding-bottom: 0px;
	}
}

@media (min-width: 1200px) {
	.container {
	    width: 960px;
	}
}

.col-mini {
	padding-right: 25px;
    padding-left: 25px;
    float: left;
    width: 330px;
    text-align: center;
}

.outer-wrapper {
	margin: 20px;
}

@media screen and (max-width: 768px) {
	.col-mini {
		width: 100%;	
		max-width: 100%;
	}
	
	.outer-wrapper {
		margin: 10px;
	}
}

/* ----- END: General ------ */

/* ----- Typography ------ */

h2 {
    letter-spacing: 2px;
    line-height: 47px;
    font-size: 60px;
    margin-bottom: 40px;
    font-weight: 400;
    color: #181818;
    font-family: "kepler-std-semicondensed-cap";
}

h2:hover a {
	color: #FC1452;
	transition: all 0.3s ease-in-out;
}

p,
.text a,
ul {
    font-family: "kepler-std-semicondensed-cap";
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #777;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	
	p,
	li {
	    font-size: 16px;
    	line-height: 30px;
	}
}

h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
p::-moz-selection,
a::-moz-selection,
em::-moz-selection { 
	background: #FC1452;s
}

h1::selection,
h2::selection,
h3::selection,
p::selection,
a::selection,
em::selection { 
	background: #FC1452;
}

p:last-child {
	margin-bottom: 0;
}

/* ----- END: Typography ------ */


/* ----- Videosection ------ */
.head-section {
    position: relative;
    background-color: #fff;
}

.video-wrapper,
.video-image div {
	height: 90vh;
}

@media screen and (min-width: 1300px) {
	.video-wrapper,
	.video-image div {
		height: 93vh;
	}
}

.video-wrapper {
	min-height: 550px;
    position: relative;
    overflow: hidden;
    z-index: 10;
    width: 100%;
}

.head-content {
    position: absolute;
    width: 100%;
    z-index: 1000;
    pointer-events: auto;
    
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.head-content h1 {
    color: #fff;
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "europa";
}

.head-content h1 a {
	color: #fff;
	font-weight: 500;
}

.head-content p {
	color: #fff;
}

.head-text {
	margin-top: 25px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
	max-width: 330px;
	width: 100%;
}

video#bgvid { 
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: 50%;
    right: 50%;
    -moz-transform: translateX(50%) translateY(50%);
    -webkit-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 45;
    overflow: hidden;
    display: block;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    video#bgvid {
        display: none;
    }
}

/* -- Video moblie image bg -- */

.video-image div {
    position: absolute;
    width: 100%;
    min-height: 500px;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.nominate-btn {
    z-index: 9999;
    margin-top: -48px;
    position: relative;
}

.sf-btn,
input[type='submit'] {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 60px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #F62459;
    font-family: "europa";
    font-weight: 600;
    color: #fff;
}

.sf-btn:hover {
	color: #fff;
}

@media screen and (max-width: 321px) {
	.sf-btn {
		font-size: 16px;
		padding: 10px 20px;
	}
}

/* ----- END: Videosection ------ */

.content-block.first {
	margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
	.content-block.first,
	.content-block {
		margin-bottom: 30px;
	}
}


/* ----- Nominate section ------ */

.nominate-section {
    background: #F1F1F1;
    padding: 50px 0;
    text-align: center;
}

.nominate-section .sf-btn {
	background-color: #fff;
	color: #181818;
}

/* ----- END: Nominate section ------ */

/* ----- Quote section ------ */

.quote {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: transparent;
}

.quote p {
    color: #181818;
}
/* ----- END: Quote section ------ */

/* ----- Color section ------ */

.color-section {
	background-color: #F91D56;
   /* padding-bottom: 200px;*/
}

.color-section h3 {
	font-family: "europa";
    text-transform: uppercase;
}

.color-section h2,
.color-section h3,
.color-section p,
.color-section li {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.color-section {
	    padding-top: 50px;
	}
	
	.color-section h3 {
		font-size: 14px;
	}
}

.criteria {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.criteria.first {
	margin-top: 80px;
}

@media screen and (min-width: 992px) {
	.criteria {
    	float: right;
	}
}

.criteria > p {
	display: inline-block;
    margin-bottom: 0;
    font-family: "europa";
    text-transform: uppercase;
    font-size: 13px;
    opacity: 0.8;
    letter-spacing: 2px;
}

.circle {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle p {
    font-family: "kepler-std-semicondensed-cap";
    font-size: 70px;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
	.circle {
		margin-left: 10px;
	}
	
	.circle p {
		font-size: 50px;
	}
	
	.criteria.first {
		margin-top: 40px;
	}
}

/* ----- END: Color section ------ */

/* ----- Jury section ------ */

.jury-section {
	position: relative;
    padding-top: 150px;
}

@media screen and (max-width: 768px) {
	.jury-section {
		padding-top: 50px;
	    padding-bottom: 0;
	}
}

.background-text {
	position: absolute;
    top: 750px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.background-text p {
    font-size: 470px;
    color: #e6e6e6;
    font-family: "europa";
    font-weight: 900;
    text-transform: uppercase;
    pointer-events: none;
    text-align: center;
}

.only-mobile {
	display: none;
}

@media screen and (min-width: 767px) and (max-width: 1025px){
	.background-text {
	    top: 690px;
	}
	
	.background-text p {
	    font-size: 310px;
	}
}

@media screen and (max-width: 767px) {
	.background-text {
		display: none;
	}
	
	.only-mobile {
		display: block;
	}
}

.margin-top {
	margin-top: 120px;
}

@media screen and (max-width: 768px) {
	.jury-member {
	    margin-bottom: 40px;
	}
	
	.margin-top {
		margin-top: 0px;
	}
}

.jury-image {
	margin-bottom: 30px;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
}

.jury-member h2 {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.jury-member h3 {
    margin-bottom: 18px;
    font-size: 12px;
    color: #444;
    line-height: 20px;
    text-transform: uppercase;
}

.jury-member p {
	font-size: 15px;
	line-height: 23px;
	color: #777;
}

/* ----- END: Jury section ------ */


/* ----- Layout: Nominate ----- */

.nominate-layout {
	margin-top: 130px
}

@media screen and (max-width: 768px) {
	.nominate-layout {
		margin-top: 50px
	}
}

input, textarea, select {
	background-color: #fff;
	-webkit-appearance: none;
	font-size: 16px;
}

.go-back {
	text-align: center;
}

.go-back-link a:before {
	top: -3px;
}

/* ----- END: Layout: Nominate ----- */

/* ----- Footer ----- */

#powered_by {
	text-align: right;
}

/* ----- END: Footer ----- */


/* ----- Snippet: Wide img w/ quote  ------ */

.columns.wide_img_w_quote {
	width: 100%;
    max-width: 100%;
    padding: 0;
}

.wide_image_with_text2 .wide_image div {
	height: 250px;
}

@media screen and (min-width: 768px){
	.wide_image_with_text2 .wide_image div {
		height: 400px;
	}
}

.wide_image_with_text2 .overlay {
	display: none;
}

/* ----- END: Snippet: Wide img w/ quote  ------ */



/* ----- Snippet: Share-icons ----- */

.label-style.share-title {
	margin-bottom: 12px;
	line-height: 22px;	
}

.share-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
}

.share-icon-fb {
	background-color: #3b5998;
	margin-right: 10px;
}

.share-icon-twitter {
	background-color: #55acee;
	margin-right: 10px;
}

.share-icon-linkedin {
	background-color: #007BB6;
}

.share-icon .fa {
	color: #fff;
	font-size: 18px;
    padding-top: 11px;
}

/* ----- END: Snippet: Share-icons ----- */




