/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%; */
	/* font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
  color: black;
  text-decoration: none;
}

*:focus {
    outline: 0 !important;
}
/* ****************************************************************************************** */

/*
  Hatchery CSS
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

@font-face {
	font-family: 'tradegothicbc' ;
	src: url('../../fonts/Trade Gothic Bold Condensed No. 20.eot'); /* IE9 Compat Modes */
	src: url('../../fonts/Trade Gothic Bold Condensed No. 20.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../../fonts/Trade Gothic Bold Condensed No. 20.woff') format('woff'), /* Modern Browsers */
	     url('../../fonts/Trade Gothic Bold Condensed No. 20.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../../fonts/Trade Gothic Bold Condensed No. 20.svg#tradegothicbc') format('svg');  /* Legacy iOS */
	}
@font-face {
    font-family: 'tradegothic_condensed' ;
    src: url('../../fonts/tradegothic-condeighteen-webfont.eot');
    src: url('../../fonts/tradegothic-condeighteen-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/tradegothic-condeighteen-webfont.woff') format('woff'),
         url('../../fonts/tradegothic-condeighteen-webfont.ttf') format('truetype'),
         url('../../fonts/tradegothic-condeighteen-webfont.svg#tradegothic_condensed_no._1Rg') format('svg');
    font-weight: normal ;
    font-style: normal ;

}

body {
  font-family:'tradegothic_condensed',arial ;
  --uoft-color: #00204E ;
  --cg-font: "tradegothic_condensed", CenturyGothic, sans-serif;
	--section-header-font-family: 'tradegothicbc';
  /* --section-header-size: 2.5em; */
	--section-header-size: 40px;
  /* --section-subheader-size: 1.5em;*/
	--section-subheader-size: 24px;
	/* --body: 1.25em; */
	--body: 20px;
	--line-h: 1.25em;
	--space: 0.15em;

	/*mobile
	header size: 2em
	subheader size: 1.2em
	body size: 1.1em
	line-h: 1em
	space: 0.1em
	*/
	/* --mhs: 2em; */
	--mhs: 32px;
	/* --mshs: 1.2em; */
	--mshs: 19.2px;
	/* --mbody: 1.1em; */
	--mbody: 17.6px;
	/*2000px+ screen width
	header: 1.5vw;
	subheader: 1.2vw;
	body: 0.9vw; */
	--bh: 2vw;
	--bsh: 1.5vw;
	--bbody: 1.2vw;
}


/*NAVIGATION*/
#nav-wrapper {
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 5;
  transform: translate3d(0,0,0);
  opacity: 0.95;
  background-color: #EDEDED;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  height: 60px;
  /*padding: 0 2em;*/
/*  box-shadow: 0px 0px 1px 1px #5dd2c2;*/
}
#mobile-nav{display: none;}
#logos {
  width: 40%;
  padding: 0.2em 0em 0.1em 0.3em;
	box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
	margin: 1em 2em;
	margin-left: 0;
}
#logos img {
	height: 45px;
	width: auto;
}
#uoft-logo {
  width: 100%;
  height: auto;
  margin:0 auto;
}
#hatch-logo {
  width: 100%;
  height: auto;
  margin:0 auto;
  padding-left: .75em;
  margin-left: .75em;
}
#nav-wrapper #logos a img#uoft-logo:hover  {
  transition: 0.1s;
  transform: scale(1.1);
}
#nav-wrapper #logos a img#hatch-logo:hover {
  transition: 0.1s;
  transform: scale(1.1);
}
#hatch-logo2 {
  display: none;
}
#egg-logo{
  height: 45px;
  display: none;
  margin: 1em 0 1em 3vw;
}

#nav {
  width: 60%;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}


#nav > a, .dropdown > a{
  display: block;
  font-size: calc(8px + 0.5vw);
  font-weight: 400;
  cursor: pointer;
  position: relative; /* For Underline Animation to be contained to link */
  padding: 10px;
  border-radius: 5px;
}

/* Underline Animation for hovering over Navigation Bar items*/

