@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700,700italic,300italic,600italic,800,800italic);
	

*, *:before, *:after {
  box-sizing: border-box;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

/* cookie consent styles */
a.cc_more_info {
	color: #047a8d !important;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
	background-color: #047a8d !important;
	color: #fff !important;
}

/*
	STYLE
*/
body
{
	background: #fff;
	color: #333;
	font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	-webkit-text-size-adjust: none;
}

.wrapper
{
	box-sizing: border-box;
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
}
.wrapper.header
{
	padding-bottom: 150px;
}
.wrapper.header:before
{
	top: -750px;
}
.wrapper.no-phone:before
{
	content: none !important;
	display: none !important;
}


/*
	MENU
*/
#menu:not(.mm-menu)
{
	display: none;
}
#menu .fa
{
	width: 15px;
	color: #ccc;
}
.mm-panel > p
{
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.mm-counter.badge
{
	right: 20px;
}

#donate
{
	padding: 45px 20px 30px 44px;
}
#donate:after
{
	border: none !important;
}
.listview-icons > li:after
{
	left: 45px !important;
}

/*
	LAYOUT
*/
#hamburger,
#showLeft
{
	box-sizing: border-box;
	display: none;
	width: 70px;
	height: 45px;
	position: absolute;
	top: 8px;
	right: 0px;
	z-index: 2;
}
#hamburger:before,
#hamburger:after,
#hamburger span,
#showLeft:before,
#showLeft:after,
#showLeft span
{
	background: #000;
	content: '';
	display: block;
	width: 30px;
	height: 4px;
	position: absolute;
	right: 30px;
}
#hamburger:before,
#showLeft:before
{
	top: 10px;
}
#hamburger span,
#showLeft span
{
	top: 20px;
}
#hamburger:after,
#showLeft:after
{
	top: 30px;
}

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span,
#showLeft:before,
#showLeft:after,
#showLeft span
{
	/*-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;

	-webkit-transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;*/
}
html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after
{
	top: 20px;	
}
html.mm-opening #hamburger span
{
	left: -50px;
	opacity: 0;
}
html.mm-opening #hamburger:before
{
	transform: rotate( 45deg );
}
html.mm-opening #hamburger:after
{
	transform: rotate( -45deg );
}

#page,
body > .submenu
{
	font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif;
}
#page
{
	box-shadow: none;
	width: 100%;
	min-width: 320px;
	max-width: 1200px;
	/*height: 100vh;*/ /* added for the nicesroll - blocked when menu is open */
	margin: 0 auto;
	padding: 0px 30px;
	position: relative;
	z-index: 1;
}

#header {
	margin: 0 auto;
	padding: 0 30px;
}

/*** main nav ***/
	#navigation {
		display:block;
		position:relative;
		top:0px;
		left:0;
		width:100%;
		max-width: 1200px;
		background-color:#047a8d;
		z-index:101;
	}
	
	.dropdown, .dropdown ul, .dropdown li {
		margin  : 0;
		padding : 0;
	}
		.dropdown {
			margin-left: 30px;
		}

	.dropdown ul{
		display  : none;
		position : absolute;
		top      : 100%;
		left     : 0;
		width	 : auto;
		z-index  : 1;
	}

	[dir=rtl] .dropdown ul{
	  left  : auto;
	  right : 0;
	}

	.dropdown ul ul, [dir=rtl] .dropdown ul .dropdownLeftToRight ul {
		top   : 0;
		left  : 100%;
		right : auto;
	}

	[dir=rtl] .dropdown ul ul, .dropdown ul .dropdownRightToLeft ul {
		left  : auto;
		right : 100%;
	}

	.dropdown li {
		position        : relative;
		display         : block;
		list-style-type : none;
	}

	.dropdown > li {
		display : inline-block;
	}

	.dropdown a, .dropdown span {
		display         : block;
		text-decoration : none;
		white-space     : pre;
	}

	.dropdown li:hover > ul {
		display : block;
	}

	.dropdownVertical {
		display : inline-block;
	}

	.dropdownVertical > li {
		display : block;
	}

	.dropdownVertical ul {
		top  : 0;
		left : 100%;
	}

	[dir=rtl] .dropdownVertical ul {
		left  : auto;
		right : 100%;
	}

	.dropdownJavaScript li:hover > ul {
		display : none;
	}

	.dropdownJavaScript li.dropdownOpen > ul {
		display : block;
	}

	/* set the background colour */
	.dropdown {
	  background : #047a8d;
	  font-size: 0;
	}
		.dropdown ul {
		  background : #5ea6b0;
		}

	/* pad items, set their text colour, and fade their background colour */
	.dropdown a,
	.dropdown span {
	  padding    : 15px 9px;
	  color      : white;
	  /*transition : background 0.1s;*/
	  font-size: 15px;
	  line-height: 18px;
	  font-weight: 600;
	  letter-spacing: 0.01em;
	  /*text-transform: uppercase;*/
	}
	
		.dropdown li.home a {
			padding-left: 0px;
		}

	/* set the background colour of active items */
	.dropdown li:hover > a,
	.dropdown li:hover > span,
	.dropdown li.dropdownOpen > a,
	.dropdown li.dropdownOpen > span,
	.dropdown li.active > a,
	.dropdown li.active > span,
	.dropdown li.parent-active > a,
	.dropdown li.parent-active > span {
	  background : #5ea6b0;
	}
		.dropdown li.home:hover > a {
			background: #047a8d;
		}

		/* set the background colour of active items */
		.dropdown li ul li:hover > a,
		.dropdown li ul li:hover > span,
		.dropdown li ul li.dropdownOpen > a,
		.dropdown li ul li.dropdownOpen > span,
		.dropdown li ul li.active > a,
		.dropdown li ul li.active > span {
		  background : #a3cbd1;
		  color: #047a8d;
		}

		/* pad items, set their text colour, and fade their background colour */
		.dropdown li ul li a,
		.dropdown li ul li span {
		  padding    : 10px 15px;
		  color      : white;
		  /*transition : background 0.1s;*/
		  font-size: 15px;
		  line-height: 18px;
		  font-weight: 600;
		  letter-spacing: 0.1em;
		  /*text-transform: uppercase;*/
		}
		
/*** second level sub navigation ***/
.sub-navigation {
	margin: 20px 0 20px 0;
	padding: 0;
}
		
