nav#top ul#fat-top-nav > li:first-child {
  display: none !important; }

nav#top ul#fat-top-nav > li {
  width: calc(25% - 1.5%) !important; }

html {
  background: #f6f6f6; }

body {
  min-height: 1000px !important;
  margin: 0px;
  padding: 0px; }

body.noLeftNav #content header {
  margin: 0px 12px; }
  body.noLeftNav section#bodyText, body.noLeftNav main {
    margin: 0px 12px 1em; }

footer {
  clear: both;
  text-align: center;
  color: #ccc;
  background: #000;
  background: rgba(0, 0, 0, .8);
  background-image: url('/images/header-background.png');
  background-repeat: no-repeat;
  background-position: top right;
  padding: 8px 8px 13px; }
  footer a, footer a:link, footer a:visited {
    color: #ddd;
    text-decoration: underline; }
  footer p.mission {
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 1.5em;
    color: #fff;
    margin: 1em auto;
    width: 90%;
    max-width: 30em; }
  footer .floatLeft {
    margin: 0px 5%; }

#web20footer {
  margin: 10px;
  padding-bottom: 10px;
  text-align: center;
  /* alerts classes for second-level pages */ }
  #web20footer a:link, #web20footer a:visited {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 3px; }
  #web20footer a:hover, #web20footer a:focus {
    color: #333; }

div#alert {
  padding: 0px;
  background-color: #ebcd1b;
  text-align: center;
  border-bottom: 2px solid #000; }
  div#alert h2 {
    font-size: 16px;
    text-align: center;
    margin: 0px;
    padding: 0.5em;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 1.4em;
    text-transform: uppercase; }
  div#alert .Message {
    font-size: 14px;
    text-align: center;
    padding: 0px;
    background-color: #fff;
    color: #000;
    box-shadow: 0px 6px 10px black;
    position: absolute;
    z-index: 1000;
    width: 100%; }
  div#alert .Message h2 {
    background-color: yellow;
    color: #000; }
  div#alert .Critical {
    background-color: red;
    color: #fff; }
  div#alert .Alert {
    background-color: orange;
    color: #fff; }
  div#alert .News {
    background-color: green;
    color: #fff; }
  div#alert #alertMessage {
    display: block !important; }

p#closeAlert {
  display: none;
  margin: 5px 0px 0px;
  padding: 2px;
  font-size: 12px;
  font-style: italic;
  background: #999;
  cursor: pointer; }

#decorativeImage {
  float: right;
  margin: 3px;
  margin-left: 1em;
  border-radius: 13px;
  max-width: 40%; }
  #decorativeImage img {
    border-radius: 13px;
    box-shadow: 1px 1px 3px #999; }

section#bodyText, main, #content header {
  margin: 0px 1%; }

section#bodyText, main {
  min-height: 550px;
  background: #fff;
  background: rgba(0, 0, 0, .075);
  padding: 1em; }

#content {
  position: relative;
  margin: auto; }
  #content header {
    height: auto;
    padding: 0px;
    background: #666;
    background: rgba(0, 0, 0, .8); }
    #content header h1 {
      margin: 0px;
      padding: 0.75em 0.75em 0.25em 0.75em;
      color: #fff;
      font-size: 2em; }

nav#left div.testimonial {
  width: 80%;
  margin-left: 5%;
  color: #333;
  text-shadow: 1px 1px 3px #000;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  background: rgba(255, 255, 255, .8);
  padding: 4%;
  /***********************
/*  Google Translate  */ }
  nav#left div.testimonial img {
    max-height: 150px; }
  nav#left div.testimonial p:first-child:before {
    content: url('/images/quote-l.png');
    margin-right: 0.5em; }
  nav#left div.testimonial p:nth-last-child(2):after {
    content: url('/images/quote-r.png');
    position: absolute;
    margin-left: 0.5em;
    margin-top: 0.1em; }
  nav#left div.testimonial p.name {
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.25em; }

div#google_translate_element {
  background: #fff;
  background: rgba(255, 255, 255, .7);
  margin: 0px 3px;
  color: #333;
  padding: 4px; }
  div#google_translate_element a, div#google_translate_element a:link, div#google_translate_element a:visited, div#google_translate_element a:visited, div#google_translate_element a:hover {
    color: #666; }
  div#google_translate_element .goog-te-gadget-simple {
    background: none;
    border: none; }