/*
#nav > a:hover, .dropdown > a:hover{
  color: #FFFFFF;
  font-weight: 400;
  border: none;
  background: #818181;
  transition: 0.1s;
  transform: scale(1.25);
  text-decoration: none !important;
}*/

.hHovered, #nav > a:hover{
  color: #FFFFFF;
  font-weight: 400;
  border: none;
  background: #818181;
  transition: 0.1s;
  transform: scale(1.25);
  text-decoration: none !important;
}


/*Mobile Navigation Mobile*/
/*Mobile Navigation*/
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.975);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

#nav-button{
    font-size:35px;
    cursor:pointer;
    right: 20px;
    top: 12px;
    position: fixed;
    color:#FFFFFF;
    border-radius:10%;
    background-color: rgba(0,0,0,0.5);
    padding: 5px 1px 5px 1px;
}
#three_lines a{
    color:#818181;
}
img#mobile-egg{
    width: 25px;
    height: 30px;
}
@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*Intro Banner*/
#intro-banner {
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #7ECDC0;
  /* background: url(../../images/pride-flag.webp) no-repeat !important; */
  background-size: 100% 100% !important;
}

.testtest{background-color: red;}


#intro-banner #banner-intro #two{
  font-size: 4vw;
	padding:10px 20px;
  border-radius: 25px;
  color: #FFFFFF;
  margin-left: 2rem;
}
#intro-banner #banner-intro #two #smaller-size{
  font-size: 2.5vw;
  color: #FFFFFF;
  font-weight: 100 !important;
}
#intro-banner #banner-intro #two:hover{
	background-color:rgb(234, 187, 113) !important;
}
#see-all-teams{
	margin-top:-5px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 45px;
  display: inline-block;
  margin-left: 2rem;
}

#see-all-teams:hover{
	background-color:rgb(234, 187, 113) !important;
}

#banner-intro {
  text-align: left;
}

#banner-intro > h1 {
  font-family: var(--cg-font);
  font-weight: bold;
  letter-spacing: 4px;
}

#banner-image{
  padding: 1em;
}

#banner-logos{
  position: absolute;
  bottom: 0.5em;
  left: 1em;
}

#banner-logos > .social-media-icons{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 0.5em 0.2em;
}

#banner-logos li i,
#banner-logos .phone-num i{
	padding: 0.5em;
	max-width: 2vw;
	width: 100%;
	min-width: 1.5vw;
	height: auto;
	margin: 0 auto;
  color: #FFFFFF;
  font-size: calc(2em + 0.5vw);
}
#banner-logos .phone-num h3{
  font-size:0.8em;
  color:#FFFFFF;
}
#banner-logos > .phone-num {
  font-family: var(--cg-font);
	font-weight: bold;
	letter-spacing: 4px;
	font-size: 1vw;
	width: 100%;
	min-width: 0.8vw;
	margin: 0 auto;
	height: auto;
	padding-left: 0.5em;
}

/*Textbox on Landing Splash Graphic*/

#svg-splash {
  min-width: 320px;
	position: relative;
	top: 2%;
	margin: 0 auto;
}

/*Prevents the chevron from sticking up after being clicked*/

@media screen and (max-width: 414px){
	.go-up:hover{top: 12px;}
	.go-up:active{top: 6px}
}

@media screen and (max-width: 1024px) and (min-width: 768px){
	.go-up:hover{top:12px;}
	.go-up:active{top:6px}
}




#startup-stats {
  background-color: #EDEDED;
  font-size: 1.75em;
  letter-spacing: 2px;
  padding: 2em 0 2em 0;
  text-align: center;
  color: var(--uoft-color);
  font-family: var(--cg-font);
  position: relative;
}
#startup-stats #rightp {
    display: block;
    position: absolute;
    left: calc(50% + 2em);
    top: calc(50% - .5em);
}
#startup-stats #leftp {
    display: block;
    position: absolute;
    right: calc(50% + 2em);
    top: calc(50% - .5em);
}
@media screen and (max-width: 850px) {
  #startup-stats #rightp {
    position: static;
    margin-top: .5em;
  }
  #startup-stats #leftp {
    position: static;
    margin-bottom: .5em;
  }
}

