* {
    box-sizing: content-box;
    color: #3F4043;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    /* position: relative; */
}

body {
    background-image: url(../images/bodyBackground.jpg);
    height: 100%;
    width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

#page {}

/* Debugging */

.debugging {
    display: none;
}

/* Header */

#pageHeader {
    background-image: url(../images/headerBackground.png);
    background-repeat: repeat-x;
    height: 12.5em;
    left: 0;
    padding: 0 2.5em;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

#siteTitle {
    font-size: 2.5em;
    left: 1em;
    position: absolute;
    top: 1em;
}

#siteWelcome {
    font-size: 1em;
    left: 9em;
    position: absolute;
    top: 11.5em;
}

#pageMenu {
    padding: .2em 1em 0 25em;
    text-align: right;
}

#pageMenu ._cMenuOption {
    display: inline-block;
    list-style: none;
    margin: .5em 1em 1em 1em;
    padding: 0;
}

#pageMenu ._cMenuOption a {
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

#pageMenu ._cMenuOption:hover {
    border-top: .5em solid #EEECD4;
    margin-top: 0;
}

#pageMenu ._cMenuOptionSelected {
    border-top: .5em solid #3F4043 !important;
    margin-top: 0;
}

/* Body */

#pageBody {
    display: grid;
    grid-template-columns: 25em auto;
    padding: 12.5em 2.5em 3em 2.5em;
}

#themeSignIn #pageBody {
    grid-template-columns: auto;
}

/* Sidebar */

#pageSidebar {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 25em;
}

#pageSubMenu {
    background-image: url(../images/submenuLogo.png);
    background-repeat: no-repeat;
    padding: 145px 49px 0px 66px;
    width: 185px;
}

#pageSubMenu ._cMenuTitle {
    background-color: #3F4043;
    border-top: .1em solid #C0D7CF;
    color: #FFFEEA;
    display: block;
    padding: 1em 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#pageSubMenu ._cMenuOption {
    list-style: none;
}

#pageSubMenu ._cMenuOption a {
    background-color: #FFFEEA;
    border-top: .1em solid #C0D7CF;
    display: block;
    padding: 1em 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#pageSubMenu ._cMenuOption a:hover {
    background-color: #FEFDF3;
}

#pageSubMenu ._cMenuOptionSelected a {
    background-color: #EEECD4 !important;
    border-top: .1em solid #E3E1CB;
}

#pageLanguage {
    padding: 0.2em 1em 0 25em;
    text-align: right;
}

/* Framed */
.c60_framed #pageHeader,
.c60_framed #pageSidebar {
    display: none;
}

.c60_framed #pageBody {
    grid-template-columns: auto;
}

.c60_framed #page {
    background-image: none;
}

/* Core Notices */

.coreNotice {
    -moz-border-radius: .25em;
    background-color: #FFFEEA;
    border: .2em solid #C0D7CF;
    border-radius: .25em;
    list-style: none;
    margin: 0 0 1.5em 0;
    padding: .6em;
}

/* Content */

#pageContent {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

#backLink {
    display: block;
    font-size: 1.2em;
    padding: 0 0 1em 0;
    white-space: nowrap;
    width: min-content;
}

#backLink[href=""] {
    display: none;
}

#pageTitle {
    font-size: 2.5em;
    font-weight: normal;
    padding: .5em 0 1em 0;
}

/* Generic filter forms */

.cForm.generic_filter {
    border: 1px solid #555555;
    margin: 0 0 1em 0;
    padding: 0 0 0 0;
}

.cForm.generic_filter .cForm_row {
    display: inline-block;
    margin-right: 2em;
}

.cForm.generic_filter .cForm_row label {
    padding-left: 1em;
    min-width: 5rem;
    width: auto;
}

/* Sign in screen only */

#themeSignIn #pageTitle {
    margin: 0 0 0 5em;
}

#themeSignIn #pageBody {
    background-image: url(../images/whale.png);
    background-position-x: 2.5em;
    background-position-y: 12.5em;
    background-repeat: no-repeat;
    height: 200px;
}

#themeSignIn #pageContent {
    margin: 0 0 0 30em;
}

/* Popup notices */

.c60_noticeModalOverlay {
    background-color: black;
    opacity: 0.5;
}

.c60_notice {
    box-shadow: 1em 1em 5em grey;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 32.36em;
}

.c60_noticeTitle {
    background-color: white;
    background-image: url(../images/bodyBackground.jpg);
    border: 1px solid black;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
    font-weight: normal;
    padding: 1em;
}

.c60_noticeMessage {
    background-color: white;
    border-left: 1px solid black;
    border-right: 1px solid black;
    height: 14em;
    overflow: auto;
    padding: 1em;
}

.c60_noticeOptions {
    background-color: white;
    background-image: url(../images/bodyBackground.jpg);
    border: 1px solid black;
    border-bottom-left-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
    padding: 1em;
    text-align: right;
}

.c60_noticeOptions button {
    min-width: 6em;
    padding: 1em;
}

.c60_UrlNotice {
    width: fit-content;
}

.c60_UrlNotice .c60_noticeMessage {
    height: auto;
}

#siteOverlay {
    font-size: 15rem;
    left: 50%;
    opacity: 0.05;
    position: fixed;
    pointer-events: none;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    z-index: 100;
}