/*
Theme Name: UQ LCC
Description: UQ LCC custom theme
Version: 4.0
Author: Emu Design
Author URI: http://www.emu.com.au
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Open Sans', sans-serif;
}

body {
	padding-top: 50px;
}

body.home  {
	padding-top: 280px;
}

/* BODY */
@media only screen and (min-width: 980px) {
	body.home  {
		padding-top: 630px;
	}
}

@media only screen and (min-width: 1200px) {
	body {
		padding-top: 140px;
	}
}

/* BASE STYLES */
/* h1, h2, h3, h4, a, p, ul, ol, li {
	font-family: 'Open Sans', sans-serif;
} */

h1 {
	color: #EA5A26;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}

h2 {
	color: #525252;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}

h3 {
	color: #545454;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.archive h3 {
	margin-bottom: 5px;
}

.archive #content p.meta {
	margin-bottom: 15px;
	font-size: 16px;
}

h4, h5, h6, .data-title  {
	color: #545454;
	font-size: 16px;
	font-weight: 600;
}

p + h1,
ul + h1,
ol + h1,
p + h2,
ul + h2,
ol + h2,
p + h3,
ul + h3,
ol + h3,
p + h4,
ul + h4,
ol + h4,
p + h5,
ul + h5,
ol + h5,
p + h6,
ul + h6,
ol + h6 {
	margin-top: 30px;
}

#content p, 
#content ul, 
#content ol, 
#content li, 
#content blockquote, .data-value {
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 0 20px;
}

#content p.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
}

@media only screen and (min-width: 768px) {
	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}

	.archive #content p.meta {
		font-size: 16px;
	}

	h4, h5, h6, .data-title  {
		font-size: 16px;
	}

	p + h1,
	ul + h1,
	ol + h1,
	p + h2,
	ul + h2,
	ol + h2,
	p + h3,
	ul + h3,
	ol + h3,
	p + h4,
	ul + h4,
	ol + h4,
	p + h5,
	ul + h5,
	ol + h5,
	p + h6,
	ul + h6,
	ol + h6 {
		margin-top: 40px;
	}

	#content p, 
	#content ul, 
	#content ol, 
	#content li, 
	#content blockquote, .data-value {
		font-size: 18px;
	}

	#content p.wp-caption-text {
		font-size: 16px;
		font-weight: 400;
	}
	
	#content blockquote, #content blockquote p {
		font-size: 24px;
	}

	#content blockquote h6 {
		font-size: 15px;
	}
}

b, strong {
	font-weight: 600;
	color: #666;
}

.col-full {
	padding: 0;
}

#content li {
	margin: 0 0 10px;
}

#content blockquote {
	border: 0;
	margin-bottom: 50px;
	background: #F7F7F7 url("./images/quote-small.png") no-repeat left top;
	padding: 20px 20px 20px 60px;
	border-right: 5px solid #5991CC; /* #444; */
}

@media only screen and (min-width: 600px) {
	#content blockquote {
		background: #F7F7F7 url("./images/quote.png") no-repeat left top;
		padding: 20px 20px 20px 120px;
	}
}

#content blockquote, #content blockquote p {
	font-size: 18px;
	color: #EA5A26;
	line-height: 1.6;
}

#content blockquote p {
	margin-bottom: 20px;
}

#content blockquote h6 {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	margin-top: 0;
}

#content address {
	border: 0;
	margin-bottom: 50px;
	background: #F7F7F7;
	padding: 20px;
	border-left: 5px solid #5991CC;
}

#content address, #content address p {
	font-size: 24px;
	color: #EA5A26;
	line-height: 1.6;
	font-weight: 300;
}

#content address p {
	margin-bottom: 20px;
}

#content address h6 {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	margin-top: 0;
}

#content ul {
	list-style: square url("./images/li-dot.png");
	padding-left: 25px;
}

#content ul li {
	padding-left: 15px;
}

a {
	color: #5991CC;
	text-decoration: underline;
	font-weight: 400;
}

a:hover, a:focus {
	color: #5991CC;
	text-decoration: none;
}

#main article {
	border-bottom: 0;
}

.container-full-width {
	margin: 0 auto;
	width: 100%;
}

.label-info,
.label-default {
	background-color: #2D5F95;
}

