body {
	margin: 0px;
}
#main {
    position: relative;
    padding-bottom: 15px;
    width: 1140px;
    margin: 0 auto;
    max-width: 100%;
	font: normal normal 400 1rem/1.5rem arial,sans-serif;   
	min-height: 500px;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
    color: #284F75;
    padding: 0 0;
    margin: 20px 0 0 0;
    font-weight: normal;
}

h6 {

    color: #6FBCEB !important;
}
/*RESPONSIVE GRID*/
.block{
	/*background-color: #EEFF41;*/
	background-color: #ffffff;
	display: block;
	padding: 0;
	text-align: justify;
	/*margin-bottom: 40px;*/
}
.block_about {
	min-height:430px;
	border-right: 1px dotted lightgrey;
	border-bottom: 1px dotted lightgrey;
}
.block_about_last {
	min-height:430px;
	border-bottom: 1px dotted lightgrey;
}
.grid{
	width: 100%;
	/*max-width: 900px;*/
	margin: 0 auto;
	background-color: #ffffff;
	/*padding-top: 40px;*/
}
.notification_body_content h2 {
    text-align: left !important;
    color: #0065A1 !important;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin-top: 20px;
}
.notif_block {
	margin-left: 20px;
}
.map {
	background-color: #ffffff;
}
.gutter{
	/*margin-left: 20px;
	margin-right: 20px;
	margin-left: 5px;*/
}

.col-33{
	width: 33.3%;
	float: left;
}
.col-50{
	width: 50%;
	float: left;
}

.clear{
	clear: both;
	display: block;
}

@media all and (max-width:815px) {
	.col-33{
		width: 100%;
		float: none;
	}
}
@media (max-width: 600px) {
	.col-50{
		width: 100%;
		float: none;
	}
}
@media all and (max-width:1180px) {
	
	.block_about {
		
		border-right: 0px;
		border-bottom: 1px dotted lightgrey;
		padding-bottom:10px;
		min-height: 13px;
	}
	.block_about_last {
		min-height: 312px;
		border-bottom: 1px dotted lightgrey;
		margin-bottom:10px;
	}
}
@media (max-width: 1180px) { /*ipad*/

	.mars_bulletin_logo {
		margin-left: -8px !important;
	}
	.partners_logos {
		float:none !important; 
		margin-right:0px; 
		margin-left:0px !important;
	}
	.download_body_content img {
		
		margin-left: 10px !important;
	}
	.ecl-page-header .ecl-container>div:last-of-type {
		
		padding-bottom: 0rem;
	}
	.about_body_content {
		margin-left:10px;
		margin-right:10px;
	}
	.grid {
         width: auto;
	}
	.footer_block {
		text-align: center;
	}
}

.mars_bulletin_logo {
	margin-left:20px;
}
.partners_logos {
	float:left; 
	margin-right:0px; 
	margin-left:30px;
}
.partners_logos a {
	text-decoration: none;
}


.img, .social{
	text-align: center !important;
}
/*SCROLLBAR*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}
.
/*ACCORDION*/
.accordion {
   /*font-size: 1rem;
	width: 30vw; original*/
	margin: 0 auto;
	border-radius: 5px;
}

.accordion-header,
.accordion-body {
	background: white;
}

.accordion-header {
	padding: 0.7em 1.5em;
    background: #0065a2;
    /* text-transform: uppercase; */
    color: white;
    cursor: pointer;
    font-size: 1.3em;
    /* letter-spacing: .1em; */
    transition: all .3s;
	text-align: left;
}

.accordion-header:hover {
  background: #0065a2;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #ffffff;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
	padding: 1.5em 1.5em;
	font-size: 1.2em;
	text-align: justify;
	/*    line-height: 2.3;*/
	line-height: 1.6;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 5px solid #ffffff;
}

.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
	transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #0065a2;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}


.margin-left-16 {
	margin-left: 16.6%;
}
@media screen and (max-width: 1000px) {


  .accordion {
    width: 100%;
  }
}
#page-top {
	margin-top: 20px;
	margin-bottom: 20px;
}
.using-keyboard a:focus {
    outline: 3px solid #ffd617;
    outline-offset: 2px;
}