#startup-stats span {
  font-size: 2em;
  display: inline-block;
  padding: 0em 0.6em;
  color: var(--uoft-color);
  font-family: var(--cg-font);
}

/* OFFERINGS SECTION */
#offer > span {
	margin-top: 1.25em;
	text-align: center;
	display: block;
  color: var(--uoft-color);
  font-family: var(--section-header-font-family);
  letter-spacing: 2px;
  font-size: var(--section-header-size);
	font-weight: bold;
}
#offerings {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
	padding: 1em 5%;
}
.offering {
  width: 9em;
  /* margin-left: 3%; */
  margin-left: 1.5em;
	margin-bottom: 2em;
	font-size: 2em;
  text-align: center;
  color: var(--uoft-color);
}
.offering-img {
	width: 8em;
	height: 8em;
	/*background: black;*/
  background-color: white;
	margin: 1em 0;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transform: all .2s ease-in-out;
	-moz-transform: all .2s ease-in-out;
	-ms-transform: all .2s ease-in-out;
  -o-transform: all .2s ease-in-out;
  transform: all .2s ease-in-out;
}

.offering-img:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.offering-title {
   font-size: 0.8em;
	text-align: center;
	margin: 1em 0 0 0;
  font-family: var(--cg-font);
}

 .offering .business-ideas{
 margin-top: 2%;
	font-size:0.8em;
   font-size: 0.5em;
  text-align: center;
  margin: 0.5em 0 0 0;
  font-weight: 500;
  font-family: var(--cg-font);
}

.offering-desc1 {
	/* background-color: #EDEDED; */
	text-align: justify;
	text-justify: inter-word;
	padding: 0.7em 0.7em;
	font-size: 0.62em;
  font-family: var(--cg-font);
  max-width: 350px;
  height: auto;
  box-sizing: content-box;
  min-height: 4em;
  line-height: 1.375em;
  padding: 2.2em 1.5em;
  /* box-shadow: 0px 0px 5px 0px #c3c3c3; */
  margin-top: 1em;
	flex: 1;
}

.offering-desc2 {
	/* background-color: #EDEDED; */
	text-align: justify;
	text-justify: inter-word;
	padding: 0.7em 0.7em;
	font-size: 0.62em;
  font-family: var(--cg-font);
  max-width: 350px;
  height: auto;
  box-sizing: content-box;
  min-height: 4em;
  line-height: 1.375em;
  padding: 2.2em 1.5em;
  /* box-shadow: 0px 0px 5px 0px #c3c3c3; */
  margin-top: 1em;
	flex: 1;
}

.offering-desc3{
	/* background-color: #EDEDED; */
	text-align: justify;
	text-justify: inter-word;
	padding: 0.7em 0.7em;
	font-size: 0.6em;
  font-family: var(--cg-font);
  max-width: 350px;
  height: auto;
  box-sizing: content-box;
  min-height: 4em;
  line-height: 1.375em;
  padding: 2.2em 1.5em;
  /* box-shadow: 0px 0px 5px 0px #c3c3c3; */
  margin-top: -0.2em;
	flex: 1;
}
	#shareprobs-link, #im-link{
		font-weight: bold;
	}


/* PROGRAMS: NEST, LAUNCH LAB */
#program-section{
  padding: 5em 10%;
}

#programs_nl{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 2em 0;
}
#programs_nl .nest-logo, #programs_nl .ll-logo{
  max-width: 100vw;
}

#programs_nl .nest-logo, .ll-logo{
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transform: all .2s ease-in-out;
	-moz-transform: all .2s ease-in-out;
	-ms-transform: all .2s ease-in-out;
  -o-transform: all .2s ease-in-out;
  transform: all .2s ease-in-out;
}

#programs_nl .nest-logo:hover, .ll-logo:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
#programs_nl .nl-box{
  /* padding: 1em; */
  margin: 2em auto;
	text-align: center;
	flex: 1;
}

