body {
  color: #555555;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 112.5%;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

/*Accessibility*/
.accessible {
  padding: 10px;
  position: absolute;
  left: -9999em;
  background: #fff; }
  .accessible ul {
    text-align: right; }
    .accessible ul li {
      margin: 0 0 0 .5em;
      display: inline; }
  .accessible.noscript {
    position: relative;
    left: 0; }

/*Core Layout*/
.wrap {
  max-width: 1176px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box; }

#left-col {
  width: 22.15%;
  float: left;
  margin-right: 3.8%; }

#right-col {
  width: 74.05%;
  float: right; }

/*Header*/
#header {
  background: #fff;
  position: relative; }
  @media (max-width: 767px) {
    #header .wrap {
      padding-left: 0;
      padding-right: 0; } }
  #header #hdr-top {
    background: #F2F2F2;
    height: 32px;
    color: #333;
    border-bottom: 1px solid #d1d1d1;
    font-weight: bold; }
    @media (max-width: 767px) {
      #header #hdr-top {
        display: none; } }
    #header #hdr-top .title {
      line-height: 1.5em;
      display: inline-block;
      color: #002469;
      text-shadow: 0px 0px 1px white;
      letter-spacing: .03em;
      font-weight: bold;
      margin: 0;
      margin-left: 20px;
      padding: 0 20px 0 0; }
    #header #hdr-top ul {
      display: inline-block; }
    #header #hdr-top li {
      display: inline-block;
      padding: 0 16px 0 0; }
      #header #hdr-top li a {
        color: #003366;
        padding: 0;
        font: 400 16px 'Source Sans Pro', sans-serif;
        text-decoration: none; }
  #header #hdr-left {
    float: left;
    width: 65.4%; }
    @media (max-width: 767px) {
      #header #hdr-left {
        width: auto; } }
  #header #hdr-right {
    width: 30.8%;
    float: right; }
  #header #logo {
    float: left;
    padding-top: 10px;
    padding-left: 2px;
    height: 100px;
    box-sizing: border-box; }
    #header #logo img {
      display: block;
      width: 180px;
      height: auto; }
  #header a#image {
    float: left;
    display: block; }
  #header a#edition {
    display: inline-block;
    text-decoration: none;
    color: #5e6062;
    float: left;
    font-weight: bold;
    font-family: Helvetica, serif;
    font-size: 0.77em;
    margin: 0 0 0 1.5em;
    line-height: 71px; }
  @media (max-width: 479px) {
    #header a#image,
    #header a#edition {
      float: none;
      display: block;
      clear: both; }
    #header a#edition {
      margin: -15px 0 0 63px;
      line-height: normal; } }

/*Search*/
#search {
  text-align: right;
  padding: 35px 20px 0 0; }
  #search form {
    position: relative; }
  #search input[type=text] {
    color: #002469;
    font-size: 0.77em;
    padding: 6px 4px 4px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 158px; }
  #search button {
    display: inline-block;
    background: -webkit-linear-gradient(#EDEDED 5%, #DFDFDF 100%);
    background: -o-linear-gradient(#EDEDED 5%, #DFDFDF 100%);
    background: linear-gradient(#EDEDED 5%, #DFDFDF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#DFDFDF');
    background-color: #EDEDED;
    border: 1px solid #DCDCDC;
    color: #777;
    font-family: arial;
    font-size: 0.833em;
    font-weight: bold;
    padding: 3px 20px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #FFFFFF;
    -moz-box-shadow: inset 0px 1px 0px 0px #FFFFFF;
    -webkit-box-shadow: inset 0px 1px 0px 0px #FFFFFF;
    box-shadow: inset 0px 1px 0px 0px #FFFFFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media (max-width: 767px) {
    #search {
      position: absolute;
      right: 0;
      top: 100%;
      padding: 5px 20px 0; }
      #search input[type=text] {
        font-size: 0.666667em;
        padding: 2px; }
      #search button {
        font-size: 0.6111em;
        padding: 3px 8px;
        border-radius: 3px; } }