#sub_navigation {
	margin: 0 0 0 0 !important;
	padding: 0;
	list-style-type: none;
}
	#sub_navigation li {
		margin: 0 !important;
		padding: 2px 15px !important;
		float: left;
		border-right: 1px solid #aaa;
	}
	/*#sub_navigation li.first {padding-left: 0 !important;}*/
	#sub_navigation li.last {border-right: none;}
	
		#sub_navigation li a {
			margin: 0;
			padding: 7px 0 3px 0;
			/*text-transform: uppercase;*/
			font-size: 14px;
			line-height: 24px;
			font-weight: 700;
			letter-spacing: 0.1em;
			color: #000;
			text-decoration: none;
		}
			#sub_navigation li.active a {
				/*text-transform: uppercase;*/
				font-weight: 700;
				letter-spacing: 0.1em;
				color: #047a8d;
				border-bottom: 2px solid #047a8d;
			}
			
			#sub_navigation li a:hover {
				color: #047a8d;
				text-decoration: none;
			}

/*** end second level sub navigation ***/
		

.rsNav { 
		margin: 0;
		padding: 10px 0;
		background: transparent !important;
		display: none;
		cursor:pointer;z-index:1 !important;
	}

.heroSlider .rsOverflow,
.royalSlider.heroSlider {
	height: 450px !important;
	overflow: hidden;
}

/*
	.heroSlider-small .rsOverflow,
	.royalSlider.heroSlider-small {
		height: 200px !important;
		overflow: hidden;
	}
*/

.rsContent a {
	text-decoration: none;
}

.infoBlockONE,
.infoBlockTWO,
.infoBlockTHREE,
.infoBlockFOUR {
	position: absolute;
	background: #eee;
	background: rgba(255, 255, 255, 0.8);
	height: auto;
	overflow: hidden;
}

.infoBlockONE.transparent,
.infoBlockTWO.transparent,
.infoBlockTHREE.transparent,
.infoBlockFOUR.transparent {
	background: transparent !important;
}

.infoBlockONE h1,
.infoBlockTWO h1,
.infoBlockTHREE h1,
.infoBlockFOUR h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	line-height: 36px;
	font-weight: 300; 
	font-style: normal;	
	color: #000;
}
.infoBlockONE h2,
.infoBlockTWO h2,
.infoBlockTHREE h2,
.infoBlockFOUR h2 {
	margin: 0;
	padding: 0;
	font-size: 34px;
	line-height: 34px;
	font-weight: 300; 
	font-style: normal;	
	color: #047a8d;
}
.infoBlockONE h3,
.infoBlockTWO h3,
.infoBlockTHREE h3,
.infoBlockFOUR h3 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600; 
	font-style: normal;
	letter-spacing: 0.1em;	
	color: #000;
	/*text-transform: uppercase;*/
}

	.staticContainer h1, 
	.staticContainer h2, 
	.staticContainer h3 {
		color: #000;
		font-weight: 500;
	}

.infoBlockTHREE .type {
	/*text-transform: uppercase;*/
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #000;
}
	
	
.grid {
	margin: 0 auto 30px auto;
	padding: 0 15px; /* container has 15px to add to columns 15px for total 30px outside gutter */
	overflow:hidden;
}
	.square {
		margin: 15px 0;
		padding: 0;
		height: 200px; /* fixed height */
		position: relative;
		float: left;
	}
	
		.right {float:right;} /* override for float of larger squares */

	.square {
		width: 25%;
	}
	
		.square div.padded {
			margin: 15px;
			padding: 0;
			height: 100%;
			text-align: center;
			background: #047a8d;
			color: #fff;
		}
			.square div.padded {
				line-height: 200px;
			}
		
/*** overlays ***/
	.square .overlay {
		display: none;
		z-index:8888;
	}
		.square:hover .overlay {
			margin:0;
			padding:0;
			position: absolute;
			left:0;
			top:0;
			width:100%;
			height:100%;
			background: rgba(4,122,141,0.9);
			display:table;
			text-align:middle;
			cursor:pointer;
		}
			.overlay p {
				margin:0;
				padding: 10px 20px;
				display: table-cell;
				vertical-align: middle;
				text-align:center;
				color:#fff;
				font-size:14px;
				line-height:18px;
				letter-spacing: 0.05em;
				cursor:pointer;
			}
/*** end overlays ***/

	.square .quote {
		margin: 15px 0 0 0;
		padding:0;
		position: absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		display:table;
		text-align:middle;
		cursor:cursor;
	}
	
		.quote h1,
		.quote h2,
		.quote h3,
		.quote p {
			margin:0;
			padding: 10px 25px;
			display: table-cell;
			vertical-align: middle;
			text-align:center;
			font-size:14px;
			line-height:18px;
			font-weight: 500;
		}
	
	/*** quote sqaure colors ***/
	.square.Blue .padded {
		background: #148c9c;
	}
	.square.Green .padded {
		background: #95b851;
	}
	.square.Pink .padded {
		background: #b0688c;
	}
	.square.Purple .padded {
		background: #766ca3;
	}
	.square.Yellow .padded {
		background: #e7cc3c;
	}



.columns {
	margin: 0 auto 0 auto;
	padding: 0 15px; /* container has 15px to add to columns 15px for total 30px outside gutter */
	/*border:1px solid #444;*/
}
	.columns.addedSpace {
		margin: 0 auto 30px auto;
	}

	.columns .intro {
		position: relative;
		margin: 20px 0 40px 0;
		padding: 0 15px;
		width: 66.666%;
		float: left;
	}
	.columns .intro h2 {
		margin: 15px 0 0 0;
		padding: 5px 0;
		max-width: 85%;
		font-size: 18px;
		line-height: 24px;
		font-weight: 500;
		color: #047a8d;
	}
	.columns .intro p {
		padding-right: 30px;
	}
	.columns .intro p.back-link {
		clear: both;
	}
	
	.intro h3 { line-height: 22px; }
	
	.columns .intro ul,
	.columns .intro ol {
		margin: 15px 0 0 15px !important;
		padding: 0 !important
	}
		.columns .intro ul li,
		.columns .intro ol li {
			padding: 0 0 15px 5px;
			/*color: #007a8a;*/
		}

