/*===========================================================================*

	written by:
	* julian at visuallizard dot com
	updated by:
	* ross at visuallizard dot com
	* max at visuallizard dot com

	(c)2010 - visuallizard.com
	
	COLORS:
	Lime Green:		#d5e04d
	Dark Blue:		#1c5d8f
	Teal Blue:		#80d3e0
	
	TYPE COLORS:
	Lime Green:		#bbc632
	Dark Blue:		#1c5d8f
	Grey:			#5c5f61
	
	
	NEW COLORS:
	Navy:			#001830
	Link Blue:		#209dcf
	Medium Blue:	#8fcfe9
	Light Blue:		#b5e2f6
	Grey:			#c0c0c0
	Light Grey:		#cccccc

*===========================================================================*/

/* !layout styles */

html, body {
	height: 100%; /* Sticky Footer (cssstickyfooter.com) */
}
body {
	position: relative;
	z-index: 1001; /* used to trigger JS breakpoints */
	
	background: url(../../img/bg-sky.jpg) center top no-repeat #fff;
	background-size: cover;
	background-attachment: fixed;
	
}
	body:after {
		position: fixed;
		left: 0; right: 0; top: 0;
		display: block;
		width: 100%;
		height: 100%;
		content: '';
		background: url(../../img/bg-arrows.svg) 45% center repeat-x transparent;
		-webkit-background-size: auto 425px;
		        background-size: auto 425px;
		z-index: -1;
		
		will-change: transform; /* creates a new paint layer (https://fourword.fourkitchens.com/article/fix-scrolling-performance-css-will-change-property) */
	}

	body.login_screen {
		background-image: url(../../img/bg_blog.png);
	}
	body.login_screen:after {
		content: none;
		background: none;
		will-change: none;
	}
	body.home {
		min-height: 0;
	}
.debug body:before {
	content: attr(class);
	position: fixed;
	padding: 0 10px;
}
.container {
	max-width: 960px;
	margin: 0 auto;
}

/* Accessible skip navigation */
#skip-nav {
	position: relative;
	margin: 0;
	padding: 0;
	height: 0;
	list-style: none;
}
#skip-nav li {
	display: inline-block;
}
#skip-nav a {
	display: block;
	padding: 6px;
	position: absolute;
	top: -300px;
	left: 0px;
	color: white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 4px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}
#skip-nav a:focus {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #BF1722;
	outline: 0;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}

#wrapper {
	display: block;
	margin: 0 auto;
	width: 960px;
	height: 100%;
	min-height: 100%; /* Sticky Footer (cssstickyfooter.com) */
	height: auto !important;
	margin-bottom: -150px;
}
#header {
	position: relative;
	min-height: 100px;
	background: #fff;
	z-index: 10;
}
	.header-nav {
		display: block;
		position: relative;
		background: transparent;
		color: #209dcf;
		float: right;
		margin: 8px 0;
		padding: 0;
	}
#navigation {
	clear: both;
	display: block;
	float: none;
	margin-bottom: 10px;
	z-index: 20;
	background: #209dcf;
}
	.home #navigation {
		margin: 0;
	}
	.home.campuscrew #navigation {
		margin-bottom: 10px;
	}

#col1 {
	position: relative;
	display: inline;
	clear: both;
	float: left;
	width: 230px;
/* 	border: 1px solid #ddd; */
	min-height: 240px;
	margin: 0 28px 10px 0;
	background: #fff;
	background: rgba(255,255,255,0.4);
/*
	-webkit-box-shadow: 0 0 1px #ccc;
	   -moz-box-shadow: 0 0 1px #ccc;
	        box-shadow: 0 0 1px #ccc;
*/
}
	#col1 table thead th{
		padding: 4px 5px;
	}
	.blog #col1 {
		clear: none;
		margin: 90px 0 10px 10px;
		background: 0;
	}
	.inverse #col1,
	.inverse_image #col1,
	.sitemap #col1,
	.contact #col1,
	.errors #col1 {
		clear: none;
		margin: 0 0 10px 30px;
		background: 0;
	}