.COVIDpocalypse {
  background: #c8102e;
  height: 2.5em;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 2.5em;
  line-height: 2.5em;
  background-image: url('/covid19/-files/cdc-covid19.jpg');
  background-position: center;
  background-size: 100%;
  border-bottom: 2px solid #fff; }
  .COVIDpocalypse a, .COVIDpocalypse a:visited, .COVIDpocalypse a:link, .COVIDpocalypse a:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    text-shadow: 1px 1px 3px #000; }
  .COVIDpocalypse a.give, .COVIDpocalypse a.give:visited, .COVIDpocalypse a.give:link, .COVIDpocalypse a.give:hover {
    background: #fff;
    background: rgba(255, 255, 255, .9);
    color: #000;
    text-shadow: none;
    font-size: 0.9em; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, main, section {
  display: block; }

h1 {
  font-size: 1.5em;
  margin-top: 12px;
  border-bottom: 1px dotted #666;
  color: #006; }

h2 {
  font-size: 1.4em;
  border-bottom: 1px dotted #ddd;
  color: #333;
  margin-top: 9px;
  margin-bottom: 3px; }

h3, h4, h5, h6 {
  font-size: 1.1em;
  color: #666;
  margin-top: 6px;
  margin-bottom: 2px; }

h3 {
  font-size: 1.2em; }

object {
  z-index: 0; }

img {
  max-width: 100%;
  height: auto; }

div.svgPar svg {
  width: 100%;
  height: 100%; }

em, i {
  font-style: italic; }

small {
  font-weight: normal; }

a:link {
  color: #c8102e;
  text-decoration: underline; }

a:hover, a:focus {
  color: #a11600;
  text-decoration: none; }

a:visited {
  color: #b11600;
  text-decoration: underline; }

a img, a:link img, a:hover img, a:visited img, a:focus img {
  border: none; }

sup a, sup a:link {
  text-decoration: none; }

sup a:hover, sup a:focus {
  text-decoration: underline; }

p.pdf {
  text-align: right; }
  p.pdf :before {
    content: url(/images/icon-pdf.png); }
  p.pdf a {
    vertical-align: middle;
    line-height: 16px;
    padding-left: 3px; }

span.glossary {
  border-bottom: 1px dotted #ccc;
  position: relative; }
  span.glossary em {
    display: none; }
  span.glossary :hover em {
    position: absolute;
    width: 25em;
    display: block;
    z-index: 50;
    top: 1em;
    background: white;
    color: #666;
    border: 1px dotted #ccc;
    padding: 3px 5px; }

fieldset.invisible {
  padding: 0px;
  margin: 0px;
  border: none;
  /* faux button-links for JavaScript thanks to Roger Johansson
http://www.456bereastreet.com/archive/201110/styling_button_elements_to_look_like_links/ */ }
  fieldset.invisible legend {
    position: absolute;
    top: -200em;
    left: -200em;
    width: 100em;
    height: 100em; }

button.text {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  color: #c8102e;
  background: transparent;
  font: inherit;
  line-height: normal;
  text-decoration: underline;
  cursor: pointer;
  -moz-user-select: text; }
  button.text :hover, button.text :focus {
    color: #a11600;
    text-decoration: none; }
  button.text ::-moz-focus-inner {
    padding: 0;
    border: 0; }

figure {
  border: solid #666 1px;
  padding: 0.5em;
  margin: 0.75em;
  width: auto;
  overflow: hidden; }
  figure img {
    max-width: 100%;
    box-shadow: none;
    border-radius: 9px; }

figcaption {
  font-style: italic;
  color: #333;
  text-align: center;
  margin-bottom: 0.75em; }

aside, figure {
  border-radius: 13px;
  background-color: #fff;
  box-shadow: 1px 1px 5px #666; }

aside#spotlight {
  width: 225px;
  margin: 0px auto 1.2em auto;
  font-size: 0.8em;
  border: 2px solid #333; }
  aside#spotlight h1 {
    color: #fff;
    border-bottom: 0px;
    background: #333;
    padding: 5px 3px;
    margin: 0px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    text-align: center; }
  aside#spotlight h2 {
    border-bottom: 0px;
    margin: 0px;
    color: #000;
    text-shadow: none; }
  aside#spotlight h3 {
    color: #333;
    margin: 0px; }
  aside#spotlight div {
    margin: 8px; }
  aside#spotlight p {
    margin: 3px 0px; }

article.subSection {
  background-color: white;
  padding: 5px 10px;
  margin-top: 0.75em;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #ccc;
  border: 1px solid #ddd; }

#wrapper ::-webkit-scrollbar {
  width: 12px;
  /* Track */ }
  #wrapper ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* Handle */ }
  #wrapper ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
  #wrapper ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.4); }

.rightAlign {
  text-align: right; }

.leftAlign {
  text-align: left; }

.centered {
  text-align: center; }

iframe.centered {
  margin: auto; }

.bold {
  font-weight: bold; }

