/*
Theme Name: Cross River Rail NEW
Theme URI:
Description: Custom Wordpress Theme NEW
Version: 9999.0
Author: Thirteen Digital
Author URI: http://thirteendigital.com.au/
*/
/* Global */
	* {
		box-sizing: border-box;
	}
	body {
		padding: 0;
		margin: 0;
		color: #404040;
		font-size: 15px;
		line-height: 18px;
		height: 100%;
		background: #FFF;
		position: relative;
		text-align: left;
	}
	body,
	.search-wrapper input,
	body .gform_wrapper .gform_footer input.button,
	body .gform_wrapper .gform_footer input[type=submit],
	body .gform_wrapper .gform_page_footer input[type=submit],
	.mfp-content .mfp-close {
		font-family: "ff-meta-web-pro","Trebuchet MS", Helvetica, Arial,sans-serif;
	}
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.2;
		font-weight: 800;
		margin: 0 0 0.67em 0;
		padding: 0;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
		line-height: 1.1;
	}
	h5 {1
		font-size: 16px;
		line-height: 1.1;
	}
	h6 {
		line-height: 1.1;
	}
	a {
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
		text-decoration: underline;
	}
	a:active {
		outline: none;
	}
	img {
		max-width: 100%;
		height: auto;
		display: block;
	}
	.inline-block {
		display: inline-block;
	}
	p {
		font-size: 16px;
		line-height: 26px;
		color: #333333;
		margin: 0 0 20px 0;
		text-align: left;
	}
	p a:hover {
		text-decoration: underline;
	}
	ul {
		margin: 0;
		padding: 0;
	}
	li {
		line-height: 22px;
		font-size: 16px;
		margin: 0 0 20px 20px;
		padding: 0;
	}
	.pills {
		list-style: none;
		padding: 0;
		margin: 0 0 1em;
	}
	.pills li {
		display: inline-block;
		background: #e8edef;
		padding: 4px 8px;
		border-radius: 5px;
		margin: 0 5px 8px 0;
	}
	.list-inside li {
		list-style-position: inside;
	}
	
	.text-white { color: #FFF !important; }
	
	.text-bold { font-weight: 700 !important; }
	#gform_ajax_spinner_21{
		display: none !important;
	}
	sup {
		color: #FFF;
	}
	hr {
		border-top: 1px solid #EEE;
		margin: 10px 0 25px;
	}
	.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%;
	}
	.wrap {
		margin: 0 auto;
		padding: 0;
		max-width: 1200px;
		position: relative;
	}
	.clearfix:after  {
		clear: both;
		display: table;
		content: "";		
	}
	
	/* Overrides */
	
	.wrap-width-narrow .wrap {
		max-width: 900px !important;
	}
	.wrap-width-standard .wrap {
		max-width: 1200px !important;
	}
	.wrap-width-wide .wrap {
		max-width: 1600px !important;
	}
	.wrap-width-full .wrap {
		max-width: 100% !important;
	}
	
	.force-padding-none {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.force-padding-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.force-padding-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.force-padding-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.force-padding-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.force-padding-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.force-padding-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
	.bg-colour-transparent {
		background-color: transparent !important;
	}
	.bg-colour-white {
		background-color: #FFF !important;
		color: #404040;
	}
	.bg-colour-white h1, .bg-colour-white h2, .bg-colour-white h3, .bg-colour-white h4, .bg-colour-white h5,
	.bg-colour-white p, .bg-colour-white li, .bg-colour-white dt, .bg-colour-white dd {
		color: #333;
	}
	.bg-colour-light {
		background-color: #E8EDEF !important;
		color: #404040;
	}
	.bg-colour-light h1, .bg-colour-light h2, .bg-colour-light h3, .bg-colour-light h4, .bg-colour-light h5,
	.bg-colour-light p, .bg-colour-light li, .bg-colour-light dt, .bg-colour-light dd {
		color: #333;
	}
	.bg-colour-dark {
		background-color: #333 !important;
		color: #FFF;
	}
	.bg-colour-dark h1, .bg-colour-dark h2, .bg-colour-dark h3, .bg-colour-dark h4, .bg-colour-dark h5,
	.bg-colour-dark p, .bg-colour-dark li, .bg-colour-dark dt, .bg-colour-dark dd {
		color: #FFF;
	}
	.bg-colour-dark a {
		color: #FFF;
		text-decoration: underline;
	}
	.bg-colour-black {
		background-color: #000 !important;
		color: #FFF;
	}
	.bg-colour-black h1, .bg-colour-black h2, .bg-colour-black h3, .bg-colour-black h4, .bg-colour-black h5,
	.bg-colour-black p, .bg-colour-black li, .bg-colour-black dt, .bg-colour-black dd {
		color: #FFF;
	}
	.bg-colour-black a {
		color: #FFF;
		text-decoration: underline;
	}
	.bg-colour-light-blue {
		background-color: #c2d7ea !important;
		color: #404040;
	}
	.bg-colour-light-blue h1, .bg-colour-light-blue h2, .bg-colour-light-blue h3, .bg-colour-light-blue h4, .bg-colour-light-blue h5, {
		color: #003C66;
	}
	.bg-colour-light-blue p, .bg-colour-light-blue li, .bg-colour-light-blue dt, .bg-colour-light-blue dd {
		color: #333;
	}
	.bg-colour-blue {
		background-color: #326F90 !important;
		color: #FFF;
	}
	.bg-colour-blue h1, .bg-colour-blue h2, .bg-colour-blue h3, .bg-colour-blue h4, .bg-colour-blue h5,
	.bg-colour-blue p, .bg-colour-blue li, .bg-colour-blue dt, .bg-colour-blue dd {
		color: #FFF;
	}
	.bg-colour-blue a {
		color: #FFF;
		text-decoration: underline;
	}
	.bg-colour-dark-blue {
		background-color: #003D63 !important;
		color: #FFF;
	}
	.bg-colour-dark-blue h1, .bg-colour-dark-blue h2, .bg-colour-dark-blue h3, .bg-colour-dark-blue h4, .bg-colour-dark-blue h5,
	.bg-colour-dark-blue p, .bg-colour-dark-blue li, .bg-colour-dark-blue dt, .bg-colour-dark-blue dd {
		color: #FFF;
	}
	.bg-colour-dark-blue a {
		color: #FFF;
		text-decoration: underline;
	}
	
	blockquote.alignleft, img.alignleft {
	    margin: 7px 40px 10px 0;
	}
	/* Buttons */
	.btn-group {
		list-style: none;
		margin: 0 0 20px;
	}
	.btn-group li {
		display: inline-block;
		margin: 0 10px 10px;
	}
	.btn-group li:first-child {
		margin-left: 0;
	}
	.btn-group li:last-child {
		margin-right: 0;
	}
	.btn {
		display: inline-block;
		background: #003C66;
		padding: 10px 20px;
		font-weight: bold;
		font-size: 1em;
		margin: 0 0 5px;
		color: #FFF;
		cursor: pointer;
		-webkit-appearance: none;
		border: 0 none;
		text-decoration: none !important;
		border-bottom: 2px solid #022640;
		border-radius: 5px;
	}
	.btn:hover {
		background: #2e72b1;
		color: #FFF;
		cursor: pointer;
		text-decoration: none !important;
		border-bottom: 2px solid #022640;
	}
	.btn:active {
		border-top: 2px solid #022640;
		border-bottom: 0 none;
	}
	.btn:visited {
		color: #FFF;
	}
	.btn-sm {
		font-size: 0.8em;
	}
	.btn-lg {
		font-size: 1.5em;
		padding: 15px 30px;
		border-bottom-width: 4px;
	}
	.btn.btn-inverse {
		background: #FFF;
		color: #1ea478;
		border-bottom: 2px solid #9bdbc5;
	}
	.btn.btn-inverse:hover {
		background: #2cd59e;
		color: #FFF;
		border-bottom: 2px solid #1ea478;		
	}
	.btn.btn-inverse:active {
		border-top: 2px solid #10865F;
		border-bottom: 0 none;
	}
	.btn.btn-wireframe:link {
		background: transparent;
		border: 2px solid #FFF;
		color: #FFF;
	}
	.btn.btn-wireframe:link:hover {
		background: #FFF;
		color: #003d65;
	}
	.btn-facebook {
		background: #3B5998;
		color: #FFF;
		border-bottom: 2px solid #173679;
	}
	.btn-facebook:hover {
		background: #456cc0;
		color: #FFF;
		border-bottom: 2px solid #3B5998;
	}
	.btn-facebook:active {
		border-top: 2px solid #173679;
		border-bottom: 0 none;
	}
	.btn-twitter {
		background: #1da1f2;
		color: #FFF;
		border-bottom: 2px solid #1c83c2;		
	}
	.btn-twitter:hover {
		background: #2388c7;
		color: #FFF;
		border-bottom: 2px solid #1871a9;
	}
	.btn-twitter:active {
		border-top: 2px solid #1c83c2;
		border-bottom: 0 none;
	}
	.btn-linkedin {
		background: #117EB9;
		color: #FFF;
		border-bottom: 2px solid #0a608e;
	}
	.btn-linkedin:hover {
		background: #3eace6;
		color: #FFF;
		border-bottom: 2px solid #117EB9;
	}
	.btn-linkedin:active {
		border-top: 2px solid #0a608e;
		border-bottom: 0 none;
	}
	.btn-instagram {
		background: #021018;
		color: #FFF;
		border-bottom: 2px solid #000000;
	}
	.btn-instagram:hover {
		background: #092d43;
		color: #FFF;
		border-bottom: 2px solid #021018;
	}
	.btn-instagram:active {
		border-top: 2px solid #000000;
		border-bottom: 0 none;
	}
	input[type=button],
	input[type=submit],
	button {
		font-family: "ff-meta-web-pro","Trebuchet MS", Helvetica, Arial,sans-serif;
	}
	/* Alignments */
	.t-a-left {
		text-align: left !important;
	}
	.t-a-center {
		text-align: center !important;
	}
	.t-a-right {
		text-align: right !important;
	}
	.t-t-uppercase {
		text-transform: uppercase !important;
	}
	/* Mobile overrides */
	.mobile-only {
		display: none !important;
	}
	.desktop-only {
		display: initial;
	}
/* Header */
	.message-banner {
		padding: 10px;
	}
	.message-banner a {
		display: block;
		text-align: center;
		text-decoration: none;
		font-weight: 400;
	}
	.message-banner .btn {
		padding: 5px 10px 7px;
		margin: 0 0 0 10px;
	}
	.queensland-government-logo {
		max-width: 292px;
		display: block;
		position: relative;
		margin: 2px;
	}
	#nav-site .site-title {
		margin: 0;
		float: left;
	}
	#nav-site .cross-river-rail-logo {
		max-width: 220px;
		display: block;
		overflow: hidden;
		position: relative;
		margin: 16px 0 0 0;
		padding: 0;
		padding-right: 26px;
		border-right: 1px solid #417594;
	}
	#nav-site .site-title-text {
		width: 0;
		height: 0;
		overflow: hidden;
		display: block;
	}
	body #nav-site:after {
		margin: 0;
		padding: 0;
		visibility: hidden;
		display: none;
	}
	body #nav-site a {
		padding: 0;
	}
	body #nav-site .btn {
		float: right;
		display: inline-block;
		background: #1ea478;
		padding: 10px;
		font-weight: bold;
		font-size: 90%;
		margin: 9px 0;
		text-transform: uppercase;
		color: #FFF;
	}
	body #nav-site .btn:hover {
		background: #2cd59e;
		text-decoration: none;
	}
	.top-nav {
		display: block;
		overflow: hidden;
		position: relative;
		float: right;
		margin: 25px 0 0 20px;
	}
	ul#tools {
		list-style-type: none;
		display: inline-block;
	}
	ul#tools li {
		display: inline-block;
		margin: 0px 25px 0px 0;
		vertical-align: top;
		padding: 5px 0 0 8px;
	}
	ul#tools li:last-child {
		margin:0;
	}
	body ul#tools li a {
		color: #FFF;
		text-decoration: none;
		margin: 5px 0px 0 0;
		font-size: 15px;
		line-height: 18px;
		display: block;
		overflow: hidden;
		position: relative;
		padding: 0;
	}
	ul#tools li a:hover {
		color: #59C39F;
		text-decoration: none;
	}
	
	.header-search {
		float: right;
		margin: 11px 0 0;
	}
	.search-wrapper input {
		display: inline-block;
		color: #333;
		font-size: 16px;
		line-height: 20px;
		border: 0;
		vertical-align: middle;
		width: 190px;
		top: 0px;
		padding: 5px 5px 5px 5px;
		min-height: 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.search-wrapper .submit {
		display: inline-block;
		background: #FFF;
		color: #003d65;
		margin: 0;
		padding: 5px 10px;
		font-size: 16px;
		line-height: 20px;
		vertical-align: middle;
		font-weight: 600;
		width: auto;
		-webkit-appearance: none;
		min-height: 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		cursor: pointer;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
		border: 0 none;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.search-wrapper .submit:hover {
		background: #417594;
		color: #FFF;
	}
	#header {
		display: block;
		overflow: visible;
		position: relative;
		background-size: cover;
		padding: 0;
		width: 100%;
	}
	.pre-header {
		background: #041C2C;
		background: rgba(0,0,20,0.7);
		clear: both;
		overflow: hidden;
	}
	.pre-header .logos {
		display: block;
		overflow: hidden;
		position: relative;
		float: left;
		margin: 10px 0;
	}
	#header .text-logo {
		float: left;
		display: block;
		overflow: hidden;
		position: relative;
	}
	#header .text-logo h1 a {
		color: #FFF;
		text-decoration: none;
		margin: 0;
		padding: 0;
		font-weight: 400;
	}
