
/* template structure */

html {
	overflow-y: scroll;
	    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	background: #fff;
	color: #333;
	font: .875em/1.5 FreeSans, sans-serif;
	margin: 0;
}

.templateContainer {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 1%;
}

.header {
	background: #003e7e;
	margin-bottom: 1.5em;
}

.siteLogo {
	color: #fff;
	float: left;
	font-size: 1.286em;
	font-weight: 700;
	height: 84px; /* prevents a reflow */
	line-height: 1.125;
	padding: 1em 0;
	text-decoration: none;
	transition: .2s linear;
}
.siteLogo:hover,
.siteLogo:focus {
	background: rgba(51, 51, 51, .2);
	color: #fff;
}
.siteLogo .left { margin: 0 10px 0 0; }
.siteLogo span {
	display: inline-block;
	margin-top: 21px;
	width: 8.5em;
}

.topNav,
.forYou ul,
.hNav ul,
.vNav,
.vNav ul,
.pageTools,
.footer ul {
	list-style: none;
	padding: 0;
}

.topNav { float: right; }
.topNav > li {
	float: left;
	margin-left: 2em;
	transition: .2s linear;
}
.topNav > li:first-child {
	font-weight: 700;
	margin-left: 0;
}
.topNav > li > a {
	border-radius: 4px;
	line-height: 2;
	padding: 0 .5em;
	transition: background .2s linear;
}