.back-link a {
	margin-top: 30px !important;
}
			
	.columns .related {
		margin: 40px 0 40px 0;
		padding: 0 15px;
		width: 33.333%;
		float: left;
	}


	/*** 3 columns ***/
	.columnsLeft {
		margin: 0;
		padding: 0 0 20px 0;
		width: 66.666%;
		float: left;
	}
		.columnsLeft .columnOne,
		.columnsLeft .columnTwo {
			margin: 0;
			padding: 20px 0 0 0;
			float: left;
			width: 50% !important;
		}
		
	.columnsRight {
		margin: 0;
		padding: 0 0 20px 0;
		width: 33.333%;
		float: left;
	}
		.columnsRight .columnThree {
			margin: 0;
			padding: 20px 0 0 0;
			float: none;
			width: 100% !important;
		}
			
	.columnsLeft .columnOne div,
	.columnsLeft .columnTwo div,
	.columnsRight .columnThree div {
		margin: 0 15px; /* 15px for each column...total 30px gutter */
		padding: 0;
	}
	
	/*** border around image boxes ***/
	
	.columnOne div.border,
	.columnTwo div.border,
	.columnThree div.border {
		border: 1px solid #e2e9ec;
	}
	
	/*** end border around image boxes ***/
	

	.columnOne h2, .columnTwo h2, .columnThree h2 {
		margin: 0 0 10px 0;
		padding: 0 0 15px 0;
		font-size: 20px;
		letter-spacing: 0em;
		font-weight: 500;
		color: #047a8d;
		width: 100%;
		border-bottom: 1px solid #000;
	}
	.columnOne h3, .columnTwo h3, .columnThree h3,
	.columnOne div, .columnTwo div, .columnThree div {
		font-size: 14px;
	}
	.columnOne h3, .columnTwo h3, .columnThree h3 {
		letter-spacing: 0.1em;
	}
		.columnThree div .follow a {
			padding: 0 5px;
			background: #eaf6f8;
			text-decoration: none;
		}
			.columnThree div .follow a:hover {
				text-decoration: none;
			}
			
		.columnThree div.twitter {
			margin-left: 0px !important;
			padding: 0;
			width: 100%;
		}
		
		.twitter-timeline {
			min-height: 350px !important;
			border-left: 1px solid rgba(15,70,100,.12) !important;
		}

	.columns .stretchMe {
		margin: 0 0 10px 0 !important;
		padding: 0 !important;
		width: 100%;
		height: 180px;
	}
	
	.columns a {
		text-decoration: none;
		color: #047a8d;
	}
		.columns a:hover {
			text-decoration: underline;
		}


	/*** 2 columns for people pages ***/
	.columnsEqual {
		margin: 0;
		padding: 0 0 20px 0;
		width: 50.000%;
		float: left;
	}
		.columnsEqual .columnOneEqual {
			margin: 20px 0px 0 15px;
			padding: 0;
			float: left;
			width: 120px !important;
			height: 160px;
			background: #e6e7e8;
		}
		.columnsEqual .columnTwoEqual {
			margin: 0 15px 0 0;
			padding: 20px 10px 0 30px;
			float: left;
			width: 65.000% !important;
		}
		.columnOneEqual h2, .columnTwoEqual h2,
		.columnOneEqual h3, .columnTwoEqual h3 {
			margin: 0 0 0 0;
			padding: 0 0 10px 0;
			font-size: 20px;
			letter-spacing: 0em;
			font-weight: 500;
			color: #000;
			width: 100%;
			border-bottom: none;
		}
			.columnOneEqual h2, .columnTwoEqual h2 {
				margin: 0 0 10px 0;
				color: #047a8d;
			}
			
			
	/*** rule dividing sections ***/
	.topRule {
		border-top: 1px solid #000;
		margin: 10px 30px !important;
	}
	
	
			
	/*** 3 equal columns for people pages ***/
	.columns3 {
		margin: 0 0 20px 0;
		padding: 0;
		width: 33.333%;
		float: left;
	}
		.columns3 .columnOne3image {
			margin: 0 15px 15px 15px; /* 15px for each column...total 30px gutter */
			padding: 0;
			width: 120px;
			height: 160px;
			background: #e6e7e8;
		}
		.columns3 .columnOne3 {
			margin: 0 15px; /* 15px for each column...total 30px gutter */
			padding: 0 20px 0 0;
		}
		.columnOne3 h2,
		.columnOne3 h3 {
			margin: 0;
			padding: 0;
			/*font-size: 14px;
			line-height: 18px;*/
			font-size: 16px;
			line-height: 18px;
			letter-spacing: 0em;
			font-weight: 500;
			color: #000;
			width: 100%;
			border-bottom: none;
		}
			.columnOne3 h2 {
				margin: 0;
				color: #047a8d;
				font-size: 16px;
				line-height: 24px;
			}

	/*** 3 equal columns for sitemap ***/
	.columns3 ul.sitemap {
		margin: 15px;
		padding: 0;
		list-style-type: none;
	}
		.columns3 ul.sitemap li {
			margin: 0 0 15px 0;
			padding: 0;
			font-weight: 700;
		}
	.columns3 ul.sitemap li ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		.columns3 ul.sitemap li ul li {
			margin: 0;
			padding: 0;
			font-weight: 500;
		}

	
/*** added from filter style ***/
.columns .type {
	/*text-transform: uppercase;*/
	font-weight: 700;
	letter-spacing: 0.1em;
	float: left;
	color: #000;
}
.columns .date {
	float: right;
	color: #666;
}
	.columns .date.left {
		float: none;
		color: #333;
	}


.columns .title {
	margin: 0 0 10px 0;
	/*padding: 0 0 30px 0;*/
	padding: 0 0 10px 0;
	font-size: 18px !important;
	line-height: 20px !important;
	font-weight:500;
	color: #047a8d;
	clear:both;
	width: 100%;
	/*border-bottom: 1px solid #000;*/
}
.columns .more {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #000;
}

	.columns .columnTwo .more:last-of-type,
	.columns .columnThree .more:last-of-type {
		padding: 0 0 15px 0;
		border-bottom: none;
	}

	.columns .title.norule {
		border-bottom: none;
		padding: 0 0 10px 0;
	}
	
	.columns .title.norule a:hover,
	.columns .title a:hover {
		text-decoration: none;
	}
	
/* Themes images for top level page */
.themeBox {
	margin-bottom:30px !important;height:200px;overflow:hidden;
}
.themeBox-title {
		padding: 15px !important;
		background: #047a8d;
		color: #fff !important;
		text-align: center;
		font-size: 14px !important;
		line-height: 18px;
		font-weight: 600;
		letter-spacing: 0.1em;
		/*text-transform: uppercase;*/
		border-bottom: none;
}

		.themeBox img {
			margin: 0;
			padding: 0;
			width: 100%;
			height: auto;z-index:10 !important;
		}
			
/* All Publications - double height - top level page */
.themeBox2 {
	margin-bottom:30px !important;height:470px;background: #fff;overflow:hidden;
}
	.themeBox2 .title {
		margin: 0 !important;
		padding: 15px 0 !important;
		width: 100%;
		display: block;
		background: #fff;
		color: #047a8d !important;
		text-align: left;
		font-size: 14px !important;
		line-height: 18px;
		font-weight: 600;
		letter-spacing: 0.1em;
		/*text-transform: uppercase;*/
		text-decoration: none !important;
		border-bottom: none;
	}
		.columns .theme a:hover  {
			text-decoration: none !important;
		}
	.themeBox2 .img {
		margin: 0 auto;
		padding: 0;
		text-align: center;
		overflow:hidden;
	}
		.themeBox2 .img img {
			margin: 0;
			padding: 0;
			width: 100%;
			height: auto;
		}	


