/*** BODY ***/
body {
    position: relative;  
}
footer {
    margin-top: -2px;
}

/*** HEADINGS ***/
h2 {
    font-size: 37px;  
}

/*** Row Gutter FIX ***/
.row {
    --bs-gutter-x: 0;
}

/*** NAVBAR CIRCLES ***/
#navbar-circles {
    position: fixed;
    right: 1vw;
    top: 30vh;
    z-index: 500;
}
#navbar-circles > a {
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -20px;
    left: -11px;
}
#navbar-circles > a,
#navbar-circles > a:link,
#navbar-circles > a:active,
#navbar-circles > a:focus {
    text-decoration: none;  
}
#navbar-circles ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#navbar-circles li {
    display: block;  
    float: none;
    margin-bottom: 20px;
}
#navbar-circles li a {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    padding: 0;
    border: 2px solid #fff;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
#navbar-circles a::before {
    color: #fff;
    position: absolute;
    left: -115px;
    top: -8px;
    text-align: right;
    float: right;
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
}
#navbar-circles a[href="#quietlife-video-wrapper"]::before {
    content: "Milliken History";
}
#navbar-circles a[href="#era-5-wrapper"]::before {
    content: "2018-Present";
}
#navbar-circles a[href="#era-4-wrapper"]::before {
    content: "1980-2017";
}
#navbar-circles a[href="#era-3-wrapper"]::before {
    content: "1947-1979";
}
#navbar-circles a[href="#era-2-wrapper"]::before {
    content: "1920-1947";
}
#navbar-circles a[href="#era-1-wrapper"]::before {
    content: "1865-1920";
}
#navbar-circles li.active > a,
#navbar-circles li.active > a:focus,
#navbar-circles li.active > a:hover {
    background: #fff;
}
#navbar-circles li.active > a::before,
#navbar-circles li.active > a:focus::before,
#navbar-circles li.active > a:hover::before {
    display: inline-block;
}
/*  >> Nav Circles - Dark Theme */
#navbar-circles.dark-theme > a {
    color: #333;  
}
#navbar-circles.dark-theme li a {
    border: 2px solid #333;
}
#navbar-circles.dark-theme a::before {
    color: #333;
}
#navbar-circles.dark-theme li.active > a,
#navbar-circles.dark-theme li.active > a:focus,
#navbar-circles.dark-theme li.active > a:hover {
    background: #333;
}
/* >> Nav Circles - Media Queries */
@media only screen and (max-width: 991px) {
    h2 {
        font-size: 30px;  
    }
    #navbar-circles {
        display: none;  
    }
}

/*** KEYFRAMES ***/
@keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-moz-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-webkit-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-o-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-ms-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}

/*** HOTSPOTS ***/
.hotspot {
    position: absolute;
    margin: auto 0;
}
.hotspot-anchor {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    border: 3px solid #fff;
    background-clip: content-box;
    transition: 0.3s;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.hotspot-content {
    background: #fff;
    width: 180px;
    padding: 15px;
    border-radius: 20px;
    position: absolute;
    top: -23px;
    left: 40px;
    display: none;
}
.hotspot-content p {
    color: #000;
    margin: 0;
}
/* >> Hotspot - Hover Styles */
.hotspot-anchor:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
}
.hotspot-anchor:hover .hotspot-content {
    display: block;
}
/*** Hero VIDEO ***/
/*** Hero VIDEO ***/
#quietlife-video-wrapper {
    background: #333; 
    position: relative;
    z-index: 2;
    padding: 0;
}
#quietlife-video-wrapper .video-container {
    position: relative;
    height: 74rem;
}

#quietlife-video-wrapper:before {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg,#02162b,transparent 50%);
	top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
}
/* >> Hero Video - Video */
#quietlife-video-wrapper .video-container video {
    width: 100%;
    height: 74rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}
