/*
 Theme Name:   ECCA 2019
 Theme URI:    http://www.ecca2019.eu/
 Description:  Twenty Sixteen Child Theme
 Author:       Stephanie Ferguson
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/

.site-inner {
    margin: 0 auto;
    /**max-width: 1024px;**/
 	max-width: 1200px;
    position: relative;
}
.site-header-main {
	padding: 0;
	/**border-bottom: 1px solid #dedede;**/
}
.logo {
	float: left;
}
.wp-video {
    margin-top: 0;
    margin-bottom: 0;
}
/***video container ***/

.video-container {
  	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 35px;
    	height: 0;
    	overflow: hidden;
	margin-bottom: 2em;
	border: 1px solid #dedede;
}
 
/* 16x9 Aspect Ratio */
.video-container-16x9 {
  	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 35px;
    	height: 0;
    	overflow: hidden;
	margin-bottom: 2em;
	border: 1px solid #dedede;
}
/* 4x3 Aspect Ratio */
.video-container-4x3 {
  	position: relative;
    	padding-bottom: 75%;
    	padding-top: 35px;
    	height: 0;
    	overflow: hidden;
	margin-bottom: 2em;
	border: 1px solid #dedede;
}
.video-container-16x9 iframe {
  	position: absolute;
  	top:0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
.video-container-4x3 iframe {
  	position: absolute;
  	top:0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

/**.top-search {
	width: 32%;
	position: absolute;
	right: 0;
	top: 5em;
}
.top-search input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 32px);
	width: calc(100% - 32px);
	color: #BEC3CB;
	font-size: 0.875rem;
	font-size: 14px;
	/**line-height: 20px; **/
	/**padding: 8px 44px 8px 8px;
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: right 12px center;
	background-repeat: no-repeat;
	width: 100%;
	text-align: right;
}
.top-search .search-field {
	width: -webkit-calc(100% - 32px);
	width: calc(100% - 32px);
	background-image: url(images/search-icon.png);
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid transparent;
	cursor: pointer;
	height: 32px;
	margin: 2px 0;
	padding: 0 34px 0 0;
	position: relative;
	width: 0;
}**/
/**search bits**/

.crumbs-end {
	margin-top: -2.15em;
	position: relative;
	float: right;
}
.topsearch {
	position: absolute;
	right: 0;
	top: 28px;
}

#wwa input {
    outline: none;
}
#wwa input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 13px;
	font-size: 0.8125rem;
	 width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
#wwa input::-webkit-search-decoration,
#wwa input::-webkit-search-cancel-button {
    display: none; 
}

#wwa input[type="search"] {
    background: url('/wp-content/uploads/search-icon.svg') no-repeat 8px center;
	background-size: 22px auto;
    border: solid 1px #fff;
    padding: 2px;
    width: 27px;
    
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#wwa input[type="search"]:focus {
    width: 272px;
    padding-left: 36px;
    color: #777;
    background-color: #fff;
    cursor: auto;
	border: 1px solid #dedede;
 }
#wwa input[type="search"]:hover {
    background-color: #fff;
}

#wwa input:-moz-placeholder {
    color: transparent;
}
#wwa input::-webkit-input-placeholder {
    color: transparent;
}
body {
	background: #fff;
}

body,
button,
input,
select,
textarea {
	color: #555;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.6;
}
.page-header {
	border-top: none;
	margin: 0;
	padding-top: 0;
}
.entry-content ul.art-session {
	list-style: none;
	margin-left: 0;
	margin-bottom: 1em;
}
.circle {
	 background: #00aab8;
	  border-radius: 0.8em;
	  -moz-border-radius: 0.8em;
	  -webkit-border-radius: 0.8em;
	  color: #ffffff;
	  display: inline-block;
	  font-weight: 600;
	  line-height: 1.6em;
	  margin-right: 4px;
	  text-align: center;
	  width: 1.7em; 
}
.circle2 {
	 background: #f7a600;
	  border-radius: 0.8em;
	  -moz-border-radius: 0.8em;
	  -webkit-border-radius: 0.8em;
	  color: #ffffff;
	  display: inline-block;
	  font-weight: 600;
	  line-height: 1.6em;
	  margin-right: 4px;
	  text-align: center;
	  width: 1.7em; 
}
.arty {
	display: block;
	float: left;
	line-height: 1.6;
	margin-bottom: 0.1em;
}
.arty:last-child {
	margin-bottom: 1em;
}
.arty.date {
	background-color: #bcbcbc;
	width: 100%;
	padding: 4px 8px;
}
.arty.sess1 {
	background-color: #8CC63F;
	width: 100%;
	padding: 4px 8px;
}
.arty.sess2 {
	background-color: #037D8E;
	width: 100%;
	padding: 4px 8px;
}
.arty.sess3 {
	background-color: #C70C6F;
	width: 100%;
	padding: 4px 8px;
}
.arty {
	color: #fff;
}
.arty a {
	color: #fff;
}
.arty a:hover {
	color: #fff;
	text-decoration: underline;
}
ul.time {
	list-style: none;
	margin-left: 0;
}
ul.prog {
	list-style: none;
	margin-left: 0;
	margin-bottom: 3em;
}
.time {
	display: none;
}
.activity.plenary {
		background-color: #8CC63F;
		padding: 4px 0 0 8px;
		width: 100%;
	}
.activity.parallel {
		background-color: #037D8E;
		padding: 4px 0 0 8px;
		width: 100%;
	}
.activity.evening {
		background-color: #C70C6F;
		padding: 4px 0 0 8px;
		width: 100%;
	}
.activity.date, .activity.date2, .activity.date3 {
		background-color: #eee;
		padding: 4px 0 0 8px;	
}
.activity.exc {
		background-color: #f7a600;
		padding: 4px 0 0 8px;		
}
.activity.side {
		background-color: #bcbcbc;
		padding: 4px 0 0 8px;
}
.activity.blank {
		background-color: #dedede;
}
.activity.tea, .activity.lunch, .activity.date, .activity-side {
	width: 100%;
}
.activity.tea {
	background: url('/wp-content/uploads/cup.png') no-repeat center;
}
.activity.lunch {
	background: url('/wp-content/uploads/cutlery.png') no-repeat center;
}
.activity a {
	color: #fff;
}
.activity a:hover {
	color: #fff;
	text-decoration: underline;
}
.activity a:focus {
	color: #dedede;
}
.activity {
	color: #666;
}
.activity.plenary, .activity.parallel, .activity.evening, .activity.exc, .activity.side {
	color: #fff;
}
.activity.plenary, .activity.parallel, .activity.evening, .activity.exc, .activity.side {
	margin-bottom: 1em;
}
.entry-title, .page-title {
	font-family: 'Merriweather', sans-serif;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.25;
	margin-top: 0.8em;
	margin-bottom: 0;
	font-weight: normal;
	color: #444;
	/**border-bottom: 1px solid #BEBEBE;**/
	padding: 0 0 0.4em 0;
	word-break: keep-all;
}
.left-column .textDiv-Days {
	color: grey;
}
.left-column .time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
	color: #bcbcbc;
}
.metaslider .caption,
.metaslider .cs-title,
.metaslider .nivo-caption {
    font-size: 0.875em;
	letter-spacing: 0.05em;
	line-height: 1.3;
	font-family: 'Source Sans Pro', sans-serif;
}
.metaslider .caption,
.metaslider .cs-title,
.metaslider .nivo-caption {
    background: #037D8E; 
	color: #fff;
}
img.space-bottom {
	margin-bottom: 1.6em;
}

img.space {
	margin: 1.6em 0;
}

embed, iframe, object, video {
    margin-bottom: 0.4em;
    max-width: 100%;
    vertical-align: middle;
}

.site-content {
	word-wrap: manual !important;
  	-moz-hyphens: none;
  	-ms-hyphens: none;
  	-webkit-hyphens: none;
  	hyphens: none;
}
.clear-cols {
	clear: both;
}
/** categories and tags  **/

