/*! Lemonade.css Grid*/*,:after,:before{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.frame{margin:0 auto}.frame:after{content:"";display:table;clear:both}[class*=bit-]{float:left;padding:.3em}[class*=bit-]:last-of-type{float:right}.bit-1{width:100%}.bit-2{width:50%}.bit-3{width:33.33%}.bit-4{width:25%}.bit-5{width:20%}.bit-6{width:16.6666666667%}.bit-7{width:14.2857142857%}.bit-8{width:12.5%}.bit-9{width:11.1111111111%}.bit-10{width:10%}.bit-11{width:9.09090909091%}.bit-12{width:8.33%}@media (max-width:30em){.bit-1,.bit-10,.bit-11,.bit-12,.bit-2,.bit-3,.bit-4,.bit-5,.bit-6,.bit-7,.bit-8,.bit-9{width:100%}}@media (min-width:30em) and (max-width:50em){.bit-10,.bit-12,.bit-4,.bit-6,.bit-8{width:50%}.bit-1,.bit-11,.bit-2,.bit-3,.bit-5,.bit-7,.bit-9{width:100%}}@media (min-width:50em) and (max-width:68.75em){.bit-2,.bit-7{width:100%}.bit-10,.bit-12,.bit-4,.bit-8{width:50%}}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}

/* Start Site CSS */
html {
	-webkit-text-size-adjust: 100%;
}

body {
	/* background: #309164; */
	background: #d8d8d8;
	padding-bottom: 5px; /* So that the content doesn't touch the bottom of the viewport */
	/*padding-top: 53px;*/
}

/* lemonade custom */
[class*='bit-'] {
  float: left;
  padding: 0.3em;
  padding-top: 0em;
}
.bit-50 {
	width: 50%;
	text-align: center !important;
}
.bit-33 {
	width: 33.3%;
}

/* Fixing the spacing between two 50/50 elements */
.frame > .bit-50:nth-child(0n+1) {
	padding: 0 0 0 0.3em;
}
.frame > .bit-50:nth-child(0n+2) {
	padding: 0 0.3em;
}

.bitButton {
	font: 15px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: bold;
	background:#2e8b57;
	background: #309164;
	color: rgba(255, 255, 255, 0.5);
	/* padding: 15px; */
	border: 2px solid #267348;
}
.bitButton a {
	display: block;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
	padding: 15px;
}
.bitButton a:active {
	color: rgba(255, 255, 255, 0.5);
	background-color: #2e8b57;
}


/* Header Styles */
.header {
	width:100%;
	position: sticky;
	top: 0;
	left: 0;
	/*border-top: solid 20px #2e8b57;*/
	/* border-top: solid 20px #309164; */
	border-bottom: 1px solid #a8a8a8;
	z-index: 10;
}
.header > .frame {
	background: #fff;
}
.headerButton {
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0.1rem;
	padding-bottom: 5px;
}

a.currentTime24, a.currentTime12 {
	text-align: left;
	margin: 0 15px;
	font-weight: bold;
	color: #2e8b57;
	text-decoration: none;
	display: block;
	float: left;
}

.logo {
	fill: #309164;
}
#LogoU,
#LogoN1,
#LogoI1,
#LogoI2,
#LogoO1,
#LogoO2,
#LogoN2 {
	fill: #309164;
}

.time {
	font-family: 'Alata', sans-serif;
	font-size: 20px;
	color: #2e8b57;
	cursor: pointer;
}

.content {
    /*height: 2000px;*/
    /*padding-top: 71px;*/
    /*height: 44px;*/
    -webkit-overflow-scrolling : touch;
		position: relative;
		z-index: 0;
}

