@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Monoton);
@import url('https://fonts.googleapis.com/css?family=Allura');
/**********************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
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;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* !CSS RESET */
/**********************************************************************************************************************/
/* SELECTIONS KILL OUT */
:focus {
    outline: 0;
}
::selection
{
    background-color:#ec8f66;
}
::-moz-selection
{
    background-color:#ec8f66;
}
::-webkit-selection
{
    background-color:#ec8f66;
}
/**********************************************************************************************************************/

html, body {
    font-family:  'Open Sans', Verdana, sans-serif;
}

/**********************************************************************************************************************/

h1{
    margin: 0.5em;
    line-height: 1.5em;
    color: #9c9285;
    font-size: 3em;
    text-transform: uppercase;
}

h2{
    margin: 0.75em;
    line-height: 1.5em;
    font-size: 1.5em;
    color: #9c9285;
}

h3{
    margin: 0.875em;
    line-height: 1.5em;
    font-size: 1.25em;
    color: #9c9285;
}
h4{
    margin: 1.25em;
    line-height: 1.5em;
    font-size: 0.875em;
    font-weight: bold;
    color: #9c9285;
}

h5{
    line-height: 1.5em;
    font-size: 0.75em;
    color: #ffffff;
}
h6{
    line-height: 1.5em;
    font-size: 0.5em;
    color: #ffffff;
}

.no-vertical-margin {
    margin-top: 0;
    margin-bottom: 0;
}

p{
    margin: 1.25em;
    font-size: 0.875em;
    line-height: 1.5em;
    color: #9c9285;
}

p img {
    width: 100%;
    max-width: 100%;
    height: auto;

}

a {
    color: #9c9285;
    text-decoration: underline;
}

.text-link {
    margin: 1.25em;
    font-size: 0.875em;
    line-height: 1.5em;
}

p:first-letter {
    font-size: 1.5em;
}

p.initial-off:first-letter {
    font-size: 1em;
    color: #9c9285;
}

.unit-font-size {
    font-size: 1rem;
}

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

.contrast {
    color: #000000!important;
}

.uppercase {
    text-transform: uppercase;
}

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

.frame-color {
    color: #e7d8c5;
}

blockquote {
    margin: 1.25em;
    border-left: 5px solid rgba(156,146,133,.5);
    /*border-right: 5px solid #9c9285;*/
    overflow: hidden;
    font-style: italic;
    background: #ec8f66;
    background: rgba(236,143,102,.1);
}

hr {
    border: 3px solid #e7d8c5;
}

hr.thin {
    margin: 0 1.5em;
    border: none;
    border-top: solid 1px #e7d8c5;
    opacity: 0.5;
}

em {
    font-style: italic;
}

.marker {
    background: rgba(236,143,102,.4);
}

.border-left {
    border-left: 5px solid rgba(156,146,133,.5);
}

.border-bottom {
    border-bottom: 5px solid #e7d8c5;
}

.em-block { /* todo maybe refactor */
    margin: 1.25em;
    overflow: hidden;
    border-left: 5px solid rgba(156,146,133,.5);
    /*border-right: 5px solid #9c9285;*/
    background: #ec8f66;
    background: rgba(236,143,102,.1);
}

.em-block.initial-off > p { /* todo maybe refactor */
    margin: 1em 1.25em;
}

.em-block.initial-off > p:first-letter { /* todo maybe refactor */
    font-size: 1em;
    color: #9c9285;
}

.handywrite {
    font-family: 'Allura', cursive;
}

.clear-fix {
    float: none;
    clear: both;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

.clear {
    clear: both;
}

.no-float {
    float: none;
}

.red {
    color: red;
}

/**********************************************************************************************************************/

.fixed-header-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 8em;
    background: rgba(0,0,0,0.5);
    -webkit-transition-property: top;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-property: top;
    transition-duration: 1s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.fixed-header-bar * {
    box-sizing: border-box;
}

.frame {
    position: relative;
    border-bottom: 5px solid #9c9285;
    width: 100%;
    min-height: 1px;
    height: auto;
    overflow: hidden;
}

.frame img {
    position: absolute;

    left: 50%;
    transform: translate(-50%, 0);
    max-width: 100%;
    /*min-width: 600px;*/
    height: auto;
}

.frame .overlay {
    position: absolute;
    width: 100%;
    height: auto;
    background: url("../patterns/overlay10.png") repeat;    /* For browsers that do not support gradients */
}

.frame .cover {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,0.2);
    z-index: 9;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-property: background-color;
    transition-duration: 1s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.main-title {
    position: absolute;
    width: 100%;
    height: auto;
}

.main-title h1 {
    margin: auto;
    text-align: center;
    color: #ffffff;
}

.title {
    position: absolute;
    width: 100%;
    height: 2em;
    top: 0em;
    left: 0;
    background-color: rgba(178,80,118,0.5);
    z-index: 9;
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-property: opacity;
    transition-duration: 1s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
.title h2 {
    margin: auto;
    text-align: center;
    color: #ffffff;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0em;
    background-color: rgba(255,255,255,0.7);
    z-index: 9;
    -webkit-transition-property: height;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-property: height;
    transition-duration: 1s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.caption h2 {
    text-align: center;
    color: #8BA57B;
}

/**********************************************************************************************************************/
.header-container {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.header-container a {
    text-decoration: none;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em 3em 1em 1em;
    text-align: left;
    z-index: 9998;
}

.logo h1 {
    font-family: 'Monoton', cursive;
    margin: 0;
    line-height: 1em;
    color: #e7d8c5;
    font-size: 3em;
    text-transform: none;
}

.icons{
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em 1em 1em 3em;
    text-align: right;
    z-index: 9999;
}
.icons a {
    display: block;
    font-size: 0.875em;
    text-decoration: none;
    color: #e7d8c5;
    transform: scale(1.0);
    -webkit-transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: linear;
    transition-delay: 0s;
    cursor: pointer;
}
.icons a:hover {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.icons li {
    padding-left: 0.5em;
    padding-right: 0.5em;
    float: left;
}

#login-widget
{
    margin-top:0px;
    margin-left: 0px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}
#login-widget a {
    font-size: 0.875em;
    color: #9c9285;
    text-decoration: underline;

}
#login-widget td {
    margin: 1.25em;
    font-size: 0.875em;
    line-height: 1.5em;
    color: #9c9285;

}
#login-widget input[type='checkbox'] {
    margin: 1.25em;
    width: 2rem;
    height: 2rem;
    float: left;
    clear: none;

}

.facebook-widget-wrapper {
    margin: 0 0 0 1.5em;
    padding-top: 0.25em;
    height: 1.5em;
    border-top: solid 1px #e7d8c5;
    max-width: 50%;
}
/**********************************************************************************************************************/

table
{
    border:none;
    padding:0px;
    box-shadow: none;
}
table tr,td
{
    position: relative;
    padding:5px;
    border:none;
}

table tr td input
{
    width:100%;
    height:45px;
    border:solid #e1e1e1 1px;
    border-radius:3px;
    padding-left:10px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    background:#f9f9f9;
    transition-duration:0.5s;
    box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4);
}

table tr td input[type=checkbox]
{
    width:45px;
    height:45px;
    border:solid #e1e1e1 1px;
    color:rgba(236,143,102,1);
    border-radius:3px;
    padding-left:0px;
    vertical-align: middle;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    background:#f9f9f9;
    transition-duration:0.5s;
    box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4);
}

