

@charset "utf-8";

/* CSS Document */

/* Put your custom styles here */

/** TYPOGRAPHY **/

h1, h2, h3, h4, h5, h6,
{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.1;
    color: #3652b7;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.1;
    color: #e5e5e5;
}

h1, h2, h3
{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 300;
    color: #3652b7;
}

h4, h5, h6
{
    margin-bottom: 15px;
    font-weight: 400;
}

h1,
{
    font-size: 44px;
}

h2,
{
    font-size: 37px;
}

h3,
{
    font-size: 27px;
}

h4,
{
    font-size: 16px;
    font-weight: 300;
}

h5,
{
    font-size: 18px;
}

h6,
{
    font-size: 16px;
}

p
{
    font-size: 20px;
    line-height: 1.6;
    color: #8d8d95;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 14px;
}

.lead
{
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

small,
{
    font-size: 80%;
    line-height: 2;
}

.mobileTapNum
{
    margin-top: 0px;
    padding-top: 0px;
}

.mobileTapLett
{
    margin-bottom: 0px;
    color: #c52671;
}

