#searchform label, #searchform legend{
	display: none;
}

/* ***************************** */


.blog-feed > p > a{
	border: none;
	font-weight: bold;
}

.blog-feed > p {
	text-align: right;
}

.blog-feed a {
	letter-spacing: 0;
}

h3.blog{
	border-bottom: 1px solid #eee;
	font-size: 28px;
	margin-bottom: 25px;
	padding-bottom: 5px;
}


#blog-list li a{
	display: block;
	border: none;
}

#blog-list li time{
	top: -15px;
	color: #555;
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 15px;
	position: absolute;
	right: 0px;
	text-transform: uppercase;
}

#blog-list li a span{
	display: block;
	font-size: 14px;
	font-weight: bold;
	/* letter-spacing: 0.03em; */
	line-height: 20px;
	padding: 10px 5px;
}

#blog-list li a em{
	display: block;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 120px;
	border-radius: 3px;
	box-shadow: 0px 5px 10px rgba(100, 100, 100, .4);
	position: relative;
}

#blog-list{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	margin: 0px;
	padding: 0px;
}

#transitForm #form-suggestions{
	display: none;
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 100%;
}
#form-suggestions span{
	width: 460px;
	padding: 8px;
	border-radius: 5px;
	background-color: rgba(255,255,255,.75);
	color: #333;
	display: block;
	margin: auto;
	font-size: 15px;
	line-height: 20px;
}



#blog-list > li {
  width: 30%;
}

.no-flexbox #blog-list > li{
	float: left;
}
.no-flexbox #blog-list > li:nth-child(2n){
	margin: 0px 5%;
}

.blog-feed > p{
	clear: both;
}



#trip-planner{
	margin-bottom: 20px;
}

body.home .main-content{
	width: 715px;
	padding: 0px !important;
	margin-right: 2px;
}

body.home .entry{
	margin: 0px;
}

body.home .latest-information{
	padding: 0px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#trip-planner{
	background: url(../images/hero-meh.jpg) center center no-repeat;
	width: 100%;
	height: 300px;
}

#trip-planner h2{
	padding: 15px 0px;
	text-align: center;
	color: #fff;
	font-size: 46px;
	line-height: 36px;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
	text-transform: lowercase;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0px;
}

.sidebar .item{
	width: 220px;
	margin: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.home .metaslider{
	margin: 20px auto 0px;
}

.home .theme-default .nivoSlider{
	margin-top: 0px !important;
}

/* **************** */

.main-menu a{
	line-height: 48px;
}

.main-menu ul ul{
	top: 48px;
	left: -10px;
	box-shadow: 0px 10px 10px rgba(0,0,0,.65);
}

.main-menu ul ul > li:last-child a{
	border-bottom: none;
}

.sidebar a.jbtn:after{
	content: "»";
	margin-left: 5px;
}

.sidebar a.jbtn{
	left: 0px;
	width: 220px;
	padding: 0px 10px;
	background: #3b5aa8;
	text-align: center;
	border: none !important;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home .bus-safety{
	width: 220px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-menu{
	width: 715px;
	/* background: #35b2e6; */
}

.main-menu a{
	text-shadow: none;
}

.search{
	width: 239px;
}

.home #content{
	background-image: none !important;
	display: -webkit-flex;
	display: flex;
}


#trip-planner{
	position: relative;
}
#transitForm > div{
	display: block;
	text-align: center;
}

#transitForm label{
	display: block;
}

#transitForm .locations input{
	width: 100%;
	max-width: 480px;
	margin: 10px auto;
	line-height: 30px;
	font-size: 24px;

	padding: 0px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#transitForm .the-rest{
	padding-top: 10px;
	margin: auto;
	width: 480px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}

#transitForm .the-rest input, #transitForm .the-rest select{
	width: 23%;
}

.no-flexbox #transitForm .the-rest .date-time{
	margin: 0px 5px;
}

#transitForm .the-rest input.date-time{
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	padding: 0px 5px;

	border: 1px solid #ddd;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home .sidebar{
	width: 239px;
	background-image: url(/wp-content/themes/hrtransit/images/content/search-bg.png);
	position: relative;
	/* flex: 1; */
}

