@charset "UTF-8";
.container {
	background-color: white;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	overflow-y: auto;
	overflow-x: hidden;
}

p
{
font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
line-height: 26px;
}

h1
{
font:normal;
font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
color:#474843;
font-size: xxx-large;
font-weight:lighter;
}

h2
{
font:normal;
font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
color:black;
font-size: xx-large;
text-align: left;
}

h3
{
font:normal;
font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
color:deepskyblue;
font-size: x-large;
font-weight:lighter;
}

h4
{
font:normal;
font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
color:#2c3434;
font-size: x-large;
font-weight:lighter;
}

table {
  border-collapse: collapse;
  border: 0px solid rgb(140 140 140);
  font-family: sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

caption {
  caption-side: bottom;
  padding: 10px;
  font-weight: bold;
}

thead,
tfoot {
  background-color: rgb(228 240 245);
}

th,
td {
  border: 0px solid rgb(160 160 160);
  padding: 8px 10px;
}

td:last-of-type {
  text-align: left;
}

tbody > tr:nth-of-type(even) {
  background-color: white;
}

tfoot th {
  text-align: right;
}

tfoot td {
  font-weight: bold;
}

.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 25%;
	float: left;
	font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: black;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.column_full_mentions {
	width: 60%;
	float: left;
	padding-left: 20%;
	background-color: white;
	color: black;
	margin-top: 0px;
	text-align: justify; 
}

.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: x-large;
}
.primary_header {
	width: 100%;
	background-color: #52bad5;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
	border-bottom: 2px solid #2C9AB7;
}
.secondary_header {
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #474843;
	text-align: center;
	margin: 0 auto;
	width:100%;
	position: fixed;
}
.container .secondary_header ul {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}

.secondary_header ul li {
	list-style: none;
	float:left;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 0px;
	font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #474843;
	letter-spacing: 1px;
	text-align: center;
	transition: all 0.3s linear;
	line-height: 50px;
}
.secondary_header ul li:hover {
	color: #808080;
	font-weight: bold;
	cursor: pointer;
}

ul li.selected a {
	color: deepskyblue;
	text-decoration: none;
}

ul li.selected a:hover {
	color: deepskyblue;
	text-decoration: none;
}

ul li a {
	color: white;
	text-decoration: none;
}

ul li a:hover {
	color: #808080;
	text-decoration: none;
}

.top_article {
	/*background-color: #f5f5f7;*/
	background-color: white;
	font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: black;
	padding-bottom: 30px;
	padding-top: 80px;
	margin-left: 20%;
    margin-right: 20%;
    width: auto;
	text-align:left;
	border-radius: 50px;
	line-height: 26px;
}

.middle_article {
	/*background-color: #f5f5f7;*/
	background-color: white;
	font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: black;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-left: 20%;
    margin-right: 20%;
    width: auto;
	text-align:left;
	border-radius: 50px;
	line-height: 26px;
}

.left_article {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #343434;
	padding-bottom: 15px;
	padding-left: 130px;
}

.left_article_bis {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #343434;
	padding-bottom: 15px;
	padding-left: 5%;
	padding-top: 70px;
}

.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

.container .left_article img {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
}

.container .left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: black;
}
.right_article {
	width: 40%;
	float: left;
	background-color: #FFFFFF;
}

.right_article_bis {
	width: 20%;
	float:right;
	padding-top: 5%;
	background-color: #FFFFFF;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	list-style: none;
	text-align: left;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}
.footer {
	background-color:#eff3f6;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.left_half {
	background-color: #52BAD5;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-align: center;
}
.right_half {
	background-color: #01B2D1;
	color: #FFFFFF;
	font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-align: center;
	font-weight: bold;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright {
	text-align: left;
	background-color: #2c3434;
	color: #FFFFFF;
	font-weight: lighter;
	font-size: smaller;
	border-top-width: 2px;
	font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 20%;
}

.copyright a {
	text-align: center;
	background-color: #2c3434;
	color: #FFFFFF;
	font-weight: lighter;
	font-size: small;
	border-top-width: 2px;
	font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-decoration: none;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
}

@media (max-width: 320px) {
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header ul li {
	float: none;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
}
		
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 40%;
}
}
@media (min-width: 321px) and (max-width: 768px) {

.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 40px;
}
	
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
	
.secondary_header ul li {
	float: none;
	margin-top: 0px;
	margin-left: 35px;
	margin-right: 35px;	
}

.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.secondary_header ul li {
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 35px;
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (min-width: 1001px) {
}
.thumbnail {
	height: 50px;
	margin-left: auto;
}

.thumbnail_round {
	width: 50px;
	border-radius: 200px;
	height: 50px;
	margin-left: auto;
}

.thumbnail_align {
	text-align: center;
	background-color: black;
	height:48px;
}
.social {
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #eff3f6;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 100%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
}
