  .wrapper{
	100%;
	margin-bottom:20px;
}
.wrapper h3.toggle {
	display:block;
	width:100%;
	padding-left: 0em;
}
.faqtopic{
	display:block;
	font-size:1.6em;
	line-height:normal;
	color:#C00000;
	margin-top:50px;
	margin-bottom:10px;
}
.faqtopic:first-child{
	margin-top:15px;
}
.wrapper h3.toggle a {
	display:block;
	font-size:1.1em;
	line-height:normal;
	background:#f4f4f4;
	background-image:url("https://www.lamar.edu/_files/images/home/images-for-css/downarrow.png");
	background-repeat:no-repeat;
	background-position:95% 50%;
	padding:10px 50px 10px 10px;
	border:1px solid #c0c0c0;
	color:#000000;
}
.wrapper h3.toggle a:hover {
	display:block;
	background:#f8f8f8;
	border-bottom:1px solid #c0c0c0;
	background-image:url("https://www.lamar.edu/_files/images/home/images-for-css/downarrow.png");
	background-repeat:no-repeat;
	background-position:95% 50%;
	text-decoration:none;
}
.wrapper h3.expanded a{
	background:#0099a8;
	background-image:url("https://www.lamar.edu/_files/images/home/images-for-css/uparrow-wht.png");
	background-repeat:no-repeat;
	background-position:95% 50%;
	color:#ffffff;
	text-decoration:none;
}
.wrapper h3.expanded a:hover{
	background:#01a7b7;
	background-image:url("https://www.lamar.edu/_files/images/home/images-for-css/uparrow-wht.png");
	background-repeat:no-repeat;
	background-position:95% 50%;
	text-decoration:none;
}
h3.toggle a:focus {
	background: #e6e2d9;
}
div.toggle {
	display:block;
	background-color:#ffffff;
	margin-left:0px;
	padding:10px;
	margin-top:-8px;
	margin-bottom:10px;
	border:2px solid #0099a8;
	border-bottom:20px solid #0099a8;
}
.date {
	display:inline-block;
	font-size:0.625em;
	font-weight:normal;
}
.semester {
	display:block;
	font-size:1.750em;
}
.event-title {
	display:block;
	font-size:1.250em;
	padding-bottom:8px;
	color:#444444;
	margin-bottom:5px;
}
.other-title {
	display:block;
	font-size:1.10em;
	padding-bottom:8px;
	color:#444444;
}

.event {display:block; overflow:hidden;margin-bottom:8px; border-bottom:1px solid #c0c0c0;}

#filter-form label {
    display: inline-block;
    font-size: 0.9em;
    padding-right: 5px;
}

.monthblock {
	display: block;
	float: left;
	background-color: #999999;
	width: 55%;
	font-size: 130%;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	border-right: 1px solid #ababab;
	padding: 0px;
	border-top-left-radius: 0px;
	box-sizing: border-box;
	height: 35px;
}
.dayblock {
	display: block;
	float: left;
	background-color: #ffffff;
	width: 45%;
	text-align: center;
	font-size: 130%;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #c0c0c0;
	color: #c50e18;
	font-weight: bold;
	padding: 0px;
	box-sizing: border-box;
	height: 35px;
}
.yearblock {
	display: block;
	clear: both;
	background-color: #e6e6e6;
	width: 100%;
	font-size: 80%;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #c0c0c0;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	box-sizing: border-box;
	text-align: center;
}
.eventblock {
	display: block;
	font-size: 100%;
	padding: 5px 5px 5px 12px;
	margin: 0px;
}
.tabbody{
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	float:left;
	margin-top:25px;
	border:0px!important;
}
.tabs {
	display:block;
	float:left;
	width:100%;
	overflow:hidden;
	margin:0px 0px 40px 0px!important;
	padding:0px!important;
	background:none;
	line-height:normal;
}
.tabs ul.tabs-list {
	display:block;
	width:100%;
	margin:0;
	padding:5px;
	list-style:none;
	margin-left:0px;
}
.tabs ul.tabs-list li {
	float:left;
	background:none;
	margin:2px;
	padding:0px;
}
.tabs ul.tabs-list li a {
	display:block;
	position:relative;
	height:75px;
	z-index:1;
	padding:5px 12px;
	text-decoration:none;
	border-bottom:0px;
	font-size:1.0em;
	background:#555555;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}
.tabs ul.tabs-list a {
	float:none;
}
.tabs ul.tabs-list a:hover {
	background:#e6e6e6;
	color:#333;
	text-decoration:none!important;
}
.tabs ul.tabs-list .current {
	background:none;
	border-width:0;
}
.tabs ul.tabs-list .current a {
	background:#ffffff;
	color:#C00000;
	border:2px solid #dedede;
	border-bottom:0px;
	padding-bottom:7.5px;
	margin-bottom:-12px;
	font-size:1.0em;
	text-align:center;
	height:85px;
}
.js .tabs .current-info, .js .tabs .accessibletabsanchor, .js .tabs .tabhead {
	position:absolute;
	left:-999em;
}
.js .tabs .content{
	background:#ffffff;
	clear:both;
	padding:0px;
	border-top: 2px solid #dedede;
	margin:-6px 0px 0px 0px;
	width:100%;
}
.tabs{
	padding:2em;
}
.about{
	clear:both;
	padding:2em;
}
.one-fourth{
	width:30%;
	padding-top:5px;
}
.three-fourths{
	width:70%;
	margin-top:5px;
}
@media (min-width:769px) {
	.one-fourth{
		width:15%;
		padding-top:5px;
	}
	.three-fourths{
		width:85%;
		margin-top:5px;
	}
	.date {
		margin-left:20px;
		font-size:0.750em;
	}
	.tabs ul.tabs-list li {
		float:left;
		width:auto;
		background:none;
		margin:0;
		padding:0 0 0 6px;
	}
	.tabs ul.tabs-list li a {
		float:left;
		height:auto;
		display:block;
		position:relative;
		z-index:1;
		padding:10px;
		text-decoration:none;
		border:1px solid #dedede;
		border-bottom:0px;
		font-size:1.0em;
		background:#555555;
		font-weight:bold;
		color:#ffffff;
	}
	.tabs ul.tabs-list .current a {
		background: #ffffff;
		color: #C00000;
		border: 2px solid #dedede;
		border-bottom: 0px;
		padding-bottom: 11px;
		margin-bottom: -12px;
		font-size: 1.0em;
		height: 85px;
		padding-top: 5px;
	}
}
