body {
  color: #2D3033;
  font-family: "Roboto", sans-serif, Arial, Helvetica;
  font-size: 100%;
  font-weight: 400;
  line-height: 1;
  background: #fff;
}

/*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 {
  width: 95%;
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
}

#left-col {
  width: 24%;
  float: left;
}

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

/*Header*/
#header {
  background: #2a0d0f;
}
#header .wrap {
  padding: 30px 0;
}
#header #logo {
  float: left;
}

#sub-header {
  background: #690421 url("../images/header.jpg") no-repeat top right;
  background-size: 100% auto;
  margin-bottom: 50px;
}
#sub-header .wrap {
  padding: 50px 20px;
}
#sub-header #catalog-edition {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
#sub-header #catalog-edition a {
  color: #fff;
  text-decoration: none;
}
#sub-header #catalog-title {
  font-size: 25px;
  font-weight: 100;
  color: #fff;
  margin-top: 10px;
  letter-spacing: 0.02em;
}

#edition {
  font-size: .95em;
  font-weight: 400;
  background: #7B272D;
  padding: 10px 15px;
  color: #fff;
}

/*Search*/
#search {
  width: 210px;
  margin: 17px 0 0;
  float: right;
}
#search form {
  position: relative;
}
#search input[type=text] {
  padding: 0 0 0 10px;
  font-family: 'Roboto', sans-serif;
  height: 32px;
  width: 100%;
  box-sizing: border-box;
  line-height: normal;
  background: #fff;
  color: #6C6E70;
  font-size: .75em;
}
#search input[type=submit] {
  text-indent: -9999em;
  width: 30px;
  height: 32px;
  background: url("../images/icon-search-input.png") no-repeat center center;
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 0px;
}

/*Sidebar*/
#cl-menu {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
#cl-menu ul.nav li a {
  display: block;
  padding: 10px 8px;
  font-size: 15px;
  color: #444;
  text-decoration: none;
  line-height: 1.3;
}
#cl-menu ul.nav li a:hover, #cl-menu ul.nav li a:focus {
  color: #8a2432;
  background-color: #f4f4f4;
}
#cl-menu ul.nav li.active > a, #cl-menu ul.nav li.self > a {
  color: #8a2432;
}
#cl-menu ul.nav ul.nav li a {
  padding: 6px 8px;
}
#cl-menu > ul.nav > li {
  border-bottom: 1px solid #aaa;
}
#cl-menu > ul.nav > li:last-child {
  border-bottom: none;
}
#cl-menu > ul.nav > li > a {
  padding: 20px;
  font-size: 20px;
  position: relative;
}
#cl-menu > ul.nav > li.isparent > a:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '\f105';
  font-family: FontAwesome;
}
#cl-menu > ul.nav > li.isparent.active > a {
  border-bottom: 1px solid #aaa;
}
#cl-menu > ul.nav > li.isparent.active > a:after {
  content: '\f107';
}
#cl-menu > ul.nav > li > ul {
  padding: 20px;
  background-color: #f4f4f4;
}
#cl-menu > ul.nav > li > ul li > a:before {
  content: '-';
  margin-right: 3px;
}
#cl-menu > ul.nav > li > ul ul {
  padding-left: 15px;
}

#sidebar-nav-mobile {
  display: none;
  background-color: #727272;
  padding: 15px 20px;
  color: #fff;
  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;
}

/*Footer*/
#footer {
  margin-top: 40px;
  padding: 40px;
  background: #5a5552;
}
#footer .left-col,
#footer .right-col {
  float: left;
  width: 50%;
}
#footer h5 {
  text-transform: uppercase;
  font-size: 16px;
  color: #fefefe;
}
#footer p {
  font-size: 12px;
  color: #fefefe;
  line-height: normal;
}
#footer a {
  font-size: 12px;
  color: #fefefe;
}
#footer img {
  float: left;
  margin-right: 10px;
}