.red {
  color: #c8102e; }

.italic {
  font-style: italic; }

.smallText {
  font-weight: normal;
  font-size: 75%; }

.bigText {
  font-size: 125%; }

.bigBold {
  font-size: 2em;
  font-weight: bold;
  text-shadow: 1px 1px 3px #999; }

.clearNone {
  clear: none !important; }

.clearLeft {
  clear: left; }

.clearRight {
  clear: right; }

.clearBoth, #clearBoth {
  clear: both; }

.floatRight {
  float: right; }

img.floatRight {
  margin-left: 5px;
  margin-bottom: 3px; }

.floatLeft {
  float: left; }

img.floatLeft {
  margin-right: 5px;
  margin-bottom: 3px; }

.hangingindent {
  margin-left: 0.5in;
  text-indent: -0.5in; }

.doublespace {
  line-height: 2; }

.hide {
  position: absolute;
  top: -200em;
  left: -200em;
  width: 100em;
  height: 100em;
  background: #fff !important;
  color: #000 !important; }
  .hide * {
    background: #fff !important;
    color: #000 !important; }

.dateLine {
  color: #666;
  font-style: italic;
  font-size: 0.8em; }

.notice {
  border: 2px solid #c8102e;
  border-radius: 9px;
  background-color: #ccc;
  font-size: 1.1em;
  padding: 0.5em;
  text-align: center;
  margin: 0.5em; }

.twoColumn {
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px; }

.threeColumn {
  -moz-column-count: 3;
  -moz-column-gap: 8px;
  -webkit-column-count: 3;
  -webkit-column-gap: 8px;
  column-count: 3;
  column-gap: 8px; }

.columnBreak {
  -webkit-column-break-before: always;
  -moz-column-break-before: always;
  column-break-before: always; }

.popDownBox {
  position: absolute;
  width: 200px;
  border: 1px solid #666;
  padding: 3px;
  background-color: #fff;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 5px; }
  .popDownBox div {
    text-align: right;
    font-size: 0.8em;
    border-bottom: 1px dotted #999; }

.rightBox {
  width: 12em;
  float: right;
  padding: 1em;
  border: 1px double black; }
  .rightBox ul {
    padding-left: 1em; }

.biggerSpacey {
  font-size: 110%; }
  .biggerSpacey li {
    margin-top: 10px; }

a.fauxButton:link, a.fauxButton:visited, a.fauxButton:link, a.fauxButton:visited, .fauxButton {
  background: #eee;
  padding: 3px 10px;
  white-space: nowrap;
  display: inline-block;
  border-radius: 5px;
  color: black;
  border: 1px solid #999;
  font-size: 1.1em;
  box-shadow: 1px 1px 1px #666;
  text-decoration: none;
  cursor: pointer; }

.fauxButton img {
  vertical-align: middle; }

ul.actionButtons {
  display: flex;
  padding-left: 0px; }
  ul.actionButtons li {
    flex: 2 2 33%;
    text-align: center;
    list-style-type: none; }
    ul.actionButtons li a {
      background-color: #c8102e;
      font-weight: bold;
      color: white; }
  ul.actionButtons .phone {
    margin-top: 0.25em;
    font-size: 95%;
    color: #666; }
  ul.actionButtons h3 {
    color: #333; }

.flex, .flex50 {
  display: flex;
  flex-wrap: wrap;
  padding: 0px; }
  .flex li, .flex50 li, .flex > div, .flex50 > div {
    flex: 0 0 31%;
    margin: 1%;
    list-style-type: none; }

.flex50 li, .flex50 > div {
  flex: 0 0 48%; }

a[href*="fast.svcc.edu"]:after {
  content: url(/images/padlock.png);
  margin-left: 0.25em; }

.nobr {
  white-space: nowrap; }

.nopadding {
  padding: 0px; }

.noborder {
  border: none; }

.wrap {
  white-space: pre-wrap; }

.configPDF {
  width: 8em;
  float: right;
  margin: 0.25em;
  background: #ccc;
  text-align: center;
  padding: 0.25em 1em;
  border-radius: 0.5em;
  border: 1px solid #bbb; }
  .configPDF a, .configPDF a:link, .configPDF a:hover {
    text-decoration: none; }

span.caption {
  font-family: Palatino;
  color: #666;
  font-style: italic;
  padding: 1em;
  padding-top: 0px;
  text-align: center;
  display: inline-block; }

.dateBox {
  background: white;
  padding: 10px 20px;
  margin: 10px 0px;
  border: solid 1px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }
  .dateBox li {
    padding: 5px; }

.highlight {
  border: 1px solid #c8102e;
  background: white;
  padding: 0.5em 1em;
  font-size: 1.1em; }

.redText {
  color: #e11600;
  font-weight: bold; }

.button {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #c8102e;
  border-radius: 0.6em;
  color: #c8102e;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1em 4em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

.button:hover, .button:focus {
  color: #fff;
  background-color: #c8102e;
  outline: 0; }

button.giveButton {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #c8102e;
  border: 2px solid #c8102e;
  border-radius: 0.4em;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0.5em 2em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

button.giveButton:hover, button.giveButton:focus {
  color: #c8102e;
  background-color: #fff;
  outline: 0; }

dl {
  margin-top: 0.5em; }

dt {
  font-weight: bold;
  margin: 0.5em 0.5em 0em; }

dd {
  margin: 0.25em 1.5em;
  font-weight: normal;
  color: #444;
  font-style: italic; }

li.folder {
  list-style-image: url(/images/icon-folder.png); }

li.docx, li.doc, li.rtf {
  list-style-image: url(/images/icon-doc.png); }

li.htm, li.html {
  list-style-image: url(/images/icon-www.png); }

li.xlsx, li.xls, li.csv {
  list-style-image: url(/images/icon-xls.png); }

li.pptx, li.ppsx, li.ppt, li.pps {
  list-style-image: url(/images/icon-ppt.png); }

li.pdf {
  list-style-image: url(/images/icon-pdf.png); }

li.swf {
  list-style-image: url(/images/icon-swf.png); }

li.video {
  list-style-image: url(/images/icon-video.png); }

li.email {
  list-style-image: url('/images/icon-email.png'); }

li.phone {
  list-style-image: url('/images/icon-phone.png'); }

li.website {
  list-style-image: url('/images/icon-link.png'); }

li.address {
  list-style-image: url('/images/icon-address.png'); }

li.fax {
  list-style-image: url('/images/icon-fax.png'); }

li.office {
  list-style-image: url('/images/icon-office.png'); }

.tabbedList li {
  list-style-type: none;
  width: 60%;
  border-bottom: 1px solid #ddd; }
  .tabbedList li span {
    display: block;
    float: right; }
  .tabbedList li span.glossary {
    display: inline;
    float: none; }

ol.romanNumeral li {
  list-style-type: upper-roman; }

ol.fancyNumbers {
  counter-reset: li;
  margin: 1em 2em;
  padding-left: 0; }
  ol.fancyNumbers h2:first-child, ol.fancyNumbers h3:first-child {
    color: #c8102e;
    font-size: 1.5em;
    border-bottom: 2px solid #666;
    margin-top: 6px;
    margin-bottom: 3px;
    padding-left: 1em;
    margin-left: -1em;
    background: #ccc; }
  ol.fancyNumbers > li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 4px 8px;
    list-style: none; }
  ol.fancyNumbers > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -1.75em;
    width: 1.5em;
    margin-right: 8px;
    padding: 5px;
    color: #c8102e;
    background: #333;
    font-weight: bold;
    font-family: 'Montserrat';
    text-align: center;
    border-radius: 2em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1.5em;
    text-shadow: 2px 2px 5px #000;
    box-shadow: 1px 1px 3px #666; }

ul.rssList li {
  list-style: url("/rss/images/rss1.gif");
  margin-left: 15px; }

.photos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .photos li {
    text-align: center;
    flex: 0;
    min-width: 100px;
    padding: 1em;
    list-style-type: none; }
  .photos li.bigFirst {
    min-width: 100%;
    text-align: left;
    font-size: 1.25em;
    font-weight: bold; }

.bigPhotos li {
  flex: 1 1 13em; }

ul.botPhotos li {
  text-align: left; }
  ul.botPhotos li ul, ul.botPhotos li ul li {
    padding: 0px; }

.inlineBlock li {
  list-style-type: none;
  display: inline-block;
  margin-left: 0.5em; }

ul.nobullet li, ol.nobullet li {
  list-style-type: none; }

ul.nopadding, ul.nopadding li, ol.nopadding, ol.nopadding li {
  padding: 0px; }

ul.inlinelist li, ol.inlinelist li {
  display: inline; }

ul.insidebullet li, ol.insidebullet li {
  list-style-position: inside; }

dl.accordian {
  padding: 0px;
  border: 1px solid #999;
  /* see also .twoColumn settings in "_reused-classes" */ }
  dl.accordian > dt {
    background: #eee;
    margin: 0px;
    padding: 5px;
    border-bottom: 1px solid #999;
    clear: both; }
  dl.accordian > dt h2 {
    color: #c8102e; }
  dl.accordian > dd {
    background: #fcfcfc;
    margin: 0px;
    padding: 8px;
    font-style: normal; }

ul.twoColumn li {
  padding: 3px; }

ul.threeColumn.breakBefore > li:not(:first-child), ul.twoColumn.breakBefore > li:not(:first-child) {
  -webkit-column-break-before: always;
  -moz-column-break-before: always;
  column-break-before: always; }

ul.twoColumn > li, ul.threeColumn > li {
  list-style-type: none; }

ul.roomList li {
  width: 5em;
  float: left;
  list-style-type: none;
  text-align: center;
  padding: 3px;
  background: #666;
  margin: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #333;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, .4); }
  ul.roomList li a:link {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #fff; }
  ul.roomList li a:visited {
    color: #ccc; }

ul.flex {
  display: flex;
  flex-wrap: wrap;
  padding: 0px; }
  ul.flex li {
    flex: 0 0 31%;
    margin: 1%;
    list-style-type: none; }

li.checklist {
  list-style-position: inside;
  list-style-image: url(/images/checkmark.png); }

#bodyText ul.hvList {
  list-style: none;
  padding-left: 0px; }
  #bodyText ul.hvList > li {
    border-top: 1px solid #ccc;
    padding-bottom: 1.5em; }
  #bodyText ul.hvList > li h2 {
    font-size: 2.25em; }
  #bodyText ul.hvList li ul {
    margin-left: 25%;
    column-count: 2; }
  #bodyText ul.hvList li ul li {
    margin: 0.2em;
    list-style-position: inside; }

ol.nestedNumber li:first-child, .nestedNumber ol li:first-child {
  counter-reset: item 0; }

.nestedNumber li {
  display: block; }

ol.nestedNumber li[value='1'] {
  counter-reset: item 0;
  padding-top: 1.5em; }

.nestedNumber li:before {
  content: counters(item, ".") " - ";
  counter-increment: item; }

ol.nestedNumber > li:before {
  content: counters(item, ".") ".0 - "; }

.nestedNumber ul li:before {
  content: '\b7\a0';
  font-weight: bold;
  font-size: larger; }

.courseList li {
  list-style-type: none;
  width: 7em;
  display: inline-block; }

table {
  font-size: small;
  border-spacing: 0px; }

table tbody tr th, table tbody tr td {
  padding: 3px;
  /*vertical-align:top;*/ }

table td ul.nopadding {
  margin: 0px; }

table.firstCol tr th:first-child, table.firstCol tr td:first-child {
  width: 25%; }

table.normal {
  border: none;
  box-shadow: 1px 1px 2px #222; }
  table.normal tr, table.normal th, table.normal td {
    margin: 0px;
    padding: 0.25em 1em;
    border: none; }
  table.normal thead tr th {
    font-weight: bold;
    background-color: #999;
    text-align: left; }
  table.normal thead tr th:first-child {
    text-align: right; }
  table.normal tbody tr th {
    font-weight: bold;
    background-color: #ccc;
    text-align: right;
    padding-right: 4px; }
  table.normal tbody tr th[colspan] {
    text-align: left;
    font-size: 120%;
    padding-left: 1em;
    background-color: #fff; }

table.coloredRows thead tr th {
  background-color: #666;
  color: #eee;
  border-bottom: 1px solid #333; }
  table.coloredRows tbody tr:nth-child(odd) td, table.coloredRows tbody tr:nth-child(odd) th {
    background-color: #f6f6f6; }
  table.coloredRows tbody tr:nth-child(even) td, table.coloredRows tbody tr:nth-child(even) th {
    background-color: #ddd; }
  table.coloredRows tbody th, table.coloredRows tbody td {
    border-bottom: 1px solid #ccc; }

table.plainRowHeaders tbody th, table.plainRowHeaders tbody th a {
  text-align: left;
  font-weight: normal; }

td.number, th.number {
  text-align: right !important; }

tr.total td, tr.total th {
  font-weight: bold;
  border-top: 1px solid #222;
  border-bottom: 3px double #222; }

tr.even td {
  bacgkround-color: #ddd; }

tr.odd td {
  background-color: #e6e6e6; }

td[colspan] {
  text-align: center; }

table.courseListing {
  background-color: #f8f8f8;
  width: 100%;
  border: 1px solid #bbb; }
  table.courseListing thead th {
    background-color: #ddd; }
  table.courseListing tbody tr.courseTitle th {
    background-color: #eee; }
  table.courseListing th, table.courseListing td {
    text-align: left;
    position: relative; }
  table.courseListing tbody tr.courseData td {
    border-top: 1px solid #ddd; }
  table.courseListing .comments td {
    font-size: 0.9em;
    font-style: italic; }
  table.courseListing .iai {
    float: right;
    color: #007600; }
  table.courseListing th[colspan="10"], table.courseListing td[colspan="10"] {
    width: 100%; }
  table.courseListing .iaiNumber {
    float: right;
    font-weight: normal;
    color: #666; }
  table.courseListing div.bookInfo {
    position: absolute;
    right: 1.5em;
    width: 15em;
    z-index: 500;
    background: #ccc;
    padding: 0.5em 1.5em; }

tr.fakeLink:hover td, tr.fakeLink:hover th {
  background: rgba(0, 0, 0, .0) !important;
  color: #000; }

tr.fakeLink:hover td a, tr.fakeLink:hover th a {
  text-decoration: none; }

.fakeLink {
  cursor: pointer; }

tr.rowDivide td, tr.rowDivide th {
  border-top: 1px solid #666; }

section#content fieldset, section#content form .nobullet li {
  padding: 0.5em; }
  section#content form span.clearLeft {
    display: block; }
  section#content form > ol > li {
    margin-top: 1em; }
  section#content fieldset {
    clear: both;
    margin: 0.25em 0.75em;
    border: 1px solid #ccc;
    border-radius: 0.25em; }
  section#content fieldset.noborder {
    border: none; }
  section#content fieldset.inlineLegend {
    border: none; }
  section#content fieldset.inlineLegend legend {
    font-size: 100%;
    font-weight: normal;
    margin: 0px;
    padding: 0px; }
  section#content fieldset.inlineLegend legend span {
    display: block;
    float: left; }
  section#content fieldset.inlineOptions {
    border: none; }
  section#content fieldset.inlineOptions legend {
    display: none; }
  section#content fieldset.inlineOptions ol li {
    display: inline; }
  section#content legend {
    font-size: 125%;
    font-weight: bold;
    padding: 0px 5px;
    color: #000;
    white-space: normal; }
  section#content legend a {
    padding: 3px 18px 3px 3px;
    background-image: url('downArrow.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #ddd;
    text-decoration: none;
    border: 1px dotted #666; }
  section#content legend a:link {
    color: #500; }
  section#content label {
    display: block; }
  section#content input, section#content select, section#content textarea {
    background-color: #fff; }
  section#content textarea {
    display: block; }
  section#content option {
    padding-right: 1em; }
  section#content fieldset.multipleChoice ol li {
    list-style-type: upper-alpha;
    clear: both; }
  section#content fieldset.trueFalse ol li {
    list-style-type: none;
    clear: both; }
  section#content fieldset.likertScale ol {
    clear: left; }
  section#content fieldset.likertScale ol ol li {
    list-style-type: none;
    display: inline-block;
    clear: both; }
  section#content fieldset.simpleHoriz {
    border: none;
    padding: 0px; }
  section#content fieldset.simpleHoriz ol {
    padding: 0px; }
    section#content fieldset.simpleHoriz ol li {
      display: inline-block; }
  section#content ol.questionList li {
    margin-top: 0.5em; }
  section#content ol.questionList li ul li, section#content ol.questionList li ul li {
    margin: auto; }
  section#content li.submitButton {
    list-style-type: none; }
  section#content li.submitButton input {
    background-color: #070;
    color: #ccc;
    font-size: 110%;
    padding: 0.4em 0.8em; }
  section#content .besideLeft {
    float: left;
    text-align: right;
    padding: 0em 0.5em; }
  section#content .besideRight {
    display: inline;
    padding: 0em 0.5em; }
  section#content .besideRight > input {
    float: left; }
  section#content .xxlWidth {
    width: 40em; }
  section#content .xlWidth {
    width: 30em; }
  section#content .lWidth {
    width: 18em; }
  section#content .mWidth {
    width: 9em; }
  section#content input[type='date'].mWidth {
    width: 10em; }
  section#content .sWidth {
    width: 7em; }
  section#content .xsWidth {
    width: 5em; }
  section#content .xxsWidth {
    width: 2em; }
  section#content .centered {
    text-align: center; }
  section#content .show {
    position: inherit;
    top: auto;
    left: auto;
    width: auto;
    height: auto; }
  section#content .entryExample {
    display: block;
    color: #333;
    font-style: italic;
    font-weight: normal;
    font-size: 80%; }
  section#content .citation {
    text-indent: -25px;
    padding-left: 25px; }
  section#content label .citation {
    float: right;
    width: 90%; }

