@charset "UTF-8";
body {
    font: 1em Helvetica, Arial, Verdana, sans-serif;
    color: #444;
}
#accessLinks {
  position: absolute;
  top: -999px;
  left: 0;
  width: 80%;
  z-index: 999;
}
#accessLinks a {
  position: absolute;
  top: 0;
  left: 0;
}
#container {
    width: 35em;
    margin: 50px auto;
}
#header h1 {
    font-size: 2em;
    text-transform: uppercase;
    display: inline-block;
    color: #767676;
    margin: 0 0 10px 0;
    font-weight: 200;
}
#header h1 em {
    font-style: normal;
    font-weight: bold;font-size: .5em;
}
#header h1 strong {color: #767676;}
#nav {
    font-size: .8em;
    color: #767676;
}
#nav a {
    text-decoration: none;
    color: #767676;
}
#mainContent {
    margin-top: 4em;
    line-height: 130%;
    font-weight: 200;
}
#mainContent h2 {
    text-transform: uppercase;
    color: #555;
    font-size: 2.2em;
    font-weight: 200;
    line-height: 1em;
    margin: 0;
}
#mainContent h3 {
    text-transform: uppercase;
    color: #555;
    font-size: 1.7em;
    font-weight: 200;
    line-height: 1em;
}
#mainContent h4 {
    border-bottom: 1px solid #ccc;
    margin: 1em 0 0;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 200;
    color: #767676;
    line-height: 1em;
}
#mainContent h4 a {
    text-decoration: none;
    border: none;
    color: #767676;
}
#mainContent h4 a:hover { color: #666; }
#mainContent a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px dotted #999;
}
#mainContent a:hover {border-bottom: 1px solid #999;}
.listing { clear: both; }
.listing ul {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}
.listing li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0;
}
.listing li a, .listing li a img {
     display: block;
}
.listing li.more {
    font-size: .8em;
    line-height: 1em;
}
.listing li.more a {
    display: block;
    text-transform: lowercase;
    color: #000;
    background: #ccc;
    text-decoration: none;
    text-align: right;
    padding: 2px 4px;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}
.listing li.more a:hover { background-color: #767676; }

/* for flowplayer video */
.flowplayer {margin: 5px 0 0 0;}

 #mainContent ul.courseworkYearList {
    list-style: none;
    padding: 0;
}
 #mainContent ul.courseworkYearList:after {
    content: ".";  
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 #mainContent ul.courseworkYearList li {float: left;}
 #mainContent ul.courseworkYearList a {
    background: #666;
    color: #fff;
    display: inline-block;
    font-family: monospace;
    line-height: 1;
    font-size: 1.5em;
    font-weight: 200;
    padding: 3px 5px;
    margin: 0 5px 5px 0;
    transition: .3s;
}
 #mainContent ul.courseworkYearList a:hover {
    text-decoration: none;
    background: #000;
}



 #mainContent a.btn-outline-primary {
	 color: #b12;
	 border-bottom: 1px solid #b12;
}

 #mainContent a.btn-primary:hover,
 #mainContent a.btn-outline-primary:hover {
  background-color: #8e0b12;
  border-color: #8e0b12;
  color: #fff;
}


/*------------------------------ BUTTONS ------------------------------*/
.btn {
  box-sizing: border-box;
  display: inline-block;
  padding: .375rem .75rem;
  background-color: #fff;
  border: 1px solid transparent;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  font-family: inherit;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  color: #000;
  vertical-align: middle;
  text-align: center;
  transition: .15s;
}
.btn:hover {
  text-decoration: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-primary {
  background-color: #a70d16;
  border-color: #a70d16;
  color: #fff;
}
.btn-outline-primary {
  background-color: transparent;
  border-color: #b12;
  color: #b12;
}
.btn-primary:hover,
.btn-outline-primary:hover {
  background-color: #8e0b12;
  border-color: #8e0b12;
  color: #fff;
}
.btn-secondary {
  background-color: #328085;
  border-color: #328085;
  color: #fff;
}
.btn-outline-secondary {
  background-color: transparent;
  border-color: #328085;
  color: #328085;
}
.btn-secondary:hover,
.btn-outline-secondary:hover {
  background-color: #2a6a6e;
  border-color: #2a6a6e;
  color: #fff;
}
.btn-light {
  background-color: #eee;
  border-color: #eee;
  color: #333;
}
.btn-outline-light {
  background-color: transparent;
  border-color: #bbb;
  color: #333;
}
.btn-light:hover,
.btn-outline-light:hover{
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-link {
  background-color: transparent;
  border-color: transparent;
  color: #b12;
}
.btn-link:hover {
  text-decoration: underline;
}
.btn-lg {
  font-size: 1.2rem;
  padding: .5rem 1rem;
}
.btn-sm {
  font-size: .75rem;
  padding: .25rem .5rem;
}
.btn-block {
  display: block;
  margin: 1em auto;
  width: 100%;
}
.btn.disabled, .btn:disabled {
  opacity: .55;
}

.embed-video {margin-top:20px;}
