@charset "UTF-8";

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	line-height: 1.6;
	overflow-y: scroll;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin: 0;
	color: #202020;
}
body, button, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
}
h1 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 1.5px;
	text-align: center;
	text-transform: uppercase;
	display: block;
}
h2 {
	margin-top: 1em;
	margin-bottom: .5em;
	color: #353535;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	display: block;
}
h3 {
	margin-top: 1em;
	margin-bottom: .5em;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1.5px;
	display: block;
}
h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	display: block;
}
h5 {
	margin-top: 1.67em;
	margin-bottom: 1.67em;
	font-size: .875em;
	font-weight: bold;
	display: block;
}
h6 {
	margin-top: 2.33em;
	margin-bottom: 2.33em;
	font-size: .75em;
	font-weight: bold;
	display: block;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 15px;
	letter-spacing: .5px;
	display: block;
}
b, strong {
	font-weight: bold;
}
a {
	color: inherit;
	text-decoration: none;
	transition: color .5s;
}
a:visited {
	color: inherit;
}
a:hover, a:active {
	color: #88a6b4;
	text-decoration: none;
}
a[href^="tel:"] {
	text-decoration: none;
}







ul {
	list-style-type: square;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 20px;
	font-size: 15px;
	letter-spacing: .5px;
	display: block;
}
ul li {
	margin-bottom: .5em;
	padding-left: .5em;
}
ol {
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 20px;
	font-size: 15px;
	letter-spacing: .5px;
	display: block;
}
ol li {
	margin-bottom: .5em;
	padding-left: .5em;
}
blockquote {
	margin: 0 0 30px 0;
	padding: 0;
	font-style: italic;
	letter-spacing: .5px;
}
blockquote strong {
	font-style: normal;	
	font-weight: normal;
	letter-spacing: .5px;
}
cite {
	margin: 0 0 30px 30px;
	padding: 20px 2.5%;
	max-width: 200px;
	background-color: #e6dfc9;
	font-style:italic;
	float: right;
}
iframe {
	width: 100%;
	height: 350px;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
}






img {
    margin: 0 auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
iframe {
	width: 100%;
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
	*overflow: visible;
}
table button, table input {
	*overflow: auto;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
	background-color: #f0dddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
	padding-right: 10px;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

@media print {

  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascriNoto:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascriNoto/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

}