/*
Theme Name: Foothill Transit
Author: Redmon Group Inc
Author URI: http://www.redmon.com
Description: The Foothill Transit theme provides the overall responsive layout for the Foothill Transit web site.
Version: 1.0.20150122
*/

/* test */

/* @begin - Basic HTML Styles */

	* {

		margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	html {

		font-size: 62.5%;
	}

	body {

		background-color: #ffffff;
		font-family: "proxima-nova-n4","proxima-nova","Arial",sans-serif;
		font-weight: 400;
		/*font-family: 'proxima_nova_rgregular', 'Arial', sans-serif;*/

		-webkit-text-size-adjust: 100%;
	}

	h1 {

		font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
		font-weight: 700;
		font-size: 32px; font-size: 3.2rem;
		/*text-transform: uppercase;*/
		color: #0093CD;
	}

	h2 {

		font-family: "proxima-nova-n4","proxima-nova","Arial",sans-serif;
		font-weight: 400;
		font-size: 16px; font-size: 1.6rem;
	}

	h3 {

		font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
		font-weight: 700;
		font-size: 26px; font-size: 2.6rem;
		text-transform: capitalize;
	}

	h4 {

		font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
		font-weight: 700;
		font-size: 22px; font-size: 2.2rem;
		text-transform: capitalize;
	}
	
	h5 {

		font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
		font-weight: 600;
		font-size: 20px; font-size: 2.0rem;
		text-transform: capitalize;
	}
	
	h6 {

		font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
		font-weight: 600;
		font-size: 19px; font-size: 1.9rem;
		text-transform: capitalize;
	}

	pre {

		font-family: 'Arial', sans-serif;
		font-size: 12px; font-size: 1.2rem;
		background-color: #333333;
		color: #ffffff;
		white-space: pre-wrap;
		padding: 20px;
	}

		pre:before {

			display: block;
			content: "Debug";
			font-weight: bold;
			border-bottom: 1px solid #cccccc;
		}
/* @end - Basic HTML Styles */

/* @begin - WordPress Styles */

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
	.wp-caption {

		background-color: #d0d1d3;
	}

	.wp-caption.alignright {

		float: right;
		margin: 10px 0 10px 20px;
	}

	.wp-caption.alignleft {

		float: left;
		margin: 10px 20px 10px 0;
	}

	.wp-caption-text {

		padding: 0 10px;
	}
/* @end - WordPress Styles */

/* @begin - Feedburner Widget Styles */
	
	.sr-only { display: none; }
	.feedburner-email-subscription-2-intro-text.intro-text {
	
		font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
		font-weight: 700;
		font-size: 14px; font-size: 1.4rem;
		color: #13b5ea;
		padding: 0 30px;
		margin: 0;
	}

	.fes-default {
		
		padding: 0 30px;
		overflow: auto;
	}

		.fes-default .search-field {

			float: left;
			margin-bottom: 10px;
			padding: 5px 4px 4px;
			width: 178px;
			font-size: 1.2rem;
		}

		.fes-default .btn {
			
			float: left;
			background-color: #00aeef;
			border-style: solid;
			border-color: #00aeef;
			padding: 2px 8px;
			color: #ffffff;
			cursor: pointer;
			font-family: "proxima-nova-n7", "proxima-nova", "Arial", sans-serif;
			font-weight: 700;
			margin-bottom: 10px;
		}
	
/* @end - Feedburner Widget Styles */

/* @begin - FHT Framework Styles */

	/* @Nicolas Gallager's micro clearfix (slightly modified to add client prefixes) */
	.fht-row:before, .fht-row:after, .fht-overlay-row:before, .fht-overlay-row:after, .fht-cf:before, .fht-cf:after {

		content: "";
		display: table;
	}

	.fht-row:after, .fht-overlay-row:after, .fht-cf:after {

		clear: both;
	}

	.fht-row, .fht-overlay-row, .fht-cf {

		zoom: 1;
	}
	/* @end */

	.fht-ico {

		text-indent: 1000%;
		white-space: nowrap;
		overflow: hidden;
	}

	.fht-required {

		display: -moz-inline-stack;
		display: inline-block;

		*display: inline;
		*zoom: 1;

		color: #f7931e;
		font-size: 13px; font-size: 1.3rem;
		font-weight: 900;
	}

	.fht-row, .fht-overlay-row {

		position: relative;
		width: 936px;
		max-width: 100%;
		min-width: 936px;
		margin: 0 auto;
	}

		.fht-row .fht-row,
		.fht-overlay-row .fht-overlay-row {

			width: auto;
			max-width: none;
			min-width: 0;
			margin: 0 -20px;
		}

		.fht-row-extended {

			position: relative;
			width: auto;
			margin-top: 5px;
		}


	.fht-col, .fht-overlay-col {

		position: relative;
		float: left;
		min-height: 1px;
		padding: 0 20px;
	}

		.fht-col-span1 { width: 8.33%; }
		.fht-col-span2 { width: 16.66%; }
		.fht-col-span3 { width: 25%; }
		.fht-col-span4 { width: 33.33%; }
		.fht-col-span5 { width: 41.66%; }
		.fht-col-span6 { width: 50%; }
		.fht-col-span7 { width: 58.33%; }
		.fht-col-span8 { width: 66.66%; }
		.fht-col-span9 { width: 75%; }
		.fht-col-span10 { width: 83.33%; }
		.fht-col-span11 { width: 91.66%; }
		.fht-col-span12 { width: 100%; }
		.fht-col-nopad { padding: 0; }
		.fht-col-nopad-left { padding-left: 0; }
		.fht-col-nopad-right { padding-right: 0; }
		.fht-col + .fht-col:last-child { float: right; }
		.fht-col + .fht-col.fht-end { float: left; }


		.fht-overlay-col-span40 { width: 40%; }
		.fht-overlay-col-span60 { width: 60%; }

		.fht-col-border-topbot { border-top: 2px solid #231f20; border-bottom: 2px solid #231f20; }

	.fht-theme-primary { color: #0093CD; }


	a.fht-link.fht-link:link, a.fht-link.fht-link:visited {

		text-decoration: underline;
	}

	a.fht-link.fht-link:hover, a.fht-link.fht-link:active {

		text-decoration: underline;
	}

	a.fht-link-primary.fht-link-primary:link, a.fht-link-primary.fht-link-primary:visited {

		color: #00aeef;
	}

	a.fht-link-primary.fht-link-primary:hover, a.fht-link-primary.fht-link-primary:active {

		color: #00aeef;
	}

	.fht-img-resize img {
		
		width: 100%;
		height: auto;
	}

	.fht-related-links  {
		background-color: #c0dff1;
		margin-left: 50px;
	}

	.fht-error {

		display: block;
		color: #aa0033;
		background-color: #ffcccc;
		border: 1px solid #aa0033;
		padding: 10px;
	}

		dl.fht-error {
			margin-top: 10px;
			margin-bottom: 10px;
		}

	.fht-message {
		display: block;
		border-width: 1px;
		border-style: solid;
		padding: 10px;
		margin: 36px 0px 24px;
	}

		.fht-message-caution {
			color: #333333;
			border-color: #ada491;
			background-color: #fdf4e1;
		}

	.fht-center {

		text-align: center;
	}

	.fht-hidden {

		display: none;
	}

	.fht-right {

		float: right;
	}
	
	.fht-left {

		float: left;
	}

	.fht-col-nofloat {

		float: none;
	}

	.fht-loading {

		background: transparent url('images/fht-loading.gif') 7px center no-repeat;
	}

		.fht-input.fht-loading {

			padding-left: 50px;
			background: transparent url('images/fht-loading.gif') 7px center no-repeat;
		}

	.fht-list {

		list-style-type: none;
	}

		ul.fht-list-normal {

			margin: 0;
			padding: 0;
		}

			ul.fht-list-normal li {

				margin: 0 0 10px;
				padding: 0;
			}

		.fht-list-horiz li {

			display: -moz-inline-stack;
			display: inline-block;
			*display: inline;
			*zoom: 1;
		}

		.fht-list-vert li {

			display: block;
		}
		
		ul.fht-list-post-nav {
		
			margin: 0;
			padding: 10px 0;
			border-top: 1px solid #c9cacc;
			border-bottom: 1px solid #c9cacc;
		}

			ul.fht-list-post-nav li {
				
				margin: 0;
				padding: 0;
			}

			
		.fht-list-divider li {

			padding-right: 10px;
			margin-right: 10px;
			border-right: 1px solid #13b5ea;
		}

			.fht-lang .fht-list-divider li {

				border-color: #13b5ea;
				padding-right: 7px;
				margin-right: 7px;
			}

			.fht-list-social li {

				margin-right: 8px;
				margin-bottom: 8px;
			}

				.fht-list-social li.fht-end {

					margin-right: 0;
				}

		.fht-list-options {


		}

			ul.fht-list-options li {

				margin-left: 10px;
			}

			.fht-list-options input[type=checkbox],
			.fht-list-options input[type=radio] {

				margin-right: 10px;
			}

		.fht-list-alerts {

			margin-top: 30px;
			font-size: 12px; font-size: 1.2rem;
		}

			.fht-row .fht-row.fht-list-alerts {

				margin-top: 30px;
			}

			.fht-list-alerts h3 {

				line-height: 22px; line-height: 2.2rem;
				margin-bottom: 20px;
				min-height: 44px;
				vertical-align: bottom;
			}

			.fht-list-alert-item-title {

				font-size: 16px; font-size: 1.6rem;
			}

				.fht-list-alert-item-title a:link, .fht-list-alert-item-title a:visited {

					font-weight: 600;
					color: #222222;
					text-decoration: none;
				}

				.fht-list-alert-item-title a:hover, .fht-list-alert-item-title a:active {

					font-weight: 600;
					color: #222222;
					text-decoration: underline;
				}

			.fht-list-alert-item-description {

				margin-bottom: 20px;
			}

				.fht-list-alert-item-description p {

					margin-bottom: 7px;
				}

				.fht-list-alert-item-description a.more-link {

					clear: none;
					float: right;
					width: auto;
					font-size: 12px; font-size: 1.2rem;
					margin-top: 0;
				}

	.fht-list-primary {

		margin: 0;
	}

		.fht-list-primary li {

			margin: 0 0 20px;
		}

			.fht-page-content ul.fht-list-primary li {

				margin: 0 0 20px;
			}

	.fht-list-secondary {


	}

		.fht-list-secondary li {

			margin: 0 0 10px;
		}

	ul.fht-list-xt-footnotes {
	
		margin: 0;
		padding: 0;
	}

		ul.fht-list-xt-footnotes li {
		
			margin: 0;
			padding: 0;
		}



/* @end - FHT Framework Styles */

/* @begin - FHT Styles */


		.fht-mobile-search, .fht-nav-trigger {

			display: none;
		}

		.fht-alert-title, .fht-alert-text {

			font-weight: bold;
			text-transform: uppercase;
		}

			h3.fht-alert-text {

				text-transform: none;
			}


			.fht-alert-labels {

				padding-bottom: 10px;
				border-bottom: 4px solid #000000;
				font-size: 13px; font-size: 1.3rem;
			}
			.fht-alert img { display: none; }

			.fht-alert-text {

				font-family: "proxima-nova-n8","proxima-nova","Arial",sans-serif;
				font-weight: 800;
			}
			
			.fht-alert-text.fht-alert-E { 	color: #ED1C24; }
			.fht-alert-text.fht-alert-D { 	color: #F7941E; }
			.fht-alert-text.fht-alert-C { 	color: #939598; }
			
			.fht-list-alerts .fht-alert-text.fht-alert-E { 	border-bottom: #ED1C24 3px solid;	}
			.fht-list-alerts .fht-alert-text.fht-alert-D { 	border-bottom: #F7941E 3px solid;	}
			.fht-list-alerts .fht-alert-text.fht-alert-C { 	border-bottom: #939598 3px solid;	}
			


			.fht-alert.fht-alert-E { background-color: #ED1C24; color: #ffffff; }
			.fht-alert.fht-alert-D { background-color: #F7941E; color: #ffffff; }

			.fht-info-alternate-title.fht-alert {

				padding-top: 15px;
				padding-bottom: 10px;
				-webkit-box-shadow: inset 0 5px 0 #ffffff;
				-moz-box-shadow: inset 0 5px 0 #ffffff;
				box-shadow: inset 0 5px 0 #ffffff;
			}

			.fht-info-alternate-description.fht-alert {

				max-height: 30px;
				overflow: hidden;
			}

		.fht-logo {

			position: relative;
			z-index: 9999;
			display: block;
			float: left;
			width: 273px;
			height: 50px;
			margin: 8px 20px 0 0;
		}

			.fht-logo a {

				display: block;
				width: 273px;
				height: 50px;

				text-indent: 1000%;
				white-space: nowrap;
				overflow: hidden;



				background: url('images/fht-logo-bg.gif');
	  			background-image: url('images/fht_logo.svg'), none;

	  			background-color: transparent;
				background-position: top left;
				background-repeat: no-repeat;
			}

		.fht-lang {

			color: #0094d2;
			font-family: 'Arial', sans-serif;
			font-size: 11px; font-size: 1.1rem;
			line-height: 8px;
			margin-top: 18px;
			text-align: right;
		}

			.fht-lang ul {

				text-align: right;
			}

			.fht-lang li:last-child,
			.fht-lang li.last {

				border-right: 0;
				margin-right: 0;
				padding-right: 0;
			}

		.fht-title-primary {

			color: #00aeef;
			margin-bottom: 10px;
			padding-bottom: 10px;

			line-height: 26px; line-height: 2.6rem;

			font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
			font-weight: 700;
		}
		
		.fht-mini-module h4 {
			font-size: 	1.4rem;
			line-height: 1.4rem;
			text-transform: uppercase;
			margin-top: 14px;
		}

			.home .fht-title-primary {

				text-transform: uppercase;
			}

			.fht-title-primary.fht-title-primary-line {

				border-bottom: 1px solid #a7a9ac;
			}

		.fht-title-secondary {
		
			font-size: 28px; font-size: 2.8rem;
			color: #037cba;
			text-transform: uppercase;
		}

		.fht-title-custom {

			color: #a4cf5f;
		}

		.fht-page-content h3.fht-title-xt-post {
		
			font-size: 36px; font-size: 3.6rem;
			font-family: "proxima-nova-n9","proxima-nova","Arial",sans-serif;
			font-weight: 900;
			line-height: 34px; line-height: 3.4rem;
			margin-bottom: 18px;
		}

		.fht-page-content h3.fht-title-xt-cat-post {
		
			font-size: 36px; font-size: 3.6rem;
			font-family: "proxima-nova-n9","proxima-nova","Arial",sans-serif;
			font-weight: 900;
			line-height: 34px; line-height: 3.4rem;
			margin-top: 0;
		}

		.fht-page-content h3.fht-title-xt-featured {
		
			font-size: 16px; font-size: 1.6rem;
			margin-top: 0;
			margin-bottom: 20px;
		}

		.fht-btn {

			border: 2px solid #ffffff;
			padding: 5px 8px;
			color: #ffffff;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			cursor: pointer;
			white-space: nowrap;

			font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
			font-weight: 800;
		}
		
		.fht-btn:hover, .fht-btn:link, .fht-btn:visited, .fht-btn:active {
			
			color: #ffffff;
			text-decoration: none;
		}

			input[type="submit"].fht-btn {

				-webkit-appearance: none;
				border-radius: 5px;
			}

			.fht-btn-action {

				cursor: pointer;
			}

			.fht-btn-large {

				width: 100%;
				text-align: left;
				font-size: 20px; font-size: 2.0rem;
				font-weight: bold;
				text-transform: uppercase;
			}

			.fht-btn-medium {

				font-size: 18px; font-size: 1.8rem;
				font-weight: 400;
			}

			.fht-btn-extended {

				margin-left: 10px;
				margin-right: 10px;
			}

			.fht-btn-primary {

				background-color: #00aeef;
				border-color: #00aeef;
				color: #ffffff;
			}

			.fht-btn-secondary {

				background-color: #f7931e;
				border-color: #f7931e;
				color: #ffffff;
			}

				.fht-btn-secondary a:link, .fht-btn-secondary a:visited {

					color: #ffffff;
					text-decoration: none;
				}

				.fht-btn-secondary a:hover, .fht-btn-secondary a:active {

					color: #ffffff;
					text-decoration: none;
				}

			.fht-btn-unsubscribe {
				
				background-color: #00afed;
				border-color: #00afed;
				color: #ffffff;
			}

				.fht-btn-unsubscribe a:link, .fht-btn-unsubscribe a:visited {

					color: #ffffff;
					text-decoration: none;
				}

				.fht-btn-unsubscribe a:hover, .fht-btn-unsubscribe a:active {

					color: #ffffff;
					text-decoration: none;
				}

			input[type="submit"].fht-btn-xt-footnotes {
			
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0;
				padding: 4px 8px;
			}

			.fht-btn-xt-post-readmore {
			
				display: -moz-inline-stack;
				display: inline-block;
				*display: inline;
				*zoom: 1;
				
				position: relative;
				width: auto;
				text-transform: uppercase;
				border: 2px solid #13b5ea;
				color: #13b5ea;
				padding: 6px 40px;
				margin: 10px 0 50px;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0;
			}

				.fht-page-content a.fht-btn-xt-post-readmore:hover, 
				.fht-page-content a.fht-btn-xt-post-readmore:active {
				
					color: #ffffff;
					background-color: #13b5ea;
				}

		.fht-header-super {

			min-height: 94px;

			background: url('images/fht-super-header-bg.jpg');
			background-image: url('images/fht-super-header-bg.svg'), none;
			background-color: #ffffff;
			background-repeat: no-repeat;
			background-position: center top;
			background-size: 1224px;
		}

		.fht-banner-super {

			height: 444px;
			overflow: hidden;
			background-color: #a3d2ec;
		}

		.fht-banner-normal {


		}

		.fht-footer-super {

			display: block;
			padding: 20px 0;
			border-top: 8px solid #ccda29;
			padding-bottom: 200px;

			background: url('images/fht-footer-bg.png');
			background-image: url('images/fht_footer.svg'), none;
			background-color: #0095D3;
			background-repeat: no-repeat;
			background-position: center bottom;
			background-size: 1600px;
		}

		.fht-page-options {

			margin-bottom: 30px;
		}
		.fht-breadcrumbs {

			width: auto;
			float: left;
			max-width: 722px;
			font-size: 14px; font-size: 1.4rem;
		}

			.fht-breadcrumbs-item {

				margin-left: 0;
				margin-right: 10px;
				padding-right: 20px;
				background: transparent url('images/fht-breadcrumb-item.png') right center no-repeat;
			}

				.fht-breadcrumbs-item-last {

					background-image: none;
					margin-right: 0;
					padding-right: 0;
				}

			.fht-breadcrumbs-item a:link, .fht-breadcrumbs-item a:visited {

				color: #0093CD;
				text-decoration: none;
			}

			.fht-breadcrumbs-item a:hover, .fht-breadcrumbs-item a:active {

				color: #0093CD;
				text-decoration: none;
			}

		.fht-nav {

			position: relative;
			font-size: 21px; font-size: 2.1rem;
			text-transform: uppercase;
		}

			.fht-nav a {

				display: block;
				width: 100%;
				height: 100%;
			}

			.fht-nav a:link, .fht-nav a:visited {

				color: #0093cd;
				text-decoration: none;
			}

			.fht-nav a:hover, .fht-nav a:active {

				color: #ffffff;
				text-decoration: none;
			}

			.fht-nav-item {

				position: relative;
				font-family: "proxima-nova-n6", "proxima-nova", "Arial", sans-serif;
				font-weight: 600;
				color: #13b5ea;
				margin-right: 10px;
				padding: 0 15px;
				line-height: 61px; line-height: 6.1rem;
			}

				.fht-nav-item:hover {

					color: #ffffff;
					background-color: #0093cd;
				}

				.fht-nav-item:hover a {

					color: #ffffff;
				}

			.fht-list.fht-nav .fht-sub-nav {

				font-family: "proxima-nova", "Arial", sans-serif;
				/*font-family: 'proxima_nova_rgregular';*/
				display: none;
				position: fixed;
				left: 0;
				right: 0;
				background-color: #0093cd;
				padding: 10px 20px 20px 20px;
				z-index: 9999;

				-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
				-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
				box-shadow: 0 3px 5px rgba(0,0,0,0.3);
				/*margin-top: 38px;*/


				font-size: 13px; font-size: 1.3rem;
				text-transform: none;
			}

	/*				#menu-item-58 .fht-sub-nav {

					display: block !important;
				}
	*/

				/* @note - This triggers the sub nav menu */
				/*.fht-nav li:hover .fht-sub-nav { display: block; }*/

				.fht-sub-nav-row {

					display: block;
					margin: 0 auto;
					width: 936px;
					height: auto;
					line-height: normal;
				}

					/*
					.fht-nav-template-b .fht-sub-nav-row .fht-list.fht-list-vert {

						width: 25%;
						float: right;
					}
					*/

					.fht-sub-nav-row a:link,
					.fht-sub-nav-row a:visited {

						color: #ffffff;
						text-decoration: none;
					}

					.fht-sub-nav-row a:hover,
					.fht-sub-nav-row a:active {

						color: #ffffff;
						text-decoration: none;
					}

					.fht-sub-nav-row .fht-list.fht-list-vert li.fht-col {

						float: left;
					}

					.fht-sub-nav-item {


						-webkit-column-break-inside: avoid;
						-moz-column-break-inside: avoid;
						-ms-column-break-inside: avoid;
						-o-column-break-inside: avoid;
						break-inside: avoid;
					}


				.fht-list-horiz li.fht-sub-nav-title {

					text-transform: uppercase;
					font-weight: bold;
					display: block;
					margin: 15px 0;
				}

					.fht-list-horiz li.fht-sub-nav-title.fht-col-span3 {

						margin: 15px 0 0;
					}

					.fht-sub-nav-title .fht-list.fht-list-vert {

						font-weight: normal;
						text-transform: none;
						margin-top: 15px;
					}

					.fht-sub-nav-title a {

						display: block;
					}

				.fht-sub-nav-widget {

					display: block;
					margin: 18px 0 0;
					padding: 15px 0 0;

					border-top: 1px solid #ffffff;
					font-family: "proxima-nova-n3", "proxima-nova", "Arial", sans-serif;
					font-weight: 300;
					font-size: 18px; font-size: 1.8rem;
					text-transform: uppercase;
				}

					.fht-sub-nav-widget.fht-sub-nav-lines {

						font-size: 13px; font-size: 1.3rem;
					}

						.fht-sub-nav-widget.fht-sub-nav-lines a {

							display: none;
						}

						.fht-sub-nav-widget.fht-sub-nav-lines ul a {

							display: block;
						}

					.fht-sub-nav-widget p {


					}

					.fht-sub-nav-widget h3 {

						font-size: 36px; font-size: 3.6rem;
						margin: 5px 0 15px 0;
					}

					.fht-sub-nav-widget h4 {

						font-size: 16px; font-size: 1.6rem;
					}


					.fht-sub-nav-widget ul {

						text-transform: none;
					}

					.fht-sub-nav-widget .fht-list.fht-list-horiz li {

						display: -moz-inline-stack;
						display: inline-block;
						*display: inline;
						*zoom: 1;

						margin-right: 30px;
					}

					.fht-sub-nav-widget ul li {

						margin: 0;
						padding: 0;
					}

						.fht-sub-nav-widget ul.fht-list-normal li {

							margin-bottom: 10px;
						}

						.fht-sub-nav-widget a.more-link:link, .fht-sub-nav-widget a.more-link:visited {

							color: #ffffff;
						}

						.fht-sub-nav-widget a.more-link:hover, .fht-sub-nav-widget a.more-link:active {

							color: #ffffff;
						}

		.fht-nav-lower-content a {

			display: inline;
		}

		.fht-slideshow {

			position: absolute;
			top: 0;
			left: 50%;
			margin-left: -828px;
			height: 444px;
			text-align: center;
		}

		.fht-input {

			display: block;
			padding: 5px 8px;

			font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
			font-weight: 700;
			border: 1px solid #333333;

			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}

			.fht-input-xt-footnotes {
			
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0;
				float: left;
				border-color: #666666;
			}

			.fht-input-full {

				font-size: 14px; font-size: 1.4rem;
				width: 100%;
				margin-top: 10px;
			}

			.fht-input-notices {

				width: 100%;
				margin-top: 10px;
				margin-bottom: 10px;
			}

			.fht-input-inline {

				display: -moz-inline-stack;
				display: inline-block;

				*display: inline;
				*zoom: 1;
			}
			.fht-input-search {

				margin-top: 5px;
				border-color: #13b5ea;
				font-family: "proxima-nova-n6","proxima-nova","Arial",sans-serif;
				font-weight: 600;
				font-size: 20px; font-size: 2.0rem;
				color: #13b5ea;
				text-transform: uppercase;

				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
			}

				.fht-input-search:focus {

					outline: none;
				}

			.fht-input-checkbox {

				margin-right: 10px;
			}

		.fht-overlay-text {

			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			padding: 15px 0;
			display: block;
			color: #ffffff;
			background-color: rgba(0,14,24,0.5);
		}

			.fht-banner-blog .fht-overlay-text {

				background: transparent url('images/fht-header-blg-bg.jpg') center top no-repeat;
				position: relative;
				height: 107px;
				bottom: auto;
				right: auto;
				left: auto;
				padding: 9px 0;
			}

				.fht-banner-blog .fht-overlay-text h1 {
				
					display: block;
					width: 936px;
					margin: 0 auto;
					text-transform: uppercase;
					font-size: 98px; font-size: 9.8rem;
					color: #ffffff;
				}

			.fht-banner-normal .fht-overlay-text {

				background: transparent url('images/fht-banner-normal-bg.gif') center top repeat-y;
				position: relative;
				bottom: auto;
				right: auto;
				left: auto;
			}

			.fht-overlay-text .fht-btn-primary {

				width: 118px;
				font-family: "proxima-nova-n7", "proxima-nova", "Arial", sans-serif;
				font-weight: 700;
				/*font-family: 'proxima_novabold', 'Arial', sans-serif;*/
				font-size: 14px; font-size: 1.4rem;
			}

			.fht-overlay-text .fht-btn-secondary {

				width: 162px;
				margin-left: 15px;
				font-family: "proxima-nova-n7", "proxima-nova", "Arial", sans-serif;
				font-weight: 700;
				/*font-family: 'proxima_novabold', 'Arial', sans-serif;*/
				font-size: 14px; font-size: 1.4rem;
			}

			.fht-overlay-title {

				float: left;
				color: #FFFFFF;
				width: 196px;
				margin: 0 10px 0 0;
				font-family: "proxima-nova-n8", "proxima-nova", "Arial", sans-serif;
				font-weight: 700;
				text-transform: uppercase;
			}

			.fht-overlay-btn {

				display: -moz-inline-stack;
				display: inline-block;
				*display: inline;
				*zoom: 1;

				width: 68px;

				background-color: transparent;
				margin-right: 7px;

				font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
				font-weight: 700;
				font-size: 14px; font-size: 1.4rem;
				padding: 5px 8px;
				text-align: center;
			}

				.fht-overlay-btn.selected {

					background-color: #ffffff;
					color: #000000;
				}

			.fht-overlay-label {

				font-family: "proxima-nova", "Arial", sans-serif;
				/*font-family: 'proxima_novabold', 'Arial', sans-serif;*/
				font-size: 24px; font-size: 2.4rem;
				font-weight: bold;
				margin-right: 5px;
				margin-left: -5px;
			}

			.fht-overlay-input {

				display: -moz-inline-stack;
				display: inline-block;

				*display: inline;
				*zoom: 1;

				color: #000000;
				border: 3px solid #ffffff;
				padding: 6px 8px;
				margin-right: 10px;

				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
				font-weight: 700;
				font-size: 13px; font-size: 1.3rem;
			}

				select.fht-overlay-input {

					border: 2px solid #045168;
					height: 34px;
					line-height: 34px;
					background: #ffffff url('images/fht-overlay-input-select-bg.gif') right center repeat-x;
				}

				.fht-overlay-input-small {

					width: 68px;
				}

				.fht-overlay-input-medium {

					width: 117px;
				}

				.fht-overlay-input-large {

					width: 256px;
					margin-right: 20px;
				}

					.fht-overlay-input-large.last {

						margin-right: 0;
					}

				.fht-overlay-input:last-child,
				.fht-overlay-input.last {

					margin-right: 0;
				}

					#fhtTPTravelType_sel.fht-overlay-input {

						width: 102px;
					}

		.fht-mini-module {

			border-bottom: 4px solid #000000;
			padding: 10px 0;
			margin-bottom: 10px;
			font-size: 12px; font-size: 1.2rem;
		}

			.fht-mini-module.fht-mini-module-alternate {
			
				padding-top: 0;
				border-style: solid;
				border-color: #12b5ea;
				border-width: 0 1px 1px 1px;
				margin-bottom: 22px;
			}

			.fht-mini-module a:link, .fht-mini-module a:visited {

				color: #000000;
				text-decoration: none !important;
			}

			.fht-mini-module a:hover, .fht-mini-module a:active {

				color: #000000;
				text-decoration: none !important;
			}

			.fht-mini-module .fht-title-primary {
				text-transform: uppercase;
			}

			.fht-mini-module-title {

				font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
				font-weight: 700;

				line-height: 28px; line-height: 2.8rem;
				color: #00aeef;
			}

				.fht-mini-module.fht-mini-module-alternate .fht-mini-module-title {
			
					margin-top: 0;
					background-color: #12b5ea;
					border-bottom: 5px solid #c1d42f;
					color: #ffffff;
					text-align: center;
					font-size: 14px; font-size: 1.4rem;
				}
				
				.fht-mini-module.fht-mini-module-alternate ul {
					list-style-type: none;	
				}
				
				.fht-mini-module.fht-mini-module-alternate li {
					margin-left: 10px !important;
				}

				.home .fht-mini-module-title {

					text-transform: uppercase;
				}



			.fht-mini-module-alt {

				margin: 10px 0;
				padding: 10px;
				background-color: #e1f4fd;
				border-bottom-width: 0;
			}

			.fht-mini-module-alt h3.widget-title {
				text-transform: uppercase;
			}

			.fht-mini-module-alt .tagcloud {
				padding-top: 10px;
			}

			.fht-mini-module-none {
				background-color: transparent;
			}

			.fht-mini-module-sectionlist {
				background-color: #e9e8e7;
			}

			.fht-mini-module-sectionlist h3 {
				text-transform: uppercase !important;
			}

			.fht-mini-module-sectionlist a, .fht-mini-module-sectionlist a:hover, .fht-mini-module-sectionlist a:visited {
				text-decoration: none !important;
			}

				.fht-mini-module-alt .fht-title-primary {

					color: #231f20;
					border-bottom-width: 0;
				}

				.fht-mini-module-alt ul li {

					list-style-type: none;
				}

				.fht-mini-module-alt a:link, .fht-mini-module-alt a:visited {

					color: #000000;
					text-decoration: none;
				}

				.fht-mini-module-alt a:hover, .fht-mini-module-alt a:active {

					color: #000000;
					text-decoration: none;
				}

			.fht-mini-module-callout {

				background-color: #e1f4fd;
				border: 1px solid #00aeef;
				-webkit-border-radius: 7px;
				-moz-border-radius: 7px;
				border-radius: 7px;
				padding: 0;
				font-size: 12px; font-size: 1.2rem;
			}

				.fht-mini-module-callout-title {

					background-color: #00aeef;
					color: #ffffff;
					padding: 10px 15px;

					-webkit-border-top-left-radius: 5px;
					-webkit-border-top-right-radius: 5px;
					-moz-border-top-left-radius: 5px;
					-moz-border-top-right-radius: 5px;
					border-top-left-radius: 5px;
					border-top-right-radius: 5px;
				}

					.home .fht-mini-module-callout-title {

						text-transform: uppercase;
					}

				.fht-mini-module-callout .fht-mini-module-description-item {

					font-family: "proxima-nova-n5","proxima-nova","Arial",sans-serif;
					font-weight: 500;
				}

			.fht-mini-module-description {

				padding: 10px 15px;
			}

				.fht-mini-module-alternate .fht-mini-module-description {
				
					padding: 10px;
				}

				.fht-mini-module-description-item {

					padding: 5px 0;
					border-bottom: 1px solid #00aeef;
				}

				.fht-mini-module-description-item:last-child,
				.fht-mini-module-description-item.last {

					border-bottom: 0;
				}

			.fht-mini-module-alternate dt {
			
				font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
				font-weight: 700;
				font-size: 14px; font-size: 1.4rem;
				color: #13b5ea;
			}

		.fht-form {


		}

			.fht-form fieldset {

				border-width: 0;
			}

			.fht-form-legend {

				font-weight: 700;
				margin-bottom: 5px;
			}

			.fht-form-login {

				margin-top: 10px;
			}


			.fht-form-row {

				display: block;
				margin-bottom: 20px;
			}

				.fht-row-extended .fht-form-row {

					margin-bottom: 10px;
				}

				.fht-form-row.last {

					margin-bottom: 5px;
				}



		.fht-main {

			margin: 20px auto;
		}

			.fht-main a:link, .fht-main a:visited {
			
				color: #00aeef;
			}

			.fht-main a:hover, .fht-main a:active {
				
				color: #00aeef;
			}

			.fht-main a.fht-btn-primary:link, .fht-main a.fht-btn-primary:visited {
			
				color: #ffffff;
			}

			.fht-main a.fht-btn-primary:hover, .fht-main a.fht-btn-primary:active {
				
				color: #ffffff;
			}


		.fht-footer {

			color: #ffffff;
			min-height: 184px;
		}

			.fht-footer-mission {

				margin-bottom: 15px;
				padding-bottom: 15px;
				border-bottom: 3px solid #ffffff;
			}

				.fht-footer-mission .fht-list.fht-list-horiz li {

					margin-left: 10px;
				}

			.fht-footer-title {

				font-family: "proxima-nova-n4","proxima-nova","Arial",sans-serif;
				font-weight: 400;
				font-size: 28px; font-size: 2.8rem;
				text-transform: none;
				margin-bottom: 10px;
			}

			.fht-footer-description {

				font-family: "proxima-nova-n3","proxima-nova","Arial",sans-serif;
				font-weight: 300;
				font-size: 20px; font-size: 2.0rem;
			}

			.fht-footer-subfooter {

				display: block;
				height: 70px;
				background-color: #0095D3;
			}

		.fht-footer-credits {

			min-height: 0;
		}

		.fht-meta {

			border-bottom: 3px solid #000000;
			padding-bottom: 5px;
		}

			.fht-meta dt, .fht-meta dd {

				float: left;
			}

			.fht-meta dt {

				clear: both;
			}
			.fht-meta dt:after {

				content: "=";
				color: #333333;
				padding-left: 5px;
				margin-right: 5px;
			}




			.search-box input[type=submit] {

				display: none;
			}

		.fht-info-headline {

			border-top: 1px solid #a7a9ac;
			padding: 10px 0;
		}

			.fht-info-headline-title {

				font-size: 28px; font-size: 2.8rem;
				font-weight: bold;
				margin-bottom: 10px;
			}

			.fht-info-headline-description {

				font-size: 18px; font-size: 1.8rem;
			}

		.fht-thumbnail-resize {
		
			width: 100%;
			height: auto;
		}

		.fht-info-primary {

			position: relative;
		}

			.fht-info-primary-item {

				list-style-type: none;
				margin: 15px 0 0;
				padding-top: 15px;
				border-top: 1px solid lightgrey;
			}

			.fht-info-primary a:link,
			.fht-info-primary a:visited {

				color: #333333;
				text-decoration: none;
			}

			.fht-info-primary a:hover,
			.fht-info-primary a:active {

				color: #333333;
				text-decoration: none;
			}

			.fht-info-primary-title {

				color: #231f20;
				font-size: 24px; font-size: 2.4rem;
			}

				.fht-news .fht-info-primary-title {

					font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
					font-weight: 700;
				}

				.fht-mini-module .fht-news .fht-info-primary-title a:link, .fht-mini-module .fht-news .fht-info-primary-title a:visited {

					color: #000000;
					text-decoration: none;
				}

				.fht-mini-module .fht-news .fht-info-primary-title a:hover, .fht-mini-module .fht-news .fht-info-primary-title a:active {

					color: #000000;
					text-decoration: none;
				}

			.fht-info-primary-description {

				font-size: 14px; font-size: 1.4rem;
				position: relative;
			}

				.fht-info-primary-description img {

					float: left;
					margin-right: 15px;
					margin-bottom: 15px;
				}

			.fht-info-primary-more {

				font-size: 14px; font-size: 1.4rem;
				display: block;
				position: absolute;
				bottom: 5px;
				right: 0;
			}

		.fht-info-secondary {

			position: relative;
		}

			.fht-info-secondary a:link, .fht-info-secondary a:visited {

				color: #333333;
				text-decoration: none;
			}

			.fht-info-secondary a:hover, .fht-info-secondary a:active {

				color: #333333;
				text-decoration: none;
			}

			.fht-info-secondary-title {

				font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
				font-weight: 700;
				font-size: 14px; font-size: 1.4rem;
				font-weight: bold;
				text-transform: uppercase;
				border-top: 1px solid #a7a9ac;
				padding: 7px 10px 0;
			}

			.fht-info-secondary-description {

				position: relative;
				font-size: 12px; font-size: 1.2rem;
				margin-bottom: 5px;
				padding: 0 10px 30px;
			}

			.fht-info-secondary-more {

				font-size: 12px; font-size: 1.2rem;
				position: absolute;
				bottom: 0;
				right: 0;
			}

		.fht-info-alternate {


		}

			.fht-info-alternate-title {

				font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
				font-weight: 700;
				font-size: 12px; font-size: 1.2rem;
				font-weight: bold;
				border-top: 1px solid #a7a9ac;
				padding: 7px 10px 0;
				margin-top: 5px;
			}

				.fht-info-alternate-title.first {

					border-top-width: 0;

					-webkit-box-shadow: inset 0 3px 0 #ffffff;
				-moz-box-shadow: inset 0 3px 0 #ffffff;
				box-shadow: inset 0 3px 0 #ffffff;
				}

			.fht-info-alternate-description {

				margin-bottom: 5px;
				padding: 0 10px 7px;
			}

		.fht-footer-cell {

			border-right: 3px solid #ffffff;
			min-height: 140px;
		}

			.fht-footer-cell a:link, .fht-footer-cell a:visited {

				color: #ffffff;
				text-decoration: none;
			}

			.fht-footer-cell a:hover, .fht-footer-cell a:active {

				color: #ffffff;
				text-decoration: none;
			}

			.fht-footer-cell-title {

				text-transform: none;
			}

			.fht-footer-cell:last-child,
			.fht-footer-cell.last {

				border-right: 0;
			}

			.fht-footer-cell .fht-list .sub-menu {

				margin-top: 10px;
			}

			.fht-footer-cell .fht-list li {

				list-style-type: none;
				font-size: 18px; font-size: 1.8rem;
				text-transform: uppercase;
			}

				.fht-footer-cell .fht-list li ul li {

					font-size: 14px; font-size: 1.4rem;
					text-transform: lowercase;
					margin-bottom: 0;
				}

		.fht-post-thumb {

			float: left;
			margin-right: 15px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}

			.fht-post-slide {

				width: 100%;
			}

			.fht-post-slide h4 {

				margin-bottom: 15px;
			}

			.fht-post-slide-title {

				font-family: "proxima-nova-n7","proxima-nova","Arial",sans-serif;
				font-weight: 700;
			}

				.fht-mini-module .fht-post-slide-title a:link, .fht-mini-module .fht-post-slide-title a:visited {

					color: #000000;
					text-decoration: none;
				}

				.fht-mini-module .fht-post-slide-title a:hover, .fht-mini-module .fht-post-slide-title a:active {

					color: #000000;
					text-decoration: none;
				}

			.fht-post-slide-description {

				margin: 15px 0 0;
				font-size: 16px; font-size: 1.6rem;
			}

		.fht-page-content {

			font-size: 14px; font-size: 1.4rem;
		}

			.fht-page-content a:link, .fht-page-content a:visited {

				color: #0095D3;
				text-decoration: none;
			}

			.fht-page-content a:hover, .fht-page-content a:active {

				color: #0095D3;
				text-decoration: none;
			}

			.fht-page-content ul {

				margin-top: 10px;
			}

			.fht-page-content li {

				margin-left: 30px;
				margin-bottom: 10px;
			}

			.fht-page-content p {

				line-height: 22px; line-height: 2.2rem;
				margin: 20px 0;
			}

			.fht-page-content h1 {

				margin-bottom: 10px;
			}

				.line.fht-page-content h1 {

					margin-bottom: 0;
				}

			.fht-page-content h2 {

				font-size: 16px; font-size: 1.6rem;
				margin-top: 15px;
				margin-bottom: 30px;
				font-weight: normal;
			}

			.fht-page-content h3 {

				font-size: 26px; font-size: 2.6rem;
				margin-top: 20px;
				margin-bottom: 10px;
			}

				.fht-page-content-intro {

					margin-bottom: 20px;
				}

					.line.fht-page-content-intro p {

						font-family: "proxima-nova-n3", "proxima-nova", "Arial", sans-serif;
						font-weight: 300;
						font-size: 16px; font-size: 1.6rem;
						margin-top: 0;
					}

	.fht-list-col {

		list-style-type: none;
		margin: 10px 0;
	}

		.fht-list-col li {

			float: left;
			width: 25%;
			margin: 0;
		}

			.fht-list-col li ul li {

				float: none;
				list-style-type: none;
				margin: 0 0 10px 0;
				width: auto;
			}

	.fht-share {

		position: relative;
		float: right;
	}

		.gtfs-timetable .fht-share {

			margin: 18px 20px 20px;
			float: left;
		}

		.fht-share-item {

			cursor: pointer;
			position: relative;
			float: left;
			margin-right: 10px;
			text-indent: 1000%;
			white-space: nowrap;
			overflow: hidden;
			width: 25px;
			height: 23px;
			background: transparent url('images/fht-share-sheet-sml.gif') top left no-repeat;
		}

			.gtfs-timetable .fht-share-item {

				width: 36px;
				height: 32px;
				background: transparent url('images/fht-share-sheet.gif') top left no-repeat;
			}

		.fht-share #sharePrint {

			background-position: -25px 0;
		}

		.gtfs-timetable .fht-share #sharePrint {

			background-position: -36px 0;
		}



	.fht-modal-content {

		display: none;
		position: absolute;
		left: -25px;
		padding: 10px;
		bottom: 30px;
		width: 100px;
		background-color: white;
		border: 1px solid lightgrey;
	}


		.gtfs-timetable .fht-modal-content {

			left: -32px;
			bottom: 40px;
		}

		.fht-modal-content.fht-modal-active {

			display: block;
		}

		.fht-modal-content li {

			margin: 5px;
		}

		.fht-modal-content a:link, .fht-modal-content a:visited {

			color: #333333;
			text-decoration: none;
		}

		.fht-modal-content a:hover, .fht-modal-content a:active {

			color: #333333;
			text-decoration: none;
		}

	.fht-byline {
		font-size: 88%;
	}

	.fht-post-date {

	}

	.fht-post-author {
		font-weight: bold;
	}

	.fht-pdfpreview {
		width: 31px;
		height: 31px;
		background: url('images/icon_pdf_file.png') no-repeat scroll 0px 0px transparent;
	}

	.fht-pdfpreview a {
		cursor: pointer;
		display: block;
		height: 100%;
		width: 100%;
	}

	.fht-pdfpreview a > span {
		width: 0px;
		height: 0px;
		margin: 0px;
		padding: 0px;
		display: block;
		overflow: hidden;
	}

	/* @end - FHT Styles */

	/* @begin - GTFS Styles */

	.gtfs-map {

		position: relative;
		display: block;
		height: 500px;
		background-color: lightgrey;
		margin: 20px 0 10px;

		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

		.gtfs-map-label {

			position: absolute;
			top: 50%;
			left: 50%;
			width: 200px;
			height: 30px;
			margin-left: -100px;
			margin-top: -15px;
			z-index: 9999;
			text-align: center;
			font-size: 18px; font-size: 1.8rem;
		}
	/* @end - GTFS Styles */

.more-link {

	display: block;
	clear: both;
	text-align: right;
	margin-top: 15px;
	width: 100%;
	font-size: 14px; font-size: 1.4rem;
	font-family: "proxima-nova", "Arial", sans-serif;
	/*font-family: 'proximanova-bold','Arial',sans-serif;*/
}

a.more-link:link, a.more-link:visited {

	color: #00aeef;
	font-weight: bold;
	text-decoration: underline;
}

a.more-link:hover, a.more-link:active {

	color: #00aeef;
	font-weight: bold;
	text-decoration: underline;
}



#miniModuleBlog .fht-title-primary {

	border-bottom-width: 0;
	margin-bottom: 0;
}


#miniModuleBlog .fht-info-secondary-title {

	border-top-width: 0;
	padding-left: 0;
	padding-right: 0;
}

#miniModuleBlog .fht-info-secondary-description {

	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid lightgrey;
}

#miniModuleAlerts {

	display: none;
}

	.home #miniModuleAlerts {

		display: block;
	}

	#miniModuleAlerts a:link, #miniModuleAlerts a:visited {

		color: #ffffff;
	}

	#miniModuleAlerts a:hover, #miniModuleAlerts a:active {

		color: #ffffff;
	}

		#miniModuleAlerts .fht-alert.fht-alert-C a:link, #miniModuleAlerts .fht-alert.fht-alert-C a:visited {

			color: #939598;
		}

		#miniModuleAlerts .fht-alert.fht-alert-C a:hover, #miniModuleAlerts .fht-alert.fht-alert-C a:active {

			color: #939598;
		}

	.fht-trip-col-left, .fht-trip-col-right {
	
		padding: 0;
	}

	.fht-col-tripplanner-toggle {
	
		display: none;
	}

