.resourcesHeaderContainer
{
  padding-top: 10px;
  height: 50px;
  width: 100%;
}

.resourcesHeader
{
  font-size: 15px;
  text-align: center;
  color: hsla(0, 0%, 100%, 0.3);
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
}

.resourcesHeaderStatic
{
	color: hsla(0, 0%, 100%, 1.0);
	cursor: default;
	text-align: left;
	padding-left: 25px;
}

.resourcesHeader.resourcesHeaderDisabled:hover
{
  color: hsla(0, 0%, 100%, 0.3);
}

.resourcesHeader.resourcesHeaderStatic:hover
{
	color: hsla(0, 0%, 100%, 1.0);
}

.resourcesHeader:hover
{
	color: hsla(0, 0%, 100%, 0.5);
}

.resourcesContentBG
{
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transform: scale(1.3);
	        transform: scale(1.3);
	-webkit-transition: opacity .5s ease, -webkit-transform .5s ease, z-index .5s ease;
	        transition: opacity .5s ease, transform .5s ease, z-index .5s ease;
	
	z-index: -1;
	background: hsla(208, 77%, 51%, 0.5);
}

.resourcesContentBG.appeared
{
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
          transition: opacity .5s ease, transform .5s ease;
  opacity: 1;
  z-index: 100;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.youtubeLoaderBG
{
  background: hsla(0, 0%, 0%, 1.0);
}

.resourcesContentBG.appeared.resourcesInternetExplorer
{
  background: hsla(208, 77%, 51%, 0.9);
}

.soasta_central .resourcesContentBG.appeared.resourcesInternetExplorer
{
  background: hsla(216, 8%, 52%, 0.9);
}

.resourcesBG
{
	position:absolute; 
	z-index: 0; 
	width: 100%;
}

.soasta_central .resourcesContentBG
{
  background: hsla(215, 33%, 22%, 0.5);
}

.resourcesEditContainer
{
  right: 0px;
  bottom: 0px;
  display: none;
  height: 600px;
  width: 400px;
  margin-bottom: 10px;
  position: fixed;
  margin-right: 10px;
}

.resourcesTextArea
{
  width: 100%;
  height: 575px;
  margin-bottom: 5px;
}

.updateButtonContainer
{
	bottom: 5px;
  right: 5px;
  display: block;
  position: fixed;
}

.resourcesErrorText
{
  font-size: 15px;
  color: hsla(8, 96%, 64%, 1.0);
}

.resourcesCloseDialogIcon
{
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  transform: scale(.5);
  -webkit-transform: scale(.5)
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe, .videoWrapper .youtubeLoaderBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 600px) 
{
  .resourcesHeader
  {
    font-size:12px;
  }
  
}