/* Defaults
--------------------------------------------- */
:root {
    /* !Colors */
    --Brand-Imperial-Blue: #004B87;
    --Brand-Cyan-Blue: #00A3E0;
    --Brand-Teal: #007D8A;
    --Brand-Boysenberry: #893B67;
    --Brand-Sky-Blue: #71C5E8;
    --Brand-Indigo: #003B5C;
    --Text-Text-White: #fff;
    --Text-Text-Grey: #58585A;
    --Text-Light-Grey: #DCE4E7;
    --UI-Light-Grey: #F6F6F6;
    --UI-Medium-Grey: #E8E8E8;
    --UI-Grey: #A1A4B1;
    --UI-Light-Blue: #F1F9FD;
    --Gradient-Blue: linear-gradient(222deg, #00A3E0 31.58%, #004B87 100%);
    --Gradient-Maroon: linear-gradient(222deg, #9B577D 31.58%, #712F53 100%);
    --Gradient-Green: linear-gradient(78deg, #006772 0%, #00AEC0 100%);
}

body a,
body a:focus{
  outline: none;
}
p,
ul.wp-block-list li,
ol.wp-block-list li{
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.16px;
}
ul.wp-block-list,
ol.wp-block-list{
  padding-left:20px;
}
ul.wp-block-list li,
ol.wp-block-list li{
  margin:8px 0;
}
ul.wp-block-list li:first-child,
ol.wp-block-list li:first-child{
  margin-top:0;
}
ul.wp-block-list li:last-child,
ol.wp-block-list li:last-child{
  margin-bottom:0;
}
a,a:hover{
    transition: all 0.3s linear;
}
a:hover {
    text-decoration: none;
}
.wp-block-uagb-container .wp-block-heading,
.wp-block-uagb-container p{
  margin:0;
}
/* Base button styles */
.acBtn,
.woocommerce-button,
.wp-block-button .wp-block-button__link,
.requestBtn a,
.xa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 12px 24px;
    border: none;
    border-radius: 0;

    background: var(--Gradient-Maroon);
    color: var(--Text-Text-White);
    text-decoration: none;

    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 1;
    letter-spacing: 0.96px;
    text-transform: uppercase;

    /* Smooth transition */
    transition: 
        background 0.3s ease,
        color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.2s ease;
}

.wp-block-button.green .wp-block-button__link{
    background: var(--Gradient-Green) !important;
}
.wp-block-button.blue .wp-block-button__link{
    background: var(--Gradient-Blue) !important;
}

.wp-block-button.gradientGreen .wp-block-button__link{
    background: var(--Gradient-Green);
}
.wp-block-button.gradientBlue .wp-block-button__link{
    background: var(--Gradient-Blue);
}
/* Hover state */
.acBtn:hover,
.woocommerce-button:hover,
.wp-block-button .wp-block-button__link:hover,
.requestBtn a:hover,
.xa-btn:hover {
    background: linear-gradient(
        180deg,
        #004a73 0%,
        #003B5C 100%
    ) !important;
    color: var(--Text-Text-White);
    text-decoration: none;

    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.acBtn:active,
.woocommerce-button:active,
.wp-block-button .wp-block-button__link:active,
.requestBtn a:active,
.xa-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
.slick-prev:before,
.slick-next:before {
    color:var(--Brand-Cyan-Blue);
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 24px !important;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    opacity: 1;
}
.wpcf7-text::placeholder,
.wpcf7-textarea::placeholder {
    color: var(--Text-Text-Grey) !important;
    opacity: 0.5;
}

#back-to-top {
    border: 1px solid var(--Brand-Indigo);
    background: var(--Brand-Indigo);
    border-radius: 115px;
    position: fixed;
    right: 50px;
    top: 90%;
    width: 48px;
    height: 48px;
    text-align: center;
    padding-top: 12px;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

#back-to-top:hover {
    background: var(--Brand-Cyan-Blue);
}

#back-to-top i {
    color: var(--Text-Text-White);
    font-size: 20px;
}
.aioseo-add-template-tag .aioseo-plus {
    width: 10px !important;
    height: 11px !important;
    display: inline-block !important;
    vertical-align: middle;
    flex-shrink: 0;
}
.wpcf7-form .form-required {
    color: var(--Brand-Cyan-Blue);
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: var(--Brand-Boysenberry) !important;
    border-bottom-color: var(--Brand-Boysenberry) !important;
    position: static;
}

.wpcf7-form .wpcf7-not-valid {
    border-bottom-color: var(--Brand-Boysenberry) !important;
}

.box-shadow {
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
}

/* Navigation
--------------------------------------------- */
#header {
    display: flex;
    align-items: center;
    height: 130px;
    box-shadow:
        1px 2px 2px hsla(220, 38%, 82%, 0.333),
        2px 4px 4px hsla(220, 38%, 82%, 0.333),
        3px 6px 6px hsla(220, 38%, 82%, 0.333);
}

#header a:not(.logo) {
    color: var(--Text-Text-Grey);
}

#header .constrain .header-left {
    display: flex;
    flex-grow: 1;
    width: 180px;
}

#header .constrain .header-right {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

#header .constrain .header-right .header-top {
    display: inline-flex;
    align-items: center;
}
#header .constrain .header-right .header-top .shop-links {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

#header .constrain .header-right .header-top .shop-links a {
    font-weight: 400;
}
#header .constrain .header-right .header-top .shop-links a:hover span{
    font-weight: bold;
    color: var(--Brand-Boysenberry);
}
#header .constrain .header-right .header-top p {
    color: var(--Text-Text-Grey, #58585A);
}

#header .constrain .header-right .header-top .tel {
    display: inline-flex;
    align-items: center;
    column-gap: 3px;
}

#header .mobile-top-header a:first-child h5,
#header .constrain .header-right .header-top h5,
.wp-block-uagb-container.top .tel h5 {
    margin: 0;
    background: var(--Gradient-Blue);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#header .constrain .header-right .header-top .search-form button {
    top: -1px;
}

#header .constrain .header-right .header-top .search-form button:after {
    height: 48px;
    width: 48px;
    color: #fff;
    background: var(--Gradient-Blue);
}

#header .constrain .header-right .header-top .search-form {
    width: 463px;
    border: 1px solid var(--UI-Medium-Grey);
    background: var(--Text-Text-White);
    box-shadow:
        1px 2px 2px hsla(220, 38%, 82%, 0.333),
        2px 4px 4px hsla(220, 38%, 82%, 0.333),
        3px 6px 6px hsla(220, 38%, 82%, 0.333);
}

#header .constrain .header-right .header-top .search-form input::placeholder {
    color: var(--Text-Text-Grey, #58585A);
    /* P/Normal */
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
}

#header .header-bottom .menu>.menu-item-has-children::after {
    font-family: "Font Awesome 6 Pro";
    content: '\f107';
    width: 20px;
    text-align: center;
    position: absolute;
    font-size: 16px;
    top: 26px;
    right: -12px;
    color: var(--Text-Text-Grey);
    rotate: 0;
    moz-transition: rotate .25s ease-in-out;
    -o-transition: rotate .25s ease-in-out;
    -webkit-transition: rotate .25s ease-in-out;
    transition: rotate .25s ease-in-out;
}
#header .mobile-top-header{
    display: none;
}

/* MegaMenu
--------------------------------------------- */
#header .header-bottom .menu>.menu-item-has-children:not(.no-megamenu):hover::after {
    rotate: 180deg;
}

/* #header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu)>.sub-menu {
    top: 67px;
} */

/* #header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu):not(:nth-child(2))>.sub-menu {
    left: -320px;
    width: 1350px !important;
} */

/* #header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu):nth-child(2)>.sub-menu {
    left: -340px;
}

#header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu):nth-child(3)>.sub-menu {
    left: -440px;
}

#header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu):nth-child(4)>.sub-menu {
    left: -540px;
} */

#header .header-bottom nav .multi-column {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    list-style: none;
}
#header nav > div > ul > li#menu-item-18963 .multi-column{
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
#header nav>div>ul>li>ul{
  top:74px;
}
#header .header-bottom nav>div>ul:not(:first-child)>li>ul>li>ul>li:before {
    font-family: "Font Awesome 6 Pro";
    content: '\2e';
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 46px;
    position: absolute;
    font-size: 16px;
    top: 6px;
    right: -24px;
    color: var(--Text-Text-Grey);
}
#header nav>div>ul{
  align-items: center;
}
#header .header-bottom nav>div>.menu > .menu-item.requestBtn a{
    background: var(--Gradient-Blue);
    color: var(--Text-Text-White);
    padding: 13px 14px;
    letter-spacing: 0.96px;
    transition: none;
}
#mobile-menu .requestBtn a{
    color: var(--Text-Text-White) !important;
}

#header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu):not(:nth-child(2))>.sub-menu>.menu-item-has-children>.sub-menu {
    display: none;
    position: absolute;
    left: 315px;
    top: 0;
    height: 100%;
    border-left: 1px solid #E8E8E8;
    padding: 15px 0;
    width: 526px;
}

/* #header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu):not(:nth-child(2))>.sub-menu>.menu-item-has-children>.sub-menu.multi-column {
    column-count: 2;
    min-height: 357px;
    height: 100%;
} */

#header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu):not(:nth-child(2))>.sub-menu>li {
    width: 315px;

}

/* #header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu)>.sub-menu>li {
    padding-top: 0 !important;
} */

#header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu):nth-child(2)>.sub-menu>li:not(:last-child) {
    width: 254px;
}

/* #header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu):not(:nth-child(2))>.sub-menu>li>a {
    color: var(--Text-Text-Grey);
    border-bottom: 2px solid #fff;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: -0.14px;
    position: relative;
    transition: 0.2s;
} */

/* #header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu):nth-child(2)>.sub-menu>li>a {
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.14px;
} */
/* #header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu):nth-child(2)>.sub-menu>li>a:hover{
    color: var(--Brand-Cyan-Blue);
    text-decoration: underline;
} */

#header nav>div>ul>li>ul>li.menu-item-has-children:hover>a:after{
    content: '\f061';
    color: var(--Brand-Cyan-Blue);
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    font-weight: 900;
    line-height: 100%;
    margin-left: 8px;

}

/* #header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu):not(:nth-child(2))>.sub-menu>li>a:hover {
    border-bottom: 2px solid var(--Brand-Cyan-Blue);
    color: var(--Brand-Imperial-Blue);
} */
#header .header-bottom nav .nav-item-content-block {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 359px !important;
    height: 100%;
}

#header .header-bottom nav .nav-item-content-block.placeholder,
.nav-item-content-block-show {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    flex-shrink: 0;
    padding: 0 32px;
}

#header .header-bottom nav .nav-item-content-block.placeholder {
    display: inline-flex;
    background: var(--Brand-Imperial-Blue);
}

.nav-item-content-block-show {
    display: inline-flex !important;
}

#header .header-bottom nav .nav-item-content-block h5 {
    color: var(--Text-Text-White);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom:5px;
}

#header .header-bottom nav .nav-item-content-block p,
#header .header-bottom nav .nav-item-content-block ul {
    color: var(--Text-Text-White);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
}
#header .header-bottom nav .nav-item-content-block ul{
  padding-left:20px;
}
#header .header-bottom nav .nav-item-content-block li {
    list-style-type: disc;
}

#header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu):not(:nth-child(2))>.nav-item-content-block {
    background: var(--Brand-Indigo);
    color: var(--Text-Text-White);
}

/* #header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu):not(:nth-child(2))>.sub-menu {
    width: 1050px;
    height: 357px;
}

#header .header-bottom nav>div>.menu>.menu-item-has-children:not(.no-megamenu):nth-child(2)>.sub-menu {
    min-width: 730px;
    height: 294px;
    padding-right: 320px;
} */

/* Home - CTA
--------------------------------------------- */
.cta {
    position: relative;
    height: 673px;
    width: 100%;
}

.cta video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.cta .ctaOverlay {
    position: absolute;
    object-fit: cover;
    background: rgba(0, 74, 135, 0.70);
    height: 100%;
    width: 100%;
}

