* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} 
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body, html {
  /*height: 100%;*/
}
body {
/*  width: 100%;*/
  margin: 0; 
  padding: 0;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
   font-size: 16px;
  line-height: 22px;
  color:#131215;
  background: #fff;
  font-family: 'Roboto', sans-serif;
}
a {
  color: #306700;
  text-decoration: none !important;
  outline: none; 
  align-content: center;
  font-weight:bold;
}
.newsTextContainer a {font-weight:normal;}
a:hover, a:active {
  text-decoration: none !important;
  outline: none;
}
p {
  font-size: 16px;
  line-height: 22px;
  color: #131215;
  line-height: 28px;
}  
ul li {
  list-style: none;
}
.serviceList ul li {list-style:disc; padding-bottom:10px}
.serviceList ul {padding-left:15px;}
ol li {
  line-height: 23px;
}
header ul li {
  list-style: none
}
footer ul li {
  list-style: none
}
h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
}
h2 {
  font-weight: 800;
  font-size: 42px;
  line-height: 48px;
	font-weight: 700;
}
h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
	font-weight: 700;
	text-transform:uppercase;
}
h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
	font-weight: 700;
}
.noGutter {
  padding-left: 0px; 
  padding-right: 0px;
}
.contentWrapper{
	/*min-height: 100vh;*/
}
header { 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15); 
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
}
.logoContainer {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	padding-left: 25px; 
	padding-right: 25px;
} 
.logoContainer img {
	width: 100%;max-width: 265px;
}
.menuContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
}
.menutTop, .menuBottom {  display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;min-height: 26px;} 
.menutTop a, .menuBottom  a {font-weight:normal;}
.menuTopUl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap; 
	/*letter-spacing: 1px;*/
}
.menuTopUl li { 
	background-color: #525252;
	padding: 5px 0px;
  transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.menuTopUl li a {
	color: #fff;
	text-transform: uppercase;
	display: block;  
  padding: 0px 15px;
}
.menuTopLeftUl li:hover, .menuTopLeftUl li:active {
 /* background-color: #7AAB22;*/
}
.menuTopUl li a img { 
/*	width: 16px; 
	height: auto;
*/	margin: 3px 0px 0px 10px;
	float: right;
}
.menuTopUl li:first-child a {
  border-right: 1px solid #fff;
}
.searchContainer {  
	display: flex;
	position: relative;
	justify-content: center;
}
.searchFiled { position: absolute;right: 31px;height: 32px;border: 1px solid #525252;border-right: 0; width: 0px; transition: width 0.5s ;-webkit-transition: width 0.5s;}
.searchFiled.zeroMargin {width: 300px; padding: 0px 10px;}
.searchBtn {  
	width: 30px; 
	background: #7AAB22;
	border: none; 
	color: #fff;
	outline: none;
  cursor:  pointer;
  border-right: 1px solid #525252;  
  transition:  all 0.4s;
	-webkit-transition: all 0.4s;
}
.searchBtn i { 
  margin-top: -2px; 
  display: block; 
  font-size:  16px; 
}
.searchBtn:hover { background-color: #525252;}
.menuTopRightUl li { 
  background-color: #7AAB22; 
  transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.menuTopRightUl li:hover, .menuTopRightUl li:active {
  background-color: #525252;
}
.menuTopRightUl li:first-child  {
  border-right: 1px solid #525252;
}
.menuTopRightUl li:first-child a {
  border: none;  
} 
.menuBottomUl li {
	display: inline-block;
}
.menuBottomUl li a {
	padding:  20px 20px; 
	display:  block;
	color: #525252;  
	/*transition: all 0.4s;
	-webkit-transition: all 0.4s;*/
	font-weight: 700;
	text-transform:uppercase;
}
.menuBottomUl li a:hover, .menuBottomUl li a:active, .menuBottomUl li a.active {
  color: #7AAB22; 
} 
.bannerWrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap; 
	/*justify-content: flex-end;*/
	position: relative;
	overflow: hidden;  
}
.subMenuConainer { 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	        justify-content: flex-end;
	width: auto;
	position: absolute; 
	top: 95px;
	z-index: 9;
	right:0px;
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}

.bannerContainer { width: 100%; border-bottom: 10px solid #B0D22B;} 
.bannerContainer img {width:100%; height:auto;}
.subMenuConainer ul {
  display:  -webkit-box; 
  display:  -ms-flexbox; 
  display:  flex; 
  -webkit-box-orient: horizontal; 
  -webkit-box-direction: normal; 
  -ms-flex-direction: row; 
          flex-direction: row; 
} 
.subMenuConainer ul li {
  background-color: #525252;
  margin: 0px; 
  transition: all 0.4s; 
	-webkit-transition: all 0.4s;
} 
.subMenuConainer ul li a {
	padding: 12px 30px;
  border-left: 1px solid #fff;
  color: #fff;
	display: block;
	/*font-weight: 600;*/
}
.subMenuConainer ul li:first-child a { border-left: none; }
.subMenuConainer ul li:hover, .subMenuConainer ul li:active, .subMenuConainer ul li.active {
  background-color: #7AAB22;
} 
.redNotifier {
	background-color: #CC2F00;
	height: 30px;
	width: 30px;
	/*border-radius:50%;*/
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	position: absolute;
	left: -15px;
	top: 8px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	padding-top: 3px;
}
.tabWindow {  
	display: none; 
	min-width: 320px;
	/*position: absolute; */
	top: 47px;
	background: #fff;
	-webkit-box-shadow: -1px 2px 5px -1px rgba(0,0,0,0.21);
	-moz-box-shadow: -1px 2px 5px -1px rgba(0,0,0,0.21);
	box-shadow: -1px 2px 5px -1px rgba(0,0,0,0.21);
	width: auto;
	padding: 20px 20px;
}
.tabWindow h4 {
	margin-bottom: 15px;color: #525252;
}
.notificationItems {
	margin-bottom: 15px;
}

.header1 {
	width: 100%;
	text-align: center;
	padding: 40px 15px;
	text-transform: uppercase;
	color: #525252;
}
.newsContainer, .newsBox { 
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;
}
.newsContainer { padding: 0 50px; width: 100%; }
.newsBox {  
	width: 50%;
	padding: 0px 10px 20px;
	-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
  position: relative;
}
.newsBox img { 
	width: 100%; height:auto
	/*height: 100% !important;
	align-self: flex-start; */
}

.newsTextContainer { 
	width: 66%;
	height: auto; 
	background-color: #F2F2F2;
	display: -webkit-box;display: -ms-flexbox;display: flex; 
	padding: 25px 25px 25px;
	-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-line-pack: center;
    align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
}
.newsTextContainer.NoImage {  width: 85%; }
.newsDate {
	display: flex;
	flex-direction: column;
  justify-content: center;
	background-color: #7AAB22;
	border-bottom-left-radius: 80%;
	border-bottom-right-radius: 80%;
	height: 56px;
	width: 56px;
	position: absolute;
	/*z-index: 9;*/
	left: 5px;
	top: 0; 
  padding: 15px 0;
}
.newsDate span { 
  color: #fff; 
  font-size: 13px; 
  text-align:  center; 
  line-height: 15px;
  font-weight: 600;
}
.newsTextContainer h4 {
	margin-bottom: 15px;	
	color: #595959;
font-size: 20px;
}
.allNews {
	display: block; 
	margin: 0 auto;
	text-align: center;  
}
.allNewsBtn {
  background-color: #7AAB22;
  border: none;
  color: #fff;
  font-size: 16px;  
  text-transform: uppercase;
  padding: 6px 30px 8px;
  /*border-radius: 30px; */
  margin:  45px;
  outline: none;
  cursor: pointer;
  font-weight: 600;
font-family: 'Roboto', sans-serif;
}
footer {
display: -webkit-box;display: -ms-flexbox;display: flex;
	background-color: #525252;
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
	margin-top: 30px;
}
.socialContainer {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
	padding: 4px;
}
.socialContainer div img {
	height: 43px;
	width: auto;
	margin-top:25px;
}
.socialContainer div { 
	/*height: 50px; 
	background: #B0D22B;*/
	margin: 4px;
	padding: 5px; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex; 
	-webkit-box-align: center; 
	-ms-flex-align: center; 
	        align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	width: 50px;

}
.footerMenu {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
	margin: 20px 15px;
}
.footerMenu li {
	display: inline;
}
.footerMenu li a { 
	border-right: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 15px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing:1px;
}
.footerMenu li a:hover{
	color:#B0D22B;
}
.footerMenu li:last-child a{
	border-right:none;
}
.copyRight { color: #fff; font-size: 14px;text-align: center;margin-bottom: 0px;}
.bannerWrapper1 {
	background-color: #525252;
	height: auto;
	display: -webkit-box;display: -ms-flexbox;display: flex;
	position: relative;  
	-webkit-box-pack:  center;-ms-flex-pack:  center;justify-content:  center; 
}
.bannerWrapper1 h1 {
	padding: 70px 15px 40px; 
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.breadCrumbContainer { 
	position: absolute;
	/*top: 0;*/
	left: 0;
	background: #7AAB22;
	padding: 0 12px 0 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	z-index:9;
		
}
.breadCrumbContainer ul {
	-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
  display: -webkit-box;display: -ms-flexbox;display: flex;padding-left: 5px;
  padding-top: 2px;
padding-bottom: 2px;
color:#fff;
font-size: 14px;
font-weight: 500;
}
.breadCrumbContainer ul li a {
	padding:  0 7px;
	color:  #fff;
	font-size: 14px;text-transform: uppercase;
	padding-left: 3px;
	font-weight:normal;
}
.breadCrumbContainer ul li.active {
	padding:  0 7px;
	color:  #fff;
	font-weight: 600;
font-size: 14px;
text-transform: uppercase;padding-left: 3px;padding-right: 5px;
}
.breadCrumbContainer span i { font-size: 16px; color:  #fff !important; }
.mainTabsWrapper{
	width: 80%;
	display: -webkit-box;display: -ms-flexbox;display: flex;
	margin-left: 10%;
	-webkit-box-orient: vertical;	-webkit-box-direction: normal;	-ms-flex-direction: column;	flex-direction: column;
}
.mainTabsConainer { 
	display: -webkit-box;display: -ms-flexbox;display: flex;
	-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
	width: 100%;
	border-top: 1px solid #fff;
}
.tabTitles { 
	display: -webkit-box;display: -ms-flexbox;display: flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
	height: auto;
}
.tabTitles li a {
	text-transform: uppercase; 
	color: #fff;
	/*font-weight: 700; */
	padding:  10px 15px; 
	background:  #525252;
	display: block;
	border-right: 1px solid #fff;
}
.tabTitles li.selected a{background: #7AAB22;}
.tabTitles li:last-child a {
	border-right: 0px;
}
.tabTitles li a:hover, .tabTitles li a:active, .tabTitles li a.active {
	background:  #7AAB22;
}
.secondaryTitle{
	font-weight: 700;
}
.MainTabWindowWrapper { 
	opacity: 0;
	visibility: hidden;
	-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
	transition:all 0.3s;
	height:0;
	/*overflow: auto;*/
	display:none;
}
.MainTabWindowWrapper.show {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	height: auto;
	opacity: 1;
	visibility: visible;
	transition:all 0.3s;
	flex-direction:column;

}
.MainTabWindow {   
	display: -webkit-box;display: -ms-flexbox;display: flex;
	min-height: 350px; 
	background: #fff;;
	width: 70%; 
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
	padding-top: 50px;
	/*padding-right: 45px;*/
	margin:auto;
}
.MainTabWindow p {
	margin:  10px 0 25px;
}
.MainTabWindow img { align-self: flex-start;}
.postDate {
	font-size: 16px;
	font-weight: 700;
	color: #7AAB22; 
}
.MainTabWindow h4 { margin:  25px 0 0px;color: #525252; }
.secondaryTitle {
}
.points { 
	padding-left: 70px;
	position: relative;
}
.points span {
} 
.points span.number {
  position: absolute;
  left: 40px; 
  top: 1px;
  font-weight: 700;
} 
.points2 { 
	display: list-item;                                          
	list-style-type: disc;      
	padding-left: 5px;
	margin-bottom: 0px !important; 
	margin-left: 15px !important;
}
.downlaodLinks {  flex-direction: row;margin: 30px 0 40px;}
.downlaodLinks a {
	text-transform: uppercase;
	color: #306700;  
	font-weight: 700;
	padding: 30px 15px;
}  
.downlaodLinks a:first-child { padding-left: 0; }
.downlaodLinks a img {
  margin-top: -7px !important;
  vertical-align: middle;
  margin-right: 15px;
}
.accordionContainer { display:  -webkit-box;
 display:  -ms-flexbox;
 display:  flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
         flex-direction: column;margin-bottom: 50px;}
.accordionHeader { 

	width: 100%;	 
	background-color: #F4F4F4; 
	padding: 0px 0 0px 25px; 
	margin: 5px 0 10px; 
-webkit-box-orient: horizontal; 
	-webkit-box-direction: normal; 
	-ms-flex-direction: row; 
	flex-direction: row; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex; 
	-webkit-box-align: center; 
	-ms-flex-align: center; 
	        align-items: center;

	border: 1px solid #EAEAEA;
	cursor: pointer;
	position: relative;
}
.accordionHeader p { 
	float: left; 
	width:  calc(100% - 50px) ;
	margin: 0; 
	padding: 0px 0 0 10px;  
	color: #525252;
	font-weight: bold;
} 
.accordionHeader.RouteList p { 
	font-size: 20px;
} 

.accordBtn { 
	width:  66px; 
	height: 60px;  
	float: left;
	border-left: 1px solid #B0D22B;
	display: -webkit-box;display: -ms-flexbox;display: flex;
	-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack:  distribute;
    justify-content:  space-around;
}
.homeDropdown .accordBtn { 
	width:  40px; 
	height: 30px;  
}
.accordBtn i { font-size: 30px !important; color: #7AAB22;  font-weight: 700; }
.accordionDetails { 
  padding: 0px 0px 50px 30px;
	display:  none;
} 
.sideBar {
	-webkit-box-orient: vertical;	-webkit-box-direction: normal;	-ms-flex-direction: column;	flex-direction: column;
	background-color: #F4F4F4;  
	border: 1px solid #EAEAEA;
	position:  relative; 
	width: 28.5%;
	margin-left: 1.5%;
	margin-top: 50px;
-ms-flex-item-align: start;-ms-grid-row-align: start;align-self: start;
}
.sub_nav .sideBar {margin-top:155px;}
.single-post .sideBar {margin-top:113px;}
.sideBar img {
	width: 100%;
}
.sideBar p {
	padding:  10px 15px;
}
.sideBarInner h4 {
	text-align: center;
	padding: 10px 15px;
	margin: 0;  color: #525252;padding-top: 16px;
}
.more button, .more_buy button {
  background-color: #7AAB22;
  border: none;
  color: #fff;
  font-size: 16px;  
  text-transform: uppercase;
  padding: 8px 15px 8px; 
  border-radius: 30px;  
  outline: none;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
}
.more button:hover, .more_buy button:hover{
	background:#B0D22B;
} 
.sideBarInner {
	position: relative;
	padding-bottom: 30px;
}
.more {
	position: absolute; 
	align-self: self-end;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.more_buy{
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.fare_cost {
    text-align: center;
    padding-bottom: 10px;
}
.paypal_link {text-align:center;}

.tableWrapper {
	background-color: #525252;
	padding: 50px 10%;
	flex-direction: row;
}
.tableWrapper h1 {  
	color: #fff; 
	text-transform: uppercase;
	text-align: center;
	margin-bottom:  40px;
	display:  flex;
	justify-content: center;
	flex-flow: row;
}
.columnTitle, thead tr {
	color: #fff;
	font-weight: bold;
	padding: 25px;
	line-height: 16px;
	background-color:  #7AAB22;
	border-right: 1px solid #858C8F;
}

.tableColumn:last-child .columnTitle {
	border-right: none;
}
.columnInner {
	color: #fff;
	border-right: 1px solid #858C8F;
}
.columnInner:nth-of-type(even), tbody tr:nth-of-type(odd){
	background-color: #F8F8F8;
	color: #525252;
	padding: 15px 25px;
}
.columnInner:nth-of-type(odd), tbody tr:nth-of-type(even){
	background-color: #fff;
	color: #525252;
	padding: 15px 25px;
}
.tableColumn:last-child .columnInner {
	border-right: none;
}
.tableContainer {
	-webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;	
	border: 1px solid #424040;
}
.wp-block-advgb-table.advgb-table-frontend {
	        justify-content: center;	
	border: 1px solid #424040;
	display:block; 
	overflow:scroll;
}
.wp-block-advgb-table thead tr:last-child td {border-bottom:none !important;}
table.advgb-table-frontend td, table.advgb-table-frontend tr {border-bottom:none !important;}
.wp-block-advgb-table thead  td , .wp-block-advgb-table tbody  td { border-right:1px solid #858C8F !important}
.wp-block-advgb-table thead  td:last-child, .wp-block-advgb-table tbody td:last-child { border-right:none !important}

.tableColumn {
	width: 33.3333%;
}
.bannerContainer2 { width: 100%;  overflow: hidden;}
.maps img {
	width : 100%;
	height: auto;
}
.download {
	display: block;
	margin: 0 auto; 
	text-align: center; 
	min-width: 175px;
}
.downloadBtn {
  background-color: #7AAB22; 
  border: none; 
  color: #fff; 
  font-size: 16px;   
  text-transform: uppercase; 
  padding: 6.5px 21px 6.5px;
  border-radius: 30px; 
  margin:  15px 0;
  outline: none;
  cursor: pointer;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  font-family: 'Roboto', sans-serif;
}
.downloadBtn:hover, .downloadBtn:active {
	background-color: #B0D22B;
	
}
.downloadBtn img {
	vertical-align: middle;
}
.downloadBtn span {
	vertical-align: middle;
	padding-left: 15px;
	/*font-weight: 600; */
	font-family: 'Roboto', sans-serif;
}
.searchWrapper, .searchWrapper form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
}
.searchInput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5A5A5A;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5A5A5A;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #5A5A5A;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5A5A5A;
	opacity: 1; 
}
.searchInput {
	width: 22%;
	min-width: 300px;
	padding: 12px 45px 12px 10px;
	color: #5A5A5A;
	border:  1px solid #E8E8E8; 
	font-size: 14px; 
}
.searchContainerRoute .searchInput{
	font-family: 'Roboto', sans-serif;
font-weight: 500;
}
.submitSearch { 
	width: 45px;
	background-image: url('../img/Search_Green.svg'); 
	background-position: 9px 7px; 
	background-repeat: no-repeat;
	position: absolute;
	right: 0; 
	top: 1px;
	background-color: transparent;
	border-left: 1px solid #B0D22B;
	border-right: 0; 
	border-top: 0;
	border-bottom: 0;
	height: calc(100% - 2px);
	cursor: pointer;
}
.searchContainerRoute {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row;
	margin-right: 15px; 
}
.serviceArea {
	color: #5A5A5A;
	border:  1px solid #E8E8E8;
	min-width: 300px;
	width: 22%;
	background-image: url(../img/line.png); 
	background-repeat: no-repeat;
	background-position-x: right 38px;
}
.routes {
	width: 50%;
	align-self: center;
	margin-left: 25%;
	margin-top: 40px;
	margin-bottom: 70px;
} 
.notifier {
	height: 40px;
	width: 40px;
	border-radius:50%;
	position: absolute;
	left: -20px;
	top: 13px; 
	color: #fff;
	text-align: center; 
	font-size: 13px;
	line-height: 40px;
}
.bannerRightInfo .notifier.red {
	border-radius:0px;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	padding-top: 3px;
}

.notifier.red {	
	background-color: #CC2F00;
}
.notifier.pink {	
	background-color: #D30EAD;
}
.notifier.blue {	
	background-color: #0E0E8B;
}
.notifier.brown {	
	background-color: #8B0E0E;
}
.notifier.aqua {	
	background-color: #0695E2;
}
.notifier.green {	
	background-color: #156F05; 
}
.notifier.black {	
	background-color: #2C2C2C;
}
.routes .accordionHeader {
	padding: 0px 0 0px 35px;
}
.serviceBtns a {
	position: relative; 
	align-self: inherit;
	bottom: inherit; 
	left: inherit; 
	transform: none;
	-webkit-transform: none; 
	font-family: 'Roboto', sans-serif;
}
.serviceBtns a.download { margin: 0 0 0 10px; }
.serviceBtns .downloadBtn { margin: 0; }
.serviceBtns{ 
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		        justify-content: flex-end;
}
.accordionDetails h4 { margin-bottom: 10px;color:#525252; }
.blogContainer {
	
	min-height: 300px;
	background: #fff;
	width: 70%;
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
-webkit-box-orient: vertical;	
-webkit-box-direction: normal;	
-ms-flex-direction: column;	
        flex-direction: column; 
	padding-top: 20px;
	padding-right: 0px;
} 
.fullWidthContainer  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row;
	padding: 0 60px;
	width: 100%;
}
.blogContainer .newsBox {
	width: 100%;
	background-color: #F2F2F2;
	margin-bottom: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.blogWrapper {
	margin-top: 20px;
}
.blogWrapper .sideBar {
	margin-top: 20px !important;
	
}
.blogPager {	
	-webkit-box-orient:  horizontal;
	-webkit-box-direction:  normal;
	-ms-flex-direction:  row;
	flex-direction:  row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size:  18px;
	margin:  5px 0 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
} 
.blogPager li {padding: 3px 10px; border-right: 1px solid #F0F0F0; text-transform: uppercase;}
.blogPager li:first-child i {
  margin: 0 10px 0 5px;
}
.blogPager li:last-child i {
  margin: 0 5px 0 10px
}
.deactive {	
	background-color: #595959; 
}
.activePage {
	color: #fff;
	background-color: #7AAB22;	
}
.activePage a {
	color: #fff;
}
.blogPager li:first-child {
	border-bottom-left-radius : 15px; 
	border-top-left-radius : 15px; 
	border-right: none; 
}
.blogPager li:first-child a {
	color: #fff;
}
.blogPager li:last-child {
	background-color: #7AAB22;	
	border-bottom-right-radius : 15px; 
	border-top-right-radius : 15px; 	
	border-right: none; 
}
.blogPager li:last-child a {
	color: #fff;
}
.blogPager li:last-child.deactive {
	background-color: #595959;
}
.news_list .mix{ display:none; }


.menuTopUl li a{
		/*font-weight: 600;*/
}
.language{
	padding-left: 8px;
padding-right: 10px;
}
.language select{
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: top 2px right 0px;
	cursor: pointer;
	color: #fff;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	padding-left: 0px;
	/*background-image: url(../img/select_arrow.png)!important;*/
	
	background-image: url(../img/Globe.svg) !important;
	padding-right: 20px;font-size: 16px;
	/*font-weight: 600;*/
	font-family: 'Roboto', sans-serif;width: 120px;

}
.language select::-ms-expand {
    display: none;
}
.language option{
	color:#333;
}

.searchbardiv {
    display: none;
    position: absolute;
    background: #525252;
    top: 32px;
    right: 50px;
    z-index: 1001;
    width: 100%;
    max-width: 370px;
    padding: 10px;
    margin: 0px;
}
.top_search{
	background: #7AAB22;
	width: 35px;
   text-align: center;
   cursor:pointer;border-right: 1px solid #525252;
}
.buttonsearch{
	background: none;
   border: none;cursor: pointer;margin-top: 7px;
}
.buttonsearch i{
	color:#fff;font-size: 16px;
}
.searchbardiv .input-group{
display:-webkit-box;	display:-ms-flexbox;	display:flex;
}
.searchbardiv .input-group .form-control{
	width:100%;padding-left:10px;
}
.searchbardiv #searchsubmit{
	background: #7AAB22;
border: #7AAB22;
color: #fff;
padding: 10px;
cursor: pointer;font-weight: 600;
}
.news_img {
position: relative;
min-width: 50px;line-height: 0;
}

.news-row{
	display: -webkit-box;display: -ms-flexbox;display: flex;
}

ul.sub-menu{
	display:none;
	position:absolute;
	top: 100%;
   background: #fff;
   z-index: 99;
   min-width: 300px;box-shadow: 0 4px 8px rgba(90, 90, 90, 0.18);
   left: -50px;
}
.menuBottomUl > li:hover   .sub-menu{
	display:block;
}
.menuBottomUl > li:last-child  .sub-menu{
	right: 0px;
	left:auto;
}
.menuBottomUl li{
	position:relative;
}
.sub-menu > li{
	text-align: center;width:100%;border-bottom: 1px solid #B0D22B;
}
.sub-menu > li a{
	padding: 10px 20px;
}
.menuBottomUl > li:hover{
	background:#7AAB22;
}
.menuBottomUl > li:hover > a {
	color:#fff;
}
.menuTopLeftUl li:hover a{
color:	#b0d22b
}


.lex_app .row{
	display:flex;
}

.leadership_tabs{
    width:100%;margin: 0 auto; max-width:1300px;
}
.mainTabsWrapper.leadership_tabs .mainTabsConainer {width:80%; margin-left:10%;}

.leadership_tabs .MainTabWindow{
    width: 100%;
}
.leader_ship_intro{
    width: 60%;margin: auto;
}
.leader_ship_intro h6{
    font-size: 18px;font-weight: 600;
}

.expanding-grid {
  position: relative;
  width: 100%;
}
.expanding-grid .links {
  display: block;
  margin: 0 -10px;
  overflow: hidden;
  padding: 1em 0;
  font-size:0px;text-align: center;
}
.expanding-grid .links > li {
  box-sizing: border-box;
  /*float: left;*/
   padding: 0px 8px;
    width:20%;
    list-style: none;margin-bottom: 18px;
	margin-left:0px;
	display:inline-block;
}


 .expanding-grid .links > li:nth-of-type(5n+1) {
  clear: left;
  }



.expanding-grid .spacer {
 /* background-color: #888;*/
  clear: both;
  display: block;
  margin: 1em 1em;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
 background: #F4F4F4;
}
.expanding-grid .expanding-container.expanded {
  display: block;
  margin-top:-20px
}
.expand-content{
    padding: 40px 40px;
    width: 70%;
margin: auto;
}

.expanding-grid .close-button {
  background: url(../img/cancel.png);
  color: #fff;
  display: inline-block;
  height: 25px;
  line-height: 1;
  overflow: hidden;

  text-decoration: none;
  text-indent: 5em;
  white-space: nowrap;
  width: 25px;
  will-change: opacity;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
     -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    background-size: cover;
    margin-top: 20px;
margin-right: 20px;
}
.expanding-grid .close-button.active {
  transition: opacity 0.2s;
}
.expanding-grid .close-button:hover {
  opacity: 0.5;
}
.expand_container{
    width: 100%;padding: 0px 60px;margin-top: 40px;
}
.staff_img {
    line-height: 0px;
}
.staff_img img{
    max-width: 100%;
}
.staff_det{
    background: #F4F4F4;padding: 10px 0px;
text-align: center;
border: 1px solid #E8E8E8;
min-height: 110px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align:  start;
-ms-flex-align:  start;
        align-items:  flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;
}
.staff_det h5{
    font-size: 20px;color: #131215;
}
.staff_det h5 span{
    display: block;
    font-size: 15px;
font-weight: normal;
margin-top: 5px;
/* min-height:60px;*/
}
.staff_box:hover  .staff_det{
   background:  #525252;
}
.staff_box:hover  .staff_det h5{
    color: #fff;
}
.expanding-grid .links > li a.active .staff_det{
   background:  #525252;
   min-height: 125px;
}

.expanding-grid .links > li a.active .staff_det h5{
    color: #fff;
}

.homeDropdown {
	padding: 0 0px;
	margin-bottom:20px
}
.homeDropdown .accordionHeader {
	padding: 0px 3px;
	margin-bottom:5px;
}
.notificationBox {
	width: 125px;
	padding: 0px 5px 0 0;
		display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.homeDropdown .accordionDetails {
	padding: 0px 15px 15px;
}
.homeDropdown .accordionHeader p { color:#414141; font-weight:400; font-size:14px; line-height:22px;}
.homeDropdown .accordionDetails p{ color:#414141; font-weight:400; font-size:14px; line-height:22px;}
.homeDropdown .accordionDetails a { font-weight:400; font-size:14px; line-height:22px;}
.homeDropdown .accordionDetails p .e_date {font-weight:bold;}
.homeDropdown .accordionDetails p .effective {color: #306700;font-weight: 600;}
/*12-07-19*/
.scheduleLeftWrapper{
	display: -webkit-box;display: -ms-flexbox;display: flex;
	padding: 0 50px;
} 
.scheduleLeftContainer { 
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	        flex-direction: column;
} 
.scheduleRightContainer { 
	width: 30%;
	display: -webkit-box;display: -ms-flexbox;display: flex;
}
.buttonsContainer {
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
width:100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;
}
.scheduleTabWrapper {
	margin-top: 15px;
}
.scheduleLeftContainer .download {
	margin: 0;
	
}
.scheduleLeftContainer .download:first-child {
	margin-right: 10px;
}
.scheduleLeftContainer > h4 {
	text-transform:uppercase;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.scheduleLeftContainer .MainTabWindow {
	width: 100%;
}
.scheduleLeftContainer .tabTitles li a { padding: 10px 15px; }
.scheduleLeftContainer .tabTitles {
	flex-basis: 100%; 
	text-align: center;
}
.scheduleLeftContainer .tabTitles li {
	flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
} 
.scheduleLeftContainer .mainTabsWrapper {
	margin-left: 0;
	width: 100%;
	display: -webkit-box;	display: -ms-flexbox;	display: flex;
} 
.scheduleTabInner {
	background-color: #F4F4F4;
	padding: 60px 30px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #E8E8E8;
}
.scheduleTabInner.snow {padding:60px 0px;}

.snowTabInner {
	padding: 30px 0px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.scheduleTabInner.snow p {padding:20px 30px;} 
.scheduleTabInner.snow h3 {padding:0px 30px;} 
.snowTabInner thead td {padding:20px !important;}
.snowTabInner tbody td {padding:15px 20px !important;}

.tabsInnerBlock {
	width: calc(50% - 12.5px);
}
.snow_plans {padding: 0px 30px; background-color:#525252; margin-bottom:30px}
.snow_plans h4 {text-align:center; padding-top:30px; color:#fff}
.tabsInnerBlock > h4 {
	padding: 30px 15px;
	background-color: #525252;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	margin: 0 0 10px 0;
	border-bottom:1px solid #B0D22B;
} 
.snow_image {text-align:center;}
.snow_image img {max-width:100%;}
.no_plans {
    color: #fff;
    text-align: center;
}
.tabsInnerBlock .accordionHeader, .tabsInnerBlock .accordionDetails {
	background-color: #fff;
}
.tabsInnerBlock .accordionHeader {
	margin-bottom: 0;
	padding-left:0;

	display: -webkit-box;display: -ms-flexbox;display: flex;
} 
.routeLabel {
	text-transform: uppercase; min-width:34px;
}
.tabsInnerBlock .accordionHeader span {  
	color: #525252;
	background-color: #E8E8E8;
	padding: 10px 5px;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
	height: 60px;
	text-align: center; 
	line-height: 45px;
	font-weight: bold;
} 
.tabsInnerBlock .accordionHeader span.routeLabel{
	min-width: 34px;
}
.timingsrow {
	display: -webkit-box;display: -ms-flexbox;display: flex;
}
.timing {  
	width: 25%;
	padding: 10px; 
	text-align: center;
} 
.accordionDetails .timing:nth-of-type(5), .accordionDetails .timing:nth-of-type(6), .accordionDetails .timing:nth-of-type(7), .accordionDetails .timing:nth-of-type(8){ background-color:#fff;}
.accordionDetails .timing:nth-of-type(13), .accordionDetails .timing:nth-of-type(14), .accordionDetails .timing:nth-of-type(15), .accordionDetails .timing:nth-of-type(16){ background-color:#fff;}
.accordionDetails .timing:nth-of-type(21), .accordionDetails .timing:nth-of-type(22), .accordionDetails .timing:nth-of-type(23), .accordionDetails .timing:nth-of-type(24){ background-color:#fff;}
.accordionDetails .timing:nth-of-type(29), .accordionDetails .timing:nth-of-type(30), .accordionDetails .timing:nth-of-type(31), .accordionDetails .timing:nth-of-type(32){ background-color:#fff;}
.accordionDetails .timing:nth-of-type(37), .accordionDetails .timing:nth-of-type(38), .accordionDetails .timing:nth-of-type(39), .accordionDetails .timing:nth-of-type(40){ background-color:#fff;}
.accordionDetails .timing:nth-of-type(45), .accordionDetails .timing:nth-of-type(46), .accordionDetails .timing:nth-of-type(47), .accordionDetails .timing:nth-of-type(48){ background-color:#fff;}
.accordionDetails .timing:nth-of-type(53), .accordionDetails .timing:nth-of-type(54), .accordionDetails .timing:nth-of-type(55), .accordionDetails .timing:nth-of-type(56){ background-color:#fff;}
.accordionDetails .timing:nth-of-type(61), .accordionDetails .timing:nth-of-type(62), .accordionDetails .timing:nth-of-type(63), .accordionDetails .timing:nth-of-type(64){ background-color:#fff;}
.accordionDetails .timing:nth-of-type(69), .accordionDetails .timing:nth-of-type(70), .accordionDetails .timing:nth-of-type(71), .accordionDetails .timing:nth-of-type(72){ background-color:#fff;}
.accordionDetails .timing:nth-of-type(77), .accordionDetails .timing:nth-of-type(78), .accordionDetails .timing:nth-of-type(79), .accordionDetails .timing:nth-of-type(80){ background-color:#fff;}
.accordionDetails .timing:nth-of-type(85), .accordionDetails .timing:nth-of-type(86), .accordionDetails .timing:nth-of-type(87), .accordionDetails .timing:nth-of-type(88){ background-color:#fff;}
.accordionDetails .timing:nth-of-type(93), .accordionDetails .timing:nth-of-type(94), .accordionDetails .timing:nth-of-type(95), .accordionDetails .timing:nth-of-type(96){ background-color:#fff;}
.accordionDetails .timing:nth-of-type(101), .accordionDetails .timing:nth-of-type(102), .accordionDetails .timing:nth-of-type(103), .accordionDetails .timing:nth-of-type(104){ background-color:#fff;}
.accordionDetails .timing:nth-of-type(109), .accordionDetails .timing:nth-of-type(110), .accordionDetails .timing:nth-of-type(111), .accordionDetails .timing:nth-of-type(112){ background-color:#fff;}
.accordionDetails .timing:nth-of-type(117), .accordionDetails .timing:nth-of-type(118), .accordionDetails .timing:nth-of-type(119), .accordionDetails .timing:nth-of-type(120){ background-color:#fff;}

.tabsInnerBlock .accordionDetails {
	margin-bottom: 10px;
}
.tabsInnerBlock .accordionDetails { padding: 0; }
.timingsrow:nth-of-type(odd) {
	background-color: #F4F4F4;
}
.tabsInnerBlock .accordionContainer {
	margin-bottom: 0px;
}
.scheduleRightWrapper { 
	padding: 158px 0px 0;
	width: calc(30% - 10px); 
	margin-left: 15px;
}
.serviceWrapper {
	border: 1px solid #E8E8E8; 
	background-color: #F4F4F4;
	margin-bottom: 10px;
}
.serviceTitle h4 {
	color: #525252;
	padding: 25px; 
	text-align: center;
	border-bottom: 2px solid #B0D22B;
} 
.serviceContent {  
	padding: 25px; 
	display: flex;
	flex-direction: column;
}
.bold { font-weight: 700; }
.serviceContent .notifier { position: relative; top: inherit;font-weight: 700;font-size: 18px;left: inherit;margin-right: 10px; display:flex; text-align:center; padding-left:9px; float:left}
.serviceContent h4 {
	/*display: flex;*/
	line-height: 38px;
	margin: 15px 0px;
}
.serviceContent ul {padding-left:20px;}
.fareInfo { border: none; background: none;}
.fareInfo .serviceContent {
	padding: 0;	
}
.serviceContent .accordionHeader {
	padding-left: 15px; 
}
.fareInfo .accordionHeader {
    margin: 0px 0 10px;
}
.fareInfo .serviceContent {
    margin: 10px 0 0px;
}
.fareInfo .serviceTitle {
	background-color: #F4F4F4;
}
.routeHeader { 
	display: flex;
	background-color:#525252;
	flex-direction: column;
	padding: 30px;
	
	text-align: center;
}
.routeHeader h4 {
	text-transform: uppercase;
	color: #fff;
	font-weight:500;
}
.routeHeader h1 {
	color: #fff;
	display: flex;
	align-self: center;
	text-transform:uppercase;
}
.routeHeader hr {
	border: 1px solid #B0D22B; 
	width: 10%;
	margin: 15px auto;
}
.routeHeader .notifier {
	position: relative;
	top: inherit;
	left: inherit;
	text-align: center;
	font-size: 32px;
	margin-top: 0px;
	margin-right: 10px; 
	height:54px;
	width:54px;
	line-height:54px;
}
.bannerLeftInfo {
	position: absolute; 
	z-index: 9;
	top: 0;
	left: 0;
	width: 25%;
	top: 0px;
	height: 100%;
	display: flex;
}
.bannerLeftInfo .serviceContent ul li {
	list-style: disc;
	line-height: 30px;
}
.maps {
overflow: hidden;
position:relative;
 }
.bannerRightInfoHome {
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-size: 28px;
	border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
max-width: 510px;
height: 52px;
transform: translateY(-50%);
min-width: 510px;
letter-spacing:1px;
}
.bannertextdetails{
	position: absolute;
right: 0px;
top: 39%;
display:flex;
}

.bannercircle{
	width: 50px;
height: 50px;
border-radius: 100px;
margin-top: -25px;
margin-right: 33px;
}
.bannercircle.Grey, .bannerRightInfoHome.Grey {background: #525252}
.bannercircle.Green, .bannerRightInfoHome.Green {background: #B0D22B}
.bannercircle.Black, .bannerRightInfoHome.Black {background: #000000}
.bannercircle.White, .bannerRightInfoHome.White {background: #ffffff}

.bannerRightInfoHome a.Grey {color: #525252}
.bannerRightInfoHome a.Green {color: #B0D22B;}
.bannerRightInfoHome a.Black {color: #000000;}
.bannerRightInfoHome a.White {color: #fff;}

.bannerRightInfo {
	position: absolute; 
	z-index: 9;
	top: 0;
	right: 50px;
	width: 25%;
	top: 0px;
	height: 100%;
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
}
.bannerRightInfo .accordionHeader {
	background-color: #7AAB22;
	color: #fff;
	margin: 0;
	border: none; 
	text-align:  center;
	border: 1px solid #606C4C;
} 
.bannerRightInfo .accordionHeader p {
	color: #fff;
	text-transform: uppercase;
}
.bannerRightInfo .accordionInner { 
	width: 100%;
}
.bannerRightInfo .accordionHeader i {
	color: #B0D22B;
}
.greenText {
	color: #306700
}
.bannerRightInfo .accordionDetails {
	background: #fff;
	padding: 25px 30px;
}
.bannerRightInfo .accordionDetails > p {
	border-bottom: 1px solid #B0D22B;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.bannerRightInfo .accordionDetails > p:last-child {
	border: none;
}
/* 18-07-19 */
.routeHeader.faq {
	padding-top: 70px;
}
.faqPoints > P:first-child{ padding-top: 30px;}
.faqs {
	width: 60%;
	align-self: center;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 40px;
	margin-bottom: 70px;
} 
.faqs .accordionHeader {
    padding: 0px 0 0px 35px;
}
.faqSearch { margin-top: 40px; }

.bannerRightInfo2 {
	position: absolute; 
	z-index: 9;
	top: 0;
	right: 50px;
	width: 30%;
	top: 0px;  
	height: 100%;
	display: flex;
	max-width:400px;
}
.bannerRightInfo2 .accordionHeader {
	background-color: #7AAB22;
	color: #fff;
	margin: 0;
	border: none; 
	text-align:  center;
	border: 1px solid #606C4C;
} 
.bannerRightInfo2 .accordionHeader p {
	color: #fff;
	text-transform: uppercase;
}
.bannerRightInfo2 .accordionInner { 
	width: 100%;
}
.bannerRightInfo2 .accordionHeader i {
	color: #B0D22B;
}
.bannerRightInfo2 .accordionDetails {
	background: #fff;
	padding: 25px 30px;
}
.bannerRightInfo2 .accordionDetails > p {
	border-bottom: 1px solid #B0D22B;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.bannerRightInfo2 .accordionDetails > p:last-child {
	border: none;
}
.bannerRightInfo2 .serviceWrapper {
	width: 100%;
}
.bannerRightInfo2 p {
	 color: #525252;
}
.bannerRightInfo2 .serviceWrapper {
	padding: 28px;padding-left: 35px;
}
.bannerRightInfo2 h4 {
	margin: 20px 0;
}
.contactInfoWrapper {
	display: flex;
	width: 50%;
	align-self: center;
	margin-left: 25%;
	margin-top: 40px;
	margin-bottom: 70px;
	flex-direction: row;
}
.contactInfoLeft {
	width: 47%;
}
.contactInfoRight {
	width: 47%;
	margin-left: 6%;
	flex-direction: column;
	display: flex;
}
.LeftGreyBox {
	padding: 20px;
	background-color: #F4F4F4;
	border: 1px solid #E8E8E8;
	margin-bottom: 20px;
}
.LeftGreyBox p {
	color: #525252;
}
.LeftGreyBox h4, .contactInfoRight h4 {
	margin-bottom: 15px; 
}
.contactInfoRight .nice-select {
	background-color: #F4F4F4;
	width: 100%;
	padding-left: 15px;
	margin-bottom: 15px;
}
.contactInfoRight label {
	font-weight: 700; 
	margin-bottom: 5px;
	text-transform: uppercase;
	clear: both;
	display: flex; 
	color: #5A5A5A;
}
.contactInfoRight input {
	background-color: #F4F4F4;
	border: 1px solid #E8E8E8; 
	padding: 11.5px 15px;
	width: 100%;
	color: #5A5A5A;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
}
.contactInfoRight textarea {
	background-color: #F4F4F4;
	border: 1px solid #E8E8E8;
	padding: 11.5px 15px;
	width: 100%;
	color: #5A5A5A;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
	resize: none;
	height: 115px;
}
.contactInfoRight form input[type=submit] {
	text-transform: uppercase;
	width: auto;
	background-color: #7AAB22;
	border: none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 40px 9px;
	border-radius: 30px; 
	outline: none;
	cursor: pointer;
	margin: 0 auto;
	display: flex;
	letter-spacing:1px;
}
.contactInfoRight form input[type=submit]:hover{
	background-color:#B0D22B;
}
.fareInfo .accordionDetails {
	padding:0;
}
.fareInfo .accordionHeader {
	margin-bottom: 0;
}
.fareInfo .accordionInner	{
	margin-bottom: 10px;
}
.fareinfoInner p {  
	width: calc(100% - 60px );
	padding: 10px 35px; 
	text-align: left;
	line-height: 22px;
} 
.fareInfo .fareinfoInner:nth-of-type(odd) { 
	background-color: #F4F4F4; 
} 
.fareinfoInner span:last-child {
	width: 64px;  
	display: block;
	text-align: center;
	padding: 10px; 
	line-height: 22px;
	border-left: 1px solid #B0D22B; 
}  
.fareInfo .accordionDetails { 
	flex-direction: column;
}
.fareInfo .timingsrow {
	width: 100%;
	display: block;
}
.fareinfoInner { display: flex;  flex-direction: row;background-color: #fff;border: 1px solid #E8E8E8;border-top: 0; margin-top:5px;}

/*--------- modal css ---------- */

.modal { display: none; }
.modal--show,
.modal--hide { display: flex; } /* classes fired by js for animation control */

/* This is on the wrapper for the whole modal */
.modal--align {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0; 
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  padding: 35px;
}
 
.modal__container {
  position: relative;
  width: 100%;
  max-width: inherit;
  max-height: inherit;
  padding: 35px;
  margin: 0;
  background: #fff;
}
 
/* The .modal__close class is used in js but is modified '--x' here */
.modal__close--x {
  font-size: 30px; /* this is only because we use unicode for the X in this case */
  position: absolute;
  top: 3px;
  right: 10px; 
  color: #306700;
  font-weight: 700;
  margin-top: 10px; 
} 

/* As there is no href to avoid the hash being added to the URL when clicked we add a pointer */
/* This 'x' is hidden from screen readers as there is an accessible close button in the modal */
.modal__close--x:hover {
  cursor: pointer;
}

/* Animations */
/* Open */
.modal.modal--show {
  animation: modal-open 0.3s;
}
.modal-trigger { cursor: pointer; }
.accordionDetails .timing.modal-trigger:hover {background-color:#7AAB22; color:#fff;}
@keyframes modal-open {
  0%    { opacity: 0; }
  100%  { opacity: 1; }
}

/* Close */
.modal.modal--hide {
  animation: modal-close 0.3s;
}

@keyframes modal-close {
  0%    { opacity: 1; }
  100%  { opacity: 0; }
}
/*--------- end modal css ------ */

.modal__container .tabsInnerBlock {
    width: 100%;
}
.scheduleModal .modal__container {
	top: 30px;
	width: 40%;
	max-width: 500px;
	/*max-height: 1000px;*/
	max-height:100%;
	left:  50%;
	transform:  translateX(-50%);
	-webkit-transform:  translateX(-50%); 
	background-color: #F4F4F4;
	border: 1px solid #E8E8E8;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-top: 15px;
} 
.modal .tripPlan {
	position:  relative;  
	bottom: inherit;
	left: auto;	
	margin-left: 50%;
	transform: translateX( -50% );
	-webkit-transform: translateX( -50% );
	display:  block;
	margin-bottom: 40px;
	margin-top: 55px
}
.modal span.routeLabel {
    color: #525252;
    background-color: #E8E8E8;
    padding: 10px 5px;
    display: flex;
    flex: 1;
    height: 60px;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
}
.modal .fareinfoInner p {
    width: calc(100% - 60px );
    padding: 10px 0px 0px 10px;
    text-align: left;
    line-height: 45px;
		color: #525252;
    font-weight: 700;
	height:60px;
}
.modal .fareinfoInner span {
    line-height: 45px;
		color: #525252;
		padding-top:10px;
		height:60px;
}
.modal .fareinfoInner span:active {
		color: #fff;
		background-color: #B0D22B;
		cursor: pointer;
}
.modal .fareinfoInner span:last-child {
    width: 110px;
}
body.hidden {
	overflow: hidden !important;
}
.meetingDesc {
}
.meetingAccordTitle h4 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 50px;
	color: #525252;
} 
.meetingAccordTitle {
}
.meetings .newsDate {
	left: 0px;
}
.meetings .accordionHeader {
	padding: 0px 0 0px 70px;
	margin-bottom: 0; margin-top:10px;
}
.download.agenda {
	justify-content: end;
	margin: 0;
	min-width: 100px;
	margin-left:10px;
}
.download.agenda .downloadBtn {
	border-radius: 0;
	padding: 20px 21px 18px;	
	border-right: 1px solid #B0D22B;
	margin: 5px 0 15px;
}
.meetingDownloads.download.agenda:last-child .downloadBtn {
	border-right: none;
}
.meetingDownloads {
	justify-content: flex-end;
	display: flex;
}
.meetings .accordionDetails.fiscal {
	padding: 0;
}
.fiscalYear.accordBtn {
	/*width: 225px;
	min-width:225px;*/
	width:180px;
	min-width:180px;
}
.meetings .accordBtn span {
	color: #306700;
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 3px;
	font-weight: 700;
}
.meetings .accordBtn i {
    margin-right: 10px;
}
.archive > .accordionHeader {
	padding: 0px 0 0 15px;
	margin-bottom: 0;
}
.archive {
}

.acf-map {
	width: 100%;
	height: 550px;
}


.accordionContainer.meetings .accordionHeader{
	min-height: 60px;
}
.accordionContainer.meetings .fiscalYear.accordBtn{
height: 100%;
min-height: 60px;
}
.accordionContainer.meetings .newsDate{
height: 60px;
width: 55px;
}
.leadership_tabs .MainTabWindow > p { width: 70%; margin:auto; }
.wp-block-image figcaption {
	text-align: center;
	font-size: 16px !important;
	margin: -5px 0 0 0 !important;
	background-color: #F4F4F4;
	padding: 30px !important;
	color: #131215 !important;
}
.advgb-accordion-body.ui-accordion-content ol { /*margin-left: 15px;*/ }
.wp-block-advgb-button.alignnone a, .wp-block-advgb-button.alignleft a, .wp-block-advgb-button.alignright a, .wp-block-advgb-button.aligncenter a, .wp-block-advgb-button.alignwide a, .wp-block-advgb-button.alignfull a {
	background-color: #7AAB22;
}
.wp-block-advgb-button.alignnone, .wp-block-advgb-button.alignleft, .wp-block-advgb-button.alignright, .wp-block-advgb-button.aligncenter, .wp-block-advgb-button.alignwide, .wp-block-advgb-button.alignfull {
	margin-bottom: 30px;
}
.wp-block-advgb-button.alignnone a:hover, .wp-block-advgb-button.alignleft a:hover,.wp-block-advgb-button.alignright a:hover, .wp-block-advgb-button.aligncenter a:hover, .wp-block-advgb-button.alignwide a:hover, .wp-block-advgb-button.alignfull a:hover, .wp-block-advgb-button.alignnone a:active, .wp-block-advgb-button.alignleft a:active, .wp-block-advgb-button.alignright a:active, .wp-block-advgb-button.aligncenter a:active, .wp-block-advgb-button.alignwide a:active, .wp-block-advgb-button.alignfull a:active {
	background-color: #B0D22B;
}
.tabTitles li.current-menu-item a {
	background-color: #7AAB22;
}
/*
.current-page-ancestor { background: #7AAB22; }
.current-page-ancestor > a { color: #fff !important; }*/
.mainTabsConainer ul.tabTitles  {
	flex-grow: 1;
  flex-basis: 0;
  -webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
    flex-basis: 0;
  padding: 0;
}
.mainTabsConainer ul.tabTitles  li {
	flex-grow: 1;
	flex-basis: 0;
	text-align: center;
	-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.MainTabWindow ol li {
	line-height: 28px;
	color: #131215;
	margin-bottom: 35px;
}
.MainTabWindow ol li ul li {
	margin-bottom:5px;
	position:relative;
}
.MainTabWindow ol li ul li:before{
	display:  inline-block;
  vertical-align:   middle;
  width: 5px;
  height:  5px;
  border-radius: 100px;
  background-color: #131215;
  margin-right:     8px;
  content:          ' ';
}
.MainTabWindow ol li ul {
	margin-top:10px
}
.MainTabWindow > h3 {
	padding: 15px 0;
}



 .allNewsBtn:hover{
	 background-color:#B0D22B;
 }
 .language select:hover{
	 color: #b0d22b;
 }
 
 .contentWrapper header{
	 position: fixed;
top: 0;
background: #fff;
z-index: 99999;
width:100%;
 }
 .bannerWrapper, .bannerWrapper1{
	 padding-top:95px;
 }
 .menuTopRightUl li:hover{
	 background: #B0D22B;
 }
 
 .advgb-accordion-header{
border: 1px solid #E8E8E8 !important;
min-height: 62px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
background: #F4F4F4 !important;color: #525252 !important;
border-radius:0px !important;
padding-left: 20px !important;
margin-top:0px !important
 }
 .advgb-accordion-block{
	 margin-bottom:10px !important;
 }
 .advgb-accordion-header-icon{
	 position: absolute;
height: 60px;

border-left: 1px solid #B0D22B;
right: 0px;
width: 45px;
margin-right:0px !important; 
display:block !important;
 }
  .advgb-accordion-header-icon svg{
	  display:none;
  }
  .advgb-accordion-header-icon:after{
  border-bottom: 3px solid #7AAB22;
border-right: 3px solid #7AAB22;
content: '';
display: block;
height: 11px;
margin-top: -7px;
pointer-events: none;
position: absolute;
right: 18px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 11px;
  } 
  .advgb-accordion-header.ui-accordion-header-active   .advgb-accordion-header-icon:after{
	  -webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
  }
  
  .advgb-accordion-body  p{
	  padding-right:15px;
  }
  
  .leadership_tabs .MainTabWindow{
	  padding-right:0px;
  }
  
  
  .MainTabWindow ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

 .MainTabWindow ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 1.2em;
}

 .MainTabWindow ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
  font-weight: 600;
}

 .MainTabWindow li ol > li {
  margin: 0;
}

 .MainTabWindow li ol > li:before {
  content: counters(item, ".") " ";
}
.menuBottomUl > li.current-page-ancestor > a::after, .menuBottomUl > li.current_page_item > a::after{
	position:absolute;
	background:#7AAB22;
	height:10px;
	bottom:0px;
	width:100%;
	content: '';
		
}

.menuBottomUl > li{
	padding-left: 18px;
		padding-right:18px
}
.menuBottomUl > li > a{
	position: relative;
	padding-left: 0px;
	padding-right:0px;
	/*letter-spacing:1px;*/
		
}
.menuBottomUl> li.current-page-ancestor > a::after,  .menuBottomUl> li.current_page_item > a::after{
	position:absolute;
	background:#7AAB22;
	height:10px;
	bottom:0px;
	width:100%;
	content: '';
	left: 0px;
		
}

.single-bus_routes .menuBottomUl> li.menu-item-176 > a::after{
	position:absolute;
	background:#7AAB22;
	height:10px;
	bottom:0px;
	width:100%;
	content: '';
	left: 0px;
		
}


.accordionInner  .notifier{
	height: 44px;
width: 44px;
top: 8px;font-size: 25px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;
}

.homeDropdown .notifier {
	height: 25px; 
	width: 25px;
	border-radius:50%;
	color: #fff;
	text-align: center; 
	font-size: 13px;
	line-height: 25px;
	position: relative;
	left: inherit;
	top: inherit;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top:0px;
} 

.navbar_toggle{
	display:none;
}
.navbar_toggle .icon-bar{
	background: #525252;
width: 25px;
height: 3px;
display: block;
margin-bottom: 4px;
}
.leadership_tabs h2{
	width: 70%; margin:auto;
	
	
	}

.newsBox a{

}

.wp-pagenavi a, .wp-pagenavi span{
	border:none;color: #7AAB22;font-size: 20px;border:none !important;
	padding: 5px 10px !important;border-right: 1px solid #EBEBEB !important;
}

.wp-pagenavi  span.pages{
	display:none;
}
.wp-pagenavi span.current{
	padding: 2px 10px;
}
.wp-pagenavi{
text-align: center;
margin-top: 25px;
margin-bottom: 10px;
}
.wp-pagenavi .last{
	display:none;
}
.wp-pagenavi span.current{
	background:#7AAB22;
color: #fff;
}
.wp-pagenavi .nextpostslink{
	border-right: none !important;
color: #fff;
margin-left: 10px;
background: #7AAB22;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
padding-left: 15px !important;font-size: 18px;
}

.wp-pagenavi .nextpostslink i , .wp-pagenavi .previouspostslink i{
	margin-left: 5px;margin-right: 5px;
}
.wp-pagenavi .previouspostslink{
	color: #fff;
border-right: none !important;
background: #595959;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;padding-right: 15px !important;font-size: 18px;
}

.entry-header, .page-header{
	position:static !important;
}

.admin-bar header{
    margin-top: 32.4px;
}
@media (max-width: 800px) {
.admin-bar header{
    margin-top: 35px;
}
}
@media (min-width:1900px) {
.admin-bar header{
    margin-top: 35px;
}
}
/*.mainTabsConainer.subnav_sticky{margin-left:0px !important;}*/

.home_news .newsBox img{
	width:auto;max-width: 100%;
}
.home_news .newsTextContainer{
	padding-top:0px !important;padding-bottom:0px !important;
}
.home_news .newsTextContainer p{
	line-height:22px;
	color: #5A5A5A;
}
.home_news .newsTextContainer h4{
	margin-bottom:10px;
}

.staff_box{
	position:relative;
}
.expanding-grid .links > li a.active .staff_det{

}


.search-results  .mainTabsWrapper, .search-no-results  .mainTabsWrapper {
	padding-top:140px;
}
.search-results  .mainTabsWrapper .page-header, .search-results  .mainTabsWrapper  .entry-header, .search-no-results  .mainTabsWrapper .page-header, .search-no-results  .mainTabsWrapper  .entry-header{
	box-shadow:none !important;display: block;z-index: auto;
}
.search-results  .entry-footer, .search-no-results  .entry-footer{
	display:none;
}
.search-results  h2.entry-title, .search-no-results  h2.entry-title{
	margin-bottom: 20px;
}
.search-results  figure.post-thumbnail, .search-no-results  figure.post-thumbnail{
		margin-bottom: 20px;
}
.search-results .page-description, .search-no-results .page-description {
font-size: 20px;
margin: 10px 0px;
}

.contactTitle p  a{
	color:#525252;
}
 .contactTitle .addr_details:first-child{
	margin-bottom:30px;
}
.no_sidebar .page_heading, .sidebar .page_heading{
	/*width:70%;margin:auto;*/margin-bottom: 20px;
}
.no_sidebar.leadership_tabs .page_heading{
	width:100%;
}
.mainTabsWrapper.sidebar  .MainTabWindowWrapper.show{
	flex-direction:row;
}

.translated-ltr .menuBottomUl > li {
	padding-left: 15px;
padding-right: 15px;
}
.nice-select.open::after{

}
#tabfour .scheduleTabInner:first-child{display:block;}
.menu-image-hover-wrapper img.hovered-image, .menu-item:hover .menu-image-hover-wrapper img.menu-image {
    opacity: 0;
    transition: none !important;
    margin-left: 0px !important;
    margin-top: -22px;
}
.mainTabsWrapper ul li {color:#131215; line-height:28px;}

.mainTabsWrapper ul li:before{
	display:  inline-block;
  vertical-align:   middle;
  width: 5px;
  height:  5px;
  border-radius: 100px;
  background-color: #131215;
  margin-right:     8px;
  content:          ' ';
}
.mainTabsWrapper ul.wp-block-gallery li:before{
	content: none;
}

.mainTabsWrapper .mainTabsConainer ul li:before {content:none;}
.expanding-grid  ul li:before {content:none;}

.advgb-accordion-body {border:1px transparent !important;}

xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #7AAB22 !important;
    box-shadow: #7AAB22 0 1px 3px 0 inset !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    background: #B0D22B !important;
}

.schedules-fare .wp-block-advgb-accordions {
margin-top:15px;	
}
.serviceContent h4 a {
    float: left;
    width: calc(100% - 50px);
    font-size: 17px;
    line-height: 40px;
	color: #131215;
}


.contactTitle h4 , .addr_details h4 , .contactInfoRight h4{
	color:#525252;
}
.MainTabWindow h2 , .MainTabWindow h3{
	color:#525252;
}
.page-template-template-blog  .news-row .newsDate{
	
}
.tabWindow .fa-thumbs-up{
	color:#525252;
}

.bannerLeftInfo  .serviceWrapper{
	margin-bottom:0px;
}
.newsTextContainer p {color: #5A5A5A;}
.page-template-template-routes .searchWrapper {display:none;}
.blogContainer.no_sidebar{
	margin-left:auto;margin-right:auto;
}

.pagination_main{

	display: flex;
align-items: center;
justify-content: center;
}
.navigation.pagination  .page-numbers{
	border:none;color: #7AAB22;font-size: 20px;border:none !important;
	padding: 5px 8px !important;border-right: 1px solid #EBEBEB !important;
}
.pagination_main .next{
border-right: none !important;
color: #fff;
margin-left: 10px;
background: #7AAB22;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
padding-left: 15px !important;font-size: 18px;padding-right: 10px;
text-transform: uppercase;
padding-top: 5px;
padding-bottom: 5px;
}
.pagination_main .previous.pre_disable{
	background:#595959;
}
.pagination_main  .previous{
	color: #fff;
border-right: none !important;
background: #7AAB22;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;padding-right: 15px !important;font-size: 18px;
padding-left: 10px;
text-transform: uppercase;
padding-top: 5px;
padding-bottom: 5px;font-weight: 600;
}
.pagination_main  .previous a{
	color:#fff;
}
.pagination_main .next a{
	color:#fff;font-weight: 600;
}
.pagination_main  a.next.page-numbers{
	display:none;
}
.pagination_main .next i , .pagination_main .next i{
	margin-left: 5px;margin-right: 5px;
}

.route_alert h4{
	margin-bottom:16px;
}
.route_alert .homeDropdown .accordionHeader{
	padding: 10px 10px;
}
.route_alert .homeDropdown .accordBtn{
	height: 45px;
position: absolute;
right:0px;
}
.route_alert  .homeDropdown .accordionHeader p{
	font-size:16px;
}

.ctaFtSlider
{
visibility: hidden;
height: 0;
}

.bannerContainer { visibility: hidden; }

p+ul, p+ol{
    margin-bottom: 25px;
    margin-top: -20px;
}


.expanding-grid{
	overflow:hidden;
}

/*
.navBtns {
    position: absolute;
    width: 21px;
    z-index: 9999;
    background-color: #68A3CB;
    top: 0;
    height: 60px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.navBtns.leftArrow{
	left:0px;
}
.navBtns.rightArrow{
	right:10px;
}
.mainTabsConainer {
	position:relative;
}
*/



.list {
    position:absolute;
    left:0px;
    top:0px;
  	margin-left:12px;
    margin-top:0px;
}
.nice-select .list {margin-left:0px; width:100%;}
.tabTitles li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:3px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}
.scroller  .fa{
color:#fff;
font-size: 22px;
}

.scroller-right{
  float:right;
  width:30px;
  height:30px;
  background:#7AAB22;
  position:absolute;
  right:0px;
  z-index: 9;
  top: 6px;
}

.scroller-left {
  float:left;
   width:30px;
  height:30px;
  background:#7AAB22;
  position:absolute;
  left:0px;
  z-index: 9;
  top: 6px;
}

.mainTabsConainer ul.tabTitles{
	position:relative;
}
.mainTabsConainer{
position:relative;
}
.newsTextContainer span {color: #306700; font-weight:bold;}
.single-bus_routes .sideBar {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 27px;
}
.pro_complete{
	color:#fff;
font-size: 14px;
background-image: url(../img/subtraction.png); 
background-position: right;
display: table;
left: 0;
text-align: left;
top: 12.1rem;
position:absolute;
padding: 1px 20px;
text-transform:uppercase;
}
@media (min-width:992px){
.show .space{margin-top:100px;}	
}

.error404 footer{position: fixed;
    bottom: 0px;
    width: 100%;
}

.error-404{padding-top:75px;}

.search-field{background-color: #F4F4F4;
    border: 1px solid #E8E8E8;
    padding: 7px 15px;
    color: #5A5A5A;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

.search-submit{background-color: #7AAB22;
    border: 1px solid #7aab22;
    color: #fff;
    padding: 7px 10px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.outer input, .inner input{background-color: #F4F4F4;
    border: 1px solid #E8E8E8;
    padding: 11.5px 15px;
    width: 100%;
    color: #5A5A5A;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;}
.outer label, .inner label{font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    clear: both;
    display: flex;
    color: #5A5A5A;}
.serviceArea{margin:15px 0px; background-color: #F4F4F4;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 15px;}
#wpcf7-f2729-p2726-o1 .wpcf7-submit{text-transform: uppercase;
    width: auto;
    background-color: #7AAB22;
    border: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 40px 9px;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
    margin: 50px auto 0px;
    display: flex;
    letter-spacing: 1px;}
#wpcf7-f2729-p2726-o1 .nice-select .option{width:100%;}
#wpcf7-f2729-p2726-o1 ul li:before{display:none;}