@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,300italic,400italic,600italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);

ul, ol {
    list-style-type: none;
    list-style-position: inside;
    padding-left: 15px;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

.wrapper {
    position: relative;
    min-height: 100%;
}

.navbar-wrapper {
    padding-top: 10px;
    height: 70px;
    position: relative;
    z-index: 1000;
    background-color: #2485d0;
    border-color: #1f73b4;
}

.customer-account {
    margin-right: 20px;
    line-height: 50px;
    display: inline-block;
    color: #d5edff;
}

.customer-account:hover,
.customer-account:focus {
    color: #d5edff;
}

.logo-container {
    display: inline-block;
    margin-top: 6px;
    margin-left: -12px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.title {
    padding-top: 45px;
    padding-bottom: 30px;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #323c44;
    background-color: #f6f6f6;
}

h1, .h1 {
    font-size: 35px;
    margin-bottom: 30px;
}

header {
    background: #f6f6f6;
    padding-bottom: 90px;
}

h1, h2 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 {
    margin-bottom: 15px;
}

h3 {
    margin-top: 5px;
}

.title > * {
    margin-left: 7px;
}

p {
    font-size: 17px;
    line-height: 1.3;
}

.link {
    font-weight: 500;
}

.link:hover,
.link:focus {
    text-decoration: none;
    border: none;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #2485d0;
    border-color: #1f73b4;
}

li {
    position: relative;
    color: #337ab7;
    padding-left: 20px;
}

li::before {
    content: '\2014';
    position: absolute;
    left: 0;
    top: 0;
}
