/*
	primary
	0, 58, 79 - 003a4f
	48, 195, 229 - 30c3e5

	secondary
	24, 147, 210 - 1893d2
	34, 123, 166 - 227ba6

	additional
	247, 144, 30 - f7901e
	241, 128, 34 - f18022
	//133, 77, 44 - 854d2c
	236, 77, 44 - ec4d2c
*/

@font-face {
	font-family: 'Font Awesome 5 Free Solid';
	font-style: normal;
	font-weight: 900;
	src: url("../webfonts/fa-solid-900.eot");
	src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.mobile-header,
.mobile-expand-button,
td.responsive.clear,
.selectable_grid tr.responsive,
.responsive-pager,
.responsive_wide_button.filter,
.responsive.download_file {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
	margin-top: 1em;
}
h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child, h6:only-child,
h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
	margin-bottom: 0.5em;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #1893d2;
}
h3.subsection {
	font-size: 1.2em;
	font-weight: bold;
	color: #1893d2;
	cursor: pointer;
	/*margin-top: 1em;
	margin-bottom: 0.5em;
	position: relative;*/
}
h3.subsection .expand {
	position: relative;
}
h3.subsection .expand:after {
	display: block;
	content: '+';
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0em;
	right: -1.5em;
	text-align: center;
}
h3.subsection.expanded .expand:after {
	content: '-';
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
ul, ol {
	list-style: none;
}
ul, ol, li {
	margin: 0;
	padding: 0;
}
/*li.navigation-header {
	list-style-type: none;
	margin-left: -40px;
}
li.navigation-header h2 {
	margin-top: 1.5em;
}*/
a {
	color: #227ba6;
}
p:last-child {
	margin-bottom: 0;
}
.screen_reader, .os {
	position: absolute;
	left: -9999px;
}
.cf:before {
	content: '';
	display: block;
}
.cf:after {
	content: '';
	display: block;
	clear: both;
}
.row.no-padding {
	margin-left: 0;
	margin-right: 0;
}
.row.no-padding > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.container {
	max-width: 1105px;
}
.clickable {
	cursor: pointer;
}
#header {
	background-color: #006080;
}
.header-container {
	background-color: #003a4f;
	height: 140px;
}
.header-container .container {
	position: relative;
	height: 100%;
}
.header-container h1 {
	width: 360px;
	height: 70px;
	position: absolute;
	/*top: 12px;*/
	/*left: -10px;*/
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
	margin: 0;
	padding: 0;
	font-size: 1em;
	z-index: 2;
}
.header-container h1 a {
	display: block;
	width: 360px;
	height: 70px;
	background-image: url(/Assets/atsb_logo.png); background-repeat: no-repeat; background-position: 0 0; background-size: 360px;
}
.header-container .tron {
	width: 716px;
	height: 140px;
	position: absolute;
	top: 0;
	right: -25px;
	right: -10px;
	background-image: url(/Assets/atsb_header.svg); background-repeat: no-repeat; background-position: right; background-size: 716px;
	z-index: 1;
}
.header-container .tron:before {
	display: block;
	content: '';
	width: 90px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-image: linear-gradient(to right, #003a4f, transparent);
}
.header-container .tron:after {
	display: block;
	content: '';
	width: 30px;
	height: 140px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background-image: linear-gradient(to left, #003a4f, transparent);
}
.header-container .tag-line {
	display: none;
	/*position: absolute;
	top: 102px;
	left: 15px;
	color: #fff;
	font-size: 1.2em;
	font-style: italic;
	z-index: 2;*/
}
.header-container .mobile-header {
	display: none;
}
.header-nav-container.scrolling {
	position: fixed;
	top: 0;
	background-color: #003a4f;
	z-index: 1000;
	width: 100%;
}
#responsiveMenuToggle {
	display: none;
}
#headerSeparator {
	height: 2px; background-color: #fff;
}
#header {
	padding-bottom: 80px;
}
#headerNav {
	/*background-color: #30C3E5;
	background-color: #c2edf7;
	padding: 0 70px;*/
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
#headerNav ul.nav-bar {
}
#headerNav ul.nav-bar > li {
	float: left;
}
#headerNav ul.nav-bar > li:not(:first-child) {
	margin-left: 16px;
}
#headerNav ul.nav-bar > li > a {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 14px 16px 10px;
	/*border-bottom: 4px solid transparent;
	border-radius: 8px 8px 0 0;*/
	position: relative;
	text-decoration: none;
	transition: background-color 0.2s ease, border-bottom-color 0.2s ease, color 0.2s ease;
}
#headerNav ul.nav-bar > li.current > a {
	/*border-bottom-color: #f7901e;*/
}
#headerNav ul.nav-bar > li.current > a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top-color: #fff;
}
#headerNav ul.nav-bar > li:hover > a {
	/*background-color: #003a4f;
	background-color: #227ba6;
	border-bottom-color: #f7901e;
	border-bottom-color: #003a4f;
	/* border-bottom-color: #1893d2; /* 24, 147, 210 */
	color: #e1f4fd;
	/*color: rgba(48, 195, 229, 0.2);*/
}
#headerNav ul.nav-bar > li > a:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	/*transition: border-bottom-color 0.3s ease;*/
}
#headerNav ul.nav-bar > li:hover > a:after {
	/*display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;*/
	border-bottom-color: #e1f4fd;
	/*border-bottom-color: rgba(48, 195, 229, 0.2);*/
}
#headerNav ul.nav-bar > li > div {
	/*background-color: #fff;*/
	position: absolute;
    width: 100%;
    left: 0;
    z-index: 1000;
	display: none;
}
#headerNav .sub-menu {
	background-color: #e1f4fd;
	/* background-color: rgba(225, 244, 253, 0.5); */
	/*display: none;*/
	/*visibility: hidden;
	opacity: 0;*/
	padding: 20px 40px;
	/*border-bottom: 4px solid #f7901e;*/
	transition: opacity 0.2s ease;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);

	/*display: grid;
    grid-template-columns: 25% 25% 25% 25%;*/
}
#headerNav .sub-menu li {
	padding: 3px 4px;
}
#headerNav .sub-menu li a {
	color: #003a4f;
}
#headerNav .sub-menu li.header_primary_nav_heading {
	font-weight: bold;
}
#headerNav .sub-menu li.header_primary_nav_heading:not(:first-child) {
	margin-top: 10px;
}
#headerNav ul.nav-bar > li:hover > div  {
	display: block;
}
#headerNav ul.nav-bar > li:hover .sub-menu  {
	/*display: block;*/
	visibility: visible;
	opacity: 1;
}
button {
	padding: 0.5em 1em;
	background-color: #003a4f;
	border: 0;
	color: #fff;
	transition: background-color 0.3s ease;
}
button:focus,
button:hover {
	background-color: #227ba6;
}
#siteSearchButton {
	padding-right: 3.2em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