#tag-cloud a {
	text-transform: none;
	font-size: 13px !important;
	padding: 8px;
	line-height: 38px;
	font-weight: 400;
	text-decoration: none;
}

/* NAV MENU */

.navbar-collapse {
	background: #f7f7f7;
}

.navbar-brand img.small {
	height: 38px;
	display: block;
}
.navbar-brand img.large {
	display: none;
}

.navbar-brand {
	padding: 10px 10px 0 10px;
}

.navbar-default {
	border-top: 0;
	height: 60px;
}

#searchicon {
	display: none;
}

.dropdown-menu {
	border-radius: none;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: transparent;
}
	
.navbar-nav > li > .dropdown-menu {
	position: relative;
	width: 100%;
	border-top: 0;
	margin: 0 0 10px 0;
	display: none;
	background: #5991CC;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: none;
}

/* here */
.navbar-form {
	margin-bottom: 0; /*8px;*/
}

.navbar-nav {
	margin: 0px -15px;
	background: #5A91CD;
	padding-top: 10px;
}

.navbar-default .navbar-nav > li > a {
	color: #FFF;
	text-decoration: none;
	padding: 10px 15px;
}

.dropdown-menu {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu > li > a {
	text-decoration: none;
	padding: 3px 0 3px 40px;
	color: #E6EEF7;
	white-space: normal;
}

.menu-item a b.caret {
	display: inline;
	float: right;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: none;
	border-right: none;
	border-left: none !important;
	width: 40px;
	height: 40px;
	line-height: 20px;
	margin-left: 2px;
	margin-top: -10px;
	vertical-align: middle;
	background: url("images/caret-down.png") no-repeat center center;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	cursor: pointer;
	z-index: 10;
}

.menu-item a.active .caret {
	/* background: url("img/caret-up.png") no-repeat center center; */
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

@media only screen and (min-width: 768px) {

	b.caret {
		display: none !important;
	}

	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
	
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
		color: #EA5926;
		background-color: rgba(0, 0, 0, 0);
	}

	.navbar-form {
		margin-bottom: 8px;
	}

	.navbar-nav {
		margin: 23px 0 0 0;
		background: transparent;
		padding-top: 0;
	}

	.navbar-default .navbar-nav > li > a {
		color: #5991CC;
		text-decoration: none;
		padding: 0px 6px;
	}

	.dropdown-menu {
		background-color: #FFF;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	}


	.dropdown-menu > li > a {
		text-decoration: none;
		padding: 5px 20px;
		color: #5991CC;
		white-space: nowrap;
	}
	
	.navbar-default .navbar-nav > li > a {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 15px;
		color: #5991CC;	
		-webkit-transition: padding 0.6s; /* Safari 3.1 to 6.0 */
		transition: padding 0.6s;
		padding: 0px 6px;
		text-decoration: none;
	}

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		text-decoration: underline;
	}

	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
		color: #EA5926;
		background-color: transparent;
	}

	.navbar-default .search-open .navbar-nav > li > a {
		padding: 0px 5px;
	}

	.dropdown-menu > li> a {
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
		color: #5991CC;
		font-weight: 400;
		text-decoration: none;
		padding: 5px 20px;
	}

	.navbar-default .navbar-nav {
		float: right;
		margin-top: 23px;
	}
	
	.navbar-nav > li > .dropdown-menu {
		position: absolute;
		width: auto;
		border-top: 1px solid #CCC;
		margin: 0 0 10px 0;
		background-color: #fff;
		display: none;
	}
	
	#searchform {
		width: 50px;
		-webkit-transition: width 0.6s; /* Safari 3.1 to 6.0 */
		transition: width 0.6s;
		margin-top: 16px;
		display: none;
	}

	#searchform .form-group {
		display: none;
	}

	.search-open #searchform {
		width: 200px;
	}

	/* .search-query {
		background: url("images/search-padded.png") no-repeat right center;
	} */

	#searchicon {
		padding: 7px 0;
		cursor: pointer;
		float: right;
		display: block;
	}
}

@media only screen and (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		font-weight: 600;
		font-size: 16px;
		padding: 0px 11px;
	}
	
	#searchform {
		display: block;
	}
}

