/* Reset */

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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    position: relative;
    height: 100%;
    letter-spacing: 0.09em;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

header {
    margin-bottom: 1em;
}
header p {
    position: relative;
    margin: 0 0 1.5em 0;
    text-transform: uppercase;
}

div h2, div h3 {
    display: inline-block;
    padding-bottom: 0.4em;
    border-bottom-style: double;
    border-bottom-width: 3px;
}

header h2 + p {
    font-size: 1.25em;
    margin-top: -0.5em;
    line-height: 1.5em;
}
div.major {
    margin-bottom: 2em;
}

#topBar{
	display: flex;
	justify-content: space-between;
	/* background-color: black; */
	width: 100%;
	/* padding-left: 10%; */
	top: 0px;
	margin: 0;
	/* border: red solid 3px; */
}
#navMenu ul {
	display: flex;
	/* width: 30rem; */
	margin: 0 auto;
	columns: 3;
	column-gap: 0;
	list-style: none;
	/* line-height: 3rem; */
	padding-top: 1.2rem;
    padding-right: 1.5rem;
}
#navMenu ul li {
	padding: 10px 20px;
	text-align: center;
	margin-left: 20px;
}
#navMenu li a {
	color: #B0946F;
	text-decoration: none;
}
#navMenu li a:hover{
	text-decoration: underline;
}


.wrapper {
    padding: 3em 0 2em 0;
    position: relative;
}
.wrapper > .inner {
    margin: 0 auto;
    width: 65em;
}
.wrapper > .inner.narrow {
    width: 35em;
}

/* Box Model */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Section/Article */
section.special, article.special, header.special {
    text-align: center;
}

/* Feature */
.features {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 2em;
}

.feature {
    padding: 2em 2em 0.1em 2em;
    border-style: solid;
    border-width: 1px;
    margin-left: -1px;
    margin-top: -1px;
    width: 33.3%;
}

.feature .fa {
    font-size: 2.8em;
    margin-bottom: 0.7em;
}
.feature {
    border-color: #e3e3e3;
}

    .feature .fa {
        color: #B0946F; /* #00cdcf; */
    }


ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

    ul.actions li {
        display: inline-block;
        padding: 0 1em 0 0;
        vertical-align: middle;
    }

        ul.actions li:last-child {
            padding-right: 0;
        }

    ul.actions.small li {
        padding: 0 0.5em 0 0;
    }

    ul.actions.vertical li {
        display: block;
        padding: 1em 0 0 0;
    }

        ul.actions.vertical li:first-child {
            padding-top: 0;
        }

        ul.actions.vertical li > * {
            margin-bottom: 0;
        }

    ul.actions.vertical.small li {
        padding: 0.5em 0 0 0;
    }

        ul.actions.vertical.small li:first-child {
            padding-top: 0;
        }

    ul.actions.fit {
        display: table;
        margin-left: -1em;
        padding: 0;
        table-layout: fixed;
        width: calc(100% + 1em);
    }

        ul.actions.fit li {
            display: table-cell;
            padding: 0 0 0 1em;
        }

            ul.actions.fit li > * {
                margin-bottom: 0;
            }

        ul.actions.fit.small {
            margin-left: -0.5em;
            width: calc(100% + 0.5em);
        }

            ul.actions.fit.small li {
                padding: 0 0 0 0.5em;
            }
            button.special,
            .button.special {
                background-color: #B0946F; /* #00cdcf; */
                color: #ffffff !important;
            }
/* Banner */

