a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/gothamssm-light_web.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/gothamssm-light_web.woff2) format("woff2");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/gothamssm-book_web.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/gothamssm-book_web.woff2) format("woff2");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/gothamssm-bold_web.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/gothamssm-bold_web.woff2) format("woff2");
    font-weight: 700;
    font-style: italic;
}
* {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    color: #382f2d;
    font-family: Gotham, Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
}
main {
    padding-bottom: 110px;
}
h1 {
    font-size: 3.4rem;
    line-height: 3.4rem;
    font-weight: 700;
    letter-spacing: -0.06em;
    margin: 0 0 10px;
    text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
    h1 {
        font-size: 5rem;
        line-height: 5rem;
        margin: 0 0 12px;
    }
}
h4 {
    margin-bottom: 4px;
}
h4,
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
p {
    padding-bottom: 20px;
}
a {
    color: #382f2d;
}
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
}
@media screen and (min-width: 1200px) {
    .content {
        max-width: 66%;
    }
}
.large {
    font-size: 2.6rem;
    line-height: 3rem;
}
.phone {
    white-space: nowrap;
}
.c-banner {
    background: url(../images/back-soon-hero3-min.jpg) no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 270px;
    margin-bottom: 40px;
    position: relative;
}
@media screen and (min-width: 1200px) {
    .c-banner {
        height: 400px;
    }
}
.c-banner .container {
    height: 100%;
    position: relative;
    width: 100%;
}
.c-banner h1 {
    color: #fff;
    left: 10px;
    position: absolute;
    right: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    top: 50%;
    transform: translateY(-50%);
}
.c-banner__sub {
    display: block;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 3rem;
    text-transform: none;
}
.c-footer {
    align-items: center;
    background: #440f11;
    bottom: 0;
    color: #fff;
    display: flex;
    height: 80px;
    justify-content: flex-start;
    left: 0;
    position: fixed;
}
.c-footer,
.c-footer .container {
    width: 100%;
}
.c-header {
    height: 60px;
    padding: 10px 0;
}
.c-header__logo {
    float: left;
    max-height: 40px;
}
.c-header__type {
    color: #ce0e2d;
    float: left;
    font-size: 1.4rem;
    padding: 12px 0 0 20px;
    text-transform: uppercase;
}