/*#siteSearchButton:after {
	position: absolute;
	top: 50%;
	right: 1em;
	display: block;
	font-family: "Font Awesome 5 Free";
	content: '\f002';
	transform: translateY(-50%);
}*/
#siteSearchButton i {
	position: absolute;
	top: 50%;
	right: 1em;
	display: block;
	font-size: 1.2em;
	transform: translateY(-50%);
}
#siteSearch {
	position: absolute;
	right: 0;
	z-index: 100;
	padding: 0.6em 0.8em;
	background-color: #003a4f;
}
#siteSearchText {
	padding: 0.3em 0.4em;
}
#siteSearchGoButton {
	padding: 4px 6px;
}
#siteSearchGoButton i {
	font-size: 1.2em;
}

#breadcrumbs {
	padding: 1em 1em 1em 0;
}
#breadcrumbs li {
	float: left;
}
#breadcrumbs li:not(:first-child):before {
	content: '>';
	color: #767676;
	display: inline;
	margin: 0 0.5em;
}
#breadcrumbs li a {
	font-size: 0.9em;
	color: #999;
	text-decoration: none;
}

#readspeaker_button2 {
	text-align: right;
}
#readspeaker_button2 .rs-button {
}

#xp1, #xp2 {
	position: relative;
	z-index: 9999;
	float: right;
	margin-right: 1em;
	margin-bottom: 2em;
}

#pageMenu {
	padding: 1em;
}
#pageMenu h2 {
	/*background-color: #003a4f;
	color: #fff;
	font-size: 2em;
	margin: 0;
	padding: 0.5em;
	position: relative;*/
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px;
}
/*#pageMenu h2:after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	top: 0;
	right: -8px;
	bottom: 0;
	background-color: #f7901e;
	z-index: 1;
}*/
#pageMenu h2 a {
	color: #1893d2;
}
#pageMenu ul {
	/*border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 6px 6px;*/
	border-left: 2px solid #003a4f;
}
#pageMenu li {
	font-size: 0.9em;
}
#pageMenu li:not(:last-child) {
	/*border-bottom: 1px solid #ccc;*/
}
#pageMenu li:last-child a {
	/*border-radius: 0 0 6px 6px;*/
}
#pageMenu li.header_primary_nav_heading {
	color: #003a4f;
	font-weight: bold;
	padding: 0.8em 0.8em 0.3em;
}
#pageMenu li a {
	display: block;
	/*font-weight: bold;*/
	color: #003a4f;
	padding: 0.3em 0.8em;
	background-color: #fff;
	text-decoration: none;
	position: relative;
	transition: background-color 0.3s ease, color 0.3s ease;
}
#pageMenu li a:hover,
#pageMenu li a:focus {
	background-color: #227ba6;
	color: #fff;
}
#pageMenu li.current a {
	padding-left: 1.5em;
	color: #1893d2;
}
#pageMenu li.current a:before {
	display: block;
	content: '';
	border: 8px solid transparent;
	border-right: 0;
	border-left-color: #003a4f;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
	position: absolute;
	transition: border-left-color 0.3s ease;
}
#pageMenu li.current a:hover,
#pageMenu li.current a:hover {
	background-color: #227ba6;
	color: #fff;
}
#pageMenu li.current a:hover:before,
#pageMenu li.current a:hover:before {
	border-left-color: #fff;
}

#footerNav, #footer {
	color: #f0f0f0;
}
#footerNav > div, #footer > div {
	max-width: 1090px;
	margin-right: auto;
	margin-left: auto;
}
#footerNav .links a, #footer a {
	color: #f0f0f0;
	border-bottom: 1px dotted #9d9d9d;
	/*color: #30c3e5;*/
}
#footerNav .links a:hover, #footer a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
#footerNav {
	background-color: #003a4f;
	padding: 20px 0 25px;
}
#footerNav ul.links {
	margin-bottom: 32px;
}
#footerNav .links ul {
	font-size: 0.9em;
}
#footerNav h2 {
	font-size: 1em;
	/*color: #80cbe6;*/
	/*color: #f0f0f0;*/
	font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 12px;
}
#footerNav li {
	margin: 8px 0;
}
#footerNav .atsb-outline {
	background: url('/Assets/atsb_outline.svg') right no-repeat; height: 3em; margin-bottom: 0.6em;
}
#footerNav .strapline {
	text-align: right; font-style: italic;
}
#footerNav .social {
	margin: 24px -4px 0;
	text-align: right;
	list-style-type: none;
}
#footerNav .social li {
	width: 40px;
	padding: 0 4px;
	margin: 0;
	display: inline-block;
}
#footerNav .social li .box {
	position: relative;
}
#footerNav .social li .box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#footer {
	background-color: #54554a;
	padding: 12px 0 2px;
	font-size: 0.9em;
}
#footer li {
	float: left;
    text-transform: uppercase;
}
#footer li:not(.first) {
	margin-left: 1.5em;
}
#footer .copyright {
	float: right;
}

