.resourcesLabel
{
  font-size: 18px;
  color: hsla(0, 0%, 100%, 1.0);
  text-align: left;
  font-weight: 300;
}

.resourcesContentContainer
{
  padding-left: 25px;
  display: none;
}

.resourcesDefaultContent
{
	float: left;
	padding-right: 50px;
  height: 80%;
	width: calc(33% - 50px); /* Minus 50px (padding right offset) and 25px (far left padding to align with Resources header */
}

.resourcesListItems
{
	line-height: 24px;
	font-size: 15px;
	color: hsla(0, 0%, 100%, 1.0);
	padding-bottom: 20px;
}

.resourcesIcon16
{
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0px;
}

.resourcesLink
{
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 15px;
  color: hsla(0, 0%, 100%, 1.0);
  display: block;
  font-weight: 300;
}

.resourcesPageOtherOSLinkForConductor
{
  font-size: 0.8em;
  line-height: 12px;
}

.resourcesLink:visited
{
	color: hsla(0, 0%, 100%, 0.3);
}

.resourcesLink:hover
{
  text-decoration: underline;
}

.resourcesLabelDivider
{
  width: 100%;
  margin-top: 6px;
  background-color: hsla(0, 0%, 100%, 1.0);
  border: none;
  height: 1px;
}

.retrievedContentContainer
{
  padding-top: 4px;
}

.resourcesWithThreeColumn
{ 
	float: left; 
	width: 33%; 
}

.youtubeLoadingIndicator
{
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  background: black;
  overflow:hidden;
}

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

  .resourcesListItems
  {
    font-size: 12px;
  }
  
  .resourcesIcon16
  {
    width: 12px;
    height: 14px;
    top: 2px;
  }
  
  .resourcesLink
  {
    font-size: 12px;
  }
}