@media (max-width: 1080px) and (min-width: 925px) {
  header img {
    height: 100px; } }

@media (max-width: 925px) {
  header > span {
    margin: 0px; }

  header h1 span {
    display: block; }

  p.subtitle, header hgroup h2 {
    display: none; } }

@media (max-width: 350px) {
  #wrapper nav#audience ul li span {
    width: 85%; } }

@media (max-width: 768px) {
  #wrapper {
    background: none; }

  div[itemtype='http://schema.org/Organization'] {
    padding-top: 8em; }

  nav#top {
    width: 100%;
    border-radius: 0px; }

  nav#left ul {
    width: auto; }

  nav#top ul#fat-top-nav li {
    min-width: 0px; }

  div#headTitle, body, html, header h1.title {
    margin: 0px;
    padding: 0px; }

  div#quicklinks, p.subtitle, header hgroup h2 {
    display: none; }

  nav#quicklinks {
    text-align: center;
    font-size: 1.1em;
    position: relative;
    background: rgba(255, 255, 255, .5);
    top: 0px;
    right: 0px; }

  nav#quicklinks form#quickJump, nav#quicklinks form#searchForm {
    margin: 0px 1em;
    text-align: right; }

  nav#quicklinks form#searchForm {
    float: left; }

  nav#audience ul li {
    width: calc(50% - 1em); }
    nav#audience ul li span a {
      font-size: 1em; }

  #searchSite {
    width: 9em; }

  div#wrapper {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-width: 500px;
    max-width: 800px; }

  div#wrapper, div#header, div#footer, header, footer {
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }

  section#bodyText, main {
    overflow-x: scroll; } }