/* >> Hero Video - Text Overlay */
#quietlife-video-wrapper .text-overlay {
    color: #fff;
	background-color: transparent;
    backdrop-filter: blur(11px);
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    z-index: 10;
    max-width: 800px;
}
#quietlife-video-wrapper .text-overlay > span {
    font-size: 16px;
    display: block;
    margin-top: 25px;
	margin: 40px;
}
#quietlife-video-wrapper .text-overlay h2 {
    letter-spacing: .93rem;
    margin-bottom: 3.8rem;
    font-family: HCo Whitney SSM,sans-serif;
    font-weight: 500;
    font-size: 6.2rem;
    font-style: normal;
    line-height: 6.2rem;
    margin: 40px;
	margin-top:10rem;
	text-transform: uppercase;
}
#quietlife-video-wrapper .text-overlay h3 {
    letter-spacing: .4rem;
    color: #fae053;
    margin-bottom: 10rem;
    font-family: HCo Whitney SSM,sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1.6rem;
    margin: 30px;
	text-transform: uppercase;
	margin-bottom: 10rem;
}
#quietlife-video-wrapper .text-overlay h3 strong {
    font-weight: 600 !important;
}
#quietlife-video-wrapper .text-overlay h3 sup {
    top: -0.2em;
}
#quietlife-video-wrapper .text-overlay > span.expanded {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 25px;
}
#quietlife-video-wrapper .text-overlay > span:last-of-type {
    position: relative;
   /* top: 170px;*/
}
/* >> Hero Video - Media Queries */
@media only screen and (max-width: 1300px) {
    #quietlife-video-wrapper .text-overlay > span.expanded {
        margin-top: 0;
        margin-bottom: 50px;
        font-size: 22px;
    }
    #quietlife-video-wrapper .text-overlay h2 {
        font-size: 6.2rem;
    }
    #quietlife-video-wrapper .text-overlay h3 {
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 1100px) {
    #quietlife-video-wrapper .text-overlay h2 {
        font-size: 6.2rem;
    }
    #quietlife-video-wrapper .text-overlay h3 {
        font-size: 1.6rem;
    }
    #quietlife-video-wrapper .text-overlay > span {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    #quietlife-video-wrapper .text-overlay {
        top: 30vh;  
    }
    #quietlife-video-wrapper .text-overlay > span {
        letter-spacing: 5px;
    }
    #quietlife-video-wrapper .text-overlay > span:last-of-type {
        top: 70px;
    }      
}
@media only screen and (max-width: 767px) {
    #quietlife-video-wrapper .text-overlay > span.expanded {
        font-size: 20px;
    }
    #quietlife-video-wrapper .text-overlay h2 {
        font-size: 2.4rem;
		letter-spacing: .36rem;
    }
    #quietlife-video-wrapper .text-overlay h3 {
        font-size: 1.6rem;
    }
    #quietlife-video-wrapper .text-overlay {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #quietlife-video-wrapper .text-overlay {
        top: 23vh;
    }
    #quietlife-video-wrapper .text-overlay > span.expanded {
        font-size: 18px;
    }
    #quietlife-video-wrapper .text-overlay h2 {
        font-size: 2.4rem;
		line-height: 3.2rem;
    }
    #quietlife-video-wrapper .text-overlay h3 {
        font-size: 1.6rem;
        letter-spacing: 5px;
        margin-top: 15px;
    }
    #quietlife-video-wrapper .text-overlay > span {
        font-size: 17px;
        letter-spacing: 2px; 
    }
    #quietlife-video-wrapper .text-overlay > span:last-of-type {
        top: 30px;
    } 
}
/* >> Hero Video - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #quietlife-video-wrapper .text-overlay {
        width: auto;
        max-width: 2000px;
    }
    #quietlife-video-wrapper .text-overlay h2 {
        font-size: 6.2rem;
    }
    #quietlife-video-wrapper .text-overlay h3 {
        font-size: 1.6rem;
    }
    #quietlife-video-wrapper .text-overlay > span.expanded,
    #quietlife-video-wrapper .text-overlay > span {
        font-size: 35px;
    }
}
/* >> Hero Video - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #quietlife-video-wrapper .text-overlay {
        top: 22vh;
    } 
    #quietlife-video-wrapper .text-overlay h2 {
        font-size: 2.4rem;
        letter-spacing: .36rem;
		line-height: 2.4rem;
    }
    #quietlife-video-wrapper .text-overlay > span.expanded,
    #quietlife-video-wrapper .text-overlay > span {
        font-size: 15px;
    }
}
/* >> Hero Video - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #quietlife-video-wrapper .text-overlay {
        top: 22vh;
    }    
    #quietlife-video-wrapper .text-overlay h2 {
        font-size: 2.4rem;
        letter-spacing: .36rem;
		line-height: 2.4rem;
    }
    #quietlife-video-wrapper .text-overlay h3 {
        font-size: 15px;
    }
    #quietlife-video-wrapper .text-overlay > span {
        font-size: 15px;
    }
    #quietlife-video-wrapper .text-overlay > span.expanded,
    #quietlife-video-wrapper .text-overlay > span:last-of-type {
        top: 20px;
    }      
}

/*** Main Intro Section INTRO ***/
/*** Main Intro Section INTRO ***/
#intro-section-wrapper {
    position: relative;
    top: 0px;    
	background-image: linear-gradient(180deg,rgba(2,22,43,.89) 0,rgba(2,22,43,0) 50%),radial-gradient(farthest-side at 190% 80%,rgba(210,206,158,.45) 3%,rgba(0,51,102,.23) 67%),radial-gradient(circle at 50% -50%,#00378c 0,#021222 93%);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
}
#intro-section-wrapper:before,
#intro-section-wrapper:after {
    display: none;
}
#intro-section-wrapper > div:first-of-type {
    margin-bottom: 0vh;
	margin-left: 16vh;
    margin-right: 16vh;
}
/* >> Main Intro Section - Content */
#intro-section-wrapper h4,
#intro-section-wrapper p {
    width: 100%;
    max-width: 100%;
    color: #fff;
    text-align: left;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
	font-family: HCo Whitney SSM,sans-serif;
}
#intro-section-wrapper h4 {
    font-size: 1.4em;  
    margin: 20px auto;
    letter-spacing: 2px;
    font-weight: 400 !important;
    color: #fff;
}
#intro-section-wrapper p {
    max-width: 800px;
    font-size: 20px;
}
/* >> Main Intro Section - Images */
#intro-section-wrapper .images {
    text-align: center;
}
#intro-section-wrapper img {
    width: 125px;
    margin: 0 25px;
}
/* >> Main Intro Section - Media Queries */
@media only screen and (max-width: 1450px) {
    #intro-section-wrapper h4,
    #intro-section-wrapper p {
        max-width: 1050px;
    }
    #intro-section-wrapper h4 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1300px) {
    #intro-section-wrapper h4,
    #intro-section-wrapper p {
        max-width: 900px;
    }
    #intro-section-wrapper h4 {
        font-size: 1.2em;
    }
}
@media only screen and (max-width: 1150px) {
    #intro-section-wrapper h4,
    #intro-section-wrapper p {
        max-width: 700px;
    }
    #intro-section-wrapper h4 {
        font-size: 18px;
    }
    #intro-section-wrapper p {
        font-size: 18px;
    }
    #intro-section-wrapper img {
        width: 100px;
    }
}
@media only screen and (max-width: 991px) {
    #intro-section-wrapper h4,
    #intro-section-wrapper p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #intro-section-wrapper img {
        width: 80px;
    }
}
@media only screen and (max-width: 500px) {  
    #intro-section-wrapper h4 {
        font-size: 16px;
    }
    #intro-section-wrapper img {
        width: 70px;
    }
	#intro-section-wrapper > div:first-of-type {
	margin-left: 0vh;
    margin-right: 0vh;
}
}
/* >> Main Intro Section - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #intro-section-wrapper h4,
    #era31-wrapper p {
        width: 100%;
        max-width: 1140px;
    }
    #intro-section-wrapper h4 {
        font-size: 36px;  
        max-width: 1250px;
    }
    #intro-section-wrapper p {
        font-size: 25px;
    }
    #intro-section-wrapper img {
        width: 170px;
    }
}
/* >> Main Intro Section - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #era-1-wrapper img {
        width: 50px;
    }
}

/*** ERA 1 INTRO ***/
/*** ERA 1 INTRO ***/
#era-1-wrapper {
    height: 100vh;
    position: relative;
    top: 0px;    background-image: linear-gradient(to bottom, rgba(2,22,43,0) 50%, rgba(2,22,43,.89)), url('/-/media/milliken/Corporate/About Us/History/history_full_screen-1865-1920.jpg;hash=EAB8495D3B934EEB98A817AAA5669463');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#era-1-wrapper:before,
#era-1-wrapper:after {
    display: none;
}
#era-1-wrapper > div:first-of-type {
    margin-bottom: 10vh;
}
/* >> Era 1 - Content */
#era-1-wrapper h2,
#era-1-wrapper p {
    width: 100%;
    max-width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}
#era-1-wrapper h2 {
    font-size: 44px;  
    margin: 20px auto;
    letter-spacing: 4px;
    font-weight: 400 !important;
    color: #fae053;
	font-family: HCo Whitney SSM,sans-serif;
}
#era-1-wrapper p {
    max-width: 800px;
    font-size: 20px;
	font-family: HCo Whitney SSM,sans-serif;
}
/* >> Era 1 - Images */
#era-1-wrapper .images {
    text-align: center;
}
#era-1-wrapper img {
    width: 125px;
    margin: 0 25px;
}
/* >> Era 1 - Media Queries */
@media only screen and (max-width: 1450px) {
    #era-1-wrapper h2,
    #era-1-wrapper p {
        max-width: 1050px;
    }
    #era-1-wrapper h2 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1300px) {
    #era-1-wrapper h2,
    #era-1-wrapper p {
        max-width: 900px;
    }
    #era-1-wrapper h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1150px) {
    #era-1-wrapper h2,
    #era-1-wrapper p {
        max-width: 700px;
    }
    #era-1-wrapper h2 {
        font-size: 23px;
    }
    #era-1-wrapper p {
        font-size: 18px;
    }
    #era-1-wrapper img {
        width: 100px;
    }
}
@media only screen and (max-width: 991px) {
    #era-1-wrapper p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #era-1-wrapper img {
        width: 80px;
    }
}
@media only screen and (max-width: 500px) {  
    #era-1-wrapper h2 {
        font-size: 21px;
    }
    #era-1-wrapper img {
        width: 70px;
    }
}
/* >> Era 1 - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #era-1-wrapper h2,
    #era-1-wrapper p {
        width: 100%;
        max-width: 1140px;
    }
    #era-1-wrapper h2 {
        font-size: 50px;  
        max-width: 1250px;
    }
    #era-1-wrapper p {
        font-size: 25px;
    }
    #era-1-wrapper img {
        width: 170px;
    }
}
/* >> Era 1 - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #era-1-wrapper img {
        width: 50px;
    }
}


/*** Era 1-1 Wrapper ***/
#era-1-1-wrapper {
	background-image: linear-gradient(180deg,rgba(2,22,43,.89) 0,rgba(2,22,43,0) 50%),radial-gradient(farthest-side at 190% 80%,rgba(210,206,158,.45) 3%,rgba(0,51,102,.23) 67%),radial-gradient(circle at 50% -50%,#00378c 0,#021222 93%);
    position: relative;
    top: 0px;    padding: 0;
}
/* >> Era 1-1 - Columns */
#era-1-1-wrapper .row > div {
    /* height: 100vh; */
    position: relative;
}
#era-1-1-wrapper .row > div:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
/*    justify-content: center;
    padding-left: 150px;
    padding-right: 150px;*/
    padding: 80px 0;
}
/* >> Era 1-1 - Image */
#era-1-1-wrapper .row > div:first-of-type {
    /* background-color: #fff; */
    background-image: url('/-/media/milliken/Corporate/About Us/History/history_bookend_image1865-1920.jpg;hash=BC3308FC0342423D8498C6B97C4E9F4F');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 130px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
