@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
/**/
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container { position: relative; width: 100%; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.column, .columns { width: 100%; float: left; box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
.container { width: 90%; padding: 0; margin: auto; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
.container { max-width: 1400px; }
.column, .columns { margin-left: 4%; }
.column:first-child, .columns:first-child { margin-left: 0; }
.one.column, .one.columns { width: 4.66666666667%; }
.two.columns { width: 13.3333333333%; }
.three.columns { width: 22%; }
.four.columns { width: 30.6666666667%; }
.five.columns { width: 39.3333333333%; }
.six.columns { width: 48%; }
.seven.columns { width: 56.6666666667%; }
.eight.columns { width: 65.3333333333%; }
.nine.columns { width: 74.0%; }
.ten.columns { width: 82.6666666667%; }
.eleven.columns { width: 91.3333333333%; }
.twelve.columns { width: 100%; margin-left: 0; }
.one-third.column { width: 30.6666666667%; }
.two-thirds.column { width: 65.3333333333%; }
.one-half.column { width: 48%; }
/* Offsets */
.offset-by-one.column, .offset-by-one.columns { margin-left: 8.66666666667%; }
.offset-by-two.column, .offset-by-two.columns { margin-left: 17.3333333333%; }
.offset-by-three.column, .offset-by-three.columns { margin-left: 26%; }
.offset-by-four.column, .offset-by-four.columns { margin-left: 34.6666666667%; }
.offset-by-five.column, .offset-by-five.columns { margin-left: 43.3333333333%; }
.offset-by-six.column, .offset-by-six.columns { margin-left: 52%; }
.offset-by-seven.column, .offset-by-seven.columns { margin-left: 60.6666666667%; }
.offset-by-eight.column, .offset-by-eight.columns { margin-left: 69.3333333333%; }
.offset-by-nine.column, .offset-by-nine.columns { margin-left: 78.0%; }
.offset-by-ten.column, .offset-by-ten.columns { margin-left: 86.6666666667%; }
.offset-by-eleven.column, .offset-by-eleven.columns { margin-left: 95.3333333333%; }
.offset-by-one-third.column, .offset-by-one-third.columns { margin-left: 34.6666666667%; }
.offset-by-two-thirds.column, .offset-by-two-thirds.columns { margin-left: 69.3333333333%; }
.offset-by-one-half.column, .offset-by-one-half.columns { margin-left: 52%; }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html { font-size: 62.5%; }
body { margin: 0; font-size: 1.5em; line-height: 1.6; font-weight: 400; font-family: 'Open Sans', Helvetica, Arial, sans-serif; color: #444; }
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 { color: #253F70; font-weight: 400; line-height: 1; margin: 3rem 0 1rem; }
h1 { text-transform: capitalize; font-weight: 700; margin-top: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
h1 { font-size: 3.25rem; }
h2 { font-size: 2.75rem; }
h3 { font-size: 2.5rem; }
h4 { font-size: 2.25rem; }
h5 { font-size: 2rem; }
h6 { font-size: 1.75rem; }
}
p { margin-top: 0; }
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a { color: #4271D0; text-decoration: none }
a:hover { color: #368; }
main a:hover { text-decoration: underline; }
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] { display: inline-block; height: 38px; padding: 0 30px; color: #555; text-align: center; font-size: 11px; font-weight: 600; line-height: 38px; letter-spacing: .1rem; text-transform: uppercase; text-decoration: none; white-space: nowrap; background-color: transparent; border-radius: 4px; border: 1px solid #bbb; cursor: pointer; box-sizing: border-box; }
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus { color: #333; border-color: #888; outline: 0; }
.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary { color: #FFF; background-color: #33C3F0; border-color: #33C3F0; }
.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus { color: #FFF; background-color: #1EAEDB; border-color: #1EAEDB; }
.button.fullwidth { width: 100%; }
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select { height: 38px; padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ background-color: #fff; border: 1px solid #D1D1D1; border-radius: 4px; box-shadow: none; box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
textarea { min-height: 65px; padding-top: 6px; padding-bottom: 6px; }
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #33C3F0; outline: 0; }
label, legend { display: block; margin-bottom: .5rem; font-weight: 600; }
fieldset { padding: 0; border-width: 0; }
input[type="checkbox"], input[type="radio"] { display: inline; }
label > .label-body { display: inline-block; margin-left: .5rem; font-weight: normal; }
/* Lists
––––––––––––––––––––––––––––––––––––––––––––––––––  */
ul { list-style: circle outside; }
ol { list-style: decimal outside; }
ol, ul { margin: 0 1rem; }
ul ul, ul ol, ol ol, ol ul { margin: 1.5rem 0 1.5rem 3rem; }
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code { padding: .2rem .5rem; margin: 0 .2rem; font-size: 90%; white-space: nowrap; background: #F1F1F1; border-radius: 4px; }
pre > code { display: block; padding: 1rem 1.5rem; white-space: pre; }
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table { width: 100%; border-collapse: collapse; }
thead { background-color: #ddd; }
th, td { padding: 12px 15px; text-align: left; }
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button, .button { margin-bottom: 1rem; }
input, textarea, select, fieldset { margin-bottom: 1.5rem; }
pre, blockquote, dl, figure, table, p, ul, ol, form { margin-bottom: 2.5rem; }

/* YELLOW TABLE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table.y {
	background-color: #ffc;
	border: solid 1px #960;
	width: 90%;
	margin: auto;
	background-image: url(../images/pattern_068b.gif);
}
table.dcReq { margin: 15px auto; }
table.dcReq tr td {
	background-image: url(../images/dc-banner.svg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 135px !important;
	background-position: left 20px;
	background-size: 350px;
}
table.y tr td {
	vertical-align: top;
	padding: 10px 20px;
}
table.y h3, table.y h4 {
	background-color: #fc6;
	padding: 6px;
	color: #036;
}
table.y h3 { font-size: 2.25rem; }
table.y h4 { font-size: 2.25rem; }
table.y h3 a, table.y h4 a { color: #036; }
table.yc tr td { text-align: center; }


#yellowbox {
	background-color: #ffc;
	border: solid 1px #960;
	width: 90%;
	margin: auto;
	padding: 10px 20px;
}

#yellowbox h3 { font-size: 2.25rem; background-color: #fc6; padding: 6px; color: #036; }
#yellowbox h4 { font-size: 2.25rem; background-color: #fc6; padding: 6px; color: #036; }
#yellowbox h3 a { color: #036; }
#yellowbox h4 a { color: #036; }


/* footnotes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#footnote {
	border-top: solid 1px #ccc;
	color: #aaa;
	font-size: 9pt;
	padding-top: 1px;
}
#footnote p, #footnote h3 {
	border-top: none;
	color: #aaa;
	font-size: 9pt;
	padding-top: 2px;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr { margin-top: 3rem; margin-bottom: 3.5rem; border-width: 0; border-top: 1px solid #E1E1E1; }
abbr { cursor: help; }
/* Self Clearing Goodness */
.container:after, .row:after, .u-cf { content: ""; display: table; clear: both; }
/* Header */
#logo { max-width: 500px; margin: 0; }
.banner { background-color: #143c6c; background: url(../images/banner.png); }
.banner ul { margin: 0; text-align: right; }
.banner ul li { display: inline-block; padding: 5px 20px; margin: 0 }
.banner a { text-decoration: none; border: none; color: #b0bcc4; }
.banner a:hover { color: #fff; }
.banner ul input { margin: 0 }
header { padding: 13px 0; }
/* Footer */
footer { padding: 1rem 0; color: #fff; background-color: #143c6c; }
footer h4 { color: #fff; }
footer p { color: #b0bcc4; }
/* Left Nav */
#subNav h4 { border-bottom: double 3px; font-size: 2rem; }
#subNav ul { text-decoration: none; list-style-type: none; margin: 0!important; padding: 0 }
#subNav li { border-bottom: 1px solid #f1f1f1; margin: 0 }
#subNav li:last-child { border-bottom: none }
#subNav li a { color: #777; padding: 7px; display: block; border: 0; font-weight: 400 }
#subNav li a:hover { background-color: #eee; color: #444; }
#subNav .active a { color: #d91f5d }
/* Top Nav */
#topnav { background: #e5e5e5 none repeat scroll 0 0 }
#menu { text-align: center; }
#menu li { display: inline-block; margin: 0; padding: 0; }
#menu li a, .burger { color: #333; display: block; font-size: 1.2em; font-weight: 400; padding: 10px 20px; text-decoration: none; }
#menu li a:hover, .burger:hover { color: #d91f5d }
#menu ul { display: none; margin: 0 1.5rem; border-top: dotted 1px #aaa; }
.mobile-menu-only { display: none }
#topnav input[type=checkbox] { display: none }
input[type=checkbox]:checked ~ #menu, input[type=checkbox]:checked ~ #subNav { display: block }
.burger { cursor: pointer; display: none; margin: 0; }
.show-for-mobile { display: none !important; }
.hide-for-mobile { display: inherit; }
img { max-width: 100%; height: auto;  }
.well { background: #f9f9f9; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 1rem 0 2rem; }
.vertical-center { display: table; }
.vertical-center .row { display: table-row; }
.vertical-center .columns { display: table-cell; vertical-align: middle; float: none; }
.text-right { text-align: right; }
.text-center { text-align: center; }
#tagline { color: #999; font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; font-size: 0.9em; font-style: italic; margin: 0; }
#tagline input { font-size: 1.333em; width: 75%; padding: 3px 6px 5px; font-weight: 300; margin: 10px 5px; color: #4271D0; }
.mch-search { font-size: 2.5rem; position: relative; top: 5px; }
main.container { margin: 2rem auto; }
#Overview_02_sub, #Supervision_01_sub, #Supervision_02_sub, #Supervision_03_sub, #Supervision_04_sub, #Supervision_05_sub, #Supervision_06_sub, #Supervision_07_sub, #Issues_02_sub, #Issues_05_sub, #Issues_07_sub, #Issues_08_sub, #Issues_09_sub, #Issues_10_sub, #Issues_11_sub, #Issues_12_sub { display: none; }
#subNav li a.menuFocus { color: #000; font-weight: 700; }
#subNav ul.showSubNav { display: block !important; margin-left: 2.5rem !important; }
/*
fontastic */
@font-face { font-family: "fontastic"; src: url(../fonts/fontastic.eot); src: url(../fonts/fontastic.eot?#iefix) format("embedded-opentype"), url(../fonts/fontastic.woff) format("woff"), url(../fonts/fontastic.ttf) format("truetype"), url(../fonts/fontastic.svg#fontastic) format("svg"); font-weight: 400; font-style: normal }
[data-icon]:before { font-family: "fontastic"!important; content: attr(data-icon); font-style: normal!important; font-weight: 400!important; font-variant: normal!important; text-transform: none!important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
[class^="mch-"]:before, [class*=" mch-"]:before { font-family: "fontastic"!important; font-style: normal!important; font-weight: 400!important; font-variant: normal!important; text-transform: none!important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
.mch-search:before { content: "\36" }
.list-arrow { list-style-type: none!important }
.list-arrow li:before { content: "\7e"; font-family: fontastic; display: inline-block; margin-left: -1.3em; width: 1em; position: relative; top: 3px; color: #666 }
#mainContent { float: right; margin-left: 4%; }
#subNav { margin-left: 0; }
.panel { background-color: #f9f9f9; border: solid 1px #ccc; padding: 2rem 2rem 1rem; border-radius: 3px; box-shadow: inset 0px 0px 18px 0px rgba(204,204,204,1); }
.card { background-color: #f9f9f9; border: solid 1px #ccc; padding: 2rem 2rem 0; border-radius: 3px; margin: 2rem auto; }
.card.red { background-color: #ffeced; border-color: #e85961; }
.card.green { background-color: #e0eef2; border-color: #368194; }
/*


Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Midrange -- adjust the navigation... */
@media (max-width: 960px) and (min-width: 768px) {
#menu li a { font-size: 1em; padding: 10px 11px 7px; }
.banner ul { text-align: center; }
}

/* Smaller than desktop -- hide the navigation... */
@media (max-width: 768px) {
#menu li, #menu ul, .burger { display: block; }
#menu { margin: 0 -1rem; padding-bottom: 1rem; }
#menu { text-align: left; display: none; }
#subNav { width: 100%; padding: 0 2rem 1rem; background-color: #f9f9f9; }
#mainContent { float: left; margin-left: 0; width: 100%; }
#menu .show-for-mobile { display: block !important; }
#menu ul li { display: block; border-bottom: dotted 1px #aaa; }
#menu ul a { font-size: 1em; }
.vertical-center .columns { display: block; width: 100%; margin-left: 0; }
#tagline { text-align: center; float: none; margin: 1em; max-width: none; }
.hide-for-mobile { display: none !important; }
}

/*Print Styles*/
@media print {
.banner, footer, nav { display: none }
.wrapper { border: none!important }
#page_title { background-color: none !important; background-image: none !important; border: none !important; border-radius: none !important; display: inline-table; margin-bottom: 5px; overflow: hidden; width: 100%; }
.toggleContent { display: block !important; }
}




            /* Style the buttons that are used to open and close the accordion panel */
            .accordion {
              background-color: #eee;
              color: #444;
              cursor: pointer;
              padding: 9px 18px;
              width: 100%;
              text-align: left;
              border: none;
              outline: none;
              transition: 0.33s;
              height: auto;
              margin-bottom: 0;
              margin-top: 1rem;
            }

            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            .active,
            .accordion:hover {
              background-color: #ccc;
            }
            .active {
              border-radius: 4px 4px 0 0;
            }
            .accordion:after {
              content: "\002B";
              color: #777;
              font-weight: bold;
              float: right;
              margin-left: 5px;
            }

            .active:after {
              content: "\2212";
            }
            /* Style the accordion panel. Note: hidden by default */
            .accordion-content {
              padding: 0;
              background-color: white;
              max-height: 0;
              overflow: hidden;
              transition: all 0.2s ease-out;
              border: solid 0 #ccc;
              border-radius: 0 0 4px 4px;
            }
            .video-frame {
              padding: 46.88% 0 0 0;
              position: relative;
            }
            .video-frame iframe {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
            }
