
/* template structure */

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

body {
	background: #fff;
	color: #333;
	font: .875em/1.5 FreeSans, Helmet, sans-serif;
	margin: 0;
}

.templateContainer {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 1%;
	transition: .2s linear;
}

.modeRibbon {
	background: #15396c;
	transition: .2s linear;
}

.modeRibbon div {
	display: -webkit-flex;
	display:         flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.modeRibbon a {
	display: inline-block;
	padding: .5em 1em;
}
.modeRibbon a,
.modeRibbon a:hover,
.modeRibbon a:focus { color: #fff; }

.modeRibbon div > a {
	background: url("../img/logoDOTRibbon.png") 0 50% no-repeat;
	padding-left: 20px;
}

@media (min-width: 561px) {
	.modeRibbon a:last-child { padding-right: 0; }
}

.header {
	background: #003e7e;
	margin-bottom: 1.5em;
	transition: .2s linear;
}

.siteLogo {
	color: #fff;
	float: left;
	font-size: 1.125rem;
	font-weight: 700;
	height: 84px; /* prevent a reflow */
	line-height: 1.125;
	padding: 1em 0;
	text-decoration: none;
	transition: .2s linear;
}
.siteLogo:hover,
.siteLogo:focus {
	background: #15396c;
	color: #fff;
}
.siteLogo .left { margin: 0 10px 0 0; }
.siteLogo span {
	display: inline-block;
	margin-top: 21px;
	width: 8.5em;
}

nav ul,
.pageTools,
.shareGroup,
.footer ul,
.pod > ul,
ul.anchorUp,
ul.anchorUp ul,
ul.anchorDown,
ul.anchorDown ul,
.pagination {
	list-style: none;
	padding-left: 0;
}

.topNav,
.header form { 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: .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 .focusWithin {
	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 .focusWithin + ul { display: block; }

.forYou li a {
	border-radius: 3px;
	color: inherit;
	padding: 5px;
	transition: none;
	white-space: pre;
}
.forYou li:not(:last-child) a { border-bottom: 1px solid #ddd; }

.forYou li a:hover,
.forYou li a:focus {
	background: #886a05;
	color: #fff;
}

.header form { text-align: right; } /* Chromium/Windows 7 bug */
#q {
	position: relative;
	transition: .2s linear;
	width: 18.75rem; /* 300px */
}

.hNav {
	background: #0076c0;
	border-bottom: 1px solid #003e7e;
}

.hNav > ul {
	bottom: 3.55px; /* Edge and IE 11 need sub-pixel precision */
	display: -webkit-flex;
	display:         flex;
	margin: 0 auto -5px;
	max-width: 986px;
	position: relative;
}
.hNav > ul > li {
	-webkit-flex: 1 0 auto;
	        flex: 1 0 auto;
	position: relative;
	transition: .2s linear;
}

.hNav > ul > li > a {
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 3.4375;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
}

.hNav > ul > .here > a {
	background: #fff;
	border-radius: 6px 6px 0 0;
	color: inherit;
}

.hNav > ul > :not(.here):hover > a,
.hNav > ul > :not(.here) > a:focus,
.hNav > ul > :not(.here) > .focusWithin { background: #15396c; }

.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: 60; /* must be greater than bxSlider */
}

.hNav li:first-child div { width: 285px; }
.hNav li:last-child div { width: 215px; }
.hNav li:nth-child(n) div {
	width: -webkit-max-content;
	width:    -moz-max-content;
	width:         max-content;
}
.hNav li:nth-child(n+5) div {
	left: auto;
	right: 0;
}
.hNav li:hover div,
.hNav a:focus + div,
.hNav .focusWithin + div {
	display: -webkit-flex;
	display:         flex;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
}

.hNav div ul {
	margin: 0;
	padding: 10px;
}

.hNav div li:nth-child(n+2) a { border-top: 1px solid #ddd; }

.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-bottom: 20px;
	margin-right: 20px;
	width: 180px;
}

.vNav.sticky {
	position: -webkit-sticky;
	position:         sticky;
	top: 1rem;
}

.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 > ul { margin-top: 0; }

.vNav > ul > li > a { /* top-level menu item */
	border: 0;
	font-size: 1.286em;
	font-weight: 700;
	line-height: 1.222;
	padding: 0 0 8px;
}
.vNav > ul > li > .here { background-position-y: 6px; }

.vNav > ul > li > ul:first-child { margin-top: 30px; } /* no top-level menu item */

.vNav ul ul {
	font-size: .929em;
	margin: 0;
}

.vNav ul ul ul {
	background: #f3f3f3;
	font-size: .923em;
}

.vNav ul ul ul > li > a {
	padding-left: 1em;
	padding-right: .25em;
}

.vNav ul ul ul ul {
	background: rgba(255, 255, 255, .5);
	font-size: .916em;
	margin-left: 1em;
}

.vNav ul ul ul ul ul {
	background: rgba(255, 255, 255, .5);
	font-size: .625rem;
}

.mainColumn {
	float: right;
	max-width: 760px;
	padding-bottom: 2.5em;
	position: relative;
	width: 100%; /* prevent float shrink-wrapping */
}

.noLeftSidebar .mainColumn,
.noSidebars    .mainColumn {
	float: none;
	max-width: none;
}

.breadcrumbs {
	border-bottom: 1px solid #ededed;
	font-size: .8125rem;
	line-height: 1.25rem;
	margin: 0;
	padding: 0 0 10px 1px;
}

.hGroup {
	float: left;
	margin-bottom: 9px;
	max-width: 520px;
	padding-top: 8px;
	transition: .2s linear;
	width: 100%;
}

.mainColumn #content { /* template shown (default) */
	clear: both;
	float: left; /* prevent margin collapsing */
	max-width: 520px;
	width: 100%;
}

.noLeftSidebar .hGroup,
.noSidebars    .hGroup,
.noLeftSidebar #content { max-width: 720px; }

.noRightSidebar #content,
.noSidebars #content { max-width: none; }

.pageTitle {
	letter-spacing: -1px;
	line-height: 1.071429;
	margin: 3px 0;
}
.pageSubtitle {
	color: #444;
	font-size: 1.5rem;
	letter-spacing: -1px;
	line-height: 1.166666;
	margin: 2px 0;
}

.rightSidebar {
	float: right;
	margin-left: 20px;
	overflow: hidden;
	width: 220px;
}

.pageToolsContainer {
	align-items: center;
	float: right;
	margin-top: 13px;
	height: 20px;
	width: 220px;
}

.pageTools,
.shareGroup {
	display: -webkit-flex;
	display:         flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	margin: 0;
}

.pageTools > :nth-child(n+2) { margin-left: 2.25rem; }
.noJS .pageTools .print { display: none; }

.pageTools a,
.pageTools img { display: block; }

.shareGroup li {
	font-size: .6875rem;
	font-weight: 700;
	line-height: 16px;
	margin-top: 9px;
}
.shareGroup > :nth-child(n+2) { margin-left: .5rem; }
.shareGroup li a {
	border-radius: 2px;
	color: inherit;
	display: block;
	padding: 2px 3px;
	text-decoration: none;
}

.shareGroup .facebook a { background: linear-gradient(#4b68b9, #3b55a0); }
.shareGroup .facebook a:hover,
.shareGroup .facebook a:focus { background: linear-gradient(#5979d2, #4965b3); }
.shareGroup .facebook a span { color: #fff; }
.shareGroup .facebook svg {
	height: 12px;
	vertical-align: text-top;
	width: 12px;
}

.shareGroup .twitter a {
	background: linear-gradient(#fefefe, #dfdfdf);
	border: 1px solid #ccc;
	padding: 1px 3px;
}
.shareGroup .twitter a:hover,
.shareGroup .twitter a:focus { background: linear-gradient(#f7f7f7, #d9d9d9); }
.shareGroup .twitter svg {
	fill: #1da1f2;
	height: 15px;
	vertical-align: bottom;
	width: 15px;
}

.shareGroup .google a {
	background: #fff;
	border: 1px solid #ccc;
	line-height: 18px;
	padding: 0 3px;
}
.shareGroup .google svg {
	fill: #db4437;
	height: 18px;
	vertical-align: bottom;
	width: 18px;
}

.pod {
	background: #f8f8f8;
	border: 1px solid #d9dcdf;
}

.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; }

.pod > ul {
	margin-top: .214286em;
	padding: 5px;
}
.pod > ul li { padding: 3px 0; }

.footer { transition: .2s linear; }

.footer .columns {
	display: -webkit-flex;
	display:         flex;
	font-size: .929em;
}

.footer .columns div {
	padding-left: .5em;
	padding-right: .5em;
}

.footer.row1 {
	background: #003e7e;
	border-bottom: 4px solid #00264d;
	border-top: 10px solid #937206;
	padding-bottom: 2em;
}
.footer.row1,
.footer.row1 a,
.footer.row1 h2 { color: #fff; }

.footer.row1 li { margin-top: 10px; }

.social {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.social li { display: inline-block; }
.social > :nth-child(n+2) { margin-left: 1em; }

.social img { border-radius: .5em; }

.social .facebook:hover img,
.social .facebook:focus img { background: #3b579d; }
.social .twitter:hover img,
.social .twitter:focus img { background: #1da1f2; }
.social .youTube:hover img,
.social .youTube:focus img { background: #ff0000; }
.social .flickr:hover img,
.social .flickr:focus img { background: linear-gradient(to right, #0063dc, #0063dc 50%, #ff0084 50%, #ff0084); }
.social .stayConnected:hover img,
.social .stayConnected:focus img { background: #2ecc40; }

.footer.row2 {
	background: linear-gradient(#fff, #f3f3f3);
	border-bottom: 3px solid #ddd;
	padding: 1.5em 0 3em;
}
.footer.row2 .columns {
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.footer.row2 div div { margin-top: 1.5em; }
.footer.row2 div div:first-child { min-width: 300px; }

.footer.row2 img { margin-top: .625rem; }

.footer.row2 address {
	font-style: normal;
	margin-top: 3px;
}

.footer.row2 h2 { margin-top: 0; }


/* normalization */

a {
	color: #2353ba;
	text-decoration: none;
	transition: color .2s linear;
}
.diagnosticLink { background: #2353ba; }

a:hover,
a:focus { color: #003e7e; }
.diagnosticHover { background: #003e7e; }

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
	outline: 1px solid;
	outline-offset: 1px;
	-moz-outline-radius: 3px;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: underline;
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}
@supports (text-decoration: underline dotted) {
	abbr[title] {
		border-bottom: 0;
		text-decoration: underline dotted;
	}
}

a:hover abbr[title],
a:focus abbr[title] { border-bottom: 0; }

address,
dl,
dt,
form,
h2,
h3,
h4,
h5,
h6,
hr,
.imageFormat,
.message-box,
ol,
.oversized > li,
p,
.pageMessage,
.pod,
pre,
table,
ul { margin: 1.5em 0 .214286em; }

[align] {
	float: none;
	text-align: inherit;
}

b,
.bold,
strong { font-weight: bolder; }

basefont,
font {
	color: inherit;
	font: inherit;
}

big { font-size: inherit; }

blockquote {
	background: #f6f6f6;
	border-radius: 3px;
	margin: 1.5em;
	padding: 1em;
}
blockquote p:first-child { margin-top: .214286em; }

center { text-align: inherit; }

code,
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;
	-webkit-box-decoration-break: clone;
	        box-decoration-break: clone;
	padding: 3px;
}

legend code { box-decoration-break: slice; } /* Gecko bug? */

del { color: #595959; }

h2 { line-height: 1.238095; }
h3 {
	font-size: 1rem;
	line-height: 1.3125;
}
h4 { line-height: 1.357142; }
h5 {
	font-size: .8125rem;
	line-height: 1.384615;
}
h6 {
	font-size: .75rem;
	line-height: 1.416666;
}

hr {
	border-style: solid;
	border-width: 1px 0 0;
	box-sizing: content-box;
	clear: both;
	height: 0;
	overflow: visible;
}
.heavy { border-width: 2px 0; }

[hspace] {
	margin-left: 0;
	margin-right: 0;
}

kbd {
	background: #555;
	border: .4em solid;
	border-color: #444 #333;
	border-radius: .3em;
	color: #fff;
	font: .857em Arial, sans-serif;
	padding: .1em .4em .3em .2em;
	position: relative;
	top: -.166em;
}

q { quotes: "\201C" "\201D" "\2018" "\2019"; }

samp {
	background: #333;
	color: #01ff70;
}

::-moz-selection {
	background: #b3d4fc;
	color: #333;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	color: #333;
	text-shadow: none;
}

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; }

[valign] { vertical-align: initial; }
td[valign],
th[valign] { vertical-align: top; }

[vspace] {
	margin-bottom: 0;
	margin-top: 0;
}


/* lists */

dt { font-weight: 700; }
dt:first-child { margin-top: .214286em; }
dd { margin-left: 2em; }

ol,
ul { padding-left: 2em; }

ol ol:not([type])    { list-style: lower-alpha; }
ol ol ol:not([type]) { list-style: lower-roman; }

li ul,
li ol { margin-top: .214286em; }

.more {
	font-size: .929em;
	font-weight: 400;
	list-style: none;
	margin-top: .5em;
}
.more a { font-weight: 700; }

.oversized.join > li:first-child { margin-top: .214286em; }


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; }

img.left {
	float: left;
	margin: .286em 1em 1em 0;
}
img.right {
	float: right;
	margin: .286em 0 1em 1em;
}


/* 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,
[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 solid; }

[type="checkbox"],
[type="radio"] { min-height: 1.5em; }

[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-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	min-height: 5.8em;
	min-width: 18em;
	overflow: auto;
	resize: vertical;
}

::-webkit-input-placeholder {
	color: #595959;
	font-style: italic;
}
     :-ms-input-placeholder {
	color: #595959;
	font-style: italic;
}
              ::placeholder {
	color: #595959;
	font-style: italic;
	opacity: 1;
}


/* forms (template-specific) */

label { vertical-align: top; }

button,
input,
select,
textarea {
	border: 1px solid #ababab;
	max-width: 100%;
	padding: 2px;
	vertical-align: top;
}
select { padding: 1px; }

   input:hover,
  select:hover,
textarea:hover { border-color: #808080; }
   input:focus,
  select:focus,
textarea:focus { border-color: #3c7fb1; }

/* mimics Firefox on Windows 7 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: linear-gradient(#f2f2f2, #ebebeb 50%, #ddd 50%, #cfcfcf);
	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: linear-gradient(#eaf6fd, #d9f0fc 50%, #bee6fd 50%, #a7d9f5);
	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; }

  button:disabled,
   input:disabled:disabled, /* specificity */
  select:disabled,
textarea:disabled {
	background: #e6e6e6;
	border-color: #bbb;
	color: #595959;
}

   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; }


/* 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 fieldset .formRow {
	padding-left: 3px;
	padding-right: 3px;
}

.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% - 20px);
	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: 0 0 0 2px;
	padding-top: 2px;
	text-align: left;
	width: auto;
}

.layout .caption {
	font-size: .929em;
	font-style: italic;
	margin-left: 157px;
	margin-top: .214286em;
}
.layout span.caption { display: block; }
.layout .optionGroup .caption,
.layout .noLabel .caption { margin-left: 0; }

                .layout label + input,
                .layout label + select,
                .layout label + textarea { max-width: 345px; }

.noLeftSidebar  .layout label + input,
.noLeftSidebar  .layout label + select,
.noLeftSidebar  .layout label + textarea { max-width: 545px; }

.noRightSidebar .layout label + input,
.noRightSidebar .layout label + select,
.noRightSidebar .layout label + textarea { max-width: 585px; }

.noSidebars     .layout label + input,
.noSidebars     .layout label + select,
.noSidebars     .layout label + textarea { max-width: 785px; }

/* option groups */
.layout .optionGroup { padding: 4px 4px 4px 161px; }
.layout fieldset .optionGroup {
	padding-left: 160px;
	padding-right: 3px;
}

.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;
}
.noLeftSidebar  .layout .optionGroup label { width: 530px; }
.noRightSidebar .layout .optionGroup label { width: 570px; }
.noSidebars     .layout .optionGroup label { width: 770px; }

.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;
}
table.strict {
	table-layout: fixed;
	width: 100%;
}

td,
th {
	border: 1px solid #aaa;
	padding: 4px 6px;
	text-align: inherit;
	vertical-align: top;
}

caption {
	font-weight: 700;
	text-align: left;
}
caption.header {
	background: #595959;
	border: inherit;
	border-bottom: none;
	color: #fff;
	margin: 0;
	text-align: center;
}

thead tr {
	background: #003e7e;
	color: #fff;
}
thead tr + tr { background: #0076c0; }
thead tr + tr + tr {
	background: #c8e0f8;
	color: #333;
}

:not(.striped) > tbody > .altBg,
:not(.striped) > tbody > .alt-bg,
.striped > tbody tr:nth-child(even) { background: #e8e8e8; }

.hover > tbody tr:hover,
.hover > tbody tr:focus { background: #f8f0a0; }

tfoot tr {
	background: #003e7e;
	color: #fff;
	font-size: .929em;
	font-weight: 700;
}

thead a,
tfoot a,
thead a:hover,
thead a:focus,
tfoot a:hover,
tfoot a:focus { color: inherit; }

table.centered,
tr.centered,
td.centered,
th.centered { text-align: center; }

table.left,
tr.left,
td.left,
th.left { text-align: left; }

table.right,
tr.right,
td.right,
th.right { text-align: right; }


/* feeds */

.feed h2 a {
	background: 0 50% no-repeat;
	padding-left: 30px;
	padding-right: 0;
}

.feed ul {
	margin: 0;
	max-height: 363px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0;
}
.feed ul li { padding: 8px 5px; }
.feed li:nth-child(n+2) { border-top: 1px solid #d9dcdf; }
.feed li:nth-child(even) { background: #fff; }

.feed li p { margin-top: .214286em; }

.feed small a {
	background: 0 50% no-repeat;
	padding: 0 0 0 18px;
}


/* imageFormat() */

.imageFormat.s2,
.imageFormat.s3 {
	background: #f6f6f6;
	border: 1px solid;
	padding: 2px;
}

.imageFormat img { display: block; }

.imageFormat figcaption {
	font-size: .929em;
	font-style: italic;
}

figure.left {
	float: left;
	margin: 1.5em 1.5em 1em 0;;
}
figure.center {
	margin-left: auto;
	margin-right: auto;
}
figure.right {
	float: right;
	margin: 1.5em 0 1em 1.5em;
}


/* 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;
	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");
}


/* pre-content page messages */

.pageMessage {
	background: #f6f6f6 25px 15px no-repeat;
	border: 3px solid #fff;
	border-radius: 3px;
	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");
}

.message-box > .close,
.pageMessage > .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;
}
.message-box:hover > .close,
.pageMessage:hover > .close {
	background: rgba(200, 200, 200, .33);
	opacity: .66;
}

.message-box > .close:hover,
.message-box > .close:focus,
.pageMessage > .close:hover,
.pageMessage > .close:focus {
	background: rgba(200, 200, 200, .66);
	opacity: 1;
}


/* helper classes */

.alert { color: #a00; }

/* intra-page anchors */
a.anchorUp,
a.anchorDown {
	background: 0 50% no-repeat;
	padding-left: 11px;
}
a.anchorUp,
.anchorUp li { background-image: url("data:image/gif;base64,R0lGODlhBwAIAIABAAA+fv///yH5BAEAAAEALAAAAAAHAAgAAAIMjGGJeBoMk3SzvlQAADs="); }

a.anchorDown,
.anchorDown li { background-image: url("data:image/gif;base64,R0lGODlhBwAIAIABAAA+fv///yH5BAEAAAEALAAAAAAHAAgAAAIMjGGpissHW5BIQlMAADs="); }

ul.anchorUp li,
ul.anchorDown li {
	background-position: 1em .5em;
	background-repeat: no-repeat;
	padding-left: 2em;
}

p.center { text-align: center; }

.clear::before,
.clear::after {
	content: " ";
	display: table;
}
.clear::after { clear: both; }

/* desaturate template when dialog is open */
.desaturate { filter: grayscale(1); }
.desaturate.desaturate .forYou ul,
.desaturate.desaturate .hNav div { display: none; }

/* 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$=".epub"]:last-child::after { content: " (EPUB)"; }
a[href$=".mobi"]:last-child::after { content: " (MOBI)"; }
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$=".swf"]:last-child::after { content: " (SWF)"; }
a[href$=".txt"]:last-child::after { content: " (TXT)"; }
a[href$=".wav"]:last-child::after { content: " (WAV)"; }
a[href$=".wma"]:last-child::after { content: " (WMA)"; }
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)"; }

/* exit link icon */

[href^="/exit/"] {
	background: url("../img/external.svg") calc(100% + .14285714em) 50% no-repeat;
	background-size: 1.28571428em 1.28571428em; /* IE 11 */
	padding-right: 1.071428571em;
}
.descendantImage { /* class added by JS */
	background-image: none;
	padding-right: 0;
}

.hide,
.hidden,
.columnSplit { display: none; }

.join {
	margin-bottom: .214286em;
	margin-top: .214286em;
}

.noJS .maxMeasure { max-width: 520px; }

.modal.search {
	background: url("../img/chalkwork/search_16x16.png") 100% 50% no-repeat;
	padding-right: 20px;
}

p.right  { text-align: right; }

.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; }

.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; }

.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:nth-child(2) { margin-left: 1.5em; }
.threeColumn > div:nth-child(3) { float: right; }

.uppercase,
.allCaps { text-transform: uppercase; }

.visuallyHidden { /* remains 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;
}

.visuallyHidden.focusable {
	background: #001f3f;
	color: #fff;
}
.visuallyHidden.focusable:focus {
	clip: auto;
	height: auto;
	left: .5em;
	margin: 0;
	padding: 6px;
	top: .5em;
	white-space: inherit;
	width: auto;
}


/* document library */
#nNumberWidget,
#searchAdvisoryCirculars,
#searchForms,
#searchOrdersNotices {
	background: #c8e0f8;
	padding: .5em 0;
}


/* jQuery UI customizations */

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: inherit;
	font-size: inherit;
}

.ui-widget-content,
.ui-widget.ui-widget-content {
	border: 4px 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: 4px 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: #f6f6f6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	background: #fff;
	color: inherit;
}

.ui-accordion-content a,
.ui-dialog-content a,
.ui-tabs-panel a { color: #2353ba; }
.ui-accordion-content a:hover,
.ui-accordion-content a:focus,
.ui-dialog-content a:hover,
.ui-dialog-content a:focus,
.ui-tabs-panel a:hover,
.ui-tabs-panel a:focus { color: #003e7e; }

.ui-accordion { margin: 1.5em 0 .214286em; }
.ui-accordion .ui-accordion-header {
	font-weight: 700;
	padding: .214286em .429em;
}
.ui-accordion .ui-state-active { border-bottom-width: 3px; }
.ui-accordion .ui-accordion-content { padding: 1px 1em; }

.ui-autocomplete-loading {
	background-image: url("../img/loadingCircle.gif");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.ui-autocomplete {
	max-height: 368px;
	max-width: 370px;
	overflow-y: auto;
	padding: 3px;
}

.ui-button-icon-only { overflow: hidden; }

.ui-datepicker { padding: .5em; }
.ui-datepicker table { margin: 0; }

.ui-dialog {
	border-radius: 4px;
	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: #15396c;
	border: 0;
	border-radius: 0;
	color: #fff;
}
.ui-dialog .ui-dialog-title {
	font-size: 1rem;
	width: calc(100% - 12px);
}

.ui-dialog .ui-dialog-content { padding-top: 1px; }
.ui-dialog .ui-dialog-content:empty { background: #fff url("../img/loadingBar.gif") 50% 50% no-repeat; }

/* used by autocomplete */
.ui-menu .ui-menu-item-wrapper {
	border-radius: 3px;
	display: block;
	transition: none;
}
.ui-menu .ui-menu-item .ui-state-active {
	background: #15396c;
	border: 0;
	color: #fff;
	margin: 0;
	text-decoration: none;
}

.ui-widget-content.ui-tabs {
	background: 0;
	border: 0;
	margin: 1.5em 0 .214286em;
	padding: 0;
}

.ui-tabs .ui-tabs-nav {
	background: 0;
	border: 0;
	color: inherit;
	padding: 0 0 0 .5em;
}
.ui-tabs .ui-tabs-nav li {
	font-weight: 700;
	margin-top: 0;
	top: 3px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor { padding: .214286em .429em; }

.ui-tabs .ui-tabs-panel {
	border-width: 4px;
	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: 4px;
	border-right-width: 0;
	border-radius: 4px 0 0 4px;
	float: none;
	margin: 0 -4px .2em 0;
	padding-bottom: 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 {
	border-radius: 0 4px 4px 0;
	box-sizing: border-box;
	float: right;
	width: 73%;
}


.ui-widget-overlay {
	background: currentColor;
	opacity: .75;
}

.ui-widget-shadow {
	-webkit-box-shadow: none;
	        box-shadow: none;
}


.pagination { overflow: hidden; }
.pagination li { float: left; }
.pagination li:nth-child(n+2) { margin-left: .25em; }

.pagination a {
	color: inherit;
	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: linear-gradient(#585858, #111);
	border-color: #111;
	color: #fff;
	text-decoration: none;
}

.pagination span {
	background: #eee;
	border-color: #cacaca;
}

.pagination .arrows span {
	background: 0;
	border-color: transparent;
}


@media screen {
	/* hide items */
	.forPrint { display: none; }
}


/* responsive design */

@media (max-width: 1000px) {
	.vNav {
		float: none;
		margin: 0 auto;
		width: 220px;
	}

	.vNav .here {
		background-image: none;
		padding-right: 0;
	}

	.mainColumn {
		float: none;
		margin: 0 auto;
	}
	.noLeftSidebar .mainColumn { max-width: 720px; }

	.noLeftSidebar .hGroup,
	.noSidebars    .hGroup {
		float: none;
		padding: 0;
	}

	.noLeftSidebar .pageToolsContainer,
	.noSidebars    .pageToolsContainer {
		display: flex;
		float: none;
		width: auto;
	}

	.noLeftSidebar .pageTools,
	.noSidebars    .pageTools { margin-right: 2em; }

	.noLeftSidebar .shareGroup li,
	.noSidebars    .shareGroup li { margin-top: 0; }

	.noLeftSidebar .rightSidebar {
		clear: both;
		float: none;
		margin: 0 auto;
	}

	.noSidebars .layout .formRow.formRow,
	.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 {
		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: 288px; }

	.noSidebars img.left:not(.keepFloated),
	.noSidebars img.right:not(.keepFloated),
	.noSidebars figure.left:not(.keepFloated),
	.noSidebars figure.right:not(.keepFloated) {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 940px) {
	.hNav > ul > li > a { font-weight: 400; }
}

@media (max-width: 920px) {
	.footer.footer .columns {
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: center;
		        justify-content: center;
	}

	.footer.row1 .columns div {
		padding-left: 1em;
		padding-right: 1em;
	}

	.footer.row1 .columns div:nth-child(2) { order: 4; }
	.footer.row1 .columns div:nth-child(3) { order: 3; }
	.footer.row1 .columns div:nth-child(4) { order: 2; }
	.footer.row1 .columns div:nth-child(5) { order: 5; }
}

@media (max-width: 870px) {
	.topNav > li { margin-left: .75rem; }

	.hNav > ul > li > a { font-size: .875rem; }
}

@media (max-width: 800px) {
	.default .mainColumn { max-width: 520px; }

	.noRightSidebar .layout .formRow.formRow,
	.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 {
		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: 288px; }

	.noRightSidebar img.left:not(.keepFloated),
	.noRightSidebar img.right:not(.keepFloated),
	.noRightSidebar figure.left:not(.keepFloated),
	.noRightSidebar figure.right:not(.keepFloated) {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	.default .rightSidebar {
		clear: both;
		float: none;
		margin: 0 auto;
	}

	.hGroup {
		float: none;
		padding: 0;
	}

	.pageToolsContainer {
		display: flex;
		float: none;
		width: auto;
	}

	.pageTools { margin-right: 2em; }

	.shareGroup li { margin-top: 0; }
}

@media (max-width: 790px) {
	.topNav { margin-top: .5em; }
	.topNav > li:nth-child(4) {
		clear: left;
		margin-left: 0;
	}

	.header form { margin-top: 15px; }
	#q { width: 16em; }
}

@media (max-width: 734px) {
	.hNav > ul {
		bottom: 2px;
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.hNav > ul > li { min-width: 23%; }

	.hNav > ul > li > a { line-height: 1.642; }

	.hNav li:hover div,
	.hNav a:focus + div,
	.hNav .focusWithin + div { display: none; }

	.noLeftSidebar .layout .formRow.formRow,
	.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 {
		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: 288px; }

	.noLeftSidebar img.left:not(.keepFloated),
	.noLeftSidebar img.right:not(.keepFloated),
	.noLeftSidebar figure.left:not(.keepFloated),
	.noLeftSidebar figure.right:not(.keepFloated) {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 704px) {
	.footer.row1 .columns div:nth-child(2) { order: 3; }
	.footer.row1 .columns div:nth-child(3) { order: 2; }
	.footer.row1 .columns div:nth-child(4) { order: 5; }
	.footer.row1 .columns div:nth-child(5) { order: 4; }
}

@media (max-width: 635px) {
	.pageMessage.pageMessage {
		background-image: none;
		padding: 1em;
	}

	.footer.footer .columns {
		-webkit-justify-content: inherit;
		        justify-content: inherit;
	}

	.footer.row1 .columns div { min-width: 215px; }

	.social { margin-left: 1em; }
}

@media (max-width: 560px) {
	.modeRibbon div {
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: center;
		        justify-content: center;
	}

	.header .templateContainer {
		display: -webkit-flex;
		display:         flex;
		-webkit-flex-direction: column;
		        flex-direction: column;
	}
	.siteLogo {
		border-radius: 3px;
		display: table;
		float: none;
		height: 42px;
		margin: 0 auto;
		order: -1;
		overflow: hidden;
		padding: .5em 0;
	}
	.siteLogo .left { width: 42px; }
	.siteLogo span { margin: 0; }

	.topNav {
		float: none;
		font-size: .929em;
		margin: .5em auto;
		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% - 5em - 4px);
	}
}

@media (max-width: 540px) {
	.topNav { max-width: 310px; }
}

@media (max-width: 530px) {
	.header { margin-bottom: 1em; }

	.default .layout .formRow.formRow,
	.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 {
		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: 288px; }

	.default img.left:not(.keepFloated),
	.default img.right:not(.keepFloated),
	.default figure.left:not(.keepFloated),
	.default figure.right:not(.keepFloated) {
		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; }

	.threeColumn > div:nth-child(n) {
		float: none;
		margin-left: 0;
		width: auto;
	}
}

@media (max-width: 440px) {
	.hNav > ul { max-width: 324px; }

	.pageTools > :nth-child(n+2) { margin-left: 1.5rem; }

	.twoColumn > div:nth-child(n) {
		float: none;
		width: auto;
	}

	.ui-autocomplete { max-width: 290px; }
}

@media (max-width: 375px) {
	.siteLogo {
		height: 22px;
		padding-bottom: 3px;
	}
	.siteLogo .left { width: 22px; }
	.siteLogo span {
		display: inline;
		width: auto;
	}
}


/* 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 {
		content: " (" attr(title) ")";
		font-size: .857em;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead { display: table-header-group; }

	h2,
	h3,
	h4,
	img,
	tr { page-break-inside: avoid; }

	p {
		orphans: 3;
		widows: 3;
	}

	/* hide items */
	.modeRibbon,
	nav,
	.header form,
	.breadcrumbs,
	.pageTools,
	.rightSidebar,
	.footer,
	.noPrint { display: none; }

	.siteLogo {
		font-size: 1.25rem;
		padding-top: 0;
	}

	.templateContainer,
	.templateContainer .mainColumn,
	.mainColumn #content {
		float: none;
		width: auto;
	}
	#content { border-top: 1px solid #ccc; }

	ul.anchorDown,
	ul.anchorUp {
		list-style: unset;
		padding-left: 2em;
	}

	a.anchorDown,
	.anchorDown li,
	a.anchorUp,
	.anchorUp li {
		background: 0;
		padding-left: 0;
	}

	[href^="/exit/"] {
		background-image: none;
		padding-right: 0;
	}
}
