/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font: normal 80%/1.2em Arial, Helvetica, sans-serif;
}

a {
    color: #e21833;
    text-decoration: none;
}
a:hover {
    color: #009;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
}
h1 {
font-family: "Verdana";
font-size: 14pt;
margin-bottom: 0px;
margin-top: .25em;
}
/* h1 {
font-size: 150%;
}
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
table th {
text-align: left;
}
table td {
vertical-align: top;
}
div#mirrorum {
background-color: #FFF;
padding: 1em 2em;
/*border-top: 3px solid #ffcf00;*/
}
div#mirrorum table {
width: 100%;
}

tbody tr:nth-child(odd) {
    background: #eee;
}
tbody tr:nth-child(odd) a {
    color: #d80e29;
}

tr.instructions td {
padding: 0.5em 1em;
}
div#mirrorum table td span {
color: #6C6C6C;
font-size: 70%;
padding-left: 1em;
}
div#chart {
border-top: 1px solid #999;
margin-top: .5em;
padding-top: .5em;
text-align: center;
}
div#chart div {
display: inline-block;
margin: 0 10px;
}
div#chart img {
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/***** UMD HEADER *****/

.umdheader-visually-hidden{
	border:0!important;
	clip:rect(0 0 0 0)!important;
	height:1px!important;
	margin:-1px!important;
	overflow:hidden!important;
	padding:0!important;
	position:absolute!important;
	width:1px!important
}
.umdheader-wrap{
	display:block!important;
	position:relative!important;
	z-index:2147483647!important;
	font-family:Source Sans,Source Sans Pro,sans-serif!important;
	font-size:13px!important;
	line-height:1.3!important
}
.umdheader-wrap--sticky{
	position:fixed!important;
	top:0!important;
	left:0!important;
	right:0!important;
	bottom:auto!important;
	width:100%!important
}
.umdheader-wrap .ext{
	display:none
}
.umdheader-alert{
	text-align:center!important;
	color:#434a4f!important;
	font-family:Source Sans,Source Sans Pro,sans-serif!important;
	font-size:13px!important;
	line-height:1.3!important;
	border:0!important;
	margin:0!important;
	padding:8px 30px!important
}
.umdheader-alert,.umdheader-alert--general{
	background-color:#f4f4f4!important
}
.umdheader-alert--open{
	background-color:#ffd200!important
}
.umdheader-alert--closed{
	background-color:#70ebd6!important
}
.umdheader-alert__title{
	font-weight:700!important;
	text-transform:uppercase!important;
	padding:0!important
}
.umdheader-alert__desc p,.umdheader-alert__title{
	display:inline!important;
	font-family:Source Sans,Source Sans Pro,sans-serif!important;
	font-size:13px!important;
	line-height:1.3!important;
	border:0!important;
	margin:0!important
}
.umdheader-alert__desc p{
	padding:0 0 0 5px!important
}
.umdheader-alert__desc a{
	color:#434a4f!important;
	text-decoration:underline!important;
	font-family:Source Sans,Source Sans Pro,sans-serif!important;
	font-size:13px!important;
	line-height:1.3!important;
	border:0!important;
	margin:0!important;
	padding:0!important
}
.umdheader-alert__desc a:focus,.umdheader-alert__desc a:hover{
	color:#e21833!important
}
.umdheader-alert__desc a:active,.umdheader-alert__desc a:visited{
	color:#434a4f!important
}
.umdheader-alert__close-trigger{
	position:absolute!important;
	right:10px!important;
	width:20px!important;
	height:20px!important;
	cursor:pointer!important;
	border:0!important;
	margin:-2px 0 0!important;
	padding:0!important
}
.umdheader-alert__close-trigger:after,.umdheader-alert__close-trigger:before{
	position:absolute!important;
	display:inline-block!important;
	width:2px!important;
	height:20px!important;
	content:""!important;
	background-color:#434a4f!important
}
.umdheader-alert__close-trigger:after{
	transform:rotate(45deg)!important
}
.umdheader-alert__close-trigger:before{
	transform:rotate(135deg)!important
}
.umdheader-alert--hidden{
	display:none!important
}
.umdheader-main{
	display:block!important;
	background-color:#e21833!important;
	margin:0!important
}
.umdheader-main,.umdheader-main__container{
	border:0!important;
	padding:0!important;
	font-family:Source Sans,Source Sans Pro,sans-serif!important;
	font-size:13px!important;
	line-height:1.3!important
}
.umdheader-main__container{
	display:flex!important;
	justify-content:space-between!important;
	align-items:center!important;
	height:56px!important;
	margin:0 auto!important
}
@media (min-width:1100px){
	.umdheader-main__container{
		height:44px!important
	}
}
.umdheader-main__container--centered{
	justify-content:center!important
}
.umdheader-main__logo{
	border:0!important;
	margin:1px 0 0!important;
	padding:0 0 0 10px!important;
	font-family:Source Sans,Source Sans Pro,sans-serif!important;
	font-size:13px!important;
	line-height:1.3!important;
	color:#fff!important;
	font-family:Crimson,serif!important;
	font-size:1.076923076923077em!important;
	font-weight:400!important
}
.umdheader-main__container--centered .umdheader-main__logo{
	padding-left:0!important
}
.umdheader-main__logo a{
	font-family:Source Sans,Source Sans Pro,sans-serif!important;
	font-size:13px!important;
	line-height:1.3!important;
	font-family:Crimson,serif!important;
	font-size:100%!important;
	color:#fff!important;
	text-decoration:none!important;
	padding:10px 0!important;
	display:inline-block!important;
	text-transform:uppercase!important;
	letter-spacing:1px!important
}
.umdheader-main__logo img{
	line-height:0!important;
	height:28px!important;
	padding-left:0!important;
	vertical-align:initial!important
}
