html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
	height: 100% !important;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 90%;
    height: 91%;
    margin: 0px auto;
    box-sizing: border-box;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
a {
    color: rgb(237,30,121);
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
    color: rgb(0,0,0);
}
em {
    border-bottom: solid 1px;
}
main {
    position: relative;
    height: 95%;
    box-sizing: border-box;
    margin-top: 5%;
}
main.admin {
    margin-top: 110px;
}
main p {
    font-size: 87.5%;
    margin-bottom: 2.5%;
    font-weight: 400;
}
main p strong {
    font-weight: 700;
}
main nav.pageadmin {
    position: absolute;
    left: 50%;
    top: 0px;
    background-color: rgba(0,0,0,0.1);
    height: 60px;
    width: 30px;
}
main.full nav.pageadmin {
    right: 0%;
    left: inherit;
}
main nav.pageadmin > ul > li > ul {
    height: 0px;
    overflow: hidden;
    position: absolute;
    padding: 0px 10px;
    width: 130px;
    top: 30px;
    font-size: 12px;
    line-height: 30px;
    left: 30px;
    transition: all 0.3s ease;
}
main.full nav.pageadmin > ul > li > ul {
    left: -150px;
}
main nav.pageadmin > ul > li {
    width: 100%;
    height: 50%;
}
main nav.pageadmin > ul > li {
    font-size: 0;
}
main nav.pageadmin > ul > li:after, main nav.pageadmin > ul > li > a:after {
	font-family: FontAwesome;
    font-size: 15px;
    text-indent: 0;
    display: block;
    line-height: normal;
    font-weight: normal;
}
main nav.pageadmin > ul > li > a {
    display: block;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
}
main nav.pageadmin ul li.edit a:after {
    content: '\f040';
    line-height: 30px;
    text-align: center;
    height: 100%;
}
main nav.pageadmin > ul > li.other:after {
    content: '\f142';
    line-height: 30px;
    text-align: center;
}
main nav.pageadmin > ul > li.other {
    color: rgb(237,30,121);
    transition: all 0.3s ease;
}
main nav.pageadmin > ul > li.other:hover {
    cursor: pointer;
    color: rgba(0,0,0,1);
}
main nav.pageadmin > ul > li.other.active {
    color: rgba(0,0,0,1);
}
main nav.pageadmin ul.display {
    height: inherit;
    background-color: rgb(230,230,230);
}
main nav.pageadmin ul.display li a {
    display: block;
}
main nav.isotopenav {
    position: absolute;
    left: 51.5%;
    top: 5px;
    width: 22.5%;
    height: auto;
}
main nav.isotopenav > a {
    display: block;
    background-color: rgba(0,0,0,0.1);
}
h1 {
    font-size: 225%;
}
h1, address {
    font-weight: 400;
}
main.course h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 90%;
}
main.course address {
    font-size: 87.5%;
}
address a {
    border-bottom: solid 1px rgb(237,30,121);
}
header {
    width: 90%;
    height: 5%;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    z-index: 10;
    top: 0px;
}
header.admin {
    top: 30px;
}
header.microlink_card__content_title {
	position: static;
	border-bottom: 0;
	height: inherit;
	width: inherit;
	background-color: inherit;
}
header .additem a {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 0;
    font-size: 75%;
    line-height: 30px;
    padding-left: 40px;
}
header .additem a .fa {
    font-size: 150%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 30px;
    width: 30px;
    border: solid 1px rgb(237,30,121);
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    margin-right: 8px;
    box-sizing: border-box;
}
h3 {
    top: 50%;
    transform: translateY(-50%);
}
h3, header > nav {
    position: relative;
    color: rgba(0,0,0,0.6);
    font-size: 75%;
    width: 100%;
    font-family: 'Playfair Display', serif;
}
h3 a {
    color: rgba(0,0,0,0.6);
    padding-bottom: 1px;
    border-bottom: solid 3px transparent;
}
h3 a:hover {
    color: rgba(0,0,0,1);
    border-bottom: solid 4px rgb(255,255,0);
}
header > nav {
    position: absolute;
    top: 17.5%;
    width: 25%;
    left: 75%;
}
header > nav > ul > li {
    border: solid 1px rgb(237,30,121);
    border-radius: 5px;
    padding: 4px 8px;
    color: rgb(0,0,0);
    background-color: rgba(255,255,255,0.8);
    font-weight: normal;
    cursor: pointer;
    transition: all 0.3s ease;
    transform-origin: top;
}
header > nav > ul > li:after {
    font-weight: normal;
	font-family: FontAwesome;
    content: '\f0d7';
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 225%;
}
header > nav > ul > li:hover, header > nav > ul > li.collapse {
    background-color: rgb(237,30,121);
    color: rgb(255,255,255);
}
header > nav > ul > li > ul {
    display: none;
    padding-top: 4px;
}
header > nav > ul > li > ul a {
    color: rgb(255,255,255);
    display: block;
    padding: 4px 0;
    font-family: 'Montserrat', sans-serif;
}
header nav dt {
    float: left;
    width: 25%;
}
header nav dt .fa {
    margin-right: 5px;
}
ul, li {
    list-style: none;
}
ul.primary {
    border-bottom: none;
    border-collapse: inherit;
    height: inherit;
    line-height: inherit;
    list-style: none;
    margin: inherit;
    padding: inherit;
    /* LTR */
    white-space: inherit;
}
ul.primary li {
    display: inherit;
}
ul.primary li a {
    background-color: inherit;
    border-style: inherit;
    margin: inherit;
    padding: inherit;
}
ul.primary li.active a {
    background-color: inherit;
    border: none;
}

