body {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: #656565;
}

a:active {
    outline: 0;
}

.clear {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    line-height: 1.1em;
    color: #12527e;
    margin-bottom: 20px;
}

h2 {
    font-size: 26px;
    font-weight: 700;
}

.container {
    padding: 0 20px 0 20px;
    position: relative;
}

.flex-end {
    justify-content: flex-end;
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
}
li {
	border:none;	
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
}