﻿:root {
    --font-header: "Raleway", serif;
    --font-body: open_sansregular, sans-serif;
    --font-button: "Noto Sans", sans-serif;
    --white: #fff;
    --beige: #B6A392;
    --off-black: #212322;
    --black: #000;
    --green: #5F805E;
}
#seal-of-cotton-content{
	background: linear-gradient(180deg, rgba(207, 223, 236, 0) 0%, #a3bfd45e 98.02%);
}
.site-inner {
	padding: 0;
}
.site-inner,
main.content{
	max-width: 100% !important;
}
main > section:not(#sub-landing-nav) .two-thirds-anniversary {
	/*padding-left: 300px;*/
	padding-left: calc((100vw /2 ) - (1400px/2));	
}
.header__link {
    background: url(../png/CLM-Logoeb9y.png) 0 0 no-repeat;
    background-size: contain;
}

/* only for landing page so it doesn't conflict with sticky navigation */
.sub-menu {
    z-index: 3;
}

.site-header .wrap .search-section .header-search-header .search-field {
    background-color: #d0d3da;
}
.header-logo {
	width: 230px;
}

#main-content > .wrap { 
    max-width: none; 
}

#sub-landing-nav {
    position: sticky;
    top: 0;
    background-color: #000;
    z-index: 2;
}
#sub-landing-nav .row.row1 {
    background-image: url('../jpg/shimmer-textureh8kw.jpg');
    background-repeat: no-repeat;
    height: 25px;
	display:none;
    background-size: 100%;
    background-position-y: bottom;
}
#sub-landing-nav .row.row2 .two-thirds-anniversary {
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);*/
	display: flex;
	justify-content: space-between;
    padding: 20px 5px;
}
#sub-landing-nav .row.row2 .nav {
	width: 100%;
	max-width: 1400px;
    margin-inline: auto;
}
#sub-landing-nav .row.row2 .nav .two-thirds-anniversary{
	grid-template-columns: repeat(4, 1fr);
}
#sub-landing-nav .row.row2 .two-thirds-anniversary > div {
    /*display: grid;*/
	display: flex;
}
#sub-landing-nav .row.row2 .two-thirds-anniversary > div.sticky-nav-50-item img ~ span {
    /*margin-left: -15px;*/
}
#sub-landing-nav .row.row2 .two-thirds-anniversary > div a {
    color: #fff;
    text-decoration: none;
    /*display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    justify-items: center;*/
	display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}
@media screen and (max-width: 1200px) {
	#sub-landing-nav .row.row2 .two-thirds-anniversary > div a {
	flex-direction: column;
		gap: 12px;
}
}
#sub-landing-nav .row.row2 .two-thirds-anniversary > div a > img {
    max-width: 85px;
}
#sub-landing-nav .row.row2 .two-thirds-anniversary > div a > span {
    font-family: var(--font-landing);
    font-weight: 700;
    font-size: 18px;
	justify-self: left;
    line-height: 1.3em;
}
#sub-landing-nav .row.row2 .one-third-anniversary-anniversary {
    position: relative;
}
#sub-landing-nav .row.row2 .one-third-anniversary-anniversary img.hero-logo-banner-desktop {
    position: absolute;
    right: 0;
    max-width: 250px;
}
#sub-landing-nav .row.row2 .one-third-anniversary-anniversary img.hero-logo-banner-mobile, .content-header-panel {
    display: none;
}