.cta .ctaContent {
    display: flex;
    flex-direction: column;
}

.cta .ctaContent .ctaContentTop {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 501px;
}

.cta .ctaContent .ctaContentBottom {
    display: flex;
    justify-content: center;
    background: linear-gradient(222deg, rgba(0, 163, 224, 0.75) 31.58%, rgba(0, 75, 135, 0.75) 100%);
    backdrop-filter: blur(3px);
    width: 100%;
    height: 172px;
    position: absolute;
    bottom: 0;
}

.cta .ctaContent .ctaContentBottom .ctaContentBucketWrapper {
    display: flex;
    max-width: 1440px;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

.cta .ctaContent .ctaContentTop .ctaTitle {
    max-width: 975px;
    margin-bottom: 64px;
}
.cta .ctaContent .ctaContentTop .ctaTitle h1{
  color:#fff;
  text-align: center;
}
.cta .ctaContent .ctaContentTop .ctaSearch {
    display: flex;
    margin-bottom: 19px;
}

.cta .ctaContent .ctaContentTop .ctaSearch .search-trigger {
    line-height: 60px;
    padding: 0 0 0 40px;
    moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
}

.cta .ctaContent .ctaContentTop .ctaSearch .search-trigger.active i:before {
    content: '\f00d';
}

.cta .ctaContent .ctaContentTop .ctaSearch .search-trigger i {
    font-weight: bold;
}

.cta .ctaContent .ctaContentTop .ctaSearch .search-trigger:hover {
    opacity: .75;
}

.cta .ctaContent .ctaContentTop .ctaSearch .ctaSearchSubtext {
    width: 213px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--Brand-Cyan-Blue);
}
.cta .ctaContent .ctaContentTop .ctaSearch .ctaSearchSubtext h5 {
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.cta .ctaContent .ctaContentTop .ctaSearch .search-form {
    position: relative;
    max-width: 100%;
}

.cta .ctaContent .ctaContentTop .ctaSearch .search-form input {
    vertical-align: middle;
    border: none;
    box-shadow: none;
    line-height: 48px;
    width: 508px;
    height: 48px;
    flex-shrink: 0;
    padding: 0 50px 0 20px;
    border: 1px solid var(--UI-02, #E8E8E8);
    background: var(--Text-Text-White);
    display: inline-block;
}

.cta .ctaContent .ctaContentTop .ctaSearch .search-form input:focus {
    border-color: var(--Text-Text-Grey);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cta .ctaContent .ctaContentTop .ctaSearch .search-form button {
    width: 48px;
    height: 48px;
    background: var(--Brand-Cyan-Blue);
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    margin: 0;
    font-size: 0;
    text-align: center;
    border: 0;

}

.cta .ctaContent .ctaContentTop .ctaSearch .search-form button:after {
    font-family: "Font Awesome 6 Pro";
    content: '\f002';
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 46px;
    position: absolute;
    font-size: 16px;
    left: 0px;
    top: 1px;
    right: 0;
    color: var(--Text-Text-White);
}

.cta .ctaContent .ctaContentTop .ctaSearch .search-form button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cta .ctaContent .ctaContentTop .ctaSearch .search-form input::placeholder {
    color: var(--Text-Text-Grey, #58585A);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.cta .ctaContent .ctaContentTop .ctaSuggestedLinks {
    display: flex;
    align-items: center;
    gap: 24px;
}
.cta .ctaContent .ctaContentTop .ctaSuggestedLinks h6{
  margin:0;
}
.cta .ctaContent .ctaContentTop .ctaSuggestedLinks .suggestedLink {
    padding: 8px 0px;
    gap: 8px;
    border-bottom: 2px solid var(--Brand-Cyan-Blue);
    background: rgba(255, 255, 255, 0.00);
    color: var(--Text-Text-White);

    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
    transition: 0.3s;
}

.cta .ctaContent .ctaContentTop .ctaSuggestedLinks .suggestedLink:hover {
    border-bottom: 3px solid var(--Brand-Cyan-Blue);
    background: var(--Brand-Cyan-Blue);
    padding: 7px 12px;
}

.cta .ctaContent .ctaContentTop .ctaSuggestedLinks h6 {
    color: var(--Text-Text-White);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}

.cta .ctaContent .ctaContentBottom .ctaContentBucket {
    display: flex;
    flex-flow: row nowrap;
    width: 410px;
}

.cta .ctaContent .ctaContentBottom .ctaContentBucket .bucketText h6,
.cta .ctaContent .ctaContentBottom .ctaContentBucket .bucketText p {
    text-align: left;
    color: var(--Text-Text-White);
}

.cta .ctaContent .ctaContentBottom .ctaContentBucket .bucketText {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

/* Home - Shop By Materials
--------------------------------------------- */
.shopByMaterials {
    padding-top: 54px;
    padding-bottom: 54px;
}

.shopByMaterialsContent {
    display: flex;
    flex-flow: row nowrap;
    max-width: 1600px;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.shopByMaterialsContent .shopByMaterialsLeft{
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.shopByMaterialsContent .shopByMaterialsLeft h3 {
    color: var(--Brand-Imperial-Blue);
    margin:0;
}

.shopByMaterialsContent .shopByMaterialsLeft a {
    background: var(--Gradient-Blue);
}

.shopByMaterialsContent .shopByMaterialsLeft a:hover {
    color: #fff;
}

.shopByMaterialsSlider {
    margin: 0 auto;
    max-width: 1200px;
}

.shopByMaterialsSlider .shopByMaterialsSlide .sub-category-bucket {
    padding: 0 10px;
}
.shopByMaterialsSlider .shopByMaterialsSlide .sub-category-bucket a:focus{
  outline: none;
}
.shopByMaterialsSlider .shopByMaterialsSlide .slick-prev:before,
.additional-products .slick-prev:before {
    color: var(--Brand-Cyan-Blue);
    content: '\f060';
}

.shopByMaterialsSlider .shopByMaterialsSlide .slick-next:before,
.additional-products .slick-next:before {
    color: var(--Brand-Cyan-Blue);
    content: '\f061';
}

/* Home - Industry Solutions
--------------------------------------------- */
.industrySolutions {
    display: flex;
    width: 100%;
    justify-content: center;
    background: var(--UI-Light-Blue);
    flex-direction: column;
    align-items: center;
    position: relative;
}

.industrySolutionsContent {
    display: flex;
    flex-flow: row nowrap;
    max-width: 1200px;
    padding-bottom: 300px;
    padding-top: 64px;
    width: 80%;
}

.industrySolutions .industrySolutionsContent .industrySolutionsContentLeft {
    display: flex;
    flex-flow: column;
    gap: 24px;
}
.industrySolutions .industrySolutionsContent .industrySolutionsContentLeft h3{
    color: var(--Brand-Imperial-Blue);
    margin:0;
}

.industrySolutions .industrySolutionsContent .industrySolutionsContentRight a {
    background: var(--Gradient-Green);
    width: 240px;
}

.industrySolutionsSlider {
    margin: 0 auto;
    max-width: 1200px;
    position: absolute !important;
    top: 250px;
}

.industrySolutionsSlider .slick-list {
    padding: 0 !important;
}
.industrySolutionsSlider .slick-prev:before,
.category-buckets .slick-prev:before{
    color: var(--Brand-Cyan-Blue);
    content: '\f060';
}

.industrySolutionsSlider .slick-next:before,
.category-buckets .slick-next:before{
    color: var(--Brand-Cyan-Blue);
    content: '\f061';
}

.category-buckets {
    display: flex;
    max-width: 1200px;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 75px;
    margin-bottom: 75px;
    justify-content: center;
}
.category-buckets>.category-bucket {
    display: flex;
    width: 25%;
}
.category-bucket{
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  background-color: #003B5C;
  transition: 0.5s;
  overflow: hidden;
}
.category-bucket a {
    display: flex;
    width: 100%;
    height: 348px;
    background: linear-gradient(180deg, rgba(0, 74, 135, 0.00) 30%, rgba(0, 74, 135, 0.85) 100%);
}

.category-bucket a div {
    position: relative;
    padding: 20px;
    top: 261px;
    transition: 0.9s;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.category-bucket a h5 {
    color: var(--Text-Text-White);
    height: 48px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin:0;
}

.category-bucket a p {
    color: var(--Text-Text-White);
}
.category-bucket a .learn-more{
    color: var(--Text-Text-White);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    position: relative;
}
.category-bucket a .learn-more:after{
  content: "";
  width: 125px;
  height: 2px;
  background: var(--Brand-Cyan-Blue);
  position: absolute;
  bottom: -4px;
  left: 0;
}
.category-bucket a .learn-more i{
    margin-left:8px;
}
@media(min-width: 1200px){
  .category-bucket:hover a {
      background: linear-gradient(
      180deg, rgba(60, 140, 220, 0.70) 0%, rgba(60, 140, 220, 0.80) 100%);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
  }
  .category-bucket:hover a div {
      top: 0;
      justify-content: flex-end;
  }
}

.industryNotSure-spacer {
    height: 180px;
    width: 100%;
    background: #00A3E0;
}

.industryNotSure {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    height: auto;
    min-height: 370px;
    background: linear-gradient(180deg, #00A3E0 0%, #004B87 100%);
    position: relative;
    overflow: hidden;
}

.industryNotSureContent {
    width: 100%;
    max-width: 1200px;
    display: flex;
    column-gap: 32px;
    margin:0 auto;
}

.industryNotSureContent .industryNotSureTextWrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 60%;
    padding: 64px 0;
}

.industryNotSureContent .industryNotSureTextWrapper .industryNotSureText h3 {
    margin: 0;
    color:#fff;
}

.industryNotSureContent .industryNotSureTextWrapper .industryNotSureText p {
    color: var(--Text-Text-White);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
    padding: 24px 0;
    margin:0;
}
.industryNotSureContent .industryNotSureTextWrapper .industryNotSureText p a{
  color: #cc75a6;
}
.industryNotSureContent .industryNotSureImage {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    overflow: hidden;
}
.industryNotSureContent .industryNotSureImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Home - Choose Plastics
--------------------------------------------- */
.choosePlastics,
.clientFeedback,
.instagramSection {
    display: flex;
    justify-content: center;
    width: 100%;
    background: var(--UI-Light-Blue);
}

.choosePlastics .choosePlasticsContent {
    display: flex;
    flex-flow: row nowrap;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    padding:64px 0;
}

.choosePlastics .choosePlasticsContent .choosePlasticsContentLeft {
    width: 25%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    gap: 24px;
}

.choosePlastics .choosePlasticsContent .choosePlasticsContentLeft h3,
.choosePlastics .choosePlasticsContent .choosePlasticsContentLeft h6{
    color: var(--Brand-Imperial-Blue);
    margin:0;
}
.choosePlastics .choosePlasticsContent p {
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.choosePlastics .choosePlasticsContent .choosePlasticsContentLeft a {
    background: var(--Gradient-Green);
}

.choosePlastics .choosePlasticsContent .choosePlasticsContentRight {
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    justify-content: space-between;
}

.choosePlastics .choosePlasticsContent .choosePlasticsContentRight .choosePlasticsContentRightBucket {
    display: flex;
    flex-flow: row nowrap;
    margin:25px 0;
}

.choosePlastics .choosePlasticsContent .choosePlasticsContentRight .choosePlasticsContentRightBucket .bucketImage {
    flex: auto;
}

.choosePlastics .choosePlasticsContent .choosePlasticsContentRight .choosePlasticsContentRightBucket .bucketContent {
    width: 330px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}

.choosePlastics .choosePlasticsContent .choosePlasticsContentRight .choosePlasticsContentRightBucket .bucketContent h6 {
    color: var(--Brand-Imperial-Blue);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: capitalize;
}

.choosePlastics .choosePlasticsContent .choosePlasticsContentRight .choosePlasticsContentRightBucket .bucketContent a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Text-Text-Grey);

    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
    text-transform: capitalize;
}

.choosePlastics .choosePlasticsContent .choosePlasticsContentRight .choosePlasticsContentRightBucket .bucketContent a span {
    border-bottom: 1.5px solid var(--Brand-Cyan-Blue);
    transition: 0.5s;
    font-weight: 600;
}

.choosePlastics .choosePlasticsContent .choosePlasticsContentRight .choosePlasticsContentRightBucket .bucketContent a span:hover {
    border-bottom: 1.5px solid var(--Brand-Teal);
}

.choosePlastics .choosePlasticsContent .choosePlasticsContentRight .choosePlasticsContentRightBucket .bucketContent a span:after {
    color: var(--Brand-Cyan-Blue);
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    content: '\f061';
    padding-left: 8px;
    transition: padding-left 0.3s ease;
}

.choosePlastics .choosePlasticsContent .choosePlasticsContentRight .choosePlasticsContentRightBucket .bucketContent a span:hover:after {
    color: var(--Brand-Teal);
    padding-left: 12px;
}

/* Home - Client Feedback
--------------------------------------------- */
.clientFeedback {
    display: flex;
    position: relative;
}
.clientFeedbackContent .clientFeedbackContent-bg-one,
.clientFeedbackContent .clientFeedbackContent-bg-two {
    width: 50%;
    height: 692px;
}

.clientFeedbackContent .clientFeedbackContent-bg-one {
    background: linear-gradient(355deg,rgba(241, 249, 253, 1) 20%, rgba(255, 255, 255, 1) 100%);
}

.clientFeedbackContent .clientFeedbackContent-bg-two {
    background: linear-gradient(180deg, #00A3E0 0%, #004B87 100%);
}

.clientFeedbackContent .clientFeedbackContent-block {
    position: absolute;
    display: flex;
    flex-flow: row;
    justify-content: center;
    gap: 32px;
    right: 10%;
    top: 6%;
    width: 78%;
}
.clientFeedbackContent .clientFeedbackContent-row{
    display: flex;
    width: 100%;
    gap: 34px;
    justify-content: center;
}

.clientFeedback .clientFeedbackContent .clientFeedbackContentLeft {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 370px;
    flex-shrink: 0;
}

.clientFeedback .clientFeedbackContent .clientFeedbackContentRight {
    width: 60%;
}

.clientFeedback .clientFeedbackContent {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

.clientFeedback .clientFeedbackContent p {
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.clientFeedback .clientFeedbackContent .clientFeedbackContentLeft h3 {
    margin-bottom: 0;
    color: var(--Brand-Imperial-Blue);
}

.clientFeedback .clientFeedbackContent .clientFeedbackContentRight .customerReviewSlide {
    padding: 0 16px;
}
.clientFeedback .clientFeedbackContent .clientFeedbackContentRight  .slick-next::before{
    color: var(--Text-Text-White);
}
.slick-prev,.slick-next{
    z-index: 2;
}
.clientFeedback .clientFeedbackContent .clientFeedbackContentRight .clientTestimonials-mobile .slick-prev {
    left: -20px;
}
.clientFeedback .clientFeedbackContent .clientFeedbackContentRight .clientTestimonials-mobile  .slick-next {
    right: -20px;
}

.clientFeedback .clientFeedbackContent .clientFeedbackContentRight .customerReviewSlide .customerReview {
    display: flex;
    height: 260px;
    padding: 28px 23px 24px 23px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    background: var(--Text-Text-White);
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
    margin: 16px 0;
}

.clientFeedback .clientFeedbackContent .clientFeedbackContentRight .customerReviewSlide .customerReview i {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    background: var(--Gradient-Maroon);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.clientFeedback .clientFeedbackContent .clientFeedbackContentRight .customerReviewSlide .customerReview h5 {
    color: var(--Brand-Imperial-Blue);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

/* Breadcrumbs
--------------------------------------------- */
#mobileBreadcrumbs,
#breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 64px;
    width: 100%;
    background: var(--UI-Light-Blue);
}
#mobileBreadcrumbs .container,
#breadcrumbs .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 0;
}
#mobileBreadcrumbs>span,
#breadcrumbs>span{
    width: 100%;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}
#mobileBreadcrumbs .container>span,
#breadcrumbs .container>span {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
    letter-spacing: -0.14px;   
}
#breadcrumbs .container i,
#breadcrumbs .container span.breadcrumb_last,
#mobileBreadcrumbs .container a,
#mobileBreadcrumbs .container span,
#mobileBreadcrumbs .container i{
    color: var(--Brand-Sky-Blue);
}
#mobileBreadcrumbs .container i.fa-house,
#breadcrumbs .container i.fa-house {
    color: var(--Brand-Imperial-Blue);
}
#breadcrumbs .container a{
  color:var(--Text-Text-Grey)
}
#mobileBreadcrumbs .container > span {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Categories
--------------------------------------------- */
#inner-banner,
.category-content,
.sub-category-content:first-child {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 64px;
    width: 100%;
}
#inner-banner .category-section{
    justify-content: space-between;
}
.category-quick-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px !important;
    padding-top: 42px !important;
    padding-bottom: 42px !important;
}

.category-quick-links a {
    color: var(--Text-Text-White);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.category-quick-links a:hover {
    color: var(--Text-Text-White);
    text-decoration: none;
}

.category-quick-links h6 {
    color: var(--Text-Text-White);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    margin:0;
}

.category-quick-links ul {
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
}

.category-quick-links ul li {
    padding: 8px 0px;
    margin:0;
    border-bottom: 2px solid var(--Brand-Cyan-Blue);
    background: rgba(255, 255, 255, 0.00);
    transition: 0.5s;
}

.category-quick-links ul li:hover {
    border-bottom: 2px solid var(--Brand-Cyan-Blue);
    background: var(--Brand-Cyan-Blue);
    padding: 8px;
}
.category-quick-links ul li a:focus,
.category-quick-links ul li a:active{
  outline: none;
  text-decoration: none;
}
.category-content {
    background: linear-gradient(to top, #00A3E0 0%, #00A3E0 50%, #fff 50%, #fff 100%);
}

.category-section,
.sub-category-section {
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    width: 100%;
	column-gap: 40px;
    z-index:0;
}
 #sub-category-buckets.sub-category-section{
   flex-direction: column;
 }
.category-block {
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.category-block.header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    gap: 16px;
    max-width: 811px;
}

.category-header-bg img {
    max-width: 455px;
}

.category-block h1 {
    color: var(--Brand-Imperial-Blue);
}

.category-block p {
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
}
.acBtn.tel,
.acBtn.phoneNumber, 
.wp-block-button.secondaryBtn .wp-block-button__link {
    background: var(--Gradient-Blue);
}
.category-header-buttons{
  display: flex;
  gap:24px;
}


/* .category-bucket {
    display: flex;
    width: 25%;
    background-repeat: no-repeat;
    background-size: cover;
}

.category-buckets .category-bucket a {
    display: block;
    height: 348px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 74, 135, 0.00) 30%, rgba(0, 74, 135, 0.85) 100%);
    overflow: hidden;
    transition: 0.5s;
}

.category-buckets .category-bucket a div {
    position: relative;
    top: 300px;
    overflow: hidden;
    transition: 0.5s;
}

.category-buckets .category-bucket a h5 {
    padding-left: 24px;
    padding-bottom: 24px;
    color: var(--Text-Text-White);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.category-buckets .category-bucket a p {
    padding: 0 24px;
    color: var(--Text-Text-White);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.category-buckets .category-bucket:hover a {
    background: linear-gradient(180deg, rgba(0, 74, 135, 0.00) 0%, rgba(0, 74, 135, 0.85) 100%);
}

.category-buckets .category-bucket:hover a div {
    top: 100px;
} */

.category-bucket .category-bucket-imageplaceholder {
    display: flex;
    width: 233.6px;
    height: 348px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    background: var(--Brand-Indigo);
}

.category-bucket .category-bucket-imageplaceholder a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 15px;
    border: 1px solid var(--Text-Text-White);
}

.category-bucket .category-bucket-imageplaceholder h5 {
    color: var(--Text-Text-White);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}
.additional-information .additional-information-one,
.additional-information .additional-information-two{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.additional-information.no-two .additional-information-one{
  width: 100%;
}
.additional-information .additional-information-one h3,
.additional-information .additional-information-two h3{
  color: var(--Brand-Imperial-Blue);
  margin:0;
}
.additional-information .additional-information-one ul,
.additional-information .additional-information-two ul{
  list-style: none;
  padding:0;
  margin:0;
}
.additional-information .additional-information-one ul li,
.additional-information .additional-information-two ul li{
    color: var(--Text-Text-Grey);
    padding:5px 0 5px 22px;
    position: relative;
}
.additional-information .additional-information-one ul li:before,
.additional-information .additional-information-two ul li:before{
  content: "\f00c";
  color: var(--Brand-Cyan-Blue);
  font-size: 16px !important;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left:0;
  top:6px;
}
.additional-information .additional-information-one table>tbody>tr>td {
    vertical-align: top;
}

.eyebrow {
    color: var(--Brand-Cyan-Blue) !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.16px;
    text-transform: uppercase;
}
.additional-information{
  display: grid;
  gap: 32px;
  padding: 80px calc(50vw - 608px) 0;
}
/* only one section - full width */
.additional-information:has(.additional-information-one):not(:has(.additional-information-two)):not(:has(.additional-information-three)) {
    grid-template-columns: 1fr;
}

/* two sections - 50/50 */
.additional-information:has(.additional-information-one):has(.additional-information-two){
    grid-template-columns: 1fr 1fr;
}

/* three sections - 50/50 on top, full width on bottom */
.additional-information:has(.additional-information-one):has(.additional-information-two){
    grid-template-columns: 1fr 1fr;
}

.additional-information p {
    color: var(--Text-Text-Grey, #58585A);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin:0;
}

/* Outer wrappers */
.additional-information-bottom,
.additional-information-three-row {
    width: 100%;
}

/* Two column layout - row contains both siblings */
.additional-information-three-row {
    display: flex;
    align-items: stretch;
    background: linear-gradient(180deg, rgba(241, 249, 253, 0.00) 0%, #F1F9FD 100%);
}

/* Left content side */
.additional-information-three {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-direction: column;
    padding-left: calc(50vw - 608px);
    padding-right: 32px;
}
.additional-information-three-row:not(:has(.additional-information-three-side)) .additional-information-three {
    padding-right: calc(50vw - 608px);
    padding-bottom:64px;
}
.additional-information-three .content-center {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 600px;
}

/* Right CTA side */
.additional-information-three-side {
    width: 504px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    padding: 112px 136px 112px 48px;
    background: var(--Gradient-Blue);
}

.additional-information-three-side h4 {
    color: var(--Text-Text-White);
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
}

.additional-information-three-side p {
    color: var(--Text-Text-White);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

/* Responsive */
@media (max-width: 1024px) {
    .additional-information-three-row {
        flex-direction: column;
    }

    .additional-information-three-side {
        width: 100%;
        padding: 48px;
    }

    .additional-information-three-row:not(:has(.additional-information-three-side)) .additional-information-three {
        padding-right: 32px;
    }
}
.additional-information table,
.additional-information table td,
.additional-information-three table,
.additional-information-three table td {
    vertical-align: top;
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.additional-information ul,
.additional-information-three ul{
    margin: 0 0 0 30px;
    padding: 0;
}

.additional-products {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: var(--UI-Light-Blue);
    padding: 80px 0;
}

.blog-posts.latest {
    display: flex;
    justify-content: center;
}

.blog-posts.latest .latest-posts {
    max-width: 1200px;
    padding-top:80px;
    padding-bottom: 80px;
    flex-flow: column;
    gap: 48px;
    display: flex;
}
@media only screen and (max-width: 1200px) {
  .blog-posts.latest .latest-posts {
   padding-left:32px; 
   padding-right:32px;
  }
}
.blog-posts.latest .latest-posts .latest-header {
    display: inline-flex;
    justify-content: space-between;
}
.blog-posts.latest .latest-posts .latest-header h3{
    color: var(--Brand-Imperial-Blue);
}
.blog-posts.latest .latest-posts .latest-header .acBtn {
    background: var(--Gradient-Green);
}

.blog-posts #posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
    width: 100%;
}
.blog-posts #posts article{
  position: relative;
}
.blog-posts #posts article .uagb-post__image{
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.10);
  height: 200px !important;
  position: relative;
  overflow: hidden;
}
.blog-posts #posts article{
  padding-bottom:60px;
}
.blog-posts #posts article .uagb-post__text:last-child{
  position: absolute;
  left: 0;
  bottom: 10px;
}
.blog-posts.latest #posts{
   grid-template-columns: 1fr 1fr 1fr 1fr;
}

.uagb-post-grid .uagb-post__image {
  padding: 8px;
}

.uagb-post-grid .uagb-post__image > a {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.10);
}