@media only screen and (max-width: 992px) {

	.fht-banner-super {

		height: auto;
	}

	.fht-overlay-text {

		position: relative;
		bottom: auto;
		top: auto;
		right: auto;
		background-color: #00adef;
	}

		.fht-overlay-text .fht-form-row {

			padding-left: 0;
			padding-right: 0;
		}

			.fht-overlay-text .fht-form-row .fht-col.fht-col-nopad {


			}

			.fht-overlay-text .fht-form-row .fht-col.fht-col-nopad label {

				width: 48%;
				margin-right: 0;
			}

				label[for="svcMetro"] {

					float: right;
				}

			.fht-overlay-text .fht-form-row .fht-col.fht-col-nopad input[type="text"] {

				width: 100%;
				margin-right: 0;
				margin-top: 10px;
			}

			.fht-overlay-text .fht-form-row .fht-col.fht-col-nopad select.fht-overlay-input {


			}

			.fht-overlay-text .fht-btn-extended {

				float: left;
				width: 48%;
				margin: 10px 0 0 0;
				border: 1px solid white;
			}

			.fht-overlay-text .fht-btn-secondary {

				width: 48%;
				float: right;
				margin: 10px 0 0 0;
				border: 1px solid black;
			}

				#fhtTPTravelType_sel.fht-overlay-input {

					width: 100%;
					display: block;
					clear: both;
					float: none;
				}

			.fht-overlay-input-medium {

				width: 71%;
				margin-top: 10px;
				margin-right: 0;
			}

			.fht-overlay-label {

				width: 10%;
				margin: 0;
				text-align: center;
			}

			.fht-overlay-input-small {

				width: 34%;
				margin-top: 10px;
				margin-right: 0;
			}

				#fhtTPMerid_sel, #fhtTPDay_sel {

					width: 25%;
					float: right;
					margin-top: 10px;
				}

		.fht-overlay-title {

			float: none;
			clear: both;
			margin-bottom: 10px;
		}

		select.fht-overlay-input {

			line-height: normal;
		}

	.fht-post-slide img {

		width: 100%;
		height: auto;
	}

	.fht-row,
	.fht-overlay-row {

		width: auto;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.fht-col, .fht-overlay-col {

		width: auto !important;
		float: none;
	}

	.fht-col:last-child, .fht-col + .fht-col:last-child,
	.fht-overlay-col:last-child, .fht-overlay-col + .fht-overlay-col:last-child {

		float: none;
	}

	.fht-col.fht-col-nopad,
	.fht-overlay-col.fht-col-nopad,
	.fht-col.fht-col-nopad-left,
	.fht-overlay-col.fht-col-nopad-left,
	.fht-col.fht-col-nopad-right,
	.fht-overlay-col.fht-col-nopad-right {

		padding-left: 20px;
		padding-right: 20px;
	}

	.fht-col:before, .fht-col:after,
	.fht-overlay-col:before, .fht-overlay-col:after {

		content: "";
		display: table;
	}

	.fht-col:after,
	.fht-overlay-col:after {

		clear: both;
	}

	.fht-footer-description {

		margin-bottom: 10px;
	}
	.fht-footer-cell {

		border-right-width: 0;
	}

	.fht-list-social li.fht-end {

		margin-right: 8px;
	}
	
	.fht-trip-col-left {

		padding-left: 0;
		float: left;
		width: 48% !important;
		padding-right: 0;
	}

	.fht-trip-col-right {

		float: right !important;
		padding-right: 0;
		width: 48% !important;
		padding-left: 0 !important;
	}

	.fht-trip-btn {

		width: 100% !important;
	}
}

