@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------- MEDIUM STYLES -------------------------------------------*/

@media all and (min-width: 768px) {
	body {
		padding-top: 0px;
	}
	.hero {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		        justify-content: center;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-ms-flex-align: center;
		-webkit-box-align: center;
		        align-items: center;
	}
	.hero-content-wrapper {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		        order: 0;
		-ms-flex: 0 1 auto;
		-webkit-box-flex: 0;
		        flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		    align-self: auto;
		padding: 3rem 0;
	}
	.hero-text {
		margin-bottom: 0px;
		padding-bottom: 0px;
		max-width: 900px;
  }
  .hero-news .btn-primary {
    width: 50%;
  }
	.nav-section {
		display: block;
		width: 100%;
	}
	.page-nav-wrap {
		position: relative;
		padding: 20px 18px;
	}
	.page-nav {
		border: 1px solid #e6e6e6;
	}
	.page-nav li {
		display: block;
		position: relative;
	}
	#stationPage .page-nav li:not(:nth-of-type(2)),
	#mapPage .page-nav li:not(:nth-of-type(1)),
	#featuresPage .page-nav li:not(:nth-of-type(2)),
	#newsPage .page-nav li:not(:nth-of-type(2)),
	#archivePage .page-nav li:not(:nth-of-type(1)) {
		background-color: #e4e9ec;
		color: #999;
	}
	.page-nav li a {
		display: inline-block;
		position: relative;
		padding: 0 0 0 1rem;
		width: 100%;
		height: 3rem;
		line-height: 3rem;
		color: #2a3a4b;
		font-weight: 700;
	}
	li a span.arrow {
		display: block;
		position: absolute;
		bottom: 50%;
		right: 16px;
		font-size: 1.5em;
		color: #999;
		-webkit-transform: translateY(50%);
		        transform: translateY(50%);
		-webkit-transform-origin: 0 0;
		transform-origin: 50% 130%;
	}
	#stationPage li:nth-child(1) > a span.arrow,
	#mapPage li:nth-child(1) > a span.arrow,
	#featuresPage li:nth-child(1) > a span.arrow,
	#newsPage li:nth-child(1) > a span.arrow,
	#archivePage li:nth-child(2) > a span.arrow {
		color: #ffa200;
	}
	.drop-list {
		display: none;
		width: 100%;
	}
	.drop-list li {
		border-top: 1px solid #e6e6e6;
		background: #fff;
	}
	.drop-list li:nth-of-type(even) {
		background: #f1f1f1;
	}
	.drop-list li:last-of-type {
		border-bottom: 1px solid #e6e6e6;
	}
	.drop-list li a {
		padding: 0px 2rem;
		font-weight: normal;
	}
	.sub-hero-wrapper {
		width: 100%;
	}
	.spin-down {
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
	.signup-wrapper {
		display: none;
	}
	.section-tab-list {
		display: block !important;
		height: 66px;
	}
	#homePage .section-tab-list {
		height: 7rem;
	}
	.section-tab-list .nav-tabs {
		display: block;
		width: 100%;
		height: 100%;
	}
	.section-tab-list .nav-tabs-child {
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		max-width: 1170px;
		font-size: 16px;
		color: #ffffff;
		font-weight: 700;
		line-height: 19px;
	}
	.tab-pane {
		width: 95%;
		max-width: 1170px;
		margin: 0px auto 0 0;
	}
	.nav-tabs > li {
		height: 100%;
	}
	.nav-tabs-responsive > li:nth-child(1) {
		width: 60%;
	}
	.nav-tabs-responsive > li:nth-child(2) {
		width: 40%;
	}
	.section-tab-list .nav-tabs > li > a {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		        justify-content: center;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-ms-flex-align: center;
		-webkit-box-align: center;
		        align-items: center;
		height: 100%;
		padding: 0px;
	}
	span.text {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		        order: 0;
		-ms-flex: 0 1 auto;
		-webkit-box-flex: 0;
		        flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		    align-self: auto;
		width: 100%;
		max-width: 500px;
		padding: 2rem 0px;
		border: 1px solid #ffb053;
		background-color: transparent;
		-webkit-transition: background-color 0.05s linear, color 0.05s linear, border 0.05s linear;
		transition: background-color 0.05s linear, color 0.05s linear, border 0.05s linear;
	}
	span.text.breadcrumb {
		border: none;
		margin: 0px;
		padding: 1.5rem 0px;
	}
	.active a > span.text {
		border: none;
	}
	.tab-content {
		width: 100%;
		padding: 0 0 0 16px;
	}
	.nav-tabs-responsive > li span.breadcrumb:nth-child(1) {
		width: auto;
		padding-left: 32px;
	}
	.text-left.tm-section-heading:after,
	#newsPage .tm-section-heading:after,
	.updates-heading h1:after,
	#archivePage .tm-section-heading:after {
		left: 0 !important;
		right: inherit !important;
		margin-left: 0 !important;
	}
	.content1 {
		margin: 0px auto 0px 0px;
		padding: 0 0 60px 0;
		width: 60%;
	}
	.content1-inner {
		margin: 0px auto;
		width: 90%;
		max-width: 580px;
	}
	.tm-section-heading,
	.updates-heading {
		text-align: left;
	}

	.lead {
		width: 100%;
		text-align: left;
	}
	.lead p {
		text-align: left;
	}
	.project-text {
		margin: 3rem auto 0 0;
	}
	.milestones {
		padding: 20px 0px 80px 16px;
	}
	.form-group {
		width: 100%;
		height: 3rem;
	}
	.recaptcha {
		margin-bottom: 4rem;
	}
	.form-group.comment-box {
		height: 9rem;
	}
	.form-horizontal {
		margin: 0px auto;
		width: 90%;
	}
	.form-horizontal .control-label {
		padding-top: 0px;
		margin-bottom: 0;
		text-align: right;
		width: 35%;
		float: left;
		font-size: 14px;
	}
	.col-sm-7 {
		width: calc(60% - 1rem);
		float: left;
		padding-left: 1rem;
	}
	.col-sm-7:last-of-type {
		float: right;
		width: 65%;
	}
	.btn-primary {
		margin: 1.5rem 0px 0px 0px;
	}
	#newsPage .media-body h4,
	#newsPage .media-body p,
	#archivePage .media-body h4,
	#archivePage .media-body p {
		text-align: left;
	}
	#newsPage .media-body a,
	#archivePage .media-body a {
		margin-left: 0;
	}
	.content2 {
		padding: 50px 0px;
	}
	.media-wrap {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		        justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		        align-items: center;
		position: relative;
		width: 100%;
		max-width: 1170px;
		margin: 0px auto;
	}
	#newsPage .media-wrap,
	#archivePage .media-wrap {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		        justify-content: center;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-ms-flex-align: center;
		-webkit-box-align: center;
		        align-items: center;
		margin: 0;
	}
	.media {
		position: relative;
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		        order: 1;
		-ms-flex: 0 1 auto;
		-webkit-box-flex: 0;
		        flex: 0 1 auto;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		    align-self: stretch;
		padding: 0 2rem;
	}

	#homePage .media,
	#homePage .media:nth-child(2) {
		margin: 0;
	}
	#homePage .media:not(:last-child):after {
		content: '';
		position: absolute;
		width: 1px;
		top: 0;
		right: 0;
		height: 95%;
		background: #a2d9de;
	}
	.involved-section {
		padding: 20px 0px 0px 16px;
	}
	#newsPage .media,
	#archivePage .media {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		        order: 0;
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		        flex: 0 0 100%;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		    align-self: auto;
	}
	.media:not(:first-child):not(:last-child):after {
		width: 70%;
	}
	.media-body {
		margin: 0;
	}
	.clearfix {
		clear: both;
	}
	.image-container {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 40%;
	}
	#newsPage .image-container,
	#archivePage .image-container {
		overflow: hidden;
		max-height: 700px;
	}
	.map-text-wrapper {
		margin: 0px 2rem 0px auto;
		padding-left: 5rem;
		width: 60%;
	}
	.project-map-heading {
		position: relative;
		margin: 0px;
		width: 90%;
		padding-bottom: 2rem;
	}
	.project-map-heading:after {
		left: 0px;
		right: auto;
	}
	.project-map-heading h1 {
		text-align: left;
	}
	#section-partners {
		padding: 3rem 0px 0px 0px;
		background-color: #ecf0f1 !important;
	}
	#section-partners .tm-section-heading {
		text-align: center;
	}
	#section-partners .col-xs-4 {
		margin: 0px auto;
		width: 50%;
	}
	#section-partners .col-sm-offset-4 {
		margin: 0px auto;
		width: 40%;
	}
	.logos {
		width: 40%;
		max-width: 300px;
		height: 10rem;
	}
	.img-wrapper img {
		width: 80%;
		max-width: 140px;
	}
	.btn-primary {
		margin: 0px;
	}
	.table-schedule {
		margin: 0px auto;
		width: 100% !important;
		font-size: 21px;
	}
	.table-schedule th,
	.table-schedule td {
		padding: 7px;
		font-size: 1rem;
	}

	.flex-row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.flex-item {
		-ms-flex: 0 1 auto;
		-webkit-box-flex: 0;
		        flex: 0 1 auto;
		padding-right: 15px;
		padding-left: 15px;
	}
}

