
@import url("https://use.typekit.net/rsa7tvx.css");

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700');

@import "normalize.css";
@import "webflow.css";

@import "albero-usa.webflow.css?v=1.0.25";

@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");

.materials-amsd-item {
    display: none !important;
}

.materials-amsd-item.shown {
    display: flex !important;
}

.category-select-image-swatch {
    width: 50px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.color-select-color-swatch {
    width: 38px;
    height: 38px;
    border: 1px solid #e7e7e7;
}

.ms-dd {
    font-family: Anko, sans-serif !important;
    width: 100% !important;
    max-width: 100%;
}

.ms-dd .ms-header-middle-content, .ms-dd .ms-middle {
    height: 40px;
    line-height: 18px;
    word-break: break-all;
}

.ms-dd .ms-list-option, .ms-dd .ms-optgroup ul .ms-list-option {
    padding: 10px 20px 10px 15px !important;
}

.ms-dd .ms-dd-option-image, .ms-dd .ms-dd-selected-img {
    max-width: 40px !important;
    margin-right: 17px !important;
    flex: none !important;
}

.ms-dd .ms-dd-option-content {
    display: flex !important;;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.ms-dd-label, .ms-dd-desc {
    width: 100% !important;
}

.cms-backend-white-text {
    background: #909090;
    color: white;
}

.full-page-bg .text-block {
    color: white;
}

.contact-info-icon, .button-icon, .alert-icon, .category-icon, .footer-quick-link-icon, .search-form-submit-icon, .featured-icon, .alert-close-icon, .secondary-nav-link-icon {
    font-family: "Font Awesome 6 Free";
}

.social-link-icon {
    font-family: "Font Awesome 6 Brands";
}

h1, h2, h3,
h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    display: inline-block;
    margin-top: 0px;
    margin: 0px;
}

.text-block .heading:first-child {
    margin-top: 0px;
}

.text-block table.textbox-columns-fixed-width {
    max-width: 100%;
}

.amsd-dropdown-toggle {
    white-space: normal;
}

.amsd-dropdown-toggle.w--open .amsd-dropdown-arrow-icon {
    transform: rotate(-180deg);
}

.dropdown-nav-link.w--open .dropdown-nav-link-arrow {
    transform: rotate(-180deg);
}

.fas {
    font-style: inherit;
    font-weight: 900;
}

.fa {
    font-weight: 400;
}

.footer-link a {
    color: inherit;
}

[data-icon] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.w-lightbox-noscroll {
    overflow: visible;
}

.w-nav-overlay {
    height: 100vh !important;
}

/* Date Input Usability Fix */
input[type="date"] {
    moz-appearance: none;
    webkit-appearance: none;
    appearance: none;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
.form-input.date-input-wrapper:after,
input[type="date"]:after {
    font-family: "Font Awesome 6 Free";
    content: "\f073";
    font-size: 16px;
    font-weight: normal;
    font-style: inherit;
    color: #999;
    padding: 0 5px;
    position: absolute;
    top: 15px;
    right: 12px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
    cursor: text;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

/* Select input safari fix */
.input-field.select-input {
    moz-appearance: none;
    webkit-appearance: none;
    appearance: none;
    position: relative;
}

.form-input.select-input-wrapper:after {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    font-size: 14px;
    font-weight: 900;
    font-style: inherit;
    color: #999;
    padding: 0 5px;
    position: absolute;
    top: 16px;
    right: 8px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.text-block .heading:first-child {
    margin-top: 0px;
}

.cms-btn:focus {
    outline: 0;
}

img.userUpload {
    height: auto !important;
}

.contact-form-success-message {
    display: block !important;
}

.content-block ul {
    overflow: hidden;
}

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

.cms-btn a {
    color: inherit;
}

.w-webflow-badge {
    display: none !important;
}

/* Custom search form styles */
[data-module="cms-custom-search"] {
    padding: 0px;
    margin-top: 20px;
}

[data-module="cms-custom-search"] .form-wrapper form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 280px;
    border-bottom: none !important;
}

[data-module="cms-custom-search"] .form-wrapper form button {
    min-width: 150px;
}

[data-module="cms-custom-search"] .form-wrapper .form-item {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

[data-module="cms-custom-search"] .form-wrapper form input[type='text'] {
    display: block;
    width: 100%;
    height: 48px;
    max-width: 100%;
    margin-bottom: 0px;
    padding: 8px 12px 8px 14px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}

[data-module="cms-custom-search"] .form-wrapper {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.cms-custom-search-result {
    margin-bottom: 0px !important;
    padding-top: 30px;
    border-bottom: none !important;
    border-top: 1px solid #ddd;
}

.cms-custom-search,
.cms-custom-search-result p,
.cms-custom-search-result-sub-title {
    font-size: 14px !important;
    font-style: inherit !important;
    color: #858484;
    word-break: break-word;
}

.cms-custom-search-result-title {
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

.cms-backend.block ul,
.cms-backend.block ol {
    margin-left: 0px !important;
}

.cms-frontend {
    overflow-x: hidden;
    word-wrap: break-word;
}

.wf-design-mode .cms-frontend {
    overflow-x: unset;
}

html {
    overflow: unset;
}

.main-content-section .cms-btn.cms-btn-outlined {
    border-color: #a6192e;
    color: #000;
}

.main-content-section.full-page-bg .cms-btn.cms-btn-outlined {
    border-color: #ffffff;
    color: #ffffff;
}

.main-content-section.full-page-bg .cms-btn.cms-btn-outlined:hover {
    border-color: #a6192e;
}

.main-content-section .cms-btn.cms-btn-outlined:hover {
    color: #fff;
}

.select-input-wrapper .floating-form-label {
    pointer-events: none;
}

.collection-grid-item-overlay:hover .collection-grid-item-text {
    opacity: 1;
}

.collection-grid-item-text,
.collection-grid-item-title,
.collection-grid-item-title-underline,
.full-width-grid-item-project-text-link {
    pointer-events: none;
}

.heading-underline::after {
    content: " ";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #a6192e;
    margin-top: 12px;
}

.call-out-text::after {
    content: " ";
    display: block;
    position: absolute;
    background-color: #53565a;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.call-out-text.dark-red::after {
    background-color: var(--main-color);
}

.call-out-text.brown::after {
    background-color: #a18072;
}

.call-out-text.blue::after {
    background-color: #3d5162;
}

.call-out-text.green::after {
    background-color: #7a9789;
}

.slick-active .side-by-side-text {
    opacity: 1;
}

.side-by-side-section .slick-track {
    height: 100%;
}

.side-by-side-section .slick-list {
    height: 100%;
    width: 100%;
}

.side-by-side-mobile.slick-slider {
    display: none;
}

@media (max-width: 1200px) {}

@media (min-width: 991px) {
    .asw-menu-btn-wrapper {
        transform: translateY(-45px);
    }
}

@media (max-width: 991px) {
    .side-by-side-mobile.slick-slider {
        display: block;
    }

    .side-by-side-left.slick-slider,
    .side-by-side-right.slick-slider {
        display: none;
    }

    .w-lightbox-left,
    .w-lightbox-right {
        background-size: 15px;
    }
}

@media (max-width: 767px) {

}

@media (max-width: 479px) {

}