h1 {
  clear: both;
  color: #0000FF;
  font-size: 14pt;
  font-weight: bold;
  margin: 5px 0px 15px;
  padding: 0px;
  text-align: center;
  text-decoration: none;
}

h2 {
  clear: left;
  color: #4444FF;
  font-size: 14pt;
  font-weight: bold;
  margin: 0.25in 0pt 0pt 5px;
  padding: 0pt;
  text-align: left;
}

h3 {
  clear: left;
  color: #4444FF;
  font-size: 10pt;
  font-weight: bold;
  margin: 5px 5px 0px 5px;
  padding: 0;
  text-align: left;
}

html, body {
  background-color: #FFF;
  color: Navy;
  font-family: Arial,Helvetica,Geneva,Verdana,sans-serif;
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0.75em 5px;
  /* padding: 0.05in 5px; */
}

p.Q {
  font-weight: bold;
  font-style: italic;
  font-size: 1.25em;
}

/* --- added on 3/8/17 by Matthew --- */
  table.FullSchedule {
    border-collapse: collapse;
    border: 1px solid #DEE5F0;
    background: #C3C3E5;
    color: black;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 25px;
  }
  .MLScheduleTable td:nth-child(1) {text-align: center;}
  .MLScheduleTable td:nth-child(2) {text-align: right;}
  .MLScheduleTable td:nth-child(3) {text-align: center;}
  .MLScheduleTable td:nth-child(4) {text-align: center;}
  .MLScheduleTable td:nth-child(5) {text-align: left;}
  .MLScheduleTable td:nth-child(6) {text-align: center;}

  .FullSchedule td,
  .FullSchedule th {
    border: 1px solid #DEE5F0;
    padding: 3px;
    line-height: 1.3em;
  }
  .FullSchedule th {
    background: #4F81BD;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-right: .5em;
    /* vertical-align: middle; */
  }
  .FullSchedule thead th {
    background: #4F81BD;
    text-align: center;
  }
  .FullSchedule tr:nth-child(even) {
    background-color: #B8CCE4;
  }
  .FullSchedule tr:nth-child(odd) {
    background-color: #DBE5F1;
  }
  .FullSchedule tr:hover:nth-child(n+3) {
    background-color: #FFFCDE;
  }

/* --- END --- */

/* --- added on 3/8/17 by Matthew --- */
  table.CanceledSchedule {
    border-collapse: collapse;
    border: 1px solid #FFFFFF;
    background: Gainsboro;
    color: Dimgray;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 25px;
  }
  .CanceledSchedule tr:nth-child(1) {
    text-align: center;
  }
  .CanceledSchedule tr:nth-child(1) > td {
    padding: 10px;
  }
  .CanceledSchedule tr:nth-child(2) {
    height: 40px;
  }
  .CanceledSchedule td:nth-child(-n+3) {
    text-align: center;
  }
  .CanceledSchedule td,
  .CanceledSchedule th {
    border: 1px solid #FFFFFF;
    padding: 3px 3px 3px 3px;
    line-height: 1.3em;
  }
  .CanceledSchedule th {
    background: #B2B2B2;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    padding-right: .5em;
    /* vertical-align: middle; */
  }
  .CanceledSchedule thead th {
    background: #2C5755;
    text-align: center;
  }
  .CanceledSchedule tr:hover:nth-child(n+3) {
    background-color: White;
  }

/* --- END --- */

/* --- added on 9/27/16 by Matthew --- */
  blockquote {
    font-family: Georgia, serif;
    font-size: 15px;
    font-style: italic;
    /* width: 38%; */
    margin: 0.25em 0;
    padding: 0.25em 50px;
    line-height: 1.45;

    position: relative;
    color: #383838;
  }

  blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: 0px;
    top: -20px;
    color: #7a7a7a;
  }

  blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    text-align: right;
  }

  blockquote cite:before {
    content: "\2014 \2009";
  }
/* --- END --- */

/* --- added on 7/23/16 by Matthew --- */
  .bold {
    font-weight: bold;
  }
  .textmiddle {
    text-align: center;
    max-width: 800px;
    margin: auto;
  }
/* --- END --- */