#content {
	background-color: #fff;
	padding: 16px 20px;
	padding: 0;
	margin-top: -80px;
}

.mobile-logo {
	display: none;
}
.home-breaking {
	padding: 12px 20px;
	background-color: #900;
	color: #fff;
	margin: 8px 8px 12px;
}
.home-breaking .redtext {
	font-size: 3em;
	color: #fff;
}
.home {
	padding: 12px 20px 20px;
}

#newsCarousel {
	position: relative; overflow: hidden;
}
#newsCarousel .article-container {
	transition: transform 1s ease;
}
#newsCarousel .article-container:nth-child(2) ~ .article-container {
	display: none;
}
#featureArticles .article,
#newsCarousel .article {
	position: relative;
	border: 1px solid #808080;
}
#featureArticles .article .details,
#newsCarousel .article .details {
	padding: 16px;
}
#featureArticles .article h3,
#newsCarousel .article h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 4px 0;
	height: 1.2em;
	overflow: hidden;
}
#featureArticles .article .summary,
#newsCarousel .article .summary {
	height: 3em;
	overflow: hidden;
	margin-bottom: 10px;
}
#featureArticles .article .read-more,
#newsCarousel .article .read-more {
	display: inline-block;
}
#featureArticles .article .read-more:before,
#newsCarousel .article .read-more:before {
	display: inline-block;
	content: '>';
	margin-right: 0.3em;
}
#featureArticles {
	margin-top: 2em;
	margin-left: -8px;
	margin-right: -8px;
}
#featureArticles .article {
	margin: 8px 16px;
}
#featureArticles .first-only .article .img-container,
#featureArticles .first-only .article .details {
	width: 50%;
	float: left;
}
#featureArticles .first-only .article .summary {
	height: auto;
	/*max-height: 6em;*/
}
#newsCarousel .article {
	margin: 8px;
}
#newsCarouselProgress {
	margin: 8px 8px 16px;
	text-align: center;
}
#newsCarouselProgress .indicator {
	display: inline-block;
	border: 1px solid #1893d2;
	border-radius: 6px;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	cursor: pointer;
	vertical-align: middle;
}
#newsCarouselProgress .indicator.current {
	background-color: #1893d2;
}
#newsCarouselProgress .view-all {
	display: inline-block;
	cursor: pointer;
	color: #1893d2;
	margin: 0 8px;
	vertical-align: middle;
}
#newsCarouselProgress .view-all:before {
	content: '';
	display: block;
    font-family: 'Font Awesome 5 Free Solid';
	content: '\f067';
}

#latestReports {
	margin: 0 8px;
}
#latestReports .header {
    background-color: #003a4f;
	position: relative;
	padding: 12px 16px;
}
#latestReports .header .view-all {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	/*margin-top: -10px;
	height: 20px;
	width: 25px;
	background-color: #fff;*/
}
#latestReports .header .view-all:before {
	content: '';
	display: block;
    font-family: 'Font Awesome 5 Free Solid';
	font-size: 1.5em;
	content: '\f0c9';
	color: #fff;
	/*display: block;
	content: '';
	position: absolute;
	top: 4px;
	height: 4px;
	width: 25px;
	background-color: #003a4f;*/
}
/*#latestReports .header .view-all:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 4px;
	height: 4px;
	width: 25px;
	background-color: #003a4f;
}*/
#latestReports .header h2 {
	margin: 0;
    color: #fff;
    font-size: 1.5em;
}
#latestReports .header h2 a {
	color: #fff;
}
#latestReports h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0;
}
#latestReports .subtitle {
	color: #767676;
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 3px;
}
#latestReports li {
	border-bottom: 1px solid #80cbe6;
	transition: background-color 0.3s ease;
}
#latestReports li:hover {
	background-color: #f0f0f0;
}
/*#latestReports li:hover a {
	text-decoration: underline;
}*/
#latestReports li a:hover {
	text-decoration: none;
}
#latestReports li:hover .subtitle {
	color: #6d6d6d;
}
#latestReports .report {
	padding: 16px 24px 6px 64px;
}
#latestReports .report.aviation,
#latestReports .report.aviation-large {
	background: url('/Assets/outline_large_aircraft.svg') no-repeat;
	background-position-x: 2px;
	background-position-y: 13px;
	background-size: 48px 48px;
}
#latestReports .report.aviation-small {
	background: url('/Assets/outline_small_aircraft.svg') no-repeat;
	background-position-x: 2px;
	background-position-y: 13px;
	background-size: 48px 48px;
}
#latestReports .report.balloon {
	background: url('/Assets/outline_balloon.svg') no-repeat;
	background-position-x: 3px;
	background-position-y: 17px;
	background-size: 46px 46px;
}
#latestReports .report.helicopter {
	background: url('/Assets/outline_helicopter.svg') no-repeat;
	background-position-x: 3px;
	background-position-y: 17px;
	background-size: 46px 46px;
}
#latestReports .report.marine {
	background: url('/Assets/outline_marine.svg') no-repeat;
	background-position-x: 2px;
	background-position-y: 13px;
	background-size: 48px 48px;
}
#latestReports .report.rail {
	background: url('/Assets/outline_rail.svg') no-repeat;
	background-position-x: 3px;
	background-position-y: 17px;
	background-size: 46px 46px;
}