/*    justify-content: center;*/
}
#era-1-1-wrapper img {
    max-width: 400px;
}
/* >> Era 1-1 - Content */
#era-1-1-wrapper .content {
    margin: auto;
}
#era-1-1-wrapper .content span {
    font-weight: 500 !important;
    font-size: 16px;
    letter-spacing: 3px;
    color: #fff;
	font-family: HCo Whitney SSM,sans-serif;
}
#era-1-1-wrapper .content h2,
#era-1-1-wrapper .content p {
    text-align: left;
	font-family: HCo Whitney SSM,sans-serif;
}
#era-1-1-wrapper .content h2 {
    font-weight: 600 !important;
    letter-spacing: 3px;
    color: #fff;
    font-size: 26px;
    margin-bottom: 25px;
    margin-top: 10px;
}
#era-1-1-wrapper .content p {
    font-size: 18px;
    color: #fff;
    max-width: 435px;
    line-height: 1.8em;
}
#era-1-1-wrapper .content dt {
    font-weight: 700;
    margin: 0;
    flex: 0 0 3.5em;
	color: #fff;
    font-size: 20px;
}
#era-1-1-wrapper .content dd {
	font-size: 1.6rem;
    color: #fff;
    max-width: 600px;
    line-height: 1.8em;
    text-align: left;
    font-family: HCo Whitney SSM,sans-serif;
    margin-top: -2px;
    margin-bottom: 1rem;
}
#era-1-1-wrapper .content li {
	display: flex;
}
/* >> Era 1-1 - Hotspots */
#era-1-1-wrapper .hotspot-wrapper {
    position: relative;
    margin: auto 0;
}
#hotspot-1 {
    bottom: 175px;
    left: 250px;
}
/* >> Era 1-1 - Media Queries */
@media only screen and (max-width: 1700px) {
    #era-1-1-wrapper img {
        width: 550px;
    }
    #era-1-1-wrapper .row > div:last-of-type {
        padding-left: 75px;
        padding-right: 75px;
    }
}
@media only screen and (max-width: 1550px) {
    #era-1-1-wrapper .row > div:first-of-type {
        background-position-x: 200px;
    }
    #era-1-1-wrapper img {
        width: 600px;
    }
    #hotspot-1 {
        left: 200px;
        bottom: 150px;
    }
}
@media only screen and (max-width: 1500px) {
    #era-1-1-wrapper img {
        width: 450px;
    }
    #hotspot-1 {
        left: 190px;
        bottom: 125px;
    }
}
@media only screen and (max-width: 1450px) {
    #era-1-1-wrapper img {
        width: 400px;
    }
}
@media only screen and (max-width: 1400px) {
    #era-1-1-wrapper .content h2 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    #era-1-1-wrapper .row > div {
        /* height: 100vh; */
    }
    #era-1-1-wrapper .row > div:first-of-type {
        height: auto;
        background-size: cover;
        background-position-x: initial;
        text-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        /* justify-content: center; */
        background-position-y: 100%;
    }
    #era-1-1-wrapper img {
        width: 300px;
    }
    #hotspot-1 {
        display: none;
    }
    #era-1-1-wrapper .row > div:last-of-type {
        min-height: 40vh;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #era-1-1-wrapper .content {
        max-width: 700px;
        margin: 0 auto;
        padding: 80px 20px;
    }
    #era-1-1-wrapper .content span {
        display: none;
    }
    #era-1-1-wrapper .content h2,
    #era-1-1-wrapper .content p {
        text-align: center;
    }
    #era-1-1-wrapper .content a.mlkn-button,
    #era-1-1-wrapper .content a.mlkn-button:hover {
        display: block;
        margin: 30px auto 10px;
    }
}
@media only screen and (max-width: 991px) {
    #era-1-1-wrapper .row > div:first-of-type {
        background-position-y: 105%;
    }
}
@media only screen and (max-width: 767px) {
    #era-1-1-wrapper .row > div:first-of-type {
        /* height: 50vh; */
    }
    #era-1-1-wrapper img {
        width: 300px;
    }
    #era-1-1-wrapper .content h2 {
        font-size: 50px;
    }
    #era-1-1-wrapper .content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px) {
    #era-1-1-wrapper .row > div:first-of-type {
        /* height: 60vh; */
        background-position-y: 110%;
    }
    #era-1-1-wrapper img {
        width: 300px;
    }
}
@media only screen and (max-width: 500px) {
    #era-1-1-wrapper .row > div:first-of-type {
        /* height: 60vh; */
        background-position-y: 120%;
    }
    #era-1-1-wrapper .row > div:last-of-type {
        padding-bottom: 35px;
    }
    #era-1-1-wrapper .content {
        width: 100%;
    }
    #era-1-1-wrapper .content h2 {
        font-size: 45px;
    }
}
/* >> Era 1-1 - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #era-1-1-wrapper .content {
        margin-left: 150px;
    }
    #era-1-1-wrapper .content span {
        font-size: 30px;
    }
    #era-1-1-wrapper .content h2 {
        font-size: 90px;
    }
    #era-1-1-wrapper .content p {
        font-size: 25px;
        max-width: 700px;
    }
}
/* >> Era 1-1 - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {    
    #era-1-1-wrapper .content h2 {
        font-size: 35px;
    }
    #era-1-1-wrapper .content p {
        font-size: 14px;
    }
    #era-1-1-wrapper img {
        width: 250px;
    }
}


/*** Era 2 INTRO ***/
#era-2-wrapper {
    height: 100vh;
    position: relative;
    top: 0px;    background-image: linear-gradient(to bottom, rgba(2,22,43,0) 50%, rgba(2,22,43,.89)), url('/-/media/milliken/Corporate/About Us/History/history_full_screen-1920-1947.jpg;hash=0DB7A50EA6824F0382878659466B8792');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#era-2-wrapper:before,
