/* css for chamber streaming and screencloud pages */
.radialGradient {
  background-color: #213f99;
  background-image:
    linear-gradient(
      #fff, #213f99
    );
}
.flexyCenter {
  display:flex; 
  justify-content:center;
}
.HODAppRespHead {
  text-shadow: 0 2px 3px rgba(0, 0, 0, .18); 
  font-family:Oswald,sans-serif; 
  font-weight:normal; 
  color:#213f99; 
  margin:.55em 0 .33em 66px;
}
.infoSegment {
  width: auto;
  height: auto;
	margin: 10px 3px 10px 3px;
	padding: 0;
	border: 1px solid #afbada;
	border-radius: 7px 7px 7px 7px;
	clear:both;    
	position:relative;
	background-color:#fff;
	box-shadow: 0px 0px 2px 2px rgba(33,63,153,.23);
}
.iframeWrapper {
  display: block;
  overflow: hidden;
  width:97%;
  max-height:950px;
  border-radius: 10px;
  transform: translateZ(0px);
  border: 3px solid #afbada;
  box-shadow: 0px 3px 2px 3px #213f99;
  margin:0 auto 0 auto;
}
.footerContent {
  color:#fff;
  font-family: "Oswald", sans-serif;
  font-size:.933rem;
  margin: .76rem 0 1.0rem 0;
}
.footerContent a:link {
  color:#fff;
  text-decoration:none;
}
.footerContent a:hover {
  text-decoration:underline;	
}
.footerContent a:visited, a:active {
  text-decoration:none;
  color:#fff;	
}
.footerContent.flexyCenter {
  margin:1rem 0 1.76rem 0;
}
.segmentLink:link, .segmentLink:visited {
  color:#ec1c24;
  border-bottom:1px dotted;
  text-decoration:none;
}
.segmentLink:hover, .segmentLink:active {
  color:#213f99;
  border-bottom:1px dotted;
  text-decoration:none;	
}