
html { -webkit-text-size-adjust: 100%; }

body {
	background: #fff;
	color: #333;
	font: .875em/1.5 FreeSans, Helmet, sans-serif;
	margin: 0;
}

a {
	color: #2353ba;
	text-decoration: none;
	transition: color .2s linear;
}

a:hover,
a:focus { color: #003e7e; }

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
	outline: 1px solid;
	outline-offset: 1px;
}

[tabindex="-1"]:focus { outline: 0; }
:focus:not(:focus-visible) { outline: 0; }

a:hover,
a:active {
	outline: 0;
	text-decoration: underline;
}

abbr[title] { border-bottom: 1px dotted; }
@supports (text-decoration: underline dotted) {
	abbr[title] { border-bottom: 0; }
}

address,
dl,
dt,
form,
h2,
h3,
h4,
h5,
h6,
hr,
.imageFormat,
.message-box,
ol,
.oversized > li,
p,
.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;
}

[bgcolor] { background-color: inherit; }

big { font-size: inherit; }

blockquote {
	background: #f6f6f6;
	border-radius: 3px;
	margin: 1.5em;
	padding: 1em;
}

blockquote p:first-child,
dt:first-child,
li ol,
li ul,
.oversized.join > li:first-child,
.feed li p,
.join { margin-top: .214286em; }

center { text-align: inherit; }

code {
	background: #eee;
	padding: 1px;
}

code,
kbd,
pre,
samp {
	border-radius: 3px;
	font-family: Consolas, Monaco, monospace, monospace; /* duplication is intentional */
}

code,
pre,
samp {
	font-size: 1em;
	tab-size: 5;
	white-space: pre-wrap;
}

del { opacity: .8; }

h2 { line-height: 1.238095; }
h3 {
	font-size: 1rem;
	line-height: 1.3125;
}
h4 { line-height: 1.35714; }
h5 {
	font-size: .8125rem;
	line-height: 1.384615;
}
h6 {
	font-size: .75rem;
	line-height: 1.41667;
}

hr {
	border-width: 1px 0 0;
	clear: both;
	overflow: visible;
}
.heavy { border-top-width: 3px; }

[hspace] {
	margin-left: 0;
	margin-right: 0;
}

kbd {
	background: #555;
	border: 3px solid;
	border-color: #444 #333;
	color: #fff;
	font-size: .857143em;
	padding: .1em .4em .1em .2em;
}

samp {
	background: #333;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: #01ff70;
	padding: 1px 2px;
}

::selection {
	background: #333;
	color: #ddd;
	text-shadow: none;
}

small,
.small { font-size: .857143em; }

strike { text-decoration: inherit; }

sub,
sup {
	font-size: .785714em;
	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;
}


/* structure */
.templateContainer {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 1%;
}