.sidebar .myclass a {
	color: #777;
}
.sidebar .myclass a:hover,
.sidebar .myclass a:focus {
	color: #777;
	text-decoration: underline;
}
.sidebar .myclass li {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
}
.sidebar .myclass {
	margin-bottom: 1.4em;
	padding: 0 0 0 98px;
	min-height: 88px;
}
.sidebar .climaterisk {
	background: url('/wp-content/uploads/risk.svg') no-repeat top left;
    background-size: 88px 88px;
}
.sidebar .data {
	background: url('/wp-content/uploads/data.svg') no-repeat top left;
    background-size: 88px 88px;
}
.sidebar .coproduction {
	background: url('/wp-content/uploads/coproduce.svg') no-repeat top left;
    background-size: 88px 88px;
}
.sidebar .comms {
	background: url('/wp-content/uploads/comms.svg') no-repeat top left;
    background-size: 88px 88px;
}
.sidebar .governance {
	background: url('/wp-content/uploads/governance.svg') no-repeat top left;
    background-size: 88px 88px;
}
.sidebar .global {
	background: url('/wp-content/uploads/global2.svg') no-repeat top left;
    background-size: 88px 88px;
}
/**abstracts **/
.left-column h2.abstract {
	letter-spacing: 0.03em;
	font-size: 22px;
	margin-bottom: 0.2em;
}
.left-column h3.abs-cat {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
}
.left-column h3.abs-cat a:hover {
	color: #037D8E;
}
h3.abs-cat {
	color: #555;
}
.left-column h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	border-top: 1px dotted #999;
	padding-top: 4px;
	margin-top: 0;
	margin-bottom: 0.8em;
}
.left-column h5 a:hover {
	color: #037D8E;
}
/***h1, h2, h3 {
	word-wrap: manual !important;
  	-moz-hyphens: none;
  	-ms-hyphens: none;
  	-webkit-hyphens: none;
  	hyphens: none;
}***/

/**external arrows**/

a[href^="//"],
a[href^="http://"], 
a[href^="https://"] {
    background: url(/wp-content/images/arr-pink2.png) center right no-repeat;
    padding-right: 18px;
}
a[href^="https://www.eventbrite.co.uk"],
a[href^="https://www.linkedin.com/"],
a[href^="https://www.ecca2019.eu"],
a[href^="https://twitter.com/"],
a[href^="https://twitter.com/ecca2019"]	{
    background: none;
    padding-right: 0;
}
a:hover[href^="//"],
a:hover[href^="http://"], 
a:hover[href^="https://"] {
    background: url(/wp-content/images/arr-green2.png) center right no-repeat;
    padding-right: 18px;
}
a:hover[href^="https://www.eventbrite.co.uk"],
a:hover[href^="https://www.linkedin.com/"],
a:hover[href^="https://www.ecca2019.eu"],
a:hover[href^="https://twitter.com/"],
a:hover[href^="https://twitter.com/ecca2019"]{
    background: none;
    padding-right: 0;
}
img.twitter {
	width: 48px;
}
a {
	color: #C70C6F;
	text-decoration: none;
}

a:hover,
a:active {
	color: #8CC63F;
}

