body {
    background-color: #ffffff;
    margin: 0px;
    font-size: 1em;
    text-align: center;
    font-family: "museo-sans", sans-serif;
}

.hidden {
    display: none;
}

a,
a:visited {
    color: #f06363;
}

a:hover,
a:active {
    color: #fc5252;
}

input[type=text]+span,
.unhappyMessage {
    text-align: center;
    font-family: "museo-sans", sans-serif;
    color: #EC0003 !important;
    display: block !important;
    font-size: 1.2em;
    font-weight: bold !important;
    margin: 0em 0 1em 0;
}

h3,
h4,
h5 {
    font-family: "futura-pt-condensed", sans-serif, sans-serif;
    text-align: center;
}

h1 {
    text-align: center;
    line-height: 1.195;
    margin: .25em 0;
    font-size: 2.675em;
    color: #4c4c4c;
    letter-spacing: -.25px;
    font-weight: 700;
}

h1 .largerTxt {
    font-size: 1.875em;
    font-family: "futura-pt-condensed", sans-serif, sans-serif;
    margin-top: .15em;
    margin-bottom: .25em;
}

p .largerTxt {
    font-size: 1.1em;
}

h1 .lb {
    display: block !important;
}

.bodyTxt {
    font-family: "museo-sans", sans-serif;
}

.highlight {
    color: #CC1316;
}

.red {
    color: #de4328;
}

.green {
    color: #56c850;
}

.blue {
    color: #3699cc;
}

.normal {
    font-weight: 300;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.extraBold {
    font-weight: 900;
}

.lb {
    display: block;
}

h2 {
    font-size: 1.5em;
    text-align: center;
    color: #1e6982;
    line-height: 1.2;
    font-weight: 700;
    margin: 1.15em auto .75em auto;
}


h3 {
    font-size: 1.333em;
    color: #434343;
    font-weight: normal;
}

p {
    font-size: 1.1em;
    font-family: "museo-sans", sans-serif;
    text-align: center;
    line-height: 1.25em;
    font-weight: normal;
    color: #5c5b5b;

}

input[type=text],
input[type=email],
select {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 1.25em auto;
    padding: .95em 15px;
    font-size: 1em;
    font-family: "museo-sans", sans-serif;
    border: 0px;
    color: #8E8E8E;
    border-radius: 6px;
}


input[type=submit],
a.actionbutton,
button {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 1.3em auto .5em auto;
    background: #f7a035;
    border: 0px;
    padding: 1.15em 15px;
    font-size: 1.333em;
    text-align: center;
    color: #fff;
    font-family: "museo-sans", sans-serif;
    cursor: pointer;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-weight: 900;
    text-decoration: none;
    display: block;
    text-shadow: 1px 0px 7px rgba(0, 0, 0, .35);
}


input[type=submit]:hover,
.actionbutton:hover,
button:hover {
    background: #ffb644;
}

.copyright {
    font-size: .9em;
}

a {
    color: #fff;
    font-size: .9em;
}

.privacy {
    font-size: .9em;
}

.alert-error {
    background: rgb(228, 92, 93);
    color: #fff;
    box-sizing: border-box;
    max-width: 750px;
    margin: 1em auto;
    padding: 1em 10px;
}

#header {
    padding: 1em 0;
}

footer {
    margin-top: 1.25em;
    padding: 2.25em 0 1.25em 0;
}

#ppsnon {
    height: 0;
    padding: 0;
    border: 0 !important;
    background: #fff;
    margin: 0 !important;
    top: -999px;
    position: absolute;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}



/*MEDIA QUERIES**************** */
@media screen and (max-width:1200px) {

    h1 {
        font-size: 1.999em;
    }

    h1 .largerTxt {
        font-size: 2em;
    }
}

@media screen and (max-width:1000px) {

    h1 {
        font-size: 1.875em;
    }

    h1 .largerTxt {
        font-size: 1.875em;
    }
}

@media screen and (max-width:800px) {

    h1 {
        font-size: 1.75em;
    }

    h2 {
        font-size: 1.35em;
    }

    .lb {
        display: inline;
    }
}


@media screen and (max-width:600px) {

    h1 {
        font-size: 1.65em;
    }

    h2 {
        font-size: 1.2em;
    }


    input[type=submit],
    a.actionbutton,
    button {
        margin: .85em auto;
        font-size: 1.125em;
    }
}
