﻿/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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;
}

td {
    vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    background-color: #fff;
    position: relative;
}

body {
    box-sizing: border-box;
    background-color: #fff;
    border-top: solid 5px #000;
    color: #333;
    font-size: .85em;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin: .83em 0 0;
    padding-bottom: 0;
}

    h1:first-child, h2:first-child, h3:first-child,
    h4:first-child, h5:first-child, h6:first-child {
        margin-top: 0;
    }

h1 {
    font-size: 2em;
    font-weight: bold;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
#body {
    clear: both;
}

header .row {
    padding-top: 20px;
}

footer {
    clear: both;
    background-color: transparent;
    background-image: url("/Images/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center bottom;
    font-size: .8em;
    width: 100%;
}

    footer .container {
        padding-top: 160px;
    }

    footer p:first-child {
        float: left;
    }

    footer p:last-child {
        float: right;
    }

html, body, #mainForm {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px;
}

footer, .push {
    height: 200px;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

/* menu
----------------------------------------------------------*/
.menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 10px 0 0;
    padding: 0;
}

    .menu ul.left {
        float: left;
    }

    .menu ul.right {
        float: right;
    }

    .menu ul li {
        display: inline;
        list-style: none;
        padding-right: 15px;
    }

        .menu ul li a:not(.button) {
            padding: 0;
            background: none;
            color: #000;
            text-decoration: none;
        }

            .menu ul li a:not(.button):hover {
                color: #ccc;
                text-decoration: none;
            }

/* page elements
----------------------------------------------------------*/
/* header */
header {
    background-color: #75BCE8;
    background-image: -ms-linear-gradient(left, #75BCE8 0%, #AAD2F0 100%);
    background-image: -o-linear-gradient(left, #75BCE8 0%, #AAD2F0 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #75BCE8), color-stop(1, #AAD2F0));
    background-image: -webkit-linear-gradient(left, #75BCE8 0%, #AAD2F0 100%);
    background-image: linear-gradient(left, #75BCE8 0%, #AAD2F0 100%);
    color: #3e5667;
    padding: 10px 0;
}

    header hgroup.title h1, header hgroup.title h2 {
        color: #fff;
    }

hgroup.title h2 {
    font-weight: normal;
    margin-top: 0;
    margin-left: 3px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("/Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("/Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("/Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("/Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("/Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("/Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("/Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("/Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("/Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("/Images/orderedList9.png") no-repeat;
        }

/* content */

.bold-note {
    clear: both;
    color: #FFE49B;
    font-size: 19px;
    font-weight: bold;
    margin: 25px 0 10px;
    text-align: center;
}

    .bold-note span {
        color: #fff;
    }

article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("/Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="file"],
textarea,
select {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #777;
    margin: 2px 0;
    width: 100%;
    max-width: 100%;
    display: block;
    background: #fff;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="file"],
    textarea:focus,
    select:focus {
        border: 1px solid #aaa;
        color: #444;
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
        box-shadow: 0 0 3px rgba(0,0,0,.2);
    }

    input[type="text"]:disabled,
    input[type="password"]:disabled,
    input[type="email"]:disabled,
    input[type="number"]:disabled,
    input[type="file"],
    textarea:disabled,
    select:disabled {
        background-color: rgb(235, 235, 228);
    }

input.dynamicNew {
    border: 1px solid #75BCE8 !important;
}

input[type="file"] {
    border: none;
    box-shadow: none;
    padding: 0;
}

textarea {
    min-height: 60px;
}

label,
legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

textarea {
    resize: none;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* Buttons
---------------------------------------------- */
.button {
    color: #fff !important;
    background: #75BCE8;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 7px 20px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0,0,0,.3);
    border: none;
    box-sizing: border-box;
}

    .button:hover {
        background: #007ead;
    }

    /* disabled */
    .button:disabled {
        color: #ccc !important;
        background: #999 !important;
        cursor: default;
    }

    .button.red {
        background: #EE1C25 !important;
    }

        .button.red:hover {
            background: #d3191f !important;
        }

    .button.yellow {
        color: #eee;
        background: #f4ce35 !important;
        text-shadow: 0 -1px 1px rgba(0,0,0,.2);
    }

        .button.yellow:hover {
            background: #eac51e !important;
        }

    .button.green {
        color: #eee;
        background: #A1CC9B !important;
        text-shadow: 0 -1px 1px rgba(0,0,0,.2);
    }

        .button.green:hover {
            background: #649B5B !important;
        }

.logobutton {
    width: 150px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .fileUpload input.upload::-webkit-file-upload-button {
            cursor: pointer;
        }
/*Gahhh, chome!*/

/* jQuery Tooltip
----------------------------------------------------------*/
.ui-tooltip {
    background: #fff;
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Misc
----------------------------------------------------------*/
noscript {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    display: table;
    font-size: 30px;
    font-weight: bold;
    z-index: 99999999999;
    background: rgba(0,0,0,.8);
    color: #fff;
}

    noscript div {
        display: table-cell;
        vertical-align: middle;
    }

    noscript .button {
        margin-top: 20px;
        font-size: 20px;
    }

    .centeredHeading {
        text-align:center;
    }

.accordionHeaders {
    width: 100%;
    font-size: 3em;
    border: 2px solid black;
}