p.commission-meetings{
	width: 220px;
	margin: 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-menu ul.sub-menu{
	background: #2e95b7;
}
.main-menu ul ul a:hover { background: rgba(255,255,255,.3); }

.customer-alerts p{
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.customer-alerts p.view-all{
	border-bottom: none;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.customer-alerts h3{
	margin: 10px 0px 0px;
}


.search fieldset{
	width: 220px;
	border: none !important;
	background: none !important;
	text-align: left;
	border-radius: 0px;
}

.search .search-box{
	width: 180px;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 10px;
	border: none;
	border-radius: 3px 0px 0px 3px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff url(/wp-content/themes/hrtransit/images/content/icons/search-glass.png) no-repeat;
	background-position: 5px;
	padding-left: 25px;
}

.search .search-btn{
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: none;
	text-transform: uppercase;
	border-radius: 0px 3px 3px 0px;
	z-index: 10;
	position: relative;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

/* MJB Search Results */
.cse .gsc-resultsHeader, .gsc-resultsHeader {
	display: none;
}
.main-content table, .main-content table tr, .main-content table tr td {
	border:0;
}
table.gsc-search-box {
	width:98%;
	margin-left:2%;
}
.gsc-control-cse {
	border:0 !important;
	padding:0 0 0 1em !important;
}
.gsc-above-wrapper-area {
	border-bottom:0 !important;
	padding:0 !important;
}
.gsc-above-wrapper-area table {
	border:0;
	margin:0;
}
table.gsc-table-result {
	padding-bottom:0 !important;
	margin-bottom: 0 !important;
}
.gs-spelling, .gs-spelling-original {
	margin-left:9px;
}
.gsc-result-info {
	padding-left:0 !important;
	margin:0 !important;
	border-bottom:1px solid #ccc;
	width:665px;
}
.gsc-results .gsc-cursor-box {
	margin-left:9px;
}
.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-column, .gsc-imageResult-classic {
	padding:0 !important;
	border:0 !important;
	margin-bottom:0 !important;
}

/* Transition form */
#transitForm #submit:hover{
	cursor: pointer;
}

#transitForm #submit{
	text-align: center;
	border: none;
	text-transform: uppercase;
	border-radius: 0px;
	z-index: 10;
	position: relative;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #2e95b7;
	color: #fff;

	font-size: 11px;
	height: 30px;
	line-height: 30px;
}

.no-flexbox #transitForm #submit{
	font-size: 11px;
	height: 30px;
	line-height: 30px;
}


.search .search-btn:hover, #transitForm #submit:hover{
	background: #6db5cc;
	color: #000;
}

.social-networks{
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	height: 40px;
}

.social-networks li a{
	text-indent: 0px;
	width: auto;
	height: auto;
	display: inline;
	background: none;
	color: #9bd172;
	font-size: 30px;
	line-height: 50px;
	margin-left: 10px;
}

.social-networks li{
	display: inline-block;
}

.social-networks i.fa {
	padding-right: .2em;
}

.home .nivo-controlNav{
	padding: 0px !important;
}

.home .nivo-controlNav a{
	float: none;
}

.home .theme-default .nivoSlider{
	margin-top: 0px;
	margin-bottom: 10px;
}

.home .nivo-directionNav{
	display: none;
}


.page-id-97 a.promo, .page-id-10424 a.promo{
	width: 45%;
	float: left;
	display: block;
	height: 200px;
	background-size: cover;
	margin: 0px 0px 20px;
	position: relative;
}

.page-id-97 a.promo strong, .page-id-10424 a.promo strong{
	color: #fff;
	display: block;
	position: absolute;
	width: 80%;
	top: 10px;
	left: 10px;
	font-size: 25px;
	line-height: 24px;
	text-shadow: 2px 2px 0px rgba(0,0,0,.5);
}

.page-id-97 a.promo:nth-child(2n+1), .page-id-10424 a.promo:nth-child(2n+1){
	margin-right: 5%;
}