#era-2-wrapper:after {
    display: none;
}
#era-2-wrapper > div:first-of-type {
    margin-bottom: 10vh;
}
/* >> Era 2 - Content */
#era-2-wrapper h2,
#era-2-wrapper p {
    width: 100%;
    max-width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
	font-family: HCo Whitney SSM,sans-serif;
}
#era-2-wrapper h2 {
    font-size: 44px;  
    margin: 20px auto;
    letter-spacing: 4px;
    font-weight: 400 !important;
    color: #fae053;
}
#era-2-wrapper p {
    max-width: 800px;
    font-size: 20px;
}
/* >> Patterns - Images */
#era-2-wrapper .images {
    text-align: center;
}
#era-2-wrapper img {
    width: 125px;
    margin: 0 25px;
}
/* >> Era 2 - Media Queries */
@media only screen and (max-width: 1450px) {
    #era-2-wrapper h2,
    #era-2-wrapper p {
        max-width: 1050px;
    }
    #era-2-wrapper h2 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1300px) {
    #era-2-wrapper h2,
    #era-2-wrapper p {
        max-width: 900px;
    }
    #era-2-wrapper h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1150px) {
    #era-2-wrapper h2,
    #era-2-wrapper p {
        max-width: 700px;
    }
    #era-2-wrapper h2 {
        font-size: 23px;
    }
    #era-2-wrapper p {
        font-size: 18px;
    }
    #era-2-wrapper img {
        width: 100px;
    }
}
@media only screen and (max-width: 991px) {
    #era-2-wrapper p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #era-2-wrapper img {
        width: 80px;
    }
}
@media only screen and (max-width: 500px) {  
    #era-2-wrapper h2 {
        font-size: 21px;
    }
    #era-2-wrapper img {
        width: 70px;
    }
}
/* >> Era 2 - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #era-2-wrapper h2,
    #era-2-wrapper p {
        width: 100%;
        max-width: 1140px;
    }
    #era-2-wrapper h2 {
        font-size: 50px;  
        max-width: 1250px;
    }
    #era-2-wrapper p {
        font-size: 25px;
    }
    #era-2-wrapper img {
        width: 170px;
    }
}
/* >> Era 2 - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #era-2-wrapper img {
        width: 50px;
    }
}


/*** Era 2-1 ***/
#era-2-1-wrapper {
	background-image: linear-gradient(180deg,rgba(2,22,43,.89) 0,rgba(2,22,43,0) 50%),radial-gradient(farthest-side at 190% 80%,rgba(210,206,158,.45) 3%,rgba(0,51,102,.23) 67%),radial-gradient(circle at 50% -50%,#00378c 0,#021222 93%);
    position: relative;
    top: 0px;    padding: 0;
}
/* >> Era 2-1 - Columns */
#era-2-1-wrapper .row > div {
    /* height: 100vh; */
    position: relative;
}
#era-2-1-wrapper .row > div:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
/*
    justify-content: center;
    padding-left: 150px;
    padding-right: 150px;
*/
    padding: 100px;
    margin: auto;
}
/* >> Era 2-1 - Image */
#era-2-1-wrapper .row > div:first-of-type {
   /* background-color: #f1f1f1;*/
    background-image: url('/-/media/milliken/Corporate/About Us/History/history_bookend_image-1920-1947.jpg;hash=9B2E3F558A3E4E62B99FC17F7A5CD5B0');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: -100px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#era-2-1-wrapper .row > div:first-of-type > div {
    text-align: right;
}
#era-2-1-wrapper img {
    max-width: 350px;
}
/* >> Era 2-1 - Content */
#era-2-1-wrapper .content span {
    font-weight: 500 !important;
    font-size: 16px;
    letter-spacing: 3px;
    color: #fff;
	font-family: HCo Whitney SSM,sans-serif;
}
#era-2-1-wrapper .content h2,
#era-2-1-wrapper .content p {
    text-align: left;
	font-family: HCo Whitney SSM,sans-serif;
}
#era-2-1-wrapper .content h2 {
    font-weight: 100 !important;
    letter-spacing: 10px;
    color: #fff;
    font-size: 70px;
    margin-bottom: 25px;
    margin-top: 10px;
}
#era-2-1-wrapper .content p {
    font-size: 18px;
    color: #fff;
    max-width: 435px;
    line-height: 1.8em;
}
#era-2-1-wrapper .content dt {
    font-weight: 700;
    margin: 0;
    flex: 0 0 3.5em;
	color: #fff;
    font-size: 20px;
}
#era-2-1-wrapper .content dd {
	font-size: 1.6rem;
    color: #fff;
    max-width: 600px;
    line-height: 1.8em;
    text-align: left;
    font-family: HCo Whitney SSM,sans-serif;
    margin-top: -2px;
    margin-bottom: 1rem;
}
#era-2-1-wrapper .content li {
	display: flex;
}
/* >> Era 2-1 - Hotspots */
#era-2-1-wrapper .hotspot-wrapper {
    position: relative;
    margin: auto 0;
}
#hotspot-1 {
    bottom: 175px;
    left: 250px;
}
/* >> Era 2-1 - Media Queries */
@media only screen and (max-width: 1700px) {
    #era-2-1-wrapper img {
        width: 550px;
    }
    #era-2-1-wrapper .row > div:last-of-type {
        padding-left: 75px;
        padding-right: 75px;
    }
}
@media only screen and (max-width: 1550px) {
    #era-2-1-wrapper .row > div:first-of-type {
        background-position-x: -150px;
    }
    #longstraw-wrapper img {
        width: 600px;
    }
    #hotspot-2 {
        right: 200px;
        bottom: 150px;
    }
}
@media only screen and (max-width: 1500px) {
    #era-2-1-wrapper img {
        width: 450px;
    }
    #hotspot-2 {
        right: 190px;
        bottom: 125px;
    }
}
@media only screen and (max-width: 1450px) {
    #era-2-1-wrapper img {
        width: 400px;
    }
    #era-2-1-wrapper .row > div:last-of-type {
        padding-left: 25px;
        padding-right: 25px;
    }
    #era-2-1-wrapper .content {
        max-width: 500px;
    }
    #era-2-1-wrapper .content h2 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1400px) {
    #era-2-1-wrapper .content h2 {
        font-size: 55px;
    }
}
@media only screen and (max-width: 1300px) {
    #era-2-1-wrapper .content {
        max-width: 400px;
    }
}
@media only screen and (max-width: 1199px) {
    #era-2-1-wrapper .row > div {
        /* height: 100vh; */
    }
    #era-2-1-wrapper .row > div:first-of-type {
        height: auto;
        background-size: cover;
        background-position-x: initial;
        text-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: center;
        background-position-y: 100%;
    }
    #era-2-1-wrapper .row > div:first-of-type > div {
        text-align: center;
    }
    #era-2-1-wrapper img {
        width: 300px;
    }
    #hotspot-2 {
        display: none;
    }
    #era-2-1-wrapper .row > div:last-of-type {
        min-height: 40vh;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #era-2-1-wrapper .content {
        max-width: 700px;
        margin: 0 auto;
        padding: 60px 20px;
    }
    #era-2-1-wrapper .content span {
        display: none;
    }
    #era-2-1-wrapper .content h2,
    #era-2-1-wrapper .content p {
        text-align: center;
    }
    #era-2-1-wrapper .content a.mlkn-button,
    #era-2-1-wrapper .content a.mlkn-button:hover {
        display: block;
        margin: 30px auto 10px;
    }
}
@media only screen and (max-width: 991px) {
    #era-2-1-wrapper .row > div:first-of-type {
        background-position-y: 105%;
    }
}
@media only screen and (max-width: 767px) {
    #era-2-1-wrapper .row > div:first-of-type {
/*        height: 50vh;*/
    }
    #era-2-1-wrapper img {
        width: 300px;
    }
    #era-2-1-wrapper .content h2 {
        font-size: 50px;
    }
    #era-2-1-wrapper .content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px) {
    #era-2-1-wrapper .row > div:first-of-type {