/*Main Nav*/
#navigation {
  background: #004080; }
  #navigation ul {
    display: table;
    text-align: center;
    width: 100%; }
    #navigation ul li {
      display: table-cell;
      font-family: Helvetica, Arial, sans-serif; }
      #navigation ul li a {
        display: block;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        letter-spacing: 0.015em;
        line-height: 1.2;
        padding: 0.5em; }
        #navigation ul li a:hover, #navigation ul li a:focus {
          background: #eee;
          color: #002469; }
  @media (max-width: 767px) {
    #navigation ul {
      display: block;
      background: #F2F2F2;
      margin: 0 -1em;
      padding: 0 1em;
      width: auto; }
      #navigation ul li {
        display: block;
        font-family: inherit; }
        #navigation ul li a {
          color: #002469;
          font-weight: normal;
          font-size: 1.3em;
          padding: 16px 0;
          border-bottom: 1px dotted #999; }
          #navigation ul li a:hover, #navigation ul li a:focus {
            background: none;
            text-decoration: underline; } }

#hamburger {
  display: none;
  color: #fff;
  padding: 4px 0;
  font-size: 1.4em;
  cursor: pointer; }
  #hamburger span {
    display: none; }
  #hamburger:after {
    content: "\f0c9";
    font-family: FontAwesome;
    display: inline-block; }

/*Sidebar*/
#cl-menu ul.nav {
  padding-left: 1.25em; }
  #cl-menu ul.nav li {
    padding: 0.2em 0.5em 0 0; }
    #cl-menu ul.nav li a {
      display: inline-block;
      color: #555;
      text-decoration: none;
      line-height: 1.3; }
      #cl-menu ul.nav li a:hover, #cl-menu ul.nav li a:focus {
        text-decoration: underline; }
  #cl-menu ul.nav ul.nav li.self > a {
    padding-left: 0.25em;
    color: #0065CB; }
    #cl-menu ul.nav ul.nav li.self > a:after {
      display: inline-block;
      margin-left: 0.2em;
      content: '\25c2'; }
#cl-menu > ul.nav {
  padding: 0; }
  #cl-menu > ul.nav > li {
    padding: 0; }
    #cl-menu > ul.nav > li > a {
      display: block;
      font-weight: bold;
      padding: 0.75em 1em;
      background: #0065cb;
      color: #fff;
      margin: 0.5em 0;
      border-radius: 4px; }
@media (max-width: 767px) {
  #cl-menu {
    background: #F2F2F2; }
    #cl-menu > ul.nav {
      padding: 10px; }
      #cl-menu > ul.nav > li {
        border-bottom: 1px dotted #aaa; }
        #cl-menu > ul.nav > li:last-child {
          border-bottom: none; }
        #cl-menu > ul.nav > li > a {
          background: none;
          color: #555;
          padding: 0.5em 0;
          margin: 0; }
      #cl-menu > ul.nav ul {
        padding-bottom: 10px;
        font-size: 1rem; }
        #cl-menu > ul.nav ul ul {
          padding-bottom: 0; } }

#sidebar-nav-mobile {
  display: none;
  background: #0065cb;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  font-size: 1em; }
  #sidebar-nav-mobile:before {
    content: "\f0c9";
    font-family: FontAwesome;
    margin-right: 10px; }

/*OnThisPage Sidebar*/
.onthispage {
  background: #fff;
  margin: 20px 0;
  border: 1px solid #ddd; }

#sidebar-otp .otp-title {
  font-size: .95em;
  font-weight: 400;
  background: #7B272D;
  padding: 10px 15px;
  color: #fff; }
#sidebar-otp ul li {
  margin: 0.75em;
  font-size: 0.9rem; }
  #sidebar-otp ul li a {
    text-decoration: none;
    color: #000; }
    #sidebar-otp ul li a:hover, #sidebar-otp ul li a:focus {
      text-decoration: underline; }
  #sidebar-otp ul li ul {
    margin: 0;
    list-style: none; }

#sidebaredit,
.onthispageedit {
  text-decoration: none; }