.uagb-post__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  display: block;
  transform: scale(1);
  transition: transform ease-in-out .25s;
}

.uagb-post-grid .uagb-post__text{
  padding:0;
}
.uagb-post__title {
  color: #004B87;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  padding: 14px 0;
  display: block;
  letter-spacing: initial;
}
.uagb-post__cta .wp-block-button__link {
  color: #58585A !important;
  font-family: "Figtree", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 150%;
  letter-spacing: 0.16px;
  text-transform: capitalize;
  padding: 14px 0 4px;
  background: none;
  margin: 0 0 4px 0;
  border-bottom: 2px solid #00A3E0;
}
.uagb-post__cta .wp-block-button__link i{
  color: #00A3E0;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.uagb-post__cta .wp-block-button__link:hover{
  background: none !important;
  box-shadow: none;
}
.uagb-post__inner-wrap:hover .wp-block-button__link i{
  transform: translateX(5px);
}
.uagb-post__inner-wrap:hover .uagb-post__image img{
  transform: scale(1.1);
}

#posts + .blog-pagination{
  margin-top:32px;
}

.team-block .wp-block-group__inner-container > div > div .wp-block-heading{
    text-align: center;
}
.team-block .wp-block-group__inner-container > div > div:nth-child(2){
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 24px;
    transition: all .4s linear;
}
.team-block .wp-block-group__inner-container > div > div:nth-child(2) p{
    display: none;
    margin:0;
}
.team-block .wp-block-group__inner-container > div > div:nth-child(2):after{
    content: '\f107';
    font-family: "Font Awesome 6 Sharp";
    font-size: 32px;
    color: var(--Brand-Cyan-Blue);
    display: flex;
    justify-content: center;
    transition: all .4s linear;
}
.team-block .wp-block-group__inner-container > div > div:nth-child(2).open:after{
    transform: rotate(180deg);
    
}

