body {
    position: absolute;
    background: #030e1a;
    margin: 0 auto;
    padding: 0;
    color: white;
    width: 100%;
    height: 100%;
    /*font-family: 'Barlow Condensed', sans-serif;*/
    font-family: 'Merienda', cursive;
    font-size: 14px;
}
.mainContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #030e1a;
    overflow: hidden;
}
.mainContainer .topMenu {
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto;
    width: calc(100% - 250px);
    height: 35px;
    padding: 10px 125px 10px 125px;
    z-index: 30;
    transition: background 250ms;
    transition-delay: 250ms;
    cursor: pointer;
}
.mainContainer .topMenu .picotMenu {
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    transition: opacity 250ms;
    transition-delay: 250ms;
}
.mainContainer .topMenu .cartridge {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    top: -45px;
    transition: 250ms;
    transition-delay: 250ms;
}
.mainContainer .topMenu:hover {
    background: rgba(255, 255, 255, 0.1);
    transition-delay: 0ms;
}
.mainContainer .topMenu:hover .picotMenu {
    opacity: 0;
    transition-delay: 0ms;
}
.mainContainer .topMenu:hover .cartridge {
    top: 0;
    transition-delay: 0ms;
}
.mainContainer .topMenu .cartridge .entry {
    display: inline-block;
    cursor: pointer;
    height: 35px;
}
.mainContainer .topMenu .cartridge img {
    height: 100%;
}
.mainContainer .topMenu .cartridge .entry.navScreen.active {
    display: none;
}
.mainContainer .contextualMenu {
    position: fixed;
    z-index: 25;
}
.mainContainer .contextualMenu.contextualMenuLeft {
    left: 0;
    top: 0;
    height: 100%;
}
.mainContainer .contextualMenu.contextualMenuRight {
    right: 0;
    top: 0;
    height: 100%;
}
.mainContainer .contextualMenu.contextualMenuBottom {
    bottom: 0;
    left: 0;
    width: 100%;
}
.mainContainer .contextualMenu .entry {
    padding: 12px;
    cursor: pointer;
    transition: 250ms;
}
.mainContainer .contextualMenu.vertical .entry {
    position: absolute;
    height: calc(100% - 24px);
}
.mainContainer .contextualMenu.horizontal .entry {
    width: calc(100% - 24px);
}
.mainContainer .contextualMenu .entry:hover {
    background: rgba(255, 255, 255, 0.1);
}
.mainContainer .contextualMenu.vertical .entry:hover {
    padding-left: 30px;
    padding-right: 30px;
}
.mainContainer .contextualMenu.horizontal .entry:hover {
    padding-top: 30px;
    padding-bottom: 30px;
}
.mainContainer .contextualMenu .entry.active {
    cursor: initial;
    opacity: 0;
}
.mainContainer .contextualMenu .entry img {
    position: relative;
    width: 45px;
    max-width: 45px;
}
.mainContainer .contextualMenu.vertical .entry img {
    top: 50%;
    transform: translateY(-50%);
}
.mainContainer .contextualMenu.horizontal .entry img {
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -4px;
}
.mainContainer .contextualMenu .entry.degreesLink {
    left: 0;
}
.mainContainer .contextualMenu .entry.skillsLink {
    right: 0;
}
.mainContainer .allContents {
    position: absolute;
    width: 300%;
    height: 300%;
    left: -100%;
    bottom: -100%;
    display: flex;
    flex-wrap: wrap;
    transition: 750ms;
    z-index: 2;
}
.mainContainer .allContents:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(images/background01.gif);
    opacity: 0.2;
}
.mainContainer .allContents:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image:url(images/background02-white.png);
    opacity: 0.035;
}
.mainContainer .allContents .tile {
    position: relative;
    width: calc(100% / 3);
    height: calc(100% / 3);
    color: white;
    z-index: 2;
}
.mainContainer .allContents .tile .binder {
    display: block;
    position: absolute;
    width: calc(100% - 250px);
    height: calc(100% - 225px);
    top: 100px;
    left: 125px;
}
.mainContainer .allContents .tile .binder h2.binderTitle {
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.mainContainer .allContents .tile .binder .topic::-webkit-scrollbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: calc(100% - 120px);
}
.mainContainer .allContents .tile .binder .topic .jacket {
    display: block;
    width: 100%;
    max-height: 100%;
    overflow: auto;
}
.mainContainer .allContents .tile .binder .topic .jacket .interleaf {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.mainContainer .allContents .tile .binder .topic .jacket .interleaf .card {
    display: block;
    width: 100%;
    max-width: 250px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 25px;
    margin-right: 25px;
}
.mainContainer .allContents .tile .binder .topic .jacket .interleaf .card .insert {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.12);
    margin: 0 auto;
    padding: 12px;
}
.mainContainer .allContents .tile .binder .topic .jacket .interleaf .card .insert:before {
    display: block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 350px;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 5;
    box-sizing: border-box;
    background: -moz-linear-gradient(45deg, rgba(255,255,255,0.0) 0, rgba(255,255,255,0.0) 63%, rgba(255,255,255,0.06) 63%, rgba(255,255,255,0.0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(255,255,255,0.0) 0, rgba(255,255,255,0.0) 63%, rgba(255,255,255,0.06) 63%, rgba(255,255,255,0.0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(255,255,255,0.0) 0, rgba(255,255,255,0.0) 63%, rgba(255,255,255,0.06) 63% rgba(255,255,255,0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.mainContainer .allContents .tile .binder .topic .jacket .interleaf .card .insert table,
.mainContainer .allContents .tile .binder .topic .jacket .interleaf .card .insert table tbody {
    width: 100%;
}
.mainContainer .allContents .tile .binder .topic .jacket .interleaf .card .insert table img.tableIllustration {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.mainContainer .allContents .tile .binder .topic .jacket .interleaf .card .insert table tr.pictureLine td.pictureFrame {
    display: block;
    height: 200px;
    overflow: hidden;
    padding-bottom: 7px;
    border-bottom: thin solid rgba(255, 255, 255, 0.3);
}
.mainContainer .allContents .tile .binder .topic .jacket .interleaf .card .insert table tr.pictureLine td.pictureFrame img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.mainContainer .allContents .tile .binder .topic .jacket .interleaf .card .insert table tr.screedLine td {
    padding-top: 12px;
}
.mainContainer .allContents .tile .binder .topic .jacket .interleaf .card .insert table tr.screedLine td span {
    display: block;
    margin-top: 5px;
}
.mainContainer .allContents .tile .binder .topic .jacket .interleaf .card .insert table tr.screedLine td span:first-child {
    display: block;
    margin-top: 0;
}
.mainContainer .allContents .tile.homeBlock .binder.homeLeaf {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.mainContainer .allContents .tile.homeBlock .binder.homeLeaf .introduction {
    font-size: 16px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    width: calc(100% - 500px);
}
.mainContainer .allContents .tile.homeBlock .binder.homeLeaf .introduction h1 {
    margin-top: -125px;
    font-size: 20px;
    text-align: center;
}
.mainContainer .allContents .tile.homeBlock .binder.homeLeaf .introduction span {
    margin-bottom: 5px;
}
.mainContainer .allContents .tile.homeBlock .binder.homeLeaf .floatingBlock {
    position: absolute;
}
.mainContainer .allContents .tile.homeBlock .binder.homeLeaf .floatingBlock h3 {
    font-size: 14px;
}
.mainContainer .allContents .tile.homeBlock .binder.homeLeaf .floatingBlock.floatingLeft {
    left: 0;
    top: 50%;
    transform: translateY(calc(-100% + 25px));
}
.mainContainer .allContents .tile.homeBlock .binder.homeLeaf .floatingBlock.floatingRight {
    right: 0;
    top: 50%;
    transform: translateY(calc(-100% + 25px));
}
.mainContainer .allContents .tile.homeBlock .binder.homeLeaf .floatingBlock.floatingRight .floatingBlockTitle {
    margin-left: -60px;
    margin-bottom: 0;
}
.mainContainer .allContents .tile.homeBlock .binder.homeLeaf .floatingBlock.floatingBottom {
    text-align: center;
    top: calc(100% - 150px);
}
.mainContainer .allContents .modal.externalSource {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: 750ms;
}
.mainContainer .allContents .modal.externalSource object {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    border: none;
    top: 0;
    left: 0;
    z-index: 200;
}
@media(max-width: 1280px) {
    .mainContainer .allContents .tile.homeBlock .binder.homeLeaf .introduction h1 {
        font-size: 18px;
    }
}
@media(max-width: 1168px) {
    .mainContainer .allContents .tile .binder .topic .jacket .interleaf {
        justify-content: center;
    }
}
@media(max-width: 960px) {
    .mainContainer .allContents .tile.homeBlock .binder.homeLeaf .introduction {
        width: 100%;
    }
    .mainContainer .allContents .tile.homeBlock .binder.homeLeaf .floatingBlock {
        display: none;
    }
}
@media(max-height: 520px) {
    .mainContainer .allContents .tile.homeBlock .binder.homeLeaf .introduction {
        width: 100%;
    }
    .mainContainer .allContents .tile.homeBlock .binder.homeLeaf .floatingBlock {
        display: none;
    }
}