html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
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:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

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

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: "Commissioner", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: #000;
    overflow-x: hidden;
}

@media screen and (max-width: 991.98px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}

body.is-admin {
    background-color: #fff;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

p {
    margin: 0 0 .8em;
    line-height: 1.7em;
}

hr {
    border: none;
    height: 1px;
    border-top: 1px solid #000;
    margin: 2em 0;
    opacity: 1;
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -0.1em;
}

sub {
    top: 0.1em;
}

blockquote {
    margin: 0 0 1.5em;
    border-left: 2px solid #ccc;
    padding-left: 1em;
}

blockquote p {
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

cite {
    display: block;
    font-style: italic;
    letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.5em;
}

h1,
.h1 {
    font-family: "Fjalla One", sans-serif;
    font-weight: 200;
    letter-spacing: normal;
    margin-bottom: 0.8em;
    font-size: 2.250rem;
    line-height: 1.2em;
}

h2,
.h2 {
    font-family: "Fjalla One", sans-serif;
    font-weight: 200;
    font-size: 1.875rem;
    letter-spacing: 0.04rem;
    margin-bottom: 0.75em;
    line-height: 44px;
}

h3,
.h3 {
    font-family: "Fjalla One", sans-serif;
    font-weight: 200;
    font-size: 1.5rem;
    margin-bottom: 0.25em;
    letter-spacing: 0.01em;
    line-height: 40px;
}
.h3j {
    font-family: "Fjalla One", sans-serif;
    font-weight: 200;
    font-size: 1.4rem;
    margin-bottom: 0.25em;
    letter-spacing: 0.01em;
    line-height: 40px;
}

h4,
.h4 {
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 1.0rem;
    margin-bottom: 0.8em;
	
}

a {
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
    text-decoration: none;
    color: #000;
    word-wrap: break-word;
}

a[href^="mailto:"] {
    word-break: break-all;
}

a:hover {
    color: #000;
}

ul,
ol {
    line-height: 1.5em;
    margin: 0 0 1.5em 2.2em;
}

ul {
    list-style-type: disc;
}

ul ul {
    list-style-type: circle;
}

ol {
    list-style-type: decimal;
}

dl {
    line-height: 1.5em;
    margin: 0;
}

dl dt {
    display: block;
    margin: 0;
}

dl dd {
    margin: 0 0 1.5em;
}

main {
    display: block;
}

.main-content {
    position: relative;
    max-width: 2560px;
    margin: 0 auto;
    background-image: url('/assets/images/background.jpg');
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.winestain-container {
    position: relative;
    z-index: 1;
}

.winestain1 {
    background: url('/assets/images/winestain-1.png') no-repeat;
    width: 448px;
    height: 383px;
    position: absolute;
    top: -225px;
    right: -140px;
    z-index: 1;
}

.winestain2 {
    background: url('/assets/images/winestain-2.png') no-repeat;
    width: 633px;
    height: 624px;
    position: absolute;
    top: -112px;
    left: -220px;
    z-index: 1;
}

@media screen and (max-width: 991.98px) {
    .winestain-container {
        display: none;
    }

    .winestain2 {
        width: 500px;
        height: auto;
    }
}

.secondary-color {
    color: #760E2A;
}

.brand-color {
    color: #480D1D;
}

.white-color {
    color: #fff;
}

.black-color {
    color: #000;
}

.gray-color {
    color: #737373;
}

.site-footer {
    background-color: #480D1D;
    height: 200px;
}
@media screen and (max-width: 767.98px) {
    .site-footer {
        height: auto;
        padding: 50px
    }
}

.site-footer .content {
    display: flex;
    width: 80%;
    margin: 0 auto;
    align-items: end;
}
@media screen and (max-width: 767.98px) {
    .site-footer .content {
        align-items: initial;
        flex-direction: column;
    }
}

.site-footer .contact-us {
    margin: 0;
    line-height: 30px;
}

.site-footer a {
    color: #fff;
}

@media screen and (max-width: 767.98px) {
    .site-footer .contact-us {
        line-height: 44px;
        text-align: center;
        padding: 20px 0 40px;
    }

    .site-footer .flex {
        flex-direction: column;
    }

    /* .site-footer .social-media .flex-gap-50 {
        gap: 40px;
    } */
}

.black-bg {
    background-color: #000;
    color: #fff;
}

.light-grey-bg {
    background-color: #f9f9f9;
}

@media screen and (max-width: 767.98px) {
    .hide-on-break-md {
        display: none;
    }
}

@media screen and (max-width: 991.98px) {
    .hide-on-break-lg {
        display: none;
    }
}

@media screen and (max-width: 767.98px) {
    .show-on-break-md {
        display: block;
    }
}

@media screen and (max-width: 991.98px) {
    .show-on-break-lg {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .hide-after-break-md {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .hide-after-break-lg {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .show-after-break-md {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .show-after-break-lg {
        display: block;
    }
}

.is-admin .simple-card .hdm-content {
    min-width: 300px;
}

.simple-card img {
    max-width: 525px;
}

@media screen and (min-width: 992px) {
    .simple-card .text-content {
        max-width: 435px;
    }
}

@media screen and (max-width: 991.98px) {
    .simple-card .text-content {
        text-align: center;
    }
}

@media screen and (min-width: 992px) {

    .simple-card .text-content .pre-hdr,
    .simple-card .text-content h2,
    .simple-card .text-content .h2 {
        text-align: left;
    }
}

.card {
    border: 0;
    border-radius: 0;
}

.py-standard-md {
    padding: 8rem 0;
}

@media screen and (max-width: 767.98px) {
    .py-standard-md {
        padding: 4rem 0;
    }
}

.pt-standard-md {
    padding: 8rem 0 0 0;
}

@media screen and (max-width: 767.98px) {
    .pt-standard-md {
        padding: 4rem 0 0 0;
    }
}

.pb-standard-md {
    padding: 0 0 7rem 0;
}

@media screen and (max-width: 767.98px) {
    .pb-standard-md {
        padding: 0 0 2rem 0;
    }
}

.py-standard-lg {
    padding: 8rem 0;
}

@media screen and (max-width: 991.98px) {
    .py-standard-lg {
        padding: 4rem 0;
    }
}

.pt-standard-lg {
    padding: 8rem 0 0 0;
}

@media screen and (max-width: 991.98px) {
    .pt-standard-lg {
        padding: 4rem 0 0 0;
    }
}

.pb-standard-lg {
    padding: 0 0 8rem 0;
}

@media screen and (max-width: 991.98px) {
    .pb-standard-lg {
        padding: 0 0 4rem 0;
    }
}

.my-standard-md {
    margin: 8rem 0;
}

@media screen and (max-width: 767.98px) {
    .my-standard-md {
        margin: 4rem 0;
    }
}

.mt-standard-md {
    margin: 8rem 0 0 0;
}

@media screen and (max-width: 767.98px) {
    .mt-standard-md {
        margin: 4rem 0 0 0;
    }
}

.mb-standard-md {
    margin: 0 0 8rem 0;
}

@media screen and (max-width: 767.98px) {
    .mb-standard-md {
        margin: 0 0 4rem 0;
    }
}

.my-standard-lg {
    margin: 8rem 0;
}

@media screen and (max-width: 991.98px) {
    .my-standard-lg {
        margin: 4rem 0;
    }
}

.mt-standard-lg {
    margin: 8rem 0 0 0;
}

@media screen and (max-width: 991.98px) {
    .mt-standard-lg {
        margin: 4rem 0 0 0;
    }
}

.mb-standard-lg {
    margin: 0 0 8rem 0;
}

@media screen and (max-width: 991.98px) {
    .mb-standard-lg {
        margin: 0 0 4rem 0;
    }
}

@media screen and (min-width: 768px) {
    .mw-header-md {
        max-width: 420px;
    }
}

@media screen and (min-width: 992px) {
    .mw-header-lg {
        max-width: 420px;
    }
}

.mw-interior {
    max-width: 650px;
}

.object-fit {
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.object-fit-top {
    object-position: 50% 20%;
}

.object-fit-bottom {
    object-position: 50% 80%;
}

@media screen and (max-width: 991.98px) {
    .object-fit-bottom {
        object-position: 50% 90%;
    }
}

.object-fit-right {
    object-position: 80% 50%;
}

@media screen and (max-width: 991.98px) {
    .object-fit-right {
        object-position: 90% 50%;
    }
}

.object-fit-left {
    object-position: 20% 50%;
}

.object-fit-contain {
    object-fit: contain;
}

.object-fit-right-top {
    object-position: 80% 20%;
}

@media screen and (max-width: 991.98px) {
    .object-fit-right-top {
        object-position: 90% 10%;
    }
}

.object-fit-left-top {
    object-position: 20% 20%;
}

@media screen and (max-width: 991.98px) {
    .object-fit-left-top {
        object-position: 10% 10%;
    }
}

.cf:after {
    content: "";
    display: table;
    clear: both;
}

@supports (display: flow-root) {
    .cf {
        display: flow-root;
    }

    .cf:after {
        content: none;
    }
}

.nobr {
    white-space: nowrap;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.normal {
    text-transform: none;
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.no-margin {
    margin: 0;
}

.ir {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}

.break-word {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.pre-hdr {
    display: block;
    margin: 0 0 1.6em;
    font-family: "metropolissemi_bold", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.staggered-hdr span:not(.pre-hdr):nth-last-of-type(2) {
    padding-right: 0.75em;
}

.staggered-hdr span:not(.pre-hdr):nth-last-of-type(3) {
    padding-right: 1.5em;
}

.staggered-hdr span:not(.pre-hdr):nth-last-of-type(4) {
    padding-right: 2.25em;
}

@media screen and (max-width: 991.98px) {
    .staggered-hdr span:not(.pre-hdr):nth-last-of-type(2) {
        padding-right: 0;
    }

    .staggered-hdr span:not(.pre-hdr):nth-last-of-type(3) {
        padding-right: 0;
    }

    .staggered-hdr span:not(.pre-hdr):nth-last-of-type(4) {
        padding-right: 0;
    }
}

.disclaimer {
    font-size: 0.85em;
    font-style: italic;
}

.inline-left {
    display: block;
    float: left;
    margin: 0 30px 20px 0;
}

.inline-left img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 991.98px) {
    .inline-left {
        float: none;
        margin: 0 auto 12px;
    }
}

img.inline-left {
    max-width: 100%;
    height: auto;
}

.inline-right {
    display: block;
    float: right;
    margin: 0 0 20px 30px;
}

.inline-right img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 991.98px) {
    .inline-right {
        float: none;
        margin: 0 auto 12px;
    }
}

img.inline-right {
    max-width: 100%;
    height: auto;
}

.ada-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.vcenter {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.vhcenter {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.inner {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.inner-840 {
    position: relative;
    max-width: 840px;
    width: 90%;
    z-index: 2;
}

.inner-copy {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 767.98px) {
    .inner-copy {
        padding: 20px 0;
        width: 90%;
    }
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.centered-list {
    text-align: center;
}

.unstyled-list {
    list-style-type: none;
    margin: 0;
}

.inside-list {
    list-style-position: inside;
}

.bg-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cover.top {
    background-position: center top;
}

.bg-cover.right {
    background-position: right center;
}

.bg-cover.bottom {
    background-position: center bottom;
}

.bg-cover.left {
    background-position: left center;
}

.bg-cover.left-top {
    background-position: left top;
}

.bg-cover.left-bottom {
    background-position: left bottom;
}

.bg-cover.right-top {
    background-position: right top;
}

.bg-cover.right-bottom {
    background-position: right bottom;
}

.cover-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
}

.cover-link a {
    display: block;
    width: 100%;
    height: 100%;
}

.lazy-fade-in {
    animation-name: fadeIn;
    animation-duration: 1.3s;
    animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 1.4em;
}

.two-col .col,
.two-col li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

@media screen and (max-width: 575.98px) {
    .two-col {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        -webkit-column-gap: normal;
        -moz-column-gap: normal;
        column-gap: normal;
        margin-bottom: 0;
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-cols {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.flex-cols .col-1-2 {
    width: 50%;
}

@media screen and (max-width: 767.98px) {
    .flex-cols {
        flex-direction: column;
    }
    .flex-cols .col-1-2 {
        width: 100%;
    }
}

.flex-cols .col-1-3 {
    width: 33.3333333333%;
}

.flex-cols .col-1-5 {
    width: 20%;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-direction-row-reverse {
    flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
    .flex-direction-row-reverse {
        flex-direction: column;
    }
}

.flex-valign-center {
    justify-content: center;
}

.flex-align-bottom {
    align-items: end;
}

.flex-gap-10 {
    gap: 10px;
}

.flex-gap-40 {
    gap: 40px;
}

.flex-gap-50 {
    gap: 50px;
}

.flex-grow {
    flex-grow: 1;
}

@media screen and (max-width: 991.98px) {
    .flex-cols {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .flex-cols {
        margin-bottom: 0;
    }
}

.flex-centered {
    align-items: center;
    justify-content: center;
}

.hover-zoom {
    background-color: #000;
}

.hover-zoom .cover-image,
.hover-zoom .object-fit {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s;
    transition: opacity 1s ease-in-out, transform 1s;
    pointer-events: none;
}

.hover-zoom.hover-zoom-small .cover-image,
.hover-zoom.hover-zoom-small .object-fit {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s;
    transition: opacity 1.5s ease-in-out, transform 1.5s;
}

.hover-zoom.has-lazy img[data-src] {
    -webkit-transition: opacity 1s ease-in-out, transform 1s;
    -moz-transition: opacity 1s ease-in-out, transform 1s;
    -ms-transition: opacity 1s ease-in-out, transform 1s;
    transition: opacity 1s ease-in-out, transform 1s;
    opacity: 0;
}

.hover-zoom.has-lazy img[data-src].img-loaded {
    opacity: 1;
}

.hover-zoom.has-lazy img[data-src].img-loaded.fade {
    opacity: 0.1;
}

.hover-zoom:hover .cover-image,
.hover-zoom:hover .object-fit {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.inline-list {
    margin-left: 0;
}

.inline-list.pad>li:not(:last-child) {
    margin-right: 4em;
    margin-bottom: 2em;
}

.inline-list>li {
    display: inline-block;
}

.inline-list.centered {
    text-align: center;
}

.inline-list.pipes>li:before {
    content: "|";
    padding: 0 0.75em;
}

.inline-list.pipes>li:first-child:before {
    content: "";
    padding: 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fade-up {
    -webkit-transition: opacity 0.75s, transform 0.75s;
    -moz-transition: opacity 0.75s, transform 0.75s;
    -ms-transition: opacity 0.75s, transform 0.75s;
    transition: opacity 0.75s, transform 0.75s;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}

.fade-up.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    color: currentColor;
    padding: 0;
    /* font-family: "source-sans-pro", sans-serif; */
}

.btn {
    display: inline-flex;
    justify-content: center;
    padding: 1.1rem 2.5rem;
    align-items: center;
    gap: 0.625rem;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    line-height: 1;
    margin: .5rem 0;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #fff;
    background: #480D1D;
    text-decoration: none;
    font-family: "Fjalla One", sans-serif;
}

.btn:focus-visible {
    outline: #000 auto 1px;
}

.btn:hover {
    color: #fff;
    background-color: #000;
}

.btn-inverted {
    background-color: #000;
    color: #fff;
    border: 1.5px solid #fff;
}

.btn-inverted:focus-visible {
    color: #fff;
    outline: #fff auto 1px;
}

.btn-inverted:hover {
    color: #000;
    background-color: #fff;
}

.general-video-controls {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 2;
}

.vc-toggle {
    position: relative;
    color: #fff;
    font-size: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    border: 1.5px solid #fff;
    border-radius: 50%;
    padding: 0;
}

.vc-toggle::before {
    font-size: 1rem;
}

.vc-toggle:focus-visible {
    transform: scale(1.1);
}

.scroll-to-top {
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    position: fixed;
    bottom: 5rem;
    right: 1.5rem;
    z-index: 10;
}

.scroll-to-top[class*=" icon-"]::before,
.scroll-to-top[class^="icon-"]::before {
    font-size: 1.5rem;
}

.scroll-to-top:focus-visible {
    border: 3px solid #fff;
    outline: 3px solid #000;
}

.scroll-btn {
    transition: transform 350ms ease;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    padding: 1rem 1rem 1rem 0.5rem;
}

.scroll-btn:hover {
    transform: translate(-50%, 0.75em) rotate(90deg);
}

@media screen and (max-width: 991.98px) {
    form {
        font-size: 16px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    select,
    textarea,
    input {
        font-size: 16px;
    }
}

.label,
label {
    display: block;
    line-height: 1.1em;
    margin-bottom: 6px;
}

input[type="file"],
input[type="tel"],
input[type="text"],
input[type="email"],
select,
textarea {
    box-sizing: border-box;
    background-color: #fff;
    /* font-family: "source-sans-pro", sans-serif; */
    font-size: inherit;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    outline: none;
}

input[type="file"] {
    border-radius: 0 !important;
}

select {
    line-height: 1.5;
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
}

::-webkit-input-placeholder {
    color: #acacac;
    opacity: 1;
}

:-moz-placeholder {
    color: #acacac;
    opacity: 1;
}

::-moz-placeholder {
    color: #acacac;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #acacac;
    opacity: 1;
}
