/*
temporary overrides to help with covid 19

*/
/*
    Created on : 30/03/2020, 12:29:31 PM
    Author     : Hamonc01
*/

/* front page alert embedded into a panel on the front page */

.front .pane-1 .pane-content {
	background-image: url("/sites/default/files/covid-19-virus-red.png");
	padding-top: 30px;
	padding-left: 25px;
	padding-bottom: 25px;
	margin-bottom: 10px;
}

.front .pane-1 .pane-content * {
    color: white;
}

.front .pane-1 .pane-content a {
    color: white;
    border-bottom: none;
    text-decoration: underline;
}

.front .pane-1 .pane-content a:hover {
    background-color: darkred;
}

.covid-news ul {
	padding-left: 0;
}

.covid-news ul li {
	display: block;
	padding-left: 30px;
	background: transparent url(../images/icon-arrow-purple-right.png) no-repeat left top 4px;
	color: #757679;
	margin-left: 0;
	list-style: none;
}

/* 
  Description: Stretch out the videos and maintain 16:9 for mobile display as well.
  Demo URL:    https://esb.egigate.sa.gov.au/resources/webinar-role-educational-leader
  Created on:  11/Sept/2020
  Author:      Joshua Farry farrj01
*/

.field-name-body div.video-filter {
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  position: relative;
}

.field-name-body .video-filter iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