/* --- added on 7/23/16 by Matthew --- */
  table.MLTuitionTable {
    border-collapse: collapse;
    border: 1px solid #E3E3FF;
    /* border: 1px solid #8B8BCC; */
    background: #E3E3FF;
    /* font: .9em/1.2em Georgia, "Times New Roman", Times, serif; */
    color: #000000;
    margin-left:auto;
    margin-right:auto;
  }
  .MLTuitionTable td:nth-child(3),
  .MLTuitionTable td:nth-child(4),
  .MLTuitionTable td:nth-child(5),
  .MLTuitionTable td:nth-child(6),
  .MLTuitionTable td:nth-child(7) {
    text-align: center;
  }
  .MLTuitionTable caption {
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
    padding: 1em 4px;
  }
  .MLTuitionTable td,
  .MLTuitionTable th {
    border: 1px solid #E3E3FF;
    padding: 3px 3px 3px 3px;
    line-height: 1.3em;
  }
  .MLTuitionTable th {
    background: #7575BF;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-right: .5em;
    /* vertical-align: middle; */
  }
  .MLTuitionTable thead th {
    background: #2C5755;
    text-align: center;
  }
  .MLTuitionTable .odd td {
    background: #DBE6DD;
  }
  .MLTuitionTable .odd th {
    background: #6E8D88;
  }
  .MLTuitionTable td a,
  .MLTuitionTable td a:link {
    color: #325C91;
  }
  .MLTuitionTable td a:visited {
    color: #466C8E;
  }
  .MLTuitionTable td a:hover,
  .MLTuitionTable td a:focus {
    color: #1E4C94;
  }
  .MLTuitionTable th a,
  .MLTuitionTable td a:active {
    color: #fff;
  }
  .MLTuitionTable tfoot th,
  .MLTuitionTable tfoot td {
    background: #2C5755; color: #fff;
  }
  .MLTuitionTable th + td {
    padding-left: .5em;
  }
  .MLTuitionTable tr:nth-child(odd) {
    background-color: #CDCDF2;
  }
  .MLTuitionTable tr:hover:nth-child(n+3) {
    background-color: #aff;
  }

/* --- END --- */

/* --- BEGIN --- */
  table.MLmiscTable {
    border-collapse: collapse;
    border: 1px solid #E3E3FF;
    background: #E3E3FF;
    color: #000000;
  }
  .MLmiscTable td,
  .MLmiscTable th {
    border: 1px solid #E3E3FF;
    padding: 4px 8px 4px 8px;
    line-height: 1.3em;
  }
  .MLmiscTable th {
    background: #7575BF;
    color: #ffffff;
  }
  .MLmiscTable tr:nth-child(odd) {
    background-color: #CDCDF2;
  }
  .MLmiscTable tr:hover:nth-child(n+1) /* start at row 2 (ignore header row) */
  {
    background-color: #FFFCDE; /* hover highlighting */
  }


/* --- END --- */


/* --- added on 7/23/16 by Matthew --- */
  table.MLSummerTable
    {
      margin: 25px auto 25px;
      border: 1px solid #C6C6C6;
      border-collapse: collapse;
      background: white;
      color: black;
    }
  .MLSummerTable tr:nth-child(odd)
    {
      background-color: #CDE3E7; /* alternating row color */
    }
  .MLSummerTable tr:hover:nth-child(n+2) /* start at row 2 (ignore header row) */
    {
      background-color: #d8c6e6; /* hover highlighting */
    }
  .MLSummerTable tr:nth-last-child(1):hover, .MLSummerTable tr:nth-last-child(1)
    {
      border: 1px solid #FFF;
      border-top: 1px solid #C6C6C6;
      background-color: #FFF;
    }
  .MLSummerTable tr th:not(:last-child)
    {
      border-right: 1px solid white;
    }
  .MLSummerTable tr th
    {
      padding: 8px;
      border: 1px solid #C6C6C6;
      border-bottom: 1px solid white;
      background: #59c1d1;
      font-weight: bold;
    }
  .MLSummerTable tr td
    {
      text-align: left;
      padding: 5px;
    }
  .MLSummerTable tr td:not:nth-child(2), .MLSummerTable tr td:not(:last-child)
    {
      text-align: center;
    }
  .MLSummerTable tr td a,
  .MLSummerTable tr td a:link,
  .MLSummerTable tr td a:visited
    {
      color: #5A9DC4;
    }
/* --- END --- */

/* --- END --- */