#search-block-form {
    position: absolute;
    right: 0px;
    width: 22.5%;
    text-align: right;
    padding-bottom: 2px;
    border-bottom: solid 1px rgb(237,30,121);
}
.details, .preview {
    width: 50%;
    height: 100%;
    float: left;
    box-sizing: border-box;
}
.preview.half {
    height: 50%;
}
.details .title {
    min-height: 40%;
}
.title blockquote {
    margin-left: 20%;
    width: 75%;
    padding-top: 6%;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    font-size: .9375em;
    text-indent: -6px;
}
.title blockquote em {
    font-style: normal;
    border: none;
    color: rgba(0,0,0,0.5);
}
main.full .details {
    width: 100%;
}
.details > .top > ul {
    width: 100%;
    position: relative;
    font-size: 75%;
}
.details > .top > ul > li {
    border-bottom: solid 1px rgba(0,0,0,0.1);
    line-height: 1.75em;
    padding: 5px 0px;
    width: 100%;
}
.details > .top > ul > li > ul {
    width: 100%;
    display: table;
}
.details > .top > ul > li > ul > li {
    display: table-cell;
}
.details > .top > ul > li > ul > li:first-child {
    width: 20%;
    color: rgba(0,0,0,0.6);
}
.details > .top > ul > li > ul > li:last-child {
    width: 80%;
}
.details {
    padding-right: 2%;
    border-right: solid 1px rgba(0,0,0,0.1);
}
main.full .details {
    padding-right: 0;
    border-right: none;
}
main.full .details .bottom > ul > li {
    width: 22.75%;
    margin-right: 1.1%;
    margin-left: 1.1%;
    float: left;
}
main.full.course .details .bottom > ul > li {
}
/*
main.full .details .bottom > ul > li:last-child, main.full .details .bottom > ul > li.isotope-element:nth-child(4n+6) {
    margin-right: 0;
}
*/
main.full .details h3 {
    width: inherit;
    float: none;
    text-align: inherit;
}
main.full .details h3 a, main.full .details a h3 {
    color: rgb(41,171,226);
    transition: all 0.3s ease;
}
main.full .details h3 a:hover, main.full .details a:hover h3 {
    color: rgb(0,0,0);
}
main.full .details h2 a, main.full .details a h2 {
    color: rgb(0,0,0);
    font-weight: 400;
    font-size: 112.5%;
    transition: all 0.3s ease;
}
main.full .details h2 a:hover, main.full .details a:hover h2 {
    color: rgb(237,30,121);
}
main.full .details h4 a, main.full .details a h4 {
    font-family: 'Playfair Display', serif;
    color: rgba(0,0,0,0.4);
    font-size: 81.25%;
    transition: all 0.3s ease;
}
main.full .details h4 a:hover, main.full .details a:hover h4 {
    color: rgba(0,0,0,1);
}
main.full.course .details .bottom > ul > li > ul > li, main.full .details .bottom > ul > li, main.full .details .bottom  {
    padding: 10px 0px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
main.full.course .details .bottom > ul > li {
    padding: 0;
    border-bottom: none;
}
.details li a.external:after {
    font-weight: normal;
	font-family: FontAwesome;
    content: '\f08e';
    margin-left: 7px;
}
.top, .bottom {
    box-sizing: border-box;
    overflow: auto;
}
.top {
    height: 60%;
}
.bottom {
    height: 40%;
    background-color: rgba(0,0,0,0.1);
    position: relative;
}
.details nav, .body {
    height: 100%;
    font-weight: 400;
}
.details nav {
    font-family: 'Playfair Display', serif;
    position: relative;
    width: 35%;
}
.details nav dl {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 135%;
    transform: rotate(270deg) translateX(-50%);
    transform-origin: left top 0;
}
.details nav dt {
    font-size: 75%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 10%;
}
.details nav dt a {
    color: rgb(41,171,226);
    border-bottom: solid 1px rgb(41,171,226);
    padding-bottom: 2px;
    transition: all 0.3s ease;
}
.details nav dd {
    font-size: 150%;
}
.details nav dd a {
    color: rgba(0,0,0,0.4);
    border-bottom: solid 1px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
}
.details nav dt a:hover, .details nav dd a:hover {
    color: rgb(0,0,0);
}
.details a .fa {
    padding-left: 3px;
}
.body {
    padding: 3%;
    box-sizing: border-box;
}
main .body address {
    font-size: .75em;
    font-weight: bold;
    margin-bottom: 2%;
    color: rgba(0,0,0,0.6);
}
main .body p {
    font-size: 93.75%;
    box-sizing: border-box;
    line-height: 1.5em;
    overflow: auto;
}
main .body a.submit {
    font-size: 75%;
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    bottom: 6%;
    left: 3%;
}
main .body a.submit:hover {
    background-color: rgba(255,255,255,0.8);
}
.preview {
    text-align: center;
    font-size: 62.5%;
    padding-left: 10px;
    position: relative;
}
.preview .download {
    margin-top: 4%;
}
main .body a.submit {
    padding: 5px 10px;
    border: solid 1px rgb(237,30,121);
    border-radius: 5px;
}
.preview .download a:before {
    font-weight: normal;
	font-family: FontAwesome;
    content: '\f019';
    margin-right: 7px;
}
.preview .unfurl {
    width: 90%;
    margin: 0px auto;
}
.preview .unfurl .embed {
    box-sizing: border-box;
    padding: 5%;
    border: solid 2px rgba(0,0,0,0.1);
    text-align: left;
}
.preview .unfurl img {
    max-width: 100%;
    height: auto;
    display: block;
    padding-bottom: 15px;
}
.preview .unfurl .embed a {
    font-size: 140%;
    border: none;
    padding: 0;
    padding-bottom: 2px;
    border-bottom: solid 1px rgb(237,30,121);
    border-radius: 0;
}
.preview .unfurl a.provider {
    display: none;
}
.preview .unfurl .description {
    text-align: left;
    margin-top: 15px;
    font-size: 120%;
    line-height: 1.5em;
}
.preview .microlink_card {
	max-width: 75%;
}
main.full .details .bottom li.isotope-grid-sizer { width: 22.75%; }
main.full .details .bottom li.isotope-gutter-sizer { width: 3%; }
main.full .details .bottom li.isotope-element { width: 22.75%; }

/*Helper styles*/
.fa {
    font-family: FontAwesome;
}

nav.prevnext div {
	display: block;
	height: 70px;
	min-width: 0;
	position: fixed;
	z-index: 100;
	top: 50%;
	transform: translateY(-50%);
	border: solid 1px rgba(0,0,0,0.1);
	overflow: hidden;
	line-height: 70px;
	background-color: rgba(255,255,255,0.9);
	transition: all 0.3s ease;
}
nav.prevnext a {
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
}
nav.prevnext .next a {
	right: 10px;
	left: inherit;
	width: 7.5vw;
	text-align: right;
}
nav.prevnext .prev:hover, nav.prevnext .next:hover  {
	min-width: 7.5%;
}
nav.prevnext .next {
	right: 0;
	border-radius: 35px 0 0 35px;
	border-right: 0;
	padding-left: 35px;
}
nav.prevnext .prev {
	left: 0;
	border-radius: 0 35px 35px 0;
	border-left: 0;
	padding-left: 35px
}
nav.prevnext .next a::after, nav.prevnext .prev a::before {
    font-family: FontAwesome;
    font-size: 1.25rem;
    color: rgba(0,0,0,0.8);
}
nav.prevnext .prev a::before {
    content: '\f104';
    padding-right: 20px;
	padding-left: 10px;
}
nav.prevnext .next a::after {
    content: '\f105';
    padding-left: 20px;
}