/* Thumbnail boxes for individual theme pages */
.themeBox3 {
	margin: 0 !important;height:170px;background: #e6e7e8;overflow:hidden;
}
.themeBox3:first-of-type {
	margin: 30px 0 0 0 !important;
}
	
	.themeBox3 .title {
		margin: 0 !important;
		padding: 0 !important;
		width: 100%;
		display: block;
		background: #fff;
		color: #047a8d !important;
		text-align: left;
		font-size: 14px !important;
		line-height: 18px;
		font-weight: 600;
		letter-spacing: 0.1em;
		/*text-transform: uppercase;*/
		text-decoration: none !important;
		border-bottom: none;
	}
		.columns .theme a:hover  {
			text-decoration: none !important;
		}
	.themeBox3 .img {
		margin: 0 auto;
		padding: 0;
		text-align: center;
		overflow:hidden;
	}
		.themeBox3 .img img {
			margin: 0;
			padding: 0;
			width: 50%;
			height: auto;
		}	

	.themeBox3 .img {
		margin: 0;
		padding: 0;
		width: 92%;
		height: auto;
	}
		.themeBox3 .stretchMe img {
			margin: 0;
			padding: 0;
			width: 100%;
			height: auto;
		}

.themeBox3-white {
	margin: 0 auto !important;height:170px;background: #fff;border:1px solid #e6e7e8;text-align: center;overflow:hidden;
}
	.themeBox3-white:first-of-type {
	margin: 30px 0 0 0 !important;
	}
		.themeBox3-white img {
			margin: 0;
			padding: 0;
			width: 50%;
			height: auto;
		}	


/*** filter styles ***/


#demo {
	margin: 0;
	padding: 20px 30px 100px 30px;
	clear: both;
}

.contentPanel {
	margin: 0;
	padding: 0;
	float: left;
	width: 65%;
}

.jplist .list {
	background: #fff;
	margin: 10px 0;
}

.filterPanel {
	margin: 20px 0 0 0;
	padding: 0;
	float: right;
	width: 30%;
	background: rgba(0,122,138,0.1);
}
.jplist-panel {
	display: block;
	
}

.jplist-panel .jplist-group {
	float: left;
	width: 100% !important;
	background: transparent !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	color: #000 !important;
	margin: 10px 0 0 0;
	padding: 10px 20px 0px 20px !important;
	height: auto !important;
	font-size: 14px !important;
	line-height: 14px;
	font-weight: 500;
}
	.jplist-panel .jplist-group:last-of-type {
		padding: 10px 20px 15px 20px !important;
	}
	
	
.jplist-group div {
	/*float: none;*/
	display: inline-block; width:100%;
}

.jplist-panel .jplist-group input, .jplist-panel .jplist-group label {
	height: 20px !important;
	line-height: 20px !important;
}			

.jplist .list .list-item {
	margin-top: 20px;
	padding-bottom: 15px;
	float: left;
	font-size:14px;
	line-height: 18px;
	border-bottom: 1px solid #000;
	width: 100%;
}
	.jplist .list .list-item:first-of-type {
		margin-top: 0px;
	}
	
	
.jplist .list .img {
	width: 20%;
	margin: 0;
	float: left;
	font-size: 0;
	text-align: center !important;
	overflow:hidden;
}

.jplist .list .img img {
	max-width: 100%;
	text-align: left;
	border-radius:0;
}


	.jplist .list .img img.crop {
		margin: 0 -50%;
		max-width: 200%;
		max-height: 180px;
		text-align: center !important;
		border-radius:0;
		}

.jplist .list .block {
	float: right;
	width: 76%;
	margin-right: 1%;
}

.jplist .type {
	font-size:14px;
	line-height: 18px;
	/*text-transform: uppercase;*/
	font-weight: 700;
	letter-spacing: 0.1em;
	float: left;
	color: #000;
}
.jplist .date {
	font-size:14px;
	line-height: 18px;
	float: right;
	color: #666;
}
.jplist .title {
	margin: 0;
	padding: 5px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight:500;
	color: #047a8d;
	clear:both;
}
.jplist a {
	color: #047a8d;
	text-decoration: none;
}

.jplist-drop-down {
	z-index:9999 !important;
}

p.filterPanelHeader {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	border-top: 1px solid #000;
	/*text-transform: uppercase;*/
	width: 100%;
	display: block;
}

@media only screen and (min-device-width: 240px) and (max-width:767px) {
	#demo {
		margin: 0;
		padding: 20px 20px 100px 20px;
		clear: both;
	}

	.contentPanel, .filterPanel {
		width: 100%;
	}
	.jplist-group div {
		float: left;
		width: auto;
	}
	
}


/*** end filter styles ***/

/*** contact ***/
.columnsLeftContact {
	margin: 0;
	padding: 0 0 20px 0;
	width: 66.666%;
	float: left;
}

.google-maps {
        position: relative;
        margin: 0 15px;
        padding-bottom: 65%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 10px;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.columnsRightContact {
	margin: 0;
	padding: 0 0 20px 0;
	width: 33.333%;
	float: left;
}
	.columnsRightContact .columnThree {
		margin: 0 15px;
		padding: 0 0 0 0;
		float: none;
		width: 100.000% !important;
	}

    
    
.footer {
	margin: 0 auto;
	padding: 5px 15px 10px 15px;
	background: #444;
	color: #bbb;
	font-size: 13px;
	line-height: 18px;
	position: relative;
}
	.footer .column {
		margin: 0;
		padding: 0 0 0 15px;
		width: 25.000%;
		float: left;
	}
		/*.footer .column:first-of-type {
			width: 30.000%;
		}*/
		
	.footer .copyright {
		margin: 0;
		padding: 0 0 0 15px;
		width: 25.000%;
		float: left;
	}
		/*.footer .copyright p {
			margin: 0 15px;
			padding: 0;
		}*/

	.footer ul {
		padding: 0;
		list-style-type: none;
	}
	.footer ul li ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		
	.footer a {
		color: #bbb;
		text-decoration: none;
	}


	.footer .external-copyright {
		margin: 0;
		padding: 15px 0 0 15px;
		width: 100.000% !important;
		float: left !important;
	}
		.footer .external-copyright p {
			width: 100.000%;
			max-width: 600px;
			font-size: 12px;
			line-height: 15px;
		}

/*** search bar ***/

/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('/fonts/icomoon/icomoon.eot');
	src:url('/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/fonts/icomoon/icomoon.woff') format('woff'),
		url('/fonts/icomoon/icomoon.ttf') format('truetype'),
		url('/fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sb-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 78px;
	height: 48px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;

}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #047a8d;
	width: 100%;
	height: 48px;
	margin: 0;
	z-index: 10;
	padding: 10px 60px 10px 30px;
	font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 48px;
	letter-spacing: 0.05em;
	color: #fff;
}

