@charset "UTF-8";
/* CSS Document */
/* @import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans:700'); */
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans:700&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Catamaran:600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Gilda+Display');
@import url('https://fonts.googleapis.com/css?family=Domine:700');
:root {
  --head-color: rgba(79, 2, 2, 1.00);
  --big-head-fonts: 'Domine', serif;
  --head-fonts: 'Catamaran', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  --serif-fonts: 'Gilda Display', serif;
}
body {
  padding-top: 80px;
  font-size: 15px;
}
p {
  margin-bottom: 18px;
}
p.nospace {
  margin-bottom: 3px;
}
.large {
  font-size: 17px;
  line-height: 27px;
  font-family: serif;
  padding-left: 40px;
  padding-right: 40px;
}
.continue {
  text-indent: 25px;
  margin-top: -15px;
}
.outdent {
  text-indent: -25px;
  margin-top: -10px;
  margin-left: 30px;
  line-height: 20px;
}
.navbar-inverse {
  background-color: rgba(79, 2, 2, 1.00);
  background-image: url(/images/bg/red_parchment_by_tidusvssora.jpg);
  background-repeat: repeat-x;
  background-size: 100% 600%;
}
.jumbotron {
  background-color: #eae3d9;
  background-image: url(/images/bg/parchment_natural_89gs_a4_beige.jpg);
  background-repeat: repeat-x;
  background-size: 100% 600%;
}
.jumbotron_aw {
  background-color: #b86928;
  background-image: url(/images/history/Babylon.jpg);
  background-size: 100%;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px #000070, 0 0 5px #000030;
}
.jumbotron_ag {
  background-color: #ad5831;
  background-image: url(/images/history/Discus_thrower_large@0,5x.jpg);
  background-size: 100%;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px #000070, 0 0 5px #000030;
}
.jumbotron_wia {
  background-color: #e4c79f;
  background-image: url(/images/history/Pompeii-woman.jpg);
  background-size: 100%;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px #000070, 0 0 5px #000030;
}
.jumbotron_ar {
  background-color: #cea36c;
  background-image: url(/images/history/Sacrifice.jpg);
  background-size: 100%;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px #000070, 0 0 5px #000030;
}
.jumbotron_fall {
  border-bottom: 15px #337ab7 solid;
}
.jumbotron_spring {
  border-bottom: 15px #5cb85c solid;
}
.panel-noborder {
  border: none;
  box-shadow: none;
  margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--big-head-fonts);
  font-weight: 700;
}
h2 {
  margin-top: 70px;
  margin-bottom: 10px;
}
h3 {
  margin-top: 45px;
  margin-bottom: 10px;
  color: var(--head-color);
  line-height: 120%;
  font-family: var(--head-fonts);
  font-weight: bold;
}
h4 {
  margin-top: 35px;
  margin-bottom: 10px;
  color: var(--head-color);
  font-family: var(--head-fonts);
  font-weight: bold;
}
h4.no-overhead {
  margin-top: 0px;
  padding-top: 10px;
  font-size: 16px;
}
h4.subhead {
  margin: 20px 10px 15px 10px;
}
h5 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: var(--head-color);
  text-transform: uppercase;
  font-family: var(--head-fonts);
}
ul, ol {
  margin-top: -5px;
  margin-bottom: 15px;
}
li {
  margin-bottom: 5px;
}
li.nospace {
  margin-bottom: 0px;
}
hr.thick {
  border-top: 15px solid rgba(218, 233, 239, 1.00);
  padding-bottom: 15px;
}
.square-bullet {
  height: 15px;
  width: 11px;
  margin-right: 7px;
  padding-bottom: 4px;
}
.square-bullet-light {
  height: 15px;
  width: 11px;
  margin-right: 7px;
  margin-left: 25px;
  padding-bottom: 4px;
  opacity: .35;
}
.brand-image {
  width: 50px;
  height: 50px;
  margin-top: -15px;
  margin-right: 30px;
}
.brand-image-inline {
  width: 17px;
  height: 17px;
  margin-right: 7px;
}
.caption-text {
  font-size: small;
  height: 40px;
}
.caption-text-long {
  font-size: small;
}
.text-sample {
  font-family: serif;
  font-size: 45px;
  color: darkslateblue;
}
.text-sample-small {
  font-family: serif;
  font-size: 22px;
  color: darkslateblue;
}
.text-assignment {
  font-family: serif;
  color: rgba(92, 138, 156, 1.00);
}
.text-assignment:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 3px;
  font-size: 90%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e080";
}
.text-assignment {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  color: red;
  font-weight: bold;
  padding-left: 20px;
  font-size: 15px;
}
.text-assignment:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 5px;
  font-size: 90%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e101";
}
.header-quote {
  font-family: var(--serif-fonts);
  text-align: center;
  background-color: linen;
  box-shadow: 0 0 5px 10px linen;
  padding: 15px;
  margin: 15px 16px 30px;
  color: #404040;
  line-height: 130%;
}
.leftcolumn {
  background-color: #F9F4F0;
  box-shadow: 0 0 5px 10px #F9F4F0;
  padding: 15px;
  margin: 15px 12px 30px;
}
.highlight {
  background-color: moccasin;
  padding: 0px 1px;
  border: moccasin thin solid;
}
ul {
  padding-left: 20px;
}
.ul-requirements {
  height: 60px;
}
.inline-head {
  font-family: var(--head-fonts);
  font-size: 90%;
  text-transform: uppercase;
  padding-left: 0px;
  padding-right: 13px;
  color: var(--head-color);
  font-weight: bold;
}
.inline-head-light {
  font-family: var(--head-fonts);
  font-size: 90%;
  text-transform: uppercase;
  padding-left: 0px;
  padding-right: 13px;
  color: lightslategray;
  font-weight: bold;
}
.inline-head-lc {
  font-family: var(--head-fonts);
  text-decoration: underline;
  padding-left: 3px;
  padding-right: 3px;
  color: var(--head-color);
  font-weight: bold;
}
.padright:after {
  content: "MM";
  color: white;
}
.Body-callout {
  margin: 20px;
  padding: 25px;
  background-color: antiquewhite;
  font-family: var(--serif-fonts);
  font-size: 16px;
  line-height: 25px;
}
.attribution {
  font-size: 65%;
  letter-spacing: 2px;
}
.bullelements {
  font-size: 150%;
  padding-right: 8px;
  line-height: 30%;
  padding-top: 5px;
}
.list {
  border-top: medium solid #d9d9d9;
  border-left: medium solid #d9d9d9;
  background-color: #eFdCdC;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 550px;
}
.list-open {
  border-top: medium solid #d9d9d9;
  background-color: #eFdCdC;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 30px;
}
.list-info {
  border-top: medium solid #d9d9d9;
  background-color: #cFbCbC;
  padding-left: 2px;
  padding-right: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.dash {
  display: list-item;
  list-style: square inside url('data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==');
  margin-left: 5px;
  color: #666666;
}
.list-gray {
  border-top: medium solid #d9d9d9;
  border-left: medium solid #d9d9d9;
  background-color: #cFbCbC;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 150px;
}
.index {
  border: thin solid #d9d9d9;
  background-color: #cFbCbC;
  padding-left: 1px;
  padding-right: 1px;
  text-align: center;
  color: #CCCCCC;
  width: 16px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 0.8em;
}
.list-greek {
  border: medium solid #d9d9d9;
  background-color: #336699;
  padding-left: 1px;
  padding-right: 1px;
  text-align: center;
  color: #CCCCCC;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 0.7em;
  width: 30px;
}
.list-latin {
  border: medium solid #d9d9d9;
  background-color: #336633;
  padding-left: 1px;
  padding-right: 1px;
  text-align: center;
  color: #CCCCCC;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 0.7em;
  width: 30px;
}
.list-english {
  border: medium solid #d9d9d9;
  background-color: #FFFFFF;
  padding-left: 1px;
  padding-right: 1px;
  text-align: center;
  color: #CCCCCC;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 0.7em;
  width: 30px;
}
.list-french {
  border: medium solid #d9d9d9;
  background-color: #993333;
  padding-left: 1px;
  padding-right: 1px;
  text-align: center;
  color: #CCCCCC;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 0.7em;
  width: 30px;
}
.link-language {
  color: #d9d9d9;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
}
.link-language-invert {
  color: #909090;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
}
.link-language:hover {
  color: #CC9933;
}
.link-language-invert:hover {
  color: #CC9933;
}
.bootstrap-footnote {
  width: 19px;
  height: 10px;
  display: inline-block;
  background: url(/images/frills/ellipsis.png);
  overflow: hidden;
  text-indent: -999px;
  margin: 0 2px 0 6px;
  vertical-align: middle;
}
.popover h3:empty {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bootstrap-footnote {
    background-image: url(/images/frills/ellipsis@2x.png);
    background-size: 100% 100%;
  }
}
.label-primary {
  background-color: var(--head-color);
}
.clockdesc {
  text-align: center;
  font-weight: bold;
  font-size: small;
}
.nav-pills > li > a {
  padding: 0px 5px;
}
h5.assignstep {
  text-transform: none;
  color: indianred;
  font-size: 18px;
}
.picwindow {
  background-color: #b86928;
  background-image: url(/images/history/Babylon.jpg);
  background-size: cover;
  background-position: center top;
  color: white;
  margin: 50px 0px -15px;
  display: block;
  min-height: 600px;
}
.picwindow300 {
  min-height: 300px;
  background-image: url(/images/course-page-pics/philosophy.jpg);
}
.picwindow-courses {
  background-color: #b86928;
  background-size: cover;
  background-position: center top;
  color: white;
  margin: 0px;
  display: block;
  min-height: 200px;
}
