@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/

*,
*::before,
*::after
{
	box-sizing: border-box;
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */

html
{
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body
{
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary
{
	display: block;
}

audio,
canvas,
progress,
video
{
	display: inline-block;
	max-width: 100%;
}

progress
{
	vertical-align: baseline;
}

audio:not([controls])
{
	display: none;
	height: 0;
}

[hidden],
template
{
	display: none;
}

a
{
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover
{
	outline-width: 0;
}

abbr[title]
{
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

dfn
{
	font-style: italic;
}

mark
{
	background: #ff0;
	color: #000;
}

small
{
	font-size: 80%;
}

sub,
sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub
{
	bottom: -0.25em;
}

sup
{
	top: -0.5em;
}

figure
{
	margin: 1em 40px;
}

img
{
	border-style: none;
}

svg:not(:root)
{
	overflow: hidden;
}

code,
kbd,
pre,
samp
{
	font-family: monospace, monospace;
	font-size: 1em;
}

hr
{
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button,
input,
select,
textarea
{
	font: inherit;
	margin: 0;
}

optgroup
{
	font-weight: bold;
}

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-style: none;
	padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring
{
	outline: 1px dotted ButtonText;
}

fieldset
{
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend
{
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea
{
	overflow: auto;
}

[type=checkbox],
[type=radio]
{
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button
{
	height: auto;
}

[type=search]
{
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration
{
	-webkit-appearance: none;
}

::-webkit-input-placeholder
{
	color: inherit;
	opacity: 0.54;
}

::-webkit-file-upload-button
{
	-webkit-appearance: button;
	font: inherit;
}

/* End extract */

html,
body
{
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

html
{
	overflow-x: hidden;
}

h1
{
	font-size: 36px;
}

h2
{
	font-size: 30px;
}

h3
{
	font-size: 24px;
}

h4
{
	font-size: 20px;
}

h5
{
	font-size: 18px;
}

h6
{
	font-size: 16px;
}

.w3-serif
{
	font-family: serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: "Segoe UI", Arial, sans-serif;
	font-weight: 400;
	margin: 10px 0;
	color: #061f6b;
}

.w3-wide
{
	letter-spacing: 4px;
}

hr
{
	border: 0;
	border-top: 1px solid #eee;
	margin: 20px 0;
}

.outer-container
{
	min-width: 200px;
	max-width: 1200px;
}

.inst-container:after,
.inst-container:before,
.inst-panel:after,
.inst-panel:before
{
	content: "";
	display: table;
	clear: both;
}

.inst-container,
.inst-panel
{
	width: 100%;
	padding: 0.5em 16px;
}

.inst-container p
{
	margin-bottom: 30px;
}

.inst-panel
{
	margin-top: 16px;
	margin-bottom: 16px;
}

.inst-card
{
	display: flex;
	width: 100%;
	max-width: 1200px;
	justify-content: center;
	/*align-items: center;*/
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

.inst-border-bottom
{
	border-bottom: 1px solid #ccc !important;
    margin-bottom: 20px;
}

.grid-1col
{
	display: grid;
	place-items: center;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	grid-template-columns: minmax(0, 1fr);
	max-width: 1200px;
	margin: 0 auto; /* Center the grid container */
}

.grid-2col
{
	display: grid;
	/*place-items: center;*/
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	grid-template-columns: minmax(0, 1fr);
	max-width: 1200px;
	margin: 0 auto; /* Center the grid container */
}
.grid-2col p,
.grid-2col h1,
.grid-2col h2,
.grid-2col h3
{
	min-width: 200px;
}

.inst-card .narrower
{
	max-width: 100px;
}

img
{
	vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
	height: auto;
	padding: 10px;
}

img.title
{
	max-width: 100%;
	max-height: 100vh;
	height: auto;
}

.instNum
{
	color: #903;
	float: left;
	font-family: Georgia;
	font-size: 3rem;
	line-height: 1.5rem;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
}

MadCap|dropDown
{
	mc-closed-image: url('../Images/DropDown/closed.png');
	mc-open-image: url('../Images/DropDown/open.png');
}

table
{
	width: 100%;
}

@media screen and (min-width: 900px)
{
	.grid-2col
	{
		grid-template-columns: repeat(2, minmax(200px,600px));
	}

	.inst-card-4 .narrower
	{
		max-width: 300px;
	}
}

.inst-pale-blue,
.inst-hover-pale-blue:hover
{
	color: #000 !important;
	background-color: #ddffff !important;
}

.inst-yellow,
.inst-hover-yellow:hover
{
	color: #000 !important;
	background-color: #ffeb3b !important;
}
