html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
    padding: 0px;
    margin: 0px;
}

h1 {
    font-family: "Neue Helvetica Bold W01";
    font-size: 40px;
    letter-spacing: -2px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.subTitle {
    font-family: "Neue Helvetica Roman W01";
    font-size: 1.6em;
}

.subTitle a{
    color: #000;
    border-bottom: 3px solid #000;
}

.title {
    padding: 25px 25px 55px 25px;
}

.headline {
    padding: 32px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subTitle-bold{
    font-weight: bold;
}

.container {
    width: 100%;
    display: block;
    /*margin-bottom: 35px;*/
}

.header {
    display: inline-block;
    display: table;
    width: 100% !important;
    height: 100px;
    background-color: black;
    margin: auto 0;
}

.logo {
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 40%;
    height: 100%;
}

.stores {
    padding-right: 30px;
    font-weight: bold;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    height: 100%;
    color: white;
    font-size: 24px;
    font-family: "Neue Helvetica W01";
}

.dot {
    height: 10px;
    width: 10px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.images {
    width: 100%;
    height: auto;
}

.links {
    background-color: #D7D0C6;
    font-family: "Neue Helvetica Bold W01";
    padding-top: 25px;
    padding-bottom: 32px;
    text-align: center;
    border-bottom-color: #022F40;
}

.links-header {
    font-family: "Neue Helvetica Bold W01";
    font-size: 2.3em;
    color: #000;
    padding-bottom: 4px;
}

.link-highlight {
    color: #53990E !important;
    border-bottom-color: #53990E !important;
}

.links a {
    color: #000;
    font-size: 22px;
    border-bottom: 2px solid #000;
    display: inline-block;
    line-height: 1.3;
    margin-top: 15px;
    padding-bottom:5px;
}

.links .sale {
    color: #f31913;
    border-bottom: 3px solid #f31913;
}

.spacing {
    padding-left: 12px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.footer {
    padding: 35px;
    background-color: #000000;
    color: #ffffff;
}

.footer-text {
    font-family: "Neue Helvetica Bold W01";
    width: 100%;
    display: block;
    font-size: 20px;
    letter-spacing: -1;
    line-height: 1.2;
}

.contact {
    font-size: 17px;
    width: 100%;
    font-family: "Neue Helvetica W01";
    line-height: 1.3;
    font-weight: 600;
}

.contact-sched {
    width: 100%;
}

.contact-text {
    width: 140px;
    display: inline-block;
}

.contact-phone {
    display: inline-block;
}

.notice {
    width: 100%;
}

.notice-text {
    width: 775px;
    font-size: 12px;
    text-align: justify;
    letter-spacing: -0.5;
}

.notice-text a {
    color: #f3f2ef;
    line-height: 1.3;
    border-bottom: 1px solid #FFF;
}

.footer-spacing {
    width: 100%;
    height: 30px;
}

.order-now {
    font-family: "Neue Helvetica Bold W01";
    letter-spacing: -2px;
    font-size: 17px;
    cursor: pointer;
}

.order-link {
    font-family: "Neue Helvetica W01";
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.footer-logo {
    width: 100%;
    text-align: right;
}

.footer-logo-image {
    width: 400px;
    height: auto;
}