#hero {
    background: #B6A392;
}
#hero .hero-cta-content {
    padding-top: 80px;
    padding-left: 40px;
    margin-bottom: 100px;
}
#hero .hero-cta-content p {
    max-width: 800px;
    width: 100%;
    margin-bottom: 15px;
}
#hero .hero-cta-content h2, 
#hero .hero-cta-content p,
#hero #fourtyin40 h3 {
    color: #fff;
}
.btn__see__more {
    background-color: #646566;
    border-radius: 6px;
    font-size: 1.1em;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    color: #fff;
    margin: 35px auto;
    padding: 12px 60px;
    text-decoration: none;
    cursor: pointer;
    outline: 3px solid #646566;
    outline-offset: 6px;
}
#hero .hero-cta-content .btn__read__more__white {
    position: relative;
    background: transparent;
    padding: 18px 35px 18px 30px;
    outline-color: #fff;
    margin-left: 6px;
    font-size: 18px;
	border-radius: 6px;
	font-family: var(--font-body);
	width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	outline-offset: 0;
}
#hero .hero-cta-content .btn__read__more__white > span {
	display: flex;
}
#hero .hero-cta-content .btn__read__more__white::after {
    background: url(../svg/arrow-white-downzfve.svg) center center no-repeat;
    position: absolute;
    right: 5%;
}
#hero .hero-cta-content .btn__read__more__white:hover {
    /*outline: 3px solid gray;*/
	background-color: #508053e6;
}
#hero .hero-cta-content .btn__read__more__white:hover::after {
    background: url(../svg/arrow-gold-down2c49.svg) center center no-repeat
}
#hero #fourtyin40 {
	position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
	z-index: 1;
}
#hero #fourtyin40 .video-placeholder {    
    width: 920px;
    height: 516px;
    flex: none;
    order: 1;
    flex-grow: 0;
    background: #646566;
}
#hero #fourtyin40 .video-container {
    position: relative;
}
/* #hero #fourtyin40 .video-container img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    cursor: pointer;
    z-index: 10;
}
#hero #fourtyin40 .video-container #hero-video {
    max-width: 100%;
    height: auto;
} */
#hero #fourtyin40 .video-container #vimeo-video {
    max-width: 100%;
}

#milestone-moments {    
    padding-top: 230px;
    padding-bottom: 100px;
	margin-top: -200px;
    background-color: #B6A392;
}
#milestone-moments > .milestone-moments-wrap {
    padding-left: 40px;
}
#milestone-moments .two-thirds-anniversary p {
    font-family: var(--font-landing);
    font-weight: 400;
    margin-bottom: 15px;
}

#milestone-timeline {
    padding-top: 60px;
    padding-bottom: 100px;
}
#milestone-timeline .timeline-entry {
    display: grid;
    grid-template-columns: 150px 3fr;
	padding-left: 40px;
}
#milestone-timeline .timeline-entry .icon {
    grid-column: 1;
	position:relative;
}
#milestone-timeline .timeline-entry:first-of-type .icon {
    position: relative;
}
.milestone-timeline-wrap{
	max-width: 80%;
}

#milestone-timeline .timeline-entry:first-of-type .icon:before {
	content: '';
    width: 2px;
    height: 150px;
    background-color: #000;
    display: block;
    position: absolute;
    left: calc(87px / 2);
	bottom: 100%;
}
#milestone-timeline .timeline-entry .icon:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #000;
    display: block;
    position: relative;
    left: calc(87px / 2); /* 87px is the size of the icon asset */
}
#milestone-timeline .timeline-entry.last > .icon:after {
    content: none;
}
#milestone-timeline .timeline-entry .content {
    grid-column: 2 / 4;   
    padding-bottom: 40px;
	max-width: 690px;
}
#milestone-timeline .timeline-entry .content h3 {
    font-family: var(--font-body) !important;
    font-weight: 600;
    font-size: 34px !important;
    line-height: 1.25;
    color: #212322;
    text-transform: none;
}
#milestone-timeline .timeline-entry .content .subtitle {
    font-family: var(--font-landing2);
    font-size: 1.1rem;
	font-weight: bold;
    line-height: 1.4;
    color: #212322;
    text-transform: uppercase;
	padding-block: 10px 15px;
}
#milestone-timeline .timeline-entry .content p:not(.subtitle) {
    font-family: var(--font-landing);
    font-size: 1rem;
	padding: 0;
    line-height: 1.6;
    color: #212322;
}
#milestone-timeline .timeline-entry .cta-arrow {
    grid-column: 5;
    display: flex;
    width: 40px;
}
#milestone-timeline .timeline-entry .cta-arrow > a {
    position: relative;
    display: inherit;
}
#milestone-timeline .timeline-entry .cta-arrow > a:after {
    content: '';
    background-image: url(../svg/arrow-gold-circle-righthpwg.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    transform: translateY(-50%);
    opacity: 0;
}
#milestone-timeline .timeline-entry .cta-arrow > a:hover > img {
    opacity: 0;
}
#milestone-timeline .timeline-entry .cta-arrow > a:hover:after {
    opacity: 1;
}
#milestone-timeline .btn__view__more__black {
    background-color: transparent;
    outline-color: #000;
    color: #000;
}
#milestone-timeline .view-more-container {
    display: none;
    grid-template-columns: 1fr 3fr 1fr;
}
#milestone-timeline .btn__view__more__black {
    background-color: transparent;
    outline-color: #000;
    color: #000;
    grid-column: 2;    
    margin-left: 30px;
}
#milestone-timeline .btn__view__more__black:hover {
    color: var(--gold);
    outline-color: var(--gold);
}
#milestone-timeline .btn__view__more__black:after {
    background: url(../svg/black-arrowxdkm.svg);
    background-repeat: no-repeat;    
}
#milestone-timeline .btn__view__more__black:hover:after {
    background: url(../svg/arrow-gold7tuc.svg);
    background-repeat: no-repeat;
}