.sb-search-input::-webkit-input-placeholder {
	color: #fff;
}

.sb-search-input:-moz-placeholder {
	color: #fff;
}

.sb-search-input::-moz-placeholder {
	color: #fff;
}

.sb-search-input:-ms-input-placeholder {
	color: #fff;
}

.sb-icon-search,
.sb-search-submit  {
	width: 108px;
	height: 48px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px 0 30px;
	margin: 0;
	line-height: 48px;
	text-align: center;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #047a8d;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	cursor: pointer !important;cursor: pointer !important;
}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #047a8d;
	color: #fff;
	z-index: 11;cursor: pointer !important;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;cursor: pointer !important;
}


/*** video ***/


/*** end video ***/


/*** share buttons ***/

.shareMillionPlus {
	margin: 0 0 0 -15px;
	padding: 0 15px 0px 0px;
}

#st-el-4 .st-btn {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}


/**** Think Modern headers ****/
	.staticContainer-think-modern,
	.staticContainer-think-modern-small {
		margin: 0;
		padding: 0;
		width: 100%;
		/*height: auto;*/
		overflow: hidden;
		position: relative;
	}
		.staticContainer-think-modern img,
		.staticContainer-think-modern-small {
			width: 100%;
			z-index: 10;
		}
		
		.staticContainer-think-modern-small,
		.staticContainer-think-modern-small img { display: none; }
		
/**** Think Modern headers end ****/


/**** responsive ****/

/* Desktops and iPads (landscape) */
@media only screen and (min-width : 980px) {

	#header {
		height: 90px;
	}
	
	#header h1 {
		margin: 0;
		padding: 0;
		width: 580px;
		height: 90px;
		text-indent: -3000px;
		background: transparent url("/img2016/millionplus-desktop.png") 0 25px no-repeat;
		background-size: 80%;
	}
	#header h2 {
		margin: 0 20px 0 0;
		padding: 0;
		width: 80px;
		height: 90px;
		position: absolute;
		top: 0px;
		right: 30px;
		text-indent: -3000px;
		background: transparent url("/img2016/flag.png") 0 30px no-repeat;
		background-size: 80%;
	}
	
	#hamburger,
	#showLeft
	{
		display: none;
	}

	/*** positioned top left of images ***/
	.infoBlockONE {
		top: 0px;
		left: 0px;
		width: 35%;
		padding: 30px;
	}
	/*** positioned top right of images ***/
	.infoBlockTWO {
		top: 0px;
		right: 0px;
		width: 35%;
		padding: 30px;
	}
	/*** positioned top right of images ***/
	.infoBlockTHREE {
		bottom: 0px;
		left: 0px;
		width: 35%;
		padding: 30px;
	}
	/*** positioned top right of images ***/
	.infoBlockFOUR {
		bottom: 0px;
		right: 0px;
		width: 35%;
		padding: 30px;
	}

	.staticContainer {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 150px;
		overflow: hidden;
		position: relative;
	}
	.staticContainer-think-modern {
		height: auto;
	}
		.staticContainer div {
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 11;
		}
		.staticContainer .infoBlockONE, .staticContainer .infoBlockTWO, .staticContainer .infoBlockTHREE, .staticContainer .infoBlockFOUR {
			bottom: 0;
			left: 0px;
			width: 100%;
			padding: 30px;
		}
		.staticContainer img {
			position: absolute;
			top: 0;
			right: 0px;
			height: 150px;
			z-index: 10;
		}
		.staticContainer-think-modern img {
			/*margin-left: -54px;*/
		}


		.twitter-timeline {
			height: 340px !important;
		}



	#staff .columns3:nth-child(4n) {
		clear: both !important;
		/*clear: both !important;*/ /* changed by Brian for governance page columns 08.02.2018 */
	}	


}


/**** mobile layout - 320px ****/
	@media only screen and (max-width: 479px) {

	#header {
		padding: 0 20px;
		height: 60px;
	}

	#header h1 {
		margin: 0;
		padding: 0;
		width: 190px;
		height: 50px;
		text-indent: -3000px;
		background: transparent url("/img2016/millionplus-mobile.png") 0 15px no-repeat;
		background-size: 100%;
	}
	#header h2 {display:none;}

	#hamburger,
	#showLeft
	{
		/*width: 100%;*/
		top: 8px;
		display: block;
	}
	#hamburger:before,
	#hamburger:after,
	#hamburger span,
	#showLeft:before,
	#showLeft:after,
	#showLeft span
	{
		right: 20px;
	}

	#page {
		padding: 0;
	}
		#page.menuActive {
			position:fixed;
			height: 100%;
			overflow:hidden !important;
		}

	#navigation {
		margin: 0;
		background-color: #047a8d !important;
		height:40px;
	}
	
	#nav {
		display: none;
	}

/*** second level sub navigation ***/
			#sub_navigation li.active a {
				border-bottom: none;
			}
			