/* @begin - Social Media Styles */

	.fht-social-scaled-icon {

		-webkit-transform: scale(0.675);
		-moz-transform: scale(0.675);
		-ms-transform: scale(0.675);
		transform: scale(0.675);
	}

	.fht-footer-mission .fht-list.fht-list-horiz li.fht-social-scaled-icon {

		width: 27px;
		height: 27px;
		margin-left: 10px;
	}

		.fht-footer-mission .fht-list.fht-list-horiz li.fht-social-scaled-icon .fht-link-fix {

	width: 40px;
	height: 40px;
}

	.fht-link-fix span { display: none; }
	a.fht-link-fix {position:relative; display:inline-block;}
	a.fht-link-fix:after {content:""; position:absolute; top:0; left:0; bottom:0; right:0;}

	.ie8 .fht-link-fix object { display: none; }
	.ie8 .fht-link-fix span { display: inline-block; }
/* @end - Social Media Styles */


#lifestream {

	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 200px;
}

	#lifestream li, #lifestream li:hover {

		color: #333333;
		border-bottom: 1px solid #333333;
	}

	#lifestream a:link, #lifestream a:visited {

		color: #333333;
	}

	#lifestream a:hover, #lifestream a:active {

		color: #333333;
	}

ul.related-links, ul.fht-section-links-list, ul.fht-alerts-links-list {


}
	ul.related-links-list li, ul.fht-section-links-list li, ul.fht-alerts-links-list li {

		margin-bottom: 15px;
	}

	ul.related-links-list a:link,
	ul.related-links-list a:visited,
	ul.fht-section-links-list a:link,
	ul.fht-section-links-list a:visited,
	ul.fht-alerts-links-list a:link,
	ul.fht-alerts-links-list a:visited,
	div.fht-mini-module a:visited,
	div.fht-mini-module a:link {

		color: #0093CD;
		text-decoration: underline;
	}

	ul.related-links-list a:hover,
	ul.related-links-list a:active,
	ul.fht-section-links-list a:hover,
	ul.fht-section-links-list a:active,
	ul.fht-alerts-links-list a:link,
	ul.fht-alerts-links-list a:visited {

		color: #0093CD;
		text-decoration: underline;
	}


