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

body {
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
}

.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;
	}
}

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

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

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

h1,
h2 {
	font-family: "open-sans";
	font-weight: 600;
	font-weight: 900;
}

h2 {
	font-size: 40px;
	line-height: 50px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

p,
.color_block .content p,
.color_block p a,
.text a {
	font-size: 18px;
    line-height: 31px;
}

.color_block p a:hover {
	color: #fff;
	border-bottom: 0;
}


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


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

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

.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;
    text-align: center;
    
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.head-content h1 {
    color: #fff;
    font-size: 55px;
    line-height: 72px;
    letter-spacing: 7px;
    font-weight: 900;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.head-content h1 {
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 5px;
	}
}

.head-content p {
	color: #fff;
    font-size: 17px;
    line-height: 31px;
    font-weight: 500;
}

.head-section .arrow {
    text-align: center;
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    pointer-events: auto;
    z-index: 1001;
}

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: 20%;
    z-index: 0;
    pointer-events: auto;
}

/* -- Video overlay -- */

.video-overlay {
	position: absolute;
    width: 100%;
    top: 0;
    background-color: rgba(29, 36, 42, 0.5);
    min-height: 550px;
    z-index: 10;
    pointer-events: none;
}

.sf-btn,
input[type='submit'] {
  text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

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


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

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

.text-on-img .outer-content {
	position: absolute;
	width: 100%;
	z-index: 100;
	pointer-events: none;
	height: 100%;
}

.text-on-img .inner-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.text-on-img .inner-content .sf-btn {
    pointer-events: auto;
}

.wide_image_with_text2 .wide_image div {
	background-image: none;
}

.wide_image_with_text2 .overlay {
	height: 400px;
}

.wide_image .overlay {
	opacity: 0.4;
}

.wide_image .overlay {
	display: none;
}

.columns.wide_img_w_quote + .columns.color_block {
	margin-top: -60px;
}

.columns.color_block + .columns.wide_img_w_quote{
	margin-top: -60px;
}

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



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

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

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

.nominate-layout .sf-form h2 {
	margin-bottom: 20px;
}

/*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 ----- */


/* ----- 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 ----- */

