html {
    height: 100%;
    font-size: inherit !important
}

body {
    font: 90%/1.45em "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif !important;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff;
    position: relative;
    padding-bottom: 167px !important;
    height: auto !important;
    min-height: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: inherit
}
.fw-container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    clear: both;
    padding: 0 1em 3em 1em;
    box-sizing: border-box;
}
.fw-container div.fw-body {
    width: 100%;
    float: right;
    padding: 0 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
 div.content {
    position: relative;
    margin-top: 1em;
}
h6 {
	font-weight: 600 !important;
}