.page-id-97 h3{
	clear: both;
}


/* **************************************** */

.snow-service-table, .snow-service-table tr, .snow-service-table td{
	border-collapse: collapse;
	border: 0px;
}

.snow-service-table h3{
	border-bottom: 1px solid #ddd;
	margin: 0px 0px 15px;
	padding: 0px;
}

body .snow-service-table ul{
	margin: 0px 0px 0px 10px;
}

.page-id-24554 #content b{
	font-weight: bold;
}

/* **************************************** */

#content.article-better article{
	margin: 0px;
	width: 715px;
	background: #f00;
}

#content.article-better .main-content{
	padding-bottom: 0px;
}

#content.article-better article img.hero{
	width: 100%;
	height: auto;
}

#content.article-better article img.frame{
	width: 240px;
	height: auto;
	border: 4px solid #fff;
	margin: 0px 0px 10px 10px;
	float: right;
}

body.postid-28142 article h1{
	text-align: center;
	border-bottom: 0px;
	padding: 0px 60px 5px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.08em;
}

#content.article-better article .cntnt{
	padding: 0px 20px 20px;
}

body.postid-28142 article table, body.postid-28142 article table td{
	border-collapse: collapse;
	border: 0px;
}

#content.article-better h3{
	color: #fff;
}

#content.article-better h3.ohhh-yeah{
	color: rgba(255,255,255,.5);
	text-align: center;
	clear: both;
	margin: 40px 0px 20px;
	padding: 0px;
	font-size: 28px;
	line-height: 26px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.postid-28142 article table{
	clear: both;
	width: 100%;
}

body.postid-28142 article table h4{
	color: #fff;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.3);
	letter-spacing: 0.08em;
}

body.postid-28142 article table ul{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

body.postid-28142 article small{
	font-size: 10px;
	line-height: 12px;
	display: block;
}


#content.article-better article a{
	color: #fff;
	text-decoration: underline;
}

#content.article-better article a:hover{
	color: rgba(255,255,255,.5);
}

#content.article-better .promo{
	width: 320px;
	position: relative;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#content.article-better .promo a.img{
	width: 320px;
	height: 240px;
	position: relative;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content.article-better .promo a.img h4{
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

#content.article-better .promo a.img img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #fff;
	width: 100%;
	position: relative;
}

#content.article-better .promo h4{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
#content.article-better hr{
	border-collapse: collapse;
	border: 0px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	margin: 20px 0px;
	padding: 0px;
}

body.postid-28142 article table.marathon h4{
	border-bottom: 0px;
	text-align: left;
}









.gform_wrapper form.small-form{
	float: right;
	margin-left: 30px;
}


form.small-form{
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 400px;
}

form.small-form h3.gform_title{
	margin: 0px;
}