.topNav .here { background: #111; }
.topNav a,
.topNav a:hover,
.topNav a:focus {
	color: #fff;
	display: block;
	text-decoration: none;
}
.topNav a:hover,
.topNav a:focus { background: #001f3f; }

.forYou { position: relative; }

.forYou > a {
	background: #937206;
	font-weight: 700;
}
.forYou:hover > a,
.forYou > a:focus,
.forYou .descendantFocus {
	background: #886a05;
	border-radius: 4px 4px 0 0;
}
.forYou ul {
	background: rgba(255, 255, 255, .98);
	border: 3px solid #886a05;
	border-radius: 4px 0 4px 4px;
	display: none;
	margin: 0;
	padding: 10px;
	position: absolute;
	right: 0;
	z-index: 60; /* must be greater than bxSlider */
}

.forYou:hover ul,
.forYou a:focus + ul,
.forYou .descendantFocus + ul { display: block; }

.forYou ul a {
	border-bottom: 1px solid #ddd;
	border-radius: 3px;
	color: inherit;
	padding: 5px;
	transition: none;
}
.forYou ul a:hover,
.forYou ul a:focus {
	background: #886a05;
	color: #fff;
}
.forYou li { white-space: pre; }

.forYou .more a { border-bottom: 0; }

.header form {
	clear: right;
	float: right;
}

#q {
	position: relative;
	transition: .2s linear;
	width: 21.4286em; /* 300px */
}

.hNav {
	background: #0076c0;
	border-bottom: 1px solid #003e7e;
}

.hNav > ul {
	bottom: 4px;
	display: table;
	margin: 0 auto -5px;
	position: relative;
}
.hNav > ul > li {
	float: left;
	position: relative;
	transition: .2s linear;
}

.hNav > ul > li > a {
	color: #fff;
	display: block;
	font-size: 1.143em;
	font-weight: 700;
	line-height: 3.4375;
	padding: 0 13px;
	text-decoration: none;
}
.hNav > ul > li:not(.here) > a { transition: background .2s linear; }
.hNav > ul > li:hover > a,
.hNav > ul > li > a:focus,
.hNav > ul > li > .descendantFocus { background: #003e7e; }

.hNav > ul > .here > a,
.hNav > ul > .here:hover > a,
.hNav > ul > .here > a:focus,
.hNav > ul > .here > .descendantFocus {
	background: #fff;
	border-radius: 6px 6px 0 0;
	color: inherit;
}

.hNav div {
	background: rgba(255, 255, 255, .98);
	border: 1px solid #e2e4e4;
	border-top-color: transparent;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 0 4px 2px rgba(51, 51, 51, .1);
	display: none;
	left: 0;
	position: absolute;
	width: 440px;
	z-index: 110; /* must be greater than bxSlider and .ui-front */
}

.hNav li:first-child div,
.hNav li:last-child div { width: 220px; }
.hNav li:nth-child(6) div,
.hNav li:last-child div {
	left: auto;
	right: 0;
}
.hNav li:hover div,
.hNav a:focus + div,
.hNav .descendantFocus + div { display: block; }

.hNav div ul {
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	width: 220px;
}
.hNav .twoColumn ul { float: left; }

.hNav div li { border-top: 1px solid #ddd; }
.hNav div li:first-child { border-top: 0; }

.hNav div a {
	border-radius: 3px;
	color: inherit;
	display: block;
	padding: 5px;
	text-decoration: none;
	transition: none;
}
.hNav div a:hover,
.hNav div a:focus {
	background: #003e7e;
	color: #fff;
}


.vNav {
	float: left;
	margin: 0 20px 20px 0;
	width: 180px;
}

.vNav a {
	border-top: 1px solid #ededed;
	display: block;
	padding: .385em 0;
}

.vNav .here {
	background: #fff url("../img/arrow_right_gray_17x14.png") 100% 50% no-repeat;
	color: inherit;
	font-weight: 700;
	padding-right: 18px;
}

.vNav > li > a {
	border: 0;
	font-size: 1.286em;
	font-weight: 700;
	line-height: 1.1666;
	padding: 0 0 6px;
}
.vNav > li > .here { background-position: 100% 6px; }

.vNav > li > ul:first-child { margin-top: 30px; } /* when there's no top-level menu item */

.vNav ul {
	font-size: .929em;
	margin: 0;
}

.vNav ul ul {
	background: #f5f5f5;
	font-size: .923em;
}

.vNav ul ul > li > a {
	padding-left: 1em;
	padding-right: .25em;
}

.vNav ul ul ul {
	background: rgba(255, 255, 255, .5);
	font-size: .916em;
	margin-left: 1em;
}

.vNav ul ul ul ul {
	background: rgba(255, 255, 255, .5);
	font-size: .625rem;
}

.mainColumn {
	float: right;
	padding-bottom: 2.5em;
	position: relative;
	width: 760px;
}

.noLeftSidebar > .mainColumn,
.noSidebars    > .mainColumn {
	float: none;
	width: auto;
}

.breadcrumbs {
	font-size: .929em;
	margin: 0 0 10px;
	padding-left: 1px;
}


.hGroup {
	border-top: 1px solid #ededed;
	float: left;
	margin-bottom: 10px;
	padding-top: 10px;
}
.hGroup.tall { min-height: 53px; }

.templateContainer #content { /* if we show the template (default) */
	clear: both;
	float: left; /* always float to consistently prevent margin collapsing */
}

       .default #content,
       .default .hGroup,
.noRightSidebar .hGroup { width: 520px; }

.noLeftSidebar #content,
.noLeftSidebar .hGroup,
   .noSidebars .hGroup {
 	float: left;
 	width: 720px;
}
.noRightSidebar #content,
    .noSidebars #content { width: 100%; } /* prevents the shrink-wrap effect (a behavior of floats) in rare cases */

.pageTitle {
	letter-spacing: -1px;
	line-height: 1.0714;
	margin: .107em 0;
}
.pageSubtitle {
	color: #444;
	font-size: 1.714em;
	letter-spacing: -1px;
	line-height: 1.167;
	margin: .083em 0;
}

.rightSidebar {
	float: right;
	margin-left: 20px;
	min-height: 1px;
	overflow: hidden;
	width: 220px;
}

.pageTools {
	border: 1px solid #d9dcdf;
	box-shadow: 0 0 0 10px rgba(255, 255, 255, .8);
	box-sizing: border-box;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 220px;
}
.pageTools li {
	float: left;
	margin: 5px 1em;
}

.pageTools li > a {
	background: url("../img/pageToolsSprite.png") 0 -3px no-repeat;
	color: #333;
	display: block;
	min-height: 1.5em;
	min-width: 2.4em;
	padding: 0 0 0 26px;
}
.pageTools .print > a     { background-position: 0 -27px; }
.pageTools .rss > a       { background-position: 0 -52px; }
.pageTools .subscribe > a { background-position: 0 -77px; }

.pageTools .facebook {
	background: #3b55a0;
	background: linear-gradient(#4b68b9, #3b55a0);
}
.pageTools .facebook:hover {
	background: #4965b3;
	background: linear-gradient(#5979d2, #4965b3);
}
.pageTools .facebook > a {
	background-position: -1px -101px;
	color: #fff;
	padding: 2px 5px 2px 20px;
}

.pageTools .twitter {
	background: #dfdfdf;
	background: linear-gradient(#fefefe, #dfdfdf);
}
.pageTools .twitter:hover {
	background: #f7f7f7;
	background: linear-gradient(#f7f7f7, #d9d9d9);
}
.pageTools .twitter > a {
	background-position: 0 -126px;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 1px 5px 1px 22px;
}

.pageTools .google > a {
	background-position: 0 -152px;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	min-width: 20px;
	padding: 1px;
}
.pageTools .google > a:hover,
.pageTools .google > a:focus { border-color: #bfbfbf; }

.noJS .pageTools > .print { visibility: hidden; }

.pageTools .share + li {
	display: none;
	min-width: 157px;
}

.pageTools .share + li > ul {
	margin-top: 0;
	padding-left: 0;
}
.pageTools .share + li > ul > li {
	border-radius: 2px;
	display: inline-block;
	font-size: .7857em;
	font-weight: 700;
	margin-left: 1em;
	margin-right: 0;
	margin-top: 0;
}
.pageTools .share + li > ul > li:first-child { margin-left: 0; }

.pageTools .share + li > ul > li > a:hover,
.pageTools .share + li > ul > li > a:focus { text-decoration: none; }

.pod {
	background: #f8f8f8;
	border: 1px solid #d9dcdf;
	margin: 1.5em 0 .214em;
}

.pod > h2 {
	background: #003e7e;
	color: #fff;
	margin: 0;
	padding: .25em;
}
.pod.alt  > h2 { background: #0076c0; }
.pod.alt2 > h2 { background: #353535; }

.pod > h2 a { color: inherit; }

.pod > div { padding: 1px 5px; }

.rightSidebar .pod > ul {
	list-style: none;
	margin-top: .214em;
	padding: 5px;
}
.rightSidebar .pod li { padding: 3px 0; }


.footer { font-size: .929em; }
.footer ul { margin-top: .214em; }

.footer.row1 {
	background: #003e7e;
	border-bottom: 4px solid #00264d;
	border-top: 10px solid #937206;
	padding-bottom: 2.5em;
}
.footer.row1,
.footer.row1 a,
.footer.row1 h2 { color: #fff; }

.footer.row1 h2 { font-size: 1.461em; }

.footer.row1 > div > div > div,
.footer.row1 > div > div > div + div { width: 50%; }

.footer.row1 > div > div + div > div { width: 61%; }
.footer.row1 > div > div + div > div + div { width: 39%; }

.stayConnected {
	border-radius: 3px;
	overflow: hidden;
	width: 180px;
}
.stayConnected li { float: left; }
.stayConnected a {
	background: #1a3959 url("../img/socialMedia/socialSprite.png") no-repeat;
	display: block;
	height: 60px;
	transition: background .2s linear;
	width: 60px;
}
.stayConnected a:hover,
.stayConnected a:focus { background-color: #001f3f; }

.stayConnected .twitter   { background-position: 0 -60px; }
.stayConnected .youtube   { background-position: 0 -120px; }
.stayConnected .flickr    { background-position: 0 -240px; }
.stayConnected .linkedin  { background-position: 0 -360px; }
.stayConnected .instagram { background-position: 0 -420px; }

.visitFAAMobile {
	background: #0076c0;
	border-radius: 6px;
	display: block;
	margin: 1.5em 0 .214em;
	width: 180px;
}
.visitFAAMobile h2 {
	color: #fff;
	font-weight: 400;
	line-height: 60px;
	margin: 0;
	text-align: center;
}
.visitFAAMobile b { font-family: Arial Black, Arial Bold, Gadget, sans-serif; }

.footer.row2 {
	background: #f9f9f9;
	background: linear-gradient(#fff, #f3f3f3);
	border-bottom: 4px solid #ddd;
	padding: 1.5em 0 3em;
}
.footer.row2 img { margin-top: .625rem; }
.footer.row2 address {
	font-style: normal;
	margin-top: 3px;
}

.footer.row2 h2 { font-size: 1.385em; }
.footer.row2 h2:first-child { margin-top: 0; }

.footer.row2 > div > div { width: 52%; }
.footer.row2 > div > div + div { width: 48%; }

.footer.row2 > div > div > div { width: 63%; }
.footer.row2 > div > div > div + div { width: 37%; }

.footer.row2 > div > div + div > div { width: 39%; }
.footer.row2 > div > div + div > div + div { width: 61%; }

.footer.row2 > div > div > div { margin-top: 1.5em; }

.readersViewers li {
	display: inline-block;
	margin-left: .5em;
	vertical-align: bottom;
}
.readersViewers li:first-child { margin-left: 0; }
.readersViewers a {
	background: url("../img/readersViewersSprite.png") no-repeat;
	display: block;
	height: 20px;
	width: 20px;
}
.readersViewers .doc { background-position: -20px 0; }
.readersViewers .xls { background-position: -40px 0; }
.readersViewers .ppt { background-position: -60px 0; }
.readersViewers .zip { background-position: -80px 0; }


/* block normalization */

address, h2, h3, h4, h5, h6, hr, p, ul, ol, dl, dt, form, table { margin: 1.5em 0 .214em; }

blockquote {
	background: #f6f6f6;
	border-radius: 3px;
	margin: 1.5em;
	padding: 1em;
}
blockquote > p:first-child { margin-top: .214em; }

center { text-align: inherit; }

h2 {
	font-size: 1.429em;
	line-height: 1.2;
}
h3 {
	font-size: 1.143em;
	line-height: 1.3125;
}
h5 { font-size: .929em; }
h6 { font-size: .857em; }

hr {
	border: 1px solid #808080;
	border-width: 1px 0 0;
	box-sizing: content-box;
	clear: both;
	height: 0;
	overflow: visible;
}
.heavy { border-width: 2px 0; }


/* inline normalization */

a { background-color: transparent; }

a,
.ui-state-default,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
.ui-widget-content a {
	color: #2353ba;
	text-decoration: none;
	transition: color .2s linear;
}
.diagnosticLink { background: #2353ba; }

a:hover,
a:focus,
.ui-state-default.ui-state-hover,
.ui-state-default a:hover,
.ui-state-default a:focus,
.ui-state-default a:link:hover,
.ui-state-default a:link:focus,
.ui-state-default a:visited:hover,
.ui-state-default a:visited:focus,
.ui-widget-content a:hover,
.ui-widget-content a:focus { color: #003e7e; }
.diagnosticHover { background: #003e7e; }

a:hover,
a:active,
.ui-state-default.ui-state-hover {
	outline: 0;
	text-decoration: underline;
}

abbr[title],
acronym[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}
@supports (text-decoration-style: dotted) {
	abbr[title],
	acronym[title] {
		border-bottom: 0;
		text-decoration: underline dotted;
	}
}

a:hover abbr[title],
a:focus abbr[title],
a:hover acronym[title],
a:focus acronym[title] { border-bottom: 0; }

[align] {
	float: none;
	text-align: inherit;
}

[align],
[valign] { vertical-align: initial; }
td[valign] { vertical-align: top; }

b, .bold, strong { font-weight: 700; }

basefont, font {
	color: inherit;
	font: inherit;
}

big { font-size: inherit; }

del { color: #595959; }

dfn { font-style: italic; }

code, kbd, pre, samp {
	font-family: Consolas, Monaco, monospace, monospace; /* duplication is intentional */
	font-size: 1em;
	-moz-tab-size: 5;
	     tab-size: 5;
	white-space: pre-wrap;
}
code, samp {
	background: #eee;
	border-radius: 3px;
	box-decoration-break: clone;
	padding: 3px;
}
kbd {
	background: #333;
	border: .4em solid #222;
	border-left-color: #111;
	border-right-color: #111;
	border-radius: .3em;
	color: #eee;
	font: .857em Arial, sans-serif;
	padding: 0 .4em .4em .2em;
	position: relative;
	top: -.2em;
}

[hspace] {
	margin-left: 0;
	margin-right: 0;
}
[vspace] {
	margin-bottom: 0;
	margin-top: 0;
}

q { quotes: "\201C" "\201D" "\2018" "\2019"; }

::-moz-selection {
	background: #b3d4fc;
	color: #333;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	color: #333;
	text-shadow: none;
}

samp {
	background: #333;
	color: #01ff70;
}

small, .small { font-size: .857em; }

strike { text-decoration: inherit; }

sub, sup {
	font-size: .786em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub { bottom: -.25em; }
sup { top: -.5em; }

var { color: #85144b; }


/* lists */

ol, ul { padding-left: 2em; }

ol ol    { list-style: lower-alpha; }
ol ol ol { list-style: lower-roman; }

li ul, li ol { margin-top: .214em; }

.oversized > li { margin: 1.5em 0 .214em; }
.oversized.join > li:first-child { margin-top: .214em; }

.more {
	font-size: .929em;
	font-weight: 400;
	list-style: none;
	margin-top: .5em;
}
.more > a { font-weight: 700; }

dt { font-weight: 700; }
dt:first-child { margin-top: .214em; }
dd { margin-left: 2em; }


/* images and videos */

img { border: 0; }

img:not([usemap])[width][height],
img:not([usemap]):not([height]),
video[width][height],
video:not([height]) {
	height: auto;
	max-width: 100%;
}

img.border { border: 1px solid #333; }

img.left {
	float: left;
	margin: .25em 1em 1em 0;
}
img.right {
	float: right;
	margin: .25em 0 1em 1em;
}

/* imageFormat() */
.image { margin: 1.5em 0 .214em; }
.image > img {
	border: 1px solid #333;
	display: block;
}
.image.s2 > img { border: 0; }
.image.s2,
.image.s3 {
	background: #f3f6f6;
	border: 1px solid #333;
	padding: 2px;
}
.image > .caption {
	font-size: .929em;
	font-style: italic;
}

div.left {
	float: left;
	margin-bottom: 1em;
	margin-right: 1.5em;
}
div.center {
	margin-left: auto;
	margin-right: auto;
}
div.right {
	float: right;
	margin-bottom: 1em;
	margin-left: 1.5em;
}


/* forms (normalization) */

button,
input,
optgroup,
select,
textarea {
	color: #333; /* cannot use 'inherit' */
	font-family: inherit;
	font-size: 100%;
	line-height: 1.143;
	margin: 0;
}

button,
input { overflow: visible; }

button,
select { text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] { -webkit-appearance: button; }

         button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}
         button:-moz-focusring,
[type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring { outline: 1px dotted; }

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	min-height: 1.5em;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] {
	-webkit-appearance: none;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-ms-clear {
	height: 0;
	width: 0;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	max-width: 100%;
	padding: 0;
}

textarea {
	min-height: 4.5em;
	min-width: 9em;
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

/* placeholder text */
::-webkit-input-placeholder {
	color: #595959;
	font-style: italic;
}
         ::-moz-placeholder {
	color: #595959;
	font-style: italic;
	opacity: 1;
}
     :-ms-input-placeholder {
	color: #595959;
	font-style: italic;
}
              ::placeholder {
	color: #595959;
	font-style: italic;
	opacity: 1;
}
               .placeholder { /* class added to the DOM by JS placeholder fallback plugin */
	color: #595959;
	font-style: italic;
}


/* forms (template-specific) */

label { vertical-align: top; }

button,
input,
textarea { padding: 2px 3px; }
select { padding: 1px; }

button,
input,
select,
textarea {
	border: 1px solid #ababab;
	max-width: 100%;
	vertical-align: top;
}

:-moz-ui-invalid {
	box-shadow: none;
	outline: 2px solid #a00;
}

/* hover/focus */
   input:hover,
  select:hover,
textarea:hover { border-color: #808080; }
   input:focus,
  select:focus,
textarea:focus { border-color: #3c7fb1; }


/* buttons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #e1e1e1;
	background: linear-gradient(#f2f2f2, #ebebeb 50%, #ddd 50%, #cfcfcf); /* mimics Firefox on Windows 7; Compliance Sheriff throws a false positive */
	border: 1px solid #888;
	border-top-color: #bbb;
	border-left-color: #bbb;
	border-radius: 3px;
	font-weight: 700;
	padding: 2px .5em;
}
              button:hover,
              button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
 input[type="reset"]:hover,
 input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #c9e8f9;
	background: linear-gradient(#eaf6fd, #d9f0fc 50%, #bee6fd 50%, #a7d9f5); /* mimics Firefox on Windows 7; Compliance Sheriff throws a false positive */
	border: 1px solid #3c7fb1;
}
              button:active,
input[type="button"]:active,
 input[type="image"]:active,
 input[type="reset"]:active,
input[type="submit"]:active {
	bottom: -1px;
	position: relative;
	right: -1px;
}

input[type="image"] {
	border: 0;
	padding: 0;
}

button.secondary,
input.secondary { font-weight: 400; }

/* disabled */
  button:disabled,
   input:disabled:disabled, /* specificity */
  select:disabled,
textarea:disabled {
	background: #e6e6e6;
	border-color: #ababab;
	color: #595959;
}

/* read-only */
   input[readOnly],
  select[readOnly],
textarea[readOnly] {
	background: 0;
	border-color: transparent;
	text-overflow: ellipsis;
}

optgroup:not(:last-child) { padding-bottom: 4px; }
optgroup:before { color: #595959; }

optgroup option { padding-left: 1em; }

option:hover,
option:focus {
	background: #39f;
	color: #fff;
}


/* forms (layout class) */

.layout span.required {
	color: #a00;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 0;
	position: relative;
	top: 2px;
}

.layout .formRow {
	border: 1px solid transparent;
	clear: both;
	overflow: hidden;
	padding: 4px;
}
.layout          .formRow.noLabel { padding-left: 161px; }
.layout fieldset .formRow.noLabel { padding-left: 160px; }

.layout.striped .formRow:nth-child(odd) { background: #fff; }
.layout.striped .formRow:nth-child(even),
.layout:not(.striped) .formRow.altBg    { background: #f6f6f6; }

.layout fieldset {
	border: 1px solid transparent;
	border-radius: 3px;
	clear: both;
	margin: .5em 0;
	padding: 0;
}
.layout .formRow.border,
.layout fieldset.border { border-color: #c0c0c0; }

.layout legend {
	font-size: 1.071em;
	font-weight: 700;
	margin: 0 10px;
	max-width: calc(100% - 10px - 10px);
	padding: 0 10px;
}
.layout .legend {
	border-bottom: 1px solid #999;
	font-size: 1.071em;
	font-weight: 700;
	margin-top: 2px;
	padding: 5px 20px;
}
.layout legend ~ fieldset legend,
.layout .legend ~ fieldset .legend {
	font-size: 1em;
	font-weight: 400;
}

.layout label {
	display: inline-block;
	margin-right: 3px;
	padding-top: 1px;
	text-align: right;
	width: 150px;
}
.layout label.secondary {
	font-size: .929em;
	margin-left: 3px;
	padding-top: 2px;
	text-align: left;
	width: auto;
}

.layout .caption {
	font-size: .929em;
	font-style: italic;
	margin-left: 157px;
	margin-top: .214em;
}
.layout span.caption { display: block; }
.layout .optionGroup .caption,
.layout .noLabel .caption { margin-left: 0; }

/* width constraints */
                .layout label + input,
                .layout label + select,
                .layout label + textarea { max-width: 340px; }

 .noLeftSidebar .layout label + input,
 .noLeftSidebar .layout label + select,
 .noLeftSidebar .layout label + textarea { max-width: 540px; }

.noRightSidebar .layout label + input,
.noRightSidebar .layout label + select,
.noRightSidebar .layout label + textarea { max-width: 580px; }

    .noSidebars .layout label + input,
    .noSidebars .layout label + select,
    .noSidebars .layout label + textarea { max-width: 780px; }

/* option groups */
.layout .optionGroup {
	clear: both;
	padding: 4px 4px 4px 161px;
}
.layout fieldset .formRow { padding: 4px 3px; }
.layout fieldset .optionGroup { padding: 4px 3px 4px 160px; }

.layout .optionGroup legend {
	margin: 0 0 0 -151px;
	max-width: calc(100% + 151px);
}
.layout .optionGroup label {
	margin: 0 0 0 2px;
	padding-top: 0;
	text-align: left;
	width: 330px;
}
.layout fieldset .optionGroup label { width: 325px; }

 .noLeftSidebar .layout          .optionGroup label { width: 530px; }
 .noLeftSidebar .layout fieldset .optionGroup label { width: 525px; }
.noRightSidebar .layout          .optionGroup label { width: 570px; }
.noRightSidebar .layout fieldset .optionGroup label { width: 565px; }
    .noSidebars .layout          .optionGroup label { width: 770px; }
    .noSidebars .layout fieldset .optionGroup label { width: 765px; }

.layout .optionGroup span.label {
	display: inline-block;
	margin-left: -157px;
	margin-right: 3px;
	text-align: right;
	vertical-align: top;
	width: 150px;
}


/* tables */

table {
	border: 1px solid #aaa; /* border is displayed if cell borders are not displayed */
	border-collapse: collapse;
	border-spacing: 0;
}
table.strict {
	table-layout: fixed;
	width: 100%;
}

td, th {
	background: #fff;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

caption {
	font-weight: 700;
	text-align: left;
}
caption.header {
	background-color: #4d4d4d;
	border: 1px solid #808080;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}

thead > tr > th {
	background: #003e7e;
	border: 1px solid #808080;
	color: #fff;
}
thead > tr + tr > th { background: #0076c0; }
thead > tr + tr + tr th {
	background: #c8e0f8;
	color: inherit;
}

thead > tr > td a,
thead > tr > th a,
tfoot > tr > td a,
tfoot > tr > th a,
thead > tr > td a:hover,
thead > tr > td a:focus,
thead > tr > th a:hover,
thead > tr > th a:focus,
tfoot > tr > td a:hover,
tfoot > tr > td a:focus,
tfoot > tr > th a:hover,
tfoot > tr > th a:focus { color: #fff; }

tbody > tr > td,
tbody > tr > th { border: 1px solid #aaa; }
tbody > tr > th { font-weight: 700; }

:not(.striped) > tbody > .altBg > td,
:not(.striped) > tbody > .altBg > th,
:not(.striped) > tbody > .alt-bg > td,
:not(.striped) > tbody > .alt-bg > th,
.striped > tbody > tr:nth-child(even) > td,
.striped > tbody > tr:nth-child(even) > th { background: #e8e8e8; }

.hover > tbody > tr:hover > td,
.hover > tbody > tr:focus > td,
.hover > tbody > tr:hover > th,
.hover > tbody > tr:focus > th { background: #f8f0a0; }

tfoot > tr > td,
tfoot > tr > th {
	background: #003e7e;
	border: 1px solid #808080;
	color: #fff;
	font-size: .929em;
	font-weight: 700;
}
tfoot > tr:first-child > td,
tfoot > tr:first-child > th { border-top: 2px solid #0076c0; }

table.centered td,
table.centered th,
tr.centered > td,
tr.centered > th,
td.centered,
th.centered { text-align: center; }

table.left td,
table.left th,
tr.left > td,
tr.left > th,
td.left,
th.left { text-align: left; }

table.right td,
table.right th,
tr.right > td,
tr.right > th,
td.right,
th.right { text-align: right; }


/* helper classes */

.alert { color: #a00; }

.clear:before,
.clear:after {
	content: " ";
	display: table;
}
.clear:after { clear: both; }

[href^="/exit/"] {
	background: url("data:image/gif;base64,R0lGODlhCgAKALMKAP///yZWvStbwqnE/1OD6qzG/ypawWOT+lKC6WKS+f///wAAAAAAAAAAAAAAAAAAACH5BAEAAAoALAAAAAAKAAoAAAQvUEklqp3kgA3EpAgnBGQgFGKwCQMwEJ3KuoaRjEBxDKNCKKqcABCYBDlFSWk5iQAAOw==") 100% 50% no-repeat;
	padding-right: 13px;
}
.descendantImage { /* class added by JS */
	background: 0;
	padding-right: 0;
}

.diagnostic {
	list-style: none;
	overflow: hidden;
	padding-left: 0;
}
.diagnostic > li {
	border-radius: 3px;
	color: #fff;
	float: left;
	margin-right: 1px;
	padding: 3em;
}

.hide,
.hidden,
[hidden],
.columnSplit { display: none; }

.visuallyHidden { /* hide visually but remain available for screen readers */
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	transition: .2s linear;
	white-space: nowrap;
	width: 1px;
}

.header .visuallyHidden {
	background: #001f3f;
	color: #fff;
}
.header > .visuallyHidden:focus {
	clip: auto;
	height: auto;
	left: .5em;
	margin: 0;
	padding: 6px;
	top: .5em;
	white-space: inherit;
	width: auto;
}

p.center { text-align: center; }
p.right  { text-align: right; }

.noJS .maxMeasure { max-width: 520px; }

.modal.search {
	background: url("../img/chalkwork/search_16x16.png") 100% 50% no-repeat;
	padding-right: 20px;
}

/* pagination */
.pagination {
	list-style: none;
	overflow: hidden;
	padding-left: 0;
}
.pagination li {
	float: left;
	margin-left: .25em;
}
.pagination li:first-child { margin-left: 0; }

.pagination a {
	color: inherit;
	text-decoration: none;
	transition: background .2s linear;
}

.pagination a,
.pagination span {
	border: 1px solid transparent;
	display: block;
	padding: 2px 8px 1px;
}

.pagination a:hover,
.pagination a:focus {
	background: #585858;
	background: linear-gradient(#585858, #111);
	border-color: #111;
	color: #fff;
}

.pagination span {
	background: #eee;
	border-color: #cacaca;
}

.pagination .arrows span {
	background: 0;
	border-color: transparent;
}


.roundAll    { border-radius: 6px; }
.roundBottom { border-radius: 0 0 6px 6px; }
.roundLeft   { border-radius: 6px 0 0 6px; }
.roundRight  { border-radius: 0 6px 6px 0; }
.roundTop    { border-radius: 6px 6px 0 0; }

/* two column */
.twoColumn::after {
	clear: both;
	content: " ";
	display: table;
}
.twoColumn > div {
	box-sizing: border-box;
	float: left;
	width: 47.308%; /* ( ( 520 / 2 ) - ( 16 * .875 ) ) / 520 */
	width: calc(50% - 1em);
}
.twoColumn > div + div { float: right; }

/* three column */
.threeColumn::after {
	clear: both;
	content: " ";
	display: table;
}
.threeColumn > div {
	box-sizing: border-box;
	float: left;
	width: 30.641%; /* ( ( 520 / 3 ) - ( 16 * .875 ) ) / 520 */
	width: calc(33.333% - 1em);
}
.threeColumn > div:first-child + div { margin-left: 1.5em; }
.threeColumn > div + div + div { float: right; }


.uppercase,
.allCaps { text-transform: uppercase; }


/* intra-page anchors */
a.anchorUp,
a.anchor-up,
a.anchorDown,
a.anchor-down {
	background: 0 50% no-repeat;
	padding-left: 11px;
}
a.anchorUp,
a.anchor-up,
.anchor-up li,
.anchorUp li { background-image: url("data:image/gif;base64,R0lGODlhBwAIAIABAAA+fv///yH5BAEAAAEALAAAAAAHAAgAAAIMjGGJeBoMk3SzvlQAADs="); }

a.anchorDown,
a.anchor-down,
.anchor-down li,
.anchorDown li { background-image: url("data:image/gif;base64,R0lGODlhBwAIAIABAAA+fv///yH5BAEAAAEALAAAAAAHAAgAAAIMjGGpissHW5BIQlMAADs="); }

ul.anchorUp,
ul.anchor-up,
ul.anchorDown,
ul.anchor-down {
	list-style: none;
	padding-left: 0;
}
ul.anchorUp li,
ul.anchor-up li,
ul.anchorDown li,
ul.anchor-down li {
	background-position: 1em .5em;
	background-repeat: no-repeat;
	padding-left: 2em;
}

/* pre-content page messages */
.pageMessage {
	background: #f6f6f6 25px 15px no-repeat;
	border: 3px solid #fff;
	border-radius: 3px;
	margin: 10px 0;
	padding: 1em 5.5em;
	position: relative;
}
.pageMessage h2 {
	font-family: Rockwell, Arvo, serif;
	margin: 0;
}
.pageMessage.debugging { background-image: url("../img/chalkwork/tools_32x32.png"); }
.pageMessage.cms {
	background-color: #f5f2ed;
	background-image: url("../img/chalkwork/control_panel_32x32.png");
}
.pageMessage.cms .addNews {
	background: url("../img/chalkwork/document_add_custom_13x16.png") 0 50% no-repeat;
	padding-left: 17px;
}
.pageMessage.cms .addMedia {
	background: url("../img/chalkwork/movie_add_custom_16x16.png") 0 50% no-repeat;
	padding-left: 20px;
}
.pageMessage.switchTemplate {
	background-color: #fff;
	background-image: url("../img/chalkwork/template_32x32.png");
}

/* in-content message boxes */
.message-box {
	background: #f9f9f9 .615em 1.385em no-repeat;
	border-color: #e8e8e8 #ddd #ddd #e8e8e8;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-radius: 3px;
	box-shadow: 0 0 2em rgba(51, 51, 51, .1) inset;
	box-sizing: border-box;
	font-size: .929em;
	margin: 1.5em 0 .214em;
	min-height: 3em;
	padding: 1px 1em 1em 3em;
	position: relative;
}
.message-box.failure {
	background-color: #ffecee;
	background-image: url("../img/chalkwork/stop_24x24.png");
}
.message-box.info {
	background-color: #f1f8ff;
	background-image: url("../img/chalkwork/info_24x24.png");
}
.message-box.loading {
	background-color: #f6f6f6;
	background-image: url("../img/loadingCircle.gif");
}
.message-box.success {
	background-color: #e9f9e8;
	background-image: url("../img/chalkwork/confirm_24x24.png");
}
.message-box.warning {
	background-color: #ffefc5;
	background-image: url("../img/chalkwork/warning_24x24.png");
}

.pageMessage > .close,
.message-box > .close {
	border-radius: 0 0 0 3px;
	color: inherit;
	display: block;
	font-size: 1.538em;
	line-height: 1.2;
	opacity: .33;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	transition: .2s linear;
	width: 1em;
}
.pageMessage:hover > .close,
.message-box:hover > .close {
	background: rgba(200, 200, 200, .33);
	opacity: .66;
}

.pageMessage > .close:hover,
.pageMessage > .close:focus,
.message-box > .close:hover,
.message-box > .close:focus {
	background: rgba(200, 200, 200, .66);
	opacity: 1;
}

.join {
	margin-bottom: .214em;
	margin-top: .214em;
}

/* social feeds */
.feed {
	border: 1px solid #d9dcdf;
	margin: 1.5em 0 .214em;
}
.feed > h2 {
	background: #e4e5e6;
	margin: 0;
	padding: 4px 8px;
}

.feed > h2 > a { color: inherit; }

.feed > ul {
	border: 1px solid #e9eaeb;
	border-width: 1px 0;
	list-style: none;
	margin: 0;
	max-height: 347px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-left: 0;
}
.feed > ul > li {
	border-top: 1px solid #ddd;
	padding: 10px 5px;
}
.feed > ul > li:first-child { border: 0; }
.feed > ul > li:hover { box-shadow: 0 0 1em #f6f6f6 inset; }
.feed > ul > li:nth-child(even) {
	background: #f6f6f6;
	border-radius: 3px 0 0 3px;
}
.feed > ul > li:nth-child(even):hover { box-shadow: 0 0 1em #eee inset; }
.feed > ul > li > p { margin-top: 2px; }

.feed > ul small > a { background: url("../img/socialMedia/socialSprite.png") no-repeat; }

.feed.facebook > ul .linkDescription {
	border-left: 2px solid #ccc;
	clear: both;
	color: #595959;
	padding-left: 5px;
}
.feed.facebook small > a {
	background-position: 0 -300px;
	padding-left: 18px;
}

.feed.twitter > h2 { background: #0076c0; }
.feed.twitter > h2 > a { color: #fff; }

.feed.twitter > h3 {
	background: #f5f5f5;
	color: inherit;
	margin: 0;
	padding: 6px 5px 5px;
}

.feed.twitter > h2 img,
.feed.twitter > h3 img { vertical-align: bottom; }
.feed.twitter small > a {
	background-position: 0 -320px;
	padding-left: 20px;
}

.feed.youtube small > a {
	background-position: 0 -340px;
	padding-left: 40px;
}

/* documentViewer() fallback */
         a[href]:last-child::after { font-size: .857em; }
 a[href$=".doc"]:last-child::after,
a[href$=".docm"]:last-child::after,
a[href$=".docx"]:last-child::after,
 a[href$=".dot"]:last-child::after,
 a[href$=".rtf"]:last-child::after { content: " (MS Word)"; }
 a[href$=".mp3"]:last-child::after { content: " (MP3)"; }
 a[href$=".pdf"]:last-child::after { content: " (PDF)"; }
 a[href$=".pps"]:last-child::after,
a[href$=".ppsx"]:last-child::after,
 a[href$=".ppt"]:last-child::after,
a[href$=".pptx"]:last-child::after { content: " (MS PowerPoint)"; }
 a[href$=".wav"]:last-child::after { content: " (WAV)"; }
 a[href$=".wmv"]:last-child::after { content: " (WMV)"; }
 a[href$=".xls"]:last-child::after,
a[href$=".xlsx"]:last-child::after { content: " (MS Excel)"; }
 a[href$=".zip"]:last-child::after { content: " (ZIP)"; }

 a[href$=".swf"]:last-child::after { content: " (SWF)"; }
 a[href$=".wma"]:last-child::after { content: " (WMA)"; }
a[href$=".epub"]:last-child::after { content: " (EPUB)"; }
a[href$=".mobi"]:last-child::after { content: " (MOBI)"; }

/* desaturate template when dialog is displayed */
.header,
.header + .templateContainer,
.footer {
	transition: -webkit-filter .2s linear;
	transition:         filter .2s linear;
}
.header.desaturate,
.templateContainer.desaturate,
.footer.desaturate {
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}


/* document library */

#wfq {
	box-sizing: border-box;
	max-width: none;
	width: 100%;
}

#nNumberWidget,
#searchAdvisoryCirculars,
#searchForms,
#searchOrdersNotices {
	background: #c8e0f8;
	padding: .5em;
}

#searchOrdersNotices label { width: auto; }
#searchOrdersNotices select { margin-right: 1em; }


/* jQuery UI customizations */

.ui-widget-overlay {
	background: currentColor;
	opacity: .75;
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: inherit;
	font-size: inherit;
}

.ui-widget-content {
	background: #fff;
	border: 5px solid #e6e6e6;
	color: inherit;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background-image: none;
	border: 5px solid #e6e6e6;
	transition: .2s linear;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #e6e6e6;
	color: inherit;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #fff;
	color: inherit;
}

.ui-state-active.ui-state-hover,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:link:hover,
.ui-state-active a:link:focus,
.ui-state-active a:visited,
.ui-state-active a:visited:hover,
.ui-state-active a:visited:focus {
	color: inherit;
	text-decoration: none;
}

/* accordion */
.ui-accordion { margin: 1.5em 0 .214em; }
.ui-accordion .ui-accordion-header { font-weight: 700; }
.ui-accordion .ui-state-active { border-bottom-width: 3px; }
.ui-accordion .ui-accordion-content { padding: 1px 1em; }

/* autocomplete */
.ui-autocomplete-loading {
	background-image: url("../img/loadingCircle.gif");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.ui-autocomplete {
	border: 1px solid #003e7e;
	max-height: 368px;
	max-width: 370px;
	overflow-y: auto;
	padding: 3px;
}

.ui-autocomplete .ui-menu-item {
	background: 0;
	border-radius: 3px;
	padding-right: .4em;
}

.ui-autocomplete a { transition: none; }

/* datepicker */
.ui-datepicker { padding: 1em; }
.ui-datepicker table { margin: 0; }

/* dialog */
.ui-dialog {
	box-shadow: 0 0 100px rgba(255, 255, 255, .66);
	box-sizing: border-box;
	max-width: 99%;
	max-width: calc(100% - .5em);
	padding: 0;
}

.ui-dialog .ui-dialog-titlebar {
	background: #055497;
	border: 0;
	border-radius: 0;
	color: #fff;
	overflow: hidden;
	padding: 0;
}
.ui-dialog .ui-dialog-title {
	font-size: 1.143em;
	padding: 4px 8px;
	width: calc(100% - 44px);
}
.ui-dialog .ui-dialog-titlebar-close {
	background: #111;
	border: 0;
	border-radius: 0 3px 0 0;
	bottom: 0;
	color: #fff;
	height: auto;
	margin: 0;
	padding: 3px 6px;
	right: 0;
	top: 0;
	transition: .2s linear;
	width: auto;
}

.ui-dialog .ui-button-text {
	font-weight: 700;
	line-height: 1.0714;
	padding: 0;
	text-indent: 0;
}
.ui-dialog.faaModal .ui-button-text { font-size: 2em; }

.ui-dialog .ui-icon { background: 0; }

.ui-dialog .ui-dialog-content {
	background: #fff;
	border-radius: 0 0 3px 3px;
	padding: 1px 1em;
}
.ui-dialog .ui-dialog-content:empty { background: #fff url("../img/loadingBar.gif") 50% 50% no-repeat; }

/* menu (used by autocomplete) */
.ui-menu .ui-menu-item.ui-state-focus {
	background: #001f3f;
	border: 0;
	margin: 0;
}
.ui-menu .ui-menu-item.ui-state-focus a { color: #fff; }

/* tabs */
.ui-tabs {
	background: 0;
	border: 0;
	padding: 0;
}

.ui-tabs .ui-tabs-nav {
	background: 0;
	border: 0;
	color: inherit;
	padding: .214em 0 0 .5em;
}
.ui-tabs .ui-tabs-nav li {
	font-weight: 700;
	margin-top: 0;
	top: 5px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor { padding: .214em .429em; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: 0;
	padding-bottom: 0;
}

.ui-tabs .ui-tabs-nav .ui-state-hover:not(.ui-state-active) a { text-decoration: underline; }

.ui-tabs .ui-tabs-panel {
	border: 5px solid #e6e6e6;
	border-radius: 6px;
	padding: 1px 1em;
}


.ui-tabs.vertical { overflow: hidden; }
.ui-tabs.vertical .ui-tabs-nav {
	box-sizing: border-box;
	float: left;
	padding: .5em 0 0;
	width: 27%;
}
.ui-tabs.vertical .ui-tabs-nav li {
	border-bottom-width: 5px;
	border-right-width: 0;
	border-radius: 4px 0 0 4px;
	float: none;
	margin: 0 -5px .2em 0;
	top: 0;
	white-space: normal;
}
.ui-tabs.vertical .ui-tabs-nav .ui-tabs-anchor {
	display: block;
	float: none;
	padding: .429em;
}

.ui-tabs.vertical .ui-tabs-panel {
	box-sizing: border-box;
	float: right;
	width: 73%;
}


/* hide items */
@media screen {
	.forPrint {
		display: none;
		visibility: hidden;
	}
}


/* responsive design */

@media (max-width: 990px) {
	.header { margin-bottom: 1em; }
	.hNav > ul > li > a { font-size: .875rem; }
}

@media (max-width: 979px) {
	.mainColumn {
		float: none;
		margin: 0 auto;
	}

	.vNav {
		float: none;
		margin: 0 auto;
		width: 220px;
	}

	.vNav .here {
		background-image: none;
		padding-right: 0;
	}

	.noLeftSidebar > .mainColumn { width: 720px; }

	.noLeftSidebar .pageTools,
	   .noSidebars .pageTools {
		border: 0;
		clear: both;
		float: none;
		margin-left: 0;
		position: static;
		width: auto;
	}
	.noLeftSidebar .pageTools > li:first-child,
	   .noSidebars .pageTools > li:first-child { margin-left: 0; }

	.noLeftSidebar .rightSidebar {
		clear: both;
		float: none;
		margin: 0 auto;
	}

	.noRightSidebar #content {
		float: none;
		margin: 0 auto;
	}

	.noSidebars .hGroup {
		float: none;
		width: auto;
	}

	.noSidebars .layout .formRow,
	.noSidebars .layout .formRow.noLabel,
	.noSidebars .layout fieldset { padding: 8px 4px; }

	.noSidebars .layout label,
	.noSidebars .layout .optionGroup span.label {
		box-sizing: border-box;
		display: block;
		margin-left: 0;
		padding-top: 0;
		text-align: left;
		width: auto;
	}
	.noSidebars .layout .caption { margin-left: 0; }

	.noSidebars .layout .optionGroup legend { margin: 0; }

	.noSidebars .layout          .optionGroup label,
	.noSidebars .layout fieldset .optionGroup label {
		display: inline-block;
		padding-right: 1em;
		width: calc(100% - 1.5em);
	}

	.noSidebars .layout label + input,
	.noSidebars .layout label + select,
	.noSidebars .layout label + textarea { max-width: 286px; }
}

@media (max-width: 963px) {
	.footer > .twoColumn { max-width: 630px; }
	.footer > .twoColumn > .twoColumn > div {
		float: none;
		width: auto;
	}
}

@media (max-width: 920px) {
	.hNav > ul > li > a { padding: 0 6px; }
}

@media (max-width: 870px) {
	.topNav > li { margin-left: .75rem; }
}

@media (max-width: 840px) {
	.hNav > ul {
		bottom: 2px;
		margin-bottom: -3px;
	}
	.hNav > ul > li:nth-child(1),
	.hNav > ul > li:nth-child(2),
	.hNav > ul > li:nth-child(3) { width: 24%; }
	.hNav > ul > li:nth-child(4),
	.hNav > ul > li:nth-child(7) { width: 28%; }
	.hNav > ul > li:nth-child(5),
	.hNav > ul > li:nth-child(6) { width: 36%; }

	.hNav > ul > li > a {
		line-height: 1.642;
		padding: 0;
		text-align: center;
	}

	.hNav li:hover div,
	.hNav a:focus + div { display: none; }
}

@media (max-width: 790px) {
	.topNav { margin-top: .5em; }
	.topNav > li:nth-child(4) {
		clear: left;
		margin-left: 0;
	}

	.header form { margin: .857em 0; }
	#q { width: 16em; }

	.noRightSidebar #content { width: auto; }
}

@media (max-width: 774px) {
	.default .mainColumn { width: 520px; }
	.noRightSidebar .mainColumn { width: auto; }

	.noRightSidebar .layout .formRow,
	.noRightSidebar .layout .formRow.noLabel,
	.noRightSidebar .layout fieldset { padding: 8px 4px; }

	.noRightSidebar .layout label,
	.noRightSidebar .layout .optionGroup span.label {
		box-sizing: border-box;
		display: block;
		margin-left: 0;
		padding-top: 0;
		text-align: left;
		width: auto;
	}
	.noRightSidebar .layout .caption { margin-left: 0; }

	.noRightSidebar .layout .optionGroup legend { margin: 0; }

	.noRightSidebar .layout          .optionGroup label,
	.noRightSidebar .layout fieldset .optionGroup label {
		display: inline-block;
		padding-right: 1em;
		width: calc(100% - 1.5em);
	}

	.noRightSidebar .layout label + input,
	.noRightSidebar .layout label + select,
	.noRightSidebar .layout label + textarea { max-width: 286px; }

	.default .rightSidebar {
		clear: both;
		float: none;
		margin: 0 auto;
	}

	.noRightSidebar .hGroup {
		float: none;
		width: auto;
	}
	.hGroup { padding-top: 0; }
	.hGroup.tall { min-height: 0; }

	.pageTools {
		border: 0;
		clear: both;
		float: none;
		margin-left: 0;
		position: static;
		width: auto;
	}
	.pageTools > li:first-child { margin-left: 0; }

	.pageTools > li[style*='list-item'] + .rss {
		clear: left;
		margin-left: 0;
	}
}

@media (max-width: 734px) {
	.noLeftSidebar .mainColumn,
	.noLeftSidebar .hGroup,
	.noLeftSidebar #content {
		float: none;
		width: auto;
	}

	.noLeftSidebar .layout .formRow,
	.noLeftSidebar .layout .formRow.noLabel,
	.noLeftSidebar .layout fieldset { padding: 8px 4px; }

	.noLeftSidebar .layout label,
	.noLeftSidebar .layout .optionGroup span.label {
		box-sizing: border-box;
		display: block;
		margin-left: 0;
		padding-top: 0;
		text-align: left;
		width: auto;
	}
	.noLeftSidebar .layout .caption { margin-left: 0; }

	.noLeftSidebar .layout .optionGroup legend { margin: 0; }

	.noLeftSidebar .layout          .optionGroup label,
	.noLeftSidebar .layout fieldset .optionGroup label {
		display: inline-block;
		padding-right: 1em;
		width: calc(100% - 1.5em);
	}

	.noLeftSidebar .layout label + input,
	.noLeftSidebar .layout label + select,
	.noLeftSidebar .layout label + textarea { max-width: 286px; }
}

@media (max-width: 610px) {
	.pageMessage.pageMessage {
		background-image: none;
		padding: 1em;
	}

	.pageTools .share + :not(.hidden) + li {
		clear: left;
		margin-left: 0;
	}

	.footer.row2 > div > div,
	.footer.row2 > div > div + div {
		float: none;
		width: auto;
	}

	.footer.row2 > .twoColumn {
		margin: 0 auto;
		max-width: 320px;
	}
}

@media (max-width: 560px) {
	.header,
	.hGroup { margin-bottom: .5em; }

	.siteLogo {
		border-radius: 3px;
		display: table;
		float: none;
		height: 42px;
		margin: 0 auto .5em;
		overflow: hidden;
		padding: .5em 0;
	}
	.siteLogo .left { width: 42px; }
	.siteLogo span { margin: 0; }

	.topNav {
		float: none;
		font-size: .929em;
		margin: .5em auto 1em;
		text-align: center;
	}
	.forYou ul { text-align: left; }

	.topNav > li,
	.topNav > li:nth-child(4) {
		display: inline-block;
		float: none;
		margin: 0;
	}
	.topNav > li > a { padding: 0 14px; }

	.header form {
		float: none;
		margin: .5em auto 1em;
		text-align: center;
	}

	#q {
		box-sizing: border-box;
		max-width: calc(100% - 5.5em - 4px);
	}
}

@media (max-width: 540px) {
	.topNav { max-width: 310px; }
}

@media (max-width: 530px) {
	.default .mainColumn,
	.default .hGroup,
	.noRightSidebar .hGroup,
	.default #content { width: 100%; }

	.default .layout .formRow,
	.default .layout .formRow.noLabel,
	.default .layout fieldset { padding: 8px 4px; }

	.default .layout label,
	.default .layout .optionGroup span.label {
		box-sizing: border-box;
		display: block;
		margin: 0;
		padding-top: 0;
		text-align: left;
		width: auto;
	}
	.default .layout .caption { margin-left: 0; }

	.default .layout .optionGroup legend { margin: 0; }

	.default .layout          .optionGroup label,
	.default .layout fieldset .optionGroup label {
		display: inline-block;
		padding-right: 1em;
		width: calc(100% - 1.5em);
	}

	.default .layout label + input,
	.default .layout label + select,
	.default .layout label + textarea { max-width: 286px; }

	.content img.left:not(.keepFloated),
	.content img.right:not(.keepFloated),
	.image.left:not(.keepFloated),
	.image.right:not(.keepFloated) {
		box-sizing: border-box;
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 515px) {
	button,
	input,
	optgroup,
	select,
	textarea { font-size: 1rem; }

	code, samp { padding: 2px; }

	.hNav > ul > li > a { font-weight: 400; }

	.threeColumn > div,
	.threeColumn > div:first-child + div,
	.threeColumn > div + div + div {
		float: none;
		margin-left: 0;
		width: auto;
	}
}

@media (max-width: 440px) {
	.hNav > ul { max-width: 330px; }
	.hNav > ul > li:nth-child(n) { width: auto; }
	.hNav > ul > li > a {
		padding: 0 14px;
		text-align: left;
	}

	@supports (display: flex) {
		.hNav > ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-around;
		}
	}

	.twoColumn > div,
	.twoColumn > div + div {
		float: none;
		width: auto;
	}

	.footer.row1 > .twoColumn {
		margin: 0 auto;
		max-width: 320px;
	}

	.footer.row1 > div > div,
	.footer.row1 > div > div + div { width: auto; }

	.ui-autocomplete { display: none !important; }
}

@media (max-width: 375px) {
	.siteLogo {
		height: 22px;
		margin-bottom: 0;
		padding-bottom: 3px;
	}
	.siteLogo .left { width: 22px; }
	.siteLogo span {
		display: inline;
		width: auto;
	}
}
@media (max-width: 360px) {
	.pageTools li { margin: 4px .5em; }
}


/* print */

@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a { text-decoration: underline; }

	a[href]:after {
		content: " (" attr(href) ") ";
		white-space: normal;
		word-wrap: break-word;
	}
	a[href^="/"]:after { content: " (www.faa.gov" attr(href) ") "; }
	a[href^="/contact_faa/"]:after,
	a[href^="javascript:"]:after,
	a[href^="/exit/"]:after,
	a[href^="#"]:after,
	a[href^="."]:after,
	a.siteLogo:after { content: ""; }

	abbr[title]:after,
	acronym[title]:after {
		content: " (" attr(title) ")";
		font-size: .857em;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 { page-break-after: avoid; }

	/* hide items */
	.skipLinks, .topNav, .header form, .hNav, .vNav, .breadcrumbs, .pageTools, .rightSidebar, .footer, .noPrint { display: none; }

	.siteLogo {
		font-size: 1.3125rem;
		padding-top: 0;
	}

	.hGroup { border: 0; }

	.templateContainer,
	.mainColumn,
	#content {
		float: none;
		width: auto !important;
	}
	#content { border-top: 1px solid #ddd; }

	ul[class^="anchor"] { padding-left: 2em; }
	ul[class^="anchor"] li { padding-left: 0; }

	a.anchorUp,
	a.anchor-up,
	.anchor-up li,
	.anchorUp li,
	a.anchorDown,
	a.anchor-down,
	.anchor-down li,
	.anchorDown li { background: 0; }
	a.anchorUp,
	a.anchor-up,
	a.anchorDown,
	a.anchor-down { padding-left: 0; }

	a[href^="/exit/"] {
		background: 0;
		padding-right: 0;
	}
} /* end @media print */
