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


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

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

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: center 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;
}

.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;
	
}

#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;
}

.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{
	width: 45%;
	float: left;
	display: block;
	height: 200px;
	background-size: cover;
	margin: 0px 0px 20px;
	position: relative;
}

.page-id-97 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(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-28796 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-28796 article table, body.postid-28796 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-28796 article table{
	clear: both;
	width: 100%;
}

body.postid-28796 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-28796 article table ul{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

body.postid-28796 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-28796 article table.marathon h4{
	border-bottom: 0px;
	text-align: left;
}


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

body.postid-28985 article h1{
display: none;
}

body.postid-28985 article h4{
	margin-bottom: 3px;
	color: #dd9895;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
}
