.newsletter_bar {
    margin: 0 -35px;
    width: 100%;
    padding: 0 35px;
    background-color: #000000;
    position: relative;
    float: left;
    color: #ffffff;
	padding-bottom: 6.95%;/* 90/1295 */
	height:0;
}
.newsletter_overlay {
    width: 100%;
    background-color: #000000;
    position: relative;
    float: left;
    color: #ffffff;
    padding-bottom: 6.95%;
    height: 0;
    margin-top: -6.95%;
}
.newsletter_overlay .text {
	float: right;
	width: auto;
    right: 7%;
}
.newsletter_overlay .linkbox {
	width: 3.861%;/* 50/1295 */
	padding-bottom: 3.861%;/* 50/1295 */
	height: 0;
	margin: 1.544% 0  1.544% 1.544%;
	cursor: pointer;
}
.newsletter_overlay .linkbox:hover {
	background-image: url(../images/linkbox-black-on-yellow.png);
}



.newsletter_form .header {
    width: 96%;
    padding: 2%;
    float: left;
    background-color: #000000;
    color: #ffffff;
}
.newsletter_form div.label {
    margin-top: 3%;
    color: #000000;
    float: left;
    clear: left;
}
.newsletter_form div.emess {
	color:#ff0000;
    margin-top: 3%;
    float: left;
}
.newsletter_form input {
    float: left;
    clear: left;
}
.newsletter_form input[type="text"] {
	width:100%;
	padding:0.5% 1%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.newsletter_form input[type="email"] {
	width:100%;
	padding:0.5% 1%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.newsletter_form input[type="checkbox"] {
	margin-top:2%;
    float: left;
    clear: left;
}

.newsletter_form span.label {
	margin: 1% 0 0 1%;
    float: left;
}

.c6633 .newsletter_form hr {
    margin: 2em 0;
}

.newsletter_form .button {
	position: relative;
    margin: 4% 0 !important;
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 10.588%;/* 90/850 */
    background-color: #f6be00;
}

.newsletter_form .text {
	float:left;
	width:auto;
	margin-left: 2.353%; /*20/850 */
}

.newsletter_form .linkbox {
	width: 5.882%;/* 50/850 */
	padding-bottom: 5.882%;/* 50/850 */
	height: 0;
	margin: 2.353%; /*20/850 */
	cursor: pointer;
	border: none;
    padding-top: 0;
}
.newsletter_form .linkbox:hover {
	background-image: url(../images/linkbox-white-on-black.png);
}











/* extend footer to allow for sticky bar */
.footer__inner {
	padding-bottom: 100px;
}
.sticky_bar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 999999999;
}
.sticky_bar .shadow {
	position: relative;
	float:left;
	width: 100%;
	height: 2px;
	background-color: rgba(0,0,0,0.1);

}
.sticky_bar .inner1 {
	position: relative;
	float:left;
	text-align: center;
	width: 100%;
	height: 64px;
	color: #000000;
	background-color: #f6bf00;
}
.sticky_bar .inner2 { /* this centres child divs */
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
.sticky_bar .inner3 {
	display: block;
}

/* mobile only */
.sticky_bar  .tab-arrow-open  {
	position: relative;
	float: left;
	width:100%;
	cursor: pointer;
	display: none;
}
.sticky_bar  .tab-arrow-open .arrow-icon {
	position: relative;
	background-image: url(../images/mobile-tab-arrow-up.png);
	background-size: 100% 100%;
	width: 30px;
	height: 64px;
	margin: 0 auto;
}
.sticky_bar  .tab-arrow-close  {
	position: relative;
	float: left;
	width:100%;
	cursor: pointer;
	display: none;
	margin-top: 20%;
}
.sticky_bar  .tab-arrow-close .arrow-icon {
	position: relative;
	background-image: url(../images/mobile-tab-arrow-down.png);
	background-size: 100% 100%;
	width: 30px;
	height: 64px;
	margin: 0 auto;
}
.clone-mobile-header {
    display: none;
    width: 90%;
    padding: 20% 20% 0;
    background-size: auto 100%;
    background-position: 106% bottom;
    background-image: url(//cdn.ucl.ac.uk/indigo/images/ucl-logo.svg);
    background-repeat: repeat-x;
    position: relative;
    left: -20%;
    z-index: 9999999;
    position: absolute;
}

/* desktop and mobile */

.sticky_bar .text {
	position: relative;
	float: left;
	margin: 20px 15px; /* ~30/1295 */
}

.sticky_bar select {
	position: absolute;
	left:0;
	top:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	cursor: pointer;
	background-color: white;
	border:none;
}

.sticky_bar .what {
	position: relative;
	float: left;
	width: 175px; /*  ~273/1295 */
	margin: 12px 0px;
	height: 40px;
	line-height: 40px; /* for safari !*/
}

.sticky_bar .where {
	position: relative;
	float: left;
	width: 400px; /* ~406/1295 */
	margin: 12px 0px;
	height: 40px;
	line-height: 40px; /* for safari !*/
}

.sticky_bar .linkbox {
	position: relative;
	float: left;
	margin: 12px 0px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.sticky_bar .linkbox:hover {
	background-image: url(../images/linkbox-white-on-black.png);
}
.text.text4 { display:none;}

@media only screen and (max-width: 900px) {

	.sticky_bar .what {
		width: 125px;
	}

	.sticky_bar .where {
		width: 300px;
	}

}
@media only screen and (max-width: 767px) {

	.sticky_bar .what {
		width: 320px;
	}

	.sticky_bar .where {
		width: 320px;
	}

}





/*  banner stuff */
.photograph--show {
	width: 90%;
	padding-bottom: 45%; /* this will be overwritten by js on page load */
	max-width: 1400px;
    margin: 0 auto;
    left: 0;
    background-size: 100% auto !important;
}
.photograph__overlay {
    position: absolute;
    top: 20%;
    height: 80%;
    left:35px;
    /*border: 1px dotted orangered;*/
    margin-left: -35px;
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #ffffff;
}
.photograph__overlay:hover {
	color: #ffffff;
	text-decoration: none;
}

.photograph__overlay .banner_wrapper {
    float: left;
    width: 100%;
    bottom: 0;
    position: absolute;
	margin: 0 0 0 0;
}

.photograph__overlay .banner_heading {
	position: relative;
	margin: 0 0 0 0;
}
.photograph__overlay .banner_spacing {
	position: relative;
	clear:left;
	margin: 0 0 0 0;
}

.node-type-culture-team.team_detail .photograph__overlay .banner_wrapper {
	margin: 0 0 0 0;
}
.node-type-culture-collection.team_detail .photograph__overlay .banner_wrapper {
	margin: 0 0 0 0;
}

.node-type-culture-team.page-node-about .photograph__overlay .banner_wrapper {
	margin: 0 0 0 0;
}
.node-type-culture-collection.page-node-about .photograph__overlay .banner_wrapper {
	margin: 0 0 0 0;
}



.photograph__overlay .banner_sub_heading {
	position: relative;
	margin: 1.098% 0 0 0; /* 15/1366 */
}
.photograph__overlay .banner_link_text {
	position: relative;
	margin: 1.098% 0 0 0; /* 15/1366 */
}
.photograph__overlay:hover .banner_link_text {
	text-decoration: underline;
}



/* truncated photos */
.page-node-about .photograph--show {
	padding-bottom: 25.5636895%; /* 90% of 388/1366 */
}
.page-node-about .photograph--show .photograph__overlay {
    top: 33.5%;
    height: 66.5%;
}


.node-type-culture-artefact .photograph--show {
	padding-bottom: 25.5636895%; /* 90% of 388/1366 */
}
.node-type-culture-artefact .photograph--show .photograph__overlay {
    top: 33.5%;
    height: 66.5%;
}

.node-type-culture-event .photograph--show {
	padding-bottom: 25.5636895%; /* 90% of 388/1366 */
}
.node-type-culture-event .photograph--show .photograph__overlay {
    top: 33.5%;
    height: 66.5%;
}

.node-type-culture-project .photograph--show {
	padding-bottom: 25.5636895%; /* 90% of 388/1366 */
}
.node-type-culture-project .photograph--show .photograph__overlay {
    top: 33.5%;
    height: 66.5%;
}

.node-type-culture-news .photograph--show {
	padding-bottom: 25.5636895%; /* 90% of 388/1366 */
}
.node-type-culture-news .photograph--show .photograph__overlay {
    top: 33.5%;
    height: 66.5%;
}

.node-type-culture-staff .photograph--show {
	padding-bottom: 25.5636895%; /* 90% of 388/1366 */
}
.node-type-culture-staff .photograph--show .photograph__overlay {
    top: 33.5%;
    height: 66.5%;
}


.photograph--show .brand .patch {
	/* this masks rhs of brand black SVG which doesn't always scale exactly to cover photo */
	width:10px;
	height: 100%;
	background-color: #000000;
	position: absolute;
	right:0;
}


/* custom filters stuff */

.projects_page_filter, .resources_page_filter, .staff_page_filter, .news_page_filter, .events_page_filter {
	position: relative;
	float:left;
	width:100%;
	min-height:4.5em;
	background-color: #000000;
	color:#ffffff;
    margin-left: -35px;
    margin-right: 35px;
    padding: 0px 35px;
}

.filtersection {
	position: relative;
	float:left;
	width:100%;
	min-height:100px;
	background-color: #000000;
	color:#ffffff;
    margin-left: -35px;
    margin-right: 35px;
    padding: 0px 35px;
}


.filters h1 {
	margin-top: 2%;
	float: left;
}

.filters .flink {
    float: right;
    margin-top: 2%;
    cursor: pointer;
}

.filters .lower {
	position: relative;
	float: left;
	width: 100%;
}
.filters.accordian .lower {
	width: 100%;
}

.filters hr {
	border-color: #4d4d4d;
}

.filters .what {
	position: relative;
	float:left;
	width: 54.054%; /* 700/1295 */
/*	border: 1px dotted gold;*/
}
.filters .what .label {
	position: relative;
	float:left;
}
.filters .what .list {
	position: relative;
	overflow: hidden; /* force BFC to fill remaining width ! */
}
.filters .what .list .tagbox {
	position: relative;
	float:left;
	margin-left: 2.145%;/* 13/606 */
	width: 31.188%;/* 189/606 */
	height:0;
	margin-bottom: 2%;/* 13/606 */
	padding-bottom: 8.25%;/* 50/606 */
	background-color: #333333;
}
.filters .what .list .tagbox .f15 {
	line-height: 1em !important;
}

.filters .what .tagbox div {
	float:left;
    margin-left: 12%;/* ~23/189 */
    width: 67%; /* ~127/189 */
}

.filters .what .tagbox .cbox {
	position: relative;
	float:right;
    width: 12.698%; /* 24/189 */
    height: 0;
    padding: 0 0 12.698% 0;/* 24/189 */
    margin: 6.878%;/* 13/189 */
    cursor: pointer;
}

.filters .what .tagbox input {
	position: absolute;
	width:100%;
	height:100%;
	-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    padding:0;
    margin: 0;
    background-color: #484848;
}

.filters .what .tagbox input.ticked {
	background-image: url(../images/filter-tickbox.png);
	background-size: 100% 100%;
}


.filters .when {
	position: relative;
	float:right;
	width: 45.946%; /* 595/1295 */
/*	border: 1px dotted red;*/
	margin-bottom: 1%; /* 13/1295 */
}
.filters .when .list {
	position: relative;
	float:right;
	width: 68.067%; /* 405/595 */
	margin-left: 4.202%; /* 25/595 */
	height:0;
	padding-bottom: 8.403%; /* 50/595 */
}
.filters .when .label {
    float: left;
    text-align: right;
    margin-top: 1.3%;
	width: 27.731%; /* 165/595 */

}
.filters .when .list select {
	position: absolute;
	width: 48.642%; /* 197/405 */
	height: 100%;
	margin: 0;
	padding: 0 0 0 2%;
	background-color: #ffffff;
	color: #000000;
	left:0;
	border:none;
}
.filters .when .list input.single {
	position: absolute;
	width: 48.642%; /* 197/405 */
	height: 100%;
	margin: 0;
	padding: 0 2%;
	background-color: #ffffff;
	color: #000000;
	right:0;
	border:none;
}

.filters .when .list .sep {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-align: center;
}
.filters .when .list input.from {
	position: absolute;
	width: 46%;
	height: 100%;
	margin: 0;
	padding: 0 2%;
	background-color: #ffffff;
	color: #000000;
	left:0;
	border:none;
}
.filters .when .list input.to {
	position: absolute;
	width: 46%;
	height: 100%;
	margin: 0;
	padding: 0 2%;
	background-color: #ffffff;
	color: #000000;
	right:0;
	border:none;
}

.filters .where {
	position: relative;
	float:right;
	width: 45.946%; /* 595/1295 */
	/*border: 1px dotted green;*/
}
.filters .where .list {
	position: relative;
	float:right;
	width: 68.067%; /* 405/595 */
	margin-left: 4.202%; /* 25/595 */
	height:0;
	padding-bottom: 8.403%; /* 50/595 */
}
.filters .where .list input{
	position: relative;
	float:left;
	width: 68.067%; /* 405/595 */
	margin-left: 4.202%; /* 25/595 */
	height:0;
	padding-bottom: 8.403%; /* 50/595 */
}
.filters .where .label {
    float: left;
    text-align: right;
    margin-top: 1.3%;
	width: 27.731%; /* 165/595 */
}
.filters .where .list select {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
		border:none;

}

.filters .reset {
	position: relative;
	float: left;
	width: 50%;/*19.305%; /* 250/1295 */
	padding-bottom: 3.861%; /* 50/1295 */
	margin-bottom: 2.857%; /* 37/1295 */
}
.filters .reset .text {
    color: #ffffff;
    left: 5.714%; /* 37/(1295/2) */
    text-align: left;
    float: left;
    width:auto;
}
.filters .reset .text:hover {
	text-decoration: underline;
}
.filters .reset .icon {
	position: absolute;
	left: 0;
	width: 5.714%; /* 37/(1295/2) */
	height: 100%;
	background-image: url(../images/filter-reset-icon.png);
	background-size: 100% 100%;
}


.filters .apply {
	position: relative;
	float: right;
	width: 50%;/*19.305%; /* 250/1295 */
	padding-bottom: 3.861%; /* 50/1295 */
	margin-bottom: 2.857%; /* 37/1295 */
}
.filters .apply .text {
    color: #ffffff;
    right: 11.737%; /* 76/(1295/2) */
    text-align: right;
    cursor: pointer;
    float:left;
    width:auto;
}
.filters .apply .text:hover {
	text-decoration: underline;
}
.filters .apply .icon {
	position: absolute;
	right: 0;
	width: 11.737%; /* 76/(1295/2) */
	height: 100%;
	background-image: url(../images/filter-apply-icon.png);
	background-size: 100% 100%;
    cursor: pointer;
}



.clone-patch {
	display: none;
	position: absolute;
	left:100%;
	margin-left: 0;
	width:20%;
	height:0;
	padding-bottom: 20%;
	background-color: #000000;
}



@media only screen and (max-width: 767px) {

	.clone-patch {
		display: block;
	}

	.filters .what {
		width:100%;
	}
	.filters .what .label{
		width:100%;
		margin-bottom: 2%;
	}
	.filters .what .list{
		width:100%;
	}
	.filters .what .list .tagbox{
		width:100%;
		margin-left:0;
		padding-bottom: 12%;
	}
	.filters .what .tagbox div {
	    margin-left: 5%;
	    width: 80%;
	}
	.filters .what .tagbox .cbox {
	    width: 6%;
	    height: 0;
	    padding: 0 0 6% 0;
	    margin: 3.5%;
	    cursor: pointer;
	}


	.filters .when {
		width: 100%;
		margin: 2% 0;
	}
	.filters .when .label {
	    text-align: left;
	}
	.filters .when .list {
		margin-bottom: 10%;
	}
	.filters .when .list select{
		width: 100%;
	}
	.filters .when .list input.single{
		width: 100%;
		margin-top: 15%;
	}
	.filters .when .list input.from{
		width: 100%;
	}
	.filters .when .list input.to{
		width: 100%;
		margin-top: 15%;
	}

	.filters .where {
		width:100%;
		margin: 2% 0 5% 0;
	}
	.filters .where .label {
	    text-align: left;
	}

	.filters .reset {
		margin-bottom: 8%;
	}
	.filters .apply {
		margin-bottom: 8%;
	}


}