.img {
	display: block;
    float: left;
    width: 100%;
	position: relative;
	overflow: hidden;
}
.img img {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
}
.img:before {
    content: '';
    display: block;
    padding-top: 65%;
}

.box {
    float: left;
    width: 100%;
}

.box:before {
    content: '';
    display: block;
    padding-top: 100%;
}

#atsbLatest {
	margin-top: 8px;
	margin-bottom: 24px;
}
#atsbLatest h2 {
	background-color: #003a4f;
	padding: 24px;
	margin: 0 0 24px;
	position: relative;
	font-size: 1.3em;
	font-weight: bold;
    color: #fff;
}
#atsbLatest h2 span {
	font-size: 0.6em;
	font-weight: normal;
}
#atsbLatest h2:after {
	position: absolute;
	content: '';
	display: block;
	bottom: -16px;
	left: 20px;
	border: 16px solid transparent;
	border-top-color: #003a4f;
	border-bottom: 0;
}
#atsbLatest .social {
	margin: 0 -4px 36px;
	list-style-type: none;
}
#atsbLatest .social li {
	width: 20%; float: left; padding: 0 4px; display: block;
}
#atsbLatest .social li .box {
	position: relative;
}
#atsbLatest .social li .box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#atsbLatest .links-container {
	margin: 0 8px 0 20px;
}
#atsbLatest .links li,
#sideBar .links li:not(:first-child) {
	margin-top: 12px;
}
#atsbLatest .links li a,
#sideBar .links li a {
	display: block;
	padding: 0.5em 1em;
	color: #003a4f;
	width: 100%;
	text-transform: uppercase;
	background-color: #e1f4fd;
	background-color: rgba(48, 195, 229, 0.2);
	transition: background-color 0.3s ease, color 0.3s ease;
}
#atsbLatest .links li:first-child a,
#sideBar .links li:first-child a {
	color: #fff;
	background-color: #003a4f;
}
#atsbLatest .links li a:hover,
#sideBar .links li a:hover {
	background-color: rgba(48, 195, 229, 0.4);
	text-decoration: none;
}
#atsbLatest .links li:first-child a:hover,
#sideBar .links li:first-child a:hover {
	color: #fff;
	background-color: #227ba6;
}
#sideBar .links {
	display: none;
}
#sideBar .links-container {
	margin: 0 16px 0 20px;
}

#quickLinks {
	padding-left: 8px;
}
#quickLinks li {
	position: relative;
	padding-left: 48px;
	transition: background-color 0.3s ease;
}
#quickLinks li:hover {
	background-color: #f0f0f0;
}
#quickLinks li .icon {
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
	display: block;
	position: absolute;
	left: 0;
	top: 16px;
}
#quickLinks li > div {
	border-bottom: 1px solid #80cbe6;
	padding: 16px 0;
	min-height: 64px;
}
#quickLinks li:first-child > div {
	border-top: 1px solid #80cbe6;
}
#quickLinks li a {
	font-weight: bold;
	text-transform: uppercase;
}

.full-width {
	padding: 0 1em;
}
.content ul,
.publication ul,
.tab-page ul {
	list-style-type: disc;
	padding-left: 20px;
}
.content ul:not(:last-child),
.publication ul:not(:last-child),
.tab-page ul:not(:last-child) {
	margin-bottom: 10px;
}
.content li,
.publication li,
.tab-page li {
	position: relative;
}
.content li > ul,
.publication li > ul,
.tab-page li > ul {
	list-style-type: none;
}
.content li > ul > li:before,
.publication li > ul > li:before,
.tab-page li > ul > li:before {
	content: '-';
    display: block;
    position: absolute;
    top: 0;
    left: -1em;
}
.content ul#news_issues {
	list-style-type: none;
	padding: 0;
}
.content ul#news_issues li {
	margin-bottom: 1.5em;
}
.content ul#news_issues li.navigation_header,
.content ul#news_issues li.navigation-header {
	margin-top: 2.5em;
}
.content ul#news_issues li p.link_title {
	margin-bottom: 0.5em;
}
.content ol,
.publication ol,
.tab-page ol {
	list-style-type: decimal;
	padding-left: 20px;
	margin-bottom: 10px;
}
.content h2,
.publication h2,
.tab-page h2 {
	color: #006080;
}
.content h3,
.publication h3,
.tab-page h3 {
	font-weight: bold;
}
.content h4,
.publication h4,
.tab-page h4 {
	font-style: italic;
	font-weight: bold;
}
.content .news_image {
	margin-bottom: 1em;
}
.content .news_image img {
	width: 45em;
	max-width: 100%;
	height: auto;
	display: block;
}
.content .news_image.right {
	width: 22em;
	max-width: 100%;
	float: right;
	margin-left: 1em;
	padding: 0.2em;
	border: 1px solid #ccc;
	border-radius: 0.2em;
}
.content .news_image.right img {
	width: 22em;
	border-radius: 0.2em;
}
.content .media_release {
	margin-bottom: 2em;
}
#content .caption {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0;
}
#content .source {
	color: #545454;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1em;
}
#content p + p.source {
	margin-top: -10px;
}
#content p.source + p.source {
	margin-top: -6px;
}
#content span.source {
	display: block;
}
#content ol.footnotes,
#content p.footnotes {
	font-size: 0.8em;
}
#content ol.footnotes {
	list-style-type: decimal;
	padding-left: 1.5em;
}
#content ol.footnotes li,
#content p.footnotes {
	margin-bottom: 0.3em;
}
#content div[class*="feedbackserver"] {
	max-width: 100%;
}
#content div[class*="feedbackserver"] table {
	width: auto;
}
#content div[class*="feedbackserver"] th, #content div[class*="feedbackserver"] td {
	padding: 2px;
}

