html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

b, strong {
    font-weight: bold;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clr{
    clear: both;
}

.fll{
    float: left;
}

.flr{
    float: right;
}
.ofl{
    overflow: auto;
}

.fw300{
    font-weight: 300;
}


.fw700{
    font-weight: 700;
}

.fsi{
    font-style: italic;
}

* {
    box-sizing: border-box;
}

.fw300, .fw300 * {
    font-weight: 300;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.tac {
    text-align: center;
}

.c-blue {
    color: #11296e;
}

.fz20 {
    font-size: 20px;
}

.fz30 {
    font-size: 30px;
}

.c-gray, .c-gray * {
    color: #666666;
}

.c-white, .c-white *{
    color: #ffffff;
}

.c-blue{
    color: #148fc8;
}

.gray-bg{
    background: #fcfcfc;
}

.dark-bg{
    background: #0e0e0f;
}

.c-red{
    color: #dc3536;
}

.blue-bg{
    background: #148fc8;
}

.green-bg{
    background: #1b9506;
}