@media (max-width: 600px) {
  #skipLinks, #skipLinks ul {
    position: fixed;
    z-index: 1000;
    height: 1.5em;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: #333; }

  #skipLinks ul li {
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 33%;
    height: 1.5em;
    color: #fff;
    float: left;
    list-style-type: none; }

  #skipLinks ul li a, #skipLinks ul li a:link, #skipLinks ul li a:visited {
    width: 100%;
    height: 1.5em;
    display: block;
    color: #fff; }

  body, html, div#headTitle {
    margin: 0px;
    padding: 0px; }

  span#rightImage, div#leftnav, div#quicklinks, p.subTitle, div#secondNav {
    display: none; }

  form#searchForm label {
    display: none; }

  #searchSite {
    width: 5em; }

  nav#top {
    height: auto;
    border-bottom: 2px solid black; }

  nav#top ul#menu {
    text-align: center;
    height: auto;
    line-height: normal;
    padding: 0px; }

  nav#top ul#menu li {
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
    max-width: 23%; }

  nav#top ul#menu > li a:link, nav#top ul#menu > li a:visited {
    padding: 2px 10px;
    height: auto; }

  nav#top ul#menu li ul {
    display: none; }

  nav#top ul#fat-top-nav li:first-child {
    display: none; }

  nav#top ul#fat-top-nav {
    font-size: 0.75em; }

  nav#top ul#fat-top-nav li {
    width: 24%;
    margin: 0px;
    padding: 0px;
    min-width: 0px;
    height: 2.5em;
    line-height: 2.5em; }

  nav#top ul#fat-top-nav li:hover > div, nav#top ul#fat-top-nav li:focus > div {
    display: none !important; }

  nav#top ul#fat-top-nav li a:link, nav#top ul#fat-top-nav li a:hover, nav#top ul#fat-top-nav li a:focus, nav#top ul#fat-top-nav li a:visited {
    padding: 0.2em 0.4em;
    height: 85%; }

  nav#left {
    width: 100%;
    position: relative;
    margin-left: 0px;
    padding: 0px; }

  nav#left ul {
    margin: 0px auto; }

  nav#left ul li ol li, nav#left ul li ul li {
    padding: 3px 5px; }

  nav#left ul > li {
    border-radius: 0px !important; }

  div#navMobile {
    display: block;
    width: 50px;
    border-radius: 11px;
    background: rgba(200, 16, 46, .8);
    position: absolute;
    top: -40px; }

  header a img {
    width: 95%; }

  div#headTitle p {
    font-size: 0.8em; }

  header {
    height: auto;
    text-align: center; }

  div#wrapper {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-width: 320px;
    max-width: 600px; }
    div#wrapper nav#quicklinks form#quickJump, div#wrapper nav#quicklinks form#searchForm {
      float: none;
      text-align: center; }

  div#wrapper, header, footer {
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }

  div#main, #content header, main, section#bodyText, nav#top {
    margin: 0px !important;
    width: 100%;
    border-radius: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 0px !important; }

  section#bodyText, main {
    padding: 1.5em 2%;
    width: 96%; }

  #content > br.clearBoth, nav#audience {
    display: none; }

  footer {
    background: #000; }

  table.courseListing {
    height: 300px;
    overflow: scroll;
    display: block; }

  table.courseListing th span {
    display: none; } }