a:focus {
	color: #999;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: none;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}

.entry-footer .orange a {
	color: #037D8E;
}

th {
	vertical-align: top;
}

ul.none
{
	list-style-type: none;
}
/**icons in unsorted list**/
li.tweet {
    background: url('/wp-content/uploads/tweet-wee.png') no-repeat left 6px;
	padding:4px 0 12px 36px;
    display: block;
	border-bottom: 1px solid #dedede;
	margin: 0.6em 0;
	line-height: 1.4;
}
li.mail {
    background: url('/wp-content/uploads/ecca-email-icon.png') no-repeat left 8px;
	padding:6px 0 12px 36px;
    display: block;
	border-bottom: 1px solid #dedede;
	margin: 0.6em 0;
	line-height: 1.4;
}
li.enews {
    background: url('/wp-content/images/ecca-enews-icon.png') no-repeat left 56px;
	padding:6px 0 12px 36px;
    display: block;
	border-bottom: 1px solid #dedede;
	margin: 0.6em 0;
	line-height: 1.4;
}
li.linking {
    background: url('/wp-content/uploads/ecca-linking.png') no-repeat left 12px;
	padding:6px 0 12px 36px;
    display: block;
	border-bottom: 1px solid #dedede;
	margin: 0.6em 0;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5 {
	clear: both;
	font-family: 'Merriweather', sans-serif;
	font-weight: 600;
	margin: 0;
}
.home-header a, .home-header2 a {
	color: #fff;
}
.home-header a:hover, .home-header2 a:hover {
	text-decoration: underline;
}
.home-header h2, .home-header2 h2 {
	line-height: 1.2;
	margin: 0 0 6px 0;
	font-size: 32px;
	color: #fff;
	border-left: 2px solid #fff;
	padding-left: 1.6%;
	}
.entry-content h2.daytime {
	margin-bottom: 1.2em;
}
.home-header p, .home-header2 p {
	color: #fff;
	border-left: 2px solid #fff;
	padding-left: 1.6%;
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 0.4em;
}
.home-container {
	position: relative;
}
.top-container {
	position: relative;
}
.home-header {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	padding: 2em 1em 0.6em 32.2%;
}
.top-container-text {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(199, 12, 111, 0.6);
	width: 100%;
	padding: 1em 1.6em 0.6em 1.6em;
}
.home-header2 {
	/**position: absolute;
	bottom: 0;
	left: 0;
	background-color: #C70C6F;
	width: 100%;
	padding:0.6em 1em 0.2em 2em;**/
	display: none;
}
.home-block, .home-block-vid, .home-block3 {
	height: auto;
	border: 1px solid #dedede;
}
.home-block3 {
	min-height: 432px;
}
.medium-image-home img {
	height: 440px;
	object-fit: cover;
}
.home-block-top {
	height: auto;
	border: 1px solid #dedede;
}
/**.home-block-top img {
	height: 120px;
	object-fit: cover;
}**/
.home-block2 {
	min-height: 432px;
	border: 1px solid #dedede;
	position: relative;
}
.home-block2 {
	background-image:  url(/wp-content/images/pink-flower.jpg);
	background-repeat: no-repeat;
}
.home-block-text, .home-block-text-vid {
	padding: 1.6em 1.6em 0.8em 1.6em;
	font-size: 18px;
}
.home-block-text-top {
	padding: 1.6em 1.6em 0.8em 1.6em;
	font-size: 18px;
}
.home-block-text a, .home-block-text-top a, .home-block-text-vid a  {
	color: #555;
}
.home-block-text ul {
	margin-bottom: 1em;
}
.home-block-text a:hover, .home-block-text-top a:hover, .home-block-text-vid a:hover {
	color: #C70C6F;
}
.home-block-text li, .home-block-text-top li, .home-block-text-vid li {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 0.2em 0;
	color: #555;
	border-bottom: 1px solid #dedede;
	padding-bottom: 4px;
}
.home-block-text ul, .home-block-text-top ul, .home-block-text-vid ul {
	list-style: none;
	margin-left: 0;
}
.home-block-text2 {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 2em 1em 0.6em 1em;
}
.home-block-text2 h3 {
	color: #fff;
	border-left: 2px solid #fff;
	padding-left: 1.6%;
}
.home-block-text2 a {
	color: #fff;
}
.home-block-text2 a:hover {
	text-decoration: underline;
}
.wide-container {
	position: relative;
}
.timer {
	position: absolute;
	top: 0;
	width: 240px;
}
.timer2 {
	position: absolute;
	top: 24px;
	width: 200px;
}
.wpcdt-countdown-timer {
    margin: 0;
}
.wpcdt-countdown-timer {
	color: #fff;
}
a.highlight-button {
	background-color: #C70C6F;
	padding: 6px 16px;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
a.highlight-button:hover, a.highlight-button:focus {
	color: #fff;
	background-color: #037D8E;
}
.site-branding h3 {
	color: #555;
	font-family: 'Source Sans Pro', sans-serif;
	/**opacity: 0.8;**/
}
.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.25;
	margin-top: 0.8em;
	margin-bottom: 1em;
	font-weight: normal;
	color: #444;
	padding: 0 0 0.4em 0;
}
h1.archive-title {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 0.8em;
	margin-bottom: 0;
	font-weight: normal;
	color: #444;
	padding: 0 0 0.4em 0;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 1.4em;
	margin-bottom: 0.6em;
	font-weight: normal;
	color: #037d8e;
}
.entry-content-extra h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 0;
	margin-bottom: 0.6em;
	font-weight: normal;
	color: #037d8e;
}
.home-block-text h2, .home-block-text-top h2, .home-block-text-vid h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-bottom: 1em;
	font-weight: normal;
	color: #444;
}
.home-block-text h2 a, .home-block-text-top h2 a, .home-block-text-vid h2 a {
	color: #C70C6F;
}
.home-block-text h2 a:hover, .home-block-text-top h2 a:hover, .home-block-text-vid h2 a:hover {
	color: #444;
}
.home-block-text h3, .home-block-text-top h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.4;
	margin-bottom: 1em;
	font-weight: 600;
	color: #555;
}
.home-block-top h4 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.2173913043;
	margin: 0 0 0.4em 0;
	color: #fff;
}
.people-text2 h4.plenary {
	border-bottom: 1px solid #dedede;
	font-family: 'Source Sans Pro', sans-serif;
	color: #666;
	font-weight: 600;
	padding-bottom: 8px;
	margin-top: 0;
}
.home-block-top h4 a {
	color: #fff;
}
.home-block-top h4 a:hover, .home-block-top h4 a:focus {
	color: #C70C6F;
}
h2.entry-title {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.4;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
	font-weight: normal;
	border-bottom: none;
	padding-bottom: 0;
	color: #C70C6F;
}
h2.entry-title a {
	color: #666;
}
h2.entry-title a:hover {
	color: #C70C6F;
}
.subtitle h2 {
	color: #777;
	font-family: 'Source Sans Pro', sans-serif;
}
.subtitle h2 {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.2;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-weight: 600;
	color: #888;
	letter-spacing: 0.05em;
}
.subtitle h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.2;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
	font-weight: 400;
	color: #C6C6C6;
	letter-spacing: 0.05em;
	/**text-transform: uppercase;**/
}
.subtitle1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.2;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
	font-weight: 400;
	color: #C70C6F;
	letter-spacing: 0.05em;
	/**text-transform: uppercase;**/
}
.subtitle h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.2;
	margin-top: 0.8em;
	margin-bottom: 0.6em;
	font-weight: 600;
	color: #888;
	letter-spacing: 0.05em;
}
.subtitle2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.2;
	margin-top: 0.8em;
	margin-bottom: 0.6em;
	font-weight: 600;
	color: #888;
	letter-spacing: 0.05em;
}
.archive-title {
	margin: 0 0 0.2em 0;
}
.entry-title a:hover, .entry-title a:focus {
    color: #C70C6F;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 1.4em;
	margin-bottom: 0.6em;
	font-weight: 600;
	color: #555;
}
h3.expander {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 1.4em;
	margin-bottom: 1em;
	font-weight: 600;
	color: #555;
}
h4.data a, h4.climaterisk a, h4.coproduction a, h4.comms a, h4.governance a, h4.global a {
	color: #555;
}
h4.data a:hover, h4.climaterisk a:hover, h4.coproduction a:hover, h4.comms a:hover, h4.governance a:hover, h4.global a:hover {
	color: #C70C6F;
}
.tab-content h4.data {
	background: url('/wp-content/uploads/data.svg') no-repeat top left;
    background-size: 32px 32px;
	font-size: 17px;
	font-size: 1.0625rem;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	line-height: 1.4;
	padding-left: 38px;
	font-weight: normal;
	color: #444;
	min-height: 32px;
}
.tab-content h4.climaterisk {
	background: url('/wp-content/uploads/risk.svg') no-repeat top left;
    background-size: 32px 32px;
	font-size: 17px;
	font-size: 1.0625rem;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	line-height: 1.4;
	padding-left: 38px;
	font-weight: normal;
	color: #444;
	min-height: 32px;
}
.tab-content h4.coproduction {
	background: url('/wp-content/uploads/coproduce.svg') no-repeat top left;
    background-size: 32px 32px;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	line-height: 1.4;
	padding-left: 38px;
	font-weight: normal;
	color: #444;
	min-height: 32px;
}
.tab-content h4.comms {
	background: url('/wp-content/uploads/comms.svg') no-repeat top left;
    background-size: 32px 32px;
	font-size: 17px;
	font-size: 1.0625rem;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	line-height: 1.4;
	padding-left: 38px;
	font-weight: normal;
	color: #444;
	min-height: 32px;
}
.tab-content h4.governance {
	background: url('/wp-content/uploads/governance.svg') no-repeat top left;
    background-size: 32px 32px;
	font-size: 17px;
	font-size: 1.0625rem;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	line-height: 1.4;
	padding-left: 38px;
	font-weight: normal;
	color: #444;
	min-height: 32px;
}
.tab-content h4.global {
	background: url('/wp-content/uploads/global2.svg') no-repeat top left;
    background-size: 32px 32px;
	font-size: 17px;
	font-size: 1.0625rem;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	line-height: 1.4;
	padding-left: 38px;
	font-weight: normal;
	color: #444;
	min-height: 32px;
}

