html{
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -webkit-font-smoothing:antialiased;
    line-height: 1.15;
}

body {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #304455;
    background-color: #fff;
    margin: 0;
}

body ,html ,p ,ul ,ol ,li ,div ,span ,i {
    padding: 0;
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button ,
input {
    overflow: visible;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}

.text-center {
    text-align:center
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before ,
.clearfix:after {
    content:" ";
    display:block;
    clear:both
}