#program-section h1{
  font-family: var(--section-header-font-family);
  letter-spacing: 2px;
  font-size: var(--section-header-size);
  padding: 5px 0;
  color: var(--uoft-color);
	font-weight: bold;
  text-align: center;
}

#program-section h2{
  font-family: var(--cg-font);
  font-size: var(--section-subheader-size);
  color: var(--uoft-color);
  text-align: center;
	margin-top: 1%;
}

/* Program descriptions*/

#programs_nl .prog-wrap{
	width: 445px;
  margin: auto;
}

#programs_nl p{
	padding: 1em 1em 1.4em 1em;
  line-height: 1.375em;
	font-size: 1.1em !important;
	text-align: justify;
	text-justify: inter-word;

}

#programs #ll-descrip{
	margin-top: 1%;
}
/* Share Your Problems section */
#shareprobs {
  display: flex;
  flex-direction: column;
  height: auto;
}

#shareprobs > div:first-child{
  /*display: flex;
  align-items: center;*/
  background-color: #ededed;
  height: 10em;
  /*flex: 1;*/
}

#shareprobs .buildteams h1{
  font-family: var(--section-header-font-family);
  letter-spacing: 1.2px;
  font-size: 2em;
	font-weight: bold;
  /*color: #7c1f13;*/
  color: var(--uoft-color);
  height: 90%;
  display:flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

/*For the Build a Team button */
#shareprobs .buildteams h1 a{
  margin-left: 1.7%;
  font-size: initial;
  width: 175px;
  height: 50px;
}

#shareprobs .buildteams h1 button:hover{
  background-color: #662a2a;
}

#shareprobs #share-problem-section{
  display: flex;
  margin-bottom: 3vw;
  /* max-height: 65vh; */
}

#shareprobs #share_problem_img2{
  background-color: #7fcdc0;
  flex:1.5;
}

#shareprobs .submit-probs{
	display: flex;
	flex-direction: column;
  background-color: #0e2e3c;
  background-image: linear-gradient( to right, #0e2e3c, #1b6b88 );
  flex:3.5;
	color: #fff;
}

#shareprobs .submit-probs h1{
  font-family: var(--cg-font);
  font-weight: bold;
  letter-spacing: 3px;
  font-size: calc(2em + 0.9vw);
  color: #fff;
  margin-top: 7vh;
  margin-left: 3vw;
}

#shareprobs .submit-probs h3{
  font-family: var(--cg-font);
  font-weight: bold;
  letter-spacing: 3px;
  font-size: calc(0.5em + 0.9vw);
  color: #fff;
  margin-top: 2vh;
  margin-left: 3vw;
}

#shareprobs .submit-probs button{
  margin-top: 2%;
  margin-left: 3vw;
  box-sizing: border-box;
  width: 175px;
  height: 50px;
  font-size: 16px;
}

#shareprobs .submit-probs button:hover{
  background-color: #662a2a;
}

#shareprobs .submit-probs .problem-content{
	color: #fff;
	font-size: calc(1em + 0.4vw);
	width: 76%;
	padding: 2% 5% 0% 4%;
	box-sizing: border-box;
	height: auto;
	margin: 3vh 0.8vw;
}

#shareprobs .btn-container{
	height: auto;
	margin-bottom: 3vh;

}

@media screen and (max-width: 600px)
{
  .left-div, .right-div
    {
       max-width: 100%;
    }
}

/*Successful Team Logos*/
#team-logos{
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	height: 5%; /*no effect?*/
	z-index: 1;
	margin: auto;
	/*CSS3 transition for smooth media query breakpoints*/
	transition: ease all .50s linear;
	-webkit-transition: ease all .50s linear;
	-moz-transition: ease all .50s linear;
	-ms-transition: ease all .50s linear;
	-o-transition: ease all .50s linear;
}

#team-logos img{
	width: 30%;
	height: calc(9em + 0.5vh);
  transition: all .15s ease-in-out;
	padding: 0% 1%;
}

#team-logos .medchart, .trexo, .sensor-medical{
  margin: 0% 1%;
}



#team-logos img:hover{
	opacity: 0.4;
  cursor: pointer;
  /*transform: scale(1.15);*/
}

