@charset "UTF-8";
/* Foundation: override existing styles */
/* Note: Foundation base font-size is 16px, so divide desired pixel value by 16 to obtain its value in rems*/
body, h1, h2, h3, h4, h5, h6 {
	color: #555;
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	margin-bottom:2.3rem;
}
h1{
	font-size:2.125rem;
	line-height:2.25rem;
}
h2{
	font-size:1.75rem;
	line-height:2rem;
}
h2.table-title{
	line-height:1.625rem;
	color:#1d4775;
	margin-bottom:1rem;
}
h3{
	font-size:1.5rem;
	line-height:1.75rem;
}
h3.table-title{
	font-size: 1.1875rem;
	line-height: 1.1875rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #1d4775;
	margin-bottom: 0;
	background-color: #f0f5fa;
	padding: 0.85rem 0.625rem 0.55rem;
}
h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25rem;
	line-height:1.75rem;
}
h4.table-title{
	font-family:inherit;
	font-size: 1.125rem;
	line-height: 1.625rem;
	font-weight: 700;
	text-transform: uppercase;
	color:inherit;
	margin-bottom: 0;
	padding: 0.85rem 0.625rem 0.55rem;
}
h5{
	font-size:1.125rem;
	line-height:1.625rem;
	font-weight:500;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	padding:2.125rem 0;
}
h5.table-title{
	padding:1.125rem 0;
	margin-bottom:0;
	border-color:#c9d5e3;
}
form h5{
	border:none;
	padding:2.125rem 0 0;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.125rem;
  line-height:2.375rem;
  margin-bottom: 1.875rem;
}
form p {
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
a {
  color: #ea6827;
}
a:focus, a:hover {
  color: #ea6827;
	text-decoration:underline;
}
blockquote {
  border-left:none;
	padding:0;
	overflow:hidden;
	color:#555;
}
cite::before {
  content: "";
}
hr{
	border-bottom-color:#dbdbdb;
}
table tfoot, table thead {
  background: #fff;
  color: #0eaba4;
	text-transform:uppercase;
}
table tbody, table tfoot, table thead {
  background: #fff;
	border:none;
}
table tbody tr:nth-child(1n) {
  background-color: #f7f7f7;
}
table tbody tr:nth-child(2n) {
  background-color: #fff;
}
table.hover thead tr:hover {
  background-color: #fff;
}
table.hover tr:nth-of-type(2n):hover{
	background-color:transparent;
}
table.hover tbody tr.clickable-row:hover, table.hover tbody tr.clickable-row:nth-of-type(2n):hover {
  background-color: #fbe1d4;
	cursor:pointer;
}
table.hover tbody tr.clickable-row:hover .fa {
	color:#ea6827;
}
table tbody td {
	vertical-align:top;
	font-size:1.125rem;
	line-height:1.625rem;
	border-bottom:0.6rem solid #fff;
}
table p {
	margin-bottom:0;
	font-size:1rem;
	line-height:1.625rem;
}
table.programme .blank {
	display:none;
}
table.programme .event-detail, table.programme .event-detail:hover {
	background-color:transparent;
}
table.programme .clickable-row p {
	text-decoration:underline;
}
table .clickable-row .fa {
	font-size:0.7rem;
}
table.programme .clickable-row .fa {
	font-size: 1.375rem;
}
table .clickable-row .fa-stack {
  height: 1.375rem;
  line-height: 1.375rem;
  width: 1.375rem;
	top:2px;
}
table.programme .clickable-row .fa-circle, table.hover.programme tr.clickable-row:hover .fa-circle{
	color:#fff;
}
table.programme .clickable-row .fa-circle-thin, table.hover.programme tr.clickable-row:hover .fa-circle-thin {
	color:#555;
}
table.programme .clickable-row .fa-stack-1x, table.hover.programme tr.clickable-row:hover .fa-stack-1x {
	font-size: 0.9rem;
	color:#555;
}
input, select, textarea {
	border-radius:2px !important;
}
.title-bar {
  background-color:#fff;
  color:#306095;
	padding-left:0;
}
.menu-icon::after {
	background: #306095;
	box-shadow: 0 7px 0 #306095, 0 14px 0 #306095;
	height:4px;
}
.menu-icon:hover::after {
	background: #306095;
	box-shadow: 0 7px 0 #306095, 0 14px 0 #306095;
}
.breadcrumbs {
	margin-bottom:1rem;
}
.breadcrumbs li {
  color: #555;
  font-size: 0.75rem;
  text-transform: none;
	font-weight:500;
}
.breadcrumbs a {
  color: #555;
}
.breadcrumbs li::after {
	font-size:1rem;
  content: " ";
}
.breadcrumbs li:not(:last-child)::after {
  color: #555;
  content: "\203A";
}
@media screen and (max-width: 39.9375em) {/*small*/
.media-object img {
  max-width: 100%;
}
.media-object.stack-for-small .media-object-section {
	text-align:center;
	width:100%;
	padding-bottom:0;
}
.media-object.stack-for-small .media-object-section:first-child {
	padding-bottom: 1rem;
}
.media-object.stack-for-small .media-object-section img {
	width: auto;
}
.media-object.stack-for-small .media-object-section p {
	max-width: none;
}
}
.media-object-section:first-child {
  padding-right:0;
}
.media-object-section:first-child img {
  margin-right: 1rem;
}
.callout {
  border:none;
}
.tooltip {
	background-color:#0eaba4;
}
.tooltip.top::before {
  border-color: #0eaba4 transparent transparent;
}
/* Foundation upload button: file name positioned differently in IE, find another solution
input[type=file].show-for-sr {
  clip: auto;
  height: auto;
  left: 2rem;
  overflow: hidden;
  position: absolute !important;
  top: 0.3rem;
  width: auto;
}
*/
[type="file"] {
	margin-top:0.5rem;
}
.help-text {
  margin-bottom: 1rem;
}
/************/

/* Foundation: extend styles */
cite{
	clear:both;
	text-align:right;
	width:90%;
	padding-top:1rem;
	font-size:1rem;
	font-style:normal;
	color:#555;
}
.menu.expanded > li {
  text-align: center;
}
.main-content > ul, .main-content > ol {
	margin-top:1rem;
}
.main-content ol {
  counter-reset: section;
	list-style-type:none;
}
.main-content > ul li, .main-content > ol li {
	font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.125rem;
  line-height:2rem;
	margin-bottom:1rem;
	position:relative;
}
.main-content ol li::before {
  content: counters(section,".") ". ";
	counter-increment: section;
	position:absolute;
	width:2.5rem;
	text-align:right;
	left:-3rem;
}
.main-content ol ol{
	margin-left: 2.25rem;
}
.main-content ol ol ol{
	margin-left: 3rem;
}
@media screen and (max-width: 39.9375em) {/*small*/
.small-centered {
  float:none !important;
  margin-left:auto;
  margin-right:auto;
}
}
@media screen and (min-width: 40em) {/*medium and up*/
.small-centered {
  float:left;
  margin-left:0;
  margin-right:0;
}
}
@media screen and (max-width: 39.9375em) {/*small*/
.small-text-center{
	text-align:center;
}
}
.media-object.standalone {
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	padding:0.875rem 0;
  margin-bottom: 1.875rem;
}
.callout .media-object {
	border-top:none;
	border-bottom:none;
  margin-bottom:0;
}
li .media-object {
  margin-bottom:0;
}
.media-object-section {
	position:relative;
}
.media-object.stack-for-all .media-object-section {
	padding: 0;
	display: block;
	text-align:center;
	width:100%;
}
.media-object.stack-for-all .media-object-section:first-child {
	padding-bottom: 1rem;
}
.media-object-section p {
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	line-height:1.375rem;
}
.standalone .media-object-section p {
  line-height:1.5rem;
	max-width:300px;
	color:#999;
}
.media-object.stack-for-all .media-object-section p {
	max-width: none;
}
li .media-object-section p {
	margin-bottom:0;
}
li .media-object-section a {
	color:#555;
}
/************/

/* Flexslider: override existing styles */
#home-top-slider .flexslider {
  margin-bottom:0;
	position:relative;
}
.flex-direction-nav a {
  line-height: 1;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover::before, .flexslider:hover .flex-direction-nav .flex-next:hover::before {
  color: rgba(234,104,39,1);
}
.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
.flex-control-paging li a:hover {
  background: rgba(14, 161, 174, 1) none repeat scroll 0 0;
}
.flex-control-paging li a.flex-active {
  background: rgba(14, 161, 174, 1) none repeat scroll 0 0;
}
/************/

/* GP 2017 new styles */
blockquote > span{
	display:inline-block;
	float:left;
	width:90%;
	margin-left:2%;
	font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.125rem;
  line-height:1.875rem;
	font-style:italic;
}
.no-margin-bottom{
	margin-bottom:0 !important;
}
.module-margin-bottom{
	margin-bottom:1.5625rem;
}
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background:url(../img/icon-hexagon-green.png) 0 0 no-repeat;
	font-size: 12px;
	padding: 1em;
	display: none;
}
.fa-quote-left{
	float:left;
	color:#0eaba4;
}
.fa-quote-right{
	clear:left;
	float:right;
	color:#0eaba4;
}
cite > span{
	display:block;
	text-transform:uppercase;
	font-size:0.875rem;
}
ul.links{
	float:right;
	text-align:right;
	line-height:1.5rem;
}
ul.links.left{
	float:left;
	text-align:left;
}
ul.links i{
	margin-right:0.5rem;
	color:#ea6827;
}
ul.links a{
	font-size:0.8125rem;
	text-transform:uppercase;
	color:#555;
	font-weight:500;
}
ul.links a:focus, ul.links a:hover{
	color:#ea6827;
}
ul.links li::after{
  color: #ea6827;
  content: "\203A";
	font-size:1.4rem;
	font-weight:400;
	position:relative;
	top:1px;
	margin-left:0.7rem;
}
/* Foundation upload button: file name positioned differently in IE, find another solution
.file-upload{
	position:relative;
}
.file-upload .button{
	z-index: 10;
	position: relative;
}
*/
.list-module{
	margin-bottom:2.5rem;
	position:relative;
	overflow:hidden;
}
.list-module h2{
	font-size:1.1875rem;
	line-height:1.1875rem;
	font-weight:500;
	overflow:hidden;
	text-transform:uppercase;
	color:#306095;
	margin-bottom:0;
}
.list-module .no-link h2{
	border-top:2px solid #306095;
	padding:0.85rem 0 0.45rem;
}
.list-module > h2 a{
	display:table;
	width:100%;
	background-color:#f0f5fa;
	color:#1d4775;
	padding:0.85rem 0.9375rem 0.55rem;
	vertical-align:middle;
}
.list-module > h2 a:focus, .list-module > h2 a:hover{
	text-decoration:none;
}
.list-module > h2 a > span{
	display:table-cell;
	vertical-align:middle;
}
.list-module > h2 a > span:nth-child(2){
	text-align:right;
	color:#698cb3;
	line-height:0.6rem;
	padding-right:0.3rem;
	width:1rem;
	font-size:0.6875rem;
}
.list-module > h2 a > span:last-child{
	width:1rem;
	font-size:0.6875rem;
}
.list-module > h2 a:focus span, .list-module > h2 a:hover span{
	color:#1d4775;
}
.list-module > h2 span .fa-circle{
	color:#fff;
}
.list-module > h2 a:focus span .fa-circle, .list-module > h2 a:hover span .fa-circle{
	color:#1d4775;
}
.list-module > h2 a:focus span .fa-angle-right, .list-module > h2 a:hover span .fa-angle-right{
	color:#fff;
}
.list-module .no-link h2 a {
	font-weight:700;
	font-size:1.0625;
	float:right;
	font-size:1.0625rem;
	text-transform:none;
}
.list-module .tag{
	color:#555;
	font-weight:500;
	font-style:italic;
}
.list-module .tag i {
	color:#0eaba4;
	margin-right:0.5rem;
}
.list-module h3{
	font-size: 0.875rem;
  line-height: 1.3125rem;
	padding:0 0.9375rem 0.875rem;
	margin-top:0.875rem;
	margin-bottom:1.5625rem;
	border-bottom:1px solid #e2e2e2;
}
.list-module .no-link{
	margin-bottom:1.5625rem;
	border-bottom:1px solid #e2e2e2;
}
.list-module .no-link h3{
	padding-left:0;
	margin-bottom:0;
	border-bottom:none;
}
.list-module > ul {
	margin-top:1.5625rem;
}
.list-module li {
	overflow:hidden;
}
.list-module > ul:not(.menu) > li {
	padding-left:1rem;
	padding-right:1rem;
}
.list-module > ul > li:not(:last-child) {
	margin-bottom:1.5625rem;
}
.list-module .files-documents > li:not(:last-child) {
	border-bottom:1px solid #e2e2e2;
	padding-bottom:1.5625rem;
}
.list-module li > i {
	float:left;
	margin-right:0.625rem;
}
.list-module .files-documents li > div {
	border-left:1px solid #d2dce8;
	padding-left:0.625rem;
	overflow:hidden;
}
.list-module .documents-publications > li:not(:last-child) {
	border-bottom:1px solid #e2e2e2;
	padding-bottom:1.5625rem;
}
.list-module .documents-publications li .medium-1{
	border-right:1px solid #d2dce8;
}
.list-module .news-announcements li:not(.load-more) a {
	display:block;
	color:#555;
	overflow:hidden;
	border-top:3px solid #ea6827;
	padding-top:0.5rem;
}
.list-module li > div h4 {
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
	margin-bottom:0;
}
.list-module .news-announcements li > div .media-object-section h4 {
	margin-bottom:0.5rem;
}
.list-module li > div h4 a{
	color:#555;
}
.list-module li > div span {
	font-size:0.6875rem;
	text-transform:uppercase;
	font-weight:500;
	margin-top:0.3rem;
}
.list-module .files-documents li > div span {
	float:left;
}
.list-module .news-announcements li > div span.float-left {
	text-transform:none;
	font-weight:700;
}
.list-module .news-announcements li > div span.float-left:not(:first-of-type) {
	text-transform:uppercase;
}
.list-module .news-announcements li > div span.float-left:not(:first-of-type)::before {
	content:"|";
	color:#ea6827;
	margin:0 0.5rem;
}
.list-module .news-announcements a:hover span.float-right {
	color:#ea6827;
}
.news-announcements li .media-object {
  display: table;
  width: 100%;
}
.news-announcements li .media-object .media-object-section:last-child {
  width: 100%;
}
/* RP news list layout change
.list-module .news-announcements a .media-object-section div:last-child {
	clear:both;
	overflow:hidden;
	border-top:1px solid #dfdfdf;
	margin-top:0.8rem;
	padding-top:0.4rem;
}
*/
.list-module span i {
	margin-right:0.5rem;
	margin-top:-0.1rem;
}
.list-module .news-announcements span i {
	color:#ea6827;
}
.list-module .files-documents li > div .fa-stack {
	color:#ea6827;
	margin-top:0.2rem;
	margin-left:0.3rem;
}
.list-module .files-documents li > div .menu {
	float:left;
	font-size:0.6875rem;
	text-transform:uppercase;
	font-weight:500;
	margin-top: 0.02rem;
}
.list-module .files-documents li > div .menu > li > a {
  padding: 0.45rem 0.7rem;
	color:#555;
}
.list-module .files-documents li > div .menu > li:not(:first-child)::before {
	content:"|";
	color:#e2e2e2;
	margin-top: 0.2rem;
	position: absolute;
}
.list-module .events{
	margin-top:0;
	margin-bottom:1.5625rem;
}
.list-module .events.programme{
	border-top:1px solid #c7d4e2;
	border-bottom:1px solid #c7d4e2;
}
.list-module .events li{
	position:relative;
	overflow: visible;
}
.list-module .events li:not(:last-child)::before{
	content:"";
	position:absolute;
	height:3.125rem;
	width:1px;
	background-color:#c7d4e2;
	top:0.5rem;
	right:0;
}
.list-module .events .current::after, .list-module .events li:hover::after{
	content:"";
	width: 0; 
  height: 0; 
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 12px solid #ea6827;
	position:absolute;
	bottom:-12px;
	left:0;
}
.list-module .events.programme .current::after, .list-module .events.programme li:hover::after{
  border-left: 87px solid transparent;
  border-right: 87px solid transparent;
}
.list-module .events a{
	color:#0eaba4;
	text-decoration:none;
	padding-bottom:0;
}
.list-module .events .current, .list-module .events li:hover{
	background:#ea6827;
}
.list-module .events .current a, .list-module .events li:hover a{
	color:#fff;
}
.list-module .events span{
	display:block;
	text-transform:uppercase;
	font-weight:700;
}
.list-module .events span:first-child{
	font-size:1.3125rem;
}
.list-module .events.programme span:first-child{
	font-size:2.5rem;
	float:left;
}
.list-module .events span:nth-of-type(2){
	font-size:0.75rem;
}
.list-module .events:not(.programme) span:nth-of-type(2){
	border-bottom:3px solid #fff;
}
.list-module .events.programme span:nth-of-type(2){
	text-align:left;
	margin-top:0.25rem;
	padding-left:3.25rem;
}
.list-module .events span:nth-of-type(3){
	color:#fff;
	font-size:0.75rem;
	font-weight:500;
	margin-top:0.15rem;
}
.list-module .events.programme span:nth-of-type(3){
	color:inherit;
	text-align:left;
	text-transform:none;
	font-size:0.8125rem;
	font-style:italic;
	font-weight:400;
	padding-left:3.25rem;
	padding-bottom:0.7rem;
	border-bottom:3px solid #fff;
	margin-bottom:0.5rem;
}
.list-module .events.programme i{
	clear:left;
}
.list-module .events i{
	color:#fff;
	font-size:0.6rem;
	font-weight:400;
	display:block;
	margin:0;
}
.list-module #events-detail{
	border-top:1px solid #ea6827;
	border-bottom:1px solid #ea6827;
	text-align:center;
	position:relative;
}
.list-module #events-detail div div:first-child{
	font-size:0.75rem;
	text-transform:uppercase;
	font-weight:700;
	position:absolute;
	left:0;
	top:0.5rem;
	width:100%;
}
.list-module #events-detail div div:first-child span{
	padding: 0 0.5rem;
	background-color:#fff;
}
.list-module #events-detail div div:last-child{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9375rem;
	font-weight:500;
	font-style:italic;
	border-top:1px solid #d7d7d7;
	display: inline-block;
	padding-top:0.4rem;
	margin-top:1rem;
}
.list-module #events-detail div div:last-child span{
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size:1.375rem;
	font-weight:700;
	font-style: normal;
	color:#ea6827;
	vertical-align:sub;
}
.list-module #events-detail div div:last-child i{
	color:#ea6827;
	font-size:0.5rem;
	margin:0 0.5rem;
	vertical-align: middle;
}
.list-module #events-detail div div:last-child i:first-child{
	margin:0 0.5rem 0 0;
}
.list-module #events-detail div div:last-child i:last-child{
	margin:0 0 0 0.5rem;
}
.list-module #twitter-tabs{
  background:none;
  border:none;
  list-style-type: none;
  margin: 0 0 0.2rem;
	border-bottom:1px solid #f1f1f1;
	position:relative;
}
.list-module #twitter-tabs > li.tabs-title {
  margin-bottom:0;
	padding:0;
	text-align: center;
	width: 50%;
}
.list-module #twitter-tabs .tabs-title > a {
  display: inline-block;
  font-size: 1rem;
  padding:0.9375rem 0 0;
	color:#555;
	font-weight:500;
	text-decoration:none;
}
.list-module #twitter-tabs .tabs-title > a:focus, .list-module #twitter-tabs .tabs-title > a[aria-selected="true"] {
  background: none;
	color:#3b94d9;
	border-bottom:6px solid #3b94d9; 
}
.list-module #twitter-tabs .tabs-title > a:hover {
	color:#3b94d9;
}
.list-module #twitter-tabs .fa-stack {
  position: absolute;
  left: 46%;
  top: 0.5rem;
}
.list-module #twitter-tabs .fa-stack-2x {
	color:#3b94d9;
}
.list-module #twitter-tabs .fa-stack-1x {
	color:#fff;
}
.tabs-content[data-tabs-content="twitter-tabs"] {
	border:none;
  background:none;
}
.tabs-content[data-tabs-content="twitter-tabs"] .tabs-panel {
  padding:0;
}
.list-module .links-side-nav{
	text-transform:uppercase;
	font-size:1rem;
	font-weight:500;
	margin-top:0;
}
.list-module > ul.links-side-nav > li{
	margin-bottom:0;
	padding:0;
}
.list-module .links-side-nav a{
	padding:1rem 1rem 0.6rem;
	background-color:#f7fcfc;
	border-bottom:1px solid #5c5c5c;
	color:#555;
	display:block;
	text-decoration:none;
}
.list-module .links-side-nav li:last-child a{
	border-bottom:none;
}
.list-module .links-side-nav a:hover{
	background-color:#fff;
}
.list-module .links-side-nav a > i:first-child{
	color:#0eaba4;
	margin-right:1.25rem;
}
.list-module .links-side-nav a .fa-stack{
	float:right;
	font-size:0.8rem;
}
.list-module .links-side-nav a .fa-stack-2x{
	color:#fff;
}
.list-module .links-side-nav a .fa-stack-1x{
	color:#555;
}
.list-module .links-side-nav a:hover .fa-stack-2x{
	color:#0eaba4;
}
.list-module .links-side-nav a:hover .fa-stack-1x{
	color:#fff;
}
.list-module .announcements li:not(.load-more){
	border-top:3px solid #0eaba4;
	padding-top:1.25rem;
}
.list-module > ul.announcements > li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.list-module .announcements li > div h4 {
  font-size: 1.3125rem;
  line-height: 1.375rem;
}
.list-module .announcements li:not(.load-more) > div span {
  margin: 0.5rem 0;
	display:block;
	font-weight:700;
}
.list-module .announcements li i{
	color:#ea6827;
}
.list-module .announcements .media-object-section p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1rem;
	line-height:1.25rem;
}
.list-module .announcements li:not(.load-more) > div:last-child{
	text-align:right;
	margin-top:2rem;
/* RP announcements list layout change
	border-top:1px solid #bfbfbf;
	padding-top:0.5rem;
	*/
}
.list-module .announcements li:not(.load-more) > div:last-child a{
	text-transform:uppercase;
	color:#555;
	font-size:0.8125rem;
	font-weight:500;
}
.list-module .announcements li > div:last-child a i{
	font-size: 0.6rem;
	margin-right: 0.3rem;
}
.load-more div{
	text-align:center;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	padding:1rem 0;
}
.load-more a, .list-module li.load-more > div span{
	text-transform:uppercase;
	font-size:1rem;
	color:#555;
	font-weight:500;
}
.add-list-element{
	text-align:center;
	text-transform:uppercase;
	font-size:0.875rem;
	border-top:1px solid #e2e2e2;
	padding-top:1.5625rem;
	margin-top:2.5rem;
}
.add-list-element .fa-stack {
  color: #ea6827;
  margin-right: 0.3rem;
	height: 1.5em;
	line-height: 1.5em;
	margin-top:-0.1rem;
}
.add-list-element .fa-stack-2x {
	font-size:1.5em;
}
.add-list-element a{
	color:#555;
	font-weight:500;
}
.event-header {
	font-size:0.9375rem;
	margin-bottom:2.1875rem;
}
table.programme .event-header{
	margin-bottom:0;
}
.event-header .row {
	margin-left:0;
	margin-right:0;
}
.event-header .row:first-child, .event-header .row:nth-child(3) {
	border-top:1px solid #c9d5e3;
	border-bottom:1px solid #c9d5e3;
	text-transform:uppercase;
	font-weight:500;
	padding:1px 0;
}
.event-header .row:nth-child(4) {
	border-bottom:1px solid #ea6827;
	text-transform:uppercase;
	font-weight:500;
	padding:1px 0;
}
.event-header .columns {
	padding:0.875rem 0 0.65rem;
}
.event-header .row:first-child .columns:first-child, .event-header .row:nth-child(3) .columns {
	padding-left:0.875rem;
}
.event-header .columns:not(:last-child) {
	border-right:1px solid #c9d5e3;
}
.event-header i {
	margin-right:0.4rem;
}
.event-header .row:first-child i {
	color:#0eaba4;
}
.event-header a {
	color:#555;
	text-transform:none;
}
.event-header .row:first-child a {
	margin-left:1rem;
}
.event-header .row:first-child a i {
	color:#ea6827;
}
.event-header .row:first-child a .fa-stack {
	margin-right:0.2rem;
	margin-top:-0.3rem;
	vertical-align:top;
}
table.programme .event-header .row:first-child a .fa-stack {
	margin-top:-0.2rem;
}
.event-header .row:first-child a .fa-stack-1x {
	font-size:0.8rem;
}
.event-header dl {
  margin-bottom:0;
	line-height: 1.3125rem;
	margin-left:0.875rem;
}
.event-header dt {
  margin-bottom:0;
	text-transform:uppercase;
}
.event-header .row:nth-child(3) span {
	color:#0eaba4;
}
.photogallery {
  margin-bottom:1.875rem;
}
/*responsive youtube:
.embed-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;}
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/
#home-top-slider{
	background-color:#fff;
}
#home-top-slider > .row {
  max-width: 75rem;
}
#home-top-slider .flexslider{
	margin-top:1rem;
}
#home-top-slider li > div {
  position:relative;
}
#home-top-slider li > div .columns:first-child {
	padding-left:0;
}
#home-top-slider li > div .columns:last-child {
	padding-right:0;
}
#home-top-slider .image-caption {
	position:absolute;
	z-index:50;
	background-color: rgba(255,255,255,0.9);
	padding:1rem;
}
#home-top-slider .image-caption h2{
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#306095;
	margin-bottom:0;
}
#home-top-slider .image-caption.top-left {
	top:0;
	left:1rem;
}
#home-top-slider .image-caption.top-right {
	top:0;
	right:1rem;
}
#home-top-slider .image-caption.bottom-left {
	bottom:0;
	left:1rem;
}
#home-top-slider .image-caption.bottom-right {
	bottom:0;
	right:1rem;
}
#home-top-slider .has-tip {
	position:absolute;
	z-index:100;
	bottom:1rem;
	right:1rem;
	border-bottom:none;
}
#home-top-slider .has-tip .fa-stack {
  height: 1.3em;
  line-height: 1.3em;
  width: 1.3em;
}
#home-top-slider .has-tip .fa-stack-2x {
	color:#0eaba4;
	font-size: 1.2em;
}
#home-top-slider .has-tip .fa-stack-1x {
	color:#fff;
	font-size:0.7em;
}
/* vertical middle:
#home-top-slider .video-caption {position: absolute;top: 50%;transform: translate(0, -50%);}*/
#home-top-slider .video-caption h2{
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:2.125rem;
	font-weight:700;
	padding:1.875rem 0 1.5rem;
	margin:3.75rem 0 1.875rem;
}
#home-top-slider .video-caption p{
	margin-bottom:0;
	font-size:1.125rem;
	line-height:1.75rem;
}
#updates {
	overflow:hidden;
	padding:1.5rem 0.9375rem;
}
#updates .columns:first-child > span {
	font-size:0.9375rem;
	line-height:0.875rem;
	text-transform:uppercase;
	display:table-cell;
	width:6.25rem;
	color:#b4252d;
	font-weight:700;
	padding-top: 0.65rem;
}
#updates .columns:first-child > span::before {
	content: "\f0e7";
	font-family: FontAwesome;
	float:left;
	color:#fff;
	background:url(../img/icon-hexagon-red.svg) 0 0 no-repeat;
	background-size: contain;
	padding:1rem;
	margin-right: 0.4rem;
	margin-top: -0.65rem;
}
#updates .columns:first-child > span span {
	float:left;
	width:3rem;
}
#updates-scroller{
	margin-bottom:0;
	display:none;
}
#updates-scroller li{
	font-size:1.25rem;
	line-height:1.375rem;
	padding:0.75rem 0 0;
	text-align:center;
}
#updates-scroller li a{
	color:#b4252d;
}
#updates-scroller li a .fa-stack{
	font-size:0.7rem;
	margin:-0.2rem 0.2rem 0 0;
}
#updates-number {
	font-size:2rem;
	line-height:2rem;
	color:#bfbfbf;
	margin-top:0.6rem;
	display:inline-block;
}
#updates-number span:first-child{
	color:#888;
}
#updates-number span:last-child{
	color:#bfbfbf;
}
#updates-nav {
	float: right;
	color:#bfbfbf;
	margin-left:1rem;
	margin-top:0.6rem;
}
#updates-nav span{
	display: block;
}
#updates-nav span:first-child{
	border-bottom:1px solid #bfbfbf;
	margin-bottom: 0.25rem;
	line-height: 0.65rem;
}
#updates-nav span:last-child{
	line-height: 0.5rem;
}
#updates-nav i{
	font-size: 1.5rem;
	line-height: 0.5rem;
	cursor:pointer;
	color:#888;
}
.border-countdown{
	float:left;
	margin:1.75rem 2px 0 0;
	color:#0eaba4;
}
.border-countdown:last-child{
	margin-right:0;
	margin-left:2px;
}
#days-countdown{
	font-size:3.625rem;
	font-weight:700;
	color:#0eaba4;
	background:url(../img/days-countdown-bkg.png) 0 0 repeat-x;
	text-align:center;
	float: left;
	width: 90%;
}
#text-countdown{
	font-size:0.8125rem;
	font-weight:700;
	color:#0eaba4;
	text-transform:uppercase;
	margin-top:1.87rem;
	display:block;
	letter-spacing:4px;
}
.small-6 > #text-countdown{
	text-align:center;
	top:-0.6rem;
	clear:both;
	position:relative;
}
#registration-banner{
	background:url(../img/registration-banner-bkg-1.png) 0 0 repeat-x;
	float:left;
	height:89px;
	text-align:center;
	width:97%;
	display:table;
}
#registration-banner div{
	display:table-cell;
	vertical-align:middle;
}
#registration-banner a{
	color:#fff;
	text-decoration:none;
}
#registration-banner h2{
	font-size:1.275rem;
	line-height:normal;
	margin:4px 0 0;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
}
#registration-banner span{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.875rem;
}
#registration-banner-border{
	float:left;
	background:url(../img/registration-banner-bkg-2.png) 0 0 no-repeat;
	height:89px;
}
#sign-up-home p{
	margin-bottom:0.5rem;
	font-size:0.9375rem;
	color:#666;
	font-style:italic;
	padding-left:1rem;
	line-height:1.5rem;
}
#sign-up-home .input-group-label {
  background: none;
	color:#0eaba4;
	padding: 0 0 0 1rem;
	font-size:0.8125rem;
	border-color:#0eaba4;
}
#sign-up-home .input-group-field {
	box-shadow:none;
	border-left:none;
	border-color:#0eaba4;
	transition:none;
	height: 2.54rem;
	font-size: 0.8125rem;
}
#sign-up-home .input-group-field:focus {
	border-color:#cacaca;
}
#sign-up-home .button {
  background-color: #0eaba4;
	font-weight:500;
}
#photo-slider .flexslider{
	margin-bottom:2rem;
}
#process-steps{
	background-color:#ccf4f2;
	color: #0eaba4;
	overflow:hidden;
}
#process-steps > div{
	float:left;
	padding:1rem 1rem 0.6rem;
	position:relative;
	margin-right: 2rem;
}
#process-steps > div.current{
	background-color:#0eaba4;
	color:#fff;
}
#process-steps > div::after{
	content:"";
	width: 0; 
  height: 0; 
	border-top:1.85rem solid transparent;
	border-bottom:1.85rem solid transparent;
	border-left:1.85rem solid #ccf4f2;
	position:absolute;
	z-index:30;
	right:-1.5rem;
	top:0;
}
#process-steps > div.current::after{
	border-left:1.85rem solid #0eaba4;
}
#process-steps > div div::after{
	content:"";
	width: 0; 
  height: 0; 
	border-top:2.5rem solid transparent;
	border-bottom:2.5rem solid transparent;
	border-left:2.5rem solid #fff;
	position:absolute;
	z-index:20;
	right:-2.2rem;
	top:-0.65rem;
}
#process-steps > div.current::before {
  content: "";
  width: 2rem;
  height: 4rem;
  background-color: #0eaba4;
  position: absolute;
  left: -2rem;
  top: 0;
}
#process-steps h5 {
	font-weight:700;
  font-size: 1rem;
  line-height:1rem;
  padding:0;
  border:none;
	margin:0;
	text-transform:uppercase;
	color: #0eaba4;
}
#process-steps .current h5 {
	color:#fff;
}
#process-steps span {
	font-size:0.75rem;
	display:block;
}
#main-container{
	background:#fff url(../img/background-pattern.jpg) 0 0 repeat-x;
}
@media screen and (max-width: 63.9375em) {/*small and medium*/
#GP-header{
	padding-top:1.125rem;
	padding-bottom:0.75rem;
}
#GP-header img{
	margin-bottom:1rem;
}
}
@media screen and (min-width: 64em) {/*large and up*/
#GP-header{
	padding-top:2.125rem;
	padding-bottom:1.75rem;
}
#GP-header .menu-centered{
	float:right;
}
#GP-header .menu-centered > .menu {
  display: block;
}
}
#header-service-menu{
	font-size:0.625rem;
	background-color:#fff;
	font-weight:500;
  color: #999;
	text-transform:uppercase;
}
@media screen and (max-width: 63.9375em) {/*small and medium*/
#header-service-menu{
	margin-bottom:0.5rem;
}
}
@media screen and (min-width: 64em) {/*large and up*/
#header-service-menu{
	margin-bottom:0.85rem;
}
}
#header-service-menu li {
	position:relative;
}
#header-service-menu li:not(:last-child)::after {
  content: "|";
  position: absolute;
  top: 28%;
	right:0;
}
#header-service-menu li a {
	color:#999;
}
#header-service-menu li a:focus, #header-service-menu li a:hover {
  color: #555;
}
#header-hashtags li {
	position:relative;
}
#header-hashtags li:not(:last-child)::after {
  content: "|";
	color:#0eaba4;
  position: absolute;
  top: 0.25rem;
	right:-0.1875rem;
	font-size:1.25rem;
}
#header-hashtags a{
	color:#0eaba4;
	text-transform:uppercase;
	font-weight:500;
	font-size:1.0625rem;
}
@media screen and (max-width: 63.9375em) {/*small and medium*/
#header-hashtags.menu > li > a {
  padding: 0 0.8rem;
}
#header-hashtags li:not(:last-child)::after {
  top: -0.4rem;
}
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {/*medium*/
#header-hashtags.menu > li > a {
  padding: 0 0.5rem;
}
}
@media screen and (min-width: 64em) {/*large and up*/
#header-hashtags.menu > li > a {
  padding: 0.7rem 1.6rem;
}
}
#header-menu-band{
	background-color:#fff;
	margin-bottom:0.5rem;
}
#header-menu-band > .row{
	max-width:75rem;
}
#header-main-menu{
	font-weight:500;
	font-size:1.125rem;
}
#header-main-menu li a {
	color:#306095;
	background-color:#fff;
}
#header-main-menu li a:focus, #header-main-menu li a:hover {
  color: #fff;
	background-color:#306095;
	text-decoration:none;
}
#content-container{
	padding-top:1.875rem;
	padding-bottom:2.375rem;
	background-color:#fff;
}
#left-main-menu > li a {
	font-size:0.875rem;
	text-transform:uppercase;
	font-weight:500;
	color:#555;
	background-color:#f9f9f9;
	border-bottom:1px solid #ededed;
	border-top:1px solid #fff;
	text-decoration:none;
}
#left-main-menu > li a:hover {
	color:#fff;
	background-color:#ea6827;
	text-decoration:none;
}
#left-main-menu > li.active > a {
	background-color:#ea6827;
  color: #fff;
}
#left-main-menu > li > a::before {
  color: #ea6827;
  content: "\203A";
	font-size:1.4rem;
	font-weight:400;
	position:relative;
	top:2px;
	margin-right:0.7rem;
}
#left-main-menu > li > a:hover::before {
	color:#fff;
}
#left-main-menu .active > a::before {
	color:#fff;
}
#left-main-menu > li a .fa-stack {
  height: 1.375rem;
  line-height: 1.375rem;
  width: 1.375rem;
	float:right;
	top:2px;
	color:#999;
}
#left-main-menu > li.active a .fa-stack {
	color:#fff;
}
/*#left-main-menu > li.opened a .fa-stack {
  transform: scaleY(-1);
  transform-origin: 50% 50% 0;
}*/
#left-main-menu > li a i{
	font-size:1.375rem;
}
#left-main-menu > li a i.fa-stack-1x{
	font-size:1rem;
}
#left-main-menu > li a:hover i {
	color:#ea6827;
}
#left-main-menu > li a:hover .fa-circle-thin::before {
    content: "\f111";
		color:#fff;
}
#left-main-menu > li:not(.opened) .menu {
  display:none;
}
#left-main-menu .menu.nested {
  margin-left:0;
}
#left-main-menu .menu.nested > li > a{
	padding-left:2rem;
	padding-top:0.9rem;
	font-size:0.75rem;
	font-weight:400;
	background-color:#fff;
}
#left-main-menu .menu.nested > li > a:hover{
	background-color:#ea6827;
}
#left-main-menu .menu.nested > li.active > a {
	background-color:#ea6827;
  color: #fff;
	padding-top:0.5rem;
}
#left-main-menu .menu.nested > li.active > a::before {
  color: #fff;
  content: "\203A";
	font-size:1.4rem;
	font-weight:400;
	position:relative;
	top:2px;
	margin-right:0.7rem;
}
#footer-logo-container {
	background-color:#fff;
	border-top:1px solid #cacaca;
	padding:0.9375rem 0 1.5625rem;
	
}
#footer-logo-container .breadcrumbs{
	display:table;
	width:100%;
	margin:0;
}
#footer-logo-container .breadcrumbs li{
	display:table-cell;
	float:none;
}
#footer-logo-container .breadcrumbs li:not(:last-child)::after {
  margin: 0 1.3rem;
	color:#b8b8b8;
	font-size:1.2rem;
	top:3px;
}
@media screen and (max-width: 39.9375em) {/*small*/
#footer-logo-container .small-centered:not(:last-child) img{
	margin-bottom:1rem;
}
}
#footer-nav-container {
	background-color:#eaf0f6;
	border-top:1px solid #dbdbdb;
	font-size:0.75rem;
	text-transform:uppercase;
	color:#8c9094;
	padding-bottom:0.5rem;
}
@media screen and (max-width: 39.9375em) {/*small*/
#footer-nav-container {
	font-size:0.5rem;
}
}
#footer-nav-container span {
	display:inline-block;
	margin-top:1.3rem;
}
@media screen and (min-width: 64em) {/*large and up*/
#footer-nav-container .menu-centered{
	float:right;
}
#footer-nav-container .menu-centered > .menu {
  display: block;
	margin-top:0.8rem;
}
}
#footer-service-menu li {
	position:relative;
}
#footer-service-menu li:not(:last-child)::after {
  color: #306095;
  content: "|";
  position: absolute;
  top: 21%;
	right:0;
}
#footer-service-menu li a {
	font-weight:500;
  color: #306095;
}
#footer-service-menu li:last-child a {
	padding-right:0;
}
/************/
