@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0;
	font-family: 'open_sanssemibold', Arial, 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	background-color: #2652aa;
}

#menu {
	background-color: white;
	border-color: grey;
	font-size: 6px;
	line-height: 1em;
}

.stop-title h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 3em;
	line-height: 1.2em;
}

.subtitle {
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.25em;
	line-height: 1.2em;
}

.stop-description .headline,
.conclusion .headline {
	font-size: 1.5em;
	line-height: 1.3em;
}

.dash-title h3 {
	margin-top: 0;
	font-size: 2em;
	line-height: 1.2em;
}

.segment,
.segment-text-right.segment-v:after {
	border-color: #3fa8e6;
}

.stop-button .inner-button {
	background-color: white;
	color: #3fa8e6;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	text-transform: uppercase;
	border-color: grey;
}

.stop-button.data-toggle:hover .inner-button {
	background-color: #3fa8e6;
	border-color: #3fa8e6;
	color: white;
}

.expanded .stop-button .inner-button {
	font-size: 1.2em;
	cursor: default;
}

.video-wrapper iframe {
	border-color: black;
}

.readmore-btn:hover {
	color: lightgray;
}

.readmore-btn:before {
	content: '+ ';
	font-size: 1.5em;
}

.synopsis,
.readmore-content,
.conclusion {
	font-size: 1.2em;
	line-height: 1.5em;
}

@media (min-width: 1420px) {
	body {
		/*font-size: 18px;*/
	}
}

@media (max-width: 1260px) {
	body {
		font-size: 14px;
	}
}

@media (max-width: 980px) {
	body {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	body {
		
	}
}

@media (max-width: 480px) {
	body {
		font-size: 9px;
	}
}