/*Breadcrumb*/
#breadcrumb {
  background: #EEEEEE;
  color: #555555;
  line-height: 1.318; }
  @media (max-width: 767px) {
    #breadcrumb {
      display: none; } }
  #breadcrumb ul {
    float: left;
    width: 80%; }
    #breadcrumb ul:before, #breadcrumb ul:after {
      content: " ";
      display: table; }
    #breadcrumb ul:after {
      clear: both; }
    #breadcrumb ul li {
      padding: 2px 0;
      float: left;
      line-height: 1.5; }
      #breadcrumb ul li a {
        text-decoration: none;
        color: #003366; }
      #breadcrumb ul li:first-child a {
        font-weight: bold; }
    #breadcrumb ul .crumbsep {
      padding: 0 0.2em; }
  #breadcrumb a#print-btn {
    float: right;
    display: inline-block;
    color: #003366;
    text-decoration: none;
    font-size: 0.8em;
    line-height: 2.1; }
    #breadcrumb a#print-btn:before {
      margin-right: 10px;
      content: "\f02f";
      font-family: FontAwesome;
      display: inline-block; }
    #breadcrumb a#print-btn:hover, #breadcrumb a#print-btn:focus {
      text-decoration: underline; }

/*Footer*/
#footer {
  margin-top: 40px;
  border-top: 1px dotted rgba(200, 200, 200, 0.5); }
  #footer img {
    display: block;
    padding: 12px;
    width: 120px; }
  #footer p {
    font-size: 0.7em;
    padding: 0 12px 25px; }

/*Content*/
#content-wrapper {
  padding-top: 2em;
  padding-bottom: 2em; }
  @media (max-width: 767px) {
    #content-wrapper {
      padding-top: 20px; } }

