
.content > .twoColumn > div { width: 720px; }
.content > .twoColumn > div + div { width: 220px; }

.box {
	border: 1px solid #E2E4E4;
	margin: 24px 0;
	padding: 1em 0;
}

.box h2 {
	margin-left: .5em;
	margin-right: .5em;
}
.box > h2 {
	margin-bottom: 0;
	margin-top: 0;
}

.box > ul { padding-right: .5em; }

/* news slider */
.box.news {
	margin-top: 16px;
	padding: 0;
}
.js .box.news {
	height: 260px;
	overflow: hidden;
}

.box.news ul {
	margin: 0;
	padding: 0;
}
.box.news li {
	list-style: none;
	overflow: hidden;
}

.noJS .box.news li { margin-top: 10px; }
.noJS .box.news li:first-child { margin-top: 0; }

.box.news li > div {
	float: right;
	padding: 0 16px;
	width: 260px;
}
.box.news li > div > h3 { margin-top: 14px; }

.box.news li > a {
	background: #333 50% 50% no-repeat;
	background-size: contain;
	border-right: 1px solid #E2E4E4;
	display: block;
	float: left;
	height: 262px;
	width: 424px;
}
.box.news li > a:after { content: ''; }

.box.news li .visuallyHidden { background: #fff; } /* needed to prevent false positive in WCAG scan */

/* reset and layout */
.bx-wrapper {
	position: relative;
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider {
	margin: 0;
	padding: 0;
}

ul.bxslider {
	list-style: none;
}

.bx-viewport {
	/* fix other elements on the page moving (in Chrome) */
	-webkit-transform: translateZ(0);
}

/* theme */
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* pager */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}

/* direction controls (next / prev) */

.bx-wrapper .bx-controls-direction a.disabled { display: none; }


/* pager with auto-controls hybrid layout */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* image captions */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.bx-controls {
	border-top: 1px solid #E2E4E4;
	bottom: 0;
	opacity: .66;
	padding: .5em 0;
	position: absolute;
	right: 0;
	transition: .2s linear;
	transform: translateZ(0); /* webkit/blink bug (fixes wobbly transition) */
	width: 40.66852367688%;
	z-index: 51;
}

.bx-wrapper:hover .bx-controls { opacity: 1; }

.bx-controls-direction { height: 1px; }

.bx-wrapper .bx-pager {
	display: table;
	margin: 0 auto;
}

.bx-wrapper .bx-pager-item {
	float: left;
	text-align: center;
	width: 22px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #C2D7E3;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 3px #aaa;
	color: transparent;
	display: block;
	height: 12px;
	margin: 3px auto;
	transition: .2s linear;
	width: 12px;
	font: 0/0 a; /* for IE8 */
}

.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #003E7E;
	color: transparent;
	height: 14px;
	margin: 2px auto;
	width: 14px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	height: 18px;
	margin: 0;
	width: 18px;
}

.bx-wrapper .bx-controls-direction a {
	color: #AB8422;
	font-size: 3em;
	font-weight: 700;
	left: 66px;
	line-height: 1px;
	padding: 0 4px;
	position: relative;
	top: 7px;
	transition: .2s linear color;
}
.bx-wrapper .bx-controls-direction .bx-next { left: 182px; }

.bx-wrapper .bx-controls-direction a:link,
.bx-wrapper .bx-controls-direction a:visited { text-decoration: none; }

.bx-wrapper .bx-controls-direction a:hover,
.bx-wrapper .bx-controls-direction a:focus { color: #003E7E; }


/* N-Number form */
.noJS .nNumber a { display: none; }
.noJS #nNumberFormat,
#nNumberFormat:target {
	clip: auto;
	height: auto;
	margin: 0;
	position: static;
	width: auto;
}


/* airport status and delays */
.airportDelaysContainer.loading { background: url("/templates/4/assets/img/loadingBar.gif") 50% 50% no-repeat; }

.statusDelays { padding-bottom: 0; }

.statusDelays form {
	margin-left: 10px;
	margin-left: .625rem;
}

.statusDelaysAutocomplete.ui-autocomplete { width: 218px; }
.delayData > p,
.weatherData > p { margin-top: .214em; }