/* Main Nav */
	.menu-toggle-input {
		display: none;
	}
	.menu-toggle {
		display: inline-block;
		padding: 17px;
		color: #FFF;
		cursor: pointer;
		font-size: 1.25em;
	}
	.menu-toggle:hover,
	.menu-toggle-input:checked + .menu-toggle {
		color: #59C39F;
	}
	.search-toggle {
		float: right;
		margin-top: 18px;
	}
	.main-nav {
		background: #003d65;
		background: rgba(0,61,101,0.85);
		z-index: 10;
		left: 0;
		top: 0;
		width: 100%;
		position: relative;
	}
	.fixed-nav .main-nav {
		position: fixed;
	}
	.main-nav #nav-site {
		display: block;
		overflow: hidden;
		position: relative;
		width: 100%;
		padding: 0;
		background-repeat: repeat;
	}
	.main-nav #nav-site ul {
		list-style: none;
		padding: 0 0 0 20px;
		margin: 0;
		clear: none;
	}
	.main-nav #nav-site ul li {
		list-style: none;
		display: inline-block;
		padding: 17px 15px 10px 10px;
		height: 28px;
		margin: 0;
	}
	.main-nav #nav-site ul li:first-child {
		margin-left: 15px;
	}
	.main-nav #nav-site ul li a {
		color: #FFF;
		text-decoration: none;
		font-size: 15px;
		line-height: 18px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		font-weight: 600;
	}
	.main-nav #nav-site ul li a:hover {
		color: #59C39F;
	}
	.main-nav #nav-site .menu-main-menu-container {
		margin-left: 248px;
		margin-right: 200px;
	}
	.page-id-326 .main-nav #nav-site ul li.menu-item-231,
	.page-id-326 .main-nav #nav-site ul li.menu-item-232 {
		display: none !important;
	}
	
