div.Clear {
  width: 100%;
  height: 0px;
  clear: both; 
}

div.contentSection, div.NarrowContentSection {
	margin-bottom: 30px;
	background: white;
	border-radius: 10px;
	font-size: 15px;
	height: auto;
	color: #333;
	padding: 64px;
	position: relative;
	box-shadow: 0px 6px 18px -1px black;
	overflow: hidden;
	-webkit-box-shadow: 0px 6px 18px -1px black;
	-moz-box-shadow: 0px 6px 18px -1px black;
	-ms-box-shadow: 0px 6px 18px -1px black;
	-o-box-shadow: 0px 6px 18px -1px black; 
}

div.contentSection h2, div.NarrowContentSection h2 {
	color: #000080;
	font-size: 26px;
	display: block;
	margin: 0px;
	padding: 12px 12px 0px 12px;
	position: absolute;
	top: 0px;
	border-bottom: 1px dotted #000080;
	left: 0px;
	right: 0px;
}

div.contentSection img {
	width: 50%;
	position: relative;      
	float: right;
	clear: right;
}

div.contentSection p, div.contentSection ul {
	float: left; 
	clear: left;
	max-width: 45%;
	text-align: left;
	line-height: 1.5em;
	margin: 0px;
}

div.contentSection li {
	padding-bottom: 1em;
}

div.contentSection p {
	padding-bottom: 1.5em;
}

.subHeader {
	font-weight: bold;
	padding-right: 5px;	
}

div.contentSection h3 {
  clear: left;
}

.documentation div.contentSection p, .documentation div.contentSection ul {
	max-width: 55%;
}

.documentation div.contentSection img {
	max-width: 35%;
}

.educators div.contentSection p, .educators div.contentSection ul {
	max-width: 90%;
	width: 90%;
	margin: auto;
}

.indentMenu {
	margin-left: 15px !important;
}

/* BEGIN ORG GAMES-SPECIFIC */

div.contentSection img.gameTileImg {
  float: left;
  clear: left;
}

div.contentSection .gameTileDetails {
  text-align:left;
  margin-left: 15px;
  float: right; 
  clear: right;
  width: 75%;
  max-width: 60%;
}

.broadcastThumbnailOuter {
  display: inline-block;
  margin: 10px;
    padding: 25px 15px 20px 10px;
    width: 95%;
}

.broadcastThumbnailOptions {
  float: left;
  width: 15%;
  margin: 10px 10px 10px 0;
}

.broadcastThumbnailInner {
  float: left;
    padding: 25px 15px 20px 25px;
    margin-bottom: 5px;
    width: 35%;
}

.gameImgContainer {
  float: left;
  margin-right: 5px;
  height: 0;
}

.broadcastThumbnailInner .gameImgContainer {
  width: 65%;
  margin-left: -15px;
}

.broadcastDetails {
  float: left;
  width: 30%;
  margin: 5px 0 0 20px;
}

/* END ORG GAMES-SPECIFIC */

div.contentSection a.Button {
  width: 250px; 
  float:right;
}

div.HorizontalContainer {
	width: 75%;
	margin: auto; 
}

.HorizontalContainer.home {
  width: 100%;
}

div.Alternate div.contentSection:nth-of-type(even) img {
	float: left; 
	clear: left;
}
div.Alternate div.contentSection:nth-of-type(even) p {
	float: right; 
	clear: right;
}

div.NarrowContentSection {
	width: 40%;
	clear: none;
	padding: 64px 32px;
}

div.NoHeader .contentSection {
	padding: 32px 64px;
}

div.NoHeader p {
	margin:0px;
} 

div.ComingSoon {
  text-align: left;
  padding-top: 50px; 
}

div.ComingSoon img {
  width: 400px;
  float: right;
  position: relative; 
}

div.ComingSoon span {
  width: 400px;
  float: left;
  font-size: 30px;
  position: relative;
  top: 30px; 
}

div.FAQ {
  font-size: 16px !important; 
}

div.FAQ h2 {
  font-family: "Arvo";
  color: #333333;
  font-size: 28px; 
}

div.FAQ div.Overview {
  padding: 10px 20px;
  background: white;
  border: solid #0055b2 1px;
  border-radius: 3px; 
}

div.FAQ div.Overview a {
  color: #0055b2;
  text-decoration: none;
  margin: 5px auto;
  transition: color .25s; 
}

div.FAQ div.Overview a:hover {
  color: #faac18; 
}

div.FAQ div.Details h3 {
  margin: 4px 0px;
  font-size: 22px; 
}

div.FAQ div.Details h2 {
  color: #0055b2;
  font-weight: 700;
  margin-bottom: 3px; 
}

div.FAQ div.Details div.Underline {
  width: 60%;
  height: 6px;
  background: #0055b2;
  border-radius: 2px;
  margin-bottom: 12px; 
}

div.ReleaseNotes ul {
	list-style-type: none;	
}

div.ReleaseNotes li {
    -webkit-margin-after: 1em;
}

div.ReleaseNotes em {
	font-weight: bold;
}