/*        height: 60vh;*/
        background-position-y: 110%;
    }
    #era-2-1-wrapper img {
        width: 300px;
    }
}
@media only screen and (max-width: 500px) {
    #era-2-1-wrapper .row > div:first-of-type {
/*        height: 60vh;*/
        background-position-y: 120%;
    }
    #era-2-1-wrapper .row > div:last-of-type {
        padding-bottom: 35px;
    }
    #era-2-1-wrapper .content {
        width: 100%;
    }
    #era-2-1-wrapper .content h2 {
        font-size: 40px;
    }
}
/* >> Era 2-1 - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #era-2-1-wrapper .content {
        margin-left: 50px;
    }
    #era-2-1-wrapper .content span {
        font-size: 30px;
    }
    #era-2-1-wrapper .content h2 {
        font-size: 90px;
    }
    #era-2-1-wrapper .content p {
        font-size: 25px;
        max-width: 700px;
    }
}
/* >> Era 2-1 - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {    
    #era-2-1-wrapper .content h2 {
        font-size: 32px;
    }
    #era-2-1-wrapper .content p {
        font-size: 14px;
    }
    #era-2-1-wrapper img {
        width: 250px;
    }
}

/*** ERA 3 INTRO ***/
/*** ERA 3 INTRO ***/
#era-3-wrapper {
    height: 100vh;
    position: relative;
    top: 0px;    background-image: linear-gradient(to bottom, rgba(2,22,43,0) 30%, rgba(2,22,43,.89)), url('/-/media/milliken/Corporate/About Us/History/history_full_screen-1947-1979.jpg;hash=5E629C2017844EADAF5EDEF25733F414');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#era-3-wrapper:before,
#era-3-wrapper:after {
    display: none;
}
#era-3-wrapper > div:first-of-type {
    margin-bottom: 10vh;
}
/* >> Era 3 - Content */
#era-3-wrapper h2,
#era-3-wrapper p {
    width: 100%;
    max-width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
	font-family: HCo Whitney SSM,sans-serif;
}
#era-3-wrapper h2 {
    font-size: 44px;  
    margin: 20px auto;
    letter-spacing: 4px;
    font-weight: 400 !important;
    color: #fae053;
}
#era-3-wrapper p {
    max-width: 800px;
    font-size: 20px;
}
/* >> Era 3 - Images */
#era-3-wrapper .images {
    text-align: center;
}
#era-3-wrapper img {
    width: 125px;
    margin: 0 25px;
}
/* >> Era 3 - Media Queries */
@media only screen and (max-width: 1450px) {
    #era-3-wrapper h2,
    #era-3-wrapper p {
        max-width: 1050px;
    }
    #era-3-wrapper h2 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1300px) {
    #era-3-wrapper h2,
    #era-3-wrapper p {
        max-width: 900px;
    }
    #era-3-wrapper h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1150px) {
    #era-3-wrapper h2,
    #era-3-wrapper p {
        max-width: 700px;
    }
    #era-3-wrapper h2 {
        font-size: 23px;
    }
    #era-3-wrapper p {
        font-size: 18px;
    }
    #era-3-wrapper img {
        width: 100px;
    }
}
@media only screen and (max-width: 991px) {
    #era-3-wrapper p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #era-3-wrapper img {
        width: 80px;
    }
}
@media only screen and (max-width: 500px) {  
    #era-3-wrapper h2 {
        font-size: 21px;
    }
    #era-3-wrapper img {
        width: 70px;
    }
}
/* >> Era 3 - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #era-3-wrapper h2,
    #era31-wrapper p {
        width: 100%;
        max-width: 1140px;
    }
    #era-3-wrapper h2 {
        font-size: 50px;  
        max-width: 1250px;
    }
    #era-3-wrapper p {
        font-size: 25px;
    }
    #era-3-wrapper img {
        width: 170px;
    }
}
/* >> Era 3 - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #era-1-wrapper img {
        width: 50px;
    }
}

/*** Era 3-1 Wrapper ***/
/*** Era 3-1 Wrapper ***/
#era-3-1-wrapper {
    background: #fff;
    position: relative;
    top: 0px;    padding: 0;
}
/* >> Era 3-1 - Columns */
#era-3-1-wrapper .row > div {
    /* height: 100vh; */
    position: relative;
}
#era-3-1-wrapper .row > div:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 80px 0;
}
/* >> Era 3-1 - Image */
#era-3-1-wrapper .row > div:first-of-type {
    background-color: #fff;
    background-image: url('/-/media/milliken/Corporate/About Us/History/history_bookend_image-1947-1979.jpg;hash=079D7E4E01AF42CA82DB670FE4FFA138');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#era-3-1-wrapper img {
    max-width: 450px;
}
/* >> Era 3-1 - Content */
#era-3-1-wrapper .content {
    margin: auto;
}
#era-3-1-wrapper .content span {
    font-weight: 500 !important;
    font-size: 16px;
    letter-spacing: 3px;
    color: #999;
	font-family: HCo Whitney SSM,sans-serif;
}
#era-3-1-wrapper .content h2,
#era-3-1-wrapper .content p {
    text-align: left;
	font-family: HCo Whitney SSM,sans-serif;
}
#era-3-1-wrapper .content h2 {
    font-weight: 600 !important;
    letter-spacing: 3px;
    color: #000;
    font-size: 26px;
    margin-bottom: 25px;
    margin-top: 10px;
}
#era-3-1-wrapper .content p {
    font-size: 18px;
    color: #303030;
    max-width: 435px;
    line-height: 1.8em;
}
#era-3-1-wrapper .content dt {
    font-weight: 700;
    margin: 0;
    flex: 0 0 3.5em;
	color: #000;
    font-size: 20px;
}
#era-3-1-wrapper .content dd {
	font-size: 1.6rem;
    color: #303030;
    max-width: 600px;
    line-height: 1.8em;
    text-align: left;
    font-family: HCo Whitney SSM,sans-serif;
    margin-top: -2px;
    margin-bottom: 1rem;
}
#era-3-1-wrapper .content li {
	display: flex;
}
/* >> Era 3-1 - Hotspots */
#era-3-1-wrapper .hotspot-wrapper {
    position: relative;
    margin: auto 100px;
}
#hotspot-1 {
    bottom: 175px;
    left: 250px;
}
/* >> Era 3-1 - Media Queries */
@media only screen and (max-width: 1700px) {
    #era-3-1-wrapper img {
        width: 400px;
    }
    #era-3-1-wrapper .row > div:last-of-type {
        padding-left: 75px;
        padding-right: 75px;
    }
}
@media only screen and (max-width: 1550px) {
    #era-3-1-wrapper .row > div:first-of-type {
        background-position-x: 270px;
    }
    #era-3-1-wrapper img {
        width: 350px;
    }
    #hotspot-1 {
        left: 200px;
        bottom: 150px;
    }
}
@media only screen and (max-width: 1500px) {
    #era-3-1-wrapper img {
        width: 350px;
    }
    #hotspot-1 {
        left: 190px;
        bottom: 125px;
    }
}
@media only screen and (max-width: 1450px) {
    #era-3-1-wrapper img {
        width: 350px;
    }
}
@media only screen and (max-width: 1400px) {
    #era-3-1-wrapper .content h2 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    #era-3-1-wrapper .row > div {
        /* height: 100vh; */
    }
    #era-3-1-wrapper .row > div:first-of-type {
        height: auto;
        background-size: cover;
        background-position-x: initial;
        text-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: center;
        background-position-y: 20%;
    }
    #era-3-1-wrapper img {
        width: 300px;
    }
    #hotspot-1 {
        display: none;
    }
    #era-3-1-wrapper .row > div:last-of-type {
        min-height: 40vh;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #era-3-1-wrapper .content {
        max-width: 700px;
        margin: 0 auto;
        padding: 80px 20px;
    }
    #era-3-1-wrapper .content span {
        display: none;
    }
    #era-3-1-wrapper .content h2,
    #era-3-1-wrapper .content p {
        text-align: center;
    }
    #era-3-1-wrapper .content a.mlkn-button,
    #era-3-1-wrapper .content a.mlkn-button:hover {
        display: block;
        margin: 30px auto 10px;
    }
}
@media only screen and (max-width: 991px) {
    #era-3-1-wrapper .row > div:first-of-type {
        background-position-y: 105%;
    }
}
@media only screen and (max-width: 767px) {
    #era-3-1-wrapper .row > div:first-of-type {
/*        height: 50vh;*/
    }
    #era-3-1-wrapper img {
        width: 300px;
    }
    #era-3-1-wrapper .content h2 {
        font-size: 50px;
    }
    #era-3-1-wrapper .content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px) {
    #era-3-1-wrapper .row > div:first-of-type {