.selectable_grid {
	
}
.selectable_grid > tbody > tr.header > th {
	background-color: #003a4f;
	color: #fff;
	padding: 0.5em 0.7em 0.5em 0.3em;
	vertical-align: top;
}
.selectable_grid > tbody > tr.header > th > a {
	color: #fff;
}
.selectable_grid > tbody > tr > td {
	border-bottom: 1px solid #1893d2;
	padding: 0.5em 0.7em 0.5em 0.3em;
    vertical-align: top;
}
.selectable_grid td {
	transition: background-color 0.3s ease;
	cursor: pointer;
}
.selectable_grid td a {
	transition: border-color 0.3s ease;
	border-bottom: 1px solid transparent;
}
.selectable_grid tr:hover td {
	background-color: #f0f0f0;
}
.selectable_grid td a:hover {
	color: #20739d;
	text-decoration: none;
	border-bottom-color: #20739d;
}
.selectable_grid .date {
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
}

.pager .container {
	width: auto;
}
.pager a {
	display: inline-block;
	font-size: 1.1em;
	margin: 0 0.1em;
	width: 16px;
	text-align: center;
}
.pager a:before {
    display: block;
    font-family: 'Font Awesome 5 Free Solid';
}
.pager a.first:before {
	content: '\f100';
}
.pager a.previous:before {
	content: '\f104';
}
.pager a.next:before {
	content: '\f105';
}
.pager a.last:before {
	content: '\f101';
}
.pager a img {
	display: none;
}

#reportDetails {
	margin: 32px 0 24px;
}
#modeDetails {
	margin: 24px 0 32px;
}

table {
	border-collapse: collapse;
	width: 100%;
}
th, td {
	padding: 5px 8px 3px;
}
.publication table th,
.repcon table th,
.report-details th,
.report-details .th {
	font-weight: bold;
	background-color: #e1f4fd;
	background-color: rgba(48, 195, 229, 0.12);
	width: 25%;
	max-width: 156px;
}
.publication table th,
.publication table td,
.repcon table th,
.repcon table td,
.report-details th,
.report-details .th,
.report-details td {
	font-size: 0.9em;
	padding: 5px 8px 3px 3px;
	border-top: 1px solid #1893d2;
	border-bottom: 1px solid #1893d2;
}
/*.publication table td,
.report-details td {
	min-width: 25%;
}*/
.report-details.general + iframe {
	margin-top: 20px;
}

