/* Global bar */
.global-bar {
	background: #000;
	color: #fff;
}
.global-bar p {
	color: #FFF;
	margin: 10px 0 10px 10px;
	padding: 0;
}
.global-bar a {	
	color: #FFF;
	margin-left: 20px;
	text-decoration: underline;
}

/* CSS Badge */
.badge-beta {
    background: #d34600;
    padding: 0 8px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    margin-right: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
}
/* Beta callout */
.alert.alert-govcms {
	padding: 0;
	background: url('../../../AttachmentsByTitle/beta.health.gov.au.jpg/$FILE/www.health.gov.au.jpg') #e6f5fb 0 0 no-repeat;
}
.alert.alert-govcms .alert__content{
	padding: 15px 30px 20px 370px;
}
.alert.alert-govcms h2 {
	margin-bottom: 20px;
	color: #000;
	font-weight: bold;
}
.alert.alert-govcms p {
	font-size: 1.2em;
}
.alert.alert-govcms .btn {
	margin-top: 10px;
}
.alert.alert-govcms .externallink:after {
	display: none;
}

/* For meta refresh alert */
.meta-refresh {
  margin: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
}

/* resp */
@media only screen and (max-width: 480px) {
	.alert.alert-govcms {
		background: #e6f5fb;
	}
	.alert.alert-govcms .alert__content{
		padding-left: 30px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 979px) {
	.alert.alert-govcms {
		padding: 0;
		background: url('../../../AttachmentsByTitle/beta.health.gov.au.jpg/$FILE/www.health.gov.au--mob.jpg') #e6f5fb 25px 35px no-repeat;
	}
	.alert.alert-govcms .alert__content{
		padding-left: 200px;
	}
}

/* Home */
.content.home {
  margin-top: 40px;
}
.content.home .alert {
  line-height: 1.6;
}

/* Global */
.global-header {
  background: #000;
  color: #FFF;
  padding: 12px 0;
}
.global-header a {
  color: #FFF;
  text-decoration: underline;
}

/* Search */
.search-content .health-govcms-result h3 a:after {
    content: 'New Health website';
    background: #ececec;
    color: #000;
    font-size: 0.8em;
    padding: 2px 5px;
    line-height: inherit;
    border-radius: 5px;
    border: 1px solid #ddd;
}