/*****************************
	Homepage
******************************/
.section-home #header {
	height: 302px;
	border-bottom: 8px solid #87D5E2;
	position: relative;
}
	#header .logo {
		margin: 30px 0 0 15px;
	}
	.strapline_1 {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.link_search {
		background: url(/images/srch-icon.png) no-repeat;
	}
	.section-home hr {
		border: none;
	}

.small-panel {
    width: 283px;
    padding: 0;
    margin: 0 0 0 0;
    float: right;
    position: relative;
}
	.small-panel .homepage_custom_feature_content_inner {
		height: 420px;
	}
	.small-panel .prev,
	.small-panel .next,
	.homepage_full_slideshow_wrapper .next,
	.homepage_full_slideshow_wrapper .prev {
		cursor: pointer;
	    width: 48px;
	    height: 30px;
	    position: absolute;
	    top: 50%;
	    z-index: 10;
	    content: '';
	    margin-top: -20px;
	    display: block;
	    /*opacity: .6;*/
	    /*background-size: contain;*/
	    background-image: url(../images/slideshow-prev.png);
	    background-repeat: no-repeat;
	    background-position: center;
	}
		.small-panel .prev:hover,
		.small-panel .next:hover,
		.homepage_full_slideshow_wrapper .next,
		.homepage_full_slideshow_wrapper .prev {
			/*opacity: .8;*/
		}
		.homepage_full_slideshow_wrapper .next,
		.homepage_full_slideshow_wrapper .prev {
			margin-top: -25px;
		}
	.small-panel .next,
	.homepage_full_slideshow_wrapper .next {
		background-image: url(../images/slideshow-next.png);
		left: initial;
		right: 0;
	}

.horizontal-mode .small-panel {
	float: left;
	margin-right: 55px;
}
	.horizontal-mode .small-panel:last-child {
		margin-right: 0;
	}

.homepage_panel_upcoming {
	width: 621px;
	margin-bottom: 25px;
}
	.small-panel.homepage_panel_upcoming .homepage_custom_feature_content_inner {
		width: 621px;
		height: 480px;
	}
	.homepage_panel_upcoming .homepage_custom_feature .homepage_custom_feature_content_inner .caption {
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		background: none;
	}
		.homepage_panel_upcoming .homepage_custom_feature .homepage_custom_feature_content_inner .caption  h2 {
			color: #fff;
			padding: 35px 35px 0px 35px;
			font-size: 1.65em;
			text-transform: none;
			font-weight: normal;
		}
/*.small-panel.homepage_panel_about .homepage_custom_feature_content_inner {
	background: url(/images/klf_homepage.jpg) bottom 5px center no-repeat;
}*/
	.homepage_panel_about .homepage_custom_feature .homepage_custom_feature_content_inner .caption {
		top: 144px;
		bottom: initial;
		/*background: none;*/
	}
	.homepage_panel_about .about-klf {
		position: absolute;
	    bottom: 0;
	    height: 186px;
	    /*border-top: 2px solid gray;*/
	    width: 100%;
	}
		.homepage_panel_about .about-klf a {
			display: block;
			height: 100%;
			background: url(/images/klf_homepage.jpg) bottom center no-repeat !important;
		}
	.homepage_panel_about .about-klf span {
	    text-align: left;
	    display: inline-block;
	    padding: 5px 20px;
	    font-size: 1.05em;
	    float: right;
	    padding-top: 46px;
	    padding-right: 0;
	    width: 140px;
	    font-weight: bold;
	    font-size: 1.1em;
	    line-height: 1.3em;
	    display: none;
	    
	}


.signup-banner {
	height: 310px;
	text-transform: uppercase;
	background-size: cover;
}

/* full-width slideshow */
.homepage_full_slideshow_wrapper {
	position: relative;
}
.section-home #homepage_full_slideshow {
    min-height: 402px;
    padding-bottom: 10px;
    margin: 0 0 20px;
}
	.section-home .homepage_slide {
		width: 960px;
		height: 402px;
	}

	.section-home #homepage_full_slideshow .caption .featured-label,
        #previous-platforms-slideshow .caption .featured-label {
            display: block;
            position: static;
            margin: 0 0 5px;
        }
	.section-home #homepage_full_slideshow .caption,
	#previous-platforms-slideshow .caption {
	    position: absolute;
	    bottom: 0;
	    padding: 30px;
	    padding: 0 25px 15px 25px;
	    color: #fff;
	    /*font-size: 16px;*/
	    left: 0;
	    right: 0;
	    font-size: 1em;
	    -webkit-font-smoothing: antialiased;
	    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	}
		.section-home #homepage_full_slideshow .caption {
			padding-top: 20px;
		}
		#previous-platforms-slideshow .caption {
			padding: 0 125px 15px 25px;
			background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
			background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
			background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		}
		.plat_title {
			display: block;
			margin-bottom: 10px;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 16px !important;
		}
		.homepage_custom_feature .homepage_custom_feature_content_inner .caption {
			font-size: 12px;
		}
		.section-home #homepage_full_slideshow .caption p,
		.homepage_custom_feature .homepage_custom_feature_content_inner .caption p,
		#previous-platforms-slideshow .caption span,
		#previous-platforms-slideshow .caption div {
			font-size: 1.25em;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
			.homepage_custom_feature .homepage_custom_feature_content_inner .caption p,
			#previous-platforms-slideshow .caption div {
				line-height: 1.4em;
			}
			#previous-platforms-slideshow .caption div {
				font-size: 14px;
			}
		.homepage_custom_feature .homepage_custom_feature_content_inner {
			height: 395px;
		}
		/*.section-home #homepage_full_slideshow .interview .caption {
			background-color: rgba(189, 175, 44, .5);
		}
		.section-home #homepage_full_slideshow .interview .essay {
			background-color: rgba(131, 57, 154, .5);
		}
		.section-home #homepage_full_slideshow .project .caption {
			background-color: rgba(160, 0, 136, .5);
		}
		.section-home #homepage_full_slideshow .publication .caption {
			background-color: rgba(52, 61, 140, .5);
		}*/

	.cycle-pager {
		text-align: center;
		position: absolute;
		bottom: 25px;
		right: 20px;
		z-index: 25;
	}
		.cycle-pager a,
		.prev-plats-cycle-pager a {
		    display: inline-block;
		    background-image: url(/images/bullet-white-na.png);
		    background-repeat: no-repeat;
		    text-indent: -9999px;
		    width: 14px;
		    height: 14px;
		    margin-right: 2px;
		    outline: none;
		}
			.cycle-pager a.activeSlide {
			    background-image: url(/images/bullet-white.png);
			}
		.prev-plats-cycle-pager a {
			background-image: url(/images/bullet-white-na.png);
		}
			.prev-plats-cycle-pager a.activeSlide {
				background-image: url(/images/bullet-white.png);
			}



