html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; background-repeat: no-repeat; }

* {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-smooth: antialiased;
	color: #3E3E3E;
	text-decoration: none;
	overflow: visible;	
	margin: 0;
	padding: 0;
	border: 0;
}

p, #menu, ul, .sitemap, footer, #select-lang, #select-lang option {
	font-family: "Avenir Next", Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	font-weight: normal;
}

body {
	width: 100%;
}

h1 {
	font-family: "Euclid";
	text-align: center;
	/* text-shadow: 0 1px 4px rgba(0,0,0,0.3); */
	font-weight: 900;
	font-size: 40px;
	line-height: 1.1em;
	margin-bottom: 18px;
}

h2 {
	font-family: "Euclid";
	font-weight: 900;
	font-size: 45px;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 30px;
}

h3 {
	font-family: "Euclid";
	font-weight: 900;
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h4 {
	font-weight: 500;
	font-size: 34px;
	line-height: 1.3em;
	letter-spacing: -0.6px;
}

h5 {
	font-family: "Euclid";
	font-weight: 900;
	font-size: 25px;
	line-height: 1em;
}

.intro {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}

header p {
	font-family: "Euclid";
	margin-bottom: 16px;
	font-weight: 300;
	font-size: 16px;
	line-height: 2em;
	opacity: 0.8;
}

p, li {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.7em;
	color: #666666;
}

p.title {
	line-height: 1.5em;
}

p.block {
	font-weight: 500;
	line-height: 1.7em;
	font-size: 18px;
	color: #666666;
}

p.titleoption {
	font-weight: 700;
	font-size: 20px;
	line-height: 1em;
	color: #3E3E3E;
	margin-bottom: 20px;
}

p.titleoption img{
	vertical-align: middle;
	margin-right: 15px;
	width: 24px;

}

.bold {
	font-weight: 700;
}

.content {
	max-width: 950px;
	width: 100%;
	padding: 90px 20px 90px 20px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

strong {
  color: inherit;
	font-weight: 900;
}

italic {
  color: inherit;
	font-weight: inherit;
	font-style: italic;
}

a {
  font-family: inherit;
  font-weight: inherit;
	color: inherit;
}

header, nav, article, footer, address, section {
  display: block;
}

hr {
	height: 1px;
	width: 100%;
	background-color: #ededed;
	margin: 40px 0;
}

hr.footer {
	margin: 0;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.gray {
	background-color: #f6f6f6;
}

.gray93 {
	background-color: #EEEEEE;
}

.green {
	background-color: #2bc875;
	color: #FFF;
}

.blue {
	background-color: #2F81B7;
	color: #FFF;
}

.background-image * {
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.lightgreen > *, .lightblue > * {
  	color: #1e212d;
}

.green *, .teal *, .blue *, .dark-blue *, .background-image * {
	color: #FFF;
}


.gradient.green {
	background: #2bc875;
}

.gradient.blue {
	background: #59BAE9;
}

.lightgreen {
	background: #dff5e6;
}

.lightblue {
	background: #E6F5FC;
}

.navy {
	background: #334b60;
}

.gradient.dark-blue {
	background: linear-gradient(to bottom right, #355675, #324659);
}

.gradient.teal {
	background: linear-gradient(to bottom right, #1FA8BB, #1FBCD2);
}

.feature .content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.feature .content.center {
	justify-content: center;
}

.feature img {
	width: 100%;
}

.feature .text-container {
	max-width: 385px;
}

.feature .text-container p {
	color: #666666;
	font-size: 18px;
	font-weight: 300;
}

.phone {
	width: 370px;
	height: 685px;
	background-image: url('https://transitapp.com/img/4.0/iphone-whitev4@2x.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center right;
}

.phone img {
	width: 320px;
	margin-left: 25px;
	margin-top: 87px;
}

.phone-app-center {
	width: 350px;
	height: 652px;
	background-image: url('https://transitapp.com/img/4.0/iphone-whitev4@2x.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center right;
}

.phone.left {
	margin-right: 80px;
}

.phone.right {
	margin-left: 80px;
}


.button {
	display: inline-block;
	padding: 12px 20px 10px;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
	font-size: 16px;
}

.button.gray{
	background-color: #cccccc;
	color: #FFF;
}

.button.gray:hover {
	background-color: #2bc875;
	color: #FFF;
}

.button.overlay {
	background-color: rgba(0, 0, 0, 0.2);
}

.button.overlay:hover {
	background-color: rgba(0, 0, 0, 0.25);
}

.button.overlay:active {
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, 0.3);
}

.button.dark-overlay {
	background-color: rgba(0, 0, 0, 0.4);
}

.button.dark-overlay:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.button.dark-overlay:active {
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, 0.6);
}

.button.green:hover {
	background-color: #218A59;
}

.date {
	font-size: 12px;
	text-transform: uppercase;
	color: #2eb778;
	font-weight: 900;
}

header.multi-columns-content .content {
	padding: 0 0;
}

.multi-columns-content .content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}


.multi-columns-content .titles {
	max-width: 400px;
	margin-bottom: 10px;
}

.multi-columns-content .intros {
	max-width: 550px;
}

.multi-columns-content.three-columns .titles {
	max-width: 280px;
	margin-bottom: 20px;
}

.multi-columns-content.three-columns .list {
	width: 300px;
	margin-bottom: 20px;
}

.multi-columns-content.three-columns .intros {
	max-width: 300px;
}

.multi-columns-content p.section-name {
	font-family: "Euclid";
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
	color: #3398DB;
	text-align: left;
	margin: 0 0 10px 0;
}

.multi-columns-content.three-columns .list .city {
	display: block;
	clear: both;
	margin-bottom: 50px;
}

.multi-columns-content.three-columns .list .city a {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	padding: 8px 16px 5px 36px;
	font-size: 14px;
	font-weight: 900;
	float: left;
	margin-right: 14px;
	background-image: url('https://transitapp.com/img/4.0/upvote@2x.png');
	background-repeat: no-repeat;
	background-size: 12px 7px;
	background-position: 14px center;
}

.multi-columns-content.three-columns .list .city a:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.multi-columns-content.three-columns .list .city p {
	font-family: "Euclid";
	font-size: 20px;
	font-weight: 900;
	float: left;
	margin-top: 9px;
}

.multi-columns-content p a {
	color: #3398DB;
}

.multi-columns-content h1 {
	font-family: "Euclid";
	font-weight: 900;
	font-size: 35px;
	text-align: left;
	line-height: 1.3em;
	margin: 0;
}

.multi-columns-content .intros p {
	font-weight: 400;
	opacity: 1;
	margin: 0;
}

header.multi-columns-content .intros p {
	font-family: "Euclid";
}

.multi-columns-content p.h1 {
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.multi-columns-content p.h2 {
	font-size: 16px;
	font-weight: 500;
	line-height: 2em;
	margin-bottom: 10px;
}

.multi-columns-content p.h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 20px;
}

p.h4 {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 500;
}

.logos {
	text-align: center;
}

.logos .logos-container {
	display: flex;
	justify-content: space-around;;
	align-items: center;
	flex-wrap: wrap;
}

.logos a {
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	display: inline-block;
	text-align: center;
	margin: 50px 60px 0 60px;
	position: relative;
	font-weight: 700;
	vertical-align: middle;
	-webkit-transition: .2s ease-out;
}

.logos img,
.logos svg {
	max-width: 180px;
	width: auto;
	display: block;
	margin: 0 auto 20px auto;
	height: 60px;
	cursor: pointer;
}

.logos a {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
}

.logos a:hover,
.logos a.selected {
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}


@media only screen and (max-width: 700px) {

	.right {
		float: left;
	}

	h1 {
		text-align: left;
	}

	.center {
		text-align: left;
	}

	.content {
		padding: 45px 25px 45px 25px;
		width: auto;
	}

	.button {
		position: relative;
		display: block;
		text-align: center;
		font-size: 18px;
	}

	.logos .logos-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.feature .content {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		text-align: left;
	}

	.feature .content.responsive-reverse {
		flex-direction: column-reverse;
	}

	.feature .content .text-container {
		margin-top: 10px;
		margin-bottom: 30px;
		width: 100%;
		max-width: none;
	}

	.multi-columns-content .content {
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}

	.multi-columns-content .content {
		text-align: left;
	}

	.multi-columns-content .content .image {
		margin-bottom: 40px;
	}

	.multi-columns-content div,
	.multi-columns-content.three-columns div {
		width: auto;
		max-width: none;
	}

	.multi-columns-content p.section-name {
		text-align: left;
	}

	h1 {
		margin-top: 50px;
	}
}