/*******/
.tab h3.expander-data {
	background: url('/wp-content/uploads/data.svg') no-repeat top left;
    background-size: 32px 32px;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 0em;
	margin-bottom: 1.4em;
	padding-left: 38px;
	font-weight: 600;
	color: #555;
	min-height: 32px;
}
.tab h3.expander-climaterisk {
	background: url('/wp-content/uploads/risk.svg') no-repeat top left;
    background-size: 32px 32px;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 0em;
	margin-bottom: 1.4em;
	padding-left: 38px;
	font-weight: 600;
	color: #555;
	min-height: 32px;
}
.tab h3.expander-coproduction {
	background: url('/wp-content/uploads/coproduce.svg') no-repeat top left;
    background-size: 32px 32px;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 0em;
	margin-bottom: 1.4em;
	padding-left: 38px;
	font-weight: 600;
	color: #555;
	min-height: 32px;
}
.tab h3.expander-comms {
	background: url('/wp-content/uploads/comms.svg') no-repeat top left;
    background-size: 32px 32px;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 0em;
	margin-bottom: 1.4em;
	padding-left: 38px;
	font-weight: 600;
	color: #555;
	min-height: 32px;
}
.tab h3.expander-governance {
	background: url('/wp-content/uploads/governance.svg') no-repeat top left;
    background-size: 32px 32px;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 0em;
	margin-bottom: 1.4em;
	padding-left: 38px;
	font-weight: 600;
	color: #555;
	min-height: 32px;
}
.tab h3.expander-global {
	background: url('/wp-content/uploads/global2.svg') no-repeat top left;
    background-size: 32px 32px;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 0em;
	margin-bottom: 1.4em;
	padding-left: 38px;
	font-weight: 600;
	color: #555;
	min-height: 32px;
}
.tab h3.expander-dual {
	background: url('/wp-content/uploads/governance.svg') no-repeat top left;
    background-size: 32px 32px;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 0;
	margin-bottom: 0.2em;
	padding-left: 38px;
	font-weight: 600;
	color: #555;
	min-height: 32px;
}
.tab h3.expander-dual2 {
	background: url('/wp-content/uploads/risk.svg') no-repeat top left;
    background-size: 32px 32px;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 0.4em;
	margin-bottom: 1em;
	padding-left: 38px;
	font-weight: 600;
	color: #555;
	min-height: 32px;
}
.tab h3.expander-dual3 {
	background: url('/wp-content/uploads/global2.svg') no-repeat top left;
    background-size: 32px 32px;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding-left: 38px;
	font-weight: 600;
	color: #555;
	min-height: 32px;
}
li.data-wee {
	background: url('/wp-content/uploads/data.svg') no-repeat top 4px left;
    background-size: 32px 32px;
	padding-left: 38px;
}
li.risk-wee {
	background: url('/wp-content/uploads/risk.svg') no-repeat top 4px left;
    background-size: 32px 32px;
	padding-left: 38px;
}
li.coprod-wee {
	background: url('/wp-content/uploads/coproduce.svg') no-repeat top 4px left;
    background-size: 32px 32px;
	padding-left: 38px;
}
li.comms-wee {
	background: url('/wp-content/uploads/comms.svg') no-repeat top 4px left;
    background-size: 32px 32px;
	padding-left: 38px;
}
li.governance-wee {
	background: url('/wp-content/uploads/governance.svg') no-repeat top 4px left;
    background-size: 32px 32px;
	padding-left: 38px;
}
li.global-wee {
	background: url('/wp-content/uploads/global2.svg') no-repeat top 4px left;
    background-size: 32px 32px;
	padding-left: 38px;
}
.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px dotted #999;
	text-transform: uppercase;
	padding-top: 4px;
}
.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: normal;
	font-weight: normal;
}
.entry-content h5,
.entry-summary h4,
.entry-summary h5,
.comment-content h5,
.textwidget h5 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 1em;
	margin-bottom: 0.6em;
}
.entry-content h4,
.entry-content-extra h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0;
	text-transform: none;
	color: #C70C6F;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.6;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: normal;
}
.entry-content h4.media-list {
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	line-height: 1.4;
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Source Sans Pro', sans-serif;
	border-bottom: 1px solid #dedede;
	padding-bottom: 8px;
}
.entry-content h4.media-list a {
	color: #444;
}
.entry-content h4.media-list a:hover {
	color: #C70C6F;
}
.entry-content h4.abs-list {
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	line-height: 1.4;
}
.entry-content h4.art {
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	line-height: 1.4;
	color: #555;
}
.entry-content h4.abs-list a {
	color: #444;
}
.entry-content h4.abs-list a:hover {
	color: #C70C6F;
}
.entry-content p.abs-text, .entry-content p.art {
	color: #777;
	font-size: 15px;
	margin-bottom: 1em;
}
.entry-content p.art {
	padding-bottom: 0.4em;
	border-bottom: 1px solid #dedede;
}
.entry-content p.abs-text-top {
	color: #777;
	font-size: 15px;
	margin-bottom: 1em;
	margin-top: 1em;
}
.entry-content .abs-text p {
	color: #777;
	font-size: 15px;
	margin-bottom: 1em;
}
.entry-content h5,
.entry-summary h5,
.comment-content h5,
.textwidget h5 {
	color: #888;
	font-weight: 400;
	text-transform: none;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 1.4em;
	border-bottom: 1px solid #dedede;
	padding-bottom: 12px;
}
.entry-content h5.norule {
	border-bottom: none;
	margin-bottom: 0;
}
.entry-content h5.chair {
	margin-top: 1em;
	margin-bottom: 0.6em;
	color: #555;
	border-bottom: 1px solid #037d8e;
	border-top: 1px solid #dedede;
	padding: 6px 0;
}
.entry-content h2.science {
	border-top: 1px solid #dedede;
	padding-top: 8px;
	color: #C70C6F;
	font-family: 'Merriweather', sans-serif;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.03em;
	margin-bottom: 0.4em;
}
.entry-summary p,
.home-block-text p,
.home-block-text-top p,
.home-block-text-vid p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 1.4em;
}
.entry-content ul,
.entry-summary ul,
.comment-content ul,
.textwidget ul {
	margin: 0 0 1.4em 1em;
}

.entry-content ol,
.entry-summary ol,
.comment-content ol,
.textwidget ol {
	margin: 0 0 1.4em 1em;
}

p.intro {
	color: #222;
}
p.intro-end {
	color: #222;
	border-bottom: 1px solid #C70C6F;
	padding-bottom: 0.8em;
}
.pink {
	color: #C70C6F;
	font-weight: 600;
}
.keywords {
	font-family: 'Merriweather', sans-serif;
	color: #555;
	font-weight: 600;
}
.sidebar h2 {
	color: #037d8e;
	margin-bottom: 0.6em;
	font-size: 20px;
}
.left-column h2,
.left-column-wide h2,
.left-column-wide2 h2,
.left-column-archive h2{
	color: #C70C6F;
	margin-bottom: 0.6em;
	font-size: 20px;
	line-height: 1.3;
}
.sidebar h3,
.left-column h3,
.left-column-wide h3,
.left-column-wide2 h3,
.left-column-archive h3{
	color: #555;
	font-size: 17px;
	margin-bottom: 0.8em;
	line-height: 1.4;
}
.sidebar h4,
.left-column h4,
.left-column-wide h4,
.left-column-wide2 h4,
.left-column-archive h4{
	margin-top: 0.4em;
	margin-bottom: 1.2em;
	padding-bottom: 0.2em;
	color: #C70C6F;
	border-bottom: 1px solid #dedede;
	font-size: 15px;
	font-size: 0.9375rem;
}
h4.date {
	margin-top: 0.4em;
	margin-bottom: 1.2em;
	padding-bottom: 0.2em;
	color: #C70C6F;
	border-bottom: 1px solid #dedede;
	font-size: 15px;
	font-size: 0.9375rem;
}
h2.ruled {
	border-top: 1px solid #BEBEBE;
	padding-top: 0.6em;
}
.sidebar h3 a:hover,
.left-column h3 a:hover,
.left-column-archive h3:hover {
	color: #C70C6F;
}
.home-four h3 a {
	color: #8CC63F;
}
.sidebar p, .sidebar li {
	font-size: 15px;
	font-size: 0.9375rem;
	color: #777;
	line-height: 1.6;
}
.sidebar li.pink {
	color: #C70C6F;
}
.entry-content ul {
	margin-left: 0.8em;
}
.entry-content ul.none {
	margin-left: 0;
	list-style-type: none;
}
.entry-content .jumplink {
	font-size: 15px;
	font-size: 0.9375rem;
	color: #777;
	line-height: 1.6;
}
li.jumplink {
	border-bottom: 1px dotted #999;
	padding-bottom: 0.6em;
	margin-bottom: 0.6em;
}
li.jumplink a {
	color: #777;
}
li.jumplink a:hover,
li.jumplink a:focus {
	color: #C70C6F;
}
.left-column p, .left-column li,
.left-column-wide p, .left-column-wide li,
.left-column-wide2 p, .left-column-wide2 li,
.left-column-archive p, .left-column-archive li{
	font-size: 15px;
	font-size: 0.9375rem;
	color: #777;
	line-height: 1.6;
}
.sidebar ul,
.left-column ul,
.left-column-wide ul,
.left-column-wide2 ul,
.left-column-archive ul{
	margin-left: 0;
	list-style-type: none;
}
.form-bold {
	font-weight: 600;
	font-size: 18px;
}
.sidebar ol {
	margin-left: 0.8em;
}
.sidebar li,
.left-column li,
.left-column-wide li,
.left-column-wide2 li,
.left-column-archive li {
	border-bottom: 1px dotted #999;
	padding-bottom: 0.6em;
	margin-bottom: 0.6em;
}
.sidebar a,
.left-column a,
.left-column-wide a,
.left-column-wide2 a,
.left-column-archive a {
	color: #666;
}
.sidebar a:hover,
.left-column a:hover,
.left-column-wide a:hover,
.left-column-wide2 a:hover,
.left-column-archive a:hover {
	color: #C70C6F;
}