.section-home .slideshow_sidebar {
	display: none;
}

.bottom-padded {
    padding: 10px 0 20px 0;
}

.platform_banner {
    padding: 45px 25px 10px;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
	.platform_banner .platform_num {
		margin-bottom: 8px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
                font-weight: bold;
		font-size: 16px;
	}
	h2.platform_title {
		font-weight: normal;
		font-size: 16px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.platform_banner h2 {
		color: #FFF;
		/*margin: 0;*/
	}
		.platform_banner .platform_num {
			/*margin-bottom: 20px;*/
		}
	.platform_banner a {
		color: #fff;
		text-decoration: none;
	}

/* PREVIOUS PLATFORMS SLIDESHOW */
.prev-plat-slide-wrapper {
	/*width: 642px;*/
	width: 621px;
	float: left;
	position: relative;
}
#previous-platforms-slideshow {
	width: 621px;
	min-height: 395px;
	/*padding: 0 0 30px 0;*/
	margin: 0 20px 0 0;
	float: left;
	border-bottom: 8px solid #1EAFCC;
}
	#previous-platforms-slideshow .prev-platform-slide {
		width: 621px;
		height: 395px;
	}
	/*#previous-platforms-slideshow .caption {
		position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    background: rgba(0,0,0,.5);
	    color: #F5F5F5 !important;
	    padding: 20px 30px 40px;
	}*/