@media only screen and (max-width: 640px) {


	/* @begin - Hide these elements in mobile version */
	.fht-mobile-hide, .fht-lang, .fht-search, .fht-slideshow,
	/*.home .fht-col.fht-col-span3,*/
	.fht-footer-mission .fht-list-horiz {

		display: none;
	}
	/* @end - Hide these elements in mobile version */
	
	.fht-col-tripplanner-toggle {
	
		display: block;
		color: #ffffff;
		font-size: 16px; font-size: 1.6rem;
		font-family: "proxima-nova-n6", "proxima-nova", "Arial", sans-serif;
		font-weight: 600;
		padding: 5px 20px;
	}
	
		.mobile-hide #fhtTripPlanner_form {
			
			display: none;
		}
	
		.fht-overlay-text {
			
			padding-top: 0;
		}
	
		.fht-overlay-text.mobile-hide {
		
			padding: 0;
		}

	.fht-mobile-search {

		display: block;
	}

		.fht-mobile-search.fht-hidden {

			display: none;
		}

	.fht-nav {

		display: none;
		position: relative;
		padding-top: 60px;
	}

		.fht-nav li {

			width: auto;
			display: block;
			margin-right: 0;
		}

		.fht-sub-nav {

			position: relative !important;
		}

		.fht-mobile-search {

			margin: 0 15px 10px;
			width: auto;
		}

			.fht-mobile-search input[type="text"] {

				width: 100%;
			}

		.fht-share {

			margin-top: -5px;
		}
		.fht-breadcrumbs {

			max-width: 70%;
		}

		.fht-nav-trigger {

			position: absolute;
			top: 15px;
			display: block;
			right: 20px;
			width: 36px;
			height: 30px;
			border-width: 0;
			z-index: 9999;
			background: transparent url('images/fht-nav-collapsed.gif') top left no-repeat;
		}

			.fht-nav-active {

				display: block;
			}

	.fht-title-primary.fht-title-primary-line {

		border-bottom-width: 0;
	}

	.fht-header-super {

		display: none;
		background-image: none;
		min-height: 36px;
	}

	.fht-logo, .fht-logo a {

		height: 36px;
		width: 200px;
		background-size: auto 100%;
	}

		.fht-logo {

			margin: 10px 20px;
		}

		.cycle-slide {

			background-color: #d1d2d4;
		}

			.cycle-slide h4, .fht-post-slide-description {

				margin: 10px 20px;
			}

			.cycle-slide img {

				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0;
			}

		.gtfs-timetable .fht-share {

			margin: 0 0 10px;
			float: none;
		}

			.gtfs-timetable .fht-share .fht-list.fht-list-horiz {

				text-align: center;
			}

		.fht-page-aside .fht-col-nopad {

			padding: 0;
		}

	.fht-footer-cell {

		margin-bottom: 25px;
		min-height: 0;
	}

		.fht-footer-cell .fht-list .sub-menu {

			margin-top: 0;
		}
}