@media only screen and (min-width: 1200px) {
	.navbar-brand img.large {
		display: block;
	}
	
	.navbar-brand img.small {
		display: none;
	}
	
	.navbar-default .navbar-nav > li > a {
		font-size: 17px;
	}
	
	.navbar-collapse {
		background: none;
	}

	.navbar-brand img {
		height: auto;
	}

	.navbar-default {
		border-top: 10px solid #EA5B26;
		height: 128px;
		background-color: #F2F2F2;
		
		-moz-box-shadow: 0px 0px 5px #000;
		-webkit-box-shadow: 0px 0px 5px #000;
		box-shadow: 0px 0px 5px #000;
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

	}

	.home .navbar-default {
		background-color: #fff;

		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 	/* IE 8 */
		filter: alpha(opacity=90);	/* IE 5-7 */
		-moz-opacity: 0.9;	/* Netscape */
		-khtml-opacity: 0.9;	/* Safari 1.x */
		opacity: 0.9;	/* Good browsers */
	}

	.navbar-brand {
		padding-top: 20px;
	}

	.navbar-default .navbar-nav {
		float: right;
		margin-top: 50px;
	}
	
	#searchform {
		margin-top: 43px;
	}
}

.navbar-default .navbar-toggle {
	border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #5A91CD;
	height: 4px;
}

/* FOOTER */
footer {
	padding-bottom: 60px;
	background: #4E88C9 url("images/footer-background.png") no-repeat right bottom;
}

footer div.container {
	padding-top: 40px;
}

footer h4.widgettitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 10px;
}

footer div.textwidget {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
}

footer div.textwidget a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
}

footer div.textwidget a:hover,
footer div.textwidget a:focus {
	text-decoration: underline;
}

footer div.container div.widget_text:first-child .textwidget {
	color: #CADAED;
}

.subscribe_wrapper .gform_confirmation_wrapper *,
footer .widget .gform_widget .gform_confirmation_wrapper * {
	color: #FFF;
}

.subscribe_wrapper form,
footer .widget .gform_widget .gform_wrapper form {
	position: relative;
	max-width: 400px;
}

#content .subscribe_wrapper .ginput_container input,
footer .widget .gform_widget .ginput_container input {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	border: 1px solid #FFF;
	width: 80%;
	line-height: 30px;
	padding: 0 0 0 10px;
	height: 32px;
}

#content .subscribe_wrapper .ginput_container input {
	border: 1px solid #ccc;
}

.subscribe_wrapper .gform_footer,
footer .widget .gform_wrapper .gform_footer {
	margin: 0;
}

.subscribe_wrapper input.gform_button,
footer .widget .gform_widget input.gform_button {
	position: absolute;
	top: 0;
	right: 10%;
	height: 32px;
	background: #1E3F64;
	border-radius: 5px;
	color: #FFF;
	padding: 5px 20px;
	border: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.subscribe_wrapper .gf_browser_ie.gform_wrapper .gform_footer input.button,
footer .gf_browser_ie.gform_wrapper .gform_footer input.button {
	padding: 5px 20px;
}

.subscribe_wrapper label.gfield_label,
footer .widget .gform_widget label.gfield_label {
	display: none !important;
}

.home #inner-footer {
	background-color: #E2E2E2;
	display: block;
}

#inner-footer {
	min-height: 80px;
	background-color: #fff;
	margin-top: 90px;
	display: none;
}

@media only screen and (min-width: 768px) {
	#inner-footer {
		display: block;
	}
}

#inner-footer > div.container {
	display: none;
}

.home #inner-footer > div.container {
	display: block;
	padding-top: 0;
}

#inner-footer > div.container a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-decoration: none;
}

#inner-footer > div.container a:hover,
#inner-footer > div.container a:focus {
	text-decoration: underline;
}

#inner-footer > div.container div.pull-right {
	padding-top: 30px;
	padding-bottom: 24px;
}