.onboard {
	text-align: left;
	font: 15px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	background:#2e8b57;
	color: #FFFFFF;
	background: #309164;
	border: 2px solid #267348;
	width: 100%;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.onboard a {
	display: block;
	padding: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

.onboard h2 {
	color: #fff;
}
.onboard p {
	color: rgba(255, 255, 255, 0.5);
}

.offboard {
	text-align: left;
	font: 15px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	background:#204718;
	background: #ebebeb;
	color: #309164;
	border: solid 2px #bfbfbf;
	width: 100%;
	/*display: none;*/
}

.offboard a {
	display: block;
	padding: 15px;
	color: #309164;
	text-decoration: none;
}
.offboard h2 {
	color: rgba(46, 139, 87, .8);
}

.cancelled {
	position: relative;
	text-align: left;
	font: 15px "Alata", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	background-color: #E92128;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyODAiIGhlaWdodD0iMTAwIj4KPHN0eWxlPgpAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3MyP2ZhbWlseT1BbGF0YSZhbXA7ZGlzcGxheT1zd2FwJyk7CnRleHQgeyBmb250LWZhbWlseTogJ0FsYXRhJywgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAzNXB4OyBmb250LXdlaWdodDogYm9sZDsgZmlsbDogI0IzMTgxRTsgbGV0dGVyLXNwYWNpbmc6IDVweDsgb3BhY2l0eTogMC4yOyB9Cjwvc3R5bGU+Cjx0ZXh0IHg9IjUwJSIgeT0iNTAlIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIiBkb21pbmFudC1iYXNlbGluZT0ibWlkZGxlIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTAgMTQwIDUwKSI+Q0FOQ0VMTEVEPC90ZXh0Pgo8L3N2Zz4K");
	background-repeat: repeat;
	background-position: center;
	color: #fff;
	border: 2px solid #B3181E;
	width: 100%;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.cancelled a {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #E92128;
	display: block;
	padding: 15px;
	color: #fff;
	text-decoration: none;
}

.cancelled a::before {
	content: "CANCELLED";
	position: absolute;
	top: 38px;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-5deg);
	font-size: 70px;
	font-weight: bold;
	color: #B3181E;
	pointer-events: none;
	z-index: -1;
	white-space: nowrap;
	letter-spacing: 5px;
}

.cancelled h2 {
	color: #fff;
}

.itemLeft {
	text-align: left;
	float: left;
}
.itemLeft span {
	color: rgba(0,0,0,0.4);
}

.itemRight {
	text-align: center;
	float: right;
	width: 85px;
}
.onboard .itemPlatform, .cancelled .itemPlatform {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font: 23px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: bold;
}
.onboard .itemPlatform sup, .cancelled .itemPlatform sup {
	font: 23px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: bold;
}
.onboard .itemPlatform sub, .cancelled .itemPlatform sub {
	font: 23px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: bold;
}

.offboard .itemPlatform {
	text-align: center;
	/*color: rgba(46, 139, 87, .5);*/
	font: 23px "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

.onboard .itemType, .cancelled .itemType {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}
.onboard .itemLeaves, .cancelled .itemLeaves {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}
.onboard .itemRoute, .cancelled .itemRoute {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}

.loadboard {
	text-align: center;
	font: 15px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	background:#2e8b57;
	color: #fff;
	border: 2px solid #267348;
}
.loadboard a {
	display: block;
	padding: 15px;
	color: #fff;
	text-decoration: none;
}
.loadboard a:active {
	color: #204718;
	background-color: #387C2B;
}


/* TTC */
.ttc {
	text-align: left;
	font: 15px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	background: #E92128;
	color: #fff;
	border: solid 2px rgba(0, 0, 0, .2);
	width: 100%;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.ttc a {
	display: block;
	padding: 15px;
	color: #fff;
	text-decoration: none;
}
.ttc h2 {
	/*color: rgba(233, 33, 40, 0.8);*/
	color: #fff;
}



/**
 * Hook
 * Version: 1.1
 * Author: Jordan Singer, Brandon Jacoby, Adam Girton
 * Copyright (c) 2013 - Hook.  All rights reserved.
 * http://www.usehook.com
 */

/* 'customizable' declares that a property can be customized without breaking functionality */
.hook * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

.hook {
	display: none;
	/* customizable */ height: 85px;
	/* customizable background: url(hook-bgs.png) repeat; */
	/* customizable */ background: #309164;
	/* customizable box-shadow: 0 -8px 5px -5px #999 inset;*/
	clear: both;
	position: relative;
	z-index: 9999;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.hook-text {
	/* customizable */ font-size: 23px;
	/* customizable */ font-family: Arial, Helvetica, sans-serif;
	/* customizable */ color: #fff;
	/* customizable */ font-weight: normal;
	/* customizable text-shadow: 0 1px #fff; */
}
.hook-loader {
	padding: 25px 0;
}
.hook-spinner {
	display: block;
	/* customizable */ background: url(../hook/hook-spinner.png) no-repeat center;
 	/* customizable */ width: 32px;
 	/* customizable */ height: 32px;
 	-webkit-animation: spin 1s linear infinite both;
 	-moz-animation: spin 1s linear infinite both;
 	-o-animation: spin 1s linear infinite both;
 	animation: spin 1s linear infinite both;
}
.hook-with-text .hook-loader{
	padding: 10px 0;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

  .hook-spinner {
  	background: url(../hook/hook-spinner@2x.png) no-repeat center;
  	background-size: 32px 32px;
  }
}

@-webkit-keyframes spin {
	0% {
	             -webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	0% {
	             -moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-o-keyframes spin {
	0% {
	             -o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
	             transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