.fht-col.fht-mobile-alerts {

	clear: both;
	float: none;
	margin: 0;
	padding: 0;
}

	.fht-mobile-alerts-trigger {

		background-color: #ccda23;
		color: #ffffff;
		font-size: 16px; font-size: 1.6rem;
		font-family: "proxima-nova-n6", "proxima-nova", "Arial", sans-serif;
		font-weight: 600;
		padding: 5px 20px;
	}

	.fht-mobile-alerts-description {

		display: none;
		padding-left: 20px;
		padding-right: 20px;
	}

		.fht-mobile-alerts-description.extended {

			display: block;
		}


@media only screen and (max-width: 460px) {

	iframe {

		width: 100% !important;
		height: auto;
	}
	
	.fht-page-content.fht-page-content-intro .attachment-full.wp-post-image {
		width: 100%;
		height: auto;	
	}
	.fht-footnotes-list-link a {
		font-size: 1.0rem;
	}
	
	.fht-banner-blog .fht-overlay-text h1 {
		font-size: 4.8rem;
	}
	
	
}

.page-numbers {

	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	list-style-type: none;
}

	.page-numbers li {
	
		display: -moz-inline-stack;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		
		padding: 0;
		margin: 0 3px;
		color: #13b5ea;
		border: 1px solid #13b5ea;
		width: 30px;
		height: 30px;
	}

	.page-numbers li a.page-numbers,
	.page-numbers li span.page-numbers.current {
	
		display: block;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
	}

	.page-numbers li span.page-numbers.current {
	
		color: #ffffff;
		background-color: #13b5ea;
	}
	
	.fht-footnotes-list-link {
		display: inline;	
	}
	
	.fht-footnotes-list-share {
		display: inline;
		padding-top: 18px;	
	}
	
	.fht-blogpost-share {
		padding-top: 32px;
	}
	
	.fht-blogpost-share-label {
		margin-bottom: 6px;
	}
	
	.fht-page-content.fht-page-content-intro .attachment-full.wp-post-image {
		margin-top: 18px;	
	}
	
	.fht-vendorloggedin-box {
		margin-top: 16px;
		border-top: 5px solid #F7931E !important;
		border-bottom: 1.5px solid #12b5ea !important;
		border-right: 1.5px solid #12b5ea !important;
		border-left: 1.5px solid #12b5ea !important;
		padding: 10px;
	}
	
	.fht-mini-vendor .fht-mini-module-title {
		font-size: 1.4rem;
		line-height: 1.8rem !important;
		font-weight: 500;
		text-align: left !important;
		text-transform: none;
		padding: 10px;
		border-bottom: 5px solid #F7931E !important;
	}
	
	.fht-mini-vendor {
		font-size: 1.4rem;
		line-height: 1.8rem !important;
		margin-top: 8px;
	}
	
	.fht-mini-vendor .fht-form-row {
		padding-right: 0px !important;
		padding-left: 0px !important;
		margin-bottom: 4px;	
	}

	.fht-mini-vendor form, .fht-mini-vendor div {
		padding: 10px;
	}
	
	.fht-mini-vendor form .fht-input, .fht-mini-vendor form input.fht-btn[type="submit"] {
		border-radius: 0px;	
	}
	
	.fht-mini-vendor form .fht-input {
		width: 100%;
		padding: 1px !important;
		height: 24px;
	}
	
	.fht-mini-vendor #sub_submit {
		float: right;
		padding: 3px 18px !important;
		font-size: 1.4rem;
		font-weight: 500;
	}
	
	.fht-mini-vendor #txt_username {
		margin-bottom: 14px !important;	
	}
	
	.fht-vendorloggedin {
		font-size: 1.4rem;
		line-height: 2.0rem;
	}
	
	.fht-vendorloggedin-name {
		font-weight: bold;	
	}
	
	.fht-vendorloggedin-logout {
		margin: 20px 0px;
	}
	
@media only screen and (min-width: 992px) {	
	.fht-bid-details .fht-bid-item h2:after, .fht-bid-details .fht-bid-item h3:after {
		content: ": ";
	}
	
	.fht-bid-details .fht-bid-item h2, .fht-bid-details .fht-bid-item h3 {
		font-size: 1.4rem;
		font-weight: bold;
		display: inline;
		width: 25%;
	}
	
	.fht-bid-details .fht-bid-item .fht-bid-value {
		font-size: 1.4rem;
		display: inline;
		float: right;
		margin-bottom: 18px;
		padding: 0px !important;
		width: 75%;
	}
	
	.fht-bid-details .fht-bid-item .fht-bid-value p {
		margin-top: 0px !important;
	}
		
	.fht-bid-details .fht-bid-item {
		clear: both;	
	}
	
	.fht-bid-details #fht-bid-item-apply li {
		margin-left: 15px !important;
	}
	
	.fht-bid-details table td {
		padding-left: 4px;
		padding-right: 4px;
	}
}