/* HOME */
.banner-wrapper {
	width: 100%;
	height: 622px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.header-img-wrapper.banner-0 { z-index: 1; }
.header-img-wrapper.banner-1 { z-index: 2; }
.header-img-wrapper.banner-2 { z-index: 3; }
.header-img-wrapper.banner-3 { z-index: 4; }
.header-img-wrapper.banner-4 { z-index: 5; }
.header-img-wrapper.banner-5 { z-index: 6; }
.header-img-wrapper.banner-6 { z-index: 7; }
.header-img-wrapper.banner-7 { z-index: 8; }
.header-img-wrapper.banner-8 { z-index: 9; }
.header-img-wrapper.banner-9 { z-index: 10; }
.header-img-wrapper.banner-10 { z-index: 11; }
.looping .header-img-wrapper.banner-0 { z-index: 12 }
.looping .header-img-wrapper.banner-1 { z-index: 11; }
.looping .header-img-wrapper.banner-2 { z-index: 10; }
.looping .header-img-wrapper.banner-3 { z-index: 9; }
.looping .header-img-wrapper.banner-4 { z-index: 8; }
.looping .header-img-wrapper.banner-5 { z-index: 7; }
.looping .header-img-wrapper.banner-6 { z-index: 6; }
.looping .header-img-wrapper.banner-7 { z-index: 5; }
.looping .header-img-wrapper.banner-8 { z-index: 4; }
.looping .header-img-wrapper.banner-9 { z-index: 3; }
.looping .header-img-wrapper.banner-10 { z-index: 2; }

.header-banner-pagination-back,
.header-banner-pagination-forward {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 	/* IE 8 */
	filter: alpha(opacity=50);	/* IE 5-7 */
	-moz-opacity: 0.5;	/* Netscape */
	-khtml-opacity: 0.5;	/* Safari 1.x */
	opacity: 0.5;	/* Good browsers */
	position: absolute;
	top: 140px;
	z-index: 100;
	height: 100px;
	width: 60px;	
	cursor: pointer;
	display: none;
}

@media only screen and (min-width: 600px) {
	.header-banner-pagination-back,
	.header-banner-pagination-forward {
		display: block;
	}
}

@media only screen and (min-width: 980px) {
	.header-banner-pagination-back,
	.header-banner-pagination-forward {
		top: 300px;
	}
}

.header-banner-pagination-back:hover,
.header-banner-pagination-forward:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 	/* IE 8 */
	filter: alpha(opacity=90);	/* IE 5-7 */
	-moz-opacity: 0.9;	/* Netscape */
	-khtml-opacity: 0.9;	/* Safari 1.x */
	opacity: 0.9;	/* Good browsers */
}

.header-banner-pagination-back {
	left: 20px;
	background: url("./images/arrow-left.png") no-repeat left top;
}

.header-banner-pagination-forward {
	right: 20px;
	background: url("./images/arrow-right.png") no-repeat right top;
}

.header-img-wrapper.banner-1,
.header-img-wrapper.banner-2,
.header-img-wrapper.banner-3,
.header-img-wrapper.banner-4,
.header-img-wrapper.banner-5,
.header-img-wrapper.banner-6,
.header-img-wrapper.banner-7,
.header-img-wrapper.banner-8,
.header-img-wrapper.banner-9,
.header-img-wrapper.banner-10 {
	left: 100%;
}

.header-img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 300px;
}

.header-img-wrapper img {
	height: 300px;
	min-width: 100%;
	max-height: none;
	max-width: none;
	width: auto;
}

.header-img-wrapper img.img-responsive {
	display: block;
}

.header-img-wrapper.panel .header-img-content,
.header-img-wrapper.circle .header-img-content {
	z-index: 10;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
}

.header-img-wrapper.circle .header-img-content .header-img-text-wrapper {
	background: #CA4513;
	position: absolute;
	top: 80px;
	left: 10px;
	border-radius: 105px;
	height: 210px;
	width: 210px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 	/* IE 8 */
	filter: alpha(opacity=80);	/* IE 5-7 */
	-moz-opacity: 0.8;	/* Netscape */
	-khtml-opacity: 0.8;	/* Safari 1.x */
	opacity: 0.8;	/* Good browsers */
}

