/*!
Theme Name: GNL Lab Formulary
Theme URI: 
Author: OCIO Web Services
Author URI: http://www.ocio.gov.nl.ca/
Description: 
Version: 1
Template: gnl-web-framework
License: 
License URI: 
Text Domain: gnl-web-framework
Tags:
*/
.info-banner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	color: #fff;
	padding: 0.4375rem 2rem 0.5625rem;
	margin-bottom: 1.5rem;
}

.info-banner.blue {
	background-color: #004B87;
}

.info-banner.green {
	background-color: #007A33;
}

.info-banner.orange {
	background-color: #FC4C02;
}

.info-banner.red {
	background-color: #BA0C2F;
}

.info-banner .info-banner-text {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto;
	text-align: center;
}

.info-banner .info-banner-text p {
	margin: 0;
}

.info-banner .info-banner-close-button {
	background-color: transparent;
	position: absolute;
	top: 0.625rem;
	right: 0.625rem;
}

.info-banner .info-banner-close-button span {
	color: #fff;
	display: inline-block;
	opacity: 0.5;
	font-size: 2rem;
	line-height: 0;
	cursor: pointer;
}

.info-banner .info-banner-close-button span:hover {
	opacity: 1.0;
}