﻿.eclipse
{
    line-height: 1;
    font-family: "museo-sans";
    font-size: 16px;
    line-height: 22px;
    color: #22252d;
    max-width:2000px;
    margin-left:auto !important;
    margin-right:auto !important;
}

body.eclipse.sfPageEditor{
    max-width:none !important;
}

div.eclipse ol, ul {
    list-style: none;
}

div.eclipse ol{
    list-style-type:decimal;
}

body.eclipse
{
    min-width: 320px !important;
}


strong{
    font-weight:bold;
}

div.eclipse input[type="text"]
{
    font-family: "museo-sans";
    color: #22252d;
    font-size: 16px;
}

.globalWrapper
{
    overflow: hidden;
}

.clearBoth
{
    clear: both !important;
}

.noMargin
{
    margin: 0 !important;
}

.hide{
    display: none;
}

.eclipse .clearfix {
    zoom: 1;
}

.eclipse .clearfix:before, .eclipse .clearfix:after {
    content: "";
    display: table;
}

.eclipse .clearfix:after {
    clear: both;
}

a img
{
    border: 0;
}

.fancyHeader
{
    clear: both;
    margin: 0 0 45px 0;
}

    .fancyHeader .title
    {
        float: left;
        font-size: 54px;
        font-family: 'sullivanfill';
        text-transform: uppercase;
        padding: 0 20px 0 0;
    }

    .fancyHeader .greyLine
    {
        float: right;
        width: 400px;
        height: 24px;
        border-bottom: 1px solid #718ab5;
        display: block;
        width: 700px;
    }

    .fancyHeader .learnMoreBtn
    {
        border-bottom: 1px solid #00a4e3;
        font-weight: 900;
        float: right;
        font-size: 15px;
        height: 24px;
        padding: 0 20px;
        margin: 0 0 0 10px;
    }

        .fancyHeader .learnMoreBtn a
        {
            color: #00a4e3;
        }

            .fancyHeader .learnMoreBtn a:hover
            {
                color: #f47421;
            }

.subscribeSuccess
{
    display: none;
    color: #00A4E3;
}

.formError
{
    background-color: #ca0000;
    color: #fff;
    font-weight: 900;
    display: block;
    clear: both;
    padding: 3px 6px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px;
}

.error{
    display: block;
    text-align: left;
    font-size: 12px;
    color: red;
}

.sfContentBlock ul >li{
    margin-left:20px;
}

.sfContentBlock ol > li {
    margin-left: 20px;
}

.sfContentBlock .noUnderline{
    border-bottom:0px !important;
}