/*** end second level sub navigation ***/
	
	.sb-search {
		position: absolute;
		bottom: 0;
		right: 10px;
		width: 30px;
		height: 40px;
	}
	.sb-search-input {
		background: transparent;
		height: 40px;
		padding: 8px 50px 8px 30px;
		font-size: 14px;
		line-height: 40px;
	}
	.sb-icon-search,
	.sb-search-submit  {
		width: 30px;
		height: 40px;
		padding: 0 30px 0 30px;
		line-height: 40px;
	}
	.sb-icon-search {
		font-size: 16px;
	}

	.heroSlider .rsOverflow,
	.royalSlider.heroSlider {
		height: 300px !important;
		overflow: hidden;
	}
	
	.infoBlockONE h2,
	.infoBlockTWO h2,
	.infoBlockTHREE h2,
	.infoBlockFOUR h2 {
		padding: 0 20px;
		font-size: 20px;
		line-height: 22px;
	}
	.infoBlockONE h3,
	.infoBlockTWO h3,
	.infoBlockTHREE h3,
	.infoBlockFOUR h3 {
		padding: 0 20px 10px 20px;
		font-size: 15px;
		line-height: 18px;
	}

	.infoBlockONE, .infoBlockTWO, .infoBlockTHREE, .infoBlockFOUR {
		bottom: 0px;
		left: 0px;
		width: 100%;
		padding: 20px 0 !important;
	}

	/*** hide on smaller devices ***/
	.rsNav, .rsArrow { 
			display: none !important;
		}

	.staticContainer {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 60px;
		overflow: hidden;
		position: relative;
	}
	.staticContainer-think-modern {
		height: auto;
	}
		.staticContainer div {
			position: absolute;
			bottom: 0px;
			left: 0;
			z-index: 11;
		}
		.staticContainer .infoBlockONE, .staticContainer .infoBlockTWO, .staticContainer .infoBlockTHREE, .staticContainer .infoBlockFOUR {
			bottom: 15px;
			left: 0px;
			width: 100%;
			padding: 0 !important;
		}
		.staticContainer img {
			position: absolute;
			top: 0;
			right: 0px;
			height: 60px;
			z-index: 10;
		}
		.staticContainer-think-modern img {
			/*margin-left: -54px;*/
		}

	.grid {
		margin: 0 auto 20px auto;
		padding: 0 10px; /* container has 15px to add to columns 15px for total 30px outside gutter */
		overflow:hidden;
	}
		.square {
			margin: 10px 0;
			height: 200px; /* fixed height */
		}
	
		.square {
			width: 100%;
		}

			.square div.padded {
				margin: 10px;
				padding: 0;
				background: #eee;
				height: 100%;
				text-align: center;
				background: #047a8d;
				color: #fff;
			}
				.square div.padded {
					line-height: 200px;
				}



	.columns {
		margin: 0 auto 0 auto;
		padding: 0 10px; /* container has 10px to add to columns 10px for total 20px outside gutter for mobiles */
	}

	.columns .intro {
		margin: 20px 0 10px 0;
		padding: 0 10px;
		width: 100%;
	}
		.columns .intro p {
			padding-right: 0px;
		}

	.insert-image {
		padding: 5px 25px 15px 0;
		float: none;
	}

	.columns .related {
		margin: 0px 0 40px 0;
		padding: 0 10px;
		width: 100.000%;
		float: left;
	}

	.columnsLeft {
			margin: 0;
			padding: 0 0 20px 0;
			width: 100.000%;
			float: left;
		}
			.columnsLeft .columnOne,
			.columnsLeft .columnTwo {
				margin: 0;
				padding: 0 0 0 0;
				float: left;
				width: 100% !important;
			}

	.columnsRight {
		margin: 0;
		padding: 0 0 20px 0;
		width: 100.000%;
		float: left;
	}
		.columnsRight .columnThree {
			margin: 0;
			padding: 10px 0 0 0;
			float: none;
			width: 100% !important;
		}

	.columnsLeft .columnOne div,
	.columnsLeft .columnTwo div,
	.columnsRight .columnThree div {
		margin: 0 10px; /* 10px for each column...total 30px gutter */
	}

	.columns .stretchMe {
		margin: 0 0 10px 0 !important;
		padding: 0 !important;
		width: 100%;
		height: 150px;
	}

	/*** 2 columns for people pages ***/
	.columnsEqual {
		margin: 0;
		padding: 0 0 20px 0;
		width: 95.000%;
		float: none;
	}
		.columnsEqual .columnOneEqual {
			margin: 20px 10px 0 10px;
			padding: 0;
			float: none;
			width: 120px;
			height: 160px;
			background: #e6e7e8;
			clear:both;
		}
		.columnsEqual .columnTwoEqual {
			margin: 0 10px;
			padding: 20px 0px 0 0px;
			float: none;
			width: 100.000% !important;
		}


		/*** rule dividing sections ***/
		.topRule {
			border-top: 1px solid #000;
			margin: 10px 20px !important;
		}

		/*** 3 equal columns for people pages ***/
		.columns3 {
			margin: 0 0 20px 0;
			padding: 0;
			width: 100.000%;
			float: left;
		}
			.columns3 .columnOne3image {
				margin: 0 10px 15px 10px; /* 15px for each column...total 30px gutter */
			}
			.columns3 .columnOne3 {
				margin: 0 10px; /* 15px for each column...total 30px gutter */
				padding: 0;
				float: left;
			}

		.twitter-timeline {
			min-height: 350px !important;
			border-left: 1px solid rgba(15,70,100,.12) !important;
		}

	/*** contact ***/
	.columnsLeftContact {
		margin: 0;
		padding: 0 0 20px 0;
		width: 100.000%;
		float: none;
	}

	.google-maps {
			position: relative;
			margin: 0 10px;
			padding-bottom: 95%; // This is the aspect ratio
			height: 0;
			overflow: hidden;
		}
		.google-maps iframe {
			position: absolute;
			top: 10px;
			left: 0;
			width: 100% !important;
			height: 100% !important;
		}

	.columnsRightContact {
		margin: 0;
		padding: 0 0 20px 0;
		width: 100.000%;
		float: none;
	}
		.columnsRightContact .columnThree {
			margin: 0 10px;
			padding: 0 0 0 0;
			float: none;
			width: 100.000% !important;
		}

	.footer {
		padding: 10px 10px 20px 10px;
	}

		.footer .column {
			margin: 0;
			padding: 0 10px;
			width: 100%;
			float: left;
		}

		.footer .copyright {
			margin: 0;
			padding: 0 10px;
			width: 100%;
			float: left;
			position: relative;
		}

		.footer .external-copyright {
			padding: 10px 0 0 10px;
		}

	/*** share buttons ***/

	.shareMillionPlus {
		margin: 0 0 0 10px;
		padding: 0 15px 0px 0px;
	}
	.footer .rss {
		padding: 10px 0 0 10px !important;
	}
	.footer .external-copyright {
		padding: 5px 0 0 10px !important;
	}

}

/**** mobile layout - 480px ****/
@media only screen and (min-width: 480px) and (max-width: 767px)  {

	#header {
		padding: 0 20px;
		height: 60px;
	}

	#header h1 {
		margin: 0;
		padding: 0;
		width: 190px;
		height: 50px;
		text-indent: -3000px;
		background: transparent url("/img2016/millionplus-mobile.png") 0 15px no-repeat;
		background-size: 100%;
	}
	#header h2 {display:none !important;}

	#hamburger,
	#showLeft
	{
		/*width: 100%;*/
		top: 8px;
		display: block;
	}
	#hamburger:before,
	#hamburger:after,
	#hamburger span,
	#showLeft:before,
	#showLeft:after,
	#showLeft span
	{
		right: 20px;
	}

	#page {
		padding: 0;
	}
		#page.menuActive {
			position:fixed;
			height: 100%;
			overflow:hidden !important;
		}

	#navigation {
		margin: 0;
		background-color: #047a8d !important;
		height:40px;
	}
	
	#nav {
		display: none;
	}

/*** second level sub navigation ***/
			#sub_navigation li.active a {
				border-bottom: none;
			}
			