/* Successful Stories */
#stories > h1{
  font-family: var(--section-header-font-family);
  letter-spacing: 2px;
  font-size: var(--section-header-size);
  color: var(--uoft-color);
  padding: 7% 10% 1% 10%;
	font-weight: bold;
  text-align: center;
}
#stories > h2{
  font-family: var(--cg-font);
  font-size: var(--section-subheader-size);
  color: var(--uoft-color);
  padding: 5px 10%;
  margin-bottom: 20px;
}

/* EVENTS */
#event-section{
  padding: 5em 10%;
  text-align: left;
}
#event-section > h1{
  font-family: var(--section-header-font-family);
  letter-spacing: 2px;
  font-size: var(--section-header-size);
  padding: 55px 0 5px 0;
  color: var(--uoft-color);
	font-weight: bold;
  text-align: center;
}
#event-section > h2{
  font-family: var(--cg-font);
  font-size: var(--section-subheader-size);
  color: var(--uoft-color);
}
#events{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 3em 5%;
}

/* To center the "View All Events" button */
.button-wrapper{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: var(--section-subheader-size);
}

.button-wrapper h2{
	margin-bottom:0.3em;
  cursor: pointer;
  border-bottom: 2px solid #95989a;
}

.see-events{
	position: absolute;
	width: 5.6em;
	background-color: #95989a;
	border: none;
	height: 0.1em;
}

 .event{
  /* margin: 0 5px; */
  margin-bottom: 2em;
  font-size: 2em;
  background-color: #fff;
  text-align: center;
  position: relative;
  height: 300px;
  width: 280px;
  padding-bottom: .875em;
  font-size: 2.5em;
	position: relative;
	padding-right: 2%;
	padding-left: 2%;
}

.event:after{
	content: '';
	height: 82%;
	width: 1px;
	position: absolute;
	right: 0;
	top: 75px;
	background-color: grey;
}

.event > p {
  font-size: 0.45em;
  padding: 1em 1em 0 1em;
	text-align: center;
	text-justify: inter-word;
	line-height: 22px;
	margin-bottom: 4%;
	margin-top: 5%;
}

.event .bold-p{
	font-weight: bold;
	margin-bottom: 10%;
}
.event > img.event-img{
  margin: 0px 40px;
  margin-bottom: -20px;
	width: 40%;
	height: 40%;
}

.event #series-image{
	position: relative;
	top: -29px;
	width: 70%;
	height: auto;
}

/*for speaker series*/
.ss-event > p {
  font-size: 0.45em;
  padding: 1em 1em 0 1em;
	text-align: center;
	text-justify: inter-word;
	line-height: 22px;
	margin-bottom: 28%;
	margin-top: -23%;
}

.ss-event .bold-p{
	font-weight: bold;
	margin-bottom: 20%;
}


/*for coffee day event to not have a border-right effect*/
.coffeeday{
	margin: 0 5px;
	margin-bottom: 2em;
	font-size: 2em;
	background-color: #fff;
	text-align: center;
	position: relative;
	height: 300px;
	width: 290px;
	padding-bottom: .875em;
	font-size: 2.5em;
	position: relative;
	padding-right:2%;
	padding-left:2% ;
}

.coffeeday > p{
	font-size: 0.45em;
  padding: 1em 1em 0 1em;
	text-align: center;
	text-justify: inter-word;
	line-height: 22px;
	margin-bottom: 4%;
	margin-top: 5%;
}

.coffeeday .bold-p{
	font-weight: bold;
	margin-bottom: 10%;
}
.coffeeday > img.event-img{
  margin: 0px 40px;
  margin-bottom: -20px;
}


.coffeedayimg{
	width: 40%;
	height: 40%;
}

/*div element containing the Register button; controlling position and font*/
.wrap-reg{
	font-size: 0.4em;
	display: block;
	position: absolute;
	top: 95%;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	bottom: 0%;
}

.wrap-reg:hover{
	background:none;
	text-decoration: none;
}