/*        height: 60vh;*/
        background-position-y: 110%;
    }
    #era-3-1-wrapper img {
        width: 300px;
    }
}
@media only screen and (max-width: 500px) {
    #era-3-1-wrapper .row > div:first-of-type {
/*        height: 60vh;*/
        background-position-y: 120%;
    }
    #era-3-1-wrapper .row > div:last-of-type {
        padding-bottom: 35px;
    }
    #era-3-1-wrapper .content {
        width: 100%;
    }
    #era-3-1-wrapper .content h2 {
        font-size: 45px;
    }
}
/* >> Era 3-1 - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #era-3-1-wrapper .content {
        margin-left: 150px;
    }
    #era-3-1-wrapper .content span {
        font-size: 30px;
    }
    #era-3-1-wrapper .content h2 {
        font-size: 90px;
    }
    #era-3-1-wrapper .content p {
        font-size: 25px;
        max-width: 700px;
    }
}
/* >> Era 3-1 - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {    
    #era-3-1-wrapper .content h2 {
        font-size: 35px;
    }
    #era-3-1-wrapper .content p {
        font-size: 14px;
    }
    #era-3-1-wrapper img {
        width: 250px;
    }
}


/*** Era 4 INTRO ***/
/*** Era 4 INTRO ***/
#era-4-wrapper {
    height: 100vh;
    position: relative;
    top: 0px;    background-image: linear-gradient(to bottom, rgba(2,22,43,0) 50%, rgba(2,22,43,.89)), url('/-/media/milliken/Corporate/About Us/History/history_full_screen-1980-2018.jpg;hash=F6ADD859CE53419783434E8711E4E46E');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#era-4-wrapper:before,