p {
	margin: 0 0 1.4em;
}
.credit {
	font-size: 14px;
	font-style: italic;
	margin-top: 1em;
}
li.jump {
	font-weight: 600;
	font-size: 18px;
    background: url('/wp-content/images/spot.png') no-repeat left 4px;
	padding: 0 0 12px 20px;
    display: block;
	margin: 0 0 0 -0.8em;
	line-height: 1.2;
}
.enter {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.046875em;
}
a.enter,
.site-info a.enter {
	color: #fff;
	background: #BEC3CB;;
	border: 1px solid #BEC3CB;;
	padding: 0.5em 1.2em;
}
a.enter:hover, 
.site-info a.enter:hover {
	color: #fff;
	background: #8CC63F;
	border: 1px solid #8CC63F;
	padding: 0.5em 1.2em;
	text-decoration: none;
}
.legend {
	float: left;
	display: inline;
	padding-top: 2.8em;
}
.main-vis-box {
	float: right;
	width: 90%;
}
.widget .widget-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	letter-spacing: 0;
	line-height: 1.2173913043;
	margin: 0 0 1.4em;
	text-transform: none;
	font-weight: 600;
}
.space {
	line-height: 1;
}
p.caption {
	display: block;
	font-size: 16px;
	/**font-size: 1.6rem;**/
	font-weight: 600;
	line-height: 1.4;
	padding-top: 0.6em;
	color: #005f6e;
}
p.caption a {
	color: #005f6e;
}
p.caption a:hover, p.caption a:focus {
	color: #8CC63F;
}
li.tagged {
	/**font-weight: 600;**/
	display: inline-flex;
	line-height: 1.4;
	margin-right: 0.4em;
	border-bottom: none;
	font-size: 15px;
	letter-spacing: 0.03em;
	padding: 6px 0;
	margin-bottom: 0;
}
li.tagged a {
	color: #fff;
	background-color: #BEC3CB;
	padding: 3px 8px 2px 8px;
	border-radius: 2px;
}
li.tagged a:hover {
	color: #fff;
	background-color: #C70C6F;
	border-radius: 2px;
	line-height: 1.4;
	padding: 3px 8px 2px 8px;
}
/**accordian styling **/

.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab label {
  position: relative;
  display: block;
  padding: 0;
  font-weight: 600;
  line-height: 1.6;
  cursor: pointer;
	padding-left: 2em;
	padding-bottom: 0;
	margin-bottom: 0.4em;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.tab-content {
	margin: -1.4em 0 1em 2em;
}

/* :checked */
.tab input:checked ~ .tab-content {
  max-height: 100%;
}
/* Icon */
.tab label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.tab input[type=checkbox] + label::after {
  content: "+";
	font-size: 36px;
	margin: -1.14em 0 0 -1.2em;
}
.tab input[type=radio] + label::after {
  content: "\25BC";
}
.tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

/***prog table**/

td.pink {
	background-color: #F1CFDE;
}
td.lime {
	background-color: #E3EBCD;
}
td.green {
	background-color: #C7E3E8;
}
td.yellow {
	background-color: #FFEACA;
}

/***video container ***/

.video-container {
  	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 35px;
    	height: 0;
    	overflow: hidden;
	margin-bottom: 2em;
	border: 1px solid #dedede;
}
 
/* 16x9 Aspect Ratio */
.video-container-16x9 {
  	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 35px;
    	height: 0;
    	overflow: hidden;
	margin-bottom: 2em;
	border: 1px solid #dedede;
}
 
/* 4x3 Aspect Ratio */
.video-container-4x3 {
  	position: relative;
    	padding-bottom: 75%;
    	padding-top: 35px;
    	height: 0;
    	overflow: hidden;
	margin-bottom: 2em;
	border: 1px solid #dedede;
}
.video-container-16x9 iframe {
  	position: absolute;
  	top:0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
.video-container-4x3 iframe {
  	position: absolute;
  	top:0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

/***sidebar***/

.sidebar {
	margin-bottom: 2.4em;
	margin-top: 1.4em;
	padding: 0;
	/**border-top: 24px solid #BEC3CB;**/
	border-left: 1px dotted #999;
}
.left-column {
	margin-bottom: 2.4em;
	margin-top: 1.4em;
	margin-right: 1em;
	padding: 0 1em 0 0;
}
.widget {
	border-top: none;
	margin-bottom: 2.4em;
	padding-top: 0.5em;
}
.blog-thumb {
	margin: 0.2em 0 1.4em 0;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #BEC3CB;
	font-family: 'Source Sans Pro', sans-serif;
}

:-moz-placeholder {
	color: #BEC3CB;
	font-family: 'Source Sans Pro', sans-serif;
}

::-moz-placeholder {
	color: #BEC3CB;
	font-family: 'Source Sans Pro', sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #BEC3CB;
	font-family: 'Source Sans Pro', sans-serif;
}

/**section-columns**/

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/***search***/

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #BEC3CB;
	border: 1px solid #BEC3CB;
	border-radius: 2px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	letter-spacing: 0.046875em;
	padding: 0.6em 1em 0.6em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #8cc63f;
	border: 1px solid #dedede;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background-color: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #dedede;
	border-radius: 2px;
	color: #006D78;
	padding: 8px 34px 8px 8px;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #dedede;
	color: #888;
	outline: 0;
}

.search-form {
	width: 100%;
	/**margin: 1.4em auto 0 0;**/
	margin: auto;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 32px);
	width: calc(100% - 32px);
	color: #BEC3CB;
	font-size: 0.875rem;
	font-size: 14px;
	/**line-height: 20px; **/
	padding: 8px 8px 8px 36px;
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	width: 60%;
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 0;
	line-height: 36px;
	position: relative;
	width: 36px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	margin: 0;
}
.search-field {
	width: -webkit-calc(100% - 32px);
	width: calc(100% - 32px);
	background-image: url(images/search-icon.png);
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid transparent;
	cursor: pointer;
	height: 32px;
	margin: 2px 0;
	padding: 0 34px 0 0;
	position: relative;
	width: 0;
}

.search-field:focus {
	background-color: #fff;
	border: 1px solid #dedede;
	cursor: text;
	outline: 0;
	width: 100%;
}
.search-form
.search-submit { 
	display:none;
}
.crumbs {
	margin: 0 auto 0 auto;
	/**border-top: 1px solid #DEDEDE;**/
	padding: 6px 0;
}
.crumb1 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: auto;
	padding: 6px 0 4px 0;
	border-bottom: 1px solid #dedede;
}
.crumb2 {
	display: inline-block;
	vertical-align: top;
	width: 26%;
	margin: auto;
}
.crumbs {
	font-size: 0.875rem;
	font-size: 14px;
	color: #999;
}
.crumbs a {
	font-size: 0.875rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #999;
	margin-right: 0px;
	padding-right: 4px;
}
.crumbs a:hover {
	color: #8CC63F;
	padding-right: 4px;
}
.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0.6em;
}
.entry-content3 {
	border-bottom: none;
}
  
.page-header  {
	margin-right: 0;
	margin-left: 0;
	}

.entry-summary {
	margin-bottom: 1em;
	margin-top: 1em;
	}
.site-main > article {
	margin-bottom: 1em;
	margin-right: 0;
	}

blockquote { 
	background: url('/wp-content/uploads/open.svg') top 6px left 0 no-repeat; 
	background-size: 20px;
	padding-left: 32px; 
	border-left: none;
	border-right: none;
}
blockquote p { 
	padding-right: 28px;
	line-height: 1.7; 
	background: url('/wp-content/uploads/close.svg') bottom 8px right 12px no-repeat; 
	background-size: 20px;
	padding-bottom: 0;	
	color: #999;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	font-size: 1.25rem;
}

