/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,ul,li,ol {
	margin: 0;
	padding: 0;
}

.clearfix:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.section:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.section:before,
.wrap:after {
	clear: both;
	content: " ";
	display: table;	
}

body {
	background: #e3e3e3;
	color: #000001;
	font-family: Helvetica, serif;
	font-size: 18px;
	line-height: 1.5;
}

img {
	max-width: 100%;
}

.site-container {
	max-width: 850px;
	margin: 0 auto;
}

/* Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #eeeeee;
	padding: 50px 20px 0 20px;
	position: relative;
	min-height: 158px;
}

.site-header .logo {
	float: left;
}

.site-header .right {
	float: right;
	font-size: 26px;
	font-weight: 700;
	font-style: italic;
	text-align: right;
	padding-top: 4px;
}

.site-header .advertisement {
	color: #979797;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: 10px;
	right: 20px;
}

/* Header
---------------------------------------------------------------------------------------------------- */

.section-content {
	background: #fffffe;
	padding: 20px;
}

.section-content .title {
	color: #0843a6;
	font-size: 42px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	border-bottom: 5px double #000002;
	line-height: 1.1;
	padding: 20px 0 36px 0;
	margin-bottom: 20px;
}

.section-content .date-wrap {
	margin: 0 0 20px 0;
}

.section-content .date {
	display: block;
	float: left;
	background: #000004;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 12px;
}

.section-content .alignleft {
	float: left;
	margin: 5px 30px 30px 0;
	border: 5px solid #000003
}

.section-content .text p:first-child:first-letter { 
/*	float: left; 
	font-size: 80px; 
	line-height: 60px; 
	padding-top: 4px; 
	padding-right: 14px; 
	padding-left: 7px; 
	font-weight: 400; */
}

.section-content .text p,
.section-content .text ul {
	margin: 0 0 24px 0;
}

.section-content .text ul {
	margin-left: 40px;
}

.section-content .button {
	background: #c51314;
	color: #fff;
	display: block;
	max-width: 320px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	font-size: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 10px;
	border-bottom: 5px solid #a50909;
}

.section-content .button:hover {
	border-bottom: 5px solid #c51314;
	background: #a50909;
}

/* Disclaimer
---------------------------------------------------------------------------------------------------- */

.section-disclaimer {
	background: #fffffe;
	padding: 20px;
}

.section-disclaimer .lines {
	border-top: 5px double #000002;
	width: 100%;
	height: 1;
	margin-bottom: 20px;
}

.section-disclaimer .text {
	background: #eeeeed;
	color: #a1a1a1;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 20px;
}

.section-disclaimer .text p {
	margin: 0 0 20px 0;
}

.section-disclaimer .text p:last-of-type {
	margin: 0;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding: 20px;
}

.site-footer a {
	color: #656565;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */



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

	body {
		font-size: 16px;
	}

	.site-container {
		width: 768px;
	}
	
	.section-content .title {
		font-size: 32px;
	}

}

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

	body {
		font-size: 14px;
	}
	
	.section-content .alignleft {
		display: block;
		float: none;
		margin: 0 auto 20px auto;
	}
	
	.site-container {
		width: 100%;
	}
	
	.site-header {
		padding: 20px;
		min-height: 0;
	}
	
	.site-header .logo {
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	.site-header .right {
		text-align: center;
		float: none;
		width: 100%;
		font-size: 16px;
	}
	
	.site-header .advertisement {
		position: relative;
		text-align: center;
		display: block;
		right: auto;
		top: auto;
		padding: 10px 0 0 0;
	}
	
	.section-content .title {
		font-size: 26px;
		padding: 0 0 15px 0;
	}
	
	.section-content .button {
		font-size: 20px;
	}
	
	.section-disclaimer .text {
		font-size: 12px;
	}
	

}