body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #353535 !important;
	opacity: 0.7;
}

/* Header */
#header_main {
	background-color: #353535 !important;
	border: none !important;
	font-family: 'bebas-neue-pro', 'Open Sans', 'Montserrat', 'Segoe UI', Tahoma, sans-serif !important;
	font-size: 1.5rem;
}
.page_item a, .menu-item a {
	font-weight: 400 !important;
	font-size: 1.2rem !important;
}
.page_item a:hover, .menu-item a:hover {
	border-bottom: 4px solid #fff !important;
	color: #fff !important;
	opacity: 1;
}
.current-menu-item a, .current_page_item a {
	border-bottom: 4px solid #fff !important;
}
.homeIcon img {
	height: 5rem;
	width: 5rem;
}
.av-burger-overlay-inner {
	background-color: #353535;
}
.av-active-burger-items a:hover {
	color: #353535 !important;
	background-color: #fff !important;
}
.av-active-burger-items.current_page_item, .av-active-burger-items.current-menu-item {
  background-color: #fff !important;
}
.av-active-burger-items.current_page_item > a, .av-active-burger-items.current-menu-item > a {
  color: #353535 !important;
}
.logo {
	padding: 0.5rem 0 !important;
}

/* Home Hero */
.homeHero {
	height: 60vh;
	min-height: 28rem !important;
	max-height: 45rem;
	display: flex;
	align-items: center;
}
.homeHero div, .homeHero main, .homeHero section {
	height: 100% !important;
}
.slide-entry-excerpt {
	padding: 2rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.homeHero .av-section-cont-open, .homeHero .av-section-cont-open .av-content-full {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}
.homeSlider .avia-smallarrow-slider-heading {
	display: none !important;
}
.homeSlider .slide-entry-wrap:first-child {
	background-image: url("https://movingtransitforward.ca/wp-content/uploads/2021/09/NRT-036.jpg");
	background-position: 65% 50%;
	background-repeat: no-repeat;
}
.homeSlider .slide-entry-wrap:first-child .slide-entry-excerpt {
	background: rgba(0, 0, 0, 0.4)
}
.homeSlider .slide-entry-wrap:first-child .slide-entry-excerpt h1 {
	text-shadow: 2px 2px 8px #353535;
}
.homeSlider .slide-entry-wrap:last-child {
	background-image: url("https://movingtransitforward.ca/wp-content/uploads/2021/08/MTF-Banner-Background-1.png");
	background-size: auto 100%;
}
.homeSlider h1 {
	color: #fff !important;
	font-size: 4rem !important;
	padding-bottom: 2rem;
}
.homeSlider .button {
	border: 2px solid #00A69E !important;
	color: #00A69E !important;
	background: transparent !important;
	padding: 1rem 2rem;
	border-radius: 1rem;
	font-weight: bold;
	font-size: 1.3rem;
}
.homeSlider .button:hover {
	background-color: #00A69E !important;
	color: #353535 !important;
	opacity: 1;
}
.homeSlider .buttonWhite {
	border: 2px solid #fff !important;
	color: #fff !important;
	text-shadow: 2px 2px 8px #353535;
}
.homeSlider .buttonWhite:hover {
	background-color: #fff !important;
	text-shadow: none;
}

/* Content */
h1, h2, h2>span {
	font-family: 'bebas-neue-pro', 'Montserrat', 'Segoe UI', Tahoma, sans-serif !important;
	text-transform: none !important;
	text-align: center !important;
	font-weight: 800 !important;
	color: #00A69E !important;
	font-size: 3rem !important;
}
h2 {
	margin-bottom: 2rem;
}
#main {
  min-height: 100vh !important;
  position: relative;
  display: flex;
  flex-direction: column;
}
.number-icon {
	border: 2px solid #00A69E !important;
	border-radius: 50%;
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto !important;
}
.number-icon p {
	color: #00A69E !important;
	font-size: 2rem !important;
}
.imageBlock img {
  width: 100% !important;
}
.main_color {
  border: none !important;
}
.flexCont .clearfix {
  display: flex !important;
  align-items: center !important;
}
.governance-grid > div {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
	text-align: center;
	border: 1px solid #353535
}
.noWrap {
	white-space: nowrap;
}
.homeButtons {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 1rem;
}
.homeButtons div {
	padding: 1rem 0;
}
.button {
	text-decoration: none !important;
	background: #00A69E !important;
	color: #000 !important;
	padding: 1rem 2rem;
	margin: 0.5rem;
	border-radius: 1rem;
}
.button:hover {
	background: #353535 !important;
	color: #fff !important;
	opacity: 1;
}
.av_one_third {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.homeCommunity .av-content-full {
	padding: 0 !important;
}
.aboutList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.aboutList div p:first-child {
	margin-top: 0 !important;
}
.listThirds ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.listThirds ul li {
	width: 30%;
}
.iframe-container {
	max-width: 130vh;
	margin: 0 auto !important;
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
}

/* Footer */
footer {
	background-color: #353535 !important;
	padding: 2rem;
	color: #fff !important;
	/*   position: absolute;
	bottom: 0; */
	width: 100%;
	margin-top: auto;
}
footer .logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.logos div {
	max-height: 5rem;
	max-width: 8rem;
	margin: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.logos img {
	max-height: 100%;
}
.copywrite {
  text-align: center;
}

/* Breakpoints */
@media (min-width: 1800px) {
	.homeSlider .slide-entry-wrap:first-child {
	background-size: 100% auto;
}
}
@media (max-width: 990px) { 
  .flexCont .clearfix {
    align-items: flex-start !important;
  }
}
@media (max-width: 767px) { 
  .flexCont .content {
    padding-top: 0 !important;
    padding-bottom: 3rem !important;
  }
	.flexCont .clearfix {
		flex-direction: column-reverse;
	}
	.flexContReverse .clearfix {
		flex-direction: column;
	}
	.involved-flex .clearfix {
		flex-direction: column;
	}
	.logos.container {
		margin: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
	}
}
@media (max-width: 599px) {
	.aboutList {
		flex-direction: column;
	}
	.listThirds ul li {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.homeSlider h1 {
		font-size: 3rem !important;
	}
	.flexCont .content {
		padding-top: 0 !important;
		padding-bottom: 1rem !important;
	}
	.logos div {
		max-width: 40%;
		
	}
}