/* --- added on 10/20/2016 by Matthew --- */
  table.MLScheduleTable {
    border-collapse: collapse;
    border: 1px solid #E3E3FF;
    background: #E3E3FF;
    color: #000000;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 25px;
  }
  .MLScheduleTable tr:nth-child(1) {
    text-align: center;
  }
  .MLScheduleTable tr:nth-child(1) > td {
    padding: 10px;
  }
  .MLScheduleTable tr:nth-child(2) {
    height: 40px;
  }
  .MLScheduleTable td:nth-child(-n+3) {
    text-align: center;
  }
  .MLScheduleTable td,
  .MLScheduleTable th {
    border: 1px solid #E3E3FF;
    padding: 3px 3px 3px 3px;
    line-height: 1.3em;
  }
  .MLScheduleTable th {
    background: #7575BF;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-right: .5em;
    /* vertical-align: middle; */
  }
  .MLScheduleTable thead,
  .MLScheduleTable th {
    background: #7575BF;
    text-align: center;
  }
  .MLScheduleTable .odd td {
    background: #DBE6DD;
  }
  .MLScheduleTable .odd th {
    background: #6E8D88;
  }

  /* --- END --- */

/* -- Added on 5/18 by Matthew -- */
  a.mp-button {
    background-color: #333399;
        color: #fff;
        font-weight: bold;
        border-radius: 5px;
        display: inline-block;
        padding: 8px 10px;
        text-decoration: none;
        margin: 10px 10px 10px 0;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif
    text-align: center;
  }
  h1.uppercase {
    text-transform: uppercase;
  }
  h1.lowercase {
    text-transform: lowercase;
  }
  h1.capitalize {
    text-transform: capitalize;
  }
/* -- END -- */

  a.MLbutton {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
      text-decoration: none;
    color: black;
    font-size: 0.85em;
    width: 150px;
    text-align: center;
    padding: 3px 5px 3px 5px;
  }

  /*
  .MLScheduleTable td a,
  .MLScheduleTable td a:link {
    color: #325C91;
  }
  .MLScheduleTable td a:visited {
    color: #466C8E;
  }
  .MLScheduleTable td a:hover,
  .MLScheduleTable td a:focus {
    color: #1E4C94;
  }
  .MLScheduleTable th a,
  .MLScheduleTable td a:active {
    color: #fff;
  }
  .MLScheduleTable tfoot th,
  .MLScheduleTable tfoot td {
    background: #2C5755; color: #fff;
  }
  */
  .MLScheduleTable th + td {
    padding-left: .5em;
  }
  .MLScheduleTable tr:nth-child(odd) {
    background-color: #CDCDF2;
  }
  .MLScheduleTable tr:hover:nth-child(n+3) {
    background-color: #aff;
  }

/* --- END --- */

form {margin-left: 5px;}

dt {
  margin-left: 5px;
}

dd {
  margin-left: 3em;
}

#addonsContainer h1 {
  text-align: center;
  font-size: 12pt;
  color: Blue;
  margin: 0;
  padding: 0;
}

.h0 {
  clear: both;
  color: #0000FF;
  font-size: 18pt;
  font-weight: bold;
  margin: 5px 0px 15px;
  padding: 0px;
  text-align: center;
  text-decoration: none;
}

.addonstext {
  margin: 10px;
}

.byline {
  float: right;
  margin: 0px;
  padding: 0px;
}

.boxPrimary {
  border: 0px solid Purple;
  /* background-color: #E8E; */
  background-color: #FFF;
  width: auto;
  margin: 0 5px;
  padding: 0;
  border-collapse: collapse;
}

.boxPrimary h1 {
  /* background-color: Blue; */
  background-color: #2C5899;
  color: #FFF;
  font-size: 12pt;
  font-style: normal;
  width: 100%;
  margin: 0;
  }

.boxSecondary {
  border: 0px solid Purple;
  /* background-color: #E8E; */
  background-color: #FFF;
  width: auto;
  margin: 0 5px;
  padding: 0;
  border-collapse: collapse;
}

.boxSecondary h1 {
  background-color: Yellow;
  color: #0000CD;
  font-size: 12pt;
  font-style: normal;
  width: 100%;
  margin: 0;
  }

.hlist li {
  display: inline;
  font-size: 11pt;
  font-weight: bold;
  margin: 0px 11px;
  padding: 0px 11px;
}

.photoLeft {
  float: left;
  margin: 5px;
  position: relative;
}

.photoRight {
  float: right;
}

#bannerFlash a:hover {
  color: #FF00FF;
  text-decoration: none;
}

#bannerFlash, #bannerFlash a {
  /* color: #00F; */
  color: #700F9E;
  margin-top: 3px;
  font-size: 11pt;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
