@charset "UTF-8";
/* CSS Document */

body {
    font-family: "Exo 2", sans-serif;
    font-size: 100%;
	font-weight: 300;
	color: #000;
}
#article a {
	color: #D33433;
	text-decoration: none;
}
#article a:hover {
	color: #639;
	text-decoration: none;
}
#article p {
	cursor: default;
    font-family: "Exo 2", sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: 400;
	color: #414141;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
    -webkit-text-size-adjust:none;
}
@media only screen and (max-width: 36em) {
    #article p {	
	font-size: .9em;
    }
}
.article-standfirst {
	cursor: default;
	color: #000;
	font-family: "Exo 2", sans-serif;
	font-weight: 200;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
@media only screen and (max-width: 56em) {
    .article-standfirst {	
	font-size: 1.2em;
    }
}
#article h1 {
	cursor:default;
	font-family: "Exo 2", sans-serif;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 1em;
	padding: 0em;
    margin-top: 0em;
	margin-bottom: .5em;
	color: #159E01;
}
@media only screen and (max-width: 36em) {
    #article h1 {
	font-size: 1.3em;
    }
}
#article h2 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1em;
	padding: 0em;
    margin-top: 1.5em;
	margin-bottom: .5em;
	color: #66A831;
}
@media only screen and (max-width: 36em) {
    #article h2 {
	font-size: .95em;
    /*padding-top: 0.2em;*/
    }
}
#article h3 {
    font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1em;
	padding: 0em;
    margin-top: 1em;
	margin-bottom: .5em;
	color: #18B91C;
}
#article ol, ul {
	cursor: default;
    font-family: "Exo 2", sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: 400;
	color: #414141;
	font-size: .9em;
	line-height: 1.4em;
    margin-bottom: 2em;
    -webkit-text-size-adjust:none;
}
.red-bold {
	font-weight: 600;
	color: #F00;
}
.red-text {
	color: #F00;
	margin: 0px;
	padding: 0px;
}
.strong {
    font-weight: 800;
}
form {
	background-color: #CCC;
	padding: 10px;
}
.quotation {
	font-style: italic;
	color: #666666;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1em;
}
.button {
	font-family: 'Exo 2', sans-serif;
    display: inline-block;
	/*float: left;*/
	margin-bottom: 1em;
	/*margin-right: 10px;*/
}
.button a {
	font-family: 'Exo 2', sans-serif;
    color: #FFF;
	background-color: #D33433;
	font-weight: 400;
	font-size: .9em;
	padding: .3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.button a:hover {
    color: #FFF;
	background-color: #639;
}
.white-text {
color: #FFF;
}
#copyrightfooter {
	font-size: .7em;
	color: #999999;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 2em;
	left: 1em;
	padding-top: .5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
    padding-bottom: 1em;
}
.data_privacy {
	font-size: 1em;
	line-height: 1.2em;
	font-style: italic;
	color: #4d4d4d;
}