html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

a:link, a:visited, a:hover, a:active {
    color: #185a7d;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0;
}

body {
    background: #ffffff;
    color: #101820;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

.page-content {
    margin: 78px auto 0 auto;
    width: 100%;
}

.page-content-inner {
    margin: 0 auto;
    max-width: 1440px;
    min-width: 1048px;
    width: 100%;
}

.content-body {
    margin-top: -30px;
    padding: 0 20px 20px 20px;
}

.content-body:after{
    clear: both;
    content: '';
    display: table;
}

.content-footer {
    box-sizing: border-box;
    font-family: 'Source Code Pro', monospace;
    font-size: 0.7em;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 30px;
    text-align: center;
    width: 100%;
}

.disclaimers {
    margin-top: 10px;
}

.disclaimers a:link, .disclaimers a:visited, .disclaimers a:hover, .disclaimers a:active {
    color: #101820;
    text-decoration: underline;
}

/*****************************************\
|* NAVIGATION -------------------------- *|
\*****************************************/

nav {
    height: 78px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.nav-inner {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1440px;
    min-width: 1048px;
    padding: 0 20px;
    width: 100%;
}

.nav-logo-image {
    display: block;
    height: 50px;
}

.nav-links {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.nav-link {
    border-radius: 5px;
    display: block;
    font-family: interface;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-left: 2px;
    padding: 7px 10px;
}

    .nav-link:hover {
        text-decoration: none;
    }

    a.nav-link.nav-link-add:link, a.nav-link.nav-link-add:visited, a.nav-link.nav-link-add:active {
        background: #6f886c;
        color: #ffffff;
    }

nav i.fa.prepend {
    line-height: inherit;
    margin-right: 0.2em;
}

/*****************************************\
|* HEADER ------------------------------ *|
\*****************************************/

.content-header {
    align-items: flex-end;
    color: #ffffff;
    column-gap: 40px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 20px 20px 40px 20px;
}

.subnav {
    font-size: 15px;
}

.crumbs {
    font-family: interface;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.crumbs i.fa {
    font-size: 0.8em;
    margin: 0px 5px;
    vertical-align: middle;
}

h1 {
    font-family: interface;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 0;
    text-align: left;
}

.greeting {
    white-space: nowrap;
}

/*****************************************\
|* NOTIFICATIONS ----------------------- *|
\*****************************************/

.notifications {
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: auto;
    z-index: 2000;
}

.notification {
    height: 0px;
    overflow: hidden;
}

    .grey.notification {
        background: #c3c4c5;
        border-bottom: 1px solid #ffffff;
        color: #101820;
    }

    .orange.notification {
        background: #b24f33;
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
    }

.notification table {
    height: 78px;
    margin: 0px auto;
    max-width: 1440px;
    width: 100%;
}

.notification td {
    padding: 15px;
    vertical-align: middle;
}

.notification td.right {
    text-align: right;
}

/*****************************************\
|* COLUMNS ----------------------------- *|
\*****************************************/

.column {
    float: left;
}

.new.column {
    clear: both;
}

.quarter.column {
    width: 25%;
}

.third.column {
    width: 33.3333333333%;
}

.half.column {
    width: 50%;
}

.twothirds.column {
    width: 66.6666666667%;
}

.threequarters.column {
    width: 75%;
}

.full.column {
    width: 100%;
}

.footer .left.column {
    text-align: left;
}

.footer .middle.column {
    text-align: center;
}

.footer .right.column {
    text-align: right;
}

/*****************************************\
|* MODULES ----------------------------- *|
\*****************************************/

.module {
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.08);
    margin: 16px 0px 0px 0px;
    overflow: hidden;
    text-align: left;
}

    .left.column .module {
        margin-right: 8px;
    }

    .middle.column .module {
        margin-left: 8px;
        margin-right: 8px;
    }

    .right.column .module {
        margin-left: 8px;
    }

.module > .header, .module > form > .header {
    line-height: 25px;
    padding: 15px;
}

    /* clearfix */
    .module > .header:after, .module > form > .header:after {
        clear: both;
        content: '';
        display: table;
    }

.module > .header .title, .module > form > .header .title {
    border-left: 10px solid;
    float: left;
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding-left: 10px;
    text-transform: uppercase;
}

.module > .header img.loadingindicator, .module > form > .header img.loadingindicator {
    height: auto;
    margin-left: 10px;
}

.module > .header .filter, .module > form > .header .filter {
    float: right;
    margin-left: 15px;
}

    .module > .header .button.filter button, .module > form > .header .button.filter button {
        display: block;
    }

/* TODO | MAYBE REMOVE ALL SUBHEADER */
.module > .subheader, .module > form > .subheader {
    background: #f2f7f9;
    line-height: 25px;
    padding: 10px;
}

    /* clearfix */
    .module > .subheader:after, .module > form > .subheader:after {
        clear: both;
        content: '';
        display: table;
    }

.module > .subheader .title, .module > form > .subheader .title {
    float: left;
}

.module > .subheader .filter, .module > form > .subheader .filter {
    float: right;
    font-weight: 400;
    margin-left: 15px;
}

.search.filter i.fa {
    background: #ffffff;
    border: 1px solid #c3c4c5;
    border-radius: 5px 0px 0px 5px;
    box-sizing: border-box;
    color: #c3c4c5;
    display: block;
    float: left;
    height: 25px;
    line-height: 23px;
    margin: 0px 0px 0px 5px;
    padding: 0px 5px;
}

.search.filter input[type=text] {
    background: #ffffff;
    border: 1px #c3c4c5;
    border-style: solid solid solid none;
    border-radius: 0px 5px 5px 0px;
    box-sizing: border-box;
    color: #4c5051;
    display: block;
    float: left;
    font-size: 14px;
    height: 25px;
    line-height: 23px;
    padding: 0 6px;
    width: 150px;
}

.module > .header div.dropdown, .module > form > .header div.dropdown {
    clear: both;
    padding: 10px 0px 0px 0px;
}

.module > .body, .module > form > .body {
    overflow: hidden;
}

.module > .body > .padder, .module > form > .body > .padder {
    background: #ffffff;
    padding: 15px;
}

.footer {
    background: #ffffff;
    border-top: 1px solid #f6f6f6;
    font-size: 0.9em;
    line-height: 25px;
    padding: 15px;
    text-align: right;
}

    /* clearfix */
    .footer:after {
        clear: both;
        content: '';
        display: table;
    }

/*****************************************\
|* TABLES ------------------------------ *|
\*****************************************/

table.standard {
    background: #ffffff;
    border-spacing: 0px;
    width: 100%;
}

table.standard td {
    padding: 10px;
    vertical-align: middle;
}

    table.standard td:first-of-type {
        padding-left: 15px;
    }

    table.standard td:last-of-type {
        padding-right: 15px;
    }

    table.standard td.inset {
        padding-left: 30px;
    }

    table.standard td.nopadding {
        padding: 0px;
    }

    table.standard td.shrink {
        white-space: nowrap;
        width: 1px;
    }

table.standard tr:nth-of-type(2n) {
    background: #f6f6f6;
}

table.standard tr.header {
    font-weight: 700;
}

table.standard tr.header td {
    border-top: 1px solid #ffffff;
    padding: 5px 10px;
}

    table.standard tr.header td:first-of-type {
        padding-left: 15px;
    }

    table.standard tr.header td:not(:first-of-type) {
        border-left: 1px solid #ffffff;
    }

table.standard tr.header td.sortable, table.standard tr.subheader td.sortable {
    cursor: pointer;
}

table.standard tr.subheader {
    font-size: 0.9em;
    font-weight: 700;
}

table.standard tr.subheader td {
    border-top: 1px solid #ffffff;
    padding: 5px 10px;
}

    table.standard tr.subheader td:not(:first-of-type), table.standard tr.subheader td.bordered {
        border-left: 1px solid #ffffff;
    }

    table.standard tr.subheader td.noborder {
        border-left: none;
    }

table.standard tr.header a, table.standard tr.subheader a {
    color: #101820;
    text-decoration: underline;
}

    table.standard tr.header a:hover, table.standard tr.subheader a:hover {
        color: #60656a;
    }

table.standard tr.inactive td {
    color: #aaaaaa;
}

table.standard tr.aligntop td, table.standard td.aligntop {
    vertical-align: top;
}

table.standard tr.empty td {
    color: #888a8b;
    font-style: italic;
}

table.standard div.content-with-button {
    padding: 10px 15px;
}

    table.standard div.content-with-button:before, table.standard div.content-with-button:after {
        content: '';
        display: table;
    }

    table.standard div.content-with-button:after {
        clear: both;
    }

table.standard .content-with-button div.content {
    float: left;
    font-weight: 600;
    width: calc(100% - 40px);
}

table.standard .content-with-button div.button {
    float: right;
}

table.standard .hovered {
    background: #f2f4f6;
}

tr.extralightred-bg td {
    background: #f6dbdc;
}

table.inline-form {
    border-spacing: 0;
    width: 100%;
}

table.inline-form th {
    background: #77a3c1;
    color: #ffffff;
    font-weight: 400;
    line-height: 1em;
    padding: 5px;
    text-align: center;
}

    table.inline-form th:not(:first-of-type) {
        border-left: 1px solid #e5eef3;
    }

table.inline-form td {
    border-top: 1px solid #e5eef3;
    padding: 5px;
}

    table.inline-form td:first-of-type {
        padding-left: 10px;
    }

    table.inline-form td:not(:first-of-type) {
        border-left: 1px solid #e5eef3;
    }

    table.inline-form tr.focused td:first-of-type {
        border-left: 5px solid #7aa378;
        padding-left: 5px;
    }

table.inline-form td.error,
table.inline-form tr.focused td.error {
    background: #f6dbdc;
}

table.inline-form tr.focused td.focused {
    background: #f4f7f3;
}

table.inline-form tr.errors {
    color: #b24f33;
    font-size: 9pt;
    font-weight: 700;
}

table.inline-form tr.errors td {
    padding: 5px 0 0 5px;
}

table.inline-form tr.errors div.error {
    background: #ffffff;
    border: 1px solid #b24f33;
    border-radius: 3px;
    color: #b24f33;
    float: left;
    margin: 0 5px 5px 0;
    padding: 0 5px;
}

/*****************************************\
|* FORMS ------------------------------- *|
\*****************************************/

label[for] {
    cursor: pointer;
}

form.standard .group {
    padding: 10px 20px;
}

    /* clearfix */
    form.standard .group:after {
        clear: both;
        content: '';
        display: table;
    }

    form.standard .group:nth-of-type(2n) {
        background: #f6f6f6;
    }

    form.standard .compact.group {
        padding: 4px 20px;
    }

form.standard div.error {
    color: #b24f33;
    font-size: 0.9em;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}

form.standard .group > label {
    display: block;
    float: left;
    font-weight: 700;
    line-height: 25px;
}

    form.standard .horizontal.group > label {
        width: 25%;
    }

    form.standard .vertical.group > label {
        width: 100%;
    }

form.standard .fields {
    float: left;
}

    form.standard .horizontal.group .fields {
        width: 75%;
    }

    form.standard .vertical.group .fields {
        width: 100%;
    }

form.standard .field {
    float: left;
}

    form.standard .vertical.group .field {
        margin-top: 7px;
        width: 100%;
    }

        form.standard .checkbox.fields div.input, form.standard .radio.fields div.input {
            clear: left;
            float: left;
            margin-bottom: 8px;
            width: 6%;
        }

        form.standard .checkbox.fields div.caption, form.standard .radio.fields div.caption {
            float: left;
            margin-bottom: 8px;
            width: 94%;
        }

form.standard input[type=text], input[type=text].standard {
    background: #ffffff;
    border: 1px solid #c3c4c5;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4c5051;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    height: 25px;
    line-height: 23px;
    margin: 0;
    outline: none;
    padding: 0 6px;
    transition: all 0.2s ease-in;
    width: 100%;
}

    form.standard input[type=text].error, input[type=text].standard.error {
        border: 2px solid #b24f33;
        line-height: 21px;
    }

    form.standard input[type=text]:focus, input[type=text].standard:focus {
        box-shadow: 0 0 5px #22526d;
        border: 1px solid #22526d;
    }

    form.standard input[type=text]:disabled, input[type=text].standard:disabled {
        background: #f6f6f6;
    }

form.standard input[type=password], input[type=password].standard {
    background: #ffffff;
    border: 1px solid #c3c4c5;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4c5051;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    height: 25px;
    line-height: 23px;
    margin: 0;
    outline: none;
    padding: 0 6px;
    transition: all 0.2s ease-in;
    width: 100%;
}

    form.standard input[type=password].error, input[type=password].standard.error {
        border: 2px solid #b24f33;
        line-height: 21px;
    }

    form.standard input[type=password]:focus, input[type=password].standard:focus {
        box-shadow: 0 0 5px #22526d;
        border: 1px solid #22526d;
    }

form.standard textarea, textarea.standard {
    background: #ffffff;
    border: 1px solid #c3c4c5;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4c5051;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    outline: none;
    padding: 4px 6px;
    resize: none;
    transition: all 0.2s ease-in;
    width: 100%;
}

    form.standard textarea.error, textarea.standard.error {
        border: 2px solid #b24f33;
    }

    form.standard textarea:focus, textarea.standard:focus {
        box-shadow: 0 0 5px #22526d;
        border: 1px solid #22526d;
    }

form.standard select, select.standard {
    background: #ffffff;
    border: 1px solid #c3c4c5;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4c5051;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    height: 25px;
    line-height: 1.42857143;
    margin: 0;
    outline: none;
    padding: 2px 5px;
    transition: all 0.2s ease-in;
    width: 100%;
}

    form.standard select.error, select.standard.error {
        border: 2px solid #b24f33;
    }

    form.standard select:focus, select.standard:focus {
        box-shadow: 0 0 5px #22526d;
        border: 1px solid #22526d;
    }

form.standard input[type=checkbox], input[type=checkbox].standard {
    margin-right: 5px;
}

    form.standard input[type=checkbox].inline:not(:first-of-type), input[type=checkbox].standard.inline:not(:first-of-type) {
        margin-left: 25px;
    }

form.standard input[type=radio], input[type=radio].standard {
    margin-right: 5px;
}

    form.standard input[type=radio].inline:not(:first-of-type), input[type=radio].standard.inline:not(:first-of-type) {
        margin-left: 25px;
    }

table.standard td.row-form {
    padding: 0px;
}

table.standard td.row-form div.errors div.error {
    color: #b24f33;
    font-size: 9pt;
    font-weight: 700;
    margin: 7px 5px 7px 10px;
}

table.standard td.row-form div.content-with-button {
    cursor: pointer;
}

    table.standard td.row-form div.content-with-button.active {
        background: #e9efe8;
    }

    table.standard td.row-form div.content-with-button.error {
        background: #f6e9e6;
    }

table.standard td.row-form input[type=text] {
    background: none;
    border: none;
    border-radius: 0px;
    box-sizing: border-box;
    color: #555555;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    height: 22px;
    margin: 0px;
    outline: none;
    padding: 0px;
    vertical-align: middle;
    width: 100%;
}

    table.standard td.row-form input[type=text]:not(:focus) {
        cursor: pointer;
    }

table.inline-form input[type=text].inline {
    background: none;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #555555;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    height: 22px;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}

/*****************************************\
|* BUTTONS ----------------------------- *|
\*****************************************/

a.button {
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Source Code Pro', monospace;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 25px;
    padding: 0px 10px;
    text-transform: uppercase;
}

    a.button:hover {
        text-decoration: none;
    }

    a.button.small {
        line-height: 22px;
        padding: 0px 7px;
    }

    a.button.large {
        line-height: 35px;
        padding: 0px 20px;
    }

    a.button.default {
        background: #ffffff;
        border: 1px solid #888a8b;
        color: #888a8b;
        line-height: 23px;
    }

        a.button.default:hover {
            background: #e1e2e2;
        }

    a.button.blue {
        background: #22526d;
    }

        a.button.blue:hover {
            background: #6c8c9e;
        }

    a.button.orange {
        background: #b24f33;
    }

        a.button.orange:hover {
            background: #cc8a77;
        }

    a.button.remove {
        background: #dddddd;
    }

        a.button.remove:hover {
            background: #b24f33;
        }

button {
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Source Code Pro', monospace;
    font-size: 13px;
    font-weight: 600;
    height: 25px;
    letter-spacing: 0.02em;
    line-height: 25px;
    padding: 0px 10px;
    text-transform: uppercase;
}

    button.small {
        height: 22px;
        line-height: 22px;
        padding: 0px 7px;
    }

    button.large {
        height: 35px;
        line-height: 35px;
        padding: 0px 20px;
    }

    button.default {
        background: #ffffff;
        border: 1px solid #888a8b;
        color: #888a8b;
        line-height: 23px;
    }

        button.default:hover {
            background: #e1e2e2;
        }

    button.blue {
        background: #22526d;
    }

        button.blue:hover {
            background: #6c8c9e;
        }

    button.green {
        background: #6f886b;
    }

        button.green:hover {
            background: #9fb09c;
        }

    button.grey {
        background: #4c5051;
    }

        button.grey:hover {
            background: #888a8b;
        }

    button.mediumblue {
        background: #5b7e91;
    }

        button.mediumblue:hover {
            background: #92a9b6;
        }

    button.orange {
        background: #b24f33;
    }

        button.orange:hover {
            background: #cc8a77;
        }

button.close {
    background: none;
    border: 1px solid;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0px;
    width: 2.5em;
}

    button.grey.close {
        background: #c3c4c5;
        border-color: #101517;
        color: #101517;
    }

        button.grey.close:hover {
            background: #d7d8d8;
        }

    button.orange.close {
        border-color: #ffffff;
    }

button.disabled {
    background: #f6f6f6;
    border: none;
    color: #cccccc;
    cursor: default;
    line-height: 25px;
}

    button.disabled:hover {
        background: #f6f6f6;
        color: #cccccc;
    }

button.toggle {
    border: 1px solid;
}

    button.mediumblue.toggle {
        border-color: #5b7e91;
    }

        button.mediumblue.toggle:not(.on) {
            background: #ffffff;
            color: #5b7e91;
        }

        button.toggle.mediumblue.on:hover {
            background: #5b7e91;
        }

            button i.fa {
    font-size: 11px;
}

.dropdown-button {
    display: inline-block;
    position: relative;
}

.dropdown-button button {
    display: block;
    margin: 0;
}

.dropdown-button:hover button:not(.menu-option) {
    border-radius: 5px 5px 0 0;
}

.dropdown-button .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
}

.dropdown-button:hover .dropdown-menu {
    display: block;
}

.dropdown-button button.menu-option {
    border-radius: 0;
    border-top: none;
    display: block;
    min-width: 100%;
}

.dropdown-button button.menu-option:last-of-type {
    border-radius: 0 0 5px 5px;
}

.button-group {
    display: inline-block;
    vertical-align: middle;
}

.button-group > button {
    float: left;
}

.button-group button + button {
    margin-left: -1px;
}

.button-group > button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.button-group > button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/*****************************************\
|* PILLS ------------------------------- *|
\*****************************************/

.pill {
    background: #ffffff;
    border: 1px solid;
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.3em;
    padding: 0px 5px;
}

    a.pill:hover {
        color: #ffffff;
        cursor: pointer;
        text-decoration: none;
    }

    /* MEQ PILLS */

    a.approved.pill:hover {
        background: #6f886b;
    }

    .approved.pill {
        border-color: #6f886b;
        color: #6f886b;
    }

    a.pending.pill:hover {
        background: #da9031;
    }

    .pending.pill {
        background: #e1a32f;
        border-color: #da9031;
        color: #ffffff;
    }

    a.review.pill:hover {
        background: #4c5051;
    }

    .review.pill {
        border-color: #4c5051;
        color: #4c5051;
    }

    a.deferred.pill:hover {
        background: #dc6e71;
    }

    .deferred.pill {
        border-color: #dc6e71;
        color: #dc6e71;
    }

    a.expired.pill:hover {
        background: #dc6e71;
    }

    .expired.pill {
        border-color: #dc6e71;
        color: #dc6e71;
    }

    /* PFT PILLS */

    a.pft.pill:hover {
        background: #4c5051;
    }

    .pft.pill {
        border-color: #4c5051;
        color: #4c5051;
    }

    /* FTR PILLS */

    a.pass.pill:hover {
        background: #6f886b;
    }

    .pass.pill {
        border-color: #6f886b;
        color: #6f886b;
    }

    a.fail.pill:hover {
        background: #dc6e71;
    }

    .fail.pill {
        border-color: #dc6e71;
        color: #dc6e71;
    }

.pill i.fa {
    color: #ffffff;
    margin: 0 5px;
}

/*****************************************\
|* PAGINATION -------------------------- *|
\*****************************************/

/* clearfix */
.items:after {
    clear: both;
    content: '';
    display: table;
}

.items a {
    background: #ffffff;
    border: 1px #888a8b;
    border-style: solid none;
    box-sizing: border-box;
    color: #888a8b;
    display: block;
    float: left;
    font-family: 'Source Code Pro', monospace;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0.02em;
    height: 25px;
    line-height: 23px;
    text-align: center;
    width: 35px;
}

    .items.fluid a {
        padding: 0 10px;
        width: auto;
    }

    .items a:hover {
        text-decoration: none;
    }

    .items a:not(.selected):hover {
        background: #e1e2e2;
    }

    .items a:first-of-type {
        border-radius: 5px 0px 0px 5px;
        border-style: solid none solid solid;
    }

    .items a:last-of-type {
        border-radius: 0px 5px 5px 0px;
        border-style: solid solid solid none;
    }

    .items a.selected {
        background: #888a8b;
        color: #ffffff;
    }

/*****************************************\
|* COLORS ------------------------------ *|
\*****************************************/

.darkblue-bg            { background: #22526d; } /* NEW */
.darkblue-text          { color: #22526d; } /* NEW */
.darkgreen-bg           { background: #3d6039; } /* NEW */
.darkgreen-text         { color: #3d6039; } /* NEW */
.darkgrey-bg            { background: #4c5051; }  /* NEW */
.darkgrey-text          { color: #4c5051; }  /* NEW */
.darkorange-bg          { background: #b24f33; } /* NEW */
.darkorange-text        { color: #b24f33; } /* NEW */
.darkred-bg             { background: #cb272b; }
.darkred-text           { color: #cb272b; }
.darkyellow-bg          { background: #e1a32f; } /* NEW */
.darkyellow-text        { color: #e1a32f; } /* NEW */
.extradarkblue-bg       { background: #132939; }
.extradarkblue-text     { color: #132939; }
.extradarkgrey-bg       { background: #101517; } /* NEW */
.extradarkgrey-text     { color: #101517; } /* NEW */
.extradarkorange-bg     { background: #93320d; }
.extradarkorange-text   { color: #93320d; }
.extralightblue-bg      { background: #f2f4f6; } /* NEW */
.extralightblue-text    { color: #f2f4f6; } /* NEW */
.extralightred-bg       { background: #f6dbdc; }
.extralightred-text     { color: #f6dbdc; }
.lightblue-bg           { background: #c9d3db; } /* NEW */
.lightblue-text         { color: #c9d3db; } /* NEW */
.lightgreen-bg          { background: #a6c1a5; }
.lightgreen-text        { color: #a6c1a5; }
.lightgrey-bg           { background: #f6f6f6; }
.lightgrey-text         { color: #f6f6f6; }
.lightorange-bg         { background: #eabaa8; }
.lightorange-text       { color: #eabaa8; }
.lightred-bg            { background: #e59295; }
.lightred-text          { color: #e59295; }
.mediumblue-bg          { background: #5b7e91; } /* NEW */
.mediumblue-text        { color: #5b7e91; } /* NEW */
.mediumgreen-bg         { background: #6f886b; } /* NEW */
.mediumgreen-text       { color: #6f886b; } /* NEW */
.mediumgrey-bg          { background: #dddddd; }
.mediumgrey-text        { color: #dddddd; }
.mediumorange-bg        { background: #d57652; }
.mediumorange-text      { color: #d57652; }
.mediumred-bg           { background: #dc6e71; }
.mediumred-text         { color: #dc6e71; }
.white-bg               { background: #ffffff; }
.white-text             { color: #ffffff; }

/*****************************************\
|* UTILITY CLASSES --------------------- *|
\*****************************************/

i.fa.prepend {
    margin-right: 0.5em;
}

i.fa.append {
    margin-left: 0.5em;
}

.alignbottom {
    vertical-align: bottom;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.aligntop {
    vertical-align: top;
}

.allcaps {
    text-transform: uppercase;
}

.big {
    font-size: 1.2em;
}

.bigger {
    font-size: 1.5em;
}

.block {
    display: block;
}

.bold {
    font-weight: 700;
}

.center {
    text-align: center;
}

.clearfix:after{
    clear: both;
    content: '';
    display: table;
}

.error-text {
    color: #b24f33;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.fullwidth {
    width: 100%;
}

.hidden {
    display: none;
}

.icon {
    height: 1.5em;
    margin: -0.3em 5px 0px 0px;
    vertical-align: middle;
}

.indent {
    margin-left: 15px;
}

.italic {
    font-style: italic;
}

.nobold {
    font-weight: 400 !important;
}

.padder {
    padding: 10px;
}

.pages {
    font-size: 0.9em;
    padding: 0px 5px;
}

.pointer {
    cursor: pointer;
}

.rounded {
    border-radius: 5px;
}

.small {
    font-size: 0.9em;
}

.smaller {
    font-size: 0.8em;
}

.top {
    vertical-align: top;
}

.transparent {
    opacity: 0;
}

.underline {
    text-decoration: underline;
}