#seal-of-cotton {
    background-image: url('../webp/Img_Cotton-String-Desktopli3q.webp');
    background-repeat: repeat;
	background-size: cover;
	padding-bottom: 70px;
}
/*#seal-of-cotton .seal-of-cotton-wrap {
    padding: 0 10%;
}*/
#seal-of-cotton .tab-cover {
    background-color: #000;
    padding: 60px 80px; 
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; 
	max-width: 920px;
	width: 100%;
}
#seal-of-cotton .tab-cover h2, 
#seal-of-cotton .tab-cover p {
    color: #fff;
} 
#seal-of-cotton .tab-cover p {
    font-family: var(--font-landing);
    font-weight: 400;
}

#seal-of-cotton-content {    
    padding-top: 70px;
    position: relative;
}
#seal-of-cotton-content .two-thirds-anniversary {
    position: relative;
    z-index: 1;
}
#seal-of-cotton-content article {
    margin-bottom: 50px;
    /*padding: 0 40px;  */
	max-width: 920px;
    width: 100%;
}
#seal-of-cotton-content article h3 {
	font-family: var(--font-body) !important;
}
/* #seal-of-cotton-content article.testimonial-article {
    box-shadow: 4px 4px 35px 20px rgba(0,0,0,0.1), 
    25px 0px 20px -20px rgba(0,0,0,0.1), 
    0px 25px 20px -20px rgba(0,0,0,0.1), 
    -25px 0px 20px -20px rgba(0,0,0,0.1);
} */
#seal-of-cotton-content article p {
    font-family: var(--font-landing);
	padding-bottom: 1em;
}

#seal-of-cotton-content .testimonial-slider {
    overflow: hidden;
}
 #seal-of-cotton-content .testimonial-slider .swiper-slide {
    width: 100% !important;
} 
#seal-of-cotton-content .testimonial-slider .swiper-slide .post__left {
    position: relative;
    flex: inherit;
}
#seal-of-cotton-content .testimonial-slider .swiper-slide .post__left .post__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* max-height: 570px; */
    max-width: 440px; /* a third of a third of the full container width */
}
#seal-of-cotton-content .testimonial-slider .swiper-slide .post__right {
    flex: 1;
    background-color: #5F805E;
;
}
#seal-of-cotton-content .testimonial-slider .swiper-slide .post__right .post__content .clear-quotes {
    width: 70px;
}
#seal-of-cotton-content .testimonial-slider .swiper-slide .post__right .post__content .quote {
    font-family: var(--font-landing);
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
#seal-of-cotton-content .testimonial-slider .swiper-slide .post__right .post__content .name {
    font-family: var(--font-landing);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    /*line-height: 0;*/
    margin-top: 20px;
    color: #fff;
}
#seal-of-cotton-content .testimonial-slider .swiper-slide .post__right .post__content .title {
    font-family: var(--font-landing);
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 1.4;
    margin-top: -5px;
}
#seal-of-cotton-content .testimonial-slider .swiper-pagination-bullet {
    background-color: #212322;
	border-radius: 3px;
    opacity: 1;
	width: 14px;
	height: 14px;
}
#seal-of-cotton-content .testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #5F805E;
}
#seal-of-cotton-content .testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
    margin-block: 30px 0;
}
#seal-of-cotton-content .testimonial-slider .section__wrapper .slider-container .landing-page-swiper { 
    overflow: hidden;    
}
#seal-of-cotton-content .testimonial-slider .section__wrapper .slider-container .landing-page-swiper.reversed .post__left {
    order: 2;
}
#slide1.landing-page-swiper .post__left > a .anchor-icon {
	position: absolute;
    left: 15px;
    top: 15px;
}
#slide2.landing-page-swiper .post__left > a .anchor-icon {
	position: absolute;
    right: 15px;
    top: 15px;
}
#seal-of-cotton-content .seal-of-cotton-img-placeholder {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
#seal-of-cotton-content .seal-of-cotton-img-placeholder .img-placeholder {
    min-height: 280px;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: gray;
}
#seal-of-cotton-content .seal-of-cotton-img-placeholder ~ .cta-container {
    width: 100%; 
}
#seal-of-cotton-content .seal-of-cotton-img-placeholder ~ .cta-container a {
    font-family: var(--font-landing);
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
    width: 100%; 
    position: relative;  
    text-decoration: none; 
    text-transform: uppercase;
    color: #000;
    margin-block: 20px 40px;
}
#seal-of-cotton-content .seal-of-cotton-img-placeholder ~ .cta-container a:after {
    content: '';
    background-image: url('../svg/circle-arrow-blackclrb.svg');
    background-size: 25px;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    transition: background-image 0.25s ease-out;
}
#seal-of-cotton-content .seal-of-cotton-img-placeholder ~ .cta-container a.no-link:after {
    content: none;
}
#seal-of-cotton-content .seal-of-cotton-img-placeholder ~ .cta-container a:hover:after {
    background-image: url('../svg/arrow-gold-circle-righthpwg.svg');
}