.header-img-wrapper.circle .header-img-content .header-img-text {
	position: absolute;
	top: 80px;
	left: 10px;
	height: 210px;
	width: 210px;
	padding: 40px 10px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

.header-img-wrapper.panel .header-img-content .header-img-text-wrapper {
	background: #333;
	position: absolute;
	top: 130px;
	right: 20px;
	height: 120px;
	width: 300px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 	/* IE 8 */
	filter: alpha(opacity=80);	/* IE 5-7 */
	-moz-opacity: 0.8;	/* Netscape */
	-khtml-opacity: 0.8;	/* Safari 1.x */
	opacity: 0.8;	/* Good browsers */
}

.header-img-wrapper.panel .header-img-content .header-img-text {
	position: absolute;
	top: 130px;
	right: 20px;
	height: auto;
	width: 300px;
	padding: 10px 30px;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 300;
	color: #fff;
}

@media only screen and (min-width: 450px) {	
	.header-img-wrapper.circle .header-img-content .header-img-text-wrapper {
		top: 80px;
		left: 100px;
		border-radius: 105px;
		height: 210px;
		width: 210px;
	}
	
	.header-img-wrapper.circle .header-img-content .header-img-text {
		top: 80px;
		left: 100px;
		height: 210px;
		width: 210px;
	}
	
	.header-img-wrapper.panel .header-img-content .header-img-text-wrapper {
		top: 130px;
		right: 70px;
		height: 120px;
		width: 370px;
	}
	
	.header-img-wrapper.panel .header-img-content .header-img-text {
		top: 130px;
		right: 70px;
		height: 120px;
		width: 370px;
		padding: 20px 30px;
		font-size: 16px;
		line-height: 1.2;
		font-weight: 300;
	}
}

@media only screen and (min-width: 980px) {	
	.header-img-wrapper.circle .header-img-content .header-img-text-wrapper {
		top: 180px;
		left: 10%;
		border-radius: 180px;
		height: 360px;
		width: 360px;
	}
	
	.header-img-wrapper.circle .header-img-content .header-img-text {
		top: 170px;
		left: 10%;
		height: auto;
		width: 360px;
		padding: 70px 30px;
		font-size: 26px;
		line-height: 1.3;
		font-weight: 300;
	}
	
	.header-img-wrapper.panel .header-img-content .header-img-text-wrapper {
		top: 280px;
		left: 20%;
		height: 160px;
		width: 600px;
	}
	
	.header-img-wrapper.panel .header-img-content .header-img-text {
		top: 280px;
		left: 20%;
		height: 160px;
		width: 600px;
		padding: 20px 30px;
		font-size: 26px;
		line-height: 1.2;
		font-weight: 300;
	}
}

@media only screen and (min-width: 1200px) {	
	.header-img-wrapper.panel .header-img-content .header-img-text-wrapper,
	.header-img-wrapper.panel .header-img-content .header-img-text {
		left: 30%;
	}
}

@media only screen and (min-width: 1450px) {	
	.header-img-wrapper.panel .header-img-content .header-img-text-wrapper,
	.header-img-wrapper.panel .header-img-content .header-img-text {
		left: 40%;
	}
}

@media only screen and (min-width: 1600px) {	
	.header-img-wrapper.circle .header-img-content .header-img-text-wrapper {
		top: 180px;
		left: 25%;
	}
	
	.header-img-wrapper.circle .header-img-content .header-img-text {
		top: 170px;
		left: 25%;
	}
	
	.header-img-wrapper.panel .header-img-content .header-img-text-wrapper {
		top: 280px;
		right: 20%;
		left: auto;
	}
	
	.header-img-wrapper.panel .header-img-content .header-img-text {
		top: 280px;
		right: 20%;
		left: auto;
	}
}

.header-img-wrapper.panel .header-img-content .header-img-text a,
.header-img-wrapper.circle .header-img-content .header-img-text a,
.header-img-wrapper.panel .header-img-content .header-img-text strong,
.header-img-wrapper.circle .header-img-content .header-img-text strong {
	color: #fff;
}

.header-img-wrapper.panel {
	border-bottom: 0;
	box-shadow: none;
}

@media only screen and (min-width: 980px) {
	.header-img-wrapper {
		height: 622px;
		min-width: 100%;
		width: auto;
	}
	
	.header-img-wrapper img {
		min-width: 100%;
		height: 100%; /* new */
		max-width: none;
	}

	.header-img-wrapper img.img-responsive {
		display: block;
		/* new 
		max-width: 100%;
		height: auto; */
	}
}

.header-img {
	display: block;
	margin: 0 auto;
}

#home-balloons {
	position: absolute;
	margin-top: 80px;
	display: relative;
}



@media only screen and (max-width: 400px) {
	.full-width-sm {
		padding-left: 0;
	}
}

#home-balloons-girl {
	margin-top: 0;
}
	
#home-balloons {
	position: relative;
}

@media only screen and (min-width: 500px) {
	#home-balloons-girl {
		margin-top: 540px;
	}
	
	#home-balloons {
		position: absolute;
	}
}