/*** end second level sub navigation ***/
	
	.sb-search {
		position: absolute;
		bottom: 0;
		right: 10px;
		width: 30px;
		height: 40px;
	}
	.sb-search-input {
		background: transparent;
		height: 40px;
		padding: 8px 50px 8px 30px;
		font-size: 14px;
		line-height: 40px;
	}
	.sb-icon-search,
	.sb-search-submit  {
		width: 30px;
		height: 40px;
		padding: 0 30px 0 30px;
		line-height: 40px;
	}
	.sb-icon-search {
		font-size: 16px;
	}
	
	.heroSlider .rsOverflow,
	.royalSlider.heroSlider {
		height: 300px !important;
		overflow: hidden;
	}
	
	.infoBlockONE h2,
	.infoBlockTWO h2,
	.infoBlockTHREE h2,
	.infoBlockFOUR h2 {
		padding: 0 20px;
		font-size: 20px;
		line-height: 22px;
	}
	.infoBlockONE h3,
	.infoBlockTWO h3,
	.infoBlockTHREE h3,
	.infoBlockFOUR h3 {
		padding: 0 20px 10px 20px;
		font-size: 15px;
		line-height: 18px;
	}

	.infoBlockONE, .infoBlockTWO, .infoBlockTHREE, .infoBlockFOUR {
		bottom: 0px;
		left: 0px;
		width: 100%;
		padding: 20px 0 !important;
	}

	/*** hide on smaller devices ***/
	.rsNav, .rsArrow { 
			display: none !important;
		}

	.staticContainer {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 60px;
		overflow: hidden;
		position: relative;
	}
	.staticContainer-think-modern {
		height: auto;
	}
		.staticContainer div {
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 11;
		}
		.staticContainer .infoBlockONE, .staticContainer .infoBlockTWO, .staticContainer .infoBlockTHREE, .staticContainer .infoBlockFOUR {
			bottom: 15px;
			left: 0px;
			width: 100%;
			padding: 0 !important;
		}
		.staticContainer img {
			position: absolute;
			top: 0;
			right: 0;
			height: 60px;
			z-index: 10;
		}
		.staticContainer-think-modern img {
			/*margin-left: -54px;*/
		}

	.grid {
		margin: 0 auto 20px auto;
		padding: 0 10px; /* container has 15px to add to columns 15px for total 30px outside gutter */
		overflow:hidden;
	}
		.square, .square-two, .square-four {
			margin: 10px 0;
			height: 150px; /* fixed height */
		}
	
		.square {
			width: 50%;
		}

			.square div.padded {
				margin: 10px;
				padding: 0;
				background: #eee;
				height: 100%;
				text-align: center;
				background: #047a8d;
				color: #fff;
			}
				.square div.padded {
					line-height: 150px;
				}



	.columns {
		margin: 0 auto 0 auto;
		padding: 0 10px; /* container has 15px to add to columns 15px for total 30px outside gutter */
	}

	.columns .intro {
		margin: 20px 0 10px 0;
		padding: 0 10px;
		width: 100%;
	}
		.columns .intro p {
			padding-right: 0px;
		}


	.insert-image {
		padding: 5px 25px 15px 0;
		float: none;
	}

	.columns .related {
		margin: 0px 0 40px 0;
		padding: 0 10px;
		width: 100.000%;
		float: left;
	}

	.columnsLeft {
		margin: 0;
		padding: 0 0 20px 0;
		width: 50.000%;
		float: left;
	}
		.columnsLeft .columnOne,
		.columnsLeft .columnTwo {
			margin: 0;
			padding: 0 0 0 0;
			float: left;
			width: 100% !important;
		}		

	.columnsRight {
		margin: 0;
		padding: 0 0 20px 0;
		width: 50.000%;
		float: left;
	}
		.columnsRight .columnThree {
			margin: 0;
			padding: 10px 0 0 0;
			float: none;
			width: 100% !important;
		}

	.columnsLeft .columnOne div,
	.columnsLeft .columnTwo div,
	.columnsRight .columnThree div {
		margin: 0 10px; /* 10px for each column...total 30px gutter */
	}

	.columns .stretchMe {
		margin: 0 0 10px 0 !important;
		padding: 0 !important;
		width: 100%;
		height: 200px;
	}


	/*** 2 columns for people pages ***/
	.columnsEqual {
		margin: 0 10px;
		padding: 0 0 20px 0;
		width: 95.000%;
		float: none;
	}
		.columnsEqual .columnOneEqual {
			margin: 20px 0 0 0;
			padding: 0;
			float: none;
			width: 120px;
			height: 160px;
			background: #e6e7e8;
			clear:both;
		}
		.columnsEqual .columnTwoEqual {
			margin: 0;
			padding: 20px 0px 0 0px;
			float: none;
			width: 100.000% !important;
		}



		/*** rule dividing sections ***/
		.topRule {
			border-top: 1px solid #000;
			margin: 10px 20px !important;
		}

		/*** 3 equal columns for people pages ***/
		.columns3 {
			margin: 0 0 20px 0;
			padding: 0;
			width: 100.000%;
			float: left;
		}
			.columns3 .columnOne3image {
				margin: 0 10px 15px 10px; /* 15px for each column...total 30px gutter */
			}
			.columns3 .columnOne3 {
				margin: 0 10px; /* 15px for each column...total 30px gutter */
				padding: 0;
				float: left;
			}

		.twitter-timeline {
			min-height: 500px !important;
			border-left: 1px solid rgba(15,70,100,.12) !important;
		}

	/*** contact ***/
	.columnsLeftContact {
		margin: 0;
		padding: 0 0 20px 0;
		width: 100.000%;
		float: none;
	}

	.google-maps {
			position: relative;
			margin: 0 10px;
			padding-bottom: 75%; // This is the aspect ratio
			height: 0;
			overflow: hidden;
		}
		.google-maps iframe {
			position: absolute;
			top: 10px;
			left: 0;
			width: 100% !important;
			height: 100% !important;
		}

	.columnsRightContact {
		margin: 0;
		padding: 0 0 20px 0;
		width: 100.000%;
		float: none;
	}
		.columnsRightContact .columnThree {
			margin: 0 10px;
			padding: 0 0 0 0;
			float: none;
			width: 100.000% !important;
		}

	.footer {
		padding: 10px 10px 20px 10px;
	}

		.footer .column {
			margin: 0;
			padding: 0 0 0 10px;
			width: 100%;
			float: left;
		}
			.footer .column:first-of-type {
				width: 50%;
			}
		
	.footer .copyright {
		margin: 0;
		padding: 0 0 0 10px;
		width: 100.000%;
		float: left;
		position: relative;
	}

		.footer .external-copyright {
			padding: 10px 0 0 10px;
		}

	/*** share buttons ***/

	.shareMillionPlus {
		margin: 0 0 0 10px;
		padding: 0 15px 0px 0px;
	}
	.footer .rss {
		padding: 10px 0 0 10px !important;
	}
	.footer .external-copyright {
		padding: 5px 0 0 10px !important;
	}
}