.modeRibbon { background: #0f3062; }

.modeRibbon a {
	color: #fff;
	display: inline-block;
	padding: .25em .875rem;
	text-decoration: none;
	transition: .2s linear;
}
.modeRibbon a:hover,
.modeRibbon a:focus { background: #0a2245; }

.modeRibbon img { vertical-align: -.25rem; }
@supports (filter: brightness(0)) {
	.modeRibbon img {
		filter: brightness(0) invert(1);
		opacity: .5;
	}
}

.header {
	background: #003e7e;
	margin-bottom: 1em;
	transition: .2s linear;
}

.header .templateContainer {
	display: flex;
	flex-direction: column;
}

.siteLogo {
	align-items: center;
	color: #fff;
	display: flex;
	float: left;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.11111;
	order: -1;
	padding: 10px 0 3px .875rem;
	transition: .2s linear;
}
.siteLogo:hover,
.siteLogo:focus {
	background: #0f3062;
	color: #fff;
	text-decoration: none;
}
.siteLogo img {
	margin-right: 5px;
	width: 21px;

}
@supports (border-radius: 50%) {
	.siteLogo img {
		background: #102064;
		border-radius: 50%;
	}
}

nav ul,
.pageTools,
.shareGroup,
.footer ul,
.pod > ul,
.pagination {
	list-style: none;
	padding-left: 0;
}

.header form {
	margin: .5em 0 1em 1em;
	transition: .2s linear;
}

.topNav {
	display: flow-root;
	font-size: .92857em;
	margin-top: .5em;
	transition: .2s linear;
}

.topNav > li {
	float: left;
	margin-left: .25rem;
	transition: .2s linear;
}
.topNav > :first-child {
	font-weight: 700;
	margin-left: 0;
}

.topNav > li > a {
	border-radius: 4px;
	line-height: 2;
	padding: 0 .875rem;
	transition: .2s linear;
}

.topNav a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.topNav a:hover,
.topNav a:focus,
.topNav .here { background: #0f3062; }

.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;
}

#q {
	transition: width .2s linear;
	width: 14rem;
}

.hNav { background: #0076c0; }

.hNav > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	max-width: 330px;
	padding: 0 1%;
}

.hNav > ul > li {
	flex: 0 auto;
	transition: .2s linear;
}

.hNav > ul > li > a {
	color: #fff;
	display: block;
	line-height: 1.64286;
	padding: 0 1em;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
}

.hNav .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: #003e7e; }

.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: max-content; }
.hNav li:nth-child(n+5) div {
	left: auto;
	right: 0;
}
.hNav li:nth-child(5) div { right: -87%; }

.hNav li:hover div,
.hNav a:focus + div,
.hNav .focusWithin + div { display: none; }

.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 {
	margin: 0 0 3em;
	width: fit-content;
}

.vNav a {
	border-top: 1px solid #ededed;
	display: block;
	padding: .384615em 0;
}

.vNav .here {
	align-items: center;
	background: #fff;
	color: inherit;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	padding-right: 0;
	text-decoration: none;
}

.vNav ul { margin: 0; }

.vNav > ul > li > a { /* top-level menu item */
	border: 0;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.277777;
	padding: 0 0 7px;
}

.vNav ul ul { font-size: .8125rem; }

.vNav ul ul ul {
	background: #f3f3f3;
	font-size: .75rem;
}

.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: .6875rem;
	margin-left: 1em;
}

.vNav ul ul ul ul ul { font-size: .625rem; }


.default .mainColumn,
.noRightSidebar .mainColumn { max-width: 760px; }

.breadcrumbs {
	border-bottom: 1px solid #ededed;
	font-size: .8125rem;
	line-height: 1.25rem;
	margin: 0;
	padding: 0 0 9px 1px;
}

.hGroup {
	margin-bottom: 9px;
	max-width: 520px;
	transition: .2s linear;
	width: 100%;
}

#content {
	clear: both;
	display: flow-root; /* prevent margin collapsing */
	width: 100%;
}

.noLeftSidebar .hGroup,
.noSidebars .hGroup,
.noLeftSidebar #content { max-width: 720px; }

.default #content { max-width: 520px; }

#content > footer {
	clear: both;
	display: flex;
	flex-direction: column;
	min-height: 5em;
}

.pageTitle {
	letter-spacing: -1px;
	line-height: 1.07143;
	margin: 2px 0;
}
.pageSubtitle {
	color: #444;
	font-size: 1.5rem;
	letter-spacing: -1px;
	line-height: 1.166666;
	margin: 2px 0;
}

.rightSidebar {
	margin-bottom: 3em;
	width: 220px;
}

.pageToolsContainer {
	display: flex;
	margin-top: 15px;
	max-height: 18px;
}

.pageTools,
.shareGroup {
	display: flex;
	margin: 0;
}

.pageTools > :nth-child(n+2) { margin-left: 1.75rem; }

.pageTools > li > a > * {
	height: 18px;
	width: 18px;
}

.pageTools .share svg {
	display: block;
	fill: #1da1f2;
}
.noJS .pageTools .print { display: none; }
.pageTools .print button {
	background: 0;
	border: 0;
	padding: 0;
}

.pageTools a,
.pageTools img { display: block; }

