﻿.image_only img { width: 100%; }

.text_image img {
	width: 100%;
	margin-top: 20px;
}

.side_image > img {
	float: right;
	width: 350px;
}

.side_image > div {
	margin-right: 400px;
}

main .content h1 {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 35px;
	color: #b4252d;

	margin-bottom: 10px;
}

body.rosette main .content h1 { color: #ab1d3f; }

main .content h2 {
	font-family: Roboto, sans-serif;
	font-weight: normal;
	font-size: 26px;
	color: #757678;

	margin-bottom: 10px;
}

main .content h3 {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #757678;

	margin-bottom: 10px;
}

main .content a { color: #b4252d; }
body.rosette main .content a { color: #ab1d3f; }
main .content a:hover { text-decoration: underline; }
main .content p { margin-bottom: 30px; }
main .content p ~ ul { margin-top: -30px; }

main .content ul {
	margin-bottom: 30px;
	padding-left: 30px;
}

main .content li {
  padding-left: 1em; 
  text-indent: -1em;
}

main .content li::before {
  content: '•';
	display: inline-block;
	width: 4px;
	height: 4px;

	font-size: 0px;
	color: #b4252d;
	background-color: #b4252d;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	vertical-align: middle;
	margin-right: 15px;
}

body.rosette main .content li::before {
	color: #ab1d3f;
	background-color: #ab1d3f;
}

@media only screen and (max-width: 786px) {
	.side_image {
		display: table;
	}

	.side_image > div {
		display: table-header-group;
		margin-right: 0px;
	}

	.side_image > img {
		display: table-footer-group;
		width: 100%;
		float: none;
		margin-top: 20px;
	}
}