@media (min-width: 900px) {
  header h1 {
    line-height: 1.1em; } }

@media (min-width: 1100px) {
  #content {
    font-size: 105%; }

  .navParent {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }

  .topNavGroup {
    -webkit-column-break-inside: avoid; }
    .topNavGroup ul li {
      -webkit-column-break-after: avoid; } }

@media (min-width: 1200px) {
  #content {
    font-size: 110%; } }

@media (min-width: 1300px) {
  #content {
    font-size: 115%; } }

@media (min-width: 1400px) {
  #content, main {
    font-size: 120%; } }

@media (min-width: 1500px) {
  #content {
    font-size: 125%; } }

@media (min-width: 1600px) {
  #content {
    font-size: 130%; } }

@media (min-width: 1700px) {
  #content {
    font-size: 135%; } }

@media (min-width: 1520px) {
  #backgroundImage {
    background-size: 100% auto; } }

@media (min-width: 1600px) {
  header {
    font-size: 125%; } }

html body {
  min-height: 0px !important; }

@font-face {
  font-family: "QuireSansLight";
  src: url("/-includes/fonts/15a8f401-df19-46bb-8ee9-ebeb07d5abc4.woff2") format("woff2"), url("/-includes/fonts/05170f2f-296f-4d4e-a25b-d8addf71cb4e.woff") format("woff"); }