#seal-accolades .accolade-row {
    margin-bottom: 50px;
}
#seal-accolades .accolade-row .row1 {
    display: flex;
    gap: 20px;
}
#seal-accolades .accolade-row .row1 > .clear-quotes {
    width: 75px;
	align-self: flex-start;
}
#seal-accolades .accolade-row .row2 {
    margin-left: 95px;
}
#seal-accolades .accolade-row .row1 p, 
#seal-accolades .accolade-row .row1 span {
    font-family: var(--font-landing);
    font-size: 16px;
}
#seal-accolades .accolade-row .row2 span {
    /* margin-left: 95px; */
	margin-left: -4px;
	font-size: 16px;
	line-height: 1.4rem;
}
@media screen and (max-width: 900px) {
	#seal-accolades .accolade-row .row2 span {
	font-size: 1rem;
}
}
#seal-accolades .accolade-row .row2 span.name {
    font-weight: 600;
    display: block;
    /* margin-top: -25px; */
}
.site-footer .footer__left .footer__info #footer__newsletter #btn__newsletter:hover {
    color: var(--gold);
    border-color: var(--gold);
}
.site-footer .footer__left .footer__info .footer__social .footer__social__item.facebook a {
    background-image: url(../svg/fb-goldd1wg.svg);
}
.site-footer .footer__left .footer__info .footer__social .footer__social__item.twitter a {
    background-image: url(../svg/tw-goldgjkq.svg);
}
.site-footer .footer__left .footer__info .footer__social .footer__social__item.linkedin a {
    background-image: url(../svg/li-gold65dh.svg);
}



/* UTILITIES */
h1, h2, h3 {
    font-family: var(--font-landing);
    font-weight: 600;
    text-transform: uppercase;
}
.grid {    
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.grid .two-thirds-anniversary {
    grid-column: 1;
}
.grid .one-third-anniversary-anniversary {
    grid-column: 2;
}
.scroll_top_container {
    bottom: 20%;
    z-index: 100;
}
.btn__arrow__scroll__top:hover {
    background-color: var(--gold);
    outline-color: var(--gold);
}


	.swiper-slide {
    	display: flex;
    	flex-flow: column;
    	height: auto;
	}
.swiper-slide .post__right .post__content {
    display: flex;
    flex-flow: column;
    gap: 20px;
    flex: 1;
    justify-content: center;
    padding: 20px;
}
.hero-wrap{
	background-image: url(../jpg/Img_Yarn-Cones-Factory-Desktop8mby.jpg);
    background-size: cover;
    background-position: 40% -55px;
    background-repeat: no-repeat;
}
#hero > div > .two-thirds-anniversary{
	background: linear-gradient(89.6deg, rgba(0, 0, 0, 0.62) 1.23%, rgba(0, 0, 0, 0) 98.13%);
}
@media screen and (min-width: 768px){
		.swiper-slide {
    flex-flow: row wrap;
}
	.swiper-slide .post__right .post__content {
    padding: 45px 45px;
}
}
 /*@media (min-width: 1600px) {
    #seal-of-cotton-content:after { background-position-y: calc(100vh * 3.2); }
}
@media (min-width: 2000px) {
    #seal-of-cotton-content:after { background-position-y: calc(100vh * 3); }
} */