.gform_wrapper form.small-form .top_label input.medium{
	width: 90%;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.gform_wrapper form.small-form .top_label .gfield_label{
	margin: 0px;
}

body .gform_wrapper form.small-form label.gfield_label + div.ginput_container{
	margin-top: 0px;
}


table.no-border, table.no-border th, table.no-border td{
	border: 0px;
	border-collapse: collapse;
}

table.no-border td{
	border: 0px;
}


/* **************************************** */

.column-ul-three{
	list-style-type: none;
	margin: 0px 0px 20px !important;
	padding: 10px 0px 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	overflow: auto;
}

.column-ul-three li{
	width: 33.3%;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page-id-97 a.promo strong, .page-id-10424 a.promo strong{
	color: #fff;
	display: block;
	position: absolute;
	width: 80%;
	top: 10px;
	left: 10px;
	font-size: 25px;
	line-height: 24px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.9);

}

.page-id-97 a.promo, .page-id-10424 a.promo{
	position: relative;
	border-radius: 3px;
	box-shadow: 0px 5px 10px rgba(100, 100, 100, .4);
}

.image-brdr{
	border-radius: 3px;
	box-shadow: 0px 5px 10px rgba(100, 100, 100, .4);
}

.alignright.image-brdr{
	margin-bottom: 15px;
}


h3.blue-header{
	clear: both;
	background: rgb(59, 90, 168);
	font-size: 30px;
	letter-spacing: .12em;
	line-height: 30px;
	padding: 20px 20px;
	color: #fff;
	font-weight: normal;
}

table.blue-gray{
	border: 0px;
	margin-top: 30px;
}

table.blue-gray tbody td{
	border: 0px;
	border-bottom: 5px solid #fff;
	color: #444;
}

table.blue-gray thead th{
	color: rgb(59, 90, 168);
	font-size: 20px;
	border: 0px;
	font-weight: normal;
}

table.blue-gray tbody tr td{
	background-color: #a9c2dd;
	font-size: 14px;
}

table.blue-gray tbody tr:nth-child(2n) td{
		background-color: #dcddde;
}


div.sect{
	padding-bottom: 10px;
	border-bottom: 1px dotted rgba(200,200,200,.5);
	margin-bottom: 30px;
}

div.sect small{
	display: block;
	color: #aaa;
	font-size: 11px;
	line-height: 12px;
}

.study-button{
	display: inline-block;
	background: #68bd45;
	padding: 0px 15px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 6px;
	letter-spacing: 0.03em;
	box-shadow: 0px 1px 3px rgba(0,0,0,.5);
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.study-button:hover{
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
	color: #fff;
	box-shadow: 0px 4px 10px rgba(0,0,0,.3);
	background: #9bd172;
}

/* **************************************** */

#customer-alerts-archive h1{
	border-bottom: 0px;
	text-align: center;
	margin: 20px 0px 0px;
}

#customer-alerts-archive #signup-alerts{
	margin-top: 20px;
	text-align: center;
}

article.cpt-alert{
	/* border-bottom: 1px dotted #eee; */
	margin-bottom: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article.cpt-alert h2{
	border-bottom: 1px solid #eee;
}

article.cpt-alert .mas-info{
	text-align: center;
	color: #444;
	font-size: 11px;
	background: rgba(250,250,250,1);
	border-radius: 20px;
	padding: 20px;
	margin: 0px 30px 0px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article.cpt-alert .mas-info p{
	margin: 0px;
	padding: 0px;
}

article.cpt-alert .eff-date{
	float: right;
	letter-spacing: 0.03em;
}

article.cpt-alert .tags a{
	display: inline-block;
	padding: 0px 10px;
	line-height: 30px;
	border-radius: 5px;
	background: rgba(240,240,240,1);
	margin: 0px 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article.cpt-alert .tags{
	font-size: 12px;
	margin: 0px 30px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

article.cpt-alert .tags a:hover{
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}

article.cpt-alert .eff-date{
	font-size: 14px;
	color: #f00;
}

article.cpt-alert .editor-content{
	letter-spacing: 0.03em;
	line-height: 22px;
}

article.cpt-alert .posted{
	text-align: right;
	font-size: 11px;
	color: #ccc;
	margin: 10px 30px 0px 0px;

}

#customer-alerts-archive{

}

.widget_nav_menu li strong {
	font-size: 14px;
	letter-spacing: 0.03em;
	padding: 5px 10px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #000;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}


.customer-alerts p{
	border-bottom: none;
}

#home-alerts .alert{
	border-bottom: 1px solid #eee;
	padding: 0px 0px 5px;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#home-alerts .alert h3{
	margin: 0px;
}

#home-alerts .alert p{
	margin: 2px 0px 0px;
	padding: 0px;
}


#customer-service-table, #customer-service-table td{
	border: 0px;
	border-collapse: collapse;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#customer-service-table td{
	width: 50%;
}

#customer-service-table td:nth-child(1){
	border-right: 1px solid #eee;
	padding: 10px 30px 0px 0px;
}

#customer-service-table td:nth-child(2){
	padding: 10px 0px 0px 30px;
}

#customer-service-table td h3{
	margin: 0px 0px 10px;
}

#customer-service-table .transit-centers{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#customer-service-table .transit-centers li{
	margin: 0px 0px 40px;
}