@font-face {
  font-family: "QuireSansLightItalic";
  src: url("/-includes/fonts/ea368dd3-f738-49fd-9c9c-6948b5747520.woff2") format("woff2"), url("/-includes/fonts/fb840f42-b750-4d20-8f46-d3ab036bd5f5.woff") format("woff"); }

@font-face {
  font-family: "QuireSansSemiBold";
  src: url("/-includes/fonts/13185416-042b-48db-aa7e-2785fa4d4368.woff2") format("woff2"), url("/-includes/fonts/a2404b2b-7d3c-4b8d-9d3b-35950b2f1d6f.woff") format("woff"); }

@font-face {
  font-family: "QuireSansSemiBold";
  src: url("/-includes/fonts/06192242-8213-4093-8b0c-c8dfae481be7.woff2") format("woff2"), url("/-includes/fonts/8ca483db-3915-4c45-90e1-17525a8ca542.woff") format("woff"); }

@font-face {
  font-family: "QuireSansBlack";
  src: url("/-includes/fonts/fa413c29-d4c4-4090-ab6c-9b6e893e626b.woff2") format("woff2"), url("/-includes/fonts/791d6f7c-a0b4-4728-9557-293e939bbb18.woff") format("woff"); }

* {
  font-family: QuireSansLight; }