/* @media only screen and (max-width: 1268px){
  .event::after{content:none;}
  #see-all-teams{
    margin-left: 0 !important;
  }
} */

@media only screen and (max-width:960px){
	.event{
		margin-bottom: 25%;
  }
  .offering{
    margin-left: 0em;
  }
  #programs_nl .prog-wrap{
    width: 320px;
    margin: auto;
  }
  .wrap-reg{
    top: 100%;
  }

	#shareprobs .submit-probs .problem-content{
		margin: 3vh -1vw;
	}

}



/* TESTIMONIAL */
#testimonial{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	padding: 2em 5%;
	height: 85vh;

  background-image: url("../../images/new/keplert.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;

}

#testimonial .testimonial-title{
	font-family: var(--cg-font);
  letter-spacing: 2px;
  font-size: var(--section-header-size);
  padding: 5px 0;
  color: var(--uoft-color);
  color: white;
  display: none;
}

#testimonial .testimonial-comments-sec{
	display: flex;
	margin: 3em 0;
}

#testimonial .testimonial-box{
 padding: 1em 10%;
 margin: 2em 1em;
 /* text-align: center; */
 flex: 1;
}

#testimonial .testimonial-box p{
	margin: 1em 0;
	line-height: 1.5em;
  font-size: calc(25px + 0.5vw);
}
#testimonial .testimonial-box > p{
	text-align: center;
}
#testimonial .testimonial-box .person-info > p{
	display: block;
}
#testimonial .testimonial-box .person-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

#testimonial .testimonial-box hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}


#testimonial .testimonial-box button{
	border: none;
  letter-spacing: 1.2px;
	font-size: 0.8em;
	color: #fff;
  background-color: none;
	padding: 0.8em;
	cursor: pointer;
}


/* FOOTER section*/
#footer{
/*  height: 100%;*/
  padding: 1em 5%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #EDEDED;
  opacity: 1;
}
#footer #footer-top{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#footer #footer-top .footer-category{
  padding: 2em;
}
#footer #footer-top .footer-category h2{
  padding-bottom: 1.5em;
  font-size: 16px;
  font-weight: 900;
  transform: skew(0deg);
}
#footer #footer-top .footer-category ul li{
  padding-bottom: 1em;
  font-size: 12px;
  font-weight: 400;
  color: #555;
}
#footer #footer-top .footer-category ul li:hover{
  cursor: pointer;
  color:  black;
  text-decoration: none;
}
#footer #footer-bottom i{
  padding: 1em;
  font-size: 0.8em;
}
#footer #footer-bottom i:hover{
  cursor: pointer;
  color:  black;
}
#footer #footer-bottom p{
  font-size: 10px;
}

/*Subscribe form in Footer */
#mc_embed_signup{
	background:none;
	font-size:12px;
	text-decoration: none !important;
}

 #mc_embed_signup form {
	 display: block;
	 position: relative;
	 text-align: left;
	 padding: 0px;
 }

 #mc_embed_signup label.labels{
	 margin-left:0px;
 }

 #subscribe-form h2{
   padding-bottom: 1.5em;
   font-size: 16px;
   font-weight: 900;
 }

 #subscribe-form {
	 padding: 0.4em;
 }

 /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
    We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

/* Footer's WeChat Modal */
/* The Modal (background) */
.modal {
	display: none; /*Hidden by default*/
	position: fixed; /*Stay in place*/
	z-index: 1; /*Sit on top*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow: none;
	background-color: grey;
}

/*Modal Content Box*/
.modal-content{
	background-color: #EDEDED;
	margin: 20% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 30%;
	border-radius: .25em .25em .4em .4em;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/*Modal Content - Image */
.modal-content .qrcode{
	width: 85%;
	height: auto;
}

/*The Close Button */
.close{
	color: #aaa;
	float: right;
	font-size:28px;
	font-weight: bold;
}

.close:hover,
.close:focus{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* FOR ALL RED BUTTONS */
 .btn-custom-red{
	-webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #fff;
  background: #B3000C;
  padding: 12px 24px;
  font-family: var(--cg-font);
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-size: 0.9em;
  margin: 0px 10px 2%;
  transition: all .1s ease-out;
  width: 175px;
  height: 50px;
  font-weight: 100;

}

 .btn-custom-red::before{
	content:"";
	margin-left: -100%;
}

 .btn-custom-red::after{
	content:"";
	margin-right: -100%;
}

 .btn-custom-red:hover{
	background: #662a2a;
	color: #fff;
}

/*New Code*/

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

#loginModal {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.85);
    overflow-y: hidden;
    display: none;
}

#loginModal .closebtn {
    position: absolute;
    top: 10px;
    right: 3vw;
    font-size: 50px;
    color: white;
}

#loginModal .loginModalContainer{
    height: 80vh;
    width: 400px;
    background-color: white;
    margin: 10vh auto;
    text-align: center;
}