table tr td select
{
    width:100%;
    height:45px;
    border:0;
    padding: 0.5rem;
    background:rgb(236,143,102);
    background:rgba(236,143,102,1);
    background:-moz-linear-gradient(top, #ec8f66 , #ec8f66);
    border-radius:3px;
    box-shadow: none;
    color:#f9f9f9;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    font-weight:bolder;
    text-transform:uppercase;
}

table tr td select option
{
    width:100%;
    height:45px;
    border:solid #e1e1e1 1px;
    border-radius:3px;
    padding-left:10px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    background:rgba(236,143,102,1);
    background:-moz-linear-gradient(top, #ec8f66 , #ec8f66);
    transition-duration:0.5s;
    box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4);
}

table tr td button
{
    width:100%;
    height:45px;
    border:0px;
    background:rgba(236,143,102,1);
    background:-moz-linear-gradient(top, #ec8f66 , #ec8f66);
    border-radius:3px;
    box-shadow: none;
    color:#f9f9f9;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    font-weight:bolder;
    text-transform:uppercase;
}

table tr td button:active
{
    position:relative;
    top:1px;
}

table tr td a
{
    text-decoration:none;
    color:#00a2d1;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
}

button[type="button"]:disabled {
    background: #808080;
    background:rgba(0,0,0,0.2);
}

/**********************************************************************************************************************/

section.module * {
    box-sizing: border-box;
}

section.module.content{
    padding: 0;
    background: rgba(0,0,0,.1);
}

section.module:last-of-type{
    margin-bottom: 0;
}

/**********************************************************************************************************************/

.container {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

/**********************************************************************************************************************/

.column {
    position: relative;
    margin: 0;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.column ol {
    display: block;
    list-style-type: decimal;
    padding-left: 1.25em;
    margin: 1.25em;
    font-size: 0.875em;
    line-height: 1.5em;
    color: #9c9285;
}

.column ul {
    display: block;
    list-style-type: disc;
    padding-left: 1.25em;
    margin: 1.25em;
    font-size: 0.875em;
    line-height: 1.5em;
    color: #9c9285;
}

/**********************************************************************************************************************/

h1.watermark {
    font-family: 'Monoton', cursive;
    margin: 0 0.5em;
    line-height: 1.2em;
    border-top: solid 1px #e7d8c5;
    color: #e7d8c5;
    font-size: 3em;
    text-transform: none;
    text-align: center;
    opacity: 0.3;
}

.scrollup {
    width: 2em;
    height: 2em;
    position: fixed;
    bottom: 4em;
    right: 2em;
    display: none;
    color: #ec8f66;
    z-index: 9999;
}

/**********************************************************************************************************************/

footer.module.content {
    border-top: 5px solid #9c9285;
    position: relative;
    background: #80776c;
    height: 15rem;
}

footer.module.content .datafield {
    height: 12rem;
    padding: 1rem 0;
    width: 100%;
}

footer.module.content .datafield div {
    width: 33%;
    float: left;
    text-align: center;
}

/**********************************************************************************************************************/
@media screen and (min-width: 960px) {
    html, body {
        font-size: 100%;
    }
}

@media screen and (max-width: 959px) {
    html, body {
        font-size: 80%;
    }

    .fixed-header-bar {
        position: relative;
        height: 2em;
        -webkit-transition-property: none;
        transition-property: none;
    }

    h1{
        margin: 0.5rem;
        line-height: 1.5rem;
        font-size: 1.5rem;
    }

    .icons {
        display: none;
    }

    .logo {
        position: absolute;
        top: 2rem;
        left: 0;
        padding: 1em 3em 1em 1em;
        text-align: left;
        z-index: 9998;
    }

    .logo h1 {
        line-height: 1rem;
        font-size: 1rem;
    }
    .logo h2 {
        line-height: 1rem;
        font-size: 1rem;
    }

    .logo h2 span {
        /*padding-right: 5rem;*/
    }

    .title h2 {
        font-size: 1.25rem;
    }
}