#content {
  line-height: 1.3;
  /* Two Columns */
  /*Tables*/
  /*Course Blocks*/
  /*Tabs*/
  /*A-Z Index*/
  /*Image Floats*/
  /*Archive Message*/
  /*Shared Message*/
  /*Google Search Results*/
  /*OnThisPage Inline */
  /* Toggle Headings */ }
  #content a {
    text-decoration: underline;
    color: #003366; }
    #content a:hover, #content a:focus {
      color: #003399; }
  #content h1 {
    padding-bottom: 5px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    font-size: 1.7em;
    line-height: 1.3;
    font-weight: bold; }
  #content h2 {
    line-height: 1.4;
    font-size: 1.5em;
    margin: 0 0 0.57em 0;
    font-weight: bold; }
  #content h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0.6em 0; }
  #content h4 {
    font-size: 1.2em;
    margin: 1em 0 0.25em 0;
    font-weight: bold; }
  #content h5 {
    font-size: 1.1em;
    margin: 1.5em 0 .25em 0;
    font-weight: bold; }
  #content h2.addinfo, #content h3.addinfo, #content h4.addinfo, #content h5.addinfo,
  #content h6 {
    font-size: 1em;
    margin: 1.5em 0 .25em 0;
    font-weight: bold; }
  #content p,
  #content dl,
  #content ul,
  #content ol,
  #content table,
  #content blockquote {
    margin-bottom: 1em; }
  #content p.introtext {
    font-size: 1.2em; }
  #content p.hangindent {
    padding-left: 25px;
    text-indent: -25px; }
  #content ul {
    margin-left: 25px; }
    #content ul:not([type]) {
      list-style-type: disc; }
    #content ul li {
      margin: 0 0 0.3em; }
      #content ul li br {
        margin: 0 0 0.5em 0; }
      #content ul li ul {
        font-size: 1em;
        margin-bottom: 0;
        margin-top: 0.5em; }
      #content ul li p,
      #content ul li table {
        font-size: 1em; }
    #content ul.tightlist {
      list-style: none;
      margin: 0 0 1em 0; }
      #content ul.tightlist li {
        margin: 0; }
      #content ul.tightlist ul {
        list-style: none;
        margin: 0 0 0 25px; }
        #content ul.tightlist ul li:first-child {
          margin-top: 0; }
  #content ol {
    margin-left: 30px; }
    #content ol:not([type]) {
      list-style-type: decimal; }
    #content ol li {
      margin-top: 0.3em; }
    #content ol ol {
      margin-top: 0.5em;
      margin-bottom: 0; }
      #content ol ol:not([type]) {
        list-style: lower-alpha; }
      #content ol ol li {
        margin: 0 0 0.5em; }
      #content ol ol ol:not([type]) {
        list-style: lower-roman; }
  #content sup,
  #content sub {
    font-size: 0.8em;
    line-height: 1; }
  #content sup {
    vertical-align: super; }
  #content sub {
    vertical-align: sub; }
  #content hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }
  #content blockquote {
    border-left: 5px solid #ccc;
    padding: 0 0 0 .5em;
    font-style: italic; }
    #content blockquote p {
      line-height: 1.5; }
    #content blockquote cite {
      display: block;
      font-size: 0.75em; }
      #content blockquote cite:before {
        content: "\2014 \0020"; }
      #content blockquote cite a {
        color: #ccc; }
  #content .cola {
    width: 48%;
    float: left; }
  #content .colb {
    width: 48%;
    float: right; }
  #content table {
    font-size: .85em;
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    /*Structured Content*/
    /* Plan Grid */
    /* Sort table */
    /*Footnotes*/ }
    #content table th {
      padding: 0.6em .75em;
      vertical-align: top;
      font-weight: bold;
      border-top: 1px solid #ddd;
      text-align: left;
      background: #004080;
      color: #fff; }
    #content table td {
      border-top: 1px solid #ccc;
      padding: .5em .75em;
      vertical-align: top; }
      #content table td img {
        vertical-align: top; }
      #content table td p,
      #content table td li {
        margin: 0;
        font-size: 1em; }
    #content table tr.areaheader td, #content table tr.areaheader, #content table tr.areasubheader td, #content table tr.areasubheader, #content table tr.listsum td, #content table tr.plangridtotal td, #content table tr.plangridsum td {
      font-weight: bold; }
    #content table tr.areasubheader, #content table tr.areasubheader td {
      font-style: italic;
      color: #555; }
    #content table tr.odd {
      background: #f9f9f9; }
    #content table tr.orclass td {
      padding-top: 0;
      border-top: none; }
      #content table tr.orclass td.codecol {
        padding-left: 2em; }
    #content table tr td.hourscol,
    #content table tr th.hourscol {
      text-align: right; }
    #content table.hiddencourselist {
      display: none; }
    #content table.sc_courselist td.hourscol {
      width: 75px;
      white-space: nowrap; }
    #content table .plangridterm th {
      background: #eee;
      color: #555; }
    #content table.sorttable tr.odd,
    #content table.sorttable tr.even {
      background: none; }
    #content table.sorttable tr:nth-child(2n) {
      background: #f5f5f5; }
    #content table.sc_footnotes {
      border: 0; }
      #content table.sc_footnotes td {
        padding: 0 0 0.75em 0;
        border: 0; }
        #content table.sc_footnotes td.symcol {
          width: 15px; }
        #content table.sc_footnotes td ul {
          margin-top: 7px;
          margin-bottom: 7px; }
        #content table.sc_footnotes td li {
          font-size: 1em; }
  #content .courseblock + .courseblock {
    margin-top: 30px; }
  #content .courseblock p.noindent {
    padding: 0;
    margin: 0; }
  #content .sc_sccoursedescs {
    margin-bottom: 30px; }
  #content #tabs {
    margin: 0 0 15px 0; }
    #content #tabs ul {
      margin: 0; }
      #content #tabs ul li {
        float: left;
        list-style-type: none;
        margin-right: 10px; }
        #content #tabs ul li a {
          color: #003366;
          padding: 10px 18px;
          background: #eee;
          display: block;
          text-decoration: none;
          border-radius: 4px;
          font-weight: bold;
          font-size: 0.85em; }
        #content #tabs ul li.active a {
          color: #fff;
          background: #004080; }
        #content #tabs ul li:not(.active) a:hover,
        #content #tabs ul li:not(.active) a:focus {
          background: #ddd; }
  #content ul.letternav {
    margin: 0 0 1em 0;
    list-style: none; }
    #content ul.letternav li {
      text-transform: uppercase;
      font-weight: bold;
      float: left;
      margin: 0 1px 1px 0; }
      #content ul.letternav li a, #content ul.letternav li.inactive {
        padding: .25em .6em;
        color: #333;
        text-align: center;
        text-decoration: none;
        display: block;
        width: 1em;
        float: left;
        border: none;
        background: #004080; }
      #content ul.letternav li.inactive {
        background: #eee; }
      #content ul.letternav li a {
        color: #fff;
        text-decoration: none;
        border: none; }
        #content ul.letternav li a:hover, #content ul.letternav li a:active, #content ul.letternav li a:focus {
          background: #0065cb; }
  #content img.imgleft {
    padding: 0 10px 10px 0;
    float: left; }
  #content img.imgright {
    padding: 0 0 10px 10px;
    float: right; }
  #content .archive-message p,
  #content .shared-message p {
    padding: .5em;
    border: 1px solid #ccc; }
  #content .archive-message p {
    color: red; }
  #content .gcs-pagination {
    text-align: left; }
    #content .gcs-pagination a,
    #content .gcs-pagination .current {
      padding: 5px 12px;
      font-size: 0.75em;
      color: #333;
      text-decoration: none;
      background-color: #f5f5f5;
      background-image: none;
      background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
      background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
      border: 1px solid #bbbbbb;
      display: inline-block;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }
    #content .gcs-pagination .current {
      color: #000;
      background-color: #dfdfdf;
      background-image: none; }
  #content .gsc-url {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%; }
  #content .gsc-total {
    margin: 0 0 1em 0;
    font-style: italic; }
  #content .gcs-result h3 {
    margin: 0; }
  #content .onthispage .otp-title {
    font-weight: 600;
    margin-bottom: 5px; }
  #content .onthispage ul {
    font-size: .85em;
    list-style: disc;
    margin: 0;
    padding: 0 .4em 0 1em; }
    #content .onthispage ul li {
      list-style-type: none;
      font-weight: 600; }
      #content .onthispage ul li ul {
        font-size: 1em;
        margin: 0 0 0.5em 0.5em; }
        #content .onthispage ul li ul li {
          list-style-type: disc;
          font-weight: normal; }
        #content .onthispage ul li ul li ul li {
          list-style-type: circle; }
  #content .toggle button {
    background: none;
    color: inherit;
    cursor: pointer;
    text-align: left; }
    #content .toggle button:before {
      content: "\f054";
      font-family: FontAwesome;
      margin-right: 12px;
      font-size: .6em;
      position: relative;
      top: -2px;
      width: 15px;
      display: inline-block;
      color: #A42F37; }
  #content .toggle.expanded button:before {
    content: "\f078";
    font-family: FontAwesome;
    margin-right: 12px;
    font-size: .6em;
    position: relative;
    top: -2px; }
  #content .toggle + [aria-hidden] {
    display: none; }
  #content .toggle + [aria-hidden="false"] {
    display: block; }
  #content #contact-box {
    margin: 0 0 15px;
    border: 1px solid #004080;
    padding: 15px;
    font-size: 0.95rem;
    box-sizing: border-box; }
    @media (min-width: 650px) {
      #content #contact-box {
        float: right;
        width: 275px;
        margin: 0 0 10px 10px; } }
    #content #contact-box #dept-info + #individual-info {
      border-top: 1px solid #ddd;
      padding-top: 15px; }
    #content #contact-box #individual-info p:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0; }
    #content #contact-box a {
      word-break: break-all; }