#banner {
    background-color: #D6001C;
    color: #ffffff;
    padding: 5em 0 1em 0;
    text-align: center;
}

    #banner input, #banner select, #banner textarea {
        color: #ffffff;
    }

    #banner a {
        color: #00cdcf;
    }

    #banner strong, #banner b {
        color: #ffffff;
    }

    #banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
        color: #ffffff;
    }

    #banner blockquote {
        border-left-color: rgba(255, 255, 255, 0.25);
    }

    #banner code {
        background: rgba(255, 255, 255, 0.075);
        border-color: rgba(255, 255, 255, 0.25);
    }

    #banner hr {
        border-bottom-color: rgba(255, 255, 255, 0.25);
    }

    #banner input[type="submit"],
    #banner input[type="reset"],
    #banner input[type="button"],
    #banner button,
    #banner .button {
        background-color: #f7f7f7;
        color: #555 !important;
    }

        #banner input[type="submit"]:hover,
        #banner input[type="reset"]:hover,
        #banner input[type="button"]:hover,
        #banner button:hover,
        #banner .button:hover {
            background-color: white;
        }

        #banner input[type="submit"]:active,
        #banner input[type="reset"]:active,
        #banner input[type="button"]:active,
        #banner button:active,
        #banner .button:active {
            background-color: #eaeaea;
        }

        #banner input[type="submit"].alt,
        #banner input[type="reset"].alt,
        #banner input[type="button"].alt,
        #banner button.alt,
        #banner .button.alt {
            background-color: transparent;
            box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
            color: #ffffff !important;
        }

            #banner input[type="submit"].alt:hover,
            #banner input[type="reset"].alt:hover,
            #banner input[type="button"].alt:hover,
            #banner button.alt:hover,
            #banner .button.alt:hover {
                background-color: rgba(255, 255, 255, 0.075);
            }

            #banner input[type="submit"].alt:active,
            #banner input[type="reset"].alt:active,
            #banner input[type="button"].alt:active,
            #banner button.alt:active,
            #banner .button.alt:active {
                background-color: rgba(255, 255, 255, 0.2);
            }

            #banner input[type="submit"].alt.icon:before,
            #banner input[type="reset"].alt.icon:before,
            #banner input[type="button"].alt.icon:before,
            #banner button.alt.icon:before,
            #banner .button.alt.icon:before {
                color: #99ebeb;
            }

        #banner input[type="submit"].special,
        #banner input[type="reset"].special,
        #banner input[type="button"].special,
        #banner button.special,
        #banner .button.special {
            background-color: #009a9c;
            color: #fff !important;
        }

            #banner input[type="submit"].special:hover,
            #banner input[type="reset"].special:hover,
            #banner input[type="button"].special:hover,
            #banner button.special:hover,
            #banner .button.special:hover {
                background-color: #00b4b5;
            }

            #banner input[type="submit"].special:active,
            #banner input[type="reset"].special:active,
            #banner input[type="button"].special:active,
            #banner button.special:active,
            #banner .button.special:active {
                background-color: #008183;
            }

    #banner h2 {
        border-style: double solid;
        border-width: 4px 1px;
        font-size: 2.4em;
        line-height: 1.35em;
        margin: 0 auto 1em;
        padding: 1.1em;
        position: relative;
        width: 80%;
    }

    #banner p {
        font-size: 1.5em;
        text-transform: uppercase;
    }

    h1 {
		font-size: 1.8em;
		line-height: 1.5em;
	}

    h2 {
		font-size: 1.6em;
		line-height: 1.5em;
	}


	h3 {
		font-size: 1.2em;
		line-height: 1.5em;
	}
/* Main */

#main {
    padding: 0 0 2em 0;
}

.main-content{
    height:70%;
}

/* Footer */

#footer {
    background-color: #f7f7f7;
    color: #444;
    position: fixed;
    bottom:0px;
    width: 100%;
}

    #footer input, #footer select, #footer textarea {
        color: #555;
    }

    #footer a {
        color: #bbb;
        text-decoration: none;
    }

    #footer strong, #footer b {
        color: #555;
    }

    #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
        color: #555;
    }

    #footer blockquote {
        border-left-color: #ddd;
    }

    #footer code {
        background: #fff;
        border-color: #ddd;
    }

    #footer hr {
        border-bottom-color: #ddd;
    }

    #footer:before {
        background-color: #ddd;
        content: '';
        height: 1px;
        left: 30%;
        position: absolute;
        top: 0;
        width: 40%;
    }

    #footer .copyright {
        color: #bbb;
        font-size: 0.8em;
        /* margin: 0 0 0 0; */
        padding: 0;
        text-align: center;
        text-transform: uppercase;
    }

        #footer .copyright li {
            border-left: solid 1px #e3e3e3;
            display: inline-block;
            list-style: none;
            margin-left: 1.5em;
            padding-left: 1.5em;
        }

            #footer .copyright li:first-child {
                border-left: 0;
                margin-left: 0;
                padding-left: 0;
            }

body {
    background-color: #fff;
    color: #444;
}

body, input, select, textarea {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: 300;
    letter-spacing: 0.09em;
    line-height: 1.65em;
}
h2 {
    font-size: 1.6em;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 2.85em;
    line-height: 2.95em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
/* added */
a {
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

strong, b {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 1.8em;
    line-height: 1.5em;
}

h2 {
    font-size: 1.6em;
    line-height: 1.5em;
}


h3 {
    font-size: 1.2em;
    line-height: 1.5em;
}

h4 {
    font-size: 1em;
    line-height: 1.5em;
}

h5 {
    font-size: 0.9em;
    line-height: 1.5em;
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

blockquote {
    border-left: solid 4px;
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    border-radius: 0;
    border: solid 1px;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

    pre code {
        display: block;
        line-height: 1.75em;
        padding: 1em 1.5em;
        overflow-x: auto;
    }

hr {
    border: 0;
    border-bottom: solid 1px;
    margin: 2em 0;
}

hr.major {
    margin: 2em 0;
}

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

.align-center {
    text-align: center;
}

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

input, select, textarea {
    color: #555;
}

a {
    /* color: #00cdcf; */
    color: #F38C3C
}

strong, b {
    color: #555;
}

h1, h2, h3, h4, h5, h6 {
    /* color: #555; */
    color: #B0946F;
}

blockquote {
    border-left-color: #e3e3e3;
}

code {
    background: rgba(144, 144, 144, 0.075);
    border-color: #e3e3e3;
}

hr {
    border-bottom-color: #e3e3e3;
}


header h2, header h3 {
    border-bottom-color: #e3e3e3;
}

header p {
    color: #bbb;
}
header h2, header h3 {
    display: inline-block;
    padding-bottom: 0.4em;
    border-bottom-style: double;
    border-bottom-width: 4px;
}
h1, h2, h3, h4, h5, h6 {
    /* color: #555; */
    color: #B0946F;
}
h2 {
    font-size: 1.6em;
    line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}