
#meeting-box {
	margin: 0 auto;
	width: 80%;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	padding-bottom: 2em;
	padding-left: 7%;

}

#meeting-header {
	width: 100%;
	margin: auto;
	margin-top: 2em;
	
}

h1 {
	font-size: 2em;
	color: #8DB630;
	font-weight: normal;
}

p {
	margin-top: -1.1em;
	color: #000;

}

h2 {
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
	background-color: #DDEDB8;
	padding: .3em .5em;
	border-radius: .25em;
	margin-right: 5px;	
}

.useful-links {
	background-color: #F0F8E0;
	padding: .15em .4em;
	border-radius: .3em;
}


.useful-links, .useful-links-phone {
	text-decoration: none;
	color: #607A2E;
}

.useful-links:hover, .useful-links-phone:hover {
	color: #000;
	background-color: #fff;
	font-weight: bold;
}

.useful-links-phone::before {content: url(../images/icon-phone.png); margin: 0 4px;}

#meeting-list {
	width: 100%;
	margin: auto;
}

#meeting-grad, #meeting-undergrad {
	vertical-align: top;
	width: 40%;
	display: inline-block;
	text-align: justify;
	color: #000;
}

#meeting-grad {
	padding-right: 10%;
}

h5 {
	margin-bottom: .5em;
	font-size: 1em;
	text-align: left;
}

.meeting-description {
	font-size: .9em;
	line-height: 1.4em;
	margin: 3px 0;
	display: block;
}

.meeting-jump {
	font-size: .75em;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #000;
	color: #fff;
	padding: .5em 1em;
	border-radius: .5em;
	text-decoration: none;
	display: none;
}

.meeting-jump:hover {
	background-color: #8DB630;
}

.itinerary {
	display: inline-block;
	padding: 0 0 12px 12px;
	width: 90%;
	vertical-align: top;
}

.short-talk {
	margin: 0;
	padding: 0;
}

.map-direct {font-size: .65em; font-style: italic;}

.rwd-break-meeting {display: inline;}

/* Responsive Content */

@media all and (max-width: 1200px) {
	#meeting-box {padding-left: 5%;}
	h1 {font-size: 1.7em;}
 	p {font-size: .9em; line-height: 1.3em;}
	h2 {font-size: 1.35em;}
	h5 {font-size: 1em;}
	.meeting-description {font-size: .8em;}
}

@media all and (max-width: 1024px) {
	#meeting-grad, #meeting-undergrad {display: block !important; width: 97%;}
	h2 {margin-top: 2em;}
	.meeting-jump {display: inline-block; margin-top: .5em;}
}

@media all and (max-width: 480px) {
	#meeting-box {padding-left: 2%; width: 85%;}
	h2 {font-size: 1.1em;}
	h5 {font-size: .8em;}
	p {font-size: .8em;}
	.meeting-description {font-size: .7em !important;}	
	.itinerary {width: 82%;}
	.rwd-break-meeting {display: block;}
}