/* Sub Category
--------------------------------------------- */
.content-center {
    width: 70%;
}

.top {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, rgba(241, 249, 253, 0.00) 0%, #F1F9FD 100%);
}
.page-id-24746 section.top{
    background: #fff; 
}

.bottom {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.row {
    display: flex;
    justify-content: center;
    align-items: start;
}

.sub-category-content {
    position: relative;
    padding-top:64px;
    padding-bottom:64px;
}
.sub-category-content.is-empty{
  padding:0;
}
.sub-category-content.top.product_listing {
    background: var(--Text-Text-White);
    padding-bottom: 0;
}
.sub-category-content.top.product_listing .sub-category-block.header{
  padding-bottom: 64px;
}
.sub-category-content.top .sub-category-header-thumb{
  border:none;
  box-shadow: none;
}
.sub-category-content.top .acBg {
    display: none;
}
.term-shop-by-materials .sub-category-content.top .acBg {
    display: block;
    max-width: 455px;
    width: initial;
    height: auto;
}

.sub-category-content.top.product_listing .acBg {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 455px;
    opacity: 0.5;
}

.sub-category-content.bottom:first-child {
    margin: 80px 0;
}

/* .sub-category-content.bottom .sub-category-section {
    flex-flow: column;
} */

/* .sub-category-block.header {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
} */
.sub-category-block.header .sub-category-title + .category-description,
.sub-category-block.header .category-description p + p{
    margin-top:16px;
}
.sub-category-block.header .category-description + .category-header-buttons{
  margin-top:32px;
}
.sub-category-block.header h1{
    color: var(--Brand-Imperial-Blue); 
}

.sub-category-block.header p {
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.sub-category-header-thumb {
    width: 400px;
    max-width: 100%;
    border: 1px solid #E8E8E8;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.10);
    flex-shrink: 0; /* prevents squishing if inside flexbox */
}

.sub-category-header-thumb img {
    width: 100%;
    height: 100%;
    display: block; /* removes bottom gap */
    object-fit: cover;
}
.sub-category-header-thumb .gallery_slider{
  margin-bottom:62px;
}
.sub-category-header-thumb .gallery_slider .gallery_slide {
    width: 100%;
}
.sub-category-header-thumb .gallery_slider img{
    width: auto;
}
.sub-category-header-thumb .gallery_slider .slick-next,
.sub-category-header-thumb .gallery_slider .slick-prev {
    border-radius: 50%;
    height: 34px;
    width: 34px;
    background: var(--Brand-Imperial-Blue);
    z-index: 2;
}

.sub-category-header-thumb .gallery_slider .slick-prev:before {
    color: var(--Brand-Cyan-Blue);
    font-size: 16px !important;
    font-weight: 900;
    content: '\f060';
}
.sub-category-header-thumb .gallery_slider .slick-dots li.slick-active button{
  background: var(--Brand-Imperial-Blue);
}
.sub-category-header-thumb .gallery_slider .slick-next:before {
    color: var(--Brand-Cyan-Blue);
    font-size: 16px !important;
    font-weight: 900;
    content: '\f061';
}

.sub-category-header-thumb .gallery_slider .slick-dots li.slick-active button:before {
    content: '\e404';
    color: var(--Brand-Imperial-Blue);
}

.quick-links,
.features_benefits {
    display: flex;
    align-items: start;
    justify-content: center;
}

.quick-links {
    background: var(--Brand-Imperial-Blue);
}

.quick-links .constrain,
.features_benefits .constrain {
    display: flex;
    margin: 0;
    width: 100%;
}
.features_benefits .constrain {
    gap: 34px;
    margin-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--Brand-Cyan-Blue);
}

.features_benefits .constrain .constrain_left,
.features_benefits .constrain .constrain_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.features_benefits .constrain .eyebrow {
    color: var(--Brand-Imperial-Blue);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.features_benefits .constrain .term {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.features_benefits .constrain .term i {
    color: var(--Brand-Cyan-Blue);
    font-size: 16px !important;
}

/* .sub-category-section h2 {
    color: var(--Brand-Imperial-Blue);
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    padding-bottom: 40px;
} */

.sub-category-buckets {
  display: grid;
  gap:24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
#materials .sub-category-buckets{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sub-category-bucket .sub-category-bucket-image>a,
.sub-category-bucket .sub-category-bucket-imageplaceholder>a{
  width: 100%;
  height: 210px;
  position: relative;
  overflow: hidden;
  display: block;
}
.sub-category-bucket .sub-category-bucket-image>a img,
.sub-category-bucket .sub-category-bucket-imageplaceholder>a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .5s;
}
.sub-category-bucket .sub-category-bucket-name p{
  width: 100%;
  padding-top: 16px;
  padding-right:24px;
  font-weight: 600;
  position: relative;
}
.sub-category-bucket .sub-category-bucket-name p:after{
  color: var(--Brand-Boysenberry);
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 400;
  content: '\f061';
  position: relative;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: .5s;
}
.sub-category-bucket:hover .sub-category-bucket-image>a img,
.sub-category-bucket:hover .sub-category-bucket-imageplaceholder>a img{
  transform: scale(1.2);
}
.sub-category-bucket:hover .sub-category-bucket-name p{
  color: var(--Brand-Boysenberry);
}
.sub-category-bucket:hover .sub-category-bucket-name p:after{
  opacity: 1;
}
/* .wp-block-uagb-container .page-buckets > div > .sub-category-bucket p,
.wp-block-uagb-container .page-buckets > div > .sub-category-bucket figure img{
    transition: all 0.3s linear;
}
.wp-block-uagb-container .page-buckets > div > .sub-category-bucket:hover{
    box-shadow: none;
}
.wp-block-uagb-container .page-buckets > div > .sub-category-bucket:hover p{
    color: var(--Brand-Boysenberry);
    font-weight: bold;
}
.wp-block-uagb-container .page-buckets > div > .sub-category-bucket:hover figure img{
    transform: scale(1.1);
} 
.wp-block-uagb-container .page-buckets > div > .sub-category-bucket:hover figure{
    overflow: hidden;
}
.sub-category-bucket {
    max-width: 213px;
    transition: 0.5s;
}

.sub-category-bucket:hover {
    transition: 0.5s;
}

.sub-category-bucket img {
    width: 213px;
	height: 213px;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
}

.sub-category-bucket-name {
    margin-top: 16px;
}
@media(min-width: 1200px){
.sub-category-bucket:hover .sub-category-bucket-name p {
    color: var(--Brand-Boysenberry);

    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
    width: 80%;
    transition: 0.5s;
}

.sub-category-bucket:hover .sub-category-bucket-name p:after {
    color: var(--Brand-Boysenberry);
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    content: '\f061';
    padding-left: 8px;
    position: relative;
    opacity: 0;
    left: 0;
    transition: .5s;
}

.sub-category-bucket:hover .sub-category-bucket-name p:after {
    opacity: 1;
    left: 50px;
}
} */
.uagb-block-f253d2fe .uagb-tabs__panel .uagb-tab.uagb-tabs__active a{
    font-weight: bold;
}

.category-faq {
    display: flex;
    justify-content: center;
    padding: 64px 0;
    max-width: 1200px;
    margin:0 auto;
}
.sub-category-content>.category-faq{
  padding-top:0;
}
.category-faq .content-center {
    width: 100%;
    display: flex;
    gap: 32px;
}

.category-faq-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.category-faq-text p,
.category-faq-text h3{
  margin:0;
}
.category-faq-text h3{
  color:var(--Brand-Imperial-Blue);
}
.category-faq table td:first-child {
    padding-right: 32px;
}
.category-faq .category-faq-accordion-child {
    width: 668px;
    background: #FFF;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
    border-bottom: 3px solid var(--Brand-Cyan-Blue);
    margin-bottom: 15px;
}

.category-faq .category-faq-accordion h6 {
    color: var(--Brand-Imperial-Blue);
    font-style: normal;
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    margin:0;
    transition: max-height 0.25s ease-in-out;
}

.category-faq .category-faq-accordion-child h6::after {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: '\2b';
    cursor: pointer;
}
.category-faq-accordion-child h6 ~ *{
  display: none;
  padding-left:24px;
  padding-right:24px;
}
.category-faq .category-faq-accordion h6 + p:last-child,
.category-faq .category-faq-accordion ul{
  padding-bottom: 32px;
}
.category-faq .category-faq-accordion ul{
  padding-left:48px;
}
.category-faq .category-faq-accordion-child.active h6::after {
    content: '\f068';
}
.category-faq .category-faq-accordion-child.active h6 ~ *{
  display: block;
}
.sub-category-more-questions {
    display: inline-flex;
    justify-content: center;
    background: linear-gradient(180deg, #00A3E0 0%, #004B87 100%);
    flex-shrink: 0;
    height: 504px;
    padding: 0;
    width: 100%;
}

.sub-category-more-questions .sub-category-more-questions-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sub-category-more-questions .sub-category-more-questions-cta p {
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}
.sub-category-more-questions .sub-category-more-questions-cta h3, 
.sub-category-more-questions .sub-category-more-questions-cta p{
  color: var(--Text-Text-White);  
}

.sub-category-more-questions .sub-category-more-questions-image img {
    width: 504px;
    height: 504px;
    max-width: none;
}

.sub-category-more-questions .sub-category-more-questions-cta .content-center {
    display: flex;
    width: 70%;
    flex-flow: column;
    gap: 24px;
}
.sub-category-more-questions .sub-category-more-questions-cta h3,
.sub-category-more-questions .sub-category-more-questions-cta p{
  margin:0;
}
.sub-category-statement {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Brand-Cyan-Blue);
    width: 100%;
    min-height: 148px;
}
.sub-category-statement p{
  text-align: center;
  font-weight: bold;
}
.sub-category-statement p,
.sub-category-statement a{
  color:#fff;
}

.sub-category-statement h1 {
    color: var(--Text-Text-White);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    /* 33.6px */
}

.sub-category-statement .content-center {
    width: 50%;
}
.sub-category-statement .content-center h2{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    text-transform:none;
    text-align: center;
}
/* .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
    width: 100%;
} */

.search-product-categories { 
    max-width: 1200px;
    margin: auto;
}
.wc-category-results { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.wc-category-results li a { text-decoration: none; }
.wc-category-results .count { color: #666; margin-left: .25rem; }
 

/* Product Page
--------------------------------------------- */
.woocommerce div.product {
    margin: 64px auto 0 auto;
}

.woocommerce div.product div.images {
    position: relative;
}

.woocommerce div.product div.images i {
    position: absolute;
    top: 10px;
    left: 36px;
    color: var(--Brand-Cyan-Blue);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    max-width: 368px;
    margin: 0 auto;
}

.woocommerce_material_notice {
    background: var(--Brand-Imperial-Blue);
    max-width: 368px;
    width: 100%;
    margin: 0 auto;
}

.woocommerce_material_notice p {
    color: var(--Text-Text-White);
    text-align: center;
    padding: 12px;
}

.woocommerce-page div.product div.images {
    width: 35%;
}

.woocommerce-page div.product div.summary {
    width: 65%;
    margin: 0;
}

.woocommerce-page div.product div.summary .stock_status p {
    color: var(--Brand-Cyan-Blue);
    margin-bottom: 16px;
    /* Desktop/Eyebrow */
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce-page div.product div.summary .stock_status.limited-stock-quote p {
    color: #333;
    text-transform: none;
}

.woocommerce-page div.product div.summary .woocomerce-product-dimensions-notice {
    margin-bottom: 16px;
}

.woocommerce div.product .product_title {
    color: var(--Brand-Imperial-Blue);
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.woocommerce table.shop_attributes {
    border: 1px solid var(--Brand-Sky-Blue);
    table-layout: fixed;
    width: 100%;
}

.woocommerce-page div.product div.summary .woocommerce table.shop_attributes .woocommerce-product-attributes-label-column,
.woocommerce-page div.product div.summary .woocommerce table.shop_attributes .woocommerce-product-attributes-item__label {
    width: 340px;
}

.woocommerce table.shop_attributes tr:nth-child(even) th,
.woocommerce table.shop_attributes tr:nth-child(even) td {
    background: var(--Text-Text-White);
}

.woocommerce table.shop_attributes tr:nth-child(odd) th,
.woocommerce table.shop_attributes tr:nth-child(odd) td {
    background: var(--UI-Light-Blue);
}
div.product .price_container{
    float: left;
    width: 30%;
}
div.product .price_container .price_contents{
    display: flex;
    justify-content: start;
    gap: 25px;
    align-items: center;
    margin-top: 22px;
}
div.product .price_container .price_contents .price{
    float: none;
    margin: 0;
    padding: 0;
}
div.product .price_container .price_contents .low_stock_alert{
    color: #ff0000;
}
div.product .price_container .price_contents .call-for-price{
    color: var(--Brand-Imperial-Blue);
    font-family: "Figtree", sans-serif;
    font-size: 26px;
    font-weight: 600;
}
div.product .awdr-bulk-customizable-table{
    clear: both;
}
.woocommerce-product-attributes-item__label,
.awdr-bulk-customizable-table .wdr_bulk_table_msg .wdr_bulk_table_tr .wdr_bulk_title {
    color: var(--Brand-Imperial-Blue);

    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce table.shop_attributes .woocommerce-product-attributes-item__label {
    width: auto;
    min-width: 340px;
    white-space: nowrap;
    padding-right: 24px;
}

.woocommerce-product-attributes-item__value {
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    float: left;
    margin-right: 76px;
    vertical-align: middle;
    margin-top: 15px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price span {
    color: var(--Brand-Imperial-Blue);
    /* Desktop/H2 */
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}

.woocommerce div.product form.cart {
    position: relative;
    display: flex;
    width: 70%;
    align-items: end;
    float: right;
    gap: 10px;
}
.woocommerce div.product form.cart .button{
    position: static;
    padding: 12px;
    height: 48px;
    display: flex;
}
.woocommerce div.product form.cart .af_mli_front_inven_div{
    margin-bottom: 0;
    width: 100%;
}
.woocommerce div.product .quantity .qty {
    width: 10.375em;
    padding: 12px;
    height: 48px;
}
.woocommerce div.product .quantity{
    float: none;
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    align-items: start;
}
.af_mli_front_stock_div::before{
    display: flex;
    content: 'Location';
    margin-bottom: 5px;
}
.af_mli_front_stock_div::before,.af_mli_front_inven_div > select.af_mli_inven_selector > option{
    color: var(--Brand-Imperial-Blue) !important;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.af_mli_front_inven_div:before{
    right: 5px !important;
}
.woocommerce div.product form.cart .af_mli_front_inven_div{
    top: -3px;
}
.af_mli_front_stock_div .af_mli_front_inven_div .af_mli_inven_selector{
    border: 1px solid var(--Brand-Cyan-Blue) !important;
    border-radius: 0;
    color: var(--Brand-Cyan-Blue) !important;
    height: 48px !important;
}
.woocommerce div.product .quantity .screen-reader-text {
    display: block;
    justify-content: start;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    clip: unset;
    position: static !important;
    height: 100%;
    clip-path: none;
    color: var(--Brand-Imperial-Blue);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce div.product.hasLocation .quantity{
    align-items: start;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.acBtn {
    position: absolute;
    bottom: 0;
    padding: 16px 24px;
    border-radius: 0;
    background-color: unset;
    background: var(--Gradient-Green);
    display: inline-flex;
}

.awdr-bulk-customizable-table .awdr-bulk-tier-title p {
    color: var(--Brand-Imperial-Blue);
    margin-bottom: 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.awdr-bulk-customizable-table .wdr_bulk_table_msg {
    width: 100%;
    border: 1px solid var(--Brand-Sky-Blue);
}

.awdr-bulk-customizable-table .wdr_bulk_table_msg .wdr_bulk_table_thead {
    display: none;
}

.awdr-bulk-customizable-table .wdr_bulk_table_msg .wdr_bulk_table_tr .wdr_bulk_table_td {
    padding: 8px;
}

.awdr-bulk-customizable-table .wdr_bulk_table_msg .wdr_bulk_table_tr:nth-child(odd) .wdr_bulk_table_td {
    background: var(--UI-Light-Blue);
}

.awdr-bulk-customizable-table .wdr_bulk_table_msg .wdr_bulk_table_tr .wdr_bulk_title {
    width: 150px;
}

.awdr-bulk-customizable-table .wdr_bulk_table_msg .wdr_bulk_table_tr .wdr_bulk_table_td {
    border-left: 1px solid var(--Brand-Sky-Blue);
}

.try-sample-cta {
    margin: 32px 0;
}

.try-sample-cta h6 {
    color: var(--Brand-Imperial-Blue);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.try-sample-cta h6,
.try-sample-cta p {
    margin-bottom: 16px;
}

.try-sample-cta-buttons {
    display: flex;
    gap: 16px;
}

.try-sample-cta-buttons a:nth-child(2) {
    background: var(--Gradient-Blue);
}

.woocommerce-page div.product .woocommerce-tabs {
    background-color: var(--UI-Light-Blue);
    min-height: 352px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs .panel {
    max-width: 1200px;
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
    padding-right: 8px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    display: flex;
    align-items: center;
    background: var(--Text-Text-White);
    min-height: 136px;
    /* Shadow/04 */
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description.panel{
    display: flex;
    flex-flow: column;
    padding: 12px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    border: none;
    border-radius: 0;
    padding: 20px 24px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: var(--Brand-Imperial-Blue);
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--Brand-Imperial-Blue);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--Brand-Imperial-Blue);
    color: var(--Text-Text-White);
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
    color: var(--Text-Text-White);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    border-bottom-left-radius:0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs .panel .related_documents_wrapper {
    display: inline-flex;
    align-items: flex-start;
    gap: 36px;
    padding-left: 36px;
}

.woocommerce div.product .woocommerce-tabs .panel .related_documents_wrapper .related_file a {
    display: flex;
    width: 340px;
    padding: 16px 24px;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Brand-Cyan-Blue);
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs .panel .related_documents_wrapper .related_file a:before {
    content: '\f019';
    /* Icon/Solid */
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    background: var(--Gradient-Blue);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.woocommerce div.product .woocommerce-tabs .panel#tab-description {
    justify-content: center;
}

/* Blog
--------------------------------------------- */
.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    max-width: 1200px;
    width: 100%;
    padding:64px 0;
}

.blog-header>.blog-content {
    width: 59%;
}
.blog-header>.blog-cta {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 20px;
}

.blog-header>.blog-content>.blog-cta {
    display: flex;
    gap: 16px;
}

.blog-header>.blog-content>.blog-cta>.acBtn:nth-child(2) {
    background: var(--Gradient-Blue);
}

.blog-header>.blog-thumbnail {
    display: flex;
}

.blog-header>.blog-thumbnail img {
    max-height: 386px;
    width: auto;
}

.blog-header>.blog-thumbnail>.placeholder {
    max-width: 700px;
    width: 100%;
}

.blog-header>.blog-cta>.acBtn {
    width: 265px;
}

section.row {
    margin-top: 80px;
    padding-bottom:80px;
}
.template-archive{
    margin-bottom: 80px;
}

.blog-sidebar {
    display: flex;
    justify-content: center;
    max-width: 270px;
    flex-grow: 1;
}

.blog-sidebar-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    gap: 40px;
}
.blog-single-post{
	padding-bottom:80px;
}
.blog-sidebar-content h2{
  color: var(--Brand-Cyan-Blue);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  letter-spacing: 2.16px;
  text-transform: uppercase;
  margin-bottom:16px !important;
}
.blog-sidebar-content .wp-block-search .wp-block-search__inside-wrapper {
  border: 1px solid #E8E8E8;
  background: #FFF;
  position: relative;
  padding-right:50px;
}
.blog-sidebar-content .wp-block-archives-list{
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding:0;
}
.blog-sidebar-content .wp-block-archives-list li{
  text-decoration: none;
  transition: 0.25s;
  font-family: "Figtree", sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 150%;
  text-transform: capitalize;
  letter-spacing: 0.16px;
  border-bottom: 1px solid transparent;
}
.blog-sidebar-content .wp-block-archives-list li a{
  color: var(--Text-Text-Grey);
  text-decoration: none;
}
.blog-sidebar-content .wp-block-archives-list li:hover{
  text-decoration: none;
  border-bottom: 1px solid var(--Brand-Cyan-Blue);
}
.blog-sidebar-content .wp-block-search .wp-block-search__label{
  color: var(--Brand-Cyan-Blue);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  margin-bottom: 16px !important;
}
.blog-sidebar-content .wp-block-search .wp-block-search__input {
    border: none;
    box-shadow: none;
    outline: none;
    color: #58585A;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.16px;
    width: 100%;
    height: 46px;
    padding:0 10px;
}

.blog-sidebar-content .wp-block-search .wp-block-search__button {
    background: var(--Brand-Cyan-Blue);
    border: none;
    margin: 0;
    width: 48px;
    height: 46px;
    display: block;
    text-align: center;
    position: absolute;
    right:0;
    top:0;
}
.blog-sidebar-content .wp-block-search .wp-block-search__button svg{
  display: none;
}
.blog-sidebar-content .wp-block-search .wp-block-search__button:after {
    color: var(--Text-Text-White);
    content: '\f002';
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 900;
    line-height: 100%;
    width: 100%;
    height: 100%;
}


.blog-sidebar-content .wp-block-tag-cloud {
    display: flex;
    flex-direction: column;
}

.blog-sidebar-content .wp-block-tag-cloud {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.blog-sidebar-content .wp-block-tag-cloud a {
    color: var(--Text-Text-Grey);
    text-decoration: none;
    transition: 0.25s;
    font-family: "Figtree", sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
    letter-spacing: 0.16px;
	border-bottom: 1px solid transparent;
}

.blog-sidebar-content .wp-block-tag-cloud a:hover {
    text-decoration: none;
    border-bottom: 1px solid var(--Brand-Cyan-Blue);
}

/* .blog-posts {
    display: flex;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 32px;
}

.uagb-post-grid .uagb-post__image:after {
    background: none;
    opacity: 1;
}
.article-list .uagb-post__image,
.blog-posts .uagb-post-grid .uagb-post__image {
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
}

.article-list .uagb-post__title,
.blog-posts #posts article .uagb-post__title {
    min-height: 100px;
}

.article-list .uagb-post__title a,
.blog-posts #posts article:hover .uagb-post__title a {
    color: var(--Brand-Teal);
}

.article-list .uagb-post__cta .wp-block-button__link,
.blog-posts #posts article:hover .uagb-post__cta .wp-block-button__link {
    border-bottom: 2px solid var(--Brand-Teal);
} */
/* .blog-posts #posts .uagb-post__inner-wrap{
  overflow: visible !important;
} */
/* .uagb-post__inner-wrap .uagb-post__title a,
.blog-posts #posts .uagb-post__title a {
    color: var(--Brand-Imperial-Blue);
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0;
}
.uagb-post__inner-wrap .uagb-post__cta,
.blog-posts .uagb-post__cta{
  padding: 0 12px;
  width: 100%;
  margin-bottom: 24px;
}
.uagb-post__inner-wrap .wp-block-button__link,
.blog-posts .uagb-post__cta .wp-block-button__link {
    padding: 0 !important;
    border-bottom: 2px solid var(--Brand-Cyan-Blue);
}
.uagb-post__inner-wrap .wp-block-button__link i,
.blog-posts .uagb-post__cta .wp-block-button__link i{
  
}
.uagb-post__inner-wrap .wp-block-button__link:hover,
.blog-posts .uagb-post__cta .wp-block-button__link:hover{
    background: transparent !important;
}

.uagb-post__inner-wrap .wp-block-button__link:hover{
    background: none;
    padding-left: 0 !important;
    box-shadow: none;
    border-bottom: 2px solid var(--Brand-Cyan-Blue) !important;

}

.uagb-post__inner-wrap .wp-block-button__link span,
.blog-posts .uagb-post__cta .wp-block-button__link span {
    color: var(--Text-Text-Grey);

    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
    text-transform: capitalize;
}

.uagb-post__inner-wrap .uagb-post__cta .wp-block-button__link::before,
.blog-posts .uagb-post__cta .wp-block-button__link::before {
    display: none;
}

.uagb-post__inner-wrap .uagb-post__cta .wp-block-button__link i,
.blog-posts .uagb-post__cta .wp-block-button__link i {
    color: var(--Brand-Cyan-Blue);
    text-align: right;
    float: right;
    transition: 0.5s;
}

.uagb-post__inner-wrap .uagb-post__excerpt,
.blog-posts .uagb-post__excerpt {
    font-family: 'Figtree', sans-serif;
    display: block !important;
    padding:0 12px 12px !important;
}

.uagb-post__inner-wrap .uagb-post__excerpt p,
.blog-posts .uagb-post__excerpt p {
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
} */

.blog-post-content {
    display: flex;
    max-width: 1200px;
    justify-content: center;
    align-items: start;
    gap: 32px;
    width: 100%;
}

.resource.blog-post-content {
    display: flex;
}
.article-list{
    display: flex;
    gap: 16px;
}
.blog-pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.blog-pagination span{
    display: block;
    width: 15px;
    text-align: center;
    position: relative; 
}
.blog-pagination span.current{
    border-bottom: 2px solid var(--Brand-Cyan-Blue);
}
.blog-pagination .page-divider:last-of-type{
    display: none;
}

/* Resource
--------------------------------------------- */
section.bottom {
    display: flex;
    flex-flow: row;
    align-items: start;
    padding-bottom: 64px;
}

section.bottom .blog-sidebar {
    display: flex;
    flex-flow: column;
    width: 30%;
    align-items: center;
}
.page-id-24746 section.bottom .blog-categories{
    max-width: 1200px;
    width: 100%;
}
.blog-categories{
  display: grid;
  flex-direction: row;
  gap: 32px;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.post-category-bucket{
  height: 100%;
}
.post-category-bucket>a{
  display: block;
  height: 100%;
  position: relative;
  padding-bottom:60px;
}
.post-category-thumbnail{
  display: block;
  height: 276px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.10);
}
.post-category-thumbnail img {
    object-fit: cover;
    transform: scale(1);
    transition: transform ease-in-out .25s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.post-category-content{
  padding:22px 0 0;
}
.post-category-content h6{
  color: #004B87;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
}
.post-category-content span{
  color: #58585A;
  font-family: "Figtree", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.16px;
  text-transform: capitalize;
  padding: 14px 0 4px;
  border-bottom: 2px solid #00A3E0;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.post-category-content span i{
  color: #00A3E0;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.post-category-bucket:hover .post-category-content span i{
  transform: translateX(5px);
}
.post-category-bucket:hover .post-category-thumbnail img{
  transform: scale(1.1);
}
/* .post-category-bucket {
  overflow: hidden;
  transition: all 0.3s ease;
  cursor:pointer;
} */
/* .post-category-thumbnail{
	position:relative;
	overflow:hidden;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.10);
}
.post-category-thumbnail img {
  width: 100%;
  transition: transform 0.4s ease;
} */

/* Smooth zoom on hover */
/* .post-category-bucket:hover .post-category-thumbnail img {
  transform: scale(1.1);
} */

/* H6 color change on hover */
/* .post-category-content h6 {
  transition: color 0.3s ease;
} */

/* section.bottom .post-category-bucket:hover .post-category-content h6 {
  color: #00A3E0 !important; 
}
section.bottom .blog-categories .post-category-bucket,
section.bottom .blog-categories .post-category-bucket a {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    flex-shrink: 0;
    flex-flow: column wrap;
}
section.bottom .blog-categories .post-category-bucket{
  width: 23%;
}
section.bottom .blog-categories .post-category-bucket a{
  width: 100%;
} */
/* section.bottom .blog-categories .post-category-bucket h6{
    min-height: 44px;
} */
/* section.bottom .blog-categories .post-category-bucket .post-category-content p{
    min-height: 100px;
} */

/* section.bottom .blog-categories .post-category-bucket .post-category-thumbnail,
section.bottom .blog-categories .post-category-bucket .post-category-thumbnail img{
    width: 100%;
}

section.bottom .blog-categories .post-category-bucket .post-category-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
}

section.bottom .blog-categories .post-category-bucket .post-category-content h6 {
    color: var(--Brand-Imperial-Blue);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

section.bottom .blog-categories .post-category-bucket .post-category-content span {
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid var(--Brand-Teal);
}
section.bottom .blog-categories .post-category-bucket .post-category-content span i{
    color: var(--Brand-Teal);
}
section.bottom .blog-categories .post-category-bucket a.tech-sheets span{
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid var(--Brand-Teal);
}
section.bottom .blog-categories .post-category-bucket a.tech-sheets span i{
    color: var(--Brand-Teal);
}
section.bottom .blog-categories .post-category-bucket .post-category-thumbnail img {
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
} */
.resource-row .constraint{
    display: flex;
    max-width: 1200px;
    align-items: start;
	column-gap: 32px;
}

/* Quick Contact Form
--------------------------------------------- */

#quick-contact {
    display: flex;
    position: relative;
}

#quick-contact .quick-contact-wrapper {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

#quick-contact .quick-contact-bg-one,
#quick-contact .quick-contact-bg-two {
    width: 50%;
    height: 710px;
    z-index:0;
}
#quick-contact.quick-contact-rfq .quick-contact-bg-one,
#quick-contact.quick-contact-rfq .quick-contact-bg-two{
  height:1260px;
}
#quick-contact .quick-contact-bg-one {
    background: linear-gradient(180deg, rgba(241, 249, 253, 0.00) 0%, #F1F9FD 100%);
}

#quick-contact .quick-contact-bg-two {
    background: linear-gradient(180deg, #00A3E0 0%, #004B87 100%);
}

#quick-contact .quick-contact-block {
    position: absolute;
    display: flex;
    flex-flow: row;
    justify-content: center;
    gap: 32px;
    left: calc(50vw - 600px);
    top: 10%;
    column-gap:40px;
}

#quick-contact .quick-contact-block .quick-contact-description {
    width: 30%;
    display: flex;
    flex-flow: column;
    row-gap: 12px;
}
#quick-contact .quick-contact-block .quick-contact-description h3{
  color:var(--Brand-Imperial-Blue);
}
#quick-contact .quick-contact-block .quick-contact-form{
  width: 70%;
}
#quick-contact .quick-contact-block .quick-contact-description img {
    max-width: 50px;
}
#quick-contact .quick-contact-block .quick-contact-description a {
    display: flex;
    width: 178.833px;
    height: 26px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

#quick-contact .quick-contact-block .quick-contact-description a h5 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    background: var(--Gradient-Blue, linear-gradient(222deg, #00A3E0 31.58%, #004B87 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#quick-contact .quick-contact-block .quick-contact-form .wpcf7-form {
    width: 769px;
    padding: 40px 40px 20px;
}
.input-group{
    flex: auto;
}
/* #quick-contact .quick-contact-block .quick-contact-form .wpcf7-form .input-group.w50 {
    height: 72px;
}
#quick-contact .quick-contact-block .quick-contact-form .wpcf7-form .input-group.w100 {
    height: 108px;
}

#quick-contact .quick-contact-block .quick-contact-form .wpcf7-form .input-group label,
#quick-contact .quick-contact-block .quick-contact-form .wpcf7-form .text-center label {
    color: var(--Brand-Imperial-Blue);

    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

#quick-contact .quick-contact-block .quick-contact-form .wpcf7-form .input-group input,
#quick-contact .quick-contact-block .quick-contact-form .wpcf7-form .input-group textarea {
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
    border: 1px solid var(--Brand-Sky-Blue);
    margin-top: 0;
    border-radius: 5px;
}

#quick-contact .quick-contact-block .quick-contact-form .wpcf7-form .input-group textarea::placeholder {
    padding-left: 10px;
    padding-top: 10px;
}

#quick-contact .quick-contact-block .quick-contact-form .wpcf7-form .input-group input[type="file"] {
    width: 100%;
}

#quick-contact .quick-contact-block .quick-contact-form .wpcf7-form .acBtn:hover {
    color: var(--Text-Text-White);
} */

.wp-block-uagb-container.top .tel {
    display: flex;
    gap: 8px;
}
.request-a-quote h4{
  color:#fff;
  background: var(--Brand-Imperial-Blue);
  padding:16px 40px;
  margin:0;
}
.request-a-quote p.eyebrow{
  padding:40px 40px 0;
}
.request-a-quote .fieldset + p.eyebrow{
  border-top:1px solid var(--Brand-Sky-Blue);
}
.request-a-quote .fieldset{
  padding: 20px 40px 40px;
}
.contact-us .fieldset{
  padding: 40px;
}
/* .request-a-quote .wpcf7-form .eyebrow,
.request-a-quote .wpcf7-form .fieldset {
    padding: 0 40px;
}

.contact-us .wpcf7-form .fieldset {
    padding: 40px;
}

.request-a-quote .wpcf7-form>.fieldset.top-set {
    margin: 0;
    border-bottom: 1px solid var(--Brand-Cyan-Blue);
}

.request-a-quote .wpcf7-form>.fieldset {
    padding-bottom: 44px;
}

.request-a-quote .wpcf7-form .eyebrow.top-brow {
    margin-top: 32px;
}

.request-a-quote .wpcf7-form .eyebrow:not(.top-brow) {
    margin-top: 40px;
}

.request-a-quote .wpcf7-form .eyebrow {
    margin-bottom: 24px;
}

.request-a-quote .wpcf7-form label {
    color: var(--Brand-Imperial-Blue);
    margin-bottom: 8px;

    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.request-a-quote .wpcf7-form .input-group input,
.request-a-quote .wpcf7-form .input-group select,
.request-a-quote .wpcf7-form .input-group textarea {
    border: 1px solid var(--Brand-Cyan-Blue);
}

.request-a-quote .wpcf7-form .input-group select ,
.request-a-quote .wpcf7-form .input-group input {
    border-radius: 5px;
}

.request-a-quote .wpcf7-form .input-group input::placeholder,
.request-a-quote .wpcf7-form .input-group textarea::placeholder {
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
} */

.wp-block-uagb-container.uagb-block-8cf08cc7 {
    align-items: center !important;
}
/* .wp-block-uagb-container.uagb-block-8cf08cc7 a{
    max-width: 50%;
} */
/* Product Listing
--------------------------------------------- */
.site-main > .products.columns-3{
    max-width: 1200px;
    margin: 0 auto;
}
.product-list {
    display: flex;
    gap: 32px;
    margin-top:32px;
}

.product-list .product-buckets{
    width: 100%;
}

.product-list .product-filter {
    min-width: 268px;
}

.product-list .product-filter h4,
.product-list .product-filter h3 {
    color: var(--Brand-Imperial-Blue);
    font-weight: 600;
}

.product-list .product-filter h4 {
    color: var(--Brand-Imperial-Blue);
    font-size: 28px;
    margin-bottom: 24px;
}

.product-list .product-filter h3 {
    color: var(--Brand-Imperial-Blue);
    font-size: 18px;
    border-bottom: 2px solid var(--Brand-Cyan-Blue);
    padding: 11px 0;
}

/* Legacy attribute-filter widgets. Superseded by the Product Filters block
   below, but kept so the sidebar still styles correctly if the widget area is
   rolled back. Scoped to the old wrapper class so it cannot touch the new
   block. Safe to delete once the rollback window has passed. */

.product-list .product-filter section:not(#block-7) .wp-block-woocommerce-filter-wrapper h3 {
    cursor: pointer;
}

.product-list .product-filter .wp-block-woocommerce-filter-wrapper h3::after {
    content: '\2b';
    color: var(--Brand-Imperial-Blue);
    text-align: right;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    float: right;
}

.product-list .product-filter .wp-block-woocommerce-attribute-filter {
    display: none;
}

.product-list .product-filter .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border-radius: 0;
}

/* The original rule declared font-family: ""Figtree", sans-serif" - the nested
   quotes made it invalid, so labels have always inherited the body font. Left
   inherited here so a rollback looks exactly as it does today. */
.product-list .product-filter .wc-block-components-checkbox .wc-block-components-checkbox__label {
    color: var(--Text-Black);
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.51px;
}

.product-list .product-filter .wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button {
    background: var(--Gradient-Blue);
    border-radius: 0;
}

.product-list .product-filter .wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button:hover {
    background: var(--Brand-Boysenberry);
}

.product-list .product-filter .wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button span {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
}

/* Product Filters block (woocommerce/product-filters). Replaces the deprecated
   attribute-filter widgets; WooCommerce's own stylesheets are enqueued from the
   AC Plastics Website Tweaks plugin. */

.product-list .product-filter .wc-block-product-filters {
    width: 100%;
}

/* The block's inner flex items default to min-width:auto, so they refuse to
   shrink below their widest label ("Light Transmission Type") and spill over the
   product grid. Let them shrink to the sidebar and wrap instead. */
.product-list .product-filter .wc-block-product-filters__overlay,
.product-list .product-filter .wc-block-product-filters__overlay-dialog,
.product-list .product-filter .wc-block-product-filters__overlay-content {
    min-width: 0;
}

/* Collapsible filter groups. The .is-open class is toggled by js/scripts.js;
   the Active Filters heading is deliberately excluded - it is not collapsible. */
/* Flex rather than a floated ::after - inside the block's flex column a float
   escapes the heading box and lands on top of the product grid. */
.product-list .product-filter .wp-block-woocommerce-product-filter-attribute > h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
    margin: 0;
}

.product-list .product-filter .wp-block-woocommerce-product-filter-attribute > h3::after {
    content: '\2b';
    color: var(--Brand-Imperial-Blue);
    flex: none;

    /* Icon/Regular */
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.product-list .product-filter .wp-block-woocommerce-product-filter-attribute.is-open > h3::after {
    content: '\2d';
}

/* Collapsed by default; scripts.js slideToggles from here. */
.product-list .product-filter .wp-block-woocommerce-product-filter-attribute > .wc-block-product-filter-checkbox-list {
    display: none;
}

/* Option rows */
/* Font inherited, matching the legacy filters - see the note above. */
.product-list .product-filter .wc-block-product-filter-checkbox-list__label {
    color: var(--Text-Black);
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.51px;
}

.product-list .product-filter .wc-block-product-filter-checkbox-list__input[type=checkbox] {
    border-radius: 0;
}

.product-list .product-filter .wc-block-product-filter__show-more {
    color: var(--Brand-Imperial-Blue);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

/* "Clear All Filters" - carries the styling the old per-filter Apply button had. */
.product-list .product-filter .wc-block-product-filter-clear-button .wp-block-button__link {
    background: var(--Gradient-Blue);
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
}

.product-list .product-filter .wc-block-product-filter-clear-button .wp-block-button__link:hover {
    background: var(--Brand-Boysenberry);
}

/* WooCommerce turns the block into a fixed drawer below 601px. The sidebar has
   always stacked inline on mobile here, so keep it inline and drop the drawer
   chrome. Their rules use :where() (zero specificity), so these win. */
@media only screen and (max-width: 600px) {
    .product-list .product-filter .wc-block-product-filters__open-overlay,
    .product-list .product-filter .wc-block-product-filters__overlay-header,
    .product-list .product-filter .wc-block-product-filters__overlay-footer {
        display: none;
    }

    .product-list .product-filter .wc-block-product-filters__overlay {
        position: relative;
        inset: auto;
        top: auto;
        background: inherit;
        pointer-events: auto;
    }

    .product-list .product-filter .wc-block-product-filters__overlay-wrapper {
        height: auto;
        width: auto;
    }

    .product-list .product-filter .wc-block-product-filters__overlay-dialog {
        position: relative;
        transform: none;
        max-height: none;
    }

    .product-list .product-filter .wc-block-product-filters__overlay-content {
        overflow: visible;
        padding: 0;
    }
}

.woocommerce-page ul.products li .product-image-wrap{
  overflow: hidden;
}
.woocommerce-page ul.products li .product-image-wrap img {
  display: block;
  transform: scale(1);
  transition: transform 0.4s ease;
  transform-origin: center center;
}
.woocommerce ul.products li{
  height: 100%;
}
.woocommerce ul.products li.product a img {
    margin:0;
    overflow: hidden;
    transition: transform 0.4s ease;
    transform: scale(1);
    display: block;
}
.woocommerce-page ul.products li:hover a img {
  transform: scale(1.08);
}
.woocommerce ul.products li.product .product-content-wrap{
  color:#fff;
  background: var(--Brand-Imperial-Blue);
  padding: 12px 11px;
}
.woocommerce ul.products li.product .product-content-wrap h2{
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .price{
  margin:0;
}
.woocommerce ul.products li.product .product-content-wrap .woocommerce-Price-amount.amount{
  color: #FFF;
}

.woocommerce ul.products li.product .button {
    background: transparent;
    position: absolute;
    bottom: 8px;
    right: 0;
    margin: 0;
}

.woocommerce ul.products li.product .button i {
    color: var(--Brand-Cyan-Blue);
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    display: none;
}

.woocommerce .woocommerce-result-count {
    float: right;
}
.woocommerce ul.products li.product:hover .product-content-wrap{
  background: var(--Gradient-Maroon);
}
/* Testimonials
--------------------------------------------- */
.testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* or however many columns */
    gap: 32px;
    align-items: stretch; /* equal height per row */
}
.testimonials .item{
  height: 100%;
}
.testimonials .item .item-inner {
    height: 100%;
    display: flex;
    padding: 28px 23px 24px 23px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    background: var(--Text-Text-White);
    /* Shadow/04 */
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
}

.testimonials .item .item-inner h3 {
    font-size: 20px;
}

.testimonials .item .item-inner i {
    font-size: 14px;
    line-height: 100%;
    /* 14px */
    letter-spacing: 0.84px;
    text-transform: uppercase;
    background: var(--Gradient-Maroon);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Cart
--------------------------------------------- */
.basket-item-count{
    display: inline;
}
.woocommerce-cart .woocommerce,
.woocommerce-cart .wp-block-heading,
.woocommerce-checkout .wp-block-heading {
    max-width: 1200px;
}

.woocommerce h2,
.woocommerce h3{
    color: var(--Brand-Imperial-Blue);
    font-size: 28px;
    text-transform: capitalize;
}
.woocommerce h4{
  color: var(--Text-Text-Grey);
  font-size: 22px;
  line-height: 120%;
  text-transform: capitalize;
}
.woocommerce h5{
  color: var(--Text-Text-Grey);
  font-size: 18px;
  line-height: 120%;
  text-transform: capitalize;
}
.woocommerce-cart .woocommerce {
    margin: 0 auto;
}

/* .woocommerce-cart .wp-block-heading,
.woocommerce-checkout .wp-block-heading,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce .woocommerce-order-details h2 {
    color: var(--Brand-Imperial-Blue);
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 900;
    text-transform: capitalize;
    margin: 64px auto 32px auto;
} */

.shop_table thead>tr {
    background: var(--Brand-Imperial-Blue);
    color: var(--Text-Text-White);
}

.shop_table thead>tr>th {
  padding: 10px 24px !important;
  text-transform: uppercase;
}

.shop_table tbody>.cart_item .product-remove {
    color: transparent !important;
}

.shop_table tbody>.cart_item .product-remove i:before {
    color: var(--UI-03, #A1A4B1);
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1.44px;
    text-transform: uppercase;
}
.shop_table .variation-CutSpecifications{
  width: 100%;
}
.woocommerce-cart table.cart img {
    width: 80px;
    height: 80px;
}

.woocommerce table.shop_table {
    border-collapse: collapse;
    border: none;
}

.woocommerce table.shop_table td {
    border: none;
}

.shop_table tbody>tr {
    border-left: 1px solid var(--Brand-Cyan-Blue);
    border-right: 1px solid var(--Brand-Cyan-Blue);
    border-top: none;
    border-bottom: none;
}

.shop_table tbody>tr:nth-child(even),.woocommerce .woocommerce-order-details table tbody tr:nth-child(even) {
    background-color: var(--UI-Light-Blue);
}

.shop_table tbody>tr:nth-last-child(2) {
    border-left: 1px solid var(--Brand-Cyan-Blue);
    border-right: 1px solid var(--Brand-Cyan-Blue);
    border-top: none;
    border-bottom: 1px solid var(--Brand-Cyan-Blue);
}

.shop_table tbody>tr:last-child {
    border: none;
    background: none;
}
.shop_table tbody>tr:last-child td{
    color: var(--Brand-Imperial-Blue);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 244px;
    height: 48px;
    border-color: var(--Brand-Cyan-Blue);
    flex-shrink: 0;
    margin: 0;
}

.woocommerce-cart table.cart td.actions .acBtn {
    display: inline-flex !important;
    padding: 16px 24px !important;
    color: var(--Text-Text-White) !important;
    background: var(--Gradient-Blue) !important;
    border-radius: 0;
}

.woocommerce-cart table.cart td.actions .acBtn:disabled {
    background: var(--UI-Light-Blue) !important;
    color: var(--UI-Grey) !important;
}

.shop_table tbody>.cart_item .product-name a {
    color: var(--Brand-Imperial-Blue);

    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce a.remove:hover {
    background: none;
}

.woocommerce .quantity .qty {
    height: 40px;
    border: 1px solid var(--Brand-Cyan-Blue);
}

.woocommerce-Price-amount.amount {
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce .woocommerce-message,.woocommerce .woocommerce-info {
    border-top-color: var(--Brand-Cyan-Blue);
}

.woocommerce .woocommerce-message::before,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-info a {
    color: var(--Brand-Cyan-Blue);
}

.woocommerce .woocommerce-message .button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.acBtn {
    display: inline-flex;
    padding: 16px 24px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: uppercase;
    color: var(--Text-Text-White);
    background: var(--Gradient-Maroon);
    text-decoration: none;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.96px;
    border-radius: 0;
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce-cart table.cart td.actions .acBtn:not(:disabled):hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.acBtn:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover ,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.acBtn:hover{
    background: var(--Brand-Imperial-Blue) !important;
    color: var(--Text-Text-White) !important;
}

.woocommerce-page .cart-collaterals .cart_totals h2 {
    color: var(--Brand-Imperial-Blue);
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.woocommerce-page .cart-collaterals .cart_totals table {
    border: 1px solid var(--Brand-Cyan-Blue);
    border-radius: 0;
}

.woocommerce-page .cart-collaterals .cart_totals table th,.woocommerce-checkout .woocommerce .woocommerce-order-details table tr a {
    color: var(--Brand-Imperial-Blue);

    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-page .cart-collaterals .cart_totals table a {
    color: var(--Brand-Cyan-Blue);
}

.woocommerce-page .cart-collaterals .cart_totals table a:after {
    display: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.acBtn {
    background: var(--Gradient-Maroon) !important;
    border-radius: 0;
}

.woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 9px 0;
}

/* Checkout
--------------------------------------------- */

.woocommerce .woocommerce-form-coupon-toggle,
.woocommerce .woocommerce-checkout {
    max-width: 1200px;
    margin: 80px auto;
}
.woocommerce form .form-row label,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--Brand-Imperial-Blue);

    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid var(--Brand-Cyan-Blue) !important;
}

.woocommerce form .form-row input.input-text {
    height: 48px !important;
    padding: 12px;
}

.woocommerce form .form-row textarea {
    height: 150px;
    padding: 16px;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address span {
    color: var(--Brand-Imperial-Blue);
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.cw_custom_class h3{
    padding-top: 10px;
}
.woocommerce-checkout #custom_checkbox_field .checkbox{
    display: flex;
    gap: 10px;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input[type="checkbox"],.woocommerce-checkout #custom_checkbox_field #custom_checkbox {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 30px;
    height: 30px;
    border: 0.15em solid currentColor;
    border-radius: 0;
    border: 1px solid var(--Brand-Cyan-Blue);
    display: grid;
    place-content: center;
    position: static;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input[type="checkbox"]::before,.woocommerce-checkout #custom_checkbox_field #custom_checkbox::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: var(--Brand-Imperial-Blue);
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input[type="checkbox"]:checked::before,.woocommerce-checkout #custom_checkbox_field #custom_checkbox:checked::before {
    transform: scale(1);
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input[type="checkbox"]:disabled,.woocommerce-checkout #custom_checkbox_field #custom_checkbox:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
}

.woocommerce-checkout #order_review_heading,.woocommerce-checkout .woocommerce .woocommerce-order-details h2 {
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 48px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table{
    border: 1px solid var(--Brand-Cyan-Blue);
}
.woocommerce table tr td{
  color: var(--Text-Text-Grey);
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.16px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table tr td{
  padding: 16px 24px;
}
.woocommerce table.shop_table tr td strong{
  font-weight: 600;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr{
    border-bottom: 1px solid var(--Brand-Cyan-Blue);
}
.woocommerce table.shop_table tfoot th,.woocommerce table.shop_table tfoot td{
    border-top: none;
}
.woocommerce table.shop_table tfoot th{
    color: var(--Text-Text-Grey);    
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce-checkout #payment{
    background: var(--UI-Light-Blue);
}
.woocommerce-checkout #payment ul.payment_methods li label{
    color: var(--Brand-Imperial-Blue);
    
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce-checkout #payment div.form-row .woocommerce-privacy-policy-text{
    padding-bottom: 28px;
}
.woocommerce-checkout #payment div.payment_box{
    background:var(--Text-Text-White);
}
.woocommerce-checkout #payment div.payment_box::before{
    display: none;
}
.woocommerce-checkout #payment div.payment_box p{
    color: var(--Brand-Imperial-Blue);
}
.woocommerce-checkout .woocommerce .woocommerce-order{
    max-width: 1200px;
    margin: 0 auto;
}
.woocommerce-checkout .woocommerce  .woocommerce-thankyou-order-received{
    color: var(--Brand-Imperial-Blue);
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-top: 15px;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details table{
    border: 1px solid var(--Brand-Cyan-Blue);
}
.woocommerce-checkout .woocommerce .woocommerce-order-details table tr{
    border-bottom: 1px solid var(--Brand-Cyan-Blue);
}
.woocommerce-checkout .woocommerce  .woocommerce-customer-details h2{
    color: var(--Brand-Imperial-Blue);
    font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-customer-details address{
    border: none;
    color: var(--Text-Black);    
    font-family: "Figtree", sans-serif;
    font-size: 16px;
}

.woocommerce-checkout .ac-plastics-shipping-wizard select,
.woocommerce-checkout .ac-plastics-shipping-wizard input#acp_third_party_account_number{
  width: 100%;
  height: 48px;
  max-width: 100%;
  font-size:14px;
  padding:0 10px;
}
.woocommerce-checkout .ac-plastics-shipping-wizard label input[type="checkbox"] + span{
  font-size:14px;
  font-weight: 400;
}
/* My Account
--------------------------------------------- */
.woocommerce-account .woocommerce{
    max-width: 1200px;
    margin: 32px auto;
}
.woocommerce-form-login a{
    color: var(--Brand-Imperial-Blue);
}
.woocommerce-form-login a:hover{
    color: var(--Brand-Teal);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li{
    display: flex;
    list-style: none;
    height: 48px;
    border-bottom: 1px solid var(--Brand-Imperial-Blue);
    transition: 0.5s;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li:hover{
    border-bottom: 1px solid var(--Brand-Cyan-Blue);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a{
    color: var(--Brand-Imperial-Blue);
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li:hover a:after{
    color: var(--Brand-Cyan-Blue);
    transition: 0.5s;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a:hover{
    text-decoration: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a:after{
    display: flex;
    justify-content: end;
    flex-grow: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a:after{
    font-family: "Font Awesome 6 Pro";
    content: '\f625';
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a:after{
    font-family: "Font Awesome 6 Pro";
    content: '\e0af';
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a:after{
    font-family: "Font Awesome 6 Pro";
    content: '\e3af';
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a:after{
    font-family: "Font Awesome 6 Pro";
    content: '\f007';
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a:after{
    font-family: "Font Awesome 6 Pro";
    content: '\f2f5';
}
.woocommerce-account .woocommerce-MyAccount-content a{
    color: var(--Brand-Cyan-Blue);
}
.woocommerce-account .addresses .title .edit{
    float: none;
}
.woocommerce-account .woocommerce table.shop_table tbody>tr td a{
    color: var(--Brand-Imperial-Blue);
}
.woocommerce-account .woocommerce table.shop_table tbody>tr td a.woocommerce-button{
    color: var(--Text-Text-White);
}
.woocommerce table.woocommerce-table--order-details.shop_table{
    border: 1px solid var(--Brand-Cyan-Blue);
}
.woocommerce table.woocommerce-table--order-details.shop_table tr{
    border-bottom: 1px solid var(--Brand-Cyan-Blue);
}
.woocommerce-order-details__title{
    color: var(--Brand-Imperial-Blue);
    font-weight: 700;
    font-size: 28px;
    padding: 16px 0;
}
#page .xa-modal .xa-modal-content{
    > .xa-white{
        padding-bottom: 16px !important;
    }
    table.xa-popup{
        margin: 0 auto;
        td{
            width: 50%;
        }
        .xa-btn{
            padding: 16px !important;
        }
        .xa-round-large{
            border-radius: 0 !important;
        }
    }
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button{
    display: inline-flex !important;
    padding: 16px 24px !important ;
    color: var(--Text-Text-White) !important;
    background: var(--Gradient-Maroon) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 0;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover{
    background: var(--Brand-Imperial-Blue) !important;
}
/* Footer
--------------------------------------------- */
#footer .column:first-child,
#footer .column:last-child {
    width: 35%;
}

#footer #footer-top {
    position: relative;
}

#footer .footerIcon {
    width: 22px;
}

#footer .footer-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 30%;
    z-index: -999;
}

#footer p,
#footer a {
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.14px;
}

#footer .footerCta {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 176px;
    background: var(--Brand-Cyan-Blue);
}

#footer .footerCta .constrain {
    display: flex;
    flex-flow: row;
    column-gap: 100px;
    align-items: center;
}

#footer .footerCta .footerCtaLogo {
    width: 232px;
}

#footer .footerCta .footerCtaLogo .logo {
    width: 100%;
}

#footer .footerCta .footerCtaContent {
    display: inline-flex;
    align-items: center;
    gap: 68px;
    flex-shrink: 0;
}

#footer .footerCta .footerCtaContent h4 {
    width: 560px;
    color: var(--Text-Text-White);

    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    line-height: 120%;
}

#footer .footerCta .footerCtaContent a {
    background: var(--Gradient-Maroon);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

#footer .footerCta .footerCtaContent a,
#footer .footerCta .footerCtaContent a:hover,
#footer .footerCta .footerCtaContent a:visited {
    color: var(--Text-Text-White);
}

#footer .footerContactUs {
    display: flex;
    flex-flow: column;
}

#footer h6 {
    color: var(--Text-Text-Grey);
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 120%;
}

#footer .footerContactUs .info {
    display: inline-flex;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 34px;
}

#footer .footerContactUs .info a {
    display: flex;
}

#footer .footerContactUs .info a p {
    padding-left: 6px;
}

#footer .footerContactUs .info a p:hover {
    text-decoration: underline;
}

#footer .footerLocations .locations {
    display: flex;
    width: 343px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}

#footer .footerLocations .locations .location {
    display: flex;
    width: 150px;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
}

#footer .footerLocations .locations .location p {
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.14px;
    margin: 0;
    padding: 0;
}

#footer .footerLocations .locations .location p:first-child {
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: -0.14px;
}

#footer .column:last-child {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-right: 0;
}