.column-one {
	width: 20%;
}
.column-two {
	width: 80%;
}
ul.none {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1.6em 0;
}
li.web {
    background: url('/wp-content/images/web-icon.png') no-repeat left 6px;
    padding: 6px 0 12px 36px;
    display: block;
    margin: 0.6em 0;
    line-height: 1.4;
}
/**people page**/

.people, .people2 {
	color: #666;
	width: 100%;
	margin: 0 0 3% 0;
	float: left;
}
.people, .peopl22 img {
	margin-bottom: 1em;
}
.people-text, .people-text2 {
	width: 100%;
	float: right;
	padding: 0 0 1em 0;
}
.people-rule {
	clear: both;
	border-bottom: 1px solid #ccc;
}
.people-text a, .people-text2 a {
	box-shadow: none;
}
.entry-content .people-text h5 {
	color: #444;
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
}
.rule {
	clear: both;
	border-bottom: 1px solid #ccc;
	margin: 0.6em 0 1.4em 0;
}
.spacer {
	clear: both;
	margin: 0.4 0;
}
/***menus***/

.main-navigation .primary-menu {
    border-bottom: 1px solid transparent;
}

.main-navigation {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1rem;
}
.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}
.main-navigation li {
	border-top: none;
}
.main-navigation a:hover, .main-navigation a:focus {
    color: #C70C6F;
}
.main-navigation a {
	font-weight: 600;
	color: #666;
	display: block;
	line-height: 0.8;
	outline-offset: -1px;
	padding: 0.6em 2px;
	background-color: rgba(255,255,255,0.8);
	border-left: none;
	border-bottom: 3px solid transparent;
}

.main-navigation a:hover,
.main-navigation a:focus {
	/**color: red;**/
	padding: 0.6em 2px;
	background-color: #fff;
	/**padding-right: 0.875em;**/
	border-bottom: 3px solid #BEC3CB;
}

.main-navigation .current-menu-item > a {
	font-weight: 600;
	color: #8cc63f;
	background-color: #fff;
	border-bottom: 3px solid #8cc63f;
}
.main-navigation .current-menu-item > a:hover {
	color: #8cc63f;
	background-color: #fff;
	border-bottom: 3px solid #8cc63f;
}
.main-navigation .current-menu-ancestor > a {
	color: #888;
	background-color: #fff;
	border-bottom: 3px solid transparent;
}
.main-navigation .current-menu-ancestor > a:hover {
	color: #666;
	background-color: #fff;
	border-bottom: 3px solid #BEC3CB;
}
.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #888;
}

.dropdown-toggle {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	color: #dedede;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #dedede;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	/**width: 48px;**/
	width: 24px;
	color: #8cc63f;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
	color: #8cc63f;
}

/**menu toggle**/
.menu-toggle {
	background-color: #fff;
	border: 1px solid #dedede;
	color: #555;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 2em 0 0 0;
	padding: 0.6em 0.6em 0.4em 0.6em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: #fff;
	border-color: #BEC3CB;
	color: #00A5AE;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #BEC3CB;
	border-color: #BEC3CB;
	color: #666;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

/**footer**/

.site-footer {
	padding: 0 0 1.75em;
}

.site-info {
	width: 100%;
	border-top: 2px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 2em 0 2em 0;
	background-color: #fff;
}

.site-info {
	color: #666;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
}

.site-info h3 {
	font-weight: 600;
	font-size: 15px;
	font-size: 0.9375rem;
	margin: 0 0 8px 0;
	line-height: 1.2;
}

.site-info a {
	color: #666;
}

.site-info ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 1em;
}
.site-info li {
	line-height: 1.4;
	margin-bottom: 0.6em;
}

.site-info a:hover,
.site-info a:focus {
	color: #666;
	text-decoration: underline;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}
.entry-footer, .postmetadata {
	color: #828995;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6153846154;
	margin-top: 0;
	margin-right: 3%;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #ccc;
}
.entry-footer p {
	margin-bottom: 0;
}
/**.entry-footer a:hover, .entry-footer a:focus {
    color: #C70C6F;
}**/
p.single-foot {
	margin-top: 1em;
}
p.single-foot a {
	color: #7FA634;
}
p.single-foot a:hover {
	color: #ED6C39;
	box-shadow: none;
}
.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}
.entry-footer a:hover,
.entry-footer a:focus {
	color: #C70C6F;
	box-shadow: none;
}

/**
 * 11.1 - Header
 */

.site-header {
	padding: 22px 0 0em 0;
}

.site-branding {
	margin: 0 auto 0.875em 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.site-header-menu {
	/**width: 100%;**/
}

.site-branding {
	margin: 0 12px 0 0;
	}
.big-image-home {
	margin: 0;
}

/**
 * 11.4 - Comments
 */

.comments-area {
    margin: 0 0 1.4em 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: none;
	padding: 1em 0;
}
.comments-title,
.comment-reply-title {
	border-top: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 600;
	line-height: 1.3125;
	padding-top: 0.6em;
}
.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #a81950;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content p {
	padding-left: 24px;
	font-size: 16px;
	font-size: 1.6;
}

