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: 'Lato', sans-serif;
    font-weight: 400;
    width: 90%;
    height: 91%;
    margin: 0px auto;
    box-sizing: border-box;
	-webkit-font-smoothing: antialiased; Fix for webkit rendering */
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
.overlay {
	position: absolute;
	z-index: 100;
	background-color: rgba(0,0,0,0.85);
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
}
.overlay nav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.overlay nav h4 {
	color: white;
	margin-bottom: 5vh;
}
.overlay nav li {
	margin: 2vh 0;
}
a {
    color: rgb(237,30,121);
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
    color: rgb(0,0,0);
}
.overlay nav a {
	padding: 2vw 7.5vw;
	border: 1px solid rgba(255,255,255,0.5);
	display: block;
	font-weight: 700;
	letter-spacing: .5px;
	font-size: 1.33rem;
	color: rgba(255,255,255,0.8);
}
.overlay nav a:hover {
	color: rgb(237,30,121);
	border-color: rgb(237,30,121);
}
em {
    border-bottom: solid 1px rgba(0,0,0,0.15);
}
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;
	color: rgb(0,0,0);
}
main .small em {
	font-style: normal;;
}
.strike {
	text-decoration: line-through;;
}
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 h1 em {
	font-weight: 400;
	border-bottom: 0;
}
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;
	z-index: 5;
}
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;
}
header strong {
	font-weight: 700;
}
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;
	font-weight: 700;
}
h3 a {
    color: rgba(0,0,0,0.6);
    padding-bottom: 1px;
    border-bottom: solid 3px transparent;
	letter-spacing: .25px;
}
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;
}
ol {
	list-style-type: none;
}
ol > li {
  counter-increment: customlistcounter;
}
ol > li:before {
  content: counter(customlistcounter) " ";
  float: left;
  font-weight: 400;
  width: 1.33em;
  font-size: .75rem;
}
ol:first-child {
  counter-reset: customlistcounter;
}
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 img {
	width: 86%;
	height: 90%;
	object-fit: cover;
}
.preview.half {
    height: 50%;
}
.details .title {
    min-height: 30%;
}
.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);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.details > .top > ul > li > ul > li:last-child {
    width: 80%;
	font-size: .9125rem;
}
.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::after, p a::after {
	font-weight: normal;
	font-family: FontAwesome;
	margin-left: 7px;
	color: rgba(0,0,0,0.2);
	transition: all 0.3s ease;
}
.details li a:hover::after, p a:hover::after {
	color: rgb(0,0,0);
}
.details li a.external::after, p a.external::after {
    content: '\f08e';
}
.details li a.popup::after, p a.popup::after {
    content: '\f2d2';
}
.details li a.download::after, p a.download::after {
    content: '\f019';
}
.top, .bottom {
    box-sizing: border-box;
    overflow: auto;
}
.top {
    height: 55%;
}
.bottom {
    height: 45%;
    background-color: rgba(0,0,0,0.1);
    position: relative;
	overflow-y: auto;
	padding: 3%;
	box-sizing: border-box;
}
.details nav, .body {
    height: 100%;
    font-weight: 400;
	overflow-y: auto;
}
.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 {
    box-sizing: border-box;
}
main .body > section {
	padding-bottom: 1.5vh;
}
main .body address {
    font-size: .75em;
    font-weight: 700;
    margin-bottom: 2%;
    color: rgba(0,0,0,0.5);
	text-transform: uppercase;
	letter-spacing: .5px;
}
main .body p, main .body ol {
    font-size: 1.125rem;
    box-sizing: border-box;
    line-height: 1.5em;
    overflow: auto;
	color: rgba(0,0,0,0.8);
}
main .body p.small {
	font-size: .875rem;
	line-height: 1.75em;
	font-style: italic;
	color: rgba(0,0,0,0.6);
}
main .body ol p.small {
	margin-left: 1.33em;
}
main .body footer {
	position: sticky;
	bottom: 0;
	padding-top: 10%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+75&0+0,1+75 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(230,230,230,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(230,230,230,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(230,230,230,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}
main .body button {
    font-size: .875rem;
    background-color: transparent;
	padding: 1vh 1vw;
    border: solid 1px rgb(237,30,121);
	color: rgb(237,30,121);
    border-radius: 10px;
	transition: all 0.3s ease;
	margin-right: 1vw;
	margin-top: 1vw;
	margin-bottom: 1px;
	background-color: rgb(230,230,230);
}
main .body button:disabled, main .body button[disabled] {
	border-color: rgba(255,255,255,1);
	color: rgba(0,0,0,0.4);
}
main .body button:hover {
    background-color: rgba(255,255,255,0.8);
	cursor: pointer;
	color: rgb(0,0,0);
}
main .body button:hover:disabled, main .body button:hover[disabled] {
	cursor: default;
	background-color: transparent;
}
.preview {
    text-align: center;
    font-size: .75rem;
    padding-left: 10px;
    position: relative;
}
.preview .download {
    margin-top: 3%;
	font-size: .8125rem;
}
.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: 85%;
	height: 50%;
	margin: 0 auto;
}
.preview.half .microlink_card {
	max-width: 86%;
	height: 85%;
}

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;
}
.featherlight iframe {
	width: 85vw;
	height: 85vh;
}
.featherlight .featherlight-close-icon {
    line-height: 36px;
    width: 36px;
    font-size: 1.5rem;
    background: rgba(255,255,255,.4);
	position: fixed;
	top: 0px;
	right: 0px;
}

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;
}

@media screen and (max-width: 767px) {
html {
	height: auto;
}
body {
	height: auto;
}
header {
	height: 6%;
}
main {
	margin-top: 20%;
	height: auto;
}
.details, .preview {
	float: none;
	width: 100%;
	height: auto;
}
.details {
    padding-right: 0;
    border-right: none;
	padding-bottom: 15%;
	margin-bottom: 7.5%;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.details > .top > ul > li > ul > li:first-child {
	width: 30%;
}
.bottom {
	height: auto;
}
.body {
    height: auto;
	padding: 5% 5% 20% 5%;
}
main .body > section {
	padding-bottom: 2.5vh;
}
main .body button {
	bottom: 5%;
}
.preview {
	padding-left: 0;
}
.preview.half .microlink_card {
	max-width: 100%;
}
.preview.half iframe {
	width: 100%;
	height: 85%;
}
nav.prevnext {
	display: none;
}
}