@media only screen and (min-width: 768px) {
	#home-balloons-girl {
		margin-top: 380px;
	}
}

@media only screen and (min-width: 978px) {
	#home-balloons-girl {
		margin-top: 500px;
	}
}

.balloon-text {
	text-align: center;
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
}

.balloon-text a,
.balloon-text strong {
	color: #fff;
}

.banner-wrapper a,
#home-balloons a {
	text-decoration: none !important;
}

.balloon-text-header {
	margin-top: 5px;
	font-size: 20px;
	min-height: 20px;
	line-height: 20px;
}

.balloon-text-header img {
	max-width: 80%;
	max-height: 20px;
}

.balloon-text.balloon1 {
	width: 29%;
	left: 2%;
	top: 10%;
}

.balloon-text.balloon2 {
	width: 33%;
	left: 36%;
	top: 27%;
}

.balloon-text.balloon3 {
	width: 31%;
	left: 67%;
	top: 6%;
}

@media only screen and (min-width: 400px) {
	.balloon-text {
		font-size: 11px;
	}
	
	.balloon-text-header {
		font-size: 22px;
		min-height: 22px;
		line-height: 22px;
	}
	
	.balloon-text-header img {
		max-height: 22px;
	}
}

@media only screen and (min-width: 450px) {
	.balloon-text {
		font-size: 12px;
	}
	
	.balloon-text-header {
		font-size: 24px;
		min-height: 30px;
		line-height: 30px;
	}
	
	.balloon-text-header img {
		max-height: 30px;
	}
}

@media only screen and (min-width: 550px) {
	.balloon-text {
		font-size: 14px;
	}
	
	.balloon-text-header {
		font-size: 26px;
		min-height: 40px;
		line-height: 40px;
	}
	
	.balloon-text-header img {
		max-height: 40px;
	}
}

@media only screen and (min-width: 768px) {
	.balloon-text {
		font-size: 12px;
	}
	
	.balloon-text-header {
		font-size: 22px;
		min-height: 22px;
		line-height: 22px;
	}
	
	.balloon-text-header img {
		max-height: 22px;
	}
}

@media only screen and (min-width: 992px) {
	.balloon-text {
		font-size: 14px;
	}
	
	.balloon-text-header {
		font-size: 26px;
		min-height: 40px;
		line-height: 40px;
	}
	
	.balloon-text-header img {
		max-height: 40px;
	}
}

@media only screen and (min-width: 1200px) {
	.balloon-text {
		font-size: 15px;
	}
	
	.balloon-text-header {
		font-size: 35px;
		min-height: 50px;
		line-height: 50px;
	}
	
	.balloon-text-header img {
		max-height: none;
	}
}

.container-full-width.home-links {
	min-height: 200px;
	background: #F3F8FC;
	
}

.container-full-width.home-links .container > div {
	border-left: 1px solid #C9DBEF;
	margin: 20px 0;
}

.container-full-width.home-links .container > div:first-child {
	border-left: 0;
}

.home-feature,
.news-feature {
	padding-top: 20px;
	position: relative;
	overflow: hidden;
	padding-right: 0;
}

.news-feature {
	margin-top: 30px;
}
	
.feature-news-list .news-feature {
	padding-top: 0;
	margin-top: 0;
}

.home-feature a,
.news-feature a {
}

.home-feature-title,
.news-feature-title {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	padding: 15px 20px 15px;
	width: 100%;
	background: #336CAC;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 	/* IE 8 */
	filter: alpha(opacity=85);	/* IE 5-7 */
	-moz-opacity: 0.85;	/* Netscape */
	-khtml-opacity: 0.85;	/* Safari 1.x */
	opacity: 0.85;	/* Good browsers */
	position: absolute;
	bottom: 0;
}

img.news-archive-img.wp-post-image,
img.attachment-home-page-feature.wp-post-image {
	width: 100%;
}

/* PAGE LAYOUT */
.page-header {
	border: 0;
	margin: 20px 0 0 0;
}

.page-data {
	padding-top: 40px;
}

.page-data .row {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-top: -1px;
	padding: 14px 0;
}

.page-data .row.no-border-top {
	border-top: none;
}

.data-title, 
.data-value, 
.data-title *, 
.data-value *,
#content .data-value p ,
#content .data-value ul li {
	font-size: 14px;
	line-height: 2;
}

