@charset "utf-8";
/* CSS Document */

.events-list{
	padding-left: 0px;
}

p.header_subtitle {
	font-size: 10px;
	line-height: 15px;
}

p.sector__wrapper {
	font-size: 10px;
	line-height: 15px;
}

body{
/*	min-width: 377px;*/

}

.footer_txt {
	 font-size: 10px;
	line-height: 10px;
}

.article_content p {
	margin-bottom: 1rem;

}

.article_content li {
	margin-bottom: 0.5rem;

}

p {
	margin-bottom: 0.25rem;

}



p.bold {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: normal;
	margin-bottom: 25px;
	min-height: 25px;
}



.red_button {
	background-color: rgba(235,45,55,1.00);
	padding: 0.8em 1.5em;
	position: relative;
	text-decoration: none;
	display: inline-block;
	color: white;
  	margin: 20px 20px 20px 0px;
	font-weight: bold;
	outline-color: rgba(235,45,55,1.00);
	outline-style: solid;
}

.white_button {
	background-color: white;
	padding: 0.8em 1.5em;
	position: relative;
	text-decoration: none;
	display: inline-block;
	color: rgba(235,45,55,1.00);
	margin: 20px 20px 20px 0px;
	font-weight: bold;
	outline-color: rgba(235,45,55,1.00);
	outline-style: solid;
}

.header_red_button:hover, .header_red_button:active, .red_button:hover, .red_button:active {
	background-color: #A61F26;
	color:white;
	outline-color: #A61F26;
	outline-style: solid;
}

.white_button:hover, .white_button:active {
  background-color: rgba(235,45,55,1.00);
  color:white;
}

footer {
	background-color: white;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;

}


.foot_nav_title {
	font-size: 10px;
	line-height: 15px;
    letter-spacing: 0;
    padding-bottom: 12px;
}

.footer_photo_background {
	background-color: white;
	text-align: center;
	margin: 10px;
}

.welcome {
	background: linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)), url("../images/mit_CAN_dome.jpg");
	background-color: #cccccc; /* Used if the image is unavailable */
    height: 500px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */ 
	
	
	
}

.error_header {
	background: url("../images/marsdd/MAPLE-SPARKS_Shorter.gif");
	background-color: #cccccc; /* Used if the image is unavailable */
    height: 500px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */ 
	
	
	
}

h1.welcome_inset {
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	color: white;
	margin-bottom: 25px;
	
	
}

p.welcome_inset {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: white;
	line-height: 20px;
    max-width: 378px;
	margin-bottom: 38px;
	margin-left: auto;
margin-right: auto;
	
}

p.stats_title {
	color: rgba(235,45,55,1.00);
	font_size: 28px;
	line-height: 50px;
	
	
}



.header_red_button {
	background-color: rgba(235,45,55,1.00);
	padding: 1em 1.5em;
	text-decoration: none;
	display: inline-block;
	color: white;
	font-weight: bold;
	outline-color: rgba(235,45,55,1.00);
	text-align: center;
	margin: auto;
	outline-style: solid;
	
	
}


.header_content {
	padding: 25px;
	margin:auto
}

.header_centre_button {
	text-align: center;
}

.stats_section {
	padding: 50px 20px 50px;
}

.stats_title {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	line-height: 50px;
	letter-spacing: .72px;
	color: rgb(235, 45, 55, 1.0);
}

.stats_content {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding: 0;
	max-width: 209px;
	margin: auto;
	margin-bottom: 1.5rem;
	font-weight: 600;
}

.sectors__topImage {
	display: block;
	border: 0 !important;
	margin-left: -60px !important;
	margin-right: -60px !important;
	margin-bottom: 30px !important;
	min-height: 218px;
	min-width: calc(100% + 80px);
	max-width: calc(100% + 120px);
	background-size: cover !important;
}





.d-block {
	margin: auto;
}





.carousel-inner {
		max-height: 700px;

}

h2 {
	font-weight: bold;
	font-size: 21px;
line-height: 28px;
}

.sector__icon {


	
	max-width: 24px;
	width: auto;
	min-width: 21px;
	height: 30px;
	display: inline-block;
	vertical-align: sub;
	margin-right: 9px;
	background-size: contain !important;
}

.sector__container {
	padding-bottom: 18px;
	padding-right: 18px;
	padding-left: 0px;
}

.sector__wrapper {
	border: 0;
	box-shadow: inset 0 0 0 1px #e0e0e0;
	box-sizing: border-box;
	background: #fff;
	transition: color .25s;
/*	height: 100%;*/
	position: relative;
	padding: 13px 23px 13px 21px;	
	/*minwidth 768*/
	/*padding: 34px 37px 28px 40px;*/
	
	
	
	
}

li {
  list-style: none;
    list-style-position: outside;
    list-style-image: none;
    list-style-type: none;
}

.sector__wrapper ul li {
  display: list-item;
  line-height: 28px;
  position: relative;
  margin-bottom: 10px;
}

