/* Restyle the default KSU dept/location header */


.fb-comments, .fb-comments iframe[style], .fb-comments span {
   width: 100% !important;
}
.block-ksu-custom-blocks-department-header .group-name a.active {
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
	float: left !important;
}

.group-parent-name {
	float: left !important;
	position: absolute !important;
	top: 1.3em !important;
	text-align: left !important;
	width: 20% !important;
	padding: 0 0 0 .5em !important;
}
.block-kent-state-group-header .group-name {
	width: 60% !important;
	margin: 0 auto !important;
	position: relative !important;
	display: block !important;
	padding: 0 1em !important;
}
.group-home .group-name {
	position: relative !important;
	width: 100% !important;
	text-align: center !important;
}
.group-sub .group-name {;
}


/*#ulHours {
  float: right;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #FFF;
}*/
#ulHours {
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
	float: right;
	margin: .4em 0 0;
  padding: .4em 0 .4em 0;
  font-size: 1.9em;
	display: inline-block;
	color: #FFF;
	/*height: 100%;*/
	width: 20%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
}
#ulHours_container {
	background: url(//www.library.kent.edu/sites/www.library.kent.edu/modules/ul/ul_hours/img/cs_ul_clock_white.gif) no-repeat left center;
	display: block;
	padding-left: 20px;
	position: relative;
	/*top: 50%;
	transform: translateY(-50%);*/
}
#ulHours_clock {
  position: relative;
  right: 0;
  width: 18px;
  height: 44px;
  display: block;
  float: left;
	display: none;
}
#ulHours_clockIcon {
  /*margin: 0;*/
  margin: 50% 0;
  height: 18px !important;
  width: 18px !important;
  position: relative;
}
#ulHours_textContent {
  /*height: 44px;*/
  padding: 0 12px 0 10px;
  vertical-align: middle;
  display: inline-block;
	position: relative;
	text-align: left;
}
#ulHours_textContentCell {
  vertical-align: middle;
}
#ulHours_row1 {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  font-weight: normal !important;
  font-size: 12px !important;
	line-height: 1.2em !important;
  /*white-space: nowrap;*/
}
#ulHours_row2 {
  display: block;
  margin: 2px 1px 0;
  padding: 0;
  position: relative;
  left: -1px;
  font-weight: normal !important;
  font-size: 11px !important;
}
#ulHours_row2 a {
  text-decoration: none;
  font-size: 11px !important;
}
#ulHours_row2 a:hover, #ulHours_row2 a:active {
  text-decoration: underline;
}



/* Small Screen Sizes */


@media screen and (max-width: 1023px) {
	.group-parent-name {
		position: relative !important;
		top: 0 !important;
		text-align: center !important;
		width: 100% !important;
		padding: 0 !important;
		display: block !important;
		line-height: 1 !important;
	}
	.block-kent-state-blocks-group-header .group-name {
		width: 100% !important;
		margin: 0 auto !important;
		position: relative !important;
		display: block !important;
		padding: 0 !important;
		text-align: center !important;
		line-height: 1 !important;
	}
	#ulHours {
		margin: 0;
		/*padding: 1em .5em 0;*/
		display: inline-block;
		color: #FFF;
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		text-align: center;
	}
	#ulHours_container {
		margin: 0 auto;
		display: inline-block;
		position: relative;
		/*top: 50%;
		transform: translateY(-50%);*/
	}
	#ulHours_clock {
		height: auto !important;
		display: none !important;
	}
	#ulHours_clockIcon {
		margin: 0 !important;
	}
	#ulHours_textContent {
		height: auto;
		padding: 0 12px 0 10px;
		vertical-align: middle;
		display: inline-block;
		position: relative;
		text-align: left;
	}

}


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

	.block-kent-state-blocks-group-header .group-name a.active {
		font-size: 1.5rem !important;
		float: left;
		clear: both;
		width: 100% !important;
		display: block;
		position: relative;
		left: 0;
	}
	#ulHours {
		float: left;
		display: block;
		/*padding: 1em .5em 0;*/
	}
	#ulHours_clock {
		display: none !important;
	}
}





@media screen and (max-width: 370px) {
	#ulHours {
		float: left;
		/*padding: 1em .5em 0;*/
	}
	#ulHours_container {
		white-space: nowrap;
		position: relative;
		/*top: 50%;
		transform: translateY(-50%);*/
	}
	.block-kent-state-blocks-group-header .group-name a.active {
		font-size: 1.5rem !important;
		float: left;
		clear: both;
		width: 100% !important;
		display: block;
		position: relative;
		left: 0;
	}
	#ulHours_clock {
		position: relative;
		right: 0;
		width: 18px;
		height: 44px;
		display: block;
		float: left;
		display: none !important;
	}
	#ulHours_clockIcon {
		margin: 0;
		height: 18px !important;
		width: 18px !important;
		position: relative;
	}

	#ulHours_textContent {
		height: auto;
		padding: 0 12px 0 10px;
		vertical-align: middle;
		display: inline-block;
		position: relative;
		text-align: left;
	}
  #ulHours_row1 {
    font-size: 12px !important;
		white-space: normal !important;
		/*left: 20px;*/
  }
  #ulHours_row2 a {
    font-size: 11px !important;
		white-space: normal !important;
		/*left: 20px;*/
  }
}