#customer-service-table .transit-centers strong{
	font-size: 13px;
	/* letter-spacing: 0.03em; */
	line-height: 20px;
	border-bottom: 1px solid #eee;
}

h5.msg{
	clear: both;
	margin: 30px 0px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	line-height: 30px;
}

h5.msg em{
	display: block;
	margin-bottom: 20px;
}

#customer-service-table table.hrs{
	border-collapse: collapse;
	border: 0px;
	border-top: 1px solid #ddd;
}

#customer-service-table table.hrs td{
	text-align: left;
	width: 50%;
	padding: 0px;
	border: 0px;
	border-bottom: 1px solid #ddd;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#customer-service-table table.hrs tr:nth-child(2n-1){
	background: rgba(200,200,200,.2);
}

#customer-service-table table.hrs tr td:nth-child(1){
	padding: 0px 0px 0px 10px;
}

#customer-service-table table.hrs tr td:nth-child(2){
	text-align: right;
	padding: 0px 10px 0px 0px;
}










.postid-32224 article h2, .postid-32224 #content.article-better h3{
	margin: 0px auto;
	color: #3a66b1;
	text-transform: uppercase;
	line-height: 32px;
}

.postid-32224 #content.article-better h3{
	font-weight: normal;
}

.postid-32224 #content.article-better p{
	width: 450px;
	margin: 0px auto 30px;
	font-size: 16px;
	letter-spacing: -0.03em;
}

.postid-32224 #content.article-better p.img{
	width: 100%;
	margin-bottom: -30px;
}
.postid-32224 #content.article-better h1{
	display: none;
}

.postid-32224 #content.article-better article header{
	height: 20px;
}


.job-flyer div.peoplesoft h3{
	background: transparent;
	color: #333;
	font-size: 32px;
}