#footer .footerTopCta {
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
}

#footer .footerTopCta h6 {
    width: 267px;
    color: var(--Text-Text-Grey);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
}

#footer .footerTopCta a {
    background: var(--Gradient-Green);
    color: var(--Text-Text-White);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}
#footer .footerTopCta a:not(:first-of-type){
   background: var(--Gradient-Blue); 
}
#footer .footerTopCta .secure-logos{
    display: flex;
    gap: 8px;
}
#footer #footer-bottom {
    background: var(--UI-Light-Blue);
}

#footer-bottom .constrain {
    padding: 0;
}

#footer #footer-bottom .footerBottomContent a,
#footer .footerBottomContent a:hover,
#footer .footerBottomContent a:visited {
    text-decoration: none;
}

#footer #footer-bottom .footerBottomContent {
    display: flex;
    flex-flow: row wrap;
    height: 100px;
    justify-content: center;
    align-items: center;
    column-gap: 335px;
}

#footer #footer-bottom .footerBottomContent a,
#footer #footer-bottom .footerBottomContent span {
    color: var(--Text-Text-Grey);
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.14px;
}

#footer #footer-bottom .footerBottomContent .footerBottomLinks a:before {
    content: "|";
    padding-right: 10px;
    padding-left: 10px;
}

#footer #footer-bottom .footerBottomContent .footerBottomLinks a:hover {
    text-decoration: underline;
}

#footer #footer-bottom .footerBottomContent .social-media {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    margin: 0;
    width: auto;
}

#footer #footer-bottom .footerBottomContent .social-media i:before {
    color: var(--Brand-Cyan-Blue);
    text-align: center;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    transition: 0.5s;
}

#footer #footer-bottom .footerBottomContent .social-media i:hover::before {
    color: var(--Brand-Boysenberry);
}