/* Header Video */

	#header {
		background: #2a6368; /* Old browsers */
		background: -moz-linear-gradient(left,  #49a073 0%, #153f69 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #49a073 0%,#153f69 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #49a073 0%,#153f69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a073', endColorstr='#153f69',GradientType=1 ); /* IE6-9 */
		background-size: cover;
	}
	#header .video {
		display: block;
		overflow: hidden;
		position: relative;
		margin: 15px 0 15px 0;
	}
	#header .video i {
		position: absolute;
		top: 40%;
		left: 45%;
		color: #126c67;
		font-size: 132px;
		line-height: 140px;
	}
	#header .video .flowplayer {
		z-index: 9999;
		position: relative;
		overflow: hidden;
		display: block;
	}
	#header .video .flowplayer video {
		top: 0px !important;
	}
	#header .video .minimalist .fp-play {
		color: #126c67;
	}
	.video-wrap {
		position: relative;
		padding-bottom: 54.25%;
		padding-top: 25px;
		height: 0;
	}
	.video-wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}
	.video-transcript {
		text-align: right;
		margin: 10px 10px 10px 0;
		display: block;
		overflow: hidden;
		position: relative;
	}
	.video-transcript a {
		color: #FFF;
		margin: 0 20px 0 0;
	}
	.video-transcript a:last-child {
		margin: 0 0 0 0;
	}
	/* Full Width Header */
	.full-width-header img {
		display: block;
		margin: 0 auto;
		max-width: 1200px;
		width: 100%;
	}
/* Header Content */
	.header-hero {
		text-align: center;
		color: #FFF;
		padding: 60px 0;
		padding: 6vh 0;
	}
	.header-has-video {
		padding: 0;
	}
	.header-has-video .wrap {
		height: 100vh;
		display: table;
	}
	.header-has-video.header-has-footer .wrap {
		height: 100vh;
		padding-bottom: 20vh;
	}
	.page-hero-content {
		padding: 70px 0 50px;
		padding: 7vh 0 5vh;
	}
	.header-has-video .page-hero-content {
		padding: 0;
		display: table-cell;
		vertical-align: middle;
	}
	#header .header-hero h1:first-child {
		position: static;
		left: auto;
		top: auto;
		color: #FFF;
		margin: 0 0 0.1em;
		width: auto;
		font-size: 3.6em;
		line-height: 1;
	}
	.header-hero p {
		text-align: center;
		color: #FFF;
		font-size: 1.8em;
	}
	.header-hero .page-hero-subtitle {
		color: #14efd5;
	}
	.header-hero .page-hero-button {
		display: inline-block;
		width: 130px;
		height: 130px;
		line-height: 130px;
		font-size: 80px;
		background: #14efd5;
		border: 2px solid #FFF;
		color: #FFF;
		border-radius: 50%;
		margin: 0 10px 20px;
		vertical-align: top;
		position: relative;
	}
	.header-hero .page-hero-button .fa-play {
		padding-left: 13px;
	}
	.header-hero .page-hero-button:hover {
		background: #FFF;
		color: #14efd5;
		mix-blend-mode: screen;
	}
	.header-hero .page-hero-button.scroll-to-survey:hover {
		mix-blend-mode: normal;
	}
	.scroll-to-survey img {
		width: 80%;
		margin: 0.39em 10%;
	}
	.survey-arrow {
		position: absolute;
		top: 50%;
		left: 24%;
		width: 17%;
		height: auto;
	}
	
/* Video TVC */

.page-id-1779 .header-hero .page-hero-subtitle {
    font-size: 1.4em;
    margin-top: 24px;
}
.page-id-1779 .page-hero-content {
    padding: 0;
}
.embed-container {
  position: relative;
  padding-bottom: 56.666667%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
		
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 !important;
}
.cta_button_hld
 h3 {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
}

.cta_button_hld
 .cta_button {
    display: inline-block;
    background: #003C66;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1em;
    margin: 0 0 5px;
    color: #FFF;
    cursor: pointer;
    -webkit-appearance: none;
    border: 0 none;
    text-decoration: none !important;
    border-bottom: 2px solid #022640;
    border-radius: 5px;
}

.cta_button_hld p {
    text-align: center;
    margin-top: 20px;
}

.cta_button_hld
 .cta_button:hover {
    background: #2e72b1;
}

	.title_info h2 {
		font-size: 22px;
		line-height: 1.4;
	}

/* Header HERO Video Loop */


.header-video-wrapper {
	position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    height: 100vh;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    max-width: none;
}

.header-video-player {
	height: 100%;
    width: 177.77vh;
    max-width: none;
    min-width: 100%;
    min-height: 56.25vw;
    margin: 0;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}	

.header-footer {
	background: #003d65;
    background: rgba(0,61,101,0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 10px;
}
	.header-footer .wrap {
		min-height: auto;
	}
	.header-footer h2 {
		font-size: 2em !important;
		margin-bottom: 0.5em !important;
	}


/* Home Header Adjustments */
.home .wrap {
	width: 96%;
}
.home .page-hero-title {
	font-size: 2em !important;
	margin-bottom: 10px;
	color: #70cbec !important;
	opacity: 0.8;
	display: none;
}
.home .hero-text-row-2 {
	display: none;
}
.home .hero-text-row-3 {
	position: relative;
	max-width: 900px;
	margin: 20px auto;
}
.home .hero-text-row-3 svg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	mix-blend-mode: overlay;
}
.home .hero-text-row-3 path {
	fill: rgba(227, 240, 245,0.6);
    stroke: #FFF;
    stroke-width: 2;
    stroke-dashoffset: -2000;
    stroke-dasharray: 500;
	animation: home-big-dash 10s linear infinite;
}
.home .hero-text-row-3 svg:first-child {
	mix-blend-mode: normal;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	transform: translateX(0);
	top: 0;
	left: 0;
}
.home .hero-text-row-3 svg:first-child path {
	animation-delay: 1s;
	fill: rgba(227, 240, 245,0.1)
}
.home .hero-text-row-3 svg:nth-child(2) {
	left: 50.4%;
	top: 2px;
}
.home .hero-text-row-4 {
	font-size: 2.4em;
	font-weight: bold;
	padding: 30px 30px 0;
    border-top: 1px solid #5ca9c9;
    display: inline-block;
    line-height: 1.1;
}
@keyframes home-big-dash {
  to {
    stroke-dashoffset: 2000;
  }
}



/* Social share CTA */
	.social-cta .social-cta-title { 
		font-size: 1em;
		font-weight: bold;
		margin: 0;
	}
	.social-cta-group {
		list-style: none;
		text-align: center;
	}
	.social-cta-group li {
		display: inline-block;
		padding: 0 0.5em;
		margin: 0;
	}
	.social-cta-group .share-link {
		display: block;
		padding: 10px;
		font-size: 200%;
		color: #1ea478;
	}
	.social-cta-group .share-link:hover {
		color: #2cd59e;
	}
	.header-hero .social-cta-group .share-link {
		color: #14efd5;
	}
	.header-hero .social-cta-group .share-link:hover {
		color: #FFF;
	}