strong {
  font-family: QuireSansSemiBold; }

em {
  font-family: QuireSansLightItalic; }

h1, h2, h3, h4 {
  font-family: QuireSansBlack; }

a, a:link, a:visited, a:hover {
  color: #20409a; }

h1 {
  border-bottom: none; }

nav#top {
  margin-bottom: 0px; }

section#content, section#bodyText {
  margin: 0px;
  background: #fff; }

section#content header {
  display: none; }

section#bodyText {
  width: 95%;
  margin: auto;
  max-width: 1000px;
  border-radius: 0.25em;
  background: #f6f6f6; }

header {
  float: none;
  background: #fff; }
  header h1 {
    width: 80%;
    max-width: 500px;
    margin: auto; }
  header h1 img {
    box-shadow: none; }

ul.supporters, ul.action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-around;
  margin: 0px;
  padding: 0px; }
  ul.supporters li, ul.action li {
    text-align: center;
    list-style-type: none;
    margin: 0.5em; }

ul.supporters li {
  flex: 1 1 18em; }

a.fauxButton, a.fauxButton:link, a.fauxButton:visited, section#content li.submitButton input, section#content input[type='submit'] {
  background: #20409a;
  color: #fff;
  font-weight: bold;
  font-family: QuireSansBlack;
  font-size: 1.2em;
  padding: 0.5em 1em; }

a.fauxButton:hover {
  box-shadow: none; }

#bodyText h2, form#svUnites legend {
  color: #ed1c24;
  text-shadow: 1px 3px 8px #fff; }

form#svUnites fieldset {
  border: none; }
  form#svUnites input {
    border: 1px solid rgba(32, 64, 154, .5);
    border-radius: 3px;
    font-family: AvenirRoman, Calibri, Arial, Helvetica, sans-serif;
    padding: 0.5em 0.75em;
    max-width: calc(85% - 1.5em); }

section#content .linkToSVU form {
  padding: 1em;
  margin: 0.5em 0em;
  border: 1px dotted #20409a;
  text-align: center;
  display: inline-block; }
  section#content .linkToSVU form div {
    display: inline-block;
    height: 75px;
    width: 200px;
    text-align: center;
    vertical-align: middle; }
  section#content .linkToSVU form textarea {
    width: 200px;
    height: 75px;
    display: inline-block;
    vertical-align: middle; }
  section#content .linkToSVU form input[type='submit'] {
    font-family: QuireSansLight;
    font-size: 0.75em;
    margin-left: 1em; }
