/* Support #66033 - Add social icons to header */

  .ied-social {
      width: 5em;
      float: right;
      position: absolute;
      right: 0;
      top: 32px;
  }

  .ied-social i.fa {
      font-size: 20px;
      color: #638BB2;
  	margin-left: .2em;
  }

  .ied-social i.fa:hover {
      color: #16ADE7;
  }

/* Support #73461 - Header social icons on mobile */

	@media screen and (max-width: 750px){
	    .ied-social {
	        margin-top: 1em;
	        position: initial;
	        width: 100%;
	        text-align: center;
    	}
	}

/* Fix iframe issue on learning module by Danny Cabrera - Cornershop */

  .learning-module-item iframe {
    max-width: 800px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 350px !important;
  }

/* Support #88018 - iframe display issues */

	body.single iframe {
	    max-height: 25rem;
	    border: none;
	}

/* Support #95377 - Center align course images */

  .single-course img.aligncenter {
      display: block;
      margin: 0 auto;
  }

/* Support #96494 - Left align bottom images */

  .postid-4518 .resource-grid {
      justify-content: flex-start;
  }

/* Support #97776 - Single resource header height */

  .single-course .prose .resource-grid .single-resource a h3 { min-height: 4.5em; }

/* Support #98953 - Addition of Facets sidebar to category.php and taxonomy-resource_type.php */

  .has-facets-sidebar #main { width: 70%; }
  .has-facets-sidebar #facets {
    float: left;
    margin-left: 4%;
    width: 26%;
  }

/* Support #99161 - Fix alingment for rows with < 3 columns */

  .resource-grid { justify-content: flex-start; }