@media (max-width: 1400px) {
    #sub-landing-nav .row.row2 .one-third-anniversary-anniversary img.hero-logo-banner-desktop {
        right: 40px;
    }
	#sub-landing-nav .row.row2 .nav,
	main > section#seal-of-cotton-content .two-thirds-anniversary {
		padding-inline: 20px;
	}
}
@media (max-width: 1023px) {
    .nav-menu.active {
        background-color: #F3F3F3;
    }
    .nav-menu.active::before {
        background: url('../png/Polygonn3es.png');
        background-repeat: no-repeat;
    }
    #primary-menu .sub-menu {
        background-color: #d0d3da
    }
}
@media (max-width: 900px) {
	main.content {
		padding: 0 !important;
	}
    #seal-of-cotton-content article , .milestone-timeline-wrap{
        max-width: 100%;
    }
    #seal-of-cotton-content .two-thirds-anniversary {
        max-width: 100vw;
    }
    /* #seal-of-cotton-content .testimonial-slider .section__wrapper .slider-container .landing-page-swiper,
    #seal-of-cotton-content .testimonial-slider .section__wrapper .slider-container .landing-page-swiper .swiper-wrapper,
    #seal-of-cotton-content .testimonial-slider .section__wrapper .slider-container .landing-page-swiper .swiper-slide {
        width: calc(100% - 80px) !important;
    }     */
    #seal-of-cotton-content .testimonial-slider .swiper-slide .post__left,
    #seal-of-cotton-content .testimonial-slider .swiper-slide .post__right {
        width: 50%;
    }
	
	#seal-of-cotton-content .testimonial-slider .swiper-slide .post__right .post__content .clear-quotes {
		width: 50px;
	}

    #sub-landing-nav .row.row2 .two-thirds-anniversary > div.sticky-nav-50-item img ~ span {
        margin-left: 0;
    }

    /*#hero {
        padding-top: 160px;
    }*/
    #hero .hero-cta-content,
    #hero #fourtyin40,
    #milestone-moments > .milestone-moments-wrap,
    #milestone-timeline .timeline-entry,
    #seal-of-cotton-content article {
        padding-right: 40px;
    }
    #hero #fourtyin40 .video-container #vimeo-video {
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .testimonial-slider > .section__wrapper {
        padding: 0;
    }

    #sub-landing-nav .row.row2 .two-thirds-anniversary {
        margin-right: 15px;
    }
	#sub-landing-nav .row.row2 .two-thirds-anniversary > div a > img {
		width: 50px;
	}
    #sub-landing-nav .row.row2 .two-thirds-anniversary > div a > span {
        font-size: 12px;        
    }

    #sub-landing-nav .row.row2 .one-third-anniversary-anniversary img.hero-logo-banner-desktop {
        display: none;
    }
    #sub-landing-nav .row.row2 .one-third-anniversary-anniversary img.hero-logo-banner-mobile {
        display: block;
        max-width: 380px;
        margin-inline: auto;
    }
    #sub-landing-nav .row.row2 .one-third-anniversary-anniversary {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .swiper-slide .post__right .post__content {
        padding-block: 20px;
    }
    #seal-of-cotton-content .testimonial-slider .swiper-slide .post__right .post__content .quote {
        font-size: 18px;
        margin-bottom: 0;
    }


    .grid {    
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .grid .two-thirds-anniversary {
        grid-column: 1;
    }
    .grid .one-third-anniversary-anniversary {
        grid-column: 1;
    } 
}
@media (max-width: 767px) {
    #sub-landing-nav .row.row2 > .grid,
    #hero > .grid,
    #milestone-moments > .milestone-moments-wrap.grid,
    #milestone-timeline > .grid,
    #seal-of-cotton > .grid,
    #seal-of-cotton-content > .grid {
        grid-template-rows: 1fr;
    }
	#hero #fourtyin40 {
		margin-bottom: 100px;
	}
	#sub-landing-nav .row.row2 .nav .two-thirds-anniversary{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#sub-landing-nav .row.row2 .two-thirds-anniversary > div a > span{
		justify-self: center;
	}
    #sub-landing-nav .row.row2 .two-thirds-anniversary > div a {
        grid-template-columns: 1fr;
    }
	#sub-landing-nav .row.row2 .nav .two-thirds-anniversary :first-child{
		grid-column: 1 / -1;
		width: 100%;
	}    
	#sub-landing-nav .row.row2 .nav > .two-thirds-anniversary > div > img {
		margin-bottom: 20px;
	}	
	#sub-landing-nav .row.row2 .two-thirds-anniversary > div{
		width: 33%;
		padding: 2%;
		align-items: flex-start;
	}
	.header-logo{
		width: 70%;
		max-width: 150px;
    	margin: 0 auto;
	}
    #sub-landing-nav .row.row2 .two-thirds-anniversary > div a > img {
        width: 30px;
        /*height: 30px;*/
		height: 50px;
    }
    #sub-landing-nav .row.row2 .two-thirds-anniversary > div a > span {
        font-size: 12px;
        text-align: center;
        max-width: 100px;
        margin-top: 5px;
    } 
    
    #sub-landing-nav .row.row2 .one-third-anniversary-anniversary img.hero-logo-banner-mobile {
        max-width: 250px;
    }
    
    #hero {
        padding-top: 0px;
        background-position: -300px 0px;
    }
    #hero .hero-cta-content,
    #hero #fourtyin40,
    #milestone-moments > .milestone-wrap{
        padding-right: 40px;
    }
    #seal-of-cotton-content:after {
        background-size: 400%;
		background-image: url('../webp/Img_Cotton-Field-Without-Sky-Mobile9vek.webp');
		
    }
    #hero #fourtyin40 .video-placeholder {
        width: auto;
        height: 175px;
        aspect-ratio: 16/9;
    }
    #hero #fourtyin40 .video-container {
        background-color: #000;
    }
    /* #hero #fourtyin40 .video-container img {
        width: 55px;
    } */
    /* #hero #fourtyin40 .video-container #vimeo-video {
        height: auto;
    } */
    #seal-of-cotton-content article {        
        max-width: 100%;
        padding-right: 40px;
    }
    #seal-of-cotton-content article.testimonial-article {
        padding-right: 20px;
        padding-left: 20px;
    }
    /* #seal-of-cotton-content .testimonial-slider .swiper-wrapper,
    #seal-of-cotton-content .testimonial-slider .swiper-slide {
        width: calc(100vw - 80px) !important;
    } */
    #seal-of-cotton-content .seal-of-cotton-img-placeholder {
        grid-template-columns: 1fr;
    }
    #seal-of-cotton-content .seal-of-cotton-img-placeholder img {
        width: 100%;
    }

	#milestone-moments {
		padding-top: 160px;
	}
    #milestone-timeline .timeline-entry {
        margin-bottom: 40px;
		grid-template-columns: 70px 3fr;
    }
    #milestone-timeline .timeline-entry .icon > img {
        position: relative;
        width: 50px;
        z-index: 1;
    }
    #milestone-timeline .timeline-entry .icon:after {
        height: 112%;
    }
    #milestone-timeline .timeline-entry:first-of-type .icon:before,
    #milestone-timeline .timeline-entry .icon:after {
        left: calc(48px / 2);
    }    
    #milestone-timeline .timeline-entry .content {
        padding-bottom: 0;
    }
    #milestone-timeline .timeline-entry .content .subtitle {
        font-size: 16px;
    }
	#milestone-timeline .timeline-entry .content h3 {
		font-size: 25px !important;
	}
    #milestone-timeline .timeline-entry .content p:not(.subtitle) {
        font-size: 12px;
    }
    #milestone-timeline .timeline-entry .cta-arrow {
        grid-column: 3;
    }
    #milestone-timeline .timeline-entry .cta-arrow > a {
        width: 25px;
        margin-top: 10px;
    }    
    #milestone-timeline .btn__view__more__black {
        padding: 4px 15px;
    }

    #seal-of-cotton .tab-cover {
        /*padding-inline: 30px;*/
		padding: 60px 30px 20px 30px;
    }
	
	#seal-of-cotton .seal-of-cotton-wrap {
		padding-inline: 40px;
	}

    #seal-of-cotton-content .testimonial-slider .section__wrapper .slider-container .landing-page-swiper.reversed .post__left {
        order: unset;
    }

    #seal-accolades .accolade-row .row1 {
        flex-direction: column;
    }
    #seal-accolades .accolade-row .row1 > .clear-quotes {
        width: 35px;
    }
    #seal-accolades .accolade-row .row2,
    #seal-accolades .accolade-row .row2 span {
        margin-left: 0;
    }
    #seal-accolades .accolade-row .row2 span.name {
        margin-top: 0;
    }   
    
    #seal-of-cotton-content .testimonial-slider .swiper-slide .post__left, 
    #seal-of-cotton-content .testimonial-slider .swiper-slide .post__right {
        width: 100%;
    }
	
	article.efs-edge-article {
		display: flex;
		flex-direction: column;
	}
	article.efs-edge-article .one-third {
		order: 10;
	}
}