.publication .initial_response {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.publication table:not(:last-child),
.repcon table:not(:last-child) {
	margin-bottom: 1em;
}
.publication .content:not(:last-child)
{
	margin-top: 1em;
	margin-bottom: 1em;
}

.breakout {
	border-top: 8px solid #1893d2;
	background-color: #e1f4fd;
}
.breakout.highlight {
	border-top: 8px solid #f7901e;
}
.breakout:not(:first-child) {
	margin-top: 1em;
}
.breakout .header {
	padding: 12px 12px 8px;
	border-bottom: 1px solid #1893d2;
}
.breakout.highlight .header {
	border-bottom: 1px solid #f7901e;
}
.breakout .header h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
.breakout .content {
    padding: 12px 12px 2px;
    font-size: 0.9em;
}
.breakout .content ul {
	padding: 0;
	list-style-type: none;
}
.breakout .content li {
	position: relative;
	display: block;
	padding-left: 10px;
	margin: 8px 0;
}
.breakout .content li:before {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	border: 5px solid transparent;
	border-left-color: #30c3e5;
}
.breakout .content a {
	color: #1f7098;
}

.tab-page .download-file {
	float: right;
	width: 14em;
	margin: 0 0 1em 1.5em !important;
}

.download-file {
	/*background-color: #e1f4fd;
	background-color: rgba(225, 244, 253, 0.5);
	border: 1px solid #1893d2;*/
}
.download-file:not(:first-child) {
	margin-top: 1em;
}
.download-file .download {
	background-color: rgba(225, 244, 253, 0.5);
	background-color: rgba(48, 195, 229, 0.12);
	font-size: 0.9em;
	padding: 8px 8px 8px 46px;
	padding: 12px 46px 8px 12px;
	/*background-color: #006080;
	color: #fff;
	line-height: 1.1;*/
	margin-bottom: 1px;
	position: relative;
}
.download-file .download:not(.pdf):after {
	content: '\f019';
	display: block;
	font-family: 'Font Awesome 5 Free Solid';
	font-size: 2.8em;
	color: #006080;
	position: absolute;
	top: -10px;
	right: 8px;
}
.download-file .download.pdf:after {
	content: '\f1c1';
	display: block;
	font-family: 'Font Awesome 5 Free Solid';
	font-size: 3.5em;
	color: #006080;
	position: absolute;
	top: -12px;
	right: 8px;
}
.download-file .listen {
	background-color: rgba(225, 244, 253, 0.5);
	background-color: rgba(48, 195, 229, 0.12);
	font-size: 0.8em;
	padding: 8px 8px 8px 46px;
	padding: 6px 8px 6px 12px;
	/*background-color: #006080;
	color: #fff;
	line-height: 1.1;*/
	margin-bottom: 1px;
	position: relative;
	overflow: hidden;
}
.download-file .listen:after {
	/*content: '\f028';
	display: block;
	font-family: 'Font Awesome 5 Free Solid';
	font-size: 1.5em;
	font-size: 3em;
	color: #227ba6;
	color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 50%;
	right: 4px;
    transform: translateY(-50%);*/
	content: '\f028';
	display: inline-block;
	font-family: 'Font Awesome 5 Free Solid';
}
.download-file a {
	/*color: #fff;*/
	border-bottom: 1px dotted #999;
}
.download-file .download a img,
.download-file .listen a img {
	display: none;
}
.download-file .alternate {
	background-color: rgba(225, 244, 253, 0.5);
	background-color: rgba(48, 195, 229, 0.2);
	background-color: rgba(24, 147, 210, 0.2);
	background-color: #f0f0f0;
	font-size: 0.8em;
	padding: 8px 8px 8px 46px;
	padding: 6px 8px 6px 12px;
	/*position: relative;
	overflow: hidden;*/
}
/*.download-file .alternate:after {
	content: '\f019';
	display: block;
	font-family: 'Font Awesome 5 Free Solid';
	font-size: 1.5em;
	font-size: 3em;
	color: #227ba6;
	color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 50%;
	/*left: 12px;
	right: 4px;
    transform: translateY(-50%);
}*/
.media-download {
	position: relative;
	padding: 1em 1em 1em 4.5em;
	border-top: 1px solid #80cbe6;
	transition: background-color 0.3s ease;
}
.media-download:last-child {
	border-bottom: 1px solid #80cbe6;
	margin-bottom: 1em;
}
.media-download:hover {
	background-color: #f0f0f0;
}
.media-download:before {
	content: '\f019';
	display: block;
	font-family: 'Font Awesome 5 Free Solid';
	font-size: 2em;
	color: #80cbe6;
	position: absolute;
	left: 0.5em;
}
.media-download.video:before {
	content: '\f03d';
}
.media-download.audio:before {
	content: '\f028';
}
.media-download.pdf:before {
	content: '\f1c1';
}
.media-download a {
	font-weight: bold;
}
.media-download a:hover {
	text-decoration: none;
}
.media-download .file-size {
	color: #767676;
	font-size: 0.9em;
}

#pageShare {
	margin: 32px 0;
	position: relative;
}
#pageShare:last-child {
	margin-bottom: 80px;
}
#pageShare .buttons a, #pageShare .buttons button {
	margin-right: 1em;
}
#followedPages button,
#pageShare a,
#pageShare button {
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #003a4f;
	color: #fff;
	border: none;
	padding: 0.5em 1em 0.3em;
	transition: background-color 0.4s ease;
}
#followedPages button:focus,
#followedPages button:hover,
#pageShare a:focus,
#pageShare a:hover,
#pageShare button:focus,
#pageShare button:hover {
	text-decoration: none;
	background-color: #227ba6;
}
#followedPages button i.fa,
#pageShare a i.fa,
#pageShare button i.fa {
	margin-right: 0.5em;
}
#pageShare .follow-button.following i.fa {
	color: #f7901e;
}
#pageShare .login-status {
	margin: 16px 0;
}
#followedPages .follow-login,
#followedPages .follow-register,
#pageShare .follow-login,
#pageShare .follow-register {
	display: none;
	margin: 16px 0;
}
#followedPages .follow-login legend,
#followedPages .follow-register legend,
#pageShare .follow-login legend,
#pageShare .follow-register legend {
	font-size: 1em;
	border: none;
	margin-bottom: 1em;
}
#followedPages .follow-login label,
#pageShare .follow-login label {
	width: 6em;
}
#followedPages .follow-register label,
#pageShare .follow-register label {
	width: 10em;
}
#followedPages .follow-login .message,
#followedPages .follow-register .message,
#pageShare .follow-login .message,
#pageShare .follow-register .message {
	margin: 16px 0;
}
#followedPages .follow-login .message.error,
#followedPages .follow-register .message.error,
#pageShare .follow-login .message.error {
	color: #c00;
}
#followedPages .actions,
#pageShare .actions {
	margin: 16px 0;
}
.last_updated {
	color: #666;
	font-size: 0.9em;
	font-style: italic;
	display: block;
	margin: 32px 0 80px;
}





#content .report-header {
	margin-bottom: 4em;
	padding-right: 1em;
}
#content .report-header .investigation_number {
	font-size: 1.3em;
	color: #333;
	margin-top: 14px;
	font-weight: bold;
	float:left;
}

#content .report-header .investigation_status_info {
	float: right;
}

#content .report-header .investigation_status {
	font-size: 1.2em;
	text-align: right;
	color: #333;
	min-height: 10px;
	margin-top: 15px;
	padding-right: 10px;
}

#content .report-header .investigation_phase {
	font-size: 1.2em;
	text-align: right;
	color: #333;
	min-height: 10px;
	margin-top: 3px;
	padding-right: 10px;
}

#content .report-header .investigation_status .highlighted,
#content .report-header .investigation_phase .highlighted {
	font-weight: bold;
}

#content img:not(.media-thumbnail), #content video {
    max-width: 100%;
	height: auto !important;
}
#content img[src*="OffPercentBar.gif"],
#content img[src*="OnPercentBar.gif"] {
	max-width: none;
	max-height: 12px;
}
/*.tab-page img:not([style*="float:"]) {
	min-width: 550px;
}*/
.image_icon {
    display: block;
    float: left;
    margin: 2px;
    padding: 2px;
    border: 1px solid #BBB;
    background-color: #FFF;
    margin-bottom: 17px;
}
.image_icon a.icon {
    display: block;
    width: 100px;
    height: 100px;
}
.image_icon > div {
	text-align: center;
}