#col2 {
	position: relative;
	display: inline;
	float: left;
	max-width: 700px;
	min-height: 240px;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
	.service #col2 {
/*
		background: rgba(255,255,255,0.8);
		padding-top: 9px;
*/
	}
	.flight_info #col2 {
		padding: 10px 0 0 0;
		background: rgba(255,255,255,0.8);
	}
	.gallery #col2,
	.calendar #col2 {
		background: transparent;
		width: 720px;
		border: 0;
		padding: 0;
	}
	.news.comment #col2,
	.news.read #col2 {
		padding-top: 0;
		margin-top: 25px;
		border-top: 0;
	}
	.blog #col2 {
		clear: both;
		width: 720px;
		margin: 0 0 10px 0;
		padding: 0 0 9px 0;
		background: transparent;
		border: 0;
	}
	.inverse #col2,
	.generic #col2,
	.sitemap #col2,
	.forum #col2  {
		padding-top: 0;
/* 		margin-top: 25px; */
		border-top: 0;
	}
	.contact #col2 {
		padding-top: 9px;
		margin-top: 0;
	}
	.single #col2 {
		width: 960px;
		max-width: none;
		padding: 9px 0;
		background: transparent;
		border: 0;
	}
	.errors #col2 {
		margin-top: 0;
		padding-top: 0;
	}
	
#col3 {
	position: relative;
	display: inline;
	float: left;
	width: 230px;
	min-height: 240px;
	margin: 0 0 10px 30px;
}

/* Content */
#col2 .content {
	position: relative;
	padding: 10px 20px;
	min-height: 260px;	/* adds some white space on pages when thin on contetn. Also helps webkit browsers with stickyfooter on this pages */
	
	background: #fff;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0.4)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,     rgba(255,255,255,1) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	background:    -moz-linear-gradient(left,     rgba(255,255,255,1) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	background:     -ms-linear-gradient(left,     rgba(255,255,255,1) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	background:      -o-linear-gradient(left,     rgba(255,255,255,1) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	background:         linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);

}

/*
	.service.index #col2 .content,
	.googlemap #col2 .content {
		padding: 0;
	}
*/
	.calendar #col2 .content,
	.single #col2 .content {
		border: 0;
		padding: 0;
		margin-top: 0;
		background: transparent;
		min-height: 0;
	}
	.inverse #col2 .content,
	.landing #col2 .content {
		padding: 10px;
	}
	.forum #col2 .content {
		padding-top: 0;
		background:  rgb(255,255,255);
		background: rgba(255,255,255,.8);
	}
	.blog #col2 .content {
		margin: 0;
		padding: 0 0 0 10px;
		background: transparent;
		border: 0;
		clear: both;
	}
	.blog.comment #col2 .content,
	.blog.read #col2 .content {
		margin: 0;
		padding: 0;
		background: transparent;
		border: 0;
		clear: both;
	}
		.blog.comment #col2 .article,
		.blog.read #col2 .article {
			padding: 15px 10px;
			margin: 0 0 20px 10px;
			background: #fff;
			background: rgba(255,255,255,0.4);
			border: 0;
			-moz-box-shadow: 0 0 1px #ccc; -webkit-box-shadow: 0 0 1px #ccc; box-shadow: 0 0 1px #ccc;
		}


#leadblock {
	clear: both;
	display: block;
	position: relative;
	float: left;
	max-width: 700px;
	height: 337px;
	margin: 0 0 10px 10px;
	background: #e4e4e4;
}
	.home #leadblock {
		clear: none;
		float: right;
		margin: 0;
		padding-bottom: 70px;
		max-width: 630px;
		width: 100%;
		height: auto;
		background: none;
	}
	.campuscrew #leadblock {
		float: left;
		max-width: 720px;
		
	}
	.campuscrew #leadblock .feature {
		border: 10px solid #fff;
	}
	.blog #leadblock {
		background: #ccc;
		margin-right: 0;
		margin-left: 0;
	}
	.blog.comment #leadblock,
	.blog.read #leadblock {
		width: 670px;
		height: auto;
		float: none;
	}
		.blog.comment #leadblock img,
		.blog.read #leadblock img {
			width: 670px;
			width: 100%;
			height: auto;
			/*min-height: 323px;  700x337 => 670x323 */
		}