/*.sector__wrapper ul li:last-child{margin-bottom:0}.sector__wrapper ul li .Cal__icon::before{content:'';background:url("/images/marsdd/cal.svg");background-repeat:no-repeat;background-size:100% 100%}*/

li.Cal__icon::before{content:'';background:url("../images/marsdd/cal.svg");background-repeat:no-repeat;background-size: 100% 100;background-position: center;}
li.Clock__icon::before{content:'';background:url("../images/marsdd/time.svg");background-repeat:no-repeat;background-size: 100% 100;background-position: center;}
li.Pin__icon::before{content:'';background:url("../images/marsdd/location.svg");background-repeat:no-repeat;background-size: 100% 100;background-position: center;}



.sector__wrapper ul li::before {
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0;
  text-align: center;
  top: 2px;
}

.sector__wrapper ul li span {
  padding-left: 38px;
  display: block;
  font-size: 12px;
}

.eventSection__event-contentWrapper .bold {
/*margin-bottom: 50px;*/
/*min-height: 64px;*/
font-size: 25px;
line-height: 32px;  
/*font-size: 25px;*/
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
/*  line-height: 22px;*/
  letter-spacing: normal;
  margin-bottom: 25px;
  min-height: 44px;
}

p {
	font-size: 14px;
	line-height: 20px;
}



h3 {
	color: black;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
	margin-bottom: .5rem;
	font-weight: 700;
	text-decoration: none;
	
}

a {
	text-decoration: none;
	color: black;
}

.sector__wrapper:hover .sectorArrow__icon{margin-left:1em;transition:margin-left .8s}


.footer_sitemap {
	background-color: rgba(235,45,55,1.00);
}

.carousel-indicators {
}

.events_content {
	max-width: 992px;
	justify-content: center;

}

/*Tablet View*/
@media (min-width: 768px) {
	
	h1.welcome_inset {
		font-size: 44px;
		font-weight: bold;


	}

	p.welcome_inset {
		font-size: 14px;
		font-weight: normal;
		color: white;
		line-height: 20px;
		max-width: 378px;
	
	}
	
	p.header_subtitle {
		font-size: 12px;
	}
	
	.stats_title {
		text-align: center;
		font-weight: bold;
		font-size: 28px;
		line-height: 50px;
		letter-spacing: .72px;
		color: rgb(235, 45, 55, 1.0);
	}

	.stats_content {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		padding: 0;
		max-width: 209px;
		margin: auto;
		font-weight: 600;
	}
	
	h2 {
		font-weight: bold;
		font-size: 28px;
		line-height: 34px;
	}
	
	h3 {
		color: black;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0;
		margin-bottom: .5rem;
		font-weight: 700;
		text-decoration: none;

	}
	
	p {
		font-size: 18px;
		line-height: 30px;
	}
	
	p.bold {
		margin-bottom: 25px;
		min-height: 64px;
		font-size: 25px;
		line-height: 32px;
	}
	
	
	
	
}

/*Desktop View*/
@media (min-width: 1024px) {

	
	h1.welcome_inset {
		margin-top: 40px;
		font-size: 55px;
		font-weight: bold;



	}

	p.welcome_inset {
		font-size: 18px;
		font-weight: normal;
		color: white;
		line-height: 30px;
		max-width: 478px;
	
	}
	
	p.header_subtitle {
		font-size: 12px;
	}
	
	.stats_title {
		text-align: center;
		font-weight: bold;
		font-size: 36px;
		line-height: 50px;
		letter-spacing: .72px;
		color: rgb(235, 45, 55, 1.0);
	}

	.stats_content {
		font-size: 18px;
		line-height: 30px;
		text-align: center;
		padding: 0;
		max-width: 209px;
		margin: auto;
		font-weight: 600;
	}
	
	h2 {
		font-weight: bold;
		font-size: 36px;
		line-height: 45px;
	}
	
	h3 {
		color: black;
		font-size: 25px;
		line-height: 35px;
		letter-spacing: 0;
		margin-bottom: .5rem;
		font-weight: 700;
		text-decoration: none;

	}
	
	p {
		font-size: 18px;
		line-height: 30px;
	}
}

.support_us {
		background: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.80)), url("../images/bkg-home-banner-fall-1920.jpg");
		background-color: #cccccc; /* Used if the image is unavailable */
/*		height: 500px;  You must set a specified height */
		background-position: center; /* Center the image */
		background-repeat: no-repeat; /* Do not repeat the image */
		background-size: cover; /* Resize the background image to cover the entire container */ 
}



.logo__wrapper {
	margin-bottom: 50px;
	min-height: 100px;
	padding: 20px 0;
}

img {
	
}

img.logo_img {
	height: 125px;
	display: block;
	margin: auto;
	/* object-fit: contain; */
}

.eventSection__event-featuredImg {
	height: 150px; /*113px; */
	width: 100%;
	display: block;
	background-size: cover !important;
}

.eventSection__event-sponsor {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1em;
	letter-spacing: normal;
	color: #000;
	margin-bottom: 15px;
}