.comment-reply-link {
	border: 1px solid #dedede;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.4615384615em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #a81950;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}
.comment-list .comment-form {
	padding-bottom: 1.75em;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}
.no-comments {
	border-top: 1px solid #dedede;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}
.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.post-navigation div + div {
	border-top: 1px solid #ccc;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}
.post-navigation .post-title {
	display: inline;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #444;
}
.pagination {
	border-top: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 1em 3% 1em 0;
	min-height: 56px;
	position: relative;
}
.pagination:before,
.pagination:after {
	background-color: #828995;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
	border-radius: 2em;
}
.page-numbers {
	color: #828995;
}
.pagination:before {
	right: 0;
}
.pagination:after {
	right: 54px;
}
.pagination a {
	color: #666;
}
.pagination a:hover,
.pagination a:focus {
	color: #8CC63F;
	padding-right: 13px;
}
.pagination .current {
	display: inline-block;
	font-weight: 700;
	color: #C70C6F;
}
.pagination .nav-links {
	/**padding-right: 106px;**/
	position: relative;
}
.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 24px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}
.pagination .prev,
.pagination .next {
	background-color: #828995;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
	border-radius: 2em;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #C70C6F;
	color: #fff;
}

.post-navigation {
	border-top: none;
	border-bottom: 1px solid #ccc;
	clear: both;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
}
.post-navigation a {
	color: #666;
	display: block;
	padding: 0.6em 0;
}
.post-navigation a:hover {
	color: #C70C6F;
	padding: 0.6em 0;
}

/**blocks**/

.block-item {
	display: inline-block;
	padding: 1.1%;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.block-item h2 {
	margin: 0.4em 0;
	font-size: 18px;
}
.block-item p {
	font-size: 14px;
	font-size: 0.875rem;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/**
* 14.1 - >= 710px
*/

@media screen and (min-width: 44.375em) {

	.entry-header  {
		margin-right: 0;
		margin-left: 0;
	}
	.site-branding {
		margin-top: 0;
		margin-bottom: 0;
	}
	.site-header {
		margin: 0;
	}
	.site {
		margin: 0 0 21px 0;
	}
	.sidebar {
		margin: 0 0 1em 0;
	}
	.topsearch {
		position: absolute;
		top: 24px;
		right: 66px;
	}
	.icon {
		position: absolute;
		top: 24px;
		right: 21px;
	}
	.icon img {
		width: 40px;
		height: 40px;
	}
	.icon-first {
		position: absolute;
		top: 24px;
		right: 68px;
	}
	.left-column {
		margin: 1em 0 1em 0;
		padding-right: 0;
	}
	.left-col-floating, .left-column {
		border-bottom: 1px dotted #999;
		margin-bottom: 1.4em;
	}
	.home-block,
	.home-block2 {
		margin: 0 0 1em 0;
	}
	.home-block-top {
		margin: 0.4em 0 1em 0;
	}
	.top-search {
		width: 100%;
	}
	.top-search {
		margin: 3.8em 0 2em 0;
	}
	.big-image-home,
	.big-image {
		margin-top: 2.6em;
	}
	.big-image-home img,
	.big-image img {
		height: 200px;
		object-fit: cover;
	}
	.medium-image-home {
		margin-top: 2.6em;
	}
	.site-header-menu.toggled-on, .no-js .site-header-menu {
  	   display: block;
 	   margin-top: 2.6em;
	}
	.site-footer {
		margin: 0 0 1em 0;
	}
	.site-main {
		margin-bottom: 2em;
		margin-left: 0;
		margin-right: 0;
	}
	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: 0;
	}
	.block-col-4 .block-item {
		max-width: 100%;
	}
	.block-col-4 {
    		margin: 0 -1.2% 1em;
	}
}

@media screen and (max-width: 44.375em) {	

	.entry-summary,
	.entry-content,
	.entry-footer,
	.page-header,
	.page-content,
	.post-navigation,
	.entry-title,
	.left-column {
		margin-right: 0;
		margin-left: 0;
	}

	.entry-header {
		margin-left: 0;
	}

	.comments-area {
    		margin: 0;
	}
	.site-branding h3 {
		display: none;
	}
	.timer, .timer2 {
		display: none;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {

.home-header2 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #C70C6F;
	width: 100%;
	padding:0.6em 1em 0.2em 2em;
}
	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	.no-sidebar .entry-content-centre {
		float: none;
		margin: 0;
		width: 76%;
	}

	.block-col-4 .block-item {
		max-width: 49.5%;
	}
	.block-col-4 {
    		margin: 0 -1.2% 1em;
	}
	/**new middle**/
	.site-header {
		margin: 0;
	}
	.home-block,
	.home-block2 {
		margin: 0 0 1em 0;
	}
	.home-block-top {
		margin: 0 0 1em 0;
	}
	.site-footer {
		margin: 0 0 1em 0;
	}
	.sidebar {
		margin: 0 0 1em 0;
	}
	.site-main {
		margin-bottom: 0.4em;
		margin-left: 0;
		margin-right: 0;
	}
	.topsearch {
		position: absolute;
		top: 24px;
		right: 66px;
	}
}

@media screen and (max-width: 48.9375em) {

	.big-image {
		margin-left: 3%;
		margin-right: 3%;
	}
	.big-image-home {
		margin-left: 3%;
		margin-right: 3%;
	}
	.intranet {
		display: none;
	}
	.crumb1 {
		display: none;
	}
	.subtitle {
		display: none;
	}
	.home-header {
   		position: relative;
    	background-color: #fff;
    	width: 100%;
    	padding: 2em 0 1em 0;
	}
	.home-header h2 {
		color: #444;
		padding: 0 21px;
	}
	.home-header h2 a {
		color: #444;
	}
	.home-header p {
		color: #444;
		padding: 0 21px;
		border-left: none;
	}
	.home-header p a {
		color: #444;
	}
}

/***max width 800px**/

@media screen and (max-width: 50em) {

	.site {
    	margin: 0 21px 21px 21px;
	}
	.big-image {
		margin-left: 0;
		margin-right: 0;
	}
	.big-image-home {
		margin-left: 0;
		margin-right: 0;
	}
	input[type="search"].search-field {
		background-image: url(images/search-icon.png);
		background-position: 5px center;
		background-repeat: no-repeat;
		padding: 8px 8px 8px 36px;
		width: 100%;
		text-align: left;
	}
	.subtitle {
		display: none;
	}
	.crumb2 {
		display: inline-block;
		vertical-align: top;
		width: 80%;
		margin: auto;
	}
	.main-navigation a {
		color: #666;
		display: block;
		line-height: 0.8;
		outline-offset: -1px;
		padding: 0.6em 0;
		background-color: transparent;
		border: none;
		border-bottom: 3px solid transparent;
	}
	.main-navigation a:hover,
	.main-navigation a:focus {
		color: #8cc63f;
		background-color: #fff;
		padding: 0.6em 0;
	}
	.main-navigation .current-menu-ancestor > a {
		font-weight: 600;
		color: #666;
		background-color: #fff;
	}
	.main-navigation .current-menu-item > a {
		font-weight: 600;
		color: #8cc63f;
		background-color: #fff;
		border-bottom: 3px solid #8cc63f;
	}
	.sidebar {
		padding-top: 1em;
		border-left: none;
	}
	.home-wee-image {
		float: left;
		margin-bottom: 1.6em;
		max-width: 100%;
	}
	.footer-logo {
		margin-bottom: 2em;
	}
	.column-one {
		width: 25%;
	}
	.column-two {
		width: 75%;
	}
	.span_2_of_3 {
		width: 100%;
		margin: 1% 0;
	}
	.span_1_of_3 {
		width: 100%;
		margin: 1% 0;
	}
}
/***min width 800px**/

@media screen and (min-width: 50em) {
	.site-content {
		margin: 0 21px;
	}
	.site-footer {
   	 	margin: 0 21px;
	}
	.site-header-main {
		margin-left: 21px;
		margin-right: 21px;
	}
	.crumbs {
		margin-left: 21px;
		margin-right: 21px;		
	}
	.big-image-home,
	.big-image {
		margin-top: 0;
	}
	.subtitle {
		width: 80%;
	}
	.medium-image-home {
		margin-top: 0;
	}
	.home-block {
		min-height: 440px;
		border: 1px solid #dedede;
	}
}
/***min width 832px**/

@media screen and (min-width: 52em) {
	.medium-image-home {
		margin-top: 0;
	}
}

/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	
	.site {
		margin: 0 21px 21px 21px;
	}
	.site-content {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}	
	.site-footer {
   	 	margin: 0;
	}
	.site-header-main {
		margin-left: 0;
		margin-right: 0;
	}
	.crumbs {
		margin-left: 0;
		margin-right: 0;
	}
	/**.left-column {
		float: left;
		width: 18%;
		margin-top: 1.4em;
		margin-left: 0;
	}**/
	.left-column {
		position: -webkit-sticky; /* Safari */	
		position: sticky;
		top: 3em;
		left: 0;
		/**width: 12.6em;**/
		width: 23%;
		margin: 1.4em 3% 4em 0;
		border-bottom: none;
		padding-top: 6px;
		float: left;
	}
	.left-column-archive {
		position: absolute;
		top: 0;
		left: 0;
		/**width: 12.6em;**/
		width: 23%;
		margin: 0 3% 0 0;
		border-bottom: none;
	}
	.archive-col {
		position: relative;
	}
	.left-column-wide {
		width: 16.45%;
		margin: 1.4em 3% 0 0;
		border-bottom: none;
		padding-top: 6px;
		position: -webkit-sticky; /* Safari */
		position: sticky;
		float: left;
		top: 3em;
		left: 0;
		}
	.left-column-wide2 {
		width: 16%;
		margin: 0 3% 0 0;
		border-bottom: none;
		padding-top: 6px;
	}
	.people {
		color: #666;
		width: 30%;
		margin: 0 0 3% 0;
		float: left;
	}
	.people2 {
		color: #666;
		width: 21%;
		margin: 0 0 3% 0;
		float: left;
	}
	.people img, .people2 img {
		margin-bottom: 1em;
	}
	.people-text {
		width: 66%;
		float: right;
		padding: 0 0 1em 0;
	}
	.people-text2 {
		width: 76%;
		float: right;
		padding: 0 0 1em 0;
	}	
	.entry-footer-narrow {
		position: absolute;
		top: 0;
		left: 0;
		/**width: 12.6em;**/
		width: 23%;
		margin: 1.4em 3% 0 0;
		border-bottom: none;
	}
	.nav2 {
		width: 70%;
		margin-left: 29%;
		margin-top: 0;
		position: relative;
	}
	.no-sidebar .content-area {
		float: left;
		margin: 0;
		width: 72%;
	}
	.no-sidebar .entry-content-centre {
		float: left;
		margin: 0;
	}
	.no-sidebar .entry-content-centre {
		width: 65%;
	}
	.no-sidebar .content-area-extra {
		width: 100%;
	}
	.no-sidebar .content-area-extra {
		float: left;
		margin: 0;
		/**width: 99%;**/
	}
	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}
	.sidebar {
		float: right;
		margin-left: 0;
		margin-top: 1.4em;
		padding: 6px 0 0 1em;
		width: 26%;
	}
	.midline {
		width: 64%;
		margin-bottom: 1.4em;
		float: left;
	}
	.widget .widget-title {
		margin-bottom: 1em;
	}
	.content-area {
		float: left;
		/**margin-right: -100%;**/
		width: 63%;
	}
	.footer-logo {
		float: left;
		width: 19.4%;
		display: block;
		margin-right: 1em;
		margin-bottom: 2em;
		padding-right: 1em;
	}
	.footer-first {
		float: left;
		width: 30%;
		display:block;
		margin-bottom: 2em;
	}
	.footer-final {
		float: right;
		width: 44%;
		display:block;
	}
	.footer-final img {
		float: right;
		margin: 0 0 0 0.4em;
	}
	.tweet {
		width: 100%;
		float: right;
		padding: 12px 0 0 0;
	}
	.site-header .social-navigation {
    	display: block;
	}
	.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-content-centre, .no-sidebar .comments-area {
		margin: 0 0 1.4em 3%;
		width: 70%;
		display: inline-block;
	}
	.no-sidebar .entry-content-extra, .no-sidebar .entry-header-extra {
		margin: 0 0 1.4em 0.8%;
		display: inline-block;
		width: 79.2%;
	}
	.no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .entry-content-centre {
		margin-left: 0;
		margin-right: 0;
	}
	.crumb2 {
		width: 26%;
		margin: auto;
	}
	.main-navigation {
		margin: 0;
		border-left: none;
	}
	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}
	.main-navigation .primary-menu > li {
		float: left;
	}
	.main-navigation a {
		outline-offset: -2px;
		/**padding: 0.6em 0;**/
		line-height: 1;
		white-space: nowrap;
	}
	.main-navigation li {
		margin: 0 0 0 1em;
	}
	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #666;
	}
	.main-navigation ul ul {
		border-bottom: none;
		display: block;
		/**left: -999em;**/
		margin: 0;
		position: absolute;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		top: -1px;
	}
	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}
	.main-navigation ul ul li {
		background-color: transparent;
		/**border-top: 1px solid transparent;**/
		border-top: none;
		border-left: none;
		border-bottom: none;
		border-right: none;
	}
	.main-navigation ul ul a {
		white-space: normal;
		width: 12em;
		margin: 0 0 0 1em;
		/**padding-left: 8px;**/
		padding-left: 4px;
		/**margin-right: 0;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 0.8;
		padding: 0.6em 0;**/
	}
	.main-navigation ul ul a:hover {
		white-space: normal;
		margin: 0 0 0 1em;
		padding-left: 4px;
	}
	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	/**.main-navigation ul ul:before {
		border-color: #fff transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #02aace transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation ul ul:hover:after {
		border-color: #007D8E transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}**/

	.main-navigation ul ul:before {
		border-color: none;
		border-width: 0;
	}

	.main-navigation ul ul:after {
		border-color: none;
		border-width: 0;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}
	.main-navigation .menu-item-has-children > a {
		margin: 0;
		/**padding-right: 2.25em;**/
		padding-right: 1.25em;
	}
	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		/**right: 1em;**/
		right: 0;
		top: 0.8125em;
	}
	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}
	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.block-col-4 .block-item {
		max-width: 24.6%;
	}
	.block-col-4 {
    		margin: 0 -1.2% 1em;
	}
	.top-search {
    	margin: 3.8em 0 0 0;
		width: 40%;
	}
	.big-image,
	.big-image-home {
		margin-top: 0;
	}
	.big-image img,
	.big-image-home img {
		height: auto;
	}
	.medium-image-home {
		margin-top: 0;
	}
	.subtitle {
		display: none;
	}
	/**fullwidth page **/

	.image-block {
		display: inline;
		width: 33%;
		background-color: pink;
	}
	.home-block-top {
		min-height: 540px;
	}
	.home-container {
		min-height: 540px;
	}
	.medium-image-home img {
		height: 540px;
		object-fit: cover;
	}
	.home-block, .home-block-vid {
		min-height: 482px;
		border: 1px solid #dedede;
	}
	.time {
		width: 100%;
		height: 16px;
		float: left;
		position: relative;
		margin-left: 0;
		margin-bottom: 0.6em;
		display: block;
	}
	.prog {
		width: 100%;
		height: 25px;
		float: left;
		position: relative;
		margin-left: 0;
	}
	.activity {
		display: block;
		float: left;
		height: 56px;
		position: absolute;
		top: 0;
	}
	.activity.plenary {
		width: 17%;
	}
	.activity.parallel {
		width: 17%;
	}
	.activity.evening {
		width: 17%;
	}
	.activity.blank {
		width: 17%;
	}
	.activity.side {
		width: 38.75%;
	}
	.activity.plenary, .activity.parallel, .activity.evening, .activity.exc, .activity.side {
		margin-bottom: 0;
	}
	.activity.date {
		width: 17%;
	}
	.activity.exc {
		width: 82.25%;
	}
	.activity.tea, .activity.lunch, .activity.date2 {
		width: 4.75%;
	}
	.activity.date3 {
		width: 38.75%;
	}
	.activity {
		line-height: 1.2;
	}
}