#era-4-wrapper:after {
    display: none;
}
#era-4-wrapper > div:first-of-type {
    margin-bottom: 10vh;
}
/* >> Era 4 - Content */
#era-4-wrapper h2,
#era-4-wrapper p {
    width: 100%;
    max-width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
	font-family: HCo Whitney SSM,sans-serif;
}
#era-4-wrapper h2 {
    font-size: 44px;  
    margin: 20px auto;
    letter-spacing: 4px;
    font-weight: 400 !important;
    color: #fae053;
}
#era-4-wrapper p {
    max-width: 800px;
    font-size: 20px;
}
/* >> Patterns - Images */
#era-4-wrapper .images {
    text-align: center;
}
#era-4-wrapper img {
    width: 125px;
    margin: 0 25px;
}
/* >> Era 4 - Media Queries */
@media only screen and (max-width: 1450px) {
    #era-4-wrapper h2,
    #era-4-wrapper p {
        max-width: 1050px;
    }
    #era-4-wrapper h2 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1300px) {
    #era-4-wrapper h2,
    #era-4-wrapper p {
        max-width: 900px;
    }
    #era-4-wrapper h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1150px) {
    #era-4-wrapper h2,
    #era-4-wrapper p {
        max-width: 700px;
    }
    #era-4-wrapper h2 {
        font-size: 23px;
    }
    #era-4-wrapper p {
        font-size: 18px;
    }
    #era-4-wrapper img {
        width: 100px;
    }
}
@media only screen and (max-width: 991px) {
    #era-4-wrapper p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #era-4-wrapper img {
        width: 80px;
    }
}
@media only screen and (max-width: 500px) {  
    #era-4-wrapper h2 {
        font-size: 21px;
    }
    #era-4-wrapper img {
        width: 70px;
    }
}
/* >> Era 4 - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #era-4-wrapper h2,
    #era-4-wrapper p {
        width: 100%;
        max-width: 1140px;
    }
    #era-4-wrapper h2 {
        font-size: 50px;  
        max-width: 1250px;
    }
    #era-4-wrapper p {
        font-size: 25px;
    }
    #era-4-wrapper img {
        width: 170px;
    }
}
/* >> Era 4 - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #era-4-wrapper img {
        width: 50px;
    }
}


/*** Era 4-1 ***/
/*** Era 4-1 ***/
#era-4-1-wrapper {
	background: #fff;
	position: relative;
    top: 0px;    padding: 0;
}
/* >> Era 4-1 - Columns */
#era-4-1-wrapper .row > div {
    /* height: 120vh; */
    position: relative;
}
#era-4-1-wrapper .row > div:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    padding: 80px 100px;
}
/* >> Era 4-1 - Image */
#era-4-1-wrapper .row > div:first-of-type {
   /* background-color: #f1f1f1;*/
    background-image: url('/-/media/milliken/Corporate/About Us/History/history_bookend_image-1980-2018.jpg;hash=B875A1BFC9DA4B6189CDA61ECD997A8E');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: -250px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
}
#era-4-1-wrapper .row > div:first-of-type > div {
    text-align: right;
}
#era-4-1-wrapper img {
    max-width: 500px;
}
/* >> Era 4-1 - Content */
#era-4-1-wrapper .content {
    margin: auto;
}
#era-4-1-wrapper .content span {
    font-weight: 500 !important;
    font-size: 16px;
    letter-spacing: 3px;
    color: #999;
	font-family: HCo Whitney SSM,sans-serif;
}
#era-4-1-wrapper .content h2,
#era-4-1-wrapper .content p {
    text-align: left;
	font-family: HCo Whitney SSM,sans-serif;
}
#era-4-1-wrapper .content h2 {
    font-weight: 100 !important;
    letter-spacing: 10px;
    color: #000;
    font-size: 70px;
    margin-bottom: 25px;
    margin-top: 10px;
}
#era-4-1-wrapper .content p {
    font-size: 18px;
    color: #303030;
    max-width: 435px;
    line-height: 1.8em;
}
#era-4-1-wrapper .content dt {
    font-weight: 700;
    margin: 0;
    flex: 0 0 3.5em;
	color: #000;
    font-size: 20px;
}
#era-4-1-wrapper .content dd {
	font-size: 1.6rem;
    color: #303030;
    max-width: 600px;
    line-height: 1.8em;
    text-align: left;
    font-family: HCo Whitney SSM,sans-serif;
    margin-top: -2px;
    margin-bottom: 1rem;
}
#era-4-1-wrapper .content li {
	display: flex;
}
/* >> Era 4-1 - Hotspots */
#era-4-1-wrapper .hotspot-wrapper {
    position: relative;
    margin: auto 0;
}
#hotspot-1 {
    bottom: 175px;
    left: 250px;
}
/* >> Era 4-1 - Media Queries */
@media only screen and (max-width: 1700px) {
    #era-4-1-wrapper img {
        width: 550px;
    }
    #era-4-1-wrapper .row > div:last-of-type {
        padding-left: 75px;
        padding-right: 75px;
    }
}
@media only screen and (max-width: 1550px) {
    #era-4-1-wrapper .row > div:first-of-type {
        background-position-x: -200px;
    }
    #era-4-1-wrapper img {
        width: 450px;
    }
    #hotspot-2 {
        right: 200px;
        bottom: 150px;
    }
}
@media only screen and (max-width: 1500px) {
    #era-4-1-wrapper img {
        width: 450px;
    }
    #hotspot-2 {
        right: 190px;
        bottom: 125px;
    }
}
@media only screen and (max-width: 1450px) {
    #era-4-1-wrapper img {
        width: 400px;
    }
    #era-4-1-wrapper .row > div:last-of-type {
        padding-left: 25px;
        padding-right: 25px;
    }
    #era-4-1-wrapper .content {
        max-width: 500px;
    }
    #era-4-1-wrapper .content h2 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1400px) {
    #era-4-1-wrapper .content h2 {
        font-size: 55px;
    }
}
@media only screen and (max-width: 1300px) {
    #era-4-1-wrapper .content {
        max-width: 400px;
    }
}
@media only screen and (max-width: 1199px) {
    #era-4-1-wrapper {
        background: #fff;
    }
    #era-4-1-wrapper .row > div {
        /* height: 120vh; */
    }
    #era-4-1-wrapper .row > div:first-of-type {
        height: auto;
        background-size: cover;
        background-position-x: initial;
        text-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: center;
        background-position-y: 115%;
    }
    #era-4-1-wrapper .row > div:first-of-type > div {
        text-align: center;
    }
    #era-4-1-wrapper img {
        width: 300px;
    }
    #hotspot-2 {
        display: none;
    }
    #era-4-1-wrapper .row > div:last-of-type {
        min-height: 40vh;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #era-4-1-wrapper .content {
        max-width: 700px;
        margin: 0 auto;
        padding: 80px 20px;
    }
    #era-4-1-wrapper .content span {
        display: none;
    }
    #era-4-1-wrapper .content h2,
    #era-4-1-wrapper .content p {
        text-align: center;
    }
    #era-4-1-wrapper .content a.mlkn-button,
    #era-4-1-wrapper .content a.mlkn-button:hover {
        display: block;
        margin: 30px auto 10px;
    }
}
@media only screen and (max-width: 991px) {
    #era-4-1-wrapper .row > div:first-of-type {
        background-position-y: 105%;
    }
}
@media only screen and (max-width: 767px) {
    #era-4-1-wrapper .row > div:first-of-type {
        /* height: 50vh; */
    }
    #era-4-1-wrapper img {
        width: 300px;
    }
    #era-4-1-wrapper .content h2 {
        font-size: 50px;
    }
    #era-4-1-wrapper .content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px) {
    #era-4-1-wrapper .row > div:first-of-type {
        /* height: 60vh; */
        background-position-y: 110%;
    }
    #era-4-1-wrapper img {
        width: 300px;
    }
}
@media only screen and (max-width: 500px) {
    #era-4-1-wrapper .row > div:first-of-type {
        /* height: 60vh; */
        background-position-y: 120%;
    }
    #era-4-1-wrapper .row > div:last-of-type {
        padding-bottom: 35px;
    }
    #era-4-1-wrapper .content {
        width: 100%;
    }
    #era-4-1-wrapper .content h2 {
        font-size: 40px;
    }
}
/* >> Era 4-1 - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #era-4-1-wrapper .content {
        margin-left: 50px;
    }
    #era-4-1-wrapper .content span {
        font-size: 30px;
    }
    #era-4-1-wrapper .content h2 {
        font-size: 90px;
    }
    #era-4-1-wrapper .content p {
        font-size: 25px;
        max-width: 700px;
    }
}
/* >> Era 4-1 - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {    
    #era-4-1-wrapper .content h2 {
        font-size: 32px;
    }
    #era-4-1-wrapper .content p {
        font-size: 14px;
    }
    #era-4-1-wrapper img {
        width: 250px;
    }
}

/*** Era 5 INTRO ***/
/*** Era 5 INTRO ***/
#era-5-wrapper {
    height: 100vh;
    position: relative;
    top: 0px;    background-image: linear-gradient(to bottom, rgba(2,22,43,0) 20%, rgba(2,22,43,.89)), url('/-/media/milliken/Corporate/About Us/History/WME_2022.png;hash=77B99671CBAC48A488C1C1DBD03CFE50');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#era-5-wrapper:before,