/*-------------------------------------------- LARGE STYLES -----------------------------------------*/

@media all and (min-width: 1024px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: none;
	}
	.tm-resnavbar {
		display: none;
	}
	#stationPage .mobile,
	#featuresPage .mobile {
		display: none !important;
	}
	/*.nav > li > a:focus, .nav > li > a:hover {
	  text-decoration: none;
	  background-color: #eee;
	}*/
	/*.tm-resnavbar .navbar-nav > li:hover > a:before {
    background-color: #3d566e;
	}*/
	.mobile {
		display: none;
	}
	.desktop {
		display: block;
	}
	#tm-main {
		margin-top: 171px;
	}
	.navbar-nav {
		margin-left: 1rem;
	}
	.nav > li {
    display: flex;
    flex: 1 1 auto;
		justify-content: center;
		align-items: center;

	}
	#tm-header .tm-navbar .navbar-nav > li:hover > a:before,
	#tm-header .tm-navbar .navbar-nav > li.open > a:before {
		width: 100%;
	}
	.centered {
		margin: 2rem auto 0px auto;
	}
	.mobile-btn {
		width: 100%;
		max-width: 400px;
		text-align: center;
	}
	.tm-topnav {
		margin-right: 1rem;
	}
	.tm-topnav li {
		display: inline-block;
	}
	.tm-topnav .language-dropdown {
		padding-top: 0.8rem;
		max-height: 0;
		position: absolute;
		top: 35px;
		right: 0rem;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		text-align: center;
		padding-top: 0;
		z-index: 9999999;
		overflow: hidden;
		background: #fff;
		width: 100px;
		-webkit-box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.2);
		box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.2);
	}

	.tm-topnav .language-dropdown li {
		padding: 1rem;
		display: block;
	}

	.tm-topnav .language-dropdown li a {
		display: block;
		color: #999;
		text-decoration: none;
	}
	.tm-topnav li a:focus + .language-dropdown {
		max-height: 300px;
		padding-top: 0rem;
		width: 100px;
	}

	.tm-topnav .language-dropdown li:hover {
		background-color: #2a3a4b;
	}

	.tm-topnav .language {
		color: #999;
	}

	.tm-topnav .language::before {
		font-family: 'Material Icons';
		content: '\E927';
		font-weight: 200;
		font-size: 1.4rem;
		color: #999;
	}

	.tm-topnav .language:hover .language-dropdown,
	.tm-topnav .language:focus .language-dropdown,
	.tm-topnav .language .language-dropdown:focus {
		max-height: 300px;
		padding-top: 0rem;
		width: 100px;
	}
  .navbar-nav > li > a {
		display: block;
		height: 70px;
		/* padding: 0px 35px 0px 35px; */
		line-height: 70px;
		font-weight: 700;
		background-color: transparent;
	}
	.navbar-nav > li > a.dropdown {
		/* padding: 0px 5px 0px 35px; */
	}
	#homeBtn a {
		padding: 0px 35px;
	}
	#tm-header {
		position: absolute;
		height: 100px;
		max-height: 178px;
	}
	.tm-header-logobar .tm-topnav > li > a {
		line-height: 40px;
		color: #999;
		padding: 0 10px;
		background-color: transparent;
	}
	.tm-header-logobar .tm-topnav > li > a:hover {
		background-color: transparent;
		color: #ffb053;
	}
	.header-divide {
		display: block;
		position: relative;
		margin: 0px auto 0px auto;
		width: 100%;
		height: 1px;
		border: none;
		background-color: #f3f3f3;
	}

	#tm-header .tm-navbar {
		margin: 0px auto;
		width: 100%;
		height: 100%;
		position: relative;
		border: none;
		border-radius: 0;
		margin-bottom: 0;
		display: block;
		background-color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#tm-header .tm-navbar .navbar-nav > li:before {
		content: '';
		width: 1px;
		height: 40px;
		position: absolute;
		left: 1px;
		top: 15px;
		border-left: 1px dotted rgba(0, 0, 0, 0.1);
	}
	#tm-header .tm-navbar .navbar-nav > li > a:before {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 5px;
		background-color: #6fabb1;
		content: '';
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
  .carat-wrap {
		/* margin: 15px auto; */
		/* float: left; */
		height: 100%;
		/* width: 40px; */
	}
	.carat {
		/* position: absolute; */
		/* bottom: 50%; */
		/* right: 50%; */
		/* margin: 0px; */
		/* border-top: 6px solid #777; */
		/* -webkit-transform: translate(50%, 50%); */
		/* transform: translate(50%, 50%); */
	}
	.main-sub-nav {
		position: absolute;
    top: 70px;
    left: 0;
		width: 100%;
		-webkit-box-shadow: 5px 5px 12px 1px rgba(0, 0, 0, 0.25);
		box-shadow: 5px 5px 12px 1px rgba(0, 0, 0, 0.25);
		-webkit-transition: max-height 0.15s linear, opac;
		transition: max-height 0.15s linear, opac;
	}
	.drop-open {
		display: block;
	}
	.main-sub-nav:before {
		content: '';
		display: block;
		position: absolute;
		top: -10px;
		left: 10px;
		width: 10px;
		height: 10px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #e8e9ea;
	}

	.child-nav li:hover {
		background: #fff;
	}
	.main-sub-nav li:last-of-type {
		border-bottom: none;
	}
	.main-sub-nav li span {
		padding: 10px 15px 5px 35px;
	}
	.child-nav li a {
		padding: 8px 0px 8px 12px;
		-webkit-transition: padding 0.15s linear;
		transition: padding 0.15s linear;
	}
	.page-nav-wrap {
		padding: 3rem 0 1.5rem 1rem;
	}
	.navbar-nav {
    margin-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    max-width: 1170px;
 }
	.slogan {
		display: block;
		float: left;
		width: 50%;
	}
	.slogan-text-box {
		width: 50%;
	}
	/*.nav-tabs-responsive > li span.breadcrumb:nth-child(1) {
    width: auto;
    padding-left: 32px;
  }*/
	/*.nav-tabs-responsive > li:nth-child(1) {
    width: auto;
    padding-left: 1rem;
  }*/
	span.breadcrumb.text:hover {
		background-color: transparent;
		color: #fff;
		border: 0px solid #fff;
	}
	span.text:hover {
		background-color: #fff;
		color: #2a3a4b;
		border: 1px solid #fff;
	}
	.logos {
		max-width: 370px;
	}
	.img-wrapper img {
		width: 100%;
	}
	.big-wrapper {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		        justify-content: flex-start;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-ms-flex-align: start;
		-webkit-box-align: start;
		        align-items: flex-start;
		position: relative;
		margin: 2rem auto;
		overflow: hidden;
		max-width: 1170px;
	}
	.tab-pane {
		margin: 0 auto;
	}
	#stationPage .big-wrapper,
	#featuresPage .big-wrapper,
	#newsPage .big-wrapper,
	#archivePage .big-wrapper {
		width: 95%;
		max-height: 70vh;
		max-width: 1370px;
	}
	/*#featuresPage .big-wrapper {
    width: 95%;
    max-height: 70vh;
    max-width: 1370px;
  }*/
	#scrollY .content {
		width: 90%;
	}
	.images-section {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 42%;
		height: 100%;
	}
	/*#featuresPage .images-section {
    width: 50%;
  }*/
	.image-update {
		position: relative;
		margin: 0;
		width: 100%;
		height: 100%;
	}
	.station {
		position: relative;
		width: 100%;
		height: 100%;
		min-height: 100%;
	}
	.content-wrapper {
		margin: 0px auto 0px 0px;
		padding: 0 1rem 0 0;
		width: calc(100% - 18px);
	}
	#stationPage .content-wrapper,
	#featuresPage .content-wrapper {
		width: 100%;
		padding: 0;
	}
	#stationPage .content-wrapper {
		min-height: 2000px;
	}
	#featuresPage .content-wrapper {
		min-height: 1600px;
	}
	.content-wrapper h2 {
		text-align: left;
	}
	.content-wrapper p {
		font-size: 16px;
		font-weight: normal;
	}
	.show {
		z-index: 1 !important;
	}
	.hide {
		display: none !important;
	}
	.station p {
		display: block;
		position: relative;
		padding: 8px 4px 8px 0;
		margin: 0;
		color: rgba(11, 55, 103, 0.75);
		font-weight: 700;
		text-align: right;
		background: rgba(255, 255, 255, 0.5);
	}
	#providenceStnA {
		background: url(/images/stations/providence_01.jpg) no-repeat center;
		background-size: cover;
	}
	#providenceStnB {
		background: url(/images/stations/providence_02.jpg) no-repeat center;
		background-size: cover;
	}
	#kennedyPlzA {
		background: url(/images/stations/kennedy_01.jpg) no-repeat center;
		background-size: cover;
	}
	#kennedyPlzB {
		background: url(/images/stations/kennedy_02.jpg) no-repeat center;
		background-size: cover;
	}
	#kennedyPlzC {
		background: url(/images/stations/kennedy_03.jpg) no-repeat center;
		background-size: cover;
	}
	#kennedyPlzD {
		background: url(/images/stations/kennedy_04.jpg) no-repeat center;
		background-size: cover;
	}
	#kennedyPlzE {
		background: url(/images/stations/kennedy_05.jpg) no-repeat center;
		background-size: cover;
	}
	#downcityA {
		background: url(/images/stations/downcity_01.jpg) no-repeat center;
		background-size: cover;
	}
	#downcityB {
		background: url(/images/stations/downcity_02.jpg) no-repeat center;
		background-size: cover;
	}
	#downcityC {
		background: url(/images/stations/downcity_03.jpg) no-repeat center;
		background-size: cover;
	}
	#downcityD {
		background: url(/images/stations/downcity_04.jpg) no-repeat center;
		background-size: cover;
	}
	#downcityE {
		background: url(/images/stations/downcity_05.jpg) no-repeat center;
		background-size: cover;
	}
	#waterA {
		background: url(/images/stations/jewelry_01.jpg) no-repeat center;
		background-size: cover;
	}
	#waterB {
		background: url(/images/stations/jewelry_02.jpg) no-repeat center;
		background-size: cover;
	}
	#waterC {
		background: url(/images/stations/jewelry_03.jpg) no-repeat center;
		background-size: cover;
	}
	#waterD {
		background: url(/images/stations/jewelry_04.jpg) no-repeat center;
		background-size: cover;
	}
	#waterE {
		background: url(/images/stations/jewelry_05.jpg) no-repeat center;
		background-size: cover;
	}
	#waterF {
		background: url(/images/stations/jewelry_06.jpg) no-repeat center;
		background-size: cover;
	}
	#southStA {
		background: url(/images/stations/southSt_01.jpg) no-repeat center;
		background-size: cover;
	}
	#southStB {
		background: url(/images/stations/southSt_02.jpg) no-repeat center;
		background-size: cover;
	}
	#southStC {
		background: url(/images/stations/southSt_03.jpg) no-repeat center;
		background-size: cover;
	}
	#southStD {
		background: url(/images/stations/southSt_04.jpg) no-repeat center;
		background-size: cover;
	}
	#southStE {
		background: url(/images/stations/southSt_05.jpg) no-repeat center;
		background-size: cover;
	}
	#southStF {
		background: url(/images/stations/southSt_06.jpg) no-repeat center;
		background-size: cover;
	}
	#southStG {
		background: url(/images/stations/southSt_07.jpg) no-repeat center;
		background-size: cover;
	}
	#pointStA {
		background: url(/images/stations/pointSt_01.jpg) no-repeat center;
		background-size: cover;
	}
	#pointStB {
		background: url(/images/stations/pointSt_02.jpg) no-repeat center;
		background-size: cover;
	}
	#pointStC {
		background: url(/images/stations/pointSt_03.jpg) no-repeat center;
		background-size: cover;
	}
	#hospitalDtA {
		background: url(/images/stations/hospital_01.jpg) no-repeat center;
		background-size: cover;
	}
	#hospitalDtB {
		background: url(/images/stations/hospital_02.jpg) no-repeat center;
		background-size: cover;
	}
	#hospitalDtC {
		background: url(/images/stations/hospital_03.jpg) no-repeat center;
		background-size: cover;
	}
	#designA {
		background: url(/images/features/designA.jpg) no-repeat center;
		background-size: cover;
	}
	#designB {
		background: url(/images/features/designB.jpg) no-repeat center;
		background-size: cover;
	}
	#designC {
		background: url(/images/features/designC.jpg) no-repeat center;
		background-size: cover;
	}
	#designD {
		background: url(/images/features/designD.jpg) no-repeat center;
		background-size: cover;
	}
	#designE {
		background: url(/images/features/designE.jpg) no-repeat center;
		background-size: cover;
	}
	#designF {
		background: url(/images/features/designF.jpg) no-repeat center;
		background-size: cover;
	}
	#designG {
		background: url(/images/features/designG.jpg) no-repeat center;
		background-size: cover;
	}
	#designH {
		background: url(/images/features/designH.jpg) no-repeat center;
		background-size: cover;
		background-position: 0% top;
	}
	#designI {
		background: url(/images/features/designI3.jpg) no-repeat center;
		background-size: cover;
		background-position: 70% bottom;
	}
	#designJ {
		background: url(/images/features/designJ.jpg) no-repeat center;
		background-size: cover;
		background-position: 30% top;
	}
	#designK {
		background: url(/images/features/designK.jpg) no-repeat center;
		background-size: cover;
		background-position: 0% top;
	}
	#designL {
		background: url(/images/features/designL.jpg) no-repeat center;
		background-size: cover;
		background-position: 22% top;
	}
	#stationPage .nav-section,
	#featuresPage .nav-section,
	#newsPage .nav-section,
	#archivePage .nav-section {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		-ms-flex: 0 0 22%;
		-webkit-box-flex: 0;
		        flex: 0 0 22%;
		-ms-flex-item-align: auto;
		    -ms-grid-row-align: auto;
		    align-self: auto;
		float: none;
	}
	.nav-section {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		        flex: 0 0 25%;
		-ms-flex-item-align: auto;
		    -ms-grid-row-align: auto;
		    align-self: auto;
		float: none;
		/*width: 25%;*/
		/*max-width: 300px;*/
	}
	.involved-section {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		-ms-flex-item-align: auto;
		    -ms-grid-row-align: auto;
		    align-self: auto;
		width: 50%;
		height: 100%;
		padding: 0px;
	}
	.milestones {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		-ms-flex-item-align: auto;
		    -ms-grid-row-align: auto;
		    align-self: auto;
		/*width: 50%;*/
		height: 100%;
		padding: 0px;
		/*overflow: hidden;*/
	}
	#stationPage .milestones:nth-child(1),
	#featuresPage .milestones:nth-child(1) {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		        flex: 0 0 25%;
	}
	#stationPage .milestones:nth-child(2),
	#featuresPage .milestones:nth-child(2),
	#newsPage .milestones:nth-child(2),
	#archivePage .milestones:nth-child(2) {
		-ms-flex: 0 0 36%;
		-webkit-box-flex: 0;
		        flex: 0 0 36%;
	}
	#stationPage .milestones,
	#featuresPage .milestones,
	#newsPage .milestones,
	#archivePage .milestones {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		/*width: 50%;*/
		-ms-flex-item-align: auto;
		    -ms-grid-row-align: auto;
		    align-self: auto;
		height: 100%;
		max-height: 70vh;
		padding: 0px;
		/*overflow: hidden;*/
	}
	#featuresPage .milestones {
		overflow: hidden;
	}
	.signup-wrapper {
		display: block;
		margin: 2rem 1rem 1rem 1rem;
		border-top: 7px solid #e4e9ec;
	}
	.signup-wrapper h3 {
		position: relative;
		width: 100%;
		padding-top: 0.5rem;
		height: 2rem;
		line-height: 2rem;
		color: #2a3a4b;
		font-size: 1rem;
		font-weight: 700;
	}
	#newsPage .background-image-holder-child {
		position: relative;
		height: 100%;
		width: 100%;
		background: #fff url(/images/news_photo_04.jpg) no-repeat 50% 0%;
		background-size: cover;
	}
	#archivePage .background-image-holder-child {
		position: relative;
		height: 100%;
		width: 100%;
		background: #fff url(/images/photo_02.jpg) no-repeat;
		background-position: 53% 95%;
	}
	.tm-footer-bottom {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		        justify-content: space-between;
		-ms-flex-line-pack: justify;
		align-content: space-between;
		-ms-flex-align: start;
		-webkit-box-align: start;
		        align-items: flex-start;
		padding: 10px 0px;
	}
	.scroll-content {
		overflow-y: auto !important;
	}
	.scroll-content::-webkit-scrollbar-track {
		border-radius: 4px;
		background-color: #e6e6e6;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
	}
	.scroll-content::-webkit-scrollbar {
		width: 9px;
	}
	.scroll-content::-webkit-scrollbar-thumb {
		border-radius: 4px;
		-webkit-box-shadow: inset 0 0 8px rgba(130, 162, 170, 0.8);
		background: rgba(130, 162, 170, 0.3);
	}
	.image-section {
		position: absolute;
		top: 66px;
		right: 0px;
		width: 35%;
	}
	.project-wrapper {
		width: 100%;
		margin: 0px;
		float: left;
	}
	#schedulePage .project-wrapper {
		width: calc(100% - 18px);
		max-width: 1170px;
	}
	.image-container {
		width: 100%;
		float: right;
		height: 85rem;
	}
	#homePage .image-container {
		width: 40%;
	}
	/*.tab-content .tm-section-heading {
    margin-left: 1rem;
  }*/
	#stationPage .tab-content .tm-section-heading,
	#featuresPage .tab-content .tm-section-heading {
		margin-left: 0;
	}
	/*.lead {
    margin-left: 1rem;
  }*/
	.background-image-holder-child {
		position: relative;
		height: 100%;
		width: 100%;
		background: #fff url('/images/photo_03.jpg') no-repeat 30% 50%;
		background-size: cover;
	}
	#getInvolved .background-image-holder-child {
		background: #fff url('/images/photo_02.jpg') no-repeat 58% 50%;
		background-size: cover;
	}
	.media:not(:first-child):not(:last-child):after {
		width: 90%;
	}
}
@media all and (min-width: 1025px) {
	/*.navbar-nav .nav-button:hover >  .main-sub-nav {
		display: block;
	}
	.child-nav li:hover {
		background: #fff;
	}*/
	.child-nav li:hover > a {
		/*padding: 5px 0px 5px 43px;*/
	}
}
@media all and (min-width: 1200px) {
	.slogan-box-text {
		width: 40%;
		padding-top: 1rem;
	}
	.image-container {
		height: 78rem;
	}
}
@media all and (min-width: 1600px) {
	.involved-section {
		width: 60%;
	}
}