/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {

	.site-main {
		margin-bottom: 0.4em;
	}
	.site-header {
		padding: 22px 0 0 0; /**top edge space**/
	}
	.site-branding {
		margin: 0 2% 0 0;
	}
	.site-header-menu,
	.header-image {
		position: absolute;
		right: 0;
		top: 99px;
		margin: 0;
		border-top: 1px solid #dedede;
		width: calc(100% - 116px);
	}
	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 100%;
	}
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1.6em;
		width: 100%;
	}
	body:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		width: 100%;
	}
	body:not(.search-results) .entry-summary {
   		 margin-bottom: 0.4em;
	}
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    	margin-right: 0;
   		margin-left: 3%;
    	width: 70%;
		display: inline-block;
	}
	.comments-area {
		margin-bottom: 1em;
	}
	.comment-list + .comment-respond, .comment-navigation + .comment-respond {
   		 padding-top: 1em;
	}
	.crumb2 {
		width: 86%;
		margin: 0;
	}
	.icon {
		position: absolute;
		top: 28px;
		right: 0;
	}
	.icon img {
		width: 40px;
		height: 40px;
	}
	.icon-first {
		position: absolute;
		top: 76px;
		right: 0;
		margin-right: 46px;
	}
	.topsearch {
		position: absolute;
		right: 52px;
		top: 28px;
	}
}

/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {

	body:not(.search-results) .entry-summary {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.4;
		margin-bottom: 0.8em;
		margin-top: 0.2em;
	}
	body:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		width: 100%;
	}
	.subtitle {
		display: block;
		position: absolute;
		left: 128px;
		top: 28px;
		width: 94%;
	}
	.icon {
		padding-right: 0;
	}
	/**.home-block-top img {
		height: 160px;
		object-fit: cover;
	}**/
		.arty.date {
		width: 20%;
	}
	.arty.sess1 {
		width: 80%;
	}
	.arty.sess2 {
		width: 80%;
	}
	.arty.sess3 {
		width: 80%;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #444 !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #444 !important; /* Make sure color schemes don't affect to print */
	}
}