/*Content*/
#content {
  line-height: 1.5;
  /* 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: #8a2432;
}
#content a:hover, #content a:focus {
  text-decoration: none;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  color: #8a2432;
}
#content h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  top: -8px;
  line-height: 1.3;
}
#content h2 {
  font-size: 1.6em;
  margin: 1.2em 0 .25em 0;
}
#content h3 {
  font-size: 1.3em;
  margin: 1.2em 0 .25em 0;
}
#content h4 {
  font-size: 1.1em;
  margin: 1.5em 0 .25em 0;
}
#content h5 {
  font-size: 1.0em;
  margin: 1.5em 0 .25em 0;
}
#content h6 {
  font-size: 0.9em;
  margin: 1.5em 0 .25em 0;
}
#content p,
#content dl,
#content ul,
#content ol,
#content table,
#content blockquote {
  margin-bottom: 1em;
}
#content p.introtext {
  font-size: 1.2em;
}
#content ul {
  list-style: disc;
  margin-left: 25px;
}
#content ul li {
  margin: 0 0 0.5em;
}
#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: decimal;
}
#content ol li {
  margin-top: 0.5em;
}
#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 #ccc;
  border-top: none;
  /*Structured Content*/
  /* fix incorrect browser width determiniation with colspan */
  /* Plan Grid */
  /* Sort table */
  /*Footnotes*/
}
#content table th {
  padding: .3em .75em;
  vertical-align: top;
  font-weight: bold;
  border-top: 1px solid #ccc;
  text-align: left;
  background: #f1f1f2;
}
#content table td {
  border-top: 1px solid #ccc;
  padding: .3em .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: #f7f7f7;
}
#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[colspan="2"] + td.hourscol {
  width: 3%;
}
#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_courseblock + .sc_courseblock {
  margin-top: 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: 1px;
  border-top: 4px solid #fff;
}
#content #tabs ul li a {
  color: #fff;
  padding: 7px 18px;
  background: #8a2432;
  display: block;
  text-decoration: none;
}
#content #tabs ul li.active {
  border-top: 4px solid #8a2432;
}
#content #tabs ul li.active a {
  color: #222;
  background: #fff;
  box-shadow: 4px 0px 0px 0px rgba(0, 0, 0, 0.04) inset;
}
#content #tabs ul li:not(.active) a:hover,
#content #tabs ul li:not(.active) a:focus {
  background: #8a2432;
}
#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: #8a2432;
}
#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 {
  opacity: 0.8;
}
#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 .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;
}

/*To Top*/
a#totop {
  display: block;
  color: #fff;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #8a2432;
  text-indent: -9999em;
  width: 43px;
  height: 43px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  z-index: 999;
  line-height: 1.5;
  text-decoration: none;
}
a#totop:after {
  content: "\f077";
  font-family: FontAwesome;
  font-size: 1.2em;
  text-indent: 0;
  text-align: center;
  color: white;
  display: block;
  position: absolute;
  bottom: 9px;
  right: 12px;
}

/*Print Popup*/
a#print-btn {
  display: block;
  background: #8a2432;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 0.9em;
  margin-top: 15px;
}
a#print-btn:before {
  margin-right: 10px;
  content: "\f02f";
  font-family: FontAwesome;
  display: inline-block;
}

#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: #8a2432;
}
#print-dialog .print-option p {
  margin: 0;
}
#print-dialog .buttons {
  padding: 10px;
  background: #8a2432;
}
#print-dialog .cancel a {
  padding: 5px 12px;
  display: inline-block;
  font-size: 16px;
  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;
}

@media (max-width: 767px) {
  .wrap {
    width: 100%;
  }

  /* Header */
  #header .wrap,
  #sub-header .wrap {
    padding: 20px;
  }

  #search {
    clear: both;
    float: none;
    width: 100%;
    padding-top: 20px;
  }

  #sub-header {
    margin-bottom: 0;
  }
  #sub-header #catalog-title {
    font-size: 17px;
  }
  #sub-header h1.page-title {
    font-size: 25px;
    margin-top: 10px;
  }

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

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

  #right-col {
    padding: 20px;
  }

  #sidebar {
    border-top: none;
  }

  a#print-btn {
    display: none;
  }

  #content #tabs ul li {
    float: none;
    border: none;
    margin: 0;
  }
  #content #tabs ul li.active {
    border-width: 2px;
  }
  #content #tabs ul li:last-child.active {
    border-bottom: 2px solid #8a2432;
  }
  #content .cola,
  #content .colb {
    float: none;
    width: auto;
  }

  #footer .left-col,
  #footer .right-col {
    float: none;
    width: auto;
  }
  #footer .left-col {
    margin-bottom: 20px;
  }
}

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