﻿/* TEMPORARY */
.ns::before {
    content: "(NOT STARTED)";
    font-weight: bold;
    color: red;
}

.ip::before {
    content: "(IN PROGRESS)";
    font-weight: bold;
    color: orange;
}
/* END TEMPORARY */

/* Color Palette 

    #dcdcd0 - beige (light)
    #c7c6b4 - beige (medium)
    #bbbaa6 - beige (medium-dark)
    #8e8d71 - beige (dark)
    #646354
    #002e62 - dark blue

*/
#home-alert {
    padding: 5px 0px;
    background-color: #ff0000;
    color: white;
    text-align: center;
}

#home-alert-big {
    padding: 5px 0px;
    background-color: #ff0000;
    color: white;
    text-align: center
}

#home-alert-gray {
    padding: 5px 0px;
    background-color: #36454f;
    color: white;
    text-align: center
}

body {
    overflow-y: scroll;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* Element Classes */
.centered {
    text-align: center;
}

.no-wrap {
    display: inline-block;
}

/* Margin Classes */
.margin-top-std {
margin-top: 20px;
}

.margin-right-std {
margin-right: 20px;
}

/* Padding Classes */
.padding-right-std {
padding-right: 20px;
}

/* Text Classes */
h2 { margin: 0px 0px; font-size: 2.19em; }
h3 { margin: 40px 0px 20px 0px; font-size: 1.9em; }
h4 { margin: 30px 0px 10px 0px; font-size: 1.4em; }


h1, h2, h3, h4, h5, h6 {
    /*color: #002e62;*/
}

p, ul, ol, h1, h2, h3, h4, h5, h6 {
    /*max-width: 700px;*/
}

.text-light {
    color: #dcdcd0 !important;
}
a.text-light:link {
    color: #6be !important;
    text-decoration-line:none !important;
}
a.text-light:hover { color: #8cf !important;    text-decoration-line: underline !important;
 }

.text-medium {
    color: #c7c6b4;
}

.text-muted {
    color: #bbbaa6;
}

.text-light-shadow {
    text-shadow: 1px 1px 0px #000;
}

.text-small {
    font-size: .8em;
}

.text-caps {
    text-transform: uppercase;
}

.text-underlined {
    text-decoration: underline;
}

/* Background Classes */
.bg-dark-blue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001d47+0,002e62+25,002e62+75,001d47+100 */
    background: #002e62; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMWQ0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwMmU2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMmU2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDFkNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #001d47 0%, #002e62 25%, #002e62 75%, #001d47 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#001d47), color-stop(25%,#002e62), color-stop(75%,#002e62), color-stop(100%,#001d47)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #001d47 0%,#002e62 25%,#002e62 75%,#001d47 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #001d47 0%,#002e62 25%,#002e62 75%,#001d47 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #001d47 0%,#002e62 25%,#002e62 75%,#001d47 100%); /* IE10+ */
    background: linear-gradient(to right, #001d47 0%,#002e62 25%,#002e62 75%,#001d47 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d47', endColorstr='#001d47',GradientType=1 ); /* IE6-8 */
}

/* Link Classes */

.link-plain:link,
.link-plain:visited,
.link-plain:hover,
.link-plain:active {
    text-decoration: none;
}

/* List Classes */

ul.plain, li.plain {
    list-style: none;
    margin: 0px;
    padding: 0px !important;
}

/*second level unordered list*/

ul ul {
    list-style: circle;
    margin: 0px;
    padding: 0px;
    padding-left: 30px;
}

/* Misc */

hr { 
    border-color: #8e8d71;
    opacity : unset !important;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}