div.peoplesoft{
	text-align: center;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.peoplesoft a{
	margin: 0px 15px;
	display: inline-block;
	color: #fff;
	background: #23408f;
	padding: 0px 15px;
	line-height: 40px;
	font-size: 22px;
	font-weight: 100;
	min-width: 220px;
	text-align: center;
	border-radius: 15px;
	letter-spacing: 0.06em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}




.page-id-13 article.entry > h1{
	display: none;
}

.page-id-13 article.entry{
	margin-top: 0px;
}

.page-id-13 .breadcrumbs{
	display: none;
}

.page-id-13 .theme-default .nivo-controlNav{
	text-align: center;
	overflow: auto;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page-id-13 .nivo-controlNav a{
	float: none;
}

#metaslider_19304{
	margin: 5px 0px;
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
	border-radius: 3px;
}

p.no-margin{
	margin: 0px !important;
}

p.no-margin > img{
	display: block;
}

.page-id-13 a.button-emp{
	margin: 0px 15px;
	display: inline-block;
}




.gfield.hidden{
	display: none;
}


.people-warning{
	margin: 20px auto;
	padding: 15px;
	width: 90%;
	background: #d1101b;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	box-shadow: 0px 5px 8px rgba(0,0,0,.4);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* style.css table transparency adversely affecting datepicker */
table.ui-datepicker-calendar {
	background: #fff;
}

.cols-two {
	-moz-columns:2;-webkit-columns:2;columns:2;
}
ul.lst-checkmark {
	list-style-type: none;
}
ul.lst-checkmark li {
	padding-left: 1.3em;
}
ul.lst-checkmark li:before {
	width:1.3em;
	display:inline-block;
	font-family: fontawesome;
	content: "\f00c";
}

/* Apply Button */
.green-button{
	display: inline-block;
	margin: 0px 5px;
	padding: 0px 10px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.75);
	background: #84b34a;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 -5px 10px rgba(0,0,0,0.4) inset;
}
.green-button:hover{
	background: #517425;
}
.green-button:hover,.green-button:active,.green-button:link,.green-button:visited{
	color:#fff;
}
.button-font-small {
	font-size: 14px;
	padding: 4px 10px 6px;
	font-weight: normal;
}
.button-font-medium {
	font-size: 18px;
	padding: 2px 12px 4px;
	font-weight: normal;
}
.button-font-large {
	font-size: 24px;
	padding: 0px 18px 2px;
	font-weight: normal;
}

/* MB: Pen Corridor Study */
small.pcorr-filedata {font-size:.9em;} /* archive */
small.pcorr-filedata i {color:#df0000;}
i.fa-red {color:#df0000;padding:0 .25em;}
.pcorr-hide {display:none;}
table.transit-modes {width:680px;}
table.transit-modes th {background-color:#666;color:#fff;text-align:center;} /* high-capacity transit */
table.transit-modes tr:nth-child(2) {background-color:#eee;font-weight:bold;}
table.transit-modes tr td {padding:0.625em;}
table.transit-modes tr td img {width:160px;display:block;margin:0 auto;}
table.transit-modes tr td ul {margin:0 0 0 1em !important;}
table.transit-modes tr td ul li {margin-bottom:0 !important;}
img.hrt-powerpoint {display:block;width:80%;margin:0 auto;} /* methodology */
table.featured-items {width:90%;margin-left:5%;} /* main */
table.featured-items,table.featured-items tr,table.featured-items td {border:0;}
table.featured-items img {border:1px solid #ccc;margin:0 auto;display:block;}
table.contact-information,table.contact-information tr,table.contact-information td {border:0;}

/* Simple Toggle from HRT.JS */
.toggle-clickme {font-size:1em;font-weight:normal;color:#06c;cursor:pointer;text-align:center;}
.toggle-showme {border:1px solid #df0000;background-color:rgba(238, 238, 238, 0.4);padding: .5em .5em 0 .5em;}
.toggle-showme p {margin-bottom: .5em;}
.toggle-closeme {cursor:pointer;}

/* Various classes */
.hilite {background-color:#ff0;}
i.fa {padding-right:0.5em;}
sup {top:-0.5em;font-size:80%;}
.hrtRed {color:#df0000;}/* was ff4b33 */
.hrtGreen {color:#71ba41;}
.hrtCyan {color:#37b2e7;}
.hrtBlue {color:#3b5ba8;}
.hrtDarkGray {color:#666;}
.hrtLightGray {color:#ccc;}
.nowrap {white-space:nowrap;}
.__peoplesoft-hidden {display:none !important;}
ul.list-style-disc {list-style-type: disc;}
li.list-style-none {list-style-type: none;}
.flush-right {text-align:right !important;}
.flush-left {text-align:left !important;}
.flush-center {text-align:center !important;}
.small-file-size {padding-left:0.5em;font-size:.85em;}
.hr-top {border-top: 1px solid #ddd; padding-top: 16px;}
.hr-bottom {border-bottom: 1px solid #ddd; padding-bottom: 16px;}
.heading-style-blue {background-color: #3b5ba8; color:#fff; border:1px solid #000; padding: 8px 0;}

#paratransit-annoucement{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#paratransit-annoucement li{
	display: inline-block;
	width: 32%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#paratransit-annoucement li img{
	width: 100%;
	height: auto;
}

.postid-36700 #content.article-better article{
	background-color: #f1f1f2;
}

.postid-36700 #content .sidebar{
	display: none;
}

.postid-36700 #content{
	background: none;
}

.postid-36700 #content.article-better article, #content.article-better .main-content{
	width: 100%;
}

.postid-36700 header h1{
	display: none;
}

#fourth17 ul{
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	overflow: auto;
}

#fourth17 ul li{
	width: 50%;
	display: block;
	float: left;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#fourth17 ul li img{
	width: 100%;
	height: auto;
}

#fourth17 img.divider{
	width: 100%;
	height: auto;
	display: block;
	clear: both;
	float: none;
	padding-top: 20px;
	margin: 0px;
}

#fourth17 ul li p{
	color: #6d6f71;
	font-size: 20px;
	line-height: 30px;
}

#fourth17 ul li p strong{
	color: #ba2026;
}

#fourth17 ul li p em{
	font-weight: bold;
	color: #004d71;
}

img.wp-image-36703{
margin-bottom: 20px;
}