.delayTypes {
	list-style: none;
	margin-bottom: 0;
	overflow: hidden;
	padding: 0;
}
.delayTypes > li {
	border-top: 1px solid #e2e4e4;
	overflow: hidden;
	padding: 8px 10px;
}
.delayTypes > li > a { font-weight: 700; }
.delayTypes > li > a:first-child,
.delayTypes > li > span:first-child {
	display: inline-block;
	margin-top: 4px;
}

.delayTypes var {
	background: #333;
	border-radius: 3px;
	color: #fff;
	float: right;
	font-size: 1.2857em;
	font-style: normal;
	font-weight: 700;
	height: 27px;
	text-align: center;
	min-width: 27px;
}
.delayTypes .bad { background: #A60512; }
.delayTypes .good { background: #335401; }


.js .delayDetails { display: none; }

.delayDetails > p,
.airportStatus > p {
	margin-left: .5em;
	margin-right: .5em;
}
.delayDetails > ul {
	font-size: .929em;
	list-style: none;
	margin-bottom: 0;
	overflow: hidden;
	padding: 0;
}
.delayDetails li {
	border-top: 1px solid #e2e4e4;
	overflow: hidden;
	padding: 8px 5px;
}
.delayDetails li > img,
.delayDetails li > a {
	display: inline-block;
	vertical-align: top;
}
.delayDetails li > a { width: 151px; }
.delayDetails li h3,
.delayDetails li h4 { margin-top: 0; }

.delayDetails > ul {
	margin-top: 9px;
	max-height: 143px;
	overflow-y: auto;
}

.airportStatus {
	margin-top: 1.5em;
	overflow-y: auto;
}

.airportInfo {
	color: #fff;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
	overflow: hidden;
	padding: 5px 5px 5px 46px;
	position: relative;
}

.airportInfo > p {
	line-height: 1.2;
	margin: 0;
}

.airportDelayCode,
.airportDelayCode:hover {
	bottom: 0;
	color: #fff;
	font-weight: 700;
	left: 0;
	padding-top: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
}
.bad .airportDelayCode {
	background: #AB0000;
	line-height: 1.2
}
.bad .airportInfo { background: #790000; }

.good .airportInfo { background: #335401; }
.good .airportDelayCode { background: #467301; }

.delayed {
	font-size: .929em;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.delayed li > img,
.delayData {
	display: inline-block;
	vertical-align: top;
}

.delayData { width: 151px; }

.delayData h3,
.delayData h4 { margin-top: 0; }


/* tabs */

.tabs form {
	border-top: 1px solid #ABABAB;
	padding-top: 1em;
}

.tabs > div > ul {
	list-style: none;
	padding-left: 0;
}
.tabs > div li {
	border-top: 1px solid #f0f0f0;
	padding: .5em 0;
}
.tabs > div li:first-child {
	border-top: 0;
	padding-top: 0;
}


/* NextGen */

.nextgenSection {
	overflow: hidden;
	padding: 1em;
}

.nextgenSection h2 { margin-left: 0; }


/* buttons */
.button,         .ui-widget-content .button,
.button:visited, .ui-widget-content .button:visited {
	background: #003E7E;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	padding: 2px .5em;
	text-decoration: none;
	transition: background .2s linear;
	transition: color 0 linear;
}
.button:hover,  .ui-widget-content .button:hover,
.button:focus,  .ui-widget-content .button:focus,
.button:active, .ui-widget-content .button:active {
	background: #333;
	color: #fff;
	text-decoration: none;
	transition: background .2s linear;
	transition: color 0 linear;
}

.button.left { float: left; }
.button.right { float: right; }


/* Twitter */
.feed.twitter > ul { max-height: 351px; }


/* featured topics (don't call them ads) */

.featuredTopics {
	overflow: hidden;
	padding-left: 0;
}
.featuredTopics > li {
	float: left;
	list-style: none;
	margin-left: 13px;
}
.featuredTopics > li:first-child { margin-left: 0; }
.featuredTopics > li:nth-child(3) { margin-left: 14px; }

.featuredTopics a {
	background: #fff 50% 50% no-repeat;
	border: 1px solid #E2E4E4;
	border-radius: 4px;
	display: block;
	font-weight: 700;
	height: 140px;
	line-height: 1.2;
	position: relative;
	text-decoration: none;
	width: 228px;
}

.featuredTopics .uas {
	background-color: #004282;
	background-image: url("../img/featuredTopics/37744-uas.png");
	border-color: transparent;
	color: #fff;
}

.featuredTopics .metrics { background-image: url("../img/featuredTopics/28196-metrics.png"); }

.featuredTopics .registerUAS { background-image: url("../img/featuredTopics/FCFP-53-register-my-uas.png"); }

.featuredTopics .nfdc {
	background-color: #265280;
	background-image: url("../img/featuredTopics/28196-nfdc.png");
	color: #fff;
}

.featuredTopics .laser { background-image: url("../img/featuredTopics/42344-laser-safety.png"); }

.featuredTopics span {
	display: block;
	padding: 1em;
}

.uas span {
	bottom: 0;
	font-size: .929em;
	overflow: hidden;
	padding: 0 0 4px;
	position: absolute;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.metrics span {
	font-size: 1.286em;
	max-width: 50%;
	position: absolute;
	top: 26px;
}

.registerUAS span {
	bottom: 0;
	color: #fff;
	font-size: 1.5em;
	padding: 0 0 14px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.nfdc span {
	font-size: 1.2em;
	line-height: 1;
	padding: .5em;
	text-align: right;
}
.nfdc abbr {
	float: left;
	font-size: 2.2em;
	line-height: 1;
}

.nfdc ul {
	list-style-image: url("../img/featuredTopics/28196-nfdc-checkmark.png");
	list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMCAMAAACKnBfWAAAAP1BMVEUAAAD////4+vvr7/O0xNTI09/8/f7Azdrv8vbh5+67ydetvs+muMuLorvj6e/Z4OnY4OjR2uSitcmcsMWSqL/PgMnhAAAAAXRSTlMAQObYZgAAAFFJREFUCNdVzEsSgCAMA9CmLaCAf+9/VtFBKFnlTachG1kHzkAw3ABZOo+RrvB+y66V0/WNeE5EgcGZ/kNQhk/1MXqAAW1LWoRIPSriyObMrT6MLQF41XIwtgAAAABJRU5ErkJggg==");
	margin: 1em 0 0 24px
}

.laser span {
	display: block;
	font-size: 2em;
	line-height: 1;
	padding: 1rem 0;
	text-align: center;
}


@media (max-width: 979px) {
	.content > .twoColumn > div,
	.content > .twoColumn > div + div {
		float: none;
		margin: 0 auto;
	}

	.featuredTopics { max-width: 485px; }

	.featuredTopics > li { margin-bottom: 12px; }
	.featuredTopics > li:first-child,
	.featuredTopics > li:nth-child(3) { margin-left: 12px; }
}

@media (max-width: 734px) {
	.content > .twoColumn > div:first-child { width: auto; }

	.js .box.news { height: auto; }

	.box.news li > div,
	.box.news li > a {
		float: none;
		margin: 0 auto;
	}

	.box.news li > div {
		padding: 0 0 16px;
		width: 424px;
	}

	.bx-controls {
		border-top: 0;
		position: static;
		width: auto;
	}
	.bx-controls-direction { display: none; }
}

@media (max-width: 664px) {
	.ui-tabs .ui-tabs-panel { min-height: 208px; }

	.button.right {
		float: none;
		margin-top: 1.5em;
	}
}

@media (max-width: 440px) {
	.box.news li > div,
	.box.news li > a { width: 299px; }

	.box.news li > a { height: 185px; }

	.ui-tabs .ui-tabs-nav .ui-tabs-anchor { padding-left: 3px; }

	.featuredTopics {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.featuredTopics > li,
	.featuredTopics > li:first-child,
	.featuredTopics > li:nth-child(3) {
		float: none;
		margin-left: 0;
	}
}

@media (min-width: 516px) {
	@supports (display: flex) {
		.nextgenSection .threeColumn { display: flex; }
		.nextgenSection .threeColumn > div {
			flex-grow: 1;
			width: auto;
		}
	}
}