a.info {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/Assets/green_info_icon_s.png);
	background-size: 18px;
	vertical-align: text-bottom;
}

#content .status-progress {
	display: inline-block;
}

.highlighted {
	color: #006080;
}



#map_content {
	/*max-width: 921px;
	margin: -20px 0 0;*/
}
#map_content .content_container {
	/*background-color: white;
	padding: 1.3em;*/
	margin: 20px 0;
}
#map_content #map_container {
	/*font-size: 1.2em;
	width: 100%;*/
	height: 600px;
	position: relative;
}
#map_content #map_container #map_canvas {
	width: 100%;
	height: 100%;
}
#map_content #map_container .busy_box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(32, 32, 32, 0.6);
	z-index: 30;
}
#map_content #map_container .busy_box .busy_indicator {
	width: 15rem;
	border: 2px solid #909090;
	border-radius: 1rem;
	background-color: #fff;
	padding: 1.5rem;
	text-align: center;

	left: 50%;
	margin-left: -8rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#map_content #map_container .busy_box .busy_indicator p {
	margin: 0;
	padding: 0.5rem;
}

#map_content #filter {
	margin: 20px 0;
}
	#map_content #filter .option {
		display: inline-block;
		margin: 10px 20px 10px 0;
	}
	#map_content #filter #FilterMapButton {
		color: #fff;
		/*background-color: #d0661d;*/
		background-color: #b25618;
		border: 1px transparent solid;
		border-radius: 4px;
		padding: 3px 6px;
		font-weight: bold;
	}

#map_content #searchTextField {
	border: 1px solid rgb(113, 123, 135);
	border-radius: 4px;
    padding: 2px 3px 1px;
	font-size: 1.2em;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
    width: 200px;
}

#map_content #ModeLegend {
	padding: 0.5em;
	margin: 0.5em;
	background: #fff;
    background: rgba(255, 255, 255, 0.7);
	border: 1px solid #8fa7cc;
	border-radius: 8px;
}
	#map_content #ModeLegend .legend {
		cursor: pointer;
		border-radius: 6px;
		padding: 4px;
	}
		#map_content #ModeLegend .legend:hover {
			background: #dde4ef;
			background: rgba(143, 167, 204, 0.3);
		}
		#map_content #ModeLegend .legend .icon {
			margin-right: 4px;;
			width: 1.5em;
		}

#map_legend {
	padding: 0.5em;
	margin: 0.5em;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #717b87;
}
#map_legend .legend-item {
	cursor: pointer;
	text-align: left;
	padding: 0.25em;
}
#map_legend .legend-item:hover {
	background: #c5d6e9;
	background: rgba(166, 192, 221, 0.5);
}
#map_legend .legend-item .legend-icon {
	margin-right: 0.333333em;
	width: 1.5em;
}

#global_toggle {
	margin: 0.4em;
	cursor: pointer;
}
#global_toggle #global_icon {
	width: 5em;
	height: 2.88em;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px;
}

.pac-item {
	text-align: left;
}


/* SLIMBOX */

#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(../Assets/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(../Assets/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(../Assets/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #666;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(../Assets/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: strong;
}