#loginModal .loginModalContainer h1{
  font-family: var(--cg-font);
  letter-spacing: 2px;
  font-size: var(--section-header-size);
  color: var(--uoft-color);
  padding: 22px 10%;
}

#loginModal .loginModalContainer h2{
  font-family: var(--cg-font);
  letter-spacing: 1px;
  font-size: var(--section-subheader-size);
  color: var(--uoft-color);
  padding: 0 10%;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff !important;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    /* color: #f1f1f1; */
		color: #818181;
}

.overlay .closebtn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
@media screen and (max-width: 960px) {
  #nav-wrapper{width: 100%;top: 0;position: fixed;z-index: 5;opacity: 0.95; background: #EDEDED;height: 70px}
  #uoft-logo{display: none;}
  #hatch-logo{display: none;}
  #hatch-logo2{display: inline-block; position: absolute; width: 190px;  height: auto; margin: 5px; left: 15px;}
  #nav-wrapper #nav{width: 100%; padding: 1em; display: none}
  #egg-logo{display:none;}
  #nav-wrapper #logos{padding: 0;margin: 0;}
  #share_problem_img2{display: none;}
  #logos{margin:0;padding: 0;}
  #mobile-nav{width: 100%;top: 0;position: fixed;z-index: 5;opacity: 0.95;display: flex;}
  #shareprobs .buildteams h1{display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center; align-content: center;align-items: center;}
  #shareprobs .buildteams h1 button{margin-left: 0%;font-size: initial;width: 175px;height: 50px;position: relative;margin-top: 15%;}
  #shareprobs .btn-container{display: flex; justify-content: center;}
  #shareprobs > div:first-child{height:15em;padding-bottom: 40px;}
	#event-section .btn-custom-red{margin-top: 1.5%;}
  #intro-banner #banner-intro #two{ top: 15.5vh; display: inline-block;}
  #stories-alt .other-stories{justify-content: none;}
  #testimonial .testimonial-box p{font-size: calc(20px - 0.5vw);}
  #footer #footer-bottom #wechat-modal .modal-content{width: 90%;}
}
@media screen and (max-width: 480px){
	#nav-button{font-size: 30px !important;}
	#nav-wrapper{height: 65px !important;}
	#hatch-logo2{width: 150px !important; margin-top: 10px !important;}
}
@media screen and (max-width: 450px) {
	#intro-banner #banner-intro #two{
    top: 16vh; 
    left: 1vw; 
    width: 75vw; 
    font-size: calc(1.8em + 0.5vw)
  }
  #intro-banner {
    flex-direction: column;
  }
	#hatch-logo2{ width: 35vw; }

  .offering-desc{width: calc(75vw); align-content: center;align-items: center;justify-content: center;}
  .offering-desc{text-align: center;height: auto; align-items: center;align-content: center;justify-content: center;}

	#shareprobs .submit-probs h1,#shareprobs .submit-probs h3{
		/* margin-left: 6vw;*/
		margin-left: 8%;
		margin-right: 8%;
		text-align: center;

	}
	#shareprobs .submit-probs .problem-content{
		margin-left: 2.2vw;
		width: 80%;
	}
	#shareprobs .buildteams h1{
		text-align: center;
	}
}