/* iPhone 6 (portrait) */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {


}

/* iPhone 6 (landscape) */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) {


}

/* iPhone 6 Plus (portrait) */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {

	#hamburger
	{
		display: block;
	}

}

/* iPhone 6 Plus (landscape) */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {

	#hamburger
	{
		display: block;
	}

}

/* iPads (portrait) */
@media only screen and (min-width: 768px) and (max-width: 979px) {

	#header {
		height: 90px;
	}
	
	#header h1 {
		margin: 0;
		padding: 0;
		width: 580px;
		height: 90px;
		text-indent: -3000px;
		background: transparent url("/img2016/millionplus-desktop.png") 0 25px no-repeat;
		background-size: 80%;
	}
	#header h2 {
		margin: 0 20px 0 0;
		padding: 0;
		width: 80px;
		height: 90px;
		position: absolute;
		top: 0px;
		right: 0px;
		text-indent: -3000px;
		background: transparent url("/img2016/flag.png") 0 30px no-repeat;
		background-size: 80%;
	}

	#hamburger,
	#showLeft
	{
		display: none;
	}

	#page {
		padding: 0;
	}


	/*** positioned top left of images ***/
	.infoBlockONE {
		top: 0px;
		left: 0px;
		width: 45%;
		padding: 30px;
	}
	/*** positioned top right of images ***/
	.infoBlockTWO {
		top: 0px;
		right: 0px;
		width: 45%;
		padding: 30px;
	}
	/*** positioned top right of images ***/
	.infoBlockTHREE {
		bottom: 0px;
		left: 0px;
		width: 45%;
		padding: 30px;
	}
	/*** positioned top right of images ***/
	.infoBlockFOUR {
		bottom: 0px;
		right: 0px;
		width: 45%;
		padding: 30px;
	}

	.staticContainer {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100px;
		overflow: hidden;
		position: relative;
	}
	.staticContainer-think-modern {
		height: auto;
	}
		.staticContainer div {
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 11;
		}
		.staticContainer .infoBlockONE, .staticContainer .infoBlockTWO, .staticContainer .infoBlockTHREE, .staticContainer .infoBlockFOUR {
			bottom: 0;
			left: 0px;
			width: 100%;
			padding: 30px;
		}
		.staticContainer img {
			position: absolute;
			top: 0;
			right: 0px;
			height: 100px;
			z-index: 10;
		}

		.staticContainer-think-modern img {
			/*margin-left: -40px;*/
		}


	/* grid height */
	.square, .square-two {
		height: 125px; /* fixed height */
	}
		.square div.padded, .square-two div.padded {
			line-height: 125px;
		}



	.columnsLeft {
		margin: 0;
		padding: 0 0 20px 0;
		width: 50.000%;
		float: left;
	}
		.columnsLeft .columnOne,
		.columnsLeft .columnTwo {
			margin: 0;
			padding: 20px 0 0 0;
			float: left;
			width: 100% !important;
		}

	.columnsRight {
		margin: 0;
		padding: 0 0 20px 0;
		width: 50.000%;
		float: left;
	}
		.columnsRight .columnThree {
			margin: 0;
			padding: 20px 0 0 0;
			float: none;
			width: 100% !important;
		}
			
	/*** 2 columns for people pages ***/
	.columnsEqual {
		margin: 0;
		padding: 0 0 20px 0;
		width: 50.000%;
		float: left;
	}
		.columnsEqual .columnOneEqual {
			margin: 20px 15px 0 15px;
			padding: 0;
			float: none;
			width: 120px;
			height: 160px;
			background: #e6e7e8;
			clear:both;
		}
		.columnsEqual .columnTwoEqual {
			margin: 0 15px;
			padding: 20px 50px 0 0px;
			float: none;
			width: 100.000% !important;
		}

		/*** 3 equal columns for people pages ***/
		.columns3 {
			margin: 0 0 20px 0;
			padding: 0;
			width: 50.000%;
			float: left;
		}
	

		#staff .columns3:nth-child(3n) {
			clear: both !important;
			/*clear: both !important;*/ /* changed by Brian for governance page columns 08.02.2018 */
		}	
	
		.twitter-timeline {
			min-height: 560px !important;
			border-left: 1px solid rgba(15,70,100,.12) !important;
		}

	/*** contact ***/
	.columnsLeftContact {
		margin: 0;
		padding: 0 0 20px 0;
		width: 66.666%;
		float: left;
	}

	.google-maps {
			position: relative;
			margin: 0 15px;
			padding-bottom: 75%; // This is the aspect ratio
			height: 0;
			overflow: hidden;
		}
		.google-maps iframe {
			position: absolute;
			top: 10px;
			left: 0;
			width: 100% !important;
			height: 100% !important;
		}

	.columnsRightContact {
		margin: 0;
		padding: 0 0 20px 0;
		width: 33.333%;
		float: left;
	}
		.columnsRightContact .columnThree {
			margin: 0 15px;
			padding: 0 0 0 0;
			float: none;
			width: 100.000% !important;
		}

	.footer .column {
		margin: 0;
		padding: 0 0 0 15px;
		width: 30.000%;
		float: left;
	}
		.footer .column:first-of-type {
			width: 40.000%;
		}
		
	.footer .copyright {
		margin: 0;
		padding: 0 15px;
		width: 100.000%;
		float: left;
		position: relative;
	}

	/*** share buttons ***/

	.shareMillionPlus {
		margin: 0 0 0 10px;
		padding: 0 15px 0px 0px;
	}
}




/*** responsive insert image ***/


	.floated_content {
		float: left;
	}

	span.insert-image {
		position: relative;
		margin-right: 30px;
		margin-bottom: 20px;
		padding: 5px 0 0 0;
		display: block;
		text-align: left;
		width: 280px;
		float: left;
    }

	span.insert-image img {
		position: relative;
		display: block;
		margin: 0;
		width: auto;
		height: auto;
		max-width: 100%;
	}


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

	.floated_content {
		float: none;
	}

	span.insert-image {
		position: relative;
		display: block;
		text-align: left;
		width: 100%;
		max-width: 280px;
		float: none;
    }


		.staticContainer-think-modern,
		.staticContainer-think-modern img { display: none; }

		.staticContainer-think-modern-small,
		.staticContainer-think-modern-small img { display: block; width:100%; }


}



/*** updated footer ***/
.footer .external-copyright {
    padding: 5px 0 0 15px;
}