#era-5-wrapper:after {
    display: none;
}
#era-5-wrapper > div:first-of-type {
    margin-bottom: 10vh;
}
/* >> Era 5 - Content */
#era-5-wrapper h2,
#era-5-wrapper p {
    width: 100%;
    max-width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
	font-family: HCo Whitney SSM,sans-serif;
}
#era-5-wrapper h2 {
    font-size: 44px;  
    margin: 20px auto;
    letter-spacing: 4px;
    font-weight: 400 !important;
    color: #fae053;
}
#era-5-wrapper p {
    max-width: 800px;
    font-size: 20px;
}
/* >> Era 5 - Images */
#era-5-wrapper .images {
    text-align: center;
}
#era-5-wrapper img {
    width: 125px;
    margin: 0 25px;
}
/* >> Era 5 - Media Queries */
@media only screen and (max-width: 1450px) {
    #era-5-wrapper h2,
    #era-5-wrapper p {
        max-width: 1050px;
    }
    #era-5-wrapper h2 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1300px) {
    #era-5-wrapper h2,
    #era-5-wrapper p {
        max-width: 900px;
    }
    #era-5-wrapper h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1150px) {
    #era-5-wrapper h2,
    #era-5-wrapper p {
        max-width: 700px;
    }
    #era-5-wrapper h2 {
        font-size: 23px;
    }
    #era-5-wrapper p {
        font-size: 18px;
    }
    #era-5-wrapper img {
        width: 100px;
    }
}
@media only screen and (max-width: 991px) {
    #era-5-wrapper p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #era-5-wrapper img {
        width: 80px;
    }
}
@media only screen and (max-width: 500px) {  
    #era-5-wrapper h2 {
        font-size: 21px;
    }
    #era-5-wrapper img {
        width: 70px;
    }
}
/* >> Era 5 - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #era-5-wrapper h2,
    #era31-wrapper p {
        width: 100%;
        max-width: 1140px;
    }
    #era-5-wrapper h2 {
        font-size: 50px;  
        max-width: 1250px;
    }
    #era-5-wrapper p {
        font-size: 25px;
    }
    #era-5-wrapper img {
        width: 170px;
    }
}
/* >> Era 5 - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #era-1-wrapper img {
        width: 50px;
    }
}


/*** Era 5-1 Wrapper ***/
#era-5-1-wrapper {
	background-image: linear-gradient(180deg,rgba(2,22,43,.89) 0,rgba(2,22,43,0) 50%),radial-gradient(farthest-side at 190% 80%,rgba(210,206,158,.45) 3%,rgba(0,51,102,.23) 67%),radial-gradient(circle at 50% -50%,#00378c 0,#021222 93%);
    position: relative;
    top: 0px;    padding: 0;
}
/* >> Era 5-1 - Columns */
#era-5-1-wrapper .row > div {
    /*height: 120vh;*/
    position: relative;
}
#era-5-1-wrapper .row > div:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
    padding: 80px 150px;
}
/* >> Era 5-1 - Image */
#era-5-1-wrapper .row > div:first-of-type {
    /* background-color: #fff; */
    background-image: url('/-/media/milliken/Corporate/About Us/History/history_bookend_image-2018-present.jpg;hash=2C2008BAAA9841B6AD873B89284360B0');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 130px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
}
#era-5-1-wrapper img {
    max-width: 700px;
}
/* >> Era 5-1 - Content */
#era-5-1-wrapper .content {
    margin: auto;
}
#era-5-1-wrapper .content span {
    font-weight: 500 !important;
    font-size: 16px;
    letter-spacing: 3px;
    color: #fff;
	font-family: HCo Whitney SSM,sans-serif;
}
#era-5-1-wrapper .content h2,
#era-5-1-wrapper .content p {
    text-align: left;
	font-family: HCo Whitney SSM,sans-serif;
}
#era-5-1-wrapper .content h2 {
    font-weight: 600 !important;
    letter-spacing: 3px;
    color: #fff;
    font-size: 26px;
    margin-bottom: 25px;
    margin-top: 10px;
}
#era-5-1-wrapper .content p {
    font-size: 18px;
    color: #fff;
    max-width: 600px;
    line-height: 1.8em;
}
#era-5-1-wrapper .content dt {
    font-weight: 700;
    margin: 0;
    flex: 0 0 3.5em;
	color: #fff;
    font-size: 20px;
}
#era-5-1-wrapper .content dd {
	font-size: 1.6rem;
    color: #fff;
    max-width: 600px;
    line-height: 1.8em;
    text-align: left;
    font-family: HCo Whitney SSM,sans-serif;
    margin-top: -2px;
    margin-bottom: 1rem;
}
#era-5-1-wrapper .content li {
	display: flex;
}
/* >> Era 5-1 - Hotspots */
#era-5-1-wrapper .hotspot-wrapper {
    position: relative;
    margin: auto 0;
}
#hotspot-1 {
    bottom: 175px;
    left: 250px;
}
/* >> Era 5-1 - Media Queries */
@media only screen and (max-width: 1700px) {
    #era-5-1-wrapper img {
        width: 550px;
    }
    #era-5-1-wrapper .row > div:last-of-type {
        padding-left: 75px;
        padding-right: 75px;
    }
}
@media only screen and (max-width: 1550px) {
    #era-5-1-wrapper .row > div:first-of-type {
        background-position-x: 200px;
    }
    #era-5-1-wrapper img {
        width: 600px;
    }
    #hotspot-1 {
        left: 200px;
        bottom: 150px;
    }
}
@media only screen and (max-width: 1500px) {
    #era-5-1-wrapper img {
        width: 450px;
    }
    #hotspot-1 {
        left: 190px;
        bottom: 125px;
    }
}
@media only screen and (max-width: 1450px) {
    #era-5-1-wrapper img {
        width: 400px;
    }
}
@media only screen and (max-width: 1400px) {
    #era-5-1-wrapper .content h2 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    #era-5-1-wrapper .row > div {
        /*height: 140vh;*/
    }
    #era-5-1-wrapper .row > div:first-of-type {
        height: auto;
        background-size: cover;
        background-position-x: initial;
        text-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        /*justify-content: center;*/
        background-position-y: 115%;
    }
    #era-5-1-wrapper img {
        width: 300px;
    }
    #hotspot-1 {
        display: none;
    }
    #era-5-1-wrapper .row > div:last-of-type {
        min-height: 40vh;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #era-5-1-wrapper .content {
        max-width: 700px;
        margin: auto;
        padding: 80px 20px;
    }
    #era-5-1-wrapper .content span {
        display: none;
    }
    #era-5-1-wrapper .content h2,
    #era-5-1-wrapper .content p {
        text-align: center;
    }
    #era-5-1-wrapper .content a.mlkn-button,
    #era-5-1-wrapper .content a.mlkn-button:hover {
        display: block;
        margin: 30px auto 10px;
    }
}
@media only screen and (max-width: 991px) {
    #era-5-1-wrapper .row > div:first-of-type {
        background-position-y: 105%;
    }
}
@media only screen and (max-width: 767px) {
    #era-5-1-wrapper .row > div:first-of-type {
/*        height: 50vh;*/
    }
    #era-5-1-wrapper img {
        width: 300px;
    }
    #era-5-1-wrapper .content h2 {
        font-size: 50px;
    }
    #era-5-1-wrapper .content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px) {
    #era-5-1-wrapper .row > div:first-of-type {
/*        height: 60vh;*/
        background-position-y: 110%;
    }
    #era-5-1-wrapper img {
        width: 300px;
    }
}
@media only screen and (max-width: 500px) {
    #era-5-1-wrapper .row > div:first-of-type {
/*        height: 60vh;*/
        background-position-y: 120%;
    }
    #era-5-1-wrapper .row > div:last-of-type {
        padding-bottom: 35px;
    }
    #era-5-1-wrapper .content {
        width: 100%;
    }
    #era-5-1-wrapper .content h2 {
        font-size: 45px;
    }
}
/* >> Era 5-1 - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #era-5-1-wrapper .content {
        margin-left: 150px;
    }
    #era-5-1-wrapper .content span {
        font-size: 30px;
    }
    #era-5-1-wrapper .content h2 {
        font-size: 90px;
    }
    #era-5-1-wrapper .content p {
        font-size: 25px;
        max-width: 700px;
    }
}
/* >> Era 5-1 - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {    
    #era-5-1-wrapper .content h2 {
        font-size: 35px;
    }
    #era-5-1-wrapper .content p {
        font-size: 14px;
    }
    #era-5-1-wrapper img {
        width: 250px;
    }
}