.shareGroup { margin-left: 2em; }
.shareGroup li {
	align-self: center;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1rem;
}
.shareGroup > :nth-child(n+2) { margin-left: .5rem; }
.shareGroup a {
	border-radius: 2px;
	border: 1px solid #ccc;
	color: inherit;
	display: block;
	padding: 2px 3px;
	text-decoration: none;
}
.shareGroup svg {
	height: 13px;
	vertical-align: text-top;
	width: 13px;
}

.shareGroup .facebook a {
	background: linear-gradient(#4b68b9, #3b55a0);
	border-color: #3b55a0;
	color: #fff;
}
.shareGroup .facebook a:hover,
.shareGroup .facebook a:focus { background: linear-gradient(#5979d2, #4965b3); }

.shareGroup .twitter a { background: linear-gradient(#fefefe, #dfdfdf); }
.shareGroup .twitter a:hover,
.shareGroup .twitter a:focus { background: linear-gradient(#f7f7f7, #d9d9d9); }

.shareGroup .twitter svg { width: 16px; }


.pod {
	background: #f8f8f8;
	border: 1px solid #ddd;
}

.pod > h2 {
	background: #003e7e;
	color: #fff;
	margin: 0;
	padding: 5px;
}
.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 { font-size: .92857em; }

.footer .columns {
	display: flex;
	flex-wrap: wrap;
}

.footer .columns div { padding: 0 .5em; }

.footer.row1 {
	background: #003e7e;
	border-bottom: 4px solid #00264d;
	border-top: 10px solid #937206;
	padding-bottom: 2em;
}
.footer.row1,
.footer.row1 * { color: #fff; }
.footer.row1 .columns li { margin-top: 10px; }

.social {
	display: flex;
	margin: 2em 1% .5em;
}

.social li { margin: 0 .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 .instagram:hover img,
.social .instagram:focus img { background: linear-gradient(45deg, #fad401, #fad401 10%, #e80000, #b200b6 90%); }
.social .linkedIn:hover img,
.social .linkedIn:focus img { background: #0055b5; }
.social .medium:hover img,
.social .medium:focus img { filter: grayscale(1) contrast(1.15); }

.footer.row2 {
	background: linear-gradient(#fff, #f3f3f3);
	padding-bottom: 2em;
}

.footer.row2 .columns > :first-child {
	margin-top: 2.5em;
	min-width: 300px;
}

.footer.row2 img { margin-top: .5rem; }
.footer.row2 address {
	font-style: normal;
	margin: 0;
}


/* lists */
dt { font-weight: 700; }

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; }

.more {
	font-size: .92857em;
	font-weight: 400;
	list-style: none;
	margin-top: .5em;
}
.more a { font-weight: 700; }


/* images and videos */
img,
video {
	height: auto;
	max-width: 100%;
}

img[usemap] { max-width: initial; }
img[border] { border: initial; }

img.border {
	border: 1px solid;
	max-width: calc(100% - 2px);
}

img.left {
	float: left;
	margin: .285714em 1em 1em 0;
}
img.right {
	float: right;
	margin: .285714em 0 1em 1em;
}


/* forms (normalization) */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	overflow: visible;
}

::-moz-focus-inner {
	border: 0;
	padding: 0;
}

[type="checkbox"],
[type="radio"] {
	min-height: 1.5em;
	vertical-align: top;
}

[type="file"] {
	border: 0;
	padding: 0;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"],
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .75em .625em; /* IE 11 */
}

legend {
	box-sizing: border-box;
	color: inherit;
	max-width: 100%; /* IE 11 */
	padding: 0;
}

textarea {
	min-height: 5.8em;
	min-width: 18em;
	overflow: auto;
	resize: vertical;
}

::placeholder {
	color: #595959;
	font-style: italic;
	opacity: 1;
}


/* forms (template-specific; mimics Chrome 83+) */
button,
input,
select,
textarea {
	border: 1px solid #767676;
	line-height: 1.285714em;
	max-width: 100%;
	padding: 1px 2px;
}
select { padding: 1px 0; }

button:hover,
button:focus,
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus { border-color: #4f4f4f; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #efefef;
	border-radius: 3px;
	font-weight: 700;
	padding: 1px .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: #e5e5e5; }

button:active,
input[type="button"]:active,
input[type="image"]:active,
input[type="reset"]:active,
input[type="submit"]:active { transform: translate(1px, 1px); }

input[type="image"] {
	border: 0;
	padding: 0;
	vertical-align: top;
}

button.secondary,
input.secondary { font-weight: 400; }

/* precedes :disabled for cascade */
input:read-only:where(:not([type="button"], [type="reset"], [type="submit"])),
textarea:read-only,
[contenteditable]:read-only {
	background: 0;
	border-color: transparent;
	text-overflow: ellipsis;
}

button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
	background: rgba(239, 239, 239, .3);
	border-color: rgba(118, 118, 118, .3);
	color: #545454;
}

optgroup:not(:last-child) { padding-bottom: 4px; }
optgroup::before { color: #595959; }

option { padding-inline: 2px; }


/* forms (layout class) */
.layout span.required {
	color: #a00;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 0;
	position: relative;
	top: 2px;
}

.layout .formRow,
.layout fieldset {
	border: 1px solid transparent;
	border-radius: 3px;
}

.layout .formRow,
.layout .optionGroup { padding: 8px 4px; }

.layout fieldset .formRow,
.layout fieldset .optionGroup {
	padding-left: 3px;
	padding-right: 3px;
}

.layout.striped .formRow:nth-child(odd) { background: #fff; }
.layout.striped .formRow:nth-child(even),
.layout:not(.striped) .formRow.altBg { background: #f6f6f6; }

.layout fieldset {
	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); /* IE 11 */
	padding: 0 10px;
}

.layout legend ~ fieldset legend {
	font-size: 1em;
	font-weight: 400;
}

.layout label,
.layout .optionGroup span.label { display: block; }

.layout label.secondary.secondary { /* specificity */
	font-size: .92857em;
	margin: 0;
	padding-top: 2px;
	width: auto;
}

.layout .caption {
	font-size: .92857em;
	font-style: italic;
	margin-top: .214286em;
}
.layout span.caption { display: block; }

.layout label + input,
.layout label + select,
.layout label + textarea { max-width: calc(98vw - 16px); }

.layout .optionGroup label {
	display: inline-block;
	width: calc(100% - 1.5em);
}


/* tables */
table {
	border: 1px solid #aaa; /* visible if cell borders are not displayed */
	border-collapse: collapse;
}
table.strict {
	table-layout: fixed;
	width: 100%;
}
table[width] { width: revert; }

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: #333;
	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: rgba(51, 51, 51, .1); }

.hover > tbody tr:hover { background: #f8f0a0; }

tfoot tr {
	background: #003e7e;
	color: #fff;
	font-size: .92857em;
	font-weight: 700;
}

thead a:link,
thead a:visited,
tfoot a:link,
tfoot a:visited { 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; }

/* responsive */
[role="region"][aria-labelledby][tabindex] {
	background:
		linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)),
		linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 0 100%,
		radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)),
		radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
	background-position: 0 0, 100%, 0 0, 100%;
	background-attachment: local, local, scroll, scroll;
	overflow: auto;
}


/* feeds */
.feed h2 a {
	background: 0 50% no-repeat;
	padding-left: 30px;
	padding-right: 0;
}

.feed > ul {
	margin: 0;
	max-height: 362px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
}
.feed > ul > li { padding: 8px 5px; }
.feed > ul > li:nth-child(even) { background: #fff; }

.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: .92857em;
	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;
}


/* message boxes */
.message-box {
	background: #f9f9f9 8px 18px 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: .92857em;
	margin-top: 1.3125rem;
	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");
}


/* page messages */
.pageMessages {
	background: #0a2245;
	overflow: hidden;
}

.pageMessage {
	background: #f6f6f6 25px 15px no-repeat;
	border: 3px solid #fff;
	border-radius: 3px;
	margin: 1.5em 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");
}

.message-box > .close,
.pageMessage > .close {
	background: 0;
	border: 0;
	border-radius: 0 0 0 3px;
	bottom: auto;
	color: inherit;
	font-size: 1.5em;
	font-weight: 400;
	opacity: .33;
	padding: 0 .2em;
	position: absolute;
	right: 0;
	top: 0;
	transition: .2s linear;
}
.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 and utilities */
.alert { color: #a00; }

ul.anchorDown,
ul.anchorDown ul,
ul.anchorUp,
ul.anchorUp ul { list-style: none; }

a.anchorDown::before,
ul.anchorDown a::before {
	content: "\21e3";
	padding-right: .5ch;
}

a.anchorUp::before,
ul.anchorUp a::before {
	content: "\21e1";
	padding-right: .5ch;
}

ul.anchorDown a::before,
ul.anchorUp a::before {
	box-sizing: border-box;
	display: inline-block;
	margin-left: -2em;
	text-align: right;
	width: 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 .forYou ul,
.desaturate.desaturate .hNav div { display: none; }

/* documentViewer() fallback */
a[href*="."]:last-child::after { font-size: .857143em; }
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$=".mp4"]:last-child::after { content: " (MP4)"; }
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$=".wmv"]:last-child::after { content: " (WMV)"; }
a[href$=".xls"]:last-child::after,
a[href$=".xlsm"]:last-child::after,
a[href$=".xlsx"]:last-child::after { content: " (MS Excel)"; }
a[href$=".xml"]:last-child::after { content: " (XML)"; }
a[href$=".zip"]:last-child::after { content: " (Zip)"; }

/* exit link icon */
@media screen {
	[href^="/exit/"] {
		background: url("../img/external.svg") calc(100% + .142857em) 50% / 1.285714em no-repeat;
		padding-right: 1.071428em;
	}
	[href^="/exit/"][style],
	.descendantImage { /* class added by JS */
		background-image: none;
		padding-right: 0;
	}
}

.hide,
.hidden,
.columnSplit { display: none; }

.modal.search {
	background: url("../img/chalkwork/search_16x16.png") 100% 50% no-repeat;
	padding-right: 20px;
}

.noWrap { white-space: nowrap; }

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; }

.sticky {
	position: sticky;
	top: 1rem;
}

.twoColumn,
.threeColumn {
	align-items: flex-start;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
}

.uppercase { text-transform: uppercase; }

/* remain available for screen readers */
.visuallyHidden { position: absolute; }
.visuallyHidden[href="#content"] {
	background: #0a2245;
	color: #fff;
	left: .5em;
	padding: 6px;
	top: .5em;
	transition: .3s linear;
	z-index: 1;
}
.visuallyHidden:not(:focus) {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	width: 1px;
}


/* document library */
#searchAdvisoryCirculars,
#searchForms,
#searchOrdersNotices {
	background: #c8e0f8;
	padding: .5em 0;
}


/* jQuery UI customizations */

.ui-helper-reset { line-height: inherit; }

.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: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 .4285714em;
}
.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: 280px;
	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: calc(100% - 1em);
	padding: 0;
}

.ui-dialog .ui-dialog-titlebar {
	background: #0f3062;
	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,
.ui-tabs .ui-tabs-panel:empty {
	background: #fff url("../img/loadingBar.gif") 50% 50% no-repeat;
	min-height: 60px;
	padding: 0;
}

/* 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: #0f3062;
	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 .4285714em; }

.ui-tabs .ui-tabs-panel {
	border-width: 4px;
	padding: 1px 1em;
}

.ui-tabs.vertical { display: flex; }

.ui-tabs.vertical .ui-tabs-nav {
	box-sizing: border-box;
	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: .4285714em .214286em;
}

.ui-tabs.vertical .ui-tabs-panel {
	border-radius: 0 4px 4px 0;
	box-sizing: border-box;
	width: 73%;
}

.ui-widget-overlay {
	background: currentColor;
	opacity: .75;
}

.ui-widget-shadow { box-shadow: none; }


/* pagination */
.pagination { overflow: hidden; }
.pagination li { float: left; }
.pagination li:nth-child(n+2) { margin-left: .25em; }

.pagination a {
	color: inherit;
	transition: none;
}

.pagination a,
.pagination span {
	border: 1px solid transparent;
	display: block;
	padding: 2px 8px 1px;
}

.pagination a:hover,
.pagination a:focus {
	background: linear-gradient(#555, #222);
	border-color: #111;
	color: #fff;
	text-decoration: none;
}

.pagination span {
	background: #eee;
	border-color: #cacaca;
}

.pagination .arrows span {
	background: 0;
	border-color: transparent;
}

.pagination [aria-disabled] {
	background: inherit;
	border-color: transparent;
	color: #aaa;
}


@media screen {
	.forPrint { display: none; }
}


/* responsive design */
@media (min-width: 370px) {
	.siteLogo img { width: 42px; }

	.siteLogo span {
		width: 8.75rem;
		width: min-content;
	}

	.pageTools > :nth-child(n+2) { margin-left: 2.25rem; }
}

@media (min-width: 440px) {
	.hNav > ul {
		margin: 0 auto;
		max-width: 986px;
	}

	.hNav > ul > li {
		flex-grow: 1;
		min-width: 22%;
	}

	.hNav > ul > li > a { padding: 0; }

	.twoColumn { flex-direction: row; }
	.twoColumn > div { width: calc(50% - 1em); }
}

@media (min-width: 510px) {
	.threeColumn { flex-direction: row; }
	.threeColumn > div { width: calc(100% / 3 - 1em); }
}

@media (min-width: 531px) {
	.header { margin-bottom: 1.5em; }

	.layout .formRow,
	.layout .optionGroup {
		padding-bottom: 4px;
		padding-top: 4px;
	}

	.layout .optionGroup,
	.layout .formRow.noLabel { padding-left: 161px; }

	.layout fieldset .optionGroup,
	.layout fieldset .formRow.noLabel { padding-left: 160px; }

	.layout .optionGroup legend {
		margin-left: -147px;
		max-width: calc(100% + 137px); /* IE 11 */
	}

	.layout label { padding-top: 1px; }

	.layout label,
	.layout .optionGroup span.label {
		display: inline-block;
		margin-right: 3px;
		text-align: right;
		vertical-align: top;
		width: 150px;
	}

	.layout .optionGroup span.label { margin-left: -157px; }

	.layout .optionGroup label {
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.layout label + input,
	.layout label + select,
	.layout label + textarea { max-width: 345px; }

	.layout .caption { margin-left: 157px; }
}

@media (min-width: 570px) {
	.modeRibbon a {
		margin-left: -.5em;
		padding: .5em;
	}

	.header .templateContainer { display: block; }

	.topNav {
		float: right;
		font-size: inherit;
	}

	.topNav > li { margin-left: .75rem; }

	.topNav > li > a { padding: 0 .5em; }

	.siteLogo {
		margin-left: -.5em;
		padding: 1em .5em;
	}

	.siteLogo img {
		margin-right: 10px;
		width: 84px;
	}

	.header form {
		float: right;
		margin-top: 1em;
	}
}

@media (min-width: 570px) and (max-width: 769px), (max-width: 540px) {
	.topNav > :nth-child(4) {
		clear: left;
		margin-left: 0;
	}
}

@media (min-width: 640px) {
	.footer .columns { justify-content: space-evenly; }

	.social { justify-content: center; }
}

@media (min-width: 735px) {
	.hNav { border-bottom: 1px solid #003e7e; }

	.hNav > ul {
		bottom: 4px;
		flex-wrap: nowrap;
		margin-bottom: -5px;
		position: relative;
	}

	.hNav > ul > li {
		min-width: 0;
		position: relative;
	}

	.hNav > ul > li > a { line-height: 3.285714; }

	.hNav li:hover div,
	.hNav a:focus + div,
	.hNav .focusWithin + div {
		display: flex;
		justify-content: space-around;
	}

	.noLeftSidebar .layout label + input,
	.noLeftSidebar .layout label + select,
	.noLeftSidebar .layout label + textarea { max-width: 545px; }
}

@media (min-width: 770px) {
	.topNav,
	.header form { margin-top: 1.5em; }

	#q { width: 18.75rem; } /* 300px */

	.ui-autocomplete { max-width: 355px; }
}

@media (min-width: 776px) {
	.default .hGroup,
	.noRightSidebar .hGroup {
		float: left;
		padding-top: 8px;
	}

	.default .pageToolsContainer,
	.noRightSidebar .pageToolsContainer {
		flex-direction: column;
		float: right;
		width: 220px;
	}

	.default .pageToolsContainer ul,
	.noRightSidebar .pageToolsContainer ul { justify-content: flex-end; }

	.default .shareGroup li,
	.noRightSidebar .shareGroup li { margin-top: 8px; }

	.default #content { float: left; }

	.noRightSidebar .layout label + input,
	.noRightSidebar .layout label + select,
	.noRightSidebar .layout label + textarea { max-width: 585px; }

	.default .rightSidebar {
		float: right;
		margin-bottom: 5em;
		margin-left: 20px;
	}
}

@media (min-width: 860px) {
	.topNav > :nth-child(n+2) { margin-left: 2em; }

	.hNav > ul > li > a {
		font-size: 1rem;
		line-height: 3.375;
	}

	.footer .columns { flex-wrap: nowrap; }
	.footer.row2 .columns { justify-content: space-between; }

	.footer .columns div { padding: 0; }
	.footer .columns > :nth-child(n+2) { margin-left: 1em; }
}

@media (min-width: 930px) {
	.hNav > ul > li > a { font-weight: 700; }
}

@media (min-width: 980px) {
	.mainColumn {
		float: right;
		width: 100%; /* prevent float shrink-wrapping */
	}

	.hGroup {
		float: left;
		padding-top: 8px;
	}

	.pageToolsContainer {
		flex-direction: column;
		float: right;
		width: 220px;
	}

	.pageToolsContainer ul { justify-content: flex-end; }

	.shareGroup li { margin-top: 8px; }

	.noSidebars .layout label + input,
	.noSidebars .layout label + select,
	.noSidebars .layout label + textarea { max-width: 785px; }

	#content { float: left; }

	#content > footer { flex-direction: column-reverse; }

	.rightSidebar {
		float: right;
		margin-bottom: 5em;
		margin-left: 20px;
	}

	.vNav {
		float: left;
		margin: 0 20px 5em 0;
		width: 180px;
	}

	.vNav > ul > li > ul:first-child { margin-top: 30px; } /* no top-level menu item */

	.vNav .here::after {
		color: #aaa;
		content: "\21e8";
		font: 2em/.33 Arial, "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Segoe UI Symbol";
		height: .45em;
	}
}

@media (max-width: 979px) {
	.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: 775px) {
	.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;
	}
}

@media (max-width: 734px) {
	.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: 530px) {
	img.left:not(.keepFloated),
	img.right:not(.keepFloated),
	figure.left:not(.keepFloated),
	figure.right:not(.keepFloated) {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}


/* override @media rules */
.layout .noLabel .caption,
.layout .optionGroup .caption { margin-left: 0; }


/* iOS */
@supports (-webkit-touch-callout: none) {
	button,
	input,
	select,
	textarea { font-size: 1rem; }
}


/* print */
@media print {
	* {
		background: #fff !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a { text-decoration: underline; }

	abbr[title]::after {
		content: " (" attr(title) ")";
		font-size: .857143em;
	}

	blockquote,
	figure,
	img,
	pre,
	tr { break-inside: avoid; }

	blockquote,
	pre { border: 1px solid #999; }

	h2,
	h3,
	h4,
	h5,
	h6 { break-after: avoid; }

	p {
		orphans: 3;
		widows: 3;
	}

	nav,
	.header form,
	.pageTools,
	.shareGroup,
	.rightSidebar,
	footer,
	.noPrint { display: none; }

	.siteLogo {
		font-size: 1.5rem;
		margin: 0;
		padding: 0;
		text-decoration: none;
	}

	.templateContainer,
	.mainColumn,
	.mainColumn #content {
		float: none;
		padding: 0;
		width: auto;
	}
}