#content .data-value ul,
#content .data-value ul li {
	margin-bottom: 0;
}

.data-title {
	font-weight: 600;
	font-size: 14px;
}

.data-value,
#content .data-value p { 
	margin-bottom: 0;
}

#sidebar  {
	display: none;
}

@media only screen and (min-width: 768px) {
	.page-header {
		margin: 40px 0 0 0;
	}

	#sidebar  {
		display: block;
	}

	#sidebar .widget_sidebar_menu_widget {
		margin-top: 40px;
	}
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar li {
	padding: 0;
	margin: 0;
	display: none;
}

#sidebar .dropdown-menu > li,
#sidebar li.current-menu-ancestor,
#sidebar li.current-menu-parent,
#sidebar li.current_page_parent,
#sidebar li.current_page_ancestor,
#sidebar li.current-menu-item,
#sidebar li.current_page_item {
	display: block;
}

#sidebar ul.sidebar-nav > li > a {
	text-decoration: none;
	color: #212121;
	font-weight: 600;
	margin-bottom: 20px;
	display: block;
	border-left: 5px solid #fff;
	margin-left: -20px;
	padding-left: 15px;
	line-height: 24px;
	white-space: normal;
}

#sidebar ul.sidebar-nav > li > a:hover,
#sidebar ul.sidebar-nav > li > a:focus,
#sidebar ul.sidebar-nav > li > a:active {
	text-decoration: underline;
}

#sidebar ul.sidebar-nav > li.current-menu-item > a {
	color: #ED5921;
	border-left: 5px solid #EE5922;
}

#sidebar ul li {
	padding: 0;
	margin: 0;
}

#sidebar .dropdown-menu > li > a {
	padding: 0 0 0 15px;
	margin-bottom: 15px;
	line-height: 24px;
	display: block;
	font-size: 18px;
	border-left: 5px solid #fff;
	white-space: normal;
	color: #5991CC
}

#sidebar .dropdown-menu > li > a:hover, 
#sidebar .dropdown-menu > li > a:focus,
#sidebar .dropdown-menu > li > a:active {
	background: none;
}

#sidebar .dropdown-menu > li.current-menu-item > a {
	border-left: 5px solid #EE5922;
	color: #EE5922;
}

#sidebar .dropdown-menu {
	display: block;
	position: relative;
	width: auto;
	background: none;
	border: 0; 
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	min-width: auto;
	float: none;
}

/* Custom layouts */

.single-events-archive h1,
.single-news h1 {
	margin-bottom: 10px;
}

.single-news .wpcf-field-date {
	font-weight: 600;
}

.news-archive-img {
	margin-top: 20px;
}

#content .organisation-chart .col-sm-4 h3 {
	margin-bottom: 10px;
}

#content .organisation-chart .col-sm-4 ul,
#content .organisation-chart .col-sm-4 p {
	border: 7px solid #ddd;
	padding: 10px;
	border-radius: 5px;
	background: #76A3D7;
	color: #fff;
	font-size: 14px;
}

#content .organisation-chart .col-sm-4 ul li {
	color: #fff;
	font-size: 14px;
	list-style: none;
}

.lcc-working-paper {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: -1px;
	padding: 30px 0;
}

.lcc-series {
	font-weight: 600;
}

.lcc-working-paper .lcc-title {
	padding: 15px 0;
}

.lcc-working-paper .lcc-title a {
	font-size: 16px;
}

@media only screen and (min-width: 980px) {
	.lcc-working-paper .lcc-title a {
		font-size: 18px;
	}
}

#content .lcc-working-paper .lcc-authors p {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 400;
}

.lcc-working-paper .lcc-date {
}

.single-news article > header {
	border-bottom: 2px solid #EA5A26;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.single-publications article > header {
	border-bottom: 2px solid #EA5A26;
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-right: 15px;
}

.single-publications article > header h1 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.working-paper-link {
	font-size: 20px;
}

.research-image a {
	font-size: 18px;
}

.single-people .data-value h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.single-people .data-title img.img-responsive.wp-post-image {
	margin-bottom: 20px;
}

.news-list img,
.people-list img {
	margin-bottom: 30px;
}

.people-list a h3 {
	margin: 0px;
	color: #5991CC;
}

.people-list h3 {
	margin: 0px;
}

.feature-news-list {
	margin-bottom: 20px;
}