/*To Top*/
a#totop {
  display: block;
  text-decoration: none;
  position: fixed;
  height: 60px;
  width: 60px;
  right: 30px;
  bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  background: rgba(0, 64, 128, 0.8);
  opacity: 0.5; }
  a#totop:after {
    content: "\f077";
    font-family: FontAwesome;
    font-size: 1em;
    text-align: center;
    color: white;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%); }

#print-dialog {
  padding: 0;
  width: 350px;
  text-align: left;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    #print-dialog {
      width: 90%; } }
  #print-dialog.screen {
    font-size: 100%; }
  #print-dialog.noscript {
    display: block;
    position: relative; }
  #print-dialog .print-header {
    padding: 10px;
    font-size: 1.5em;
    border-bottom: 1px solid #ccc; }
  #print-dialog .print-body {
    padding: 20px 10px; }
  #print-dialog .print-option {
    padding: 0 0 10px 0; }
    #print-dialog .print-option a {
      font-weight: 600;
      color: #003366; }
    #print-dialog .print-option p {
      margin: 0; }
  #print-dialog .buttons {
    padding: 10px;
    background: #004080; }
  #print-dialog .cancel a {
    padding: 5px 12px;
    display: inline-block;
    font-size: 0.88888em;
    line-height: normal;
    color: #333;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    float: right;
    border: 1px solid #ebebeb;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(white, #e6e6e6);
    background-image: -o-linear-gradient(white, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #e6e6e6));
    background-image: -webkit-linear-gradient(white, #e6e6e6);
    background-image: -ms-linear-gradient(white, #e6e6e6);
    background-image: linear-gradient(white, #e6e6e6);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }

/*Extras*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* #################################################### TEST #################################################### */
/* #################################################### TEST #################################################### */
/* #################################################### TEST #################################################### */
#content .grid-shell {
  display: block;
  position: relative; }
  #content .grid-shell .grid-membrane {
    display: block;
    position: relative; }
#content .grid-sort-controls {
  background: #EEEEEE;
  padding: 1rem;
  font-size: 18px;
  margin-bottom: 1rem; }
  @media (min-width: 600px) {
    #content .grid-sort-controls {
      float: right; } }
  #content .grid-sort-controls.hidden {
    display: none; }
  #content .grid-sort-controls::before {
    display: block;
    width: 100%;
    text-align: left;
    content: "View";
    font-size: 18px;
    color: #555;
    font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  #content .grid-sort-controls select {
    border: 1px solid #ccc; }
