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 !important;
}

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;
}

.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;

}

#editor {
    height: 550px;
}

.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;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #274C59 0, #274C59 100%);
    background-image: -o-linear-gradient(top, #274C59 0, #274C59 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#274C59), to(#274C59));
    background-image: linear-gradient(to bottom, #274C59 0, #274C59 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#274C59', endColorstr='#274C59', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #274C59;
}

