a,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
html,
i,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

fieldset {
    border: 0;
}

em {
    font-style: italic;
}

* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: "English Grotesque", "Gill Sans MT", Calibri, "Trebuchet MS",
        sans-serif;
    letter-spacing: 1px;
    font-size: 100%;
    color: #111;
    font-weight: 400;
    -webkit-text-size-adjust: none;
}

ol,
ul {
    list-style: none;
}

li,
ul {
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    display: block;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.clear {
    clear: both;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

input[type="email"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

#container {
    max-width: 960px;
    height: auto;
    padding: 0 10px;
    margin: 0 auto;
    text-align: left;
}

@font-face {
    font-family: "English Grotesque Bold";
    src: url(/fonts/EnglishGrotesque-Bold.otf) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "English Grotesque";
    src: url(/fonts/EnglishGrotesque-Thin.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Baskerville";
    src: url(/fonts/BaskervilleMTPro-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

footer .left,
footer .left .socials,
footer .right,
footer .right .nav {
    font-size: 0;
    letter-spacing: 0;
}

.no-js a.gradt:hover,
.no-touch a.gradt:hover,
a,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    transition: all 0.2s ease-in;
}

.loader_holder {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: hsla(0, 0%, 100%, 0.25);
    border-radius: 50%;
}

.load_btn .load_spin,
.loader,
.loader_btn .loader,
[class^="btn_"] .loader {
    margin: auto;
    font-size: 4px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid #fff;
    border-right: 1.1em solid #fff;
    border-bottom: 1.1em solid #fff;
    border-left: 1.1em solid #000;
    transform: translateZ(0);
    animation: a 1.1s infinite linear;
}

.load_btn .load_spin,
.load_btn .load_spin:after,
.loader,
.loader:after,
.loader_btn .loader,
.loader_btn .loader:after,
[class^="btn_"] .loader,
[class^="btn_"] .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader_holder .loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.loader_btn,
[class^="btn_"] {
    vertical-align: top;
}

.loader_btn .loader,
[class^="btn_"] .loader {
    width: 27px;
    height: 27px;
    margin: -5px 20px;
    border-top: 1.1em solid #fff;
    border-right: 1.1em solid #fff;
    border-bottom: 1.1em solid #fff;
    position: relative;
}

.load_btn {
    display: inline-block;
    background-color: #aeb3bc;
    text-transform: uppercase;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    color: #fff !important;
    transition: all 0.2s ease-in;
    border: 0;
    border-radius: 4px;
    padding: 22px 70px 20px;
    text-align: center;
}

.load_btn:focus,
.no-js .load_btn:hover,
.no-touch .load_btn:hover {
    background-color: #a0a6b0;
    border: 0;
}

.load_btn .load_spin {
    width: 25px;
    height: 25px;
    margin: -7px 20px;
    border-top: 1.1em solid #fff;
    border-right: 1.1em solid #fff;
    border-bottom: 1.1em solid #fff;
    position: relative;
    display: inline-block;
}

@keyframes a {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

a.highlt.gg {
    background: hsla(219, 9%, 71%, 0.6);
    background: linear-gradient(
        0deg,
        hsla(219, 9%, 71%, 0.6),
        hsla(219, 9%, 71%, 0.6)
    );
}

a.highlt,
a.highlt.yy {
    background: #4d4948;
    background: linear-gradient(0deg, #4d4948, #4d4948);
}

.no-js a.gradt:hover,
.no-js a.highlt:hover,
.no-touch a.gradt:hover,
.no-touch a.highlt:hover {
    background: #4d4948;
    background: linear-gradient(90deg, #4d4948, #aeb3bc 80%);
}

.no-js a.gradt:hover,
.no-touch a.gradt:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.border.top.grey {
    border-top: 1px solid #8f9193;
}

h1.display {
    font-size: 56px;
    font-family: "English Grotesque" sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
    letter-spacing: 4px;
    text-transform: uppercase !important;
    line-height: 72px;
}

@media screen and (max-width: 700px) {
    h1.display {
        font-size: 50px;
        font-family: "English Grotesque" sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
    }
}

@media screen and (max-width: 480px) {
    h1.display {
        font-size: 40px;
        font-family: "English Grotesque" sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
        letter-spacing: 1.5px;
        line-height: 54px;
    }
}

h1 {
    font-size: 42px;
    font-family: "English Grotesque" sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
    letter-spacing: 2px;
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 32px;
        font-family: "English Grotesque" sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
        letter-spacing: 1px;
    }
}

h2 {
    font-size: 40px;
    font-family: "English Grotesque" sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
    letter-spacing: 1px;
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 28px;
        font-family: "English Grotesque" sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
    }
}

footer .left .h3,
footer .left .h3 *,
footer .left .h3 a,
footer .left h3,
footer .left h3 a,
h3 {
    font-size: 32px;
    font-family: "English Grotesque" sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
    letter-spacing: 1.33px;
}

@media screen and (max-width: 685px) {
    footer .left .h3,
    footer .left .h3 *,
    footer .left .h3 a,
    footer .left h3,
    footer .left h3 a,
    h3 {
        font-size: 24px;
        font-family: "English Grotesque" sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
        letter-spacing: 1.2px;
    }
}

@media screen and (max-width: 425px) {
    footer .left .h3,
    footer .left .h3 *,
    footer .left .h3 a,
    footer .left h3,
    footer .left h3 a,
    h3 {
        font-size: 19px;
        font-family: "English Grotesque" sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
        letter-spacing: 1.19px;
    }
}

h4 {
    font-size: 24px;
    font-family: "English Grotesque" sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.7em;
    line-height: 1.3em;
}

@media screen and (max-width: 360px) {
    h4 {
        font-size: 16px;
        font-family: "English Grotesque" sans-serif;
        letter-spacing: 0.02em;
        line-height: 1.7em;
    }
}

blockquote,
h5 {
    font-size: 16px;
    font-family: "English Grotesque" sans-serif;
    line-height: 1.25em;
    letter-spacing: 1.5px;
}

@media screen and (max-width: 425px) {
    blockquote,
    h5 {
        font-size: 13px;
        font-family: "English Grotesque" sans-serif;
        letter-spacing: 1px;
        line-height: 1.25em;
    }
}

h6 {
    font-size: 14px;
    font-family: "English Grotesque" sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
}

@media screen and (max-width: 360px) {
    h6 {
        font-size: 11px;
        font-family: "English Grotesque" sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
    }
}

.p,
a.highlt,
footer .copyright a,
footer .right .nav a,
p {
    font-size: 16px;
    font-family: "English Grotesque", sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.7em;
    letter-spacing: 0.4px;
    line-height: 28px;
}

@media screen and (max-width: 425px) {
    .p,
    a.highlt,
    footer .copyright a,
    footer .right .nav a,
    p {
        font-size: 13px;
        font-family: "English Grotesque", sans-serif;
        letter-spacing: 0.02em;
        line-height: 1.7em;
        letter-spacing: 0.3px;
        line-height: 22px;
    }
}

a.styled-small {
    font-size: 13px;
    font-family: "English Grotesque", sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
    letter-spacing: 3px;
    line-height: 13px;
}

.overline {
    font-size: 16px;
    font-family: "English Grotesque", sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.7em;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}

@media screen and (max-width: 360px) {
    .overline {
        font-size: 13px;
        font-family: "English Grotesque", sans-serif;
        letter-spacing: 0.02em;
        line-height: 1.7em;
    }
}

.hides {
    display: none;
}

h1.lined {
    width: auto;
    display: inline-block;
    border-right: 1px solid #757575;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

h1.lined:before {
    top: 0;
    left: 20%;
    border-top: 1px solid #757575;
}

h1.lined:after,
h1.lined:before {
    content: "";
    width: 60%;
    height: 0;
    position: absolute;
}

h1.lined:after {
    bottom: 15px;
    left: 0;
    border-bottom: 1px solid #757575;
}

@media screen and (max-width: 480px) {
    h1.lined {
        padding-top: 20px;
    }

    h1.lined:before {
        width: 100%;
        top: 20px;
    }

    h1.lined:after {
        width: 100%;
        bottom: 10px;
    }
}

h2.lined {
    width: auto;
    display: inline-block;
    border-right: 1px solid #757575;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

h2.lined:before {
    top: 0;
    left: 20%;
    border-top: 1px solid #757575;
}

h2.lined:after,
h2.lined:before {
    content: "";
    width: 60%;
    height: 0;
    position: absolute;
}

h2.lined:after {
    bottom: 15px;
    left: 0;
    border-bottom: 1px solid #757575;
}

@media screen and (max-width: 480px) {
    h2.lined {
        padding-top: 20px;
    }

    h2.lined:before {
        width: 100%;
        top: 20px;
    }

    h2.lined:after {
        width: 100%;
        bottom: 10px;
    }
}

.p,
p {
    margin: 1em 0 0;
    color: #666;
}

blockquote {
    max-width: 300px;
    margin: auto;
    text-align: center;
}

blockquote:before {
    content: url(/images/rsb_icon_quote-open.svg);
    width: 34px;
    height: 30px;
    display: block;
    margin: 0 auto 15px;
}

cite {
    color: #757575;
    display: block;
    text-align: center;
    padding-top: 15px;
}

a.styled-small {
    text-transform: uppercase;
}

a {
    color: #212121;
}

.no-js a:hover,
.no-touch a:hover {
    color: #323a46;
}

a.gradt {
    text-decoration: none;
    color: #f5f5f5;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

.no-js a.gradt:hover,
.no-touch a.gradt:hover,
a.gradt:focus {
    outline: 0;
    color: #e8e8e8;
}

.no-js a.line:hover,
.no-touch a.line:hover,
a.line {
    text-decoration: underline !important;
}

a.highlt {
    transition: all 0.2s ease-in;
    color: inherit;
    font-weight: 700 !important;
}

a.highlt,
a.highlt.gg,
a.highlt.yy {
    background-repeat: no-repeat;
    background-size: 100% 0.6em;
    background-position: 0 100%;
}

.no-js a.highlt:hover,
.no-touch a.highlt:hover {
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 100%;
    transition: all 0.2s ease-in;
    color: inherit;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    font-family: "English Grotesque", sans-serif;
    font-size: 16px;
    padding: 8px 10px;
    border: 1px solid #b6b6b6;
    vertical-align: top;
    line-height: normal;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    letter-spacing: -0.005em;
    background-color: #fff;
    width: 100%;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
    border: 1px solid #aeb3bc;
    outline: 0;
    box-shadow: 0;
}

input.error[type="email"],
input.error[type="number"],
input.error[type="password"],
input.error[type="tel"],
input.error[type="text"],
input.error[type="url"],
textarea.error {
    border: 1px solid #d02224;
}

input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    line-height: normal;
    color: #757575;
}

input[type="email"]:-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    line-height: normal;
    color: #757575;
}

input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    line-height: normal;
    color: #757575;
}

textarea {
    resize: none;
}

button,
input[type="submit"] {
    display: inline-block;
    background-color: #4d4948;
    text-transform: uppercase;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s ease-in;
    border: 0;
    border-radius: 4px;
    padding: 22px 70px 20px;
    text-align: center;
}

.no-js button:hover,
.no-js input[type="submit"]:hover,
.no-touch button:hover,
.no-touch input[type="submit"]:hover,
button:focus,
input[type="submit"]:focus {
    background-color: #3c4653;
    border: 0;
    background-color: #212121;
}

.btn {
    display: inline-block;
    background-color: #4d4948;
    text-transform: uppercase;
    font-family: "English Grotesque";
    font-size: 13px;
    line-height: 13px;
    outline: 0;
    cursor: pointer;
    color: #fff !important;
    transition: all 0.2s ease-in;
    border: 0;
    border-radius: 4px;
    padding: 16px 24px;
    text-align: center;
}

.btn:focus,
.no-js .btn:hover,
.no-touch .btn:hover {
    background-color: #3c4653;
    border: 0;
    background-color: #212121;
}

.btn.white {
    display: inline-block;
    background-color: #fff;
    text-transform: uppercase;
    font-family: "English Grotesque";
    font-size: 13px;
    line-height: 13px;
    outline: 0;
    cursor: pointer;
    color: #fff !important;
    transition: all 0.2s ease-in;
    border: 0;
    border-radius: 4px;
    padding: 16px 24px;
    text-align: center;
    color: #4d4948 !important;
    border: 1px solid #4d4948;
}

.btn.white:focus,
.no-js .btn.white:hover,
.no-touch .btn.white:hover {
    background-color: #f2f2f2;
    border: 0;
    background-color: #efefef;
    border: 1px solid #4d4948;
}

.btn.black {
    display: inline-block;
    background-color: #000;
    text-transform: uppercase;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    color: #fff !important;
    transition: all 0.2s ease-in;
    border: 0;
    border-radius: 4px;
    padding: 22px 70px 20px;
    text-align: center;
}

.btn.black:focus,
.no-js .btn.black:hover,
.no-touch .btn.black:hover {
    background-color: #000;
    border: 0;
    background-color: #1f1f1f;
}

label {
    display: block;
    font-size: 12px;
    font-family: "English Grotesque", sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.7em;
    padding-bottom: 8px;
}

.errorbox {
    background-color: #d02224;
    padding: 20px;
    margin-top: 30px;
    border-radius: 0;
    color: #fff;
    text-align: right;
    display: inline-block;
}

form .errorbox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.errorbox li {
    text-align: left;
}

.errorbox li span {
    color: #4c0d0d;
    display: inline-block;
    padding-right: 5px;
}

.margined-extra-pad,
.margined-narrow,
main.static .staticbody {
    margin: 0 auto;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    max-width: 2000px;
    padding-left: 15%;
    padding-right: 15%;
}

@media screen and (max-width: 425px) {
    .margined-extra-pad,
    .margined-narrow,
    main.static .staticbody {
        padding-left: 5%;
        padding-right: 5%;
        padding-left: 10%;
        padding-right: 10%;
    }
}

.fieldwrapper {
    padding-bottom: 30px;
}

@media screen and (min-width: 1401px) {
    .fieldwrapper {
        padding-bottom: 1.5vw;
    }
}

@media screen and (max-width: 1100px) {
    .fieldwrapper {
        padding-bottom: 15px;
    }
}

footer .left .contact {
    margin-top: 30px;
}

@media screen and (min-width: 1401px) {
    footer .left .contact {
        margin-top: 2vw;
    }
}

@media screen and (max-width: 1100px) {
    footer .left .contact {
        margin-top: 15px;
    }
}

form .errorbox {
    margin-bottom: 30px;
}

@media screen and (min-width: 1401px) {
    form .errorbox {
        margin-bottom: 2vw;
    }
}

@media screen and (max-width: 1100px) {
    form .errorbox {
        margin-bottom: 15px;
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }

    30% {
        transform: scale(0.94);
        animation-timing-function: ease-in;
    }

    70% {
        transform: scale(1.04);
        animation-timing-function: ease-out;
    }
}

h1.line-ani,
h2.line-ani,
h3.line-ani {
    overflow-x: hidden;
    display: inline-block;
    position: relative;
    margin: auto;
}

h1.line-ani:after,
h2.line-ani:after,
h3.line-ani:after {
    bottom: 18px;
    transition: all 1.5s ease-in;
    transform: translateX(-100%);
}

h1.line-ani:after,
h1.line-ani:before,
h2.line-ani:after,
h2.line-ani:before,
h3.line-ani:after,
h3.line-ani:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    opacity: 0;
}

h1.line-ani:before,
h2.line-ani:before,
h3.line-ani:before {
    top: 3px;
    transition: all 1.8s ease-in;
    transform: translateX(100%);
}

@media screen and (max-width: 480px) {
    h1.line-ani:after,
    h2.line-ani:after,
    h3.line-ani:after {
        bottom: 8px;
    }

    h1.line-ani:before,
    h2.line-ani:before,
    h3.line-ani:before {
        top: 0;
    }
}

h1.animate-lines.line-ani:before,
h2.animate-lines.line-ani:before,
h3.animate-lines.line-ani:before {
    transform: translateX(-100%);
    opacity: 1;
}

h1.animate-lines.line-ani:after,
h2.animate-lines.line-ani:after,
h3.animate-lines.line-ani:after {
    transform: translateX(100%);
    opacity: 1;
}

footer {
    background-color: #353132;
    color: #fff;
    position: relative;
    padding: 80px 5% 20px !important;
    background-image: url(/images/mumford-emblem.svg);
    background-repeat: no-repeat;
    background-position: right -200px center;
    margin-top: 55px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 2dppx),
    only screen and (min-resolution: 192dpi) {
    footer {
        background-image: url(/images/mumford-emblem.svg);
        background-repeat: no-repeat;
        background-size: 982px 984px;
    }
}

@media screen and (max-width: 530px) {
    footer {
        padding: 80px 15px 20px !important;
    }
}

footer a {
    color: hsla(0, 0%, 100%, 0.72);
}

footer .left {
    display: inline-block;
    width: 50%;
    padding-right: 20px;
}

@media screen and (max-width: 1100px) {
    footer .left {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    footer .left {
        display: block;
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
}

footer .left .h3,
footer .left .h3 *,
footer .left .h3 a,
footer .left h3,
footer .left h3 a {
    font-size: 20px;
    line-height: 1.6em;
    width: 85%;
    color: #fff;
}

@media screen and (max-width: 768px) {
    footer .left .h3,
    footer .left .h3 *,
    footer .left .h3 a,
    footer .left h3,
    footer .left h3 a {
        width: 100%;
    }
}

@media screen and (max-width: 530px) {
    footer .left .h3,
    footer .left .h3 *,
    footer .left .h3 a,
    footer .left h3,
    footer .left h3 a {
        font-size: 19px;
    }
}

footer .left .contact {
    text-transform: uppercase;
    width: 85%;
    color: #fff;
}

@media screen and (max-width: 768px) {
    footer .left .contact {
        width: 100%;
    }
}

footer .left .contact * {
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5em;
}

footer .left .btns {
    margin-top: 60px;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 10px;
}

@media screen and (max-width: 990px) {
    footer .left .btns {
        display: block;
    }
}

footer .left .btns .btn {
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.875rem;
    outline: 0;
    cursor: pointer;
    color: #fff !important;
    transition: all 0.2s ease-in;
    border: 0;
    border-radius: 4px;
    padding: 14px 36px;
    text-align: center;
    background-color: oklch(0.5698 0.0642 78.68);
    border: 1px solid #4d4948;
}

.no-js footer .left .btns .btn:hover,
.no-touch footer .left .btns .btn:hover,
footer .left .btns .btn:focus {
    background-color: oklch(0.38 0.0385 78.68);
    border: 0;
    color: #efefef !important;
    border: 1px solid #4d4948;
}

@media screen and (max-width: 990px) {
    footer .left .btns .btn {
        width: 100%;
    }
}

footer .left .btns .btn + .btn {
    font-weight: 600;
    display: inline-block;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    transition: all 0.2s ease-in;
    border: 0;
    border-radius: 4px;
    padding: 14px 36px;
    text-align: center;
    color: #4d4948 !important;
    border: 1px solid #4d4948;
    background-color: transparent;
    color: #fff !important;
    border: 1px solid #8c734b;
}

.no-js footer .left .btns .btn + .btn:hover,
.no-touch footer .left .btns .btn + .btn:hover,
footer .left .btns .btn + .btn:focus {
    background-color: #f2f2f2;
    border: 0;
    background-color: #efefef;
    border: 1px solid #4d4948;
}

.no-js footer .left .btns .btn + .btn:hover,
.no-touch footer .left .btns .btn + .btn:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #4d4948 !important;
}

footer .left .btns .btn + .btn.active,
footer .left .btns .btn + .btn:focus {
    background-color: #fff;
    border: 1px solid #fff;
}

.no-js footer .left .btns .btn + .btn.active:hover,
.no-js footer .left .btns .btn + .btn:focus:hover,
.no-touch footer .left .btns .btn + .btn.active:hover,
.no-touch footer .left .btns .btn + .btn:focus:hover {
    border: 1px solid hsla(0, 0%, 100%, 0.5);
}

@media screen and (max-width: 990px) {
    footer .left .btns .btn + .btn {
        margin-top: 20px;
    }
}

footer .left .socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

footer .left .socials li {
    display: inline-block;
    margin: 20px 70px 40px 0;
    margin-right: 0;
    -ms-flex-positive: 1;
    /* flex-grow: 1; */
}

@media screen and (max-width: 870px) {
    footer .left .socials li {
        margin-right: 50px;
        margin-right: 0;
    }
}

footer .left .socials li:last-of-type {
    margin-right: 0;
}

footer .left .socials li a {
    font-size: 0;
    height: 30px;
    width: 30px;
    display: inline-block;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 4px;
}

footer .left .socials li a:hover {
    opacity: 0.8;
    cursor: pointer;
}

footer .left .socials li.facebook a {
    background-image: url(/images/dale-joinery-facebook-icon.svg);
}

footer .left .socials li.instagram a {
    background-image: url(/images/dale-joinery-instagram-icon.svg);
}

footer .left .socials li.pinterest a {
    background-image: url(/images/dj_icon_pinterest.svg);
}

footer .left .socials li.twitter a {
    background-image: url(/images/dale-joinery-twitterX-icon.svg);
    opacity: 0.9;
}

footer .left .socials li.tiktok a {
    background-image: url(/images/dale-joinery-tiktok-icon.svg);
    opacity: 0.9;
}

footer .left .socials li.linkedin a {
    background-image: url(/images/dale-joinery-linkedin-icon.svg);
}

footer .right {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-left: 20px;
    text-align: right;
}

@media screen and (max-width: 1100px) {
    footer .right {
        width: 54%;
    }
}

@media screen and (max-width: 768px) {
    footer .right {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 530px) {
    footer .right {
        padding-left: 5%;
    }
}

footer .right .nav {
    display: inline-block;
    width: calc(100% - 10px);
    vertical-align: top;
    text-align: left;
}

footer .right .nav:nth-of-type(2) {
    margin: 0 15px;
}

footer .right .nav h5 {
    margin-bottom: 15px;
}

footer .copyright p {
    font-size: 12px;
    margin: 0;
    color: #b6b6b6;
}

footer .copyright p:last-of-type {
    margin-bottom: 10px;
}

footer .copyright a {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    footer .copyright {
        text-align: center;
        margin-top: 50px;
    }

    footer .copyright a,
    footer .copyright p {
        font-size: 10px;
    }
}

main {
    padding-top: 100px;
}

@media screen and (max-width: 425px) {
    main {
        padding-top: 80px;
    }
}

main.static .staticbody {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 425px) {
    main.static .staticbody {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

main.static .staticbody h1 {
    margin-bottom: 80px;
}

@media screen and (max-width: 425px) {
    main.static .staticbody h1 {
        margin-bottom: 50px;
    }
}

main.static .staticbody .bodysection p:last-of-type {
    margin-bottom: 50px;
}