@media (max-width: 768px) {
	#atsbLatest,
	#footerNav ul.links,
	#footerNav .atsb-outline,
	#footerNav .strapline,
	#footer .container {
		display: none;
	}

	#main {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	
	#header {
		padding: 0;
		/*position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 2;*/
	}
	.header-container {
		display: none;
		/*height: auto;
		padding-top: 40px;*/
	}
	/*.header-container .container {
		height: auto;
		padding: 0;
	}
	.header-container h1 {
		position: initial;
		top: auto;
		transform: none;
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.header-container h1 a {
		float: left;
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
		background-size: 100%;
	}
	.header-container h1 a:before {
		content: '';
		display: block;
		padding-top: 19%;
	}
	.header-container .tron {
		top: auto;
		left: auto;
		right: auto;
		display: block;
		float: left;
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.header-container .tron:before {
		padding-top: 19%;
		width: auto;
		height: auto;
		position: initial;
		top: auto;
		left: auto;
		background-image: none;
	}
	.header-container .tron:after {
		width: auto;
		height: auto;
		position: initial;
		top: auto;
		left: auto;
		background-image: none;
	}*/

	.mobile-header {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 48px;
		z-index: 1000;
		background: #003a4f url(/Assets/atsb_outline.svg) no-repeat;
		background-position-x: 8px;
		background-position-y: 8px;
		background-size: 120px 36px;
		border-bottom: 1px solid #fff;
		box-sizing: content-box;
	}

	#mobileSearchToggle {
		display: block;
		position: absolute;
		padding: 0;
		top: 0;
		right: 50px;
		width: 48px;
		height: 48px;
		background-color: #227ba6;
		font-size: 22px;
	}
	#mobileSearchToggle.expanded {
		background-color: #fff;
	}
	#mobileSearchToggle.expanded i {
		color: #227ba6;
	}
	#mobileMenuToggle {
		display: block;
		position: absolute;
		padding: 0;
		top: 0;
		right: 0;
		width: 48px;
		height: 48px;
		background-color: #227ba6;
	}
	#mobileMenuToggle:before {
		content: '\f0c9';
		display: block;
		font-family: 'Font Awesome 5 Free Solid';
		font-size: 1.8em;
		color: #fff;
	}
	#mobileMenuToggle.expanded {
		background-color: #fff;
	}
	#mobileMenuToggle.expanded:before {
		color: #227ba6;
	}

	#mobileSiteSearch {
		position: absolute;
		top: 49px;
		right: 0;
		left: 0;
		height: 40px;
		z-index: 1000;
		background-color: #003a4f;
		padding: 2px 40px 2px 2px;
	}
	#mobileSiteSearchText {
		width: 100%;
		height: 36px;
		font-size: 1.5em;
		padding: 5px;
	}
	#mobileSiteSearchGoButton {
		position: absolute;
		padding: 0;
		top: 2px;
		right: 2px;
		width: 36px;
		height: 36px;
		font-size: 22px;
		background-color: #227ba6;
	}

	#mobileHomeLink {
		position: absolute;
		top: 8px;
		left: 8px;
		width: 120px;
		height: 36px;
		z-index: 1100;
	}

	#headerNav {
		display: none;
		position: absolute;
		top: 49px;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-y: auto;
		z-index: 1000;
		background-color: #227ba6;
		margin: 0;
	}

	#headerNav ul.nav-bar > li {
		display: block;
		position: relative;
		float: none;
		margin: 0 !important;
		border-bottom: 1px solid #fff;
	}
	#headerNav ul.nav-bar > li > a {
		padding-left: 24px;
		margin-right: 48px;
		height: 48px;
	}
	#headerNav ul.nav-bar > li > a:after {
		display: none;
	}
	#headerNav ul.nav-bar > li .mobile-expand-button {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 48px;
		height: 48px;
	}
	#headerNav ul.nav-bar > li .mobile-expand-button:before {
		content: '\f078';
		display: block;
		font-family: 'Font Awesome 5 Free Solid';
		font-size: 1.8em;
		color: #fff;
	}
	#headerNav ul.nav-bar > li .mobile-expand-button.expanded:before {
		content: '\f077';
	}
	#headerNav ul.nav-bar > li .sub-menu {
		position: initial;
	}
	#headerNav ul.nav-bar > li:hover .sub-menu {
		display: none;
	}
	#headerNav ul.nav-bar > li.current > a:before {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 8px;
		margin-top: -8px;
		border: 8px solid transparent;
		border-left-color: #fff;
	}

	#siteSearchButton {
		display: none;
	}

	.mobile-scroll {
		position: absolute;
		top: 49px;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: 1;
	}
	
	#breadcrumbs {
		display: none;
	}

	#content {
		margin-top: 0;
		padding: 10px;
	}

	#content img {
		max-width: 100%;
		height: auto !important;
	}

	#content .report-header {
		padding: 0;
		margin: 0 10px 16px;
	}

	#pageMenu {
		display: none;
	}

	.mobile-logo {
		display: block;
		background-color: #003a4d;
		margin: -10px -10px 10px;
	}
	.mobile-logo .logo {
		background-image: url(/Assets/atsb_logo.png); background-repeat: no-repeat; background-position: center bottom; background-size: 80%;
		padding-top: 20%;
	}
	.mobile-logo .tron {
		background-image: url(/Assets/atsb_header.svg); background-repeat: no-repeat; background-position: right top; background-size: 133%;
		padding-top: 30%;
	}
	.mobile-logo .strapline {
		color: #fff;
		font-style: italic;
		text-align: center;
		padding: 10px;
	}
	
	.home {
		padding: 0;
	}
	.home .home-breaking {
		margin: 0 0 10px;
	}

	#latestReports {
		margin: 0;
	}
	#latestReports .header {
		margin: 0 -10px;
		padding: 12px 10px;
	}
	#latestReports .header h2 {
		font-size: 1.2em;
		
	}
	#latestReports .header .view-all {
		right: 10px;
	}
	#latestReports .header .view-all:before {
		font-size: 1em;
		content: '\f067';
	}

	.news-carousel-container {
		margin: -8px -8px 10px;
	}
	#newsCarousel {
		/**/
	}
	#newsCarouselProgress .indicator {
		margin: 0 4px;
		width: 16px;
		height: 16px;
		border-radius: 8px;
	}
	#newsCarouselProgress .view-all {
		margin: 0 4px;
	}

	#featureArticles .first-only .article .img-container,
	#featureArticles .first-only .article .details {
		width: auto;
		float: none;
	}
	#featureArticles .first-only .article .summary {
		/*height: 3em;
		max-height: auto;*/
	}
	#featureArticles .article h3 {
		height: auto;
	}

	.quick-links .links-container {
		margin: 0;
	}

	#atsbLatest .links {
		display: none;
	}

	#sideBar {
		margin-top: 2em;
	}
	#sideBar .links {
		display: block;
		margin-bottom: 2em;
	}

	#quickLinks {
		padding-left: 0;
	}

	#footerNav div.links {
		margin-top: 2em;
	}

	#reportDetails {
		margin: 24px 10px;
	}
	#modeDetails {
		margin: 24px 10px;
	}

	#pageShare {
		margin: 24px 10px;
	}

	.last-updated {
		margin: 32px 10px;
	}

	#tabControl:not(.filter) .tab-buttons {
		display: none;
	}
	#tabControl:not(.filter) .tab-page > h3.screen_reader {
		position: initial;
	}
	#tabControl:not(.filter) .tab-pages {
		padding: 0;
		margin: 10px;
		border: 0;
	}
	#tabControl:not(.filter) .tab-page {
		display: block !important;
		border: 1px solid #006080;
		padding: 1em;
		margin: 0.5em 0;
	}
	#tabControl:not(.filter) .tab-page:not(:first-child) .tab-content {
		display: none;
	}
}

@media (min-width: 768px) {
	#atsbLatest {
		display: block;
	}
	#sideBar {
		margin-top: 0;
	}
	/*.quick-links {
		position: absolute; top: 8px; right: 0; bottom: 8px;
	}*/	
}