/* Feedback form */
	.feedback-form-container {
		background: #EAEFF1;
		padding: 25px 0 20px;
	}
	.feedback-form-container .gform_wrapper {
		margin: 0;
	}
	.feedback-form-container .gform_wrapper .gform_body {
		width: auto;
	}
	.feedback-form-container .gfield:after {
		content: "";
		display: table;
		clear: both;
	}
	.feedback-form-container .gfield_label {
		float: left;
	}
	.feedback-form-container .gf_progressbar_wrapper,
	.feedback-form-container .gform_next_button,
	.feedback-form-container .gform_previous_button {
		display: none !important;
	}
	.feedback-form-container .ginput_container_radio {
		float: right;
	}
	.feedback-form-container .gfield_radio li {
		display: inline-block;
	}
	.feedback-form-container .gfield_radio li.gchoice_2_1_1 {
		display: none;
	}
	.home .feedback-form-container .gfield_radio li.gchoice_2_1_1 {
		display: inline-block;
	}
	.feedback-form-container .gfield_radio input {
		display: none;
	}
	.feedback-form-container .gform_wrapper .gfield_radio label {
		display: inline-block;
		background: #1ea478;
		padding: 10px 20px;
		font-weight: bold;
		font-size: 90%;
		margin: 0 3px;
		color: #FFF;
		cursor: pointer;
		border-bottom: 2px solid #10865F;
	}
	.feedback-form-container .gform_wrapper .gfield_radio label#label_2_1_1,
	.feedback-form-container .gform_wrapper .gfield_radio label#label_2_1_2 {
		background: #76BDA6;
	}
	.feedback-form-container .gform_wrapper .gfield_radio label:hover {
		background: #2cd59e;
		cursor: pointer;
		border-bottom: 2px solid #1ea478;
	}
	.feedback-form-container .gform_wrapper .gfield_radio label:active {
		border-top: 2px solid #10865F;
		border-bottom: 0 none;
	}
	.feedback-form-container .gform_wrapper .gfield_radio input:checked ~ label {
		background: #2cd59e;
	}
	.feedback-form-container .gform_wrapper .gfield_radio input:checked ~ label:before {
		font-family: fontawesome;
		color: #FFF;
		padding-right: 5px;
		content: "\f00c"; /* Font Awesome check mark */
	}
	.feedback-form-container .gform_wrapper label span.gfield_required {
		display: none;
	}
	.feedback-form-container .gform_wrapper .gsection {
		border-color: #C5D1D6;
	}
	.feedback-form-container .gform_wrapper .gsection .gsection_title {
		display: none;
	}
	.feedback-form-container .gform_wrapper #gform_page_2_3 .ginput-user-name {
		float: left;
		width: 40%;
		clear: none;
	}
	.feedback-form-container .gform_wrapper #gform_page_2_3 .ginput-user-postcode {
		float: left;
		width: 15%;
		margin-left: 2.5% !important;
		margin-right: 2.5%;
		clear: none;
	}
	.feedback-form-container .gform_wrapper #gform_page_2_3 .ginput-user-email {
		float: left;
		width: 40%;
		clear: none;
	}
	.feedback-form-container .gform_wrapper #gform_page_2_3 .ginput_container {
		margin-top: 0;
	}
	.feedback-form-container .gform_wrapper #gform_page_2_3 label {
		font-size: 15px;
		line-height: 20px;
		font-weight: bold;
		margin: 0 0 0.5em;
		letter-spacing: 0;
	}
	.feedback-form-container .gform_wrapper #gform_page_2_3 #field_2_3 > label,
	.feedback-form-container .gform_wrapper #gform_page_2_3 #field_2_4 > label,
	.feedback-form-container .gform_wrapper #gform_page_2_3 #field_2_6 > label {
		display: none;
	}
	.feedback-form-container .gform_wrapper #gform_page_2_3 .ginput_right.address_zip {
		margin-top: 2px;
		width: 100%;
		margin-left: 0;
	}
	.feedback-form-container .gform_wrapper #gform_page_2_3 #label_2_6_1 {
		font-size: 0.8em;
		font-weight: normal;
		padding: 2px 0 0 10px;
		display: inline-block;
	}
	.feedback-form-container .gform_wrapper #gform_page_2_3 #field_2_5 label {
		margin-top: 2px;
	}
	.feedback-form-container .gform_wrapper #gform_page_2_3 input[type=text],
	.feedback-form-container .gform_wrapper #gform_page_2_3 input[type=email] {
		border: 1px solid #C5D1D6;
		width: 100%;
	}
	.feedback-form-container .gform_wrapper .gform_page_footer {
		    margin-bottom: 0;
			padding: 0;
			border-top: 0 none;
	}
	.feedback-form-container  .gform_page_footer .button.gform_button[type=submit] {
		display: inline-block;
		background: #1ea478;
		padding: 10px 20px;
		font-weight: bold;
		font-size: 1.2em;
		margin: 0 0 5px;
		color: #FFF;
		cursor: pointer;
		-webkit-appearance: none;
		border: 0 none; 
		border-bottom: 2px solid #10865F;
	}
	.feedback-form-container  .gform_page_footer .button.gform_button[type=submit]:hover {
		background: #2cd59e;
		cursor: pointer;
		border-bottom: 2px solid #1ea478;
	}
	.feedback-form-container  .gform_page_footer .button.gform_button[type=submit]:active {
		border-top: 2px solid #10865F;
		border-bottom: 0 none;
	}
	
	
	/* Popup Form */
	
	.mfp-wrap .gform_wrapper { display: block;/* background: #fff; */ max-width: 550px; margin: 0 auto; box-sizing: border-box; width: 95%; }
	.mfp-wrap .gform_wrapper:before { content: ""; background: #003d65 url(/wp-content/uploads/2016/03/cross-river-rail-logo.png) no-repeat; height: 21px; padding: 10px; display: block; background-size: auto 24px; background-position: 19px center; }
	body .gform_wrapper form { padding: 20px; box-sizing: border-box; background: #fff; }
	body .gform_confirmation_message { display: block; box-sizing: border-box; background: #fff; max-width: 550px; margin: 0 auto; box-sizing: border-box; width: 95%; padding: 30px 20px; }
	body .gform_confirmation_wrapper:before { content: ""; background: #003d65 url(/wp-content/uploads/2016/03/cross-river-rail-logo.png) no-repeat; height: 45px; padding: 10px; display: block; background-size: auto 24px; background-position: 19px center; max-width: 550px; margin: 0 auto; box-sizing: border-box; width: 95%; }
	/* body .gform_confirmation_wrapper { padding: 30px 20px; box-sizing: border-box; background: #fff; } */
	
	.gform_wrapper { }
	
	.footer-shortcodes .gform_wrapper { display: none; }
	.mfp-wrap .mfp-container .mfp-content .gform_wrapper { display: block;/* background: #fff; */ max-width: 550px; margin: 0 auto; box-sizing: border-box; width: 95%; }
	.mfp-wrap .gform_wrapper:before { content: ""; background: #003d65 url(/wp-content/uploads/2016/03/cross-river-rail-logo.png) no-repeat; height: 21px; padding: 10px; display: block; background-size: auto 24px; background-position: 19px center; }
	body .gform_wrapper form { padding: 20px; box-sizing: border-box; background: #fff; }
	body .gforms_confirmation_message { display: block; box-sizing: border-box; background: #fff; max-width: 550px; margin: 0 auto; box-sizing: border-box; width: 95%; }
	body .gforms_confirmation_message:before { content: ""; background: #003d65 url(/wp-content/uploads/2016/03/cross-river-rail-logo.png) no-repeat; height: 21px; padding: 10px; display: block; background-size: auto 24px; background-position: 19px center; }
	body .gforms_confirmation_message .gform_confirmation_wrapper { padding: 30px 20px; box-sizing: border-box; background: #fff; }
	.gravity-forms-trigger .popup-with-form { display: inline-block; background: #1ea478; padding: 10px 20px; color: #FFF; cursor: pointer; border-bottom: 2px solid #10865F; max-width: 100%; font-weight: 700 !important; font-size: 18px; line-height: 22px; font-weight: 800; margin: 0; text-decoration: none; outline: 0; }
	.gravity-forms-trigger .popup-with-form:hover { background: #2cd59e; cursor: pointer; border-bottom: 2px solid #1ea478; }
	.feedback-form-container { background: #EAEFF1; padding: 20px 0 20px; }
	.isirt-crr-txt { font-weight: 600; font-size: 18px; margin-right: 30px; }
	.gravity-forms-trigger:after { content: ""; clear: both; display: block; }
	.gravity-forms-trigger { display: table; vertical-align: middle; te1xt-align: center; }
	body .gform_wrapper .gf_progressbar_wrapper { display: none !important; }
	body .gform_wrapper select { width: 100%; padding: 8px; }
	body .gform_wrapper input { padding: 12px; border: 1px solid rgb(170, 170, 170); font-weight: 400; color: #000; }
	body .gform_wrapper label.gfield_label { margin-bottom: 0; }
	body .gform_wrapper .gform_page_footer { margin: 0; padding: 10px 0 0; text-align: right; position: relative; }
	body .gform_wrapper .gform_page_footer .button.gform_next_button { margin-right: 0; display: inline-block; background: #003C66;
		border-bottom: 2px solid #022640; padding: 10px 20px; color: #FFF; cursor: pointer; max-width: 100%; font-weight: 700 !important; font-size: 18px; line-height: 22px; font-weight: 800; margin: 0; text-decoration: none; outline: 0; border: 0; }
	.gform_wrapper .gform_ajax_spinner { position: absolute; left: 50%; top: 50%; margin: -4px 0 0 -13px; }
	body .gform_wrapper .gform_page_footer input.gform_button[type="submit"],
	body .gform_footer input.gform_button[type="submit"] { margin-right: 0; display: inline-block; background: #003C66;
		border-bottom: 2px solid #022640; padding: 10px 20px; color: #FFF; cursor: pointer; max-width: 100%; font-weight: 700 !important; font-size: 18px; line-height: 22px; font-weight: 800; margin: 0; text-decoration: none; outline: 0; border: 0; }
	body .gform_wrapper .gform_page_footer input.gform_previous_button[type="button"] { margin-right: 0; display: inline-block; background: #9b9b9b; padding: 10px 20px; color: #FFF; cursor: pointer; max-width: 100%; font-weight: 700 !important; font-size: 18px; line-height: 22px; font-weight: 800; margin: 0; text-decoration: none; outline: 0; border: 0; border-bottom: 2px solid #808080; float: left; }
	body .gform_wrapper li.form-sec-ttle { font-size: 18px; line-height: 22px; font-weight: 800; margin: 12px 0 6px; }
	li.form-sec-ttle { font-size: 18px; line-height: 22px; font-weight: 800; margin: 12px 0 6px; }
	body .gform_wrapper.gform_wrapper div.validation_error { padding: 8px; border: 0; font-size: 14px; background: #f3cbcb; color: #ec5050; line-height: 1; box-sizing: border-box !important; width: 100%; margin-bottom: 12px; }
	body .gform_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description { padding-top: 0; font-size: 12px; }
	body .gform_wrapper.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background-color: rgba(255, 255, 255, 0.25); margin-bottom: 6px!important; border-top: 0; border-bottom: 0; padding-bottom: 0; padding-top: 0; }
	body .gform_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label { margin-top: 8px; }

	#field_6_1 label {
		display: none !important;
	}

/* Read More Toggler */

.read-more-toggle {
	display: none;
}
.read-more-container {
	display: none;
}
.read-more-toggle:checked + p > label {
	display: none;
}
.read-more-toggle:checked ~ .read-more-container {
	display: block;
}

/* List with buttons */

.list-with-buttons {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-with-buttons-item {
	display: block;
	border: 1px solid #EEE;
    background: #FAFAFA;
    padding: 15px;
    margin: 0 0 15px;
}
.list-with-buttons-item:hover {
	background: #f7fafb;
}
.list-with-buttons-item h3 {
	font-size: 20px;
	margin: 0;
	overflow: hidden;
}
.list-with-buttons-item.no-subtitle h3 {
	margin: 10px 0;
}
.list-with-buttons-item p {
	margin: 0;
	overflow: hidden;
}
.list-with-buttons-btn {
	float: right;
	margin-top: 3px;
}

/* Two Col Text Block */
	.two-col-text-block {
		background: #FFF;
		padding: 60px 0;
		overflow: hidden;
		position: relative;
		display: block;
	}
	.two-col-text-block a {
		color: #003f67;
	}
	.two-col-text-block a:hover {
		color: #000;
	}
	.content .two-col-text-block h2 {
		color: #003f67;
		font-size: 46px;
		line-height: 50px;
		font-weight: 600;
		margin: 0 0 15px 0;
		padding: 0;
		letter-spacing: -1px;
		text-align: left;
	}
	.two-col-text-block .blockquote,
	.two-col-text-block .blockquote p {
		font-size: 28px;
		line-height: 35px;
		color: #333333;
		margin: 0 0 15px 0;
		padding: 0;
		display: block;
		overflow: hidden;
		position: relative;
		text-align: left;
	}
	.columns {
		display: block;
		overflow: hidden;
		position: relative;
	}
	.column-one,
	.column-two {
		float: left;
		width: 45%;
		display: block;
		overflow: hidden;
		position: relative;
		padding: 0 2.5% 0;
	}
/* Two Col Images Text */
	.two-cols-images-text {
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0;
		color: #FFF;
		padding: 82px 0;
		background-size: cover;
	}
	.two-cols-images-text .images {
		float: left;
		width: 48%;
		padding: 0 2% 0 0;
	}
	.two-cols-images-text .images img {
		width: 48%;
		float: left;
		margin: 0 1% 2% 1%;
		max-width: 245px;
	}
	.two-cols-images-text .text {
		float: left;
		width: 43%;
		padding: 0 7% 0 0;
	}
	.two-cols-images-text .text p,
	.two-cols-images-text .text a {
		margin: 0 0 10px 0;
		padding: 0;;
		height: auto;
		display: block;
		color: #FFF;
	}
	.two-cols-images-text .text a:hover {
		color: #69B8A3;
	}
	.two-cols-images-text .text .text-column h3 {
		margin: 30px 0 30px 0;
		display: block;
	}
/* Three Col Text Block */
	.three-col-image-text {
		background: #FFF;
		padding: 2em 0;
	}
	.two-col-text-block + .three-col-image-text {
		/* negative offset for three col block that
		immediately follows a two col block */
		padding-top: 0;
		margin-top: -30px;
	}
	.three-col-image-text .column {
		float: left;
		width: 29.3333333%;
		margin: 10px 2%;
	}
	.three-col-image-text img {
		max-width: 200px;
		margin: 0 auto 10px;
	}
	.three-col-image-text h3 {
		text-align: center;
	}
/* Station info */
	.station-info {
		padding: 60px 0;
		background: #FFF;
	}
	.did-you-know {
		background: #EAEFF1;
		padding: 5px 20px;
	}
	.station-info-thumb {
		position: relative;
		display: block;
	}
	.station-info-thumb:after {
		font-family: fontawesome;
		color: #FFF;
		padding-right: 5px;
		content: "\f00e"; /* Font Awesome check mark */
		position: absolute;
		left: 50%;
		top: 50%;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 50px;
		margin: -25px 0 0 -25px;
		text-shadow: 0px 0px 10px #0e2a37;
		opacity: 0.6;
	}
	.station-info-thumb:hover {
		box-shadow: inset 0px 0px 32px rgba(20, 44, 58, 0.59);
	}
	.station-info-thumb:hover:after {
		opacity: 1;
	}
/* Stylised Map */
	.map-container {
		position: relative;
	}
	.stylised-map-mobile {
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0;
		height: auto;
	}
	.stylised-map-mobile {
		display: none;
	}
	.stylised-map-desktop {
		display: block;
		overflow: hidden;
		position: relative;
	}
	.stylised-map-desktop img {
		width: 100%;
	}
	
	.hotspot-text {
		display: none;
	}
	.hotspot { 
		position: absolute;
		display: block;
		width: 35px;
		height: 35px;
		width: calc(100vw * 0.035);
		height: calc(100vw * 0.035);
		border-radius: 50%; 
		background: rgb(31,75,109);
		background: rgba(31,75,109,0.5);
		text-decoration: none !important;
		transform: translate(-50%,-50%);
	}
	.hotspot:hover {
		background: rgba(94,186,69,0.8);
	}
	.hotspot:before { 
	  content: ' ';
	  height: 110%;
	  width: 110%;
	  height: calc( 100% + 10px );
	  width: calc( 100% + 10px );
	  border: 5px solid #FFF;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  border-radius: 50%;
	  z-index: 1;
	  position: absolute;
	  left: -5px;
	  top: -5px;
	  opacity: 0;
	  -webkit-animation: pulse 2s ease-out;
	  -moz-animation: pulse 2s ease-out;
	  animation: pulse 2s ease-out;
	  -webkit-animation-iteration-count: infinite;
	  -moz-animation-iteration-count: infinite;
	  animation-iteration-count: infinite; 
	  -webkit-transform: scale(1.0);}
	@-moz-keyframes pulse {
		0% {-moz-transform: scale(0.7, 0.7); }
		33% { opacity: 0; }
		65% { opacity: 1; }
	    100% {-moz-transform: scale(1.5, 1.5); opacity: 0; }
	}
	@-webkit-keyframes pulse {
		0% {-webkit-transform: scale(0.7, 0.7); }
		33% { opacity: 0; }
		65% { opacity: 1; }
	    100% {-webkit-transform: scale(1.5, 1.5); opacity: 0; }
	}
	@keyframes pulse {
		0% {transform: scale(0.7, 0.7); }
		33% { opacity: 0; }
		65% { opacity: 1; }
	    100% {transform: scale(1.5, 1.5); opacity: 0; }
	}
	.hotspot:hover:before {
		border-color: #5EBA45;
		border-color: rgba(94,186,69,0.8);
	}
	.hotspot-boggo {
		left: 60.8%;
		top: 77.4%;
	}
	.hotspot-gabba {
		left: 68.1%;
		top: 66.3%;
	}
	.hotspot-albert {
		left: 54.4%;
		top: 50%;
	}
	.hotspot-roma {
		left: 36.7%;
		top: 43%;
	}
	.hotspot-exhibition {
		left: 60.4%;
		top: 24%;
	}
	.hotspot:after {
		background: url('images/red-arrow.png') no-repeat left center;
	    background-size: 500px 53px;
	    color: #FFF;
	    position: absolute;
	    white-space: nowrap;
	    font-weight: bold;
	    padding: 5px 10px 5px 20px;
	    left: 105%;
	    top: 50%;
	    height: 20px;
	    font-size: 0.9em;
	    line-height: 20px;
	    margin: -15px 0 0;
	}
	.page-id-285 .hotspot-boggo:after {
		content: "You are here";
	}
	.page-id-301 .hotspot-gabba:after {
		content: "You are here";
	}
	.page-id-309 .hotspot-albert:after {
		content: "You are here";
	}
	.page-id-311 .hotspot-roma:after {
		content: "You are here";
	}
	.page-id-313 .hotspot-exhibition:after {
		content: "You are here";
	}
/* Meet the team */
	.meet-the-team-schedule {
		margin: 2em 0;
	}
	.meet-the-team-table {
		line-height: 1.6;
	}
	.meet-the-team-table th,
	.meet-the-team-table td {
		border: 1px solid #EEE;
		padding: 10px;
	}
/* Social sharing */
	.social-content {
		background: #FFF;
		padding: 0 0 60px;
		text-align: center;
		margin-top: -20px;
	}
	.social-content input[type=radio] {
		display: none;
	}
	.social-filter-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.social-filter-list li {
		padding: 0;
		margin: 0;
		display: inline-block;
	}
	.social-filter-label, .social-filter-label:link {
		color: #1ea478;
		font-size: 2em;
		cursor: pointer;
		padding: 15px;
		border: 1px solid #1ea478;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		line-height: 30px;
		display: block;
		margin: 0 10px;
	}
	.social-filter-label:hover,
	#social-filter-facebook:checked ~ .social-filter-list .social-filter-label-facebook,
	#social-filter-twitter:checked ~ .social-filter-list .social-filter-label-twitter,
	#social-filter-linkedin:checked ~ .social-filter-list .social-filter-label-linkedin,
	#social-filter-instagram:checked ~ .social-filter-list .social-filter-label-instagram {
		background: #2cd59e;
		color: #FFF;
		border-color: #2cd59e;	
	}
	.social-content-repo {
		margin: 40px 0 0;
		display: none;
	}
	#social-filter-facebook:checked ~ .repo-facebook {
		display: block;
	}
	#social-filter-twitter:checked ~ .repo-twitter {
		display: block;
	}
	#social-filter-linkedin:checked ~ .repo-linkedin {
		display: block;
	}
	#social-filter-instagram:checked ~ .repo-instagram {
		display: block;
	}
	.social-content-repo-instructions {
		background: #EAEFF1;
		padding: 10px 20px;
		text-align: center;
		display: block;
		font-size: 1.25em;
	}
	.social-content-repo-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.social-content-repo-list li {
		display: block;
		width: 30%;
		margin: 0 0.8% 1em;
		background: #F2F2F2;
		padding: 10px 0.8%;
		float: left;
	}
	.social-content-repo-list .btn {
		margin-top: 1em;
	}
	.social-content-repo-list .btn .fa {
		padding-right: 10px;
	}
	.social-footer {
		padding: 60px 0;
		padding: 6vh 0;
	}
	.social-content-footer {
		margin: 0;
		color: #FFF;
	}
/* Full Width Image */
	.fullwidth-image {
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0;
		height: 0;
		padding-bottom: 30%;
		background-size: cover;
	}
	.fullwidth-image .title-tab {
		background-color: #227A6B;
		display: block;
		top: 0;
		left: 0;
		overflow: hidden;
		padding: 10px 20px 15px 20px;
		position: absolute;
	}
	.content .title-tab h2 {
		font-weight: 600;
		font-size: 35px;
		line-height: 40px;
		color: #FFF;
		padding: 0;
		margin: 0;
	}
/* Full Width Text */
	.fullwidth,
	.section-fullwidth_text {
		background: #FFF;
		display: block;
		overflow: hidden;
		position: relative;
		padding: 40px 0;
	}
	.fullwidth .wrap,
	.section-fullwidth_text .wrap {
		max-width: 900px;
	}
	.fullwidth h2 {
		font-size: 25px;
		line-height: 30px;
		margin: 0 0 20px 0;
	}
	.fullwidth h3 {
		font-size: 19px;
		line-height: 25px;
		margin: 10px 0 15px 0;
	}
	.page-id-386 .fullwidth h3 {
		border-top: 1px solid #EEE;
		margin-top: 25px;
		padding-top: 25px;
	}
	
/* Video Embed Section */

.section-embed_video .section-prelude {
	margin-bottom: 25px;
}
.section-embed_video .section-prelude *:last-child {
	margin-bottom: 0;
}
.section-embed_video .section-footer {
	margin-top: 25px;
}

/* Page Intro */

.page-intro {
	background: #b4c3d1;
	color: #003C66;
	padding-top: 100px;
	padding-bottom: 100px;
}
.page-intro .wrap {
	max-width: 860px
}
.page-intro h3 {
	color: #003C66;
	font-size: 2em;
	line-height: 1.2;
}
.page-intro p {
	color: #404040;
}

/* Home Content Adjustments */
.lte-ie11 .home .content svg {
	height: initial;
}
.home-intro {
	padding-bottom: 40px;
}
.home-flow {
	background: #FFF;
}
.home-flow-divider svg {
	width: 100%;
	height: 100%;
}
.home-flow .columns {
	display: flex;
	align-items: center;
	text-align: center;
	margin: -7vw auto;
}
.home-flow p {
	text-align: center;
}


.rail-circle-column {
	width: 52%;
	margin: 0 5% 0 0;
	float: left;
}
.rail-circle {
	position: relative;
}
.rail-circle svg {
	width: 100%;
	height: 100%;
	position: relative;
}
.rail-circle-inner,
.rail-circle-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 17%;
	left: 0;
	top: 0;
}
.rail-circle-inner img {
    border-radius: 50%;
}
.rail-circle-icon {
	font-size: 100px;
	line-height: 140px;
	height: 140px;
	width: 140px;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.rail-circle-link:hover .rail-circle-icon  {
	color: rgb(19,139,95);
}
.rail-info-column {
	width: 43%;
	float: left;
	padding: 0 20px;
}
.rail-info-column h3,
.rail-info-icon {
	color: #138B5F;
	fill: #138B5F;
	margin: 0 0 10px;
}

.home-seq {
	background: #68c0a3;
	padding: 0 0 100px;
	margin: -30px 0 0;
	border-bottom: 10px solid #168A5D;
}
.home-seq .wrap {
	display: flex;
	align-items: stretch;
}
.seq-map {
	float: left;
	width: 50%;
}
.seq-map-svg {
	width: 100%;
	height: 100%;
}
.seq-map-svg path {
	cursor: pointer;
	fill: #b1e4d3;
}
.seq-map-svg path:hover {
	fill: #dbf3eb;
	cursor: pointer;
}
.seq-map-svg path.active {
	fill: #0DA577;
}

.seq-map-svg .seq-line {
	fill: none;
	stroke: #FFF;
	stroke-width: 2px;
}

.seq-info {
	width: 50%;
	border-left: 2px solid #FFF;
	padding-left: 40px;
	float: left;
	display: flex;
	align-items: center;
}
.seq-info h3 {
	color: #074a30;
}
.seq-info h4 {
	color: #0c6341;
	font-size: 2em;
}
.seq-info p,
.seq-info li {
	color: #162923;
}
.seq-info-panel, .seq-line {
	display: none;
}
.seq-info-panel.active, .seq-line-side.active {
	display: block;
}

.map-cta {
	background: #003d63;
	padding: 50px 10px 40px;
	text-align: center;
}
.map-cta p {
	text-align: center;
	margin-bottom: 10px;
}
.map-cta a {
	text-decoration: none;
	color: #FFF;
}


/* Project Info Page */

.station-panels {
	display: flex;
	position: relative;
}
.station-panels:after {
	content:"\A";
    border-style: solid;
    border-width: 30px 60px 0 60px;
    border-color: #c2d7ea transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 0;
    z-index: 4;
}
.station-panel {
	position: relative;
	flex: 1;
	text-align: center;
	transition: 0.5s all ease;
	transition-delay: 0.2s;
	overflow: hidden;
	border-right: 1px solid #FFF;
	cursor: pointer;
}
.station-panel:last-child {
	border-right: 0 none;
}
.station-panel:after {
	position: absolute;
	width: 200%;
	left: -50%;
	height: 80%;
	bottom: -10%;
	background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(8,15,43,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(8,15,43,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(8,15,43,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#99080f2b',GradientType=0 ); /* IE6-9 */
	display: block;
	opacity: 0;
	content: '';
	z-index: 2;
	transition: 1.5s all ease;
	transition-delay: 0s;
}
.station-panel-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
.station-panel-image img {
	margin: 0 auto;
	display: block;
	height: 100%;
	width: auto;
	max-width: none;
	filter: saturate(0) brightness(0.7);
	transition: 0.5s all ease;
	transition-delay: 0.2s;
}
.station-panel-header {
	position: relative;
	z-index: 3;
	padding: 60px 15px 18vh;
}
.station-panel-title {
	color: #FFF;
	font-size: 1.6em;
	margin: 0 0 15px;
}
.station-panel-icon svg {
	/* width: 80px;
	height: 100%; */
	fill: #FFF;
}
.station-panel-footer {
	position: relative;
	z-index: 3;
	padding: 18vh 15px 25px;
	opacity: 0;
	transition: 0.5s all ease;
	transition-delay: 0s;
}
.station-panel-benefits {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.station-panel-benefits li,
.station-panel-benefits p {
	color: #FFF;
	border-bottom: 1px solid #333;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-shadow: 2px 2px 6px rgba(21, 30, 49, 1);
	text-align: center;
}
.station-panel-icon:after {
    content: 'See more >';
    /*display: block;*/
    /*color: #ffffff;*/
    /*font-size: 30px;*/
    background-color: #F28500;
    border-radius: 4px;
    padding: 5px;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    /* text-shadow: 0.5px 0.5px #000; */
    text-align: center !important;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.station-panel:hover .station-panel-icon:after {
	background-color: #d97700;
	content: 'See more >>';
}
.station-panel-clicked .station-panel-icon:after{
	display: none;
}
/*.station-panel:hover {
	transition-delay: 0s;
	flex-grow: 1.5;
	cursor: pointer;
}
.station-panel:hover:after {
	opacity: 1;
	transition-delay: 0s;
}
.station-panel:hover .station-panel-image img {
	filter: saturate(1) brightness(1);
	transform: scale(1.15);
	transition-delay: 0.2s;
}
.station-panel:hover .station-panel-footer {
	opacity: 1;
	transition-delay: 0.4s;
}*/



/* Publications posts */
.publications-container h2,
.section-header h2 {
	font-size: 2em;
	margin: 0 0 30px;
	border-top: 1px solid #EEE;
	padding-top: 50px;
	text-align: center;
}
.section-header h2 {
	border-top: 0 none;
}
.publications-container:first-child h2:first-child {
	border-top: 0 none;
}

.publications-container {
	padding-bottom: 60px;
}

.posts-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.posts-list .post {
	display: block;
	width: 32.4%;
	float: left;
	margin: 0 1.333% 15px 0;
}
.posts-list .post:nth-child(3n+3) {
	margin-right: 0;
}
.posts-list .post:nth-child(3n+1) {
	clear: left;
}

.post-featured-team-member {
	float: right;
	width: 234px;
	margin: 0 0 11px 20px;
}

.five-per-row .post {
	display: block;
	width: 19.5%;
	float: left;
	margin: 0 0.5% 15px 0;
}
.five-per-row .post:nth-child(3n+3) {
	margin-right: 0.5%;
}
.five-per-row .post:nth-child(3n+1) {
	clear: none;
}
.five-per-row .post:nth-child(5n+5) {
	margin-right: 0;
}
.five-per-row .post:nth-child(5n+1) {
	clear: left;
}

.post-link {
	text-decoration: none !important;
	text-align: center;
	display: block;
	padding: 10px;
	border: 1px solid #EEE;
	background: #FAFAFA;
	border-bottom: 0 none;
}
.grid-item .post-link {
	border-bottom: 1px solid #EEE;
}
.post-team-member {
	border-bottom: 1px solid #EEE;
}
.post-link:hover {
	background: #f7fafb;
}
.post-thumb {
	position: relative;
}
.post-thumb img {
	margin-top: 0;
	width: 100%;
	max-width: none;
	height: auto;
}
.post-featured-team-member img, 
.five-per-row img {
	max-width: 150px;
}
.post-link .post-title {
	font-size: 1.4em;
	color: #003d65;
	margin-bottom: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.post-featured-team-member .post-title, 
.five-per-row .post-title {
	font-size: 1.2em;
	overflow: visible;
	white-space: normal;
}
.post-link p {
	text-align: center;
}
.post-date {
	margin-bottom: 6px;
}
.post-category {
	display: block;
	position: absolute;
	background: #80c152;
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	top: 10px;
	left: 0;
	padding: 4px 6px;
}
/* We dont want to show the category for these posts ID's */
.post-1022 .post-category {
	display: none;
}

.post-excerpt p {
	font-size: 80%;
	line-height: 1.6;
	opacity: 0.8;
}
.post-link .btn .fa {
	padding-right: 3px;
}
.post-footer {
	border: 1px solid #EEE;
	background: #FAFAFA;
	padding: 0 10px 10px;
	border-top: 0 none;
	text-align: center;
}
.post-footer-title {
	margin: 0 0 10px;
    font-size: 13px;
    font-weight: normal;
}
.post-social {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.post-social li {
	display: inline-block;
	margin: 0 3px 5px;
}
.post-social .social-icon {
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 27px;
	border: 1px solid #003d65;
	color: #003d65;
}
.single .post-footer {
	background: none;
	border: 0 none;
}

.article {
	margin: 0;
	float: none;
	font-size: 100%;
}
.article .page-hero-content {
	padding: 50px 0 40px;
	padding: 6vh 0 4.5vh;
}
.post-article.wrap {
	max-width: 900px;
	margin: 50px auto 60px;
}

.post-event-details {
	font-size: 90%;
	opacity: 0.8;
}
.post-event-datetime {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #DDD;
}
.post-event-date,
.post-event-time {
	float: left;
	width: 50%;
	border-right: 1px solid #DDD;
	padding: 5px;
}
.post-event-time {
	border-right: 0 none;
}

.single .content .post-article,
.single .content .post-article p {
	text-align: center;
}
.single.article .content .post-article,
.single.article .content .post-article p {
	text-align: inherit;
}
.single.event .single-header-title:before {
	content: 'Event: ';
}
.single.event .single-header-date {
	display: none !important;
}

.image-gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.image-gallery-item {
	display: inline-block;
	width: 31%;
}
.image-gallery-link {
	display: block;
}

/* Team Member posts */

.team-member-post-detail {
	background: #FFF;
	width: 98%;
	max-width: 640px;
	margin: 40px auto;
	position: relative;
}
.mfp-close-btn-in .team-member-post-detail .mfp-close {
	font-weight: 700;
	width: auto;
	top: -40px;
	color: #FFF;
	text-transform: uppercase;
}
.team-member-header {
	border-bottom: 1px solid #EEE;
    background: #f7fafb;
    padding: 20px;
}
.team-member-header > img {
	display: block; 
	width: 120px;
	float: left;
	margin: 0 20px 0 0;
	border-radius: 50%;
}
.team-member-title h3 {
	margin: 25px 0 0;
}
.team-member-bio {
	padding: 20px;
}

/* Featured Team Member */

.featured-team-member-container {
}

.featured-team-member-container .wrap {
	max-width: 900px;
}

.featured-team-member-container h2 {
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 20px 0;
}


/* FAQs */

.faq-list {
	max-width: 900px;
	margin: 0 auto;
}
.faq-list .faq {
	margin-bottom: 20px;
}
.faq-list .faq:last-child,
.faq p:last-child {
	margin-bottom: 0;
}
.faq input {
	display: none;
}
.faq-label {
	border: 1px solid #EEE;
	background: #FAFAFA;
	font-weight: 700;
	font-size: 120%;
	display: block;
	padding: 20px;
	cursor: pointer;
}
.faq-label:before {
	content: "\f107";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 10px;
	    
}
.faq-label:hover {
	background: #f7fafb;
}
.faq-answer {
	border: 1px solid #EEE;
	border-top: 0 none;
	padding: 20px;
	background: #FFF;
	display: none;
}

.faq input:checked ~ .faq-label {
	background: #003d65;
	color: #FFF;
}
.faq input:checked ~ .faq-label:before {
	content: "\f106";
}

.faq input:checked ~ .faq-answer {
	display: block;
}

/* Search results */

.search-results.content .wrap {
	margin: 50px auto;
	max-width: 700px;
}
.search-result {
	border: 1px solid #EEE;
	background: #FAFAFA;
	padding: 20px;
	margin-bottom: 20px;
}
.search-result h2:last-child,
.search-result h3:last-child,
.search-result p:last-child {
	margin-bottom: 0;
}


/* Section Footer */

.section-footer {
	padding-bottom: 15px;
}
.section-footer .btn-group {
	margin-bottom: 0;
}
.section-stylised_map .section-footer {
	margin-top: 25px;
}


/* Jobs Page */

#jobs { 
	background: #e8edef;
}
#jobs .wrap { 
	max-width: 900px;
}

/* Jobs form */

#gform_wrapper_7 {
	margin-top: 0;
}

body #gform_wrapper_7 .jobs-form {
	padding: 0;
}

#field_7_1, #field_7_2, #field_7_3 {
	float: left;
	width: 32%;
	margin-right: 1.1%;
	clear: none
}
	


/* Password protected pages */

.page-template-passwordpage .content .wrap {
	max-width: 700px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.post-password-form input[type=password] {
	padding: 6px 12px;
	font-size: 15px;
}
.post-password-form input[type=submit] {
	display: inline-block;
	background: #003C66;
	padding: 6px 20px;
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 5px;
	color: #FFF;
	cursor: pointer;
	-webkit-appearance: none;
	border: 0 none;
	text-decoration: none !important;
	border-bottom: 2px solid #022640;
	border-radius: 5px;
}

/* Event survey page */

.page-id-588 .main-nav {
	position: relative;
}
.page-id-588 .header-hero {
	display: none;
}
.page-id-588 .content {
	min-height: 85vh;
}
.page-id-588 .pre-footer {
	display: none;
}

/* Breadcrumbs (yoast seo) */
	.breadcrumb-wrap {
		background: #C9C9C9;
	}
	#breadcrumbs {
		display: inline-block;
		overflow: hidden;
		position: relative;
		text-align: left;
		margin: 0;
		padding: 10px 0;
		font-size: 14px;
		line-height: 17px;
		vertical-align: top;
	}
	#breadcrumbs a {
		display: inline-block;
		padding: 0;
		margin: 0 20px 0 0px;
		overflow:hidden;
		position: relative;
		color: #333;
		text-align: left;
		font-weight: normal;
		vertical-align: top;
	}
	#breadcrumbs span.breadcrumb_last {
		display: inline-block;
		padding: 0;
		margin: 0 20px 0 10px;
		overflow:hidden;
		position: relative;
		color: #333;
		text-align: left;
		font-weight: 600;
		vertical-align: top;
	}

/* Social Support */
	.show-support {
		color: #FFF;
		padding: 100px 0;
	}
	.show-support h2,
	.show-support p,
	.show-support li {
		color: #FFF;
	}
	.show-support .support-title {
		font-size: 5em;
		line-height: 0.9;
		text-align: right;
		margin: 40px 0;
	}
	
/* Pre-footer */
	.pre-footer {
		background: #326f90;
		color: #FFF;
		text-align: center;
	}
	.pre-footer .wrap {
		max-width: 640px;
		padding: 100px 0;
	}
	.pre-footer h3 {
	}
	.pre-footer p {
		text-align: center;
		color: #FFF
	}
	.pre-footer a {
		color: #FFF;
		text-decoration: none;
	}
	.pre-footer a:hover {
		text-decoration: underline;
	}
	
	.footer-social {
		list-style: none;
	}
	.footer-social li {
		display: inline-block;
		margin: 0 5px 5px;
	}
	
	.social-icon {
		width: 80px;
		height: 80px;
		line-height: 74px;
		border: 2px solid #FFF;
		color: #FFF;
		border-radius: 50%;
		display: block;
		font-size: 30px;
	}
	.social-icon:hover {
		background: #FFF;
		color: #003d63
	}
	
	.sticky-social-panel {
		position: fixed;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background: #003d63;
		color: #FFF;
		text-align: center;
		padding: 10px 10px 5px;
		z-index: 20;
		box-shadow: 0 0 20px rgb(19, 40, 53);
	}
	.sticky-social-panel h4 {
		margin: 0 0 10px;
	}
	.sticky-social {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.sticky-social li {
		margin: 0 auto 10px;
		display: block;
	}
	.sticky-social .social-icon {
		width: 40px;
		height: 40px;
		line-height: 37px;
		font-size: 15px;
		margin: 0 auto;
	}
	
	.phone {
		font-size: 20px;
		line-height: 25px;
		margin: 0 0 10px 0px;;
		padding: 0 20px;
		color: #69B8A3;
	}
	.phone a[href^="tel:"] {
		color: #69B8A3;
	}
	.email, .meet {
		font-size: 20px;
		line-height: 25px;
		position: relative;
		overflow: hidden;
		color: #69B8A3;
	}
	.email a {
		color: #69B8A3;
	}
	.email a:hover {
		color: #2cd59e;
	}
	.email:before,
	.phone:before {
		font-family: fontawesome;
		font-size: 24px;
		line-height: 26px;
	}
	.email:before {
		content:'\f199';
		margin: 0 5px 0 0;
	}
	.phone:before {
		content:'\f098';
		margin: 0 5px 0 0;
	}
	.pre-footer .email, .pre-footer .phone, .pre-footer .meet {
		display: inline-block;
		vertical-align: top;
	}
	span.small {
		font-size: 0.75em;
		line-height: 1.8;
		opacity: 0.6;
		display: inline-block;
	}
/* Footer */
	#footer {
		background: #003d63;
	}
	#footer a {
		color: #FFF
	}
	#footer ul {
		list-style: none;
		text-align: center;
		padding: 10px 0 20px 0;
	}
	#footer ul li {
		color: #FFF;
		list-style: none;
		display: inline-block;
		text-align: center;
		padding: 0;
		margin: 0 0 10px 0;
	}
	#footer ul li a {
		text-decoration: none;
		color: #FFF
	}
	#footer li:after {
		color: #FFF;
		content: "|";
		display: inline-block;
		margin: 0 5px 0 15px;
	}
	#footer li:last-child:after {
		content: "";
	}
	#footer p {
		text-align: center;
		padding: 0;
		color: #FFF;
		font-size: 14px;
		line-height: 17px;
	}
	div#atftbx p {
		color: #FFF;
		font-size: 35px;
		line-height: 40px;
		font-weight: 600;
		margin: 0 0 30px 0;
		padding: 0;
	}
	img.tagline {
		text-align: center;
		margin: 0 auto;
	}
	#footer ~ p,
	#footer ~ br {
		display: none !important;
	}
	.footer-shortcodes > p,
	.footer-shortcodes > br,
	.footer-shortcodes > hr,
	.footer-shortcodes > ul,
	.footer-shortcodes > ol {
		display: none;
	}
/* Magnific Popup */
	.mfp-wrap .mfp-iframe-holder .mfp-content {
		max-width: 1280px;
	}
	.mfp-content .mfp-close {
		font-size: 1.2em;
	}