.loginModalInput{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 10px;
  border-radius: 3px;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  margin: 10px 0;
  font-family: var(--cg-font);
}

#cofounder_img{
  background: url(../../images/new/cofounder.png) no-repeat;
  background-size: 100%;
}
#map_img{
  background: url(../../images/new/mapicon.svg) no-repeat;
  background-size: 100%;
}
#share_problem_img{
  background: url(../../images/new/shareproblem.svg) no-repeat;
  background-size: 90%;
	margin-left: 12%;
}
#share_problem_img2 img{
  width: 400px;
  height: 350px;
  padding-top: 25px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#testimonial #testimonial-pic {
  background: url("../images/new/wchong.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 0px gray;
  display: none;
}

#testimonial_person{
/*  background: url(../images/student.jpg);
	background-repeat: no-repeat;*/
	background-size: cover !important;
	min-height: auto;
  max-width: 1150px;
  /*background-color: #0000000f;*/
  /*opacity: .9;*/
  background-size: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#testimonial_person .testimonial-box{
	background: white;
	/*opacity: .7;*/
  font-size: 1.25em;
  margin: 1em 4em;
  padding: 1em 0.3em;
  background-color: #f9f9f9;
  /*background: black;*/
  background-color: rgba(0,0,0, 0.7);
  color: white;
  margin: 0 auto;
}
/* #testimonial_person .testimonial-box span{
  font-size: 2em;
  display: inline-block;
  transform: translateY(2.5em);
} */
/*NewsLetter*/
#mc_embed_signup .mc-field-group input {
    border:none !important;
}
#mc_embed_signup .mc-field-group label.labels{
    font-family: "Century Gothic", CenturyGothic, sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #555 !important;
}
#mc_embed_signup_scroll h2{
    font-family: "Century Gothic", CenturyGothic, sans-serif !important;
    padding-bottom: 0.4em !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    transform: skew(0deg) !important;
}

/*iFrame Wrapper*/
#demo2017{
  margin-bottom: 10vh;
  padding-top: 6.5%;
}

.wrapper-video {
  width: 70%;
  height: 100%;
  margin: 0 auto;
}

.h_iframe {
  position: relative;
  height:60vh;
}

.h_iframe .ratio {
  display: block;
  width: 100%;
  height: auto;
}

.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

  #team-logos img {
    height: calc(7em + 0.5vh);
  }

  .offering-desc1, .offering-desc2, .offering-desc3{
    padding: 0;
  }

  .offering-desc3{
    margin-top: 1em;
  }

  #program-section{
    padding: 0 10%;
  }

  #stories > h1 {
    padding: 50px 10% 20px 10%;
  }

  #event-section{
    padding: 35px 10%;
  }

  #event-section > h1{
    padding: 25px 0 5px 0;
  }

  .button-wrapper h2{
    margin: 20px 0;
  }

  #events{
    padding: 0;
  }

  .event{
    height: auto;
    padding: 15px 0;
  }

  .event > p{
    margin: 0;
    padding: 1em;
  }

  .events > p{
    padding: 0;
  }

  .event > img.event-img{
    width: 60%;
  }

  .coffeedayimg{
    width: auto;
  }

  .coffeeday{
    padding: 15px 0;
  }

  .event .bold-p{
    margin: 0;
    padding: 1em;
  }

  .ss-event > p{
    margin: 0;
    padding: 1em;
  }

  .event #series-image{
    top: 0;
    padding: 0 !important;
  }
}


/* --------- dropdown menu css */

#mobileEngageDropdown, #mobileDropdown{
	display:none;
}

.caretBase{
	border: solid grey;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-bottom:3px;
	margin-right:2px;
	transition:0.3s;
}

.caretMobile{
	border-color:white;
	margin-bottom:8px;

}

.caretMobileRight{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  margin-bottom:2px;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	font-size:1rem;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display:block;
}


#nonMobileApplyDropdown{
	margin-left:-0.7vw;
	margin-top:0.2vw
}

#nonMobileEngageDropdown{
	margin-left:-1.2vw;
	margin-top:0.2vw
}

/* ----------- /dropdown menu css */