body{
    background-color: #dfdfdf !important;
    font-family: 'Roboto','Helvetica Neue',Arial,sans-serif,Geneva;
    font-weight: 300;
    color: #575756;
    font-size: 16px;
    margin: 0;
    width: 100%;
}
h1, h2, h3, h4, h5, h6, a
{
    color: #274C59;
}

a{
    text-decoration: none;
}

.container
{
    width: 100%;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    position: relative;
    left: 0;
    right: 0;
    top: 140px;
}

.biz-header
{
    border-radius: 0 !important;
    border: 0px solid transparent;
    background-color: transparent;
    z-index: 2;
    background-image: url(../img/headerbg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1290px;
    width: 100%;
    margin-bottom: 0px !important;
    margin-left: auto;
    margin-right: auto;
}

.biz-smallheader
{
    background-image: url(../img/headersmallbg.png) !important;
}

.biz-brand
{
    display: table-cell;
    max-width: 100px;
    padding-bottom: 10px;
    position: relative;
    padding: 10px 0px 40px 30px !important;
}

.biz-brand img
{
    height: 100%;
    vertical-align: middle;
    border: 0;
    height: 100px;
}

.biz-footer
{
    background-color: #274C59;
    color: #ffffff;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1290px;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.biz-footer a
{
    color: #fff;
}

.background
{
    background-color: #ffffff;
    height: 100%;
    max-width: 1290px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;

}

.btn
{
    background-color: #274C59;
    color: #ffffff;
    font-weight: 400;
    padding: 5px;
    width: 100%;
    height: 100%;
    border: none;
}

.btn:hover
{
    background-color: #274C59;
    color: #ffffff;
    opacity: 0.7;
}

textarea
{
    resize: none;
    width: 100%;
    min-height: 200px;
    padding: 15px;
}

input
{
    width: 100%;
}

.container div
{
    padding:15px;
}