#content .select-list-header-sub {
  margin-bottom: 1rem; }
  #content .select-list-header-sub.hidden {
    display: none;
    position: fixed;
    left: 105%; }
  #content .select-list-header-sub.visible {
    display: block;
    position: static;
    left: auto; }
  #content .select-list-header-sub ul {
    margin: 0; }
    #content .select-list-header-sub ul li {
      list-style-type: none; }
#content .grid {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: none; }
  #content .grid.visible {
    display: table; }
  #content .grid ul.mustbullet, #content .grid ul.mustbullet li {
    list-style-type: disc; }
  #content .grid caption {
    position: static; }
    #content .grid caption:before, #content .grid caption:after {
      content: " ";
      display: table; }
    #content .grid caption:after {
      clear: both; }
    #content .grid caption.hidden {
      display: none; }
    #content .grid caption.visible {
      display: block; }
#content .grid thead tr {
  display: none; }
  @media (min-width: 600px) {
    #content .grid thead tr {
      display: table-row; } }
  #content .grid thead tr th, #content .grid thead tr td {
    vertical-align: middle;
    display: table-header-text; }
#content .grid tbody tr {
  display: table-row; }
  #content .grid tbody tr:nth-of-type(odd) {
    background: #efefef; }
  #content .grid tbody tr.hidden th, #content .grid tbody tr.hidden td {
    text-indent: -2000px;
    padding: 0;
    font-size: .1px; }
  #content .grid tbody tr th, #content .grid tbody tr td {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ccc;
    text-align: left;
    background: transparent;
    color: #333; }
    #content .grid tbody tr th .table-header-text, #content .grid tbody tr td .table-header-text {
      display: block;
      font-weight: bold; }
      @media (min-width: 600px) {
        #content .grid tbody tr th .table-header-text, #content .grid tbody tr td .table-header-text {
          display: none; } }
  #content .grid tbody tr th {
    font-weight: bold;
    background: #E8F4FF; }
  #content .grid tbody tr td {
    display: block; }
    #content .grid tbody tr td:first-child {
      display: table-cell; }
    @media (min-width: 600px) {
      #content .grid tbody tr td {
        display: table-cell; } }

@media (max-width: 767px) {
  /* Header */
  /* Navigation */
  #hamburger {
    display: inline-block; }

  a#sidebar-nav-mobile {
    display: block; }

  /* Content */
  #left-col,
  #right-col {
    width: auto;
    float: none; }

  #right-col {
    margin-top: 20px; }

  #content .cola,
  #content .colb {
    float: none;
    width: auto; } }

/*# sourceMappingURL=styles.css.map */