#linksblock {
	display: block;
	width: 230px;
	float: right;
	margin: 0;
}
	.service #linksblock {
		
	}
	#quickfind {
		display: block;
		background: #91b2d0;
		max-height: 207px;
		padding: 10px 10px 10px 10px;
		margin: 0 0 10px 0;
		background: rgba(53, 110, 155, 0.3);
		overflow: hidden;
		-moz-box-shadow: 0 0 1px #ccc; -webkit-box-shadow: 0 0 1px #ccc; box-shadow: 0 0 1px #ccc;
	}
	.service #quickfind {
/* 		min-height: 0; */
		overflow: hidden;
		margin: 0;
		background: transparent;
		-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
		
		display: none;
	}
	.home.waa #quickfind {
		width: 460px;
		min-height: 0;
		max-height: 121px;
		padding: 0 0 0 10px;
		background: transparent;
		-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	}

/* !BLOCKS */
ul#breadcrumbs {
	clear: both;
	display: none; /* hide for now on dev3 */
	position: relative;
	list-style: none;
	margin: -24px 0 0 0;
	padding: 0;
	top: 237px;
	left: -5px;
	z-index: 10;
}
	.flight_info ul#breadcrumbs,
	.gallery ul#breadcrumbs,
	.calendar ul#breadcrumbs,
	.blog ul#breadcrumbs {
		top: 0;
		left: 5px;
		margin-bottom: 15px;
		margin-top: 0;
	}
	.blog ul#breadcrumbs {
		margin-bottom: 40px;
	}
	.flight_info ul#breadcrumbs {
		margin-bottom: 10px;
		margin-top: -1px;
	}
	.service ul#breadcrumbs {
		top: 0;
		margin-top: 7px;
	}
	.news.comment ul#breadcrumbs,
	.news.read ul#breadcrumbs {
		top: 0;
		margin-top: -26px;
		/* border-top: 1px solid transparent;	fix for webkit browsers to push column down */
	}
	.generic ul#breadcrumbs {
		top: 0;
		margin-top: 0;
	}
	.inverse ul#breadcrumbs,
	.sitemap ul#breadcrumbs,
	.generic ul#breadcrumbs,
	.errors ul#breadcrumbs,
	.forum ul#breadcrumbs {
		top: 0;
		margin-top: -26px;
		/* border-top: 1px solid transparent;	fix for webkit browsers to push column down */
	}
	.contact ul#breadcrumbs,
	.news.index ul#breadcrumbs {
		top: 237px;
		margin-top: -24px;
	}
	.googlemap ul#breadcrumbs {
		top: 0;
		margin-top: 9px;
	}

#panel {
	background: #eee;
	background: rgba(220,232,244,.6);
	margin-bottom: 30px;
	padding: 20px 0 35px 0;
	background: linear-gradient(to right,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.22) 45%,rgba(255,255,255,0) 100%);

} 
#featured {
	position: relative;
	clear: both;
	float: left;
	display: block;
	width: 300px;
	min-height: 255px;
	margin: 0 0 10px 15px;
	padding: 0 0 0 0;
	z-index: 0;
}
	.home #fids {
		width: 100%;
/* 		float: left; */
		border-bottom: 1px solid #c0c0c0;
		margin-bottom: 20px;
	}
	.home #fids ul.fids {
		width: 100%;
		-moz-box-shadow: 0 0 1px #aaa; -webkit-box-shadow: 0 0 1px #aaa; box-shadow: 0 0 1px #aaa;
		background-color: #F8FCFF;
		padding-bottom: 10px;
	}
	.campuscrew #featured {
		background: #e4e7ea;
		min-height: 300px;
		margin: 10px 0;
		padding: 12px 10px 10px 10px;
		-moz-box-shadow: 0 0 3px #aaa; -webkit-box-shadow: 0 0 3px #aaa; box-shadow: 0 0 3px #aaa;
		min-height: 220px;
		width: auto;
	}