.news-list,
.people-list {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: -1px;
	padding: 30px 0 0;
}

.news-list {
	padding-top: 10px;
}

.people-fellows-list {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: -1px;
	padding: 10px 0;
}

.staff-quote {
	padding: 20px 5px;
	background: #eee; /* #F7F7F7; */
	margin-bottom: 30px;
	border-left: 5px solid #5991CC;
}

#content .staff-quote p {
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 16px;
}

.people .page-data {
	padding-top: 10px;
}

.archive #main article,
.search #main article {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-top: -1px;
	padding: 20px 0;
	margin-bottom: 0;
}

.archive ul.pagination,
.search ul.pagination {
	padding-top: 30px;
}

span.quote-chars {
	font-size: 24px;
	font-family: Times New Roman;
	font-weight: 800;
	color: #5991CC;
	line-height: 18px;
	padding-right: 4px;
	padding-left: 1px;
}

.bio-quote {
	text-align: right;
	font-size: 14px;
	color: #333;
	padding-top: 10px;
}

.event-attributes,
.event-attributes a {
	font-size: 13px;
}

.event-attributes h3 {
	margin-top: 0;
}

.event-attributes h3 a {
	font-size: 18px;
}

img.event-archive-img {
	padding-bottom: 20px;
}

@media only screen and (min-width: 600px) {
	.event-body img.wp-post-image {
		width: 300px;
		padding: 0 20px 20px 0;
		float: left;
	}
}

@media only screen and (min-width: 768px) {
	.event-body img.wp-post-image {
		padding: 20px 20px 20px 0;
	}

	img.event-archive-img {
		padding-bottom: 0;
	}
}

#content .event-attributes p {
	font-size: 14px;
}

#content .event-attributes p.event-type {
	color: #EA5A26;
	font-weight: bold;
}

.single-events-archive section > section {
	margin-top: 20px;
}

.single-events-archive section .data-title {
	line-height: 2;
}

.post-type-archive-events-archive section {
	margin-top: 10px;
}

.save-to-calendar {
	float: left; 
	margin-right: 10px;
	padding: 0 7px 3px 27px;
	background: #1E3F64 url(./images/calendar.png) no-repeat left;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
}

#content p.publication-type {
	font-size: 14px;
	font-weight: 600;
	border-bottom: 2px solid #EA5A26;
	padding-bottom: 10px;
}

div.publications-filter {
	padding: 0 15px 15px 15px;
	background-color: #F2F2F2;
	margin-bottom: 40px;
}

div.publications-filter span {
	font-size: 15px;
}

div.publications-filter-group,
div.publications-filter-sub-group {
	float: left;
}

div.publications-filter-group input {
	padding: 2px;
	width: 100%;
}

div.publications-filter-group select {
	max-width: 140px;
	font-size: 13px;
	font-weight: 400;
	padding: 2px;
}

div.publications-filter-row {
	margin-right: 40px;
	margin-top: 5px;
}

div.publications-filter-item {
	float: left;
	margin-right: 40px;
	margin-top: 10px;
}

input.publications-filter-search {
	height: 26px;
	background: #1E3F64;
	border-radius: 5px;
	color: #FFF;
	padding: 2px 20px;
	border: 0;
	margin-top: 30px;
	margin-left: 10px;
}

input.publications-filter-search.reset-button {
	background: #666;
}

div.publications-list .lcc-working-paper {
	padding: 10px 0;
}

div.publications-list .publication-type {
	font-weight: 600;
	font-size: 12px;
	margin-top: 5px;
}

div.publications-list .publication-title {
	padding: 0;
	margin-top: 5px;
}

div.publications-list .publication-title a {
	font-size: 16px;
	font-weight: 600;
}

.lcc-working-paper div.publication-authors,
.lcc-working-paper div.publication-description,
.lcc-working-paper div.publication-keywords {
	padding-top: 3px;
}

.lcc-working-paper div.publication-authors a {
	font-size: 14px;
}

.lcc-working-paper div.publication-keywords a {
	font-size: 13px;
	font-style: italic;
	color: #999;
}

.publications-authors-section {
	margin-bottom: 20px;
}

ul.pagination {
	padding-left: 0 !important;
}

.pagination > li {
	padding-left: 0 !important;
}

.archive_title{
  color: #EA5A26;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}