.prev-plats-cycle-pager {
    /* width: 642px; */
    position: absolute;
    bottom: 15px;
    right: 20px;
    /* left: 0; */
    z-index: 10;
    text-align: center;
}


/* FEATURED CONTENT */
.homepage_featured_content span.featured-label {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    display: block;
    padding: 35px 15px 10px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.homepage_featured_content .record-box {
	position: relative;
}
.homepage_featured_content .record-box .main_image {
	float: left;
	margin: 0 30px 0 0;
	min-width: 230px;
	min-height: 230px;
	position: relative;
}
.homepage_custom_feature .homepage_custom_feature_content_inner .caption {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}



/* RECORD TYPES COLOURS AND LABELS... */
.project_label:before {
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	color: #FFF;
	opacity: .85;
	font-size: 12px;
	right: 25px;
	top: 25px;
	padding: 8px;
}
	.project_label.interview,
	.project_label.interviews {
		border-bottom: 8px solid #BDAF2C;
	}
	.project_label.essays,
	.project_label.essay {
		border-bottom: 8px solid #83399A;
	}
	.project_label.projects,
	.project_label.project {
		border-bottom: 8px solid #A00088;
	}
	.project_label.platforms,
	.project_label.platform {
		border-bottom: 8px solid #1EAFCC;
	}
	.project_label.publications,
	.project_label.publication {
		border-bottom: 8px solid #343D8C;
	}
	.project_label.channel,
	.project_label.channels {
		border-bottom: 8px solid #CC7520;
	}
	.project_label.news {
		border-bottom: 8px solid #2BBCB5;
	}
	.project_label.social,
	.project_label.about {
		border-bottom: 8px solid #CC7520;
	}

/*	.homepage_custom_feature .homepage_panel_about .thick-line {
		border-color: 
	}*/

	/*.project_label.interview:before,
	.project_label.interviews:before {
		content: 'interview';
		background: #BDAF2C;
	}
	.project_label.essays:before,
	.project_label.essay:before {
		content: 'essay';
		background: #83399a;
	}
	.project_label.projects:before,
	.project_label.project:before {
		content: 'project';
		background: #A00088;
	}
	.project_label.platforms:before,
	.project_label.platform:before {
		content: 'platform';
		background: #1eafcc;
	}
	.project_label.publications:before,
	.project_label.publication:before {
		content: 'publication';
		background: #343D8C;
	}
	.project_label.channel:before,
	.project_label.channels:before {
		content: 'channel';
		background: #cc7520;
	}*/

.homepage_featured_content .record-box.project_label:before {
	left: 164px;
	top: 20px;
	right: initial;
}
	span.featured-label {
	    position: absolute;
	    bottom: 15px;
	    z-index: 25;
	    color: #fff;
	    left: 15px;
	    text-transform: uppercase;
	    font-size: 11px;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
	}
	.caption span.featured-label {
		top: -15px;
		bottom: initial;
		padding-left: 0 !important;
	}

.signup-banner-content {
    background: rgba(0, 0, 0, 0.55);
    height: 310px;
}
    .signup-banner-content a {
        width: 100%;
        height: 310px;
        display: block;
        font-weight: bold;
        display: -webkit-flex;
       display: flex;
       -webkit-flex-direction: row /* works with row or column */
       flex-direction: row;
       -webkit-align-items: center;
       align-items: center;
       -webkit-justify-content: center;
       justify-content: center;
    }
    .signup-banner-content a,
    .signup-banner-content a:visited {
        color: #fff;
        text-decoration: none;
    }
    .signup-banner-content a span {
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        line-height: 34px;
        -webkit-font-smoothing: antialiased;
    }

a.new_sign_up {
    width: 53px !important;
    color: white !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    line-height: 2.5em;
    text-decoration: none;
    background-color: #323232;
}

.footer_middle,
#footer .footer_bottom {
	width: 100%;
}
#footer .footer_copyright {
	margin-top: 0;
}