#latest {
	width: 370px;
	float: right;
}


.homeblock.left {
	clear: both;
	width: 440px;
	min-height: 100px;
	float: left;
	padding: 10px;
	margin: 0 0 0 10px;
	background: #fff;
	background: rgba(255,255,255,.5);
	-moz-box-shadow: 0 0 1px #aaa; -webkit-box-shadow: 0 0 1px #aaa; box-shadow: 0 0 1px #aaa;
	position: relative;
}
.homeblock.right {
	width: 480px;
	width: 100%;
	max-width: 630px;
	clear: right;
	float: right;
	padding: 0;
	margin: 0;
}
	.homeblock.right .buttons {
		float: left;
		width: 230px;
		margin: 0 10px 10px 0;
	}
	
	


/* columns inside content */
.column {
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
}
	
#bottom {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 10px;
	
	/* Sticky Footer (cssstickyfooter.com) 
	overflow: auto;
	padding-bottom: 150px;*/
}

#weather {
	clear: both;
	display: block;
	min-height: 150px;
	margin-bottom: 10px;
	width: 310px;
	float: left;
}

#events {
	display: block;
	position: relative;
	min-height: 150px;
	margin-bottom: 10px;
	width: 640px;
	float: right;
}
	.campuscrew #events {
		float: left;
		
	}
#events #categories {
	display: none;
}
	.campuscrew #events #categories {
		display: block;
	}



.bottom_block  {
	position: relative;
	float: right;
	width: 200px;
	height: 130px;
	margin: 0 0 10px 11px;
	border: 1px solid #ccc;
	overflow: hidden;
}


/* !PUSH */
.push { height: 140px; clear: both; font-size: 0; line-height: 0;}

/* !FOOTER */
#footer {
	position: relative;
	clear: both;
	background: #209dcf;
	color: #fff;
	margin: 0 auto 0px auto;
	
	/* Sticky Footer (cssstickyfooter.com) */
	height: 156px;
	/* 	margin-top: -150px; */
}


	#footer .container {
		padding: 20px 0 10px 10px;
		position: relative;
	}


/* !GENERAL ELEMENTS */
.hidden {
	display: none !important;
}

