
.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;
	float: left;
	height: 262px;
	width: 424px;
}
.box.news li > a:after { content: ''; }

.box.news li .visuallyHidden { background: #fff; } /* prevents a false positive in Compliance Sheriff */

/* reset and layout */
.bx-wrapper {
	position: relative;
	touch-action: pan-y;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider {
	margin: 0;
	padding: 0;
}

ul.bxslider {
	list-style: none;
}


/* 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;
}

/* 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: 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;
	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;
}

.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: 62px;
	line-height: 1px;
	padding: 0 4px;
	position: relative;
	top: 7px;
	transition: .2s linear color;
}
.bx-wrapper .bx-controls-direction .bx-next { left: 188px; }

.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; }

/* direction controls (next / prev) */
.bx-wrapper .bx-controls-direction a.disabled { display: none; }

/* N-Number form */
.noJS .nNumber a { display: none; }
.noJS #nNumberFormat,
#nNumberFormat:target {
	clip: auto;
	height: auto;
	margin: 0;
	position: static;
	width: auto;
}


/* uas ad */
.uasAd a {
	background: #335401 url('../img/drone-icon-white.png') 4px 50% no-repeat;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: .8125rem;
	line-height: 1.15;
	padding: 6px 0 6px 106px;
	text-decoration: none;
	transition: .2s linear;
}

.uasAd a:hover,
.uasAd a:focus { background-color: #2A4501; }


/* airport status and delays */
.airportDelaysContainer.loading {
	background: url("/templates/4/assets/img/loadingBar.gif") 50% 50% no-repeat;
	min-height: 40px;
}

.statusDelays { padding-bottom: 0; }

.statusDelays form { margin-left: 10px; }

.statusDelaysAutocomplete.ui-autocomplete { width: 218px; }
.delayData > p,
.weatherData > p { margin-top: .214em; }

.delayTypes {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
.delayTypes > li {
	border-top: 1px solid #e2e4e4;
	overflow: hidden;
	padding: 8px 10px;
}
.delayTypes > li:last-child { border-bottom: 1px solid #e2e4e4; }

.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;
	min-width: 27px;
	text-align: center;
}
.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;
	margin-top: 9px;
	overflow: hidden;
	padding: 0;
}
.delayDetails li {
	border-top: 1px solid #e2e4e4;
	overflow: hidden;
	padding: 8px 5px;
}
.delayDetails li:last-child { border-bottom: 1px solid #e2e4e4; }

.delayDetails li > img,
.delayDetails li > a {
	display: inline-block;
	vertical-align: top;
}
.delayDetails li > a { width: 151px; }


.airportStatus { margin-top: 1.5em; }

.airportInfo {
	color: #fff;
	-webkit-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; }

.statusDelays .viewAll {
	background: url("/templates/4/assets/img/chalkwork/clock_16x16.png") 0 50% no-repeat;
	display: block;
	margin: 0 10px;
	padding: .5em 0 .5em 20px;
}


/* 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;
}


/* 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, color 0s;
}
.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, color 0s;
}

.button.left { float: left; }
.button.right { float: right; }


/* NextGen */

.nextgenSection { padding: 1em; }

.nextgenSection .topLinks {
	align-items: center;
	display: flex;
	justify-content: space-around;
}
.nextgenSection .topLinks div { flex: 0 1 auto; }

.nextgenSection h2 { margin: 0; }

.collage {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1.5em;
}

.collage a {
	background: #333 50% 50% no-repeat;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	height: 230px;
	max-width: 100%;
	padding-left: 1.5em;
	padding-right: 1em;
	text-decoration: none;
	transition: .2s linear;
	width: 335px;
}
.collage a:nth-child(n+3) { margin-top: 20px; }

.collage a:hover,
.collage a:focus { filter: saturate(150%); }

.collage .dataComm { background-image: url("/assets/img/nextgen/collage-dataComm.jpg"); }
.collage .ads-b {
	background-color: #f8f8f8;
	background-image: url("/assets/img/nextgen/collage-ads-b.jpg");
	color: #0a245f;
}
.collage .passenger { background-image: url("/assets/img/nextgen/collage-passenger.jpg"); }
.collage .dataComm2 { background-image: url("/assets/img/nextgen/collage-dataComm2.jpg"); }

.collage h3 {
	font-size: 2em;
	letter-spacing: -.5px;
	line-height: 1;
}
.collage .ads-b h3 { width: 3em; }
.collage .passenger h3 { margin-top: 25px; }
.collage .dataComm2 h3 { margin-top: 75px; }

.collage ul,
.collage p {
	font-size: 1.1em;
}
.collage ul {
	list-style: none;
	padding-left: 0;
	padding-top: 1em;
}
.collage .checkmark {
	font-weight: 700;
	color: #3cb6ff;
}
.collage .number {
	color: #3cb6ff;
	display: block;
	font-size: 2.7em;
	font-weight: 700;
	line-height: 1;
}

.collage .nowrap { white-space: nowrap; }

/* Twitter */
.feed.twitter > ul { max-height: 387px; }


/* featured topics */

.featuredTopics {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 0;
}
.featuredTopics li { list-style: none; }

.featuredTopics a {
	background: #fff 50% 50% no-repeat;
	border-radius: 4px;
	display: block;
	font-weight: 700;
	height: 142px;
	line-height: normal;
	position: relative;
	text-decoration: none;
	width: 230px;
}

.featuredTopics span {
	display: block;
	padding: 1em;
	text-align: center;
}


/* .adsb not in use */
.featuredTopics .adsb {
	background-image: url("../img/featuredTopics/FAAGOV-2073-adsb-blank.png");
	color: #00002f;
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
}

.adsb > span {
	box-sizing: border-box;
	position: absolute;
}
.adsb .equip {
	font-size: 10px;
	top: 15px;
	width: 100%;
}
.adsb .calendar {
	color: #0c84cb;
	font-size: 14px;
	left: 13px;
	padding: 0;
	top: 60px;
	width: 92px;
}

.adsb .calendar b {
	color: #fff;
	display: block;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1;
}
.adsb .calendar b:first-letter { letter-spacing: -9px; }

.adsb .months {
	padding: 0;
	transform: scaleY(1.4);
	transform-origin: top left;
}

.adsb .deadline {
	color: #171e4d;
	font-size: 20px;
	left: 115px;
	letter-spacing: -1px;
	line-height: 1;
	padding: 0;
	text-align: left;
	top: 46px;
	transform: scaleY(1.4);
	transform-origin: top left;
	width: 115px;
}

/* safeCargo not in use */
.featuredTopics .safeCargo {
	background-color: #1f2c60;
	background-image: url("../img/featuredTopics/FAAGOV-1414-safecargo.png");
}
.safeCargo span {
	padding-left: 16px;
	text-align: left;
}

.safeCargo span:nth-child(1) {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	padding-bottom: 0;
}
.safeCargo span:nth-child(2) {
	color: #7cc7e4;
	font-size: 13px;
	padding-right: 120px;
	padding-top: 0;
}
.safeCargo span:nth-child(3) {
	bottom: 28px;
	color: #f8e30b;
	font-size: 14px;
	left: 16px;
	padding: 0;
	position: absolute;
}

.featuredTopics .illegalCharters {
	background-image: url("../img/featuredTopics/FAAGOV-2264-illegalCharters.jpg");
	color: #fff;
}

.illegalCharters span {
	bottom: 0;
	position: absolute;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.featuredTopics .adsbRebate {
	background-image: url("../img/featuredTopics/FAAGOV-2510-adsb-rebate.jpg");
	color: #fff;
}
.adsbRebate > span {
	box-sizing: border-box;
	position: absolute;
}
.adsbRebate .equip {
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
	font-size: 10px;
	top: 18px;
	width: 100%;
}

.adsbRebate .plane {
	padding-left: .75em;
	text-align: left;
	text-shadow: 0 0 1px #595959;
	top: 46px;
	width: 50%;
}

.featuredTopics .dronezone {
	background: #193562 url('../img/drone-icon-white.png') 50% 20px no-repeat;
	background-size: 75px;
	color: #fff;
	font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
	font-stretch: expanded;
	font-weight: 700;
}
.dronezone span {
	font-size: 29px;
	padding: 80px 0 0;
}

.dronezone abbr { color: #3cc3f7; }
.dronezone abbr::after {
	border-right: 2px solid #134A86;
	content: ' ';
	font-size: 18px;
	margin-right: 4px;
	overflow: hidden;
	padding-left: 2px;
	vertical-align: 3px;
}

.featuredTopics .packSafe {
	background-color: #18204e;
	background-image: url("../img/featuredTopics/FAAGOV-1590-pack-safe.png");
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.featuredTopics .packSafe span {
	font-size: .8rem;
	padding: 15px;
	text-align: left;
	width: 50%;
}
.featuredTopics .packSafe b {
	display: block;
	font-size: 1.1875rem;
}


@media (max-width: 1000px) {
	.content > .twoColumn > div:nth-child(n) {
		float: none;
		margin: 0 auto;
	}

	.statusDelays { min-height: initial; }
}

@media (max-width: 960px) {
	.featuredTopics { max-width: 470px; }
	.featuredTopics li { margin-bottom: 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 {
		display: block;
		float: none;
		margin: 0 auto;
	}

	.box.news li > div {
		padding: 0 0 16px;
		width: 424px;
	}

	.bx-controls {
		border-top: 0;
		margin: 0 auto;
		position: static;
		width: auto;
	}
	.bx-controls-direction { display: none; }

	.collage {
		align-items: center;
		flex-direction: column;
	}
	.collage a:nth-child(n+2) { margin-top: 20px; }
}

@media (max-width: 664px) {
	.ui-tabs .ui-tabs-panel { min-height: 208px; }

	.button.right {
		float: none;
		margin-top: 1.5em;
	}
}

@media (max-width: 570px) {
	.nextgenSection .topLinks,
	.collage {
		align-items: flex-start;
		flex-direction: column;
	}

	.nextgenSection .topLinks > div:nth-child(2) ul { margin-bottom: 0; }
	.nextgenSection .topLinks > div:nth-child(3) ul { margin-top: 0; }
}

@media (max-width: 474px) {
	.featuredTopics { flex-direction: column; }
}

@media (max-width: 440px) {
	.box.news li > div,
	.box.news li > a { width: 299px; }

	.box.news li > a { height: 185px; }

	.box .twoColumn > div:first-child ul { margin-bottom: 0; }
	.box .twoColumn > div + div ul { margin-top: 0; }

	.ui-tabs .ui-tabs-nav .ui-tabs-anchor { padding-left: 3px; }
}

@media (max-width: 375px) {
	.collage a { padding-left: .5em; }
}