input, textarea, select {
	font: 12px/13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
	option, optgroup option {
		color: #225f8d;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height: 1.2;
		border-bottom: 1px solid #ccc;
		padding: 3px 2px;
	}
		optgroup option {
			padding-left: 10px;
		}
		option:hover {
			background: #d1e2ef;
		}
*/

.overlabel-apply {
	color:#999;
	cursor:text;
	left:5px;
	position:absolute;
	top:3px;
	z-index:2;
}
.overlabel-wrapper,
.overlabel_container {
	float: left;
	margin-right: 0;
	position: relative;
}
	.overlabel-wrapper input,
	.overlabel_container input {
		height: 20px;
		margin: 0;
	}
	.overlabel-wrapper label,
	.overlabel_container label {
		height: 20px;
		font: normal 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #209dcf;
		white-space: nowrap;
	}
	
	.overlabel-wrapper .error,
	.overlabel_container.error {
		border: 0;
		padding: 0;
		background: transparent;
	}

/* !Form Buttons  and links as buttons: */
.button {
/* 	height: 24px; */
/* 	min-width: 30px; */
	display: block;
	background: url(../../img/sprites.png) 0 -110px repeat-x;
	background: #209dcf;
	border: none;
	font: bold 13px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 0 3px;
	margin: 0;
	
	-webkit-border-radius: 0; border-radius: 0;
	-webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-appearance: none; appearance: none;
}
.button:hover {
/* 	background-position: 0 -135px; */
	background: #001830;
	color: #fff;
	text-decoration: none;
}
.button:focus {
	text-decoration: underline;
}

.button.large {
	position: absolute;
	right: -10px;
	top: -170px;
	background: #fff;
	color: #123;
	font-size: 30px;
	height: 45px;
	line-height: 45px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 10px;
	-moz-box-shadow: 0 0 3px #999; -webkit-box-shadow: 0 0 3px #999; box-shadow: 0 0 3px #999;
}
.button.large:hover {
	background: #b5e2f6;
	text-decoration: none;
}

.content-display a.pattern {
	position: relative;
	display: block;
	text-decoration: none;
	margin: 1em 0 1em 1em;
}
	a.pattern span.text {
		display: block;
		display: block;
		border: 3px solid #0a3565;
		padding: 15px 7px;
		font: bold 26px/1.1 "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-align: left;
		text-decoration: none;
		color: #0a3565;
		width: 200px;
		height: auto;
		background: url(../../img/pattern-1.png) 40% 40% repeat #9fc4e4;
	}
	a.pattern span.button {
		width: auto;
		position: absolute;
		bottom: -10px;
		right: 30px;
		padding: 0 5px;
	}


/* Image Frames */
span.img-frame {
	display: block;
	position: relative;
	padding: 6px;
	margin: 0 0 10px 0;
	background: #fff;
	background: #e6e6e6;
	-webkit-transition: background .3s;
	        transition: background .3s;
}
a:hover span.img-frame {
	background: #f8f8f8;
	border-color: #ddd;
}
span.img-frame img {
	display: block;
	margin: 0;
	width: 100%; /* new */
	height: auto; /* new */
}


img.framed,
.service-display .logo,
.airline .logo span.img-frame {
	display: block;
	position: relative;
	padding: 6px;
	margin: 0 0 5px 0;
	background: #f6f6f6;
/* 	border: 1px solid #efefef; */
	
	background: -moz-linear-gradient(0% 0% 270deg,#eee, #fff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
	background: #e6e6e6;
/* 	-moz-box-shadow: 0 0 1px #f9f9f9; -webkit-box-shadow: 0 0 1px #f9f9f9; box-shadow: 0 0 1px #f9f9f9; */

	-webkit-transition: background .3s;
	        transition: background .3s;
}
a:hover img.framed,
.airline .logo a:hover span.img-frame {
	background: #209dcf;
/* 	border-color: #ddd; */
}
span.img-caption {
	font-style: italic;
	text-align: left;
	text-transform: uppercase;
	display: block;
	padding: 0px 0 0 0;
	font-size: 0.84em;
}



/* Form Elements  */
form select.styled,
form input.styled {
	display: block;
	width: 188px;
	height: 24px;
	position: relative;
	border: none !important;
	margin: 0 0 10px 0;
/*
	background: #209dcf;
	color: #fff;
*/
/*
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
*/
}
	form input.styled {
		height: 22px;
	}
form span.select {	/* Olive */
	position: absolute;
	width: 156px;
	height: 22px;
	padding: 0 25px 0 5px;
	color: #209dcf;
	font: 12px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../../img/sprites.png) right -980px no-repeat #fff;
	overflow: hidden;
	
	cursor: pointer;
	border: 1px solid #bbb;
	border-right: none;
	
	
/* 	height: 32px; */
	background: url(../../img/icons/select.svg?v=1) right center / 22px 22px  no-repeat #fff;
	
}
	form span.select:hover {
		background-image: url(../../img/icons/select-ro.svg);
	}

form.filter span.select,
form.contact span.select {	/* Blue */
/* 	background-position: right -1040px; */
/* 	color: #5c5f61; */
	border: 1px solid #bbb;
/* 	border-right: none; */
}
	form.filter span.select:hover {
/* 		background-position: right -1070px; */
/* 		background: red; */
	}
	

/* Filter form */
form.filter {
	position: relative;
/* 	background: url(../../img/swash.png) 0 100% no-repeat transparent; */
	overflow: hidden;
	padding: 10px 0;
	margin: 10px 0;
	z-index: 30;
	border-bottom: 1px solid #d4dce6;
}
/*
	.news form.filter,
	.forum form.filter {
		margin-top: 10px;
		margin-left: -20px;
		margin-right: -20px;
	}
	
*/
	form.filter h4 {
		font: bold 13px/24px "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin: 0 0 10px 0;
/* 		color: #fff; */
	}
	form.filter .more {
		float: left;
		margin: -2px 0 0 0;
	}
		form.filter .more a {
/* 			color: #fff; */
			font: bold 14px/30px "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			background: url(../../img/icons/icon_external.png) right center no-repeat transparent;
			padding-right: 16px;
		}
		form.filter .more a:hover {
/* 			color: #80d3e0; */
		}
		
	form.filter div.inline {
		width: 200px;
		float: left;
	}
	form.filter div.inline.submit {
		width: auto;
	}
	form.filter .submit input {
/* 		background: url(../../img/sprites.png) 0 -660px no-repeat transparent; */
		background:       center center no-repeat transparent        url(../../img/icons/icon_external.png);
		background-image: linear-gradient(transparent, transparent), url(../../img/icons/icon_external.svg);
		background-size: auto;
		text-indent: -99999px;
		width: 24px;
		height: 24px;
		padding: 0;
		margin: 0 1em 0 0;
	}
	form.filter .submit input:hover {
/* 		background-position: 0 -620px; */
		opacity: .7;
	}
	
	form.filter .overlabel-wrapper label {
		background:none repeat scroll 0 0 transparent;
		color:#5c5f61;
		font-size:12px;
		font-weight:normal;
		height:22px;
		left:0;
		line-height:26px;
		padding:0 5px;
		position:absolute;
		top:0;
		width:80%;
	}



/* Emergencies */
#emergencies {
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: #000;
	background: rgba(0,0,0,.9);
	color: #eee;
	z-index: 99999;
}

	#emergencies .container {
		width: 900px;
		margin: 10% auto 0; 
		position: relative;
	}
	
	#emergencies h2 {
		font-size: 40px;
		line-height: 1.1;
		text-transform: uppercase;
		color: #ff0;
		text-shadow: 0 0 10px #ff0;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}
		#emergencies h3 {
			color: #fff;
			margin: 0;
		}
		#emergencies p {
			font-size: 16px;
			text-shadow: 0 0 1px 1px #000;
		}
		#emergencies time {
			display: block;
			font-size: 12px;
			color: #ddd;
			margin-bottom: 5px;
			text-shadow: 0 0 1px 1px #000;
		}
		
		#emergencies a {
			color: #80d3e0;
			text-decoration: underline;
		}
	
	
	#emergencies p.footer {
		margin-top: 2em;
		border-top: 1px dotted #999;
		padding: 1em 0 0 0;
		
		font-size: 14px;
	} 
	
		#emergencies #twitter-emergencies {
			position: relative;
			width: auto;
			float: left;
			color: #87CED9;
		}
			
			#emergencies #twitter-emergencies:after {
				position: absolute;
				right: -40px;
				line-height: 22px;
				content: "☞";
				font-size: 35px;
			}
			
		#emergencies #close-emergencies {
			position: relative;
			width: auto;
			float: right;
			text-align: right;
			color: #C7D424;
		}
			
			#emergencies #close-emergencies:after {
				position: absolute;
				right: -30px;
				line-height: 20px;
				content: "✖";
				font-size: 30px;
			}
		
		/*
		#close-emergencies {
			position: relative;
			display: block;
			font-size: 16px;
			display: block;
			text-align: right;
			padding:10px 60px 0 0;
			color: #fff;
			line-height: 2em;
		}
		#close-emergencies:after {
			content: "X";
			position: absolute;
			right: 0;
			top: 0;
			margin: 0;
			padding: 0;
			width: 40px;
			height: 40px;
			border: 3px solid #fff;
			-webkit-border-radius: 100%;
			   -moz-border-radius: 100%;
			        border-radius: 100%;
			text-align: center;
			line-height: 40px;
			font-size: 35px;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
		}
		#close-emergencies:hover:after {
			opacity: .8;
		}
		*/


/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }