/* vars */

:root {
  --primary-color: #030211;
  --secondary-color: #C7C0BB;
  --body-background: #F4F2F1;
  --light-background: #fff;
  --dark-background: #E8E4DA;
  --link-color: #ED6861;
}

/* grid overrides */
body
{
    color: #030211;
    background-color: #203E4A;
    padding-top: 1rem;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.0;
}

main
{
    padding: 0 0 2rem 0;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 93rem;
}

.row
{
    max-width: 93rem;
}

#megamenu .row {
    margin-left: auto;
    margin-right: auto;
}

.dropdown.menu a,
.dropdown.menu a:active,
.dropdown.menu a:hover
{
    color: #030211 !important;
    letter-spacing: 1.5px;
    font-size: 1rem;
    line-height: 20px;
}

#megamenu .top-bar .dropdown-pane {
    border: 0;
    border-radius: 0;
    z-index: 550;
    top: 99px !important;
    background-color: #E8E4DA;
    padding: 2.2rem 1rem;
}

#megamenu .top-bar .dropdown-pane ul a:hover
{
    transition: all 0.1s ease-in;
    color: white;
    text-decoration: none;
}

#megamenu .centered-menu {
    max-width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    align-content: center;
    width: 100%;
    margin: 0 auto;
}

#mm-about-skaga .standardLink.mmHeader  {
    font-weight: 500 !important;
}

.dropdown.menu a.activeTopNav {
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
}

.opens-right > a {
    color: #fff !important;
}

.menu li .dropdown-pane a:first-child {
    text-transform: uppercase;
    white-space: nowrap;
}

.menu li .dropdown-pane a, .menu.expanded li .dropdown-pane a {
    text-transform: none;
    white-space: nowrap;
}

.top-bar {
    font-family: canada-type-gibson, sans-serif;
    width: 100%;
    padding: 0;
    font-weight: 300;
    height: auto;
}

.topnav-item li {
  text-transform: uppercase;
}

/* override gutter width */
.column
{
    padding-left: 2rem;
    padding-right: 2rem;
}

.column.navLinkContainer
{
    padding-left: 0;
    padding-right: 0;
}

.tileGrid .column,
.cardGrid .column,
.columnGrid .column,
.paragraphBlock.column
{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.cardGrid .imageBlock {
    /*background-color: white;*/
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
    padding-bottom: 3rem;
    width: 95%;
    margin: 1rem;
}

.imageBlock p {
    font-size: 1.1rem;
}

.cardGrid .imageBlockContent {
    margin-top: 1.6rem;
    width: 100%;
    color: red;
}

/* basic **/
h1
{   font-family: canada-type-gibson, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3.875rem;
    line-height: 3.25rem;
    margin-bottom: 1rem;
    color:  #706359;
}

h2
{
    font-family: canada-type-gibson, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 3.2rem;
    text-transform: none;
    margin-bottom: 1rem;
    color: #030211;
}

h3
{
    font-family: canada-type-gibson, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 3.2rem;
    text-transform: none;
    margin-bottom: 1rem;
    color: #030211;
}

h1 span.marker, h2 span.marker, h3 span.marker
{
    color:  #C7C0BB;
}

b, strong {
    font-weight: 500;
    line-height: inherit;
}

.extraLargeHeader h2 big
{
    font-size: 10rem;
    line-height: 8.5rem;
    color: #e7e4e3;
    letter-spacing: -7px;
}

p {
    position: relative;
    color:  #706359;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 1.5625rem;
}

/* section overrides */
section
{
    /* margin-left: 2rem;
    margin-right: 2rem; */
    /* margin-bottom: 1.5rem; */
    padding: 0;
}

section:last-child
{
    margin-bottom: 0;
}

.section-color-light.loadMoreContainer, .section-color-light.newrelease {
    padding-left: 2rem;
    padding-right: 2rem;
}

.section-color-light
{
    background-color: #fff;
}

.section-color-dark
{
    background-color: #E8E4DA;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.section-color-dark p
{
    /*padding-left: 0.9375rem;*/
    /*padding-right: 0.9375rem;*/
}

.section-color-light h1,
.section-color-light h2,
.section-color-light h3,
.section-color-dark h1,
.section-color-dark h2,
.section-color-dark h3,
.section-color-light p,
.section-color-dark p,
.section-color-dark ul
{
    color: #030211;
}

.section-color-dark ul
{
    color: #030211;
    list-style: none;
    list-style-position: outside;
    margin: -14px 0 0 0;
    font-weight: 400;
}

.section-color-dark ul li:before
{
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content:"\f111";
    font-size: 4px;
    display: inline-block;
    margin-right: 0.4rem;
    vertical-align: middle;
}

.section-color-dark h1 span, .section-color-dark h2 span, .section-color-dark h3 span
{
    color: white;
}

/* social header */

.social-area {
        letter-spacing:2rem;
}

.social-area a.standardLink, .social-area a.standardLink:hover, .social-area a.standardLink:active, .social-area a.standardLink:visited {
    border: 1px solid #030211;
    border-radius: 100%;
    padding: 7px 6px 6px 7px;
    width: 34px;
    height: 34px;
    margin-right: 10px;
}


/* link overrides */
a
{
    text-transform: uppercase;
    /*font-family: oswald, sans-serif;*/
    font-family: canada-type-gibson, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.linkContainer a.standardLink,
.linkContainer a.standardLink:hover,
.linkContainer a.standardLink:visited,
.linkContainer a.standardLink:active
{
    color: #030211;
    font-weight: 400;
    text-decoration: underline;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5625rem;
    letter-spacing: 0.05rem;
    text-align: center;
}

/* .linkContainer a.standardLink::before
{
    content: '- ';
} */

/* header ovverrides */

header, .topNavContainer
{
    background-color: #fff;
    color: #ccc;
}

/* mm overrides */
 /* #mm-men .subnav-item a.standardLink.mmHeader,  #mm-women .subnav-item a.standardLink.mmHeader {
    border-bottom: 2px solid #979797;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 600;
}/*

.subnav-item a.standardLink.mmLink, .subnav-item a.standardLink.mmLink a:active, .subnav-item a.standardLink.mmLink a:hover  {
    font-size: 0.875rem;
    color: #030211;
    letter-spacing: 1.31px;
    line-height: 35px;
    font-weight: 500;
}

/*.subnav-item a.standardLink.mmLink:nth-of-type(2) {*/
/*    font-size: 1rem;*/
/*    color: #030211;*/
/*    letter-spacing: 1.5px;*/
/*    font-size: 16px;*/
/*    line-height: 20px;*/
/*    text-transform: uppercase;*/
/*}*/


a.dropdown.noLink::after {
    display: none;
}

/* fixed navbar CSS on large */

.navbar-fixed
{
    position: relative;
    z-index:200;
    top: 0;
    left: 0;
}

.topNavContainer.navbar-fixed
{
    font-size: inherit;
}

.subNavContainer.navbar-fixed
{
    font-size: inherit;
}

/* END fixed navbar CSS */


.navLinkContainer a.standardLink:last-child,
.quickLinks a.standardLink:last-child {
    margin-right: 0;
    /*padding-right: 0;*/
}

.mmLink {
    font-weight: normal;
}

/*** quickLinks css */
.quickLinks
{
    background-color: #203E4A;
    opacity: 1.0;
    padding-left: 2rem;
    padding-right: 2rem;
    align-items: flex-end;
    /* padding-right: 1rem; */
    margin-left: auto;
    margin-right: auto;
    max-width: 93rem;
}

.quickLinks .menu a::before {
    width: 0;
}

.quickLinks a, .quickLinks a:active, .quickLinks a:hover
{
    background-color: transparent;
    color: #FFFFFF;
}

.quickLinks .dropdown.menu a.navMenuTitle {
    display: none;
    color: #FFFFFF !important;
    justify-content: flex-end;
    padding-right: 1.5rem;
    min-width: auto;
    width: 100%;
    text-transform: uppercase;
    font-size: 1rem;
}

li:last-child > a, li:first-child > a {
    /*font-weight: 600 !important;*/
}

.quickLinks .menu li, .quickLinks .menu.expanded li {
    min-width: 120px;
}

.quickLinks .menu li, .quickLinks .menu.expanded li:last-child {
    padding-right: 0;
}

.quickLinks .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #FFFFFF transparent transparent;
    right: -3px;
}

.quickLinks .is-dropdown-submenu {
    z-index: 200;
    min-width: 110px;
    border: none;
    background-color: #E8E4DA;
    padding: 1rem;
    opacity: 1.0;
}

.quickLinks .menu.vertical.submenu a, a.navMenuTitle {
    padding-bottom: 0.8rem;
}

.quickLinks .menu.vertical.submenu a:last-child {
    padding-bottom: 0;
}

.quickLinks .menu.vertical.submenu a:hover, a.navMenuTitle:hover {
    border: none;
    background-color: #C7C0BB;
    text-decoration: none;
    color: white;
}

.quickLinks .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    right: 0;
    left: 0;
    margin: 0;
    width: 100%;
}

/* footer overrides */

.footerLinkContainer.col2, .footerLinkContainer.col3 {
    display: none;
}

.footerLinkContainer .linkBlock:nth-of-type(2)
{
    flex-direction: column;
}

.footerRow, .fatFooterRow {
    display: block;
    position: relative;
    padding: 2.5rem 1rem;
    background-color: #203E4A;
    color: #fff;
    float: left;
}

.fatFooterRow .row
{
    display: flex;
    flex-direction: row;
    padding-top: 3rem;
    padding-bottom: 2rem;
    max-width: 82rem;
    flex-wrap: wrap;
}

.fatFooterRow .imageComponent {
    padding-top:0.5rem;
}

.fatFooterRow .imageComponent .row {
    padding-top:0px;
}

.fatFooterRow .socialLinkContainer
{
    justify-content: flex-end;
}

.footerLegal {
    padding-top: 0rem;
    padding-bottom: 1rem;
    margin: 0;
    background-color: transparent;
    font-size: 0.875rem;
    color: #fff;
    width: 100%;
}

.footerLegal a,
.footerLegal a:hover,
.footerLegal a:visited,
.footerLegal a:active
{
    color: #706359;
    text-decoration: underline;
    line-height: normal;
    width: auto;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
}

.footerLegalContainer a, .footerLegalContainer a:hover, .footerLegalContainer a:active, .footerLegalContainer a:visited
{
    color: #D39027;
    font-size: 16px;
    font-weight: normal;
    margin-top: 2px;
}

.footerLegalContainer small {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
}

.footerLegalContainer p {
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.08px;
    width: 45.29%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 4rem;
}

.footerLogo img
{
    width: auto;
    max-width: 80%;
}

.footerLinkContainer
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 75%;
    padding-top: 4.5rem;
    padding-left: 0rem;
}

.footerLinkContainer div
{
    display: flex;
    flex-direction: row;
}

.footerLinkContainer .linkBlock
{
    margin-bottom: 2px;
}

/* editor only */
.footerLinkContainer div.editFooterLinks, .socialLinkContainer.editFooterLinks
{
    flex-direction: column;
}

.footerLinkContainer a.standardLink,
.footerLinkContainer a.standardLink:hover,
.footerLinkContainer a.standardLink:visited,
.footerLinkContainer a.standardLink:active
{
    text-align: left;
    margin-right: 2.5rem;
    color: #fff;
    text-decoration: none;
    padding-left: 0;
    line-height: 37px;
    width: auto;
    letter-spacing: 0.005rem;
    font-size: 1rem;
}

.socialLinkContainer
{
    display: flex;
    flex-direction: row;
}

.socialLinkContainer a.standardLink,
.socialLinkContainer a.standardLink:hover,
.socialLinkContainer a.standardLink:active,
.socialLinkContainer a.standardLink:visited
{
    border: 1px solid #706359;
    border-radius: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    margin-right: 0.7rem;
    padding-right: 0.3rem;
    color: #706359;
}

.socialLinkContainer i {
    font-size: 1rem;
}

.button.primary, .footnote a {
    background-color: #203E4A;
    color: #FFFFFF;
    font-family: canada-type-gibson, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08px;
    line-height: 20px;
    text-align: center;
    padding: 20px;
}
.button.primary:hover, .footnote a:hover {
    background-color: #2ba6cb;
    color: #0a0a0a;
}

/* new arrivals */
.new-arrivals {
  /*background: url('/.resources/skaga/img/backstage.png') !important;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 1.5em;
}

.new-arrivals small, .mens small {
    text-align: center;
}

/* hero slider */
    .navItem {
        flex: 1;
        display: flex !important;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        padding: 0.6rem 1rem;
        border-right: none;
        background: transparent;
        border-top: none;
        border-bottom: none;
        color: #fff;
        cursor: pointer;
        text-align: center;
    }
    
    .navItem.is-active {
        background: transparent;
        /* color: #030211; */
    }
    
    .ctaDash {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: #fff;
        padding: 10px;
        bottom: 0;
        color: red;
        padding: 0;
        /*height: 4em;*/
    }
    
    .heroSlide img {
         max-width: 100%;
         width: 100%;
         height: auto;
     }
    
    .heroSlide .paragraphBlock.centerComponentContent .linkContainer {
        text-align: center;
        margin: 10px auto;
     }
     
    .navItem:first-child {
      border: none;
    }
    
    .slideNav {
      display: none;
    }
    
    .slideDetails .paragraphBlock
    {
      display: block;
      align-items: center;
      padding: 0rem;
      margin-top: -15rem;
      background-color: rgba(0, 0, 0, .35);
    }
    
    .slideDetails .paragraphContainer p, .slideDetails .paragraphContainer h1 {
        margin: 0.5rem;
        text-align: center;
        color: #fff;
        letter-spacing: 0.08px;
    }
    
    .slideDetails .paragraphContainer h1 {
        text-align: center;
        color: #fff;
        font-weight: normal;
        letter-spacing: 0.32px;
       line-height: auto;  /*78px;*/
    }
    
    .slideDetails
    {
      position: relative;
      z-index: 100000000;
      bottom: 0;
      background: rgba(255,255,255,0.1);
    } 
    
    .slick-dots li button:before {
      font-size: 15px;
    }
    .slick-prev, .slick-next {
    		width: 32px;
    		height: 32px;
    }
    
    .slick-prev {
        left: 35px;
        z-index: 10000;
    }
    
    .slick-next {
        right: 35px;
    }
    
    .slick-prev:before, .slick-next:before {
    	color:#131313;
         font-size: 51px;
         font-weight: 300;
    	 font-family: "Font Awesome 6 Pro";
         height: 28px;
         margin: -1rem;
    }
    
    .slick-prev:before {
      content: '\f137';
    }
    
    .slick-next:before {
      content: '\f138';
    }
    
    .slick > i {
    		margin: -15% 6%;
    		z-index:100;
    }
    
/* history slider*/
 .historySlider .slick-prev:before, .slick-next:before {
        color: #131313;
        font-size: 55px;
        font-weight: 300;
        font-family: "Font Awesome 6 Pro";
        height: 28px;
        margin: -1rem;
    }
    
    .historySlider .slick-prev:before {
        content: '\f104';
    }
    
    .historySlider .slick-next:before {
        content: '\f105';
    }

    .historySlider .slick-prev:before {
        display: block;
        margin-left: -5rem;
    }

    .historySlider .slick-next:before {
        display: flex;
        margin-left: 5.5rem;
    }
    
/* frames slider */
.slideImage {
    display: block !important;
}

/*** single slide ***/
.slick-dots li:only-child {
    display: block;
}

/* pure social slider */
.pure-social-slider {
    padding: 2rem 4rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

.pure-social-slider img {
    width: 330px;
}

.row.pure-slider-container {
    background: #fff;
}

.pure-side-label {
    padding: 2rem 2rem 0rem 2rem;
    margin-left: 2rem;
}

.pure-side-label h4 {
   font-size: 1.7925rem;
}

.pure-side-label small {
    background-color: #0095f6;
    font-size: 0.55em;
    padding: 4px 8px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    position: relative;
    bottom: 5px;
}

.slick-dots {
    bottom: 5px;
}

.pure-social-slider .slick-dots {
    width: 85%;
    bottom: 0.5rem;
}

/*history slider */
.line {
    width: 100%;
    border-top: 1px solid #000;
    height: 92px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
}
.slider-content-block p {
  text-align: center;
}

.timeline-row p:first-child {
  margin-top:20px;
  font-weight: 500;
}

.timeline-row p:last-child-child {
  padding-bottom: 20px;
}

.timeline-row.slick-prev:before {
  left: 35px;
  z-index: 10000;
}

.slider-image-timeline {
    height: 256px;
    background-size: contain !important;
}

.paragraphBlock.column.centerComponentContent > .history {
  background: #fff;
  padding-top: 2rem;
}

.hero-section3 .hero-section-text .paragraphBlock {
    height: auto;
    padding: 1rem !important;
}

.loadMoreContainer2 > .row > div > .columnBlock, .loadMoreContainer > .row > div > .columnBlock {
    display: none;
}

.viewmoreframes {
    background: #fff;
}

#content{
    display:none;
}

#content.show {
    display:block;
}


/* frames sliders */
.margin-auto {
    margin: 0 auto;
}

.frameColors
{
    margin-top:3.2rem;
}

.frameColors .productColors
{
    margin: 0.6rem auto 0 auto;
}

.productColors {
    display: table;
    border-spacing: 8px 4px;
}

.styleColor {
    cursor: pointer;
    display: table-cell;
    color: white;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    width: 30px !important;
    height: 30px !important;
}

.colorDescription {
    text-align: center;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    text-transform: capitalize;
}

.productSizes
{
    margin-top: 0.6rem;
    text-align: center;
}

.ca-nav-controldots
{
    text-align: center;
}

.dotControl
{
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #ccc;
    margin-right: 5px;
    width:15px;
    height:15px;
    cursor: pointer;
}

.dotControl.selected, .dotControl:hover
{
    background-color: #ccc;
}

.slick-groupGallery .slick-prev:before, .slick-groupGallery .slick-next:before
{
    display: none;
}

.slick-groupGallery .slick-dots {
    bottom: -2rem;
    left: -8rem;
}


/* presentation slider overrides */
.presentation-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
    /*border: 1px solid #58646D;*/
    padding-bottom: 4rem;
}

.presentation-slider .slick-image .paragraphBlock {
    padding: 1rem 4rem 0.5rem 4rem;
    color: #003046;
    background-color: #fff !important;
}

.presentation-slider .slick-image .image img {
    position: relative;
    margin: 0 auto;
    width: 100% !important;
}

.dotsArea {
    background-color: #fff !important;
    margin-bottom: 2rem;
    padding: 0.8rem;
}


/* hero overrides */

/* .hero-section2.standardHeight {
    height: 33vh;
} */

.hero-section2 .hero-section-text p {
    margin-bottom: 0;
}

.homeHeroText img
{
    /* margin-top: 2.8rem; */
    width: 60%;
}

.hero-section2.hero-left .hero-section-text {
    align-items: center;
    width: 60%;
}

.hero-section2 .button:first-child {
    margin: 0;
}
.brandLandingPage .button.clear,
.brandLandingPage.button.clear.disabled,
.brandLandingPage .button.clear:focus,
.brandLandingPage .button.clear:focus.disabled,
.brandLandingPage .button.clear:focus[disabled],
.brandLandingPage .button.clear:hover.disabled,
.brandLandingPage .button.clear:hover[disabled],
.brandLandingPage .button.clear[disabled] {
    border-color: transparent;
    padding: 0;
    min-width: 200px;
    text-align: left;
    margin: 0 0 1.6rem 0;
    min-width: 240px;
    color: #706359;
    font-size: 1rem;
    letter-spacing: 1.4px;
    opacity: 1.0;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.brandLandingPage .button.clear:hover {
    transition: all 0.1s ease-in;
    color: white;
    text-decoration: none;
}

/* spread overrides */

/* .spread.section-color-dark .row
{
    margin-left: 2rem;
    margin-right: 2rem;
} */

/* spread with slider overrides */
section.spread-slider .slick-dots {
    position: relative;
    bottom: auto;
    text-align: left;
    float: left;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 5px;
    color: #C7C0BB;
    opacity: 0.75;
}

.slick-dots li.slick-active button::before {
    opacity: .75;
    color: #706359;

}
.slick-dots li button::before:hover {
    color: #706359;

}
.slick-dots li button::before {
    font-size: 12px;
    color: #C7C0BB;
    width:0;
}

.slick-dots li:not(.slick-active) button::before {
    opacity: 0.25 !important;
    color: #C7C0BB;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* brand overrides */
.spread.brandHero
{
    margin-bottom: 0;
    padding: 0;
}

.spread.brandHero .container
{
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
}

.spread.brandHero .spreadCol img
{
    flex-basis: 76%;
}

.spread.brandHero .container div.spreadCol1 img
{
    background-color: #000;
}

.spread.brandHero .container div.spreadCol1
{
    padding: 0;
    z-index: 100;
    width: 25%;
}

.spread.brandHero .spreadCol.spreadCol2
{
    width: 72%;
    transform: translateX(-90px);
}

.brandSpread .row, .brandSpreadGrid .row
{
    max-width: 72rem;
}

.brandSpreadGrid .row
{
    padding: 0 2rem;
}

.brandSpreadGrid .imageBlockContent p
{
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
}

.brandSpread .spreadCol .paragraphBlock
{
    padding-top: 1rem;
}

.brandSpread .container
{
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

.brandSpread h2 var {
    height: auto;
    width: auto;
    display: block;
    margin-bottom: 0.5rem;
}

/* column grid css */
.accordionGrid > .row
{
    max-width: 70rem;
}

.columnGrid h2
{
    margin-bottom: 2.3rem;
}

.columnBlock
{
    text-align: center;
}

.columnBlock img
{
    border: none;
    box-shadow: none;
}

.imageBlockContent h3
{
    font-size: 1rem;
    letter-spacing: 0.3rem;
}

/* accordion overrides */
.accordion-title
{
    padding: 0;
    border: none;
    border-bottom: none;
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: none;
    border-radius: 0;
}

.accordion-title h3
{
    padding: 0;
}

.columnBlock.accordionComponent h2
{
    text-align: left;
    font-size: 3.375rem;
    line-height: 3rem;
}

.accordion-title::before {
    display: none;
    content: '';
}

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

li.accordion-item.is-active, li.accordion-item:hover, li a.accordion-title, li a.accordion-title:hover, li a.accordion-title:focus
{
    background-color: transparent;

}

.accordion-content
{
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}

/* find-a-frame */
.storeLocator, .catalog
{
    padding: 0;
    margin: 0 !important;
    height: 90vh;
}

.storeLocator iframe, .catalog iframe
{
    padding: 0;
    margin: 0 !important;
    height: 90vh;
}

.iframeContainer {
    background: #fff !important;
}

/* overlay component */
.overlayComponent .overlayComponent-img
{
    flex-basis: auto;
}

.fixedHeightBlock
{
    margin: 0;
}

.fixedHeightBlock .distinctDesigns
{
    margin-left: 4rem;
}

/* privacy policy */
.privacyPolicy .row
{
    align-items: flex-start;
    max-width: 70rem;
}

.spread.privacyPolicy .row div.paragraphContainer p,
.spread.privacyPolicy .row div.paragraphContainer ul,
.spread.privacyPolicy .row div.paragraphContainer ul li
{
    font-size: 0.8125rem;
    width: 100%;
    line-height: 1.5625rem;
    color: #706359;
    margin-left: 0;
    list-style-position: inside;
}

.spread.privacyPolicy .row div.paragraphContainer table
{
    font-size: 0.8125rem;
}


/*** contact us css ***/

.contactUsHero .row
{
    max-width: 70rem;
}

.contactUsHero .row .paragraphContainer p
{
    color: #706359;
    font-size: 1rem;
}

.playButton {
    position: absolute;
    z-index: 100;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20%;
    background-color: #fff;
    width: 80px;
    height: 50px;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    padding-top: 4px;
}

/*form*/
.select-element-container label {
    display:none;
}

select {
    font-size: 0.875rem;
}

.error {
    color: red;
    text-align: center;
    font-weight: normal;
    float: none;
    margin-bottom: 0.5rem;
}

.error-message-wrapper {
    border: 1px solid #d2280a;
}

.element-outline-container {
    padding: 3px;
    /*border: 1px solid transparent;*/
}

.errorMsg {
    margin-bottom: 1rem;
}

#fsForm4454147 {
    width: 50%;
    margin-left: 25%;
}


/* media queries */
@media screen and (max-width: 39.9375em)
{
    /* grid overrides */
    body
    {
        padding: 0;
    }

    main
    {
        padding: 0;
        background-color: #fff;
        margin-left: 0;
        margin-right: 0;
    }

    /* hero */
    .hero-section2.marchonHomeHero
    {
        display: none;
    }

    .hero-section-text-mobile.marchonHomeHero
    {
        display: flex;
        align-items: center;
        min-height: 29vh;
        margin-bottom: 1.8rem;
        margin-top: 1.5rem;
        background-color: #F4F2F1;
    }

    .hero-section-text-mobile.contactUsHero
    {
        display: flex;
        align-items: center;
        /* min-height: 29vh; */
        margin-bottom: 1.8rem;
        margin-top: 1.5rem;
    }

    .hero-section-text-mobile p
    {
        margin-bottom: 0;
        margin: 0 auto;
        display: block;
    }

    .hero-section-text-mobile p img
    {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    /* basic **/
    h1
    {
        font-size: 3rem;
        line-height: 2.7rem;
        margin-bottom: 1.4rem !important;
    }

    h2
    {
        font-size: 2.8rem !important;
        line-height: 2.7rem !important;
        margin-bottom: 1.4rem !important;
    }

    h3
    {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    p
    {
        font-size: 0.8125rem;
        line-height: 1.5rem;
    }

    /* section overrides */
    section
    {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0rem;
        padding: 0;
    }

    /* spread overrides */
    .spread .row
    {
        margin-left: 0;
        margin-right: 0;
    }

    .spread .container
    {
        padding: 0;
    }

    .spread.section-color-dark .row
    {
        margin-left: 0;
        margin-right: 0;
    }

    .spread.brandHero .container
    {
        flex-direction: column-reverse;
    }

    .spread.brandHero .container div.spreadCol1
    {
        padding: 0;
        z-index: 100;
        width: 50%;
        margin: auto;
        transform: translateY(-45px);
    }

    .spread.brandHero .spreadCol.spreadCol2
    {
        width: 100%;
        transform: none;
    }

    .spreadCol
    {
        padding-left: 0;
        padding-right: 0;
    }

    .paragraphBlock
    {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .extraLargeHeader h2 big {
        font-size: 6rem;
        line-height: 5.8rem;
        color: #e7e4e3;
        letter-spacing: -7px;
    }

    /* spread with slider overrides */
    section.spread-slider .slick-dots {
        position: relative;
        bottom: auto;
        text-align: center;
    }

    .spread.spread-slider img {
        margin-bottom: 0;
    }

    .slick-dots
    {
        margin-bottom: 14.6rem;
    }
    
    .historySlider .slick-dots
    {
        margin-bottom: 2rem;
    }

    .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 5px;
        color: #C7C0BB;
    }

    .slick-dots li.slick-active button::before {
        opacity: .75;
        color: #706359;

    }
    .slick-dots li button::before:hover {
        color: #706359;

    }
    .slick-dots li button::before {
        font-size: 12px;
        color: #C7C0BB;
        width:0;
    }

    .slick-dots li:first-child {
        margin-left: 0;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    /* footer overrides */
    .fatFooterRow .row, .footerLinkContainer div {
        flex-direction: column;
    }

    .footerLogo img {
        max-width: 80%;
    }

    .fatFooterRow .socialLinkContainer {
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .footerLegal {
        padding-bottom: 1rem;
        margin-bottom: 0;
    }

    .footerLinkContainer div
    {
        flex-direction: column;
        justify-content: flex-start;
    }

    .linkContainer a.standardLink, .linkContainer a.standardLink:hover, .linkContainer a.standardLink:visited, .linkContainer a.standardLink:active {
        letter-spacing: 0.1rem;
    }

    .footerLegal {
        margin-bottom: 0;
    }
    .columnGrid > .row
    {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .thumbnail
    {
        width: auto;
    }

    /* overlay small css */
    .fixedHeightBlock
    {
        margin-top: -85px !important;
    }

    .fixedHeightBlock .overlayComponent
    {
        justify-content: center !important;
    }

    .fixedHeightBlock .overlayComponent .overlayComponent-img {
        flex-basis: auto;
    }

    /* table css */

    table{
        width: 100%;
    }

    tr {
        border: 1px solid #9f9f9f;
        border-top: none;
        border-bottom: none;
        display: flex;
        flex-direction: row;
        margin-bottom: 0;
    }

    table tbody td, table tbody th {
        padding: .5rem 6px .625rem;
        width: 25%;
    }
    
    .menu a::before {
        margin: 0 0 0 -1rem !important;
    	position: relative !important;
    	top: -0.8rem !important;
    }
    
    .slideDetails .paragraphBlock
    {
      display: block;
      align-items: center;
      padding: 0rem;
      margin-top: 0rem;
      background: transparent;
    }

    .slick-prev:before, .slick-prev:before, .slick-next:before {
        display: none;
    }
    
    .slideDetails .paragraphContainer p, .slideDetails .paragraphContainer h1 {
        margin: 1.5rem;
    }
    
}

@media screen and (max-width: 39.9375em) and (orientation: portrait)
{

    .footerLinkContainer {
        display: inline;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        padding-top: 2.5rem;
        padding-left: 3rem;
    }

    .footerLegalContainer p {
        color: #fff;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 0.08px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 4rem;
        margin-top: 0.45rem;
    }
    
    .footerLinkContainer a.standardLink, .footerLinkContainer a.standardLink:hover, .footerLinkContainer a.standardLink:visited, .footerLinkContainer a.standardLink:active {
        text-align: left;
        margin-right: 0.5rem;
        color: #fff;
        text-decoration: none;
        padding-left: 0;
        line-height: 37px;
        width: auto;
        letter-spacing: 0.005rem;
        font-size: 1rem;
    }
    
    .spread.brandHero .row .spreadParagraph, .spread.brandHero .row.flip-spread .spreadParagraph {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        z-index: 20;
        padding: 0;
        margin: 0;
        height: 100%;
    }

    .spread.brandHero .row div.paragraphContainer
    {
        width: 50%;
        height: 50%;
        margin: -50px auto 0 auto;
    }

    .fatFooterRow .socialLinkContainer {
        justify-content: flex-start;
    }

    .fatFooterRow .row {
        max-width: 21rem;
    }

    .section-color-dark {
        /*padding-top: 0;*/
    }

    #mm-prhub .standardLink.mmLink
    {
        display: none;
    }

    .columnBlock.accordionComponent
    {
        padding: 0;
    }
    
    .new-arrivals {
        /*background: url(/.resources/skaga/img/newarrivals.png) !important;*/
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 1.5em;
    }
    
    .new-arrivals .headerBlock {
        margin-bottom: -1rem;
    }
    
    .new-arrivals .footnote {
        margin-top: 1rem;
    }

}

@media screen and (min-width: 40em) and (max-width: 63.9375em)
{

    /* basic **/
    h1
    {
        font-size: 3rem;
        line-height: 2.8rem;
    }

    h2
    {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
    
        h3
    {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .accordionGrid h2
    {
        font-size: 2rem !important;
        line-height: 2.4rem !important;
        margin-bottom: 1rem !important;
    }

    .accordionGrid h3
    {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    p
    {
        font-size: 0.8125rem;
        line-height: 1.1rem;
    }

    .fatFooterRow .row
    {
        padding: 2rem;
    }

    .fatFooterRow .row .column {
        padding-left: 0;
        padding-right: 0;
    }

    .footerLogo {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    /* .spread.brandHero
    {
        margin-bottom: 2rem;
    } */

    .spread .row .spreadParagraph, .spread .row.flip-spread .spreadParagraph {
        padding: 0;
    }

    .spread .row .spreadImage, .spread .row.flip-spread .spreadImage {
        padding: 0;
    }

    .spread.brandHero .row div.spreadParagraph div.paragraphContainer
    {
        flex-basis: 60%;
    }

    .spread.brandHero .spreadImage
    {
        align-self: flex-end;
        width: 75%;
    }

    .fixedHeightBlock {
        margin-top: -62px !important;
    }

    .spread.brandHero .spreadParagraph p img
    {
        min-width: 200px;
        height: auto;
    }

    #mm-prhub .standardLink.mmLink
    {
        display: none;
    }

    .brandSpreadGrid .row
    {
        width: 80%;
        padding: 0 2rem;
    }
    
    .slideDetails .paragraphBlock {
      display: block;
      align-items: center;
      padding: 0rem;
      margin-top: 0rem;
      background: transparent;
    }
    
        .slick-prev:before, .slick-prev:before, .slick-next:before {
        display: none;
    }
    
    .slideDetails .paragraphContainer p, .slideDetails .paragraphContainer h1 {
        margin: 1.5rem;
    }
    
    .hero-section3 .hero-container, .hero-section3 .hero-container.stackHero {
        flex-direction: column;
        position: relative;
        width: 100%;
    }

}

@media screen and (min-width: 40em) and (max-width: 63.9375em)
{

    .spread.brandHero .container div.spreadCol1
    {
        padding: 0;
        z-index: 100;
        width: 35%;
    }

    .spread.brandHero .spreadCol.spreadCol2
    {
        width: 75%;
        transform: translateX(-70px);
    }

    .extraLargeHeader h2 big {
        font-size: 6rem;
        line-height: 5.8rem;
        color: #e7e4e3;
        letter-spacing: -7px;
    }

    /* table css */

    table
    {
        width: 100%;
    }

    tr {
        border: 1px solid #9f9f9f;
        border-top: none;
        border-bottom: none;
        display: flex;
        flex-direction: row;
        margin-bottom: 0;
    }

    table tbody td, table tbody th {
        padding: .5rem 6px .625rem;
        width: 25%;
    }
    
    .slideDetails .paragraphBlock {
          display: block;
          align-items: center;
          padding: 0rem;
          margin-top: 0rem;
          background: transparent;
          min-height: 20vh;
        }

}

@media screen and (max-width: 63.9375em) and (orientation: landscape)
{

    .fatFooterRow .socialLinkContainer {
        justify-content: flex-start;
        padding-top: 1rem;
    }

    /* spread with slider overrides */
    section.spread-slider .slick-dots {
        position: relative;
        bottom: auto;
        text-align: center;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .hero-section2.standardHeight {
        height: 33vh !important;
    }

    section.spread
    {
        padding-top: 0;
        padding-bottom: 0;
    }
    .slick-dots {
        margin-bottom: 12.5rem;
    }

}

@media screen and (max-width: 63.9375em) and (orientation: portrait)
{
    .hero-section2.expandedHeight {
        height: 20vh;
    }

    .fatFooterRow .socialLinkContainer {
        justify-content: flex-start;
        padding-top: 1.4rem;
    }

    .footerLogo img
    {
        width: 50%;
        max-width: 50%;
    }

    .footerLogo {
        text-align: left;
    }

    .hero-section2.standardHeight {
        height: 20vh !important;
    }

    section.spread-slider .slick-dots
    {
    	text-align: center;
    }

    .overlayComponent .overlayComponent-img {
      flex-basis: auto;
      text-align: center;
    }

    .overlayComponent.accessPurposeOverlay .overlayComponent-img {
      text-align: right;
    }

    .overlayComponent .overlayComponent-img  img{
      width: 60%;
    }

}


@media screen and (max-width: 63.9375em)
{

    .navLinkContainer a::before {
        width: 1rem;
        margin: 0rem -0.5rem;
        content: " ";
        display: unset !important; 
    }
    
    .mm-title-bar {
        /* color: #000; */
        background-color: #fff;
    }

    .menu-icon::after {
      background: #706359;
      box-shadow: 0 7px 0 #706359,0 14px 0 #706359;
    }

    #megamenu, .top-bar .dropdown-pane {
        /* background-color: #fff;
        color: #000; */
        box-shadow: none;
    }

    #megamenu, .top-bar .dropdown-pane {
        background-color: #E8E4DA;
        color: white;
    }

    .top-bar .dropdown.menu a,
    .top-bar .dropdown.menu a:active,
    .top-bar .dropdown.menu a:hover {
        color: #030211;
        border-bottom: none;
        text-align: left;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        padding-left: 1.5rem;
    }

    #megamenu .top-bar .dropdown-pane {
        border: 0;
        border-radius: 0;
        z-index: 550;
        top: 0 !important;
        background: transparent;
        padding: 0 0 0 1rem;
        max-height: none;
    }

    .top-bar .dropdown-pane ul.vertical {
        align-items: flex-start;
        padding: 0 2rem;
    }
    
    .navLinkContainer a.dropdown::before {
        width: 1rem;
        margin: 0 0.2rem;
        content: " " !important;
        display: inline-block;
    }
    
    .navLinkContainer .navLogoContainer-mobile {
        display: inline-block;
        text-align: center;
        flex-grow: 1;
    }

    .social-area {
        display: flex; 
        width: 40px; 
        height: 40px; 
        margin-left: 1rem; 
    }

    .social-area .standardLink {
        padding: 7px 6px 6px 7px;
        width: 34px;
        height: 34px;
    }

    .hero-section3 .hero-section-text .paragraphBlock {
        height: auto;
        text-align: center;
    }
}

@media screen and (max-width: 63.9375em) and (orientation: landscape)
{
    .brandLandingPage .spreadCol
    {
        flex-basis: 100%;
    }

    .overlayComponent .overlayComponent-img {
      flex-basis: auto;
      text-align: right;
    }

    .overlayComponent .overlayComponent-img  img{
      width: 60%;
    }
    
    #mega-menu.menu li, #mega-menu.menu.expanded li {
        min-width: 110px;
        padding: 0 1.5rem 0 0;
    }
    
    .dropdown.menu a, .dropdown.menu a:active, .dropdown.menu a:hover {
        color: #030211;
        letter-spacing: 1.5px;
        font-size: 0.875rem;
        line-height: 20px;
    }

}


/* 6/7/8 plus Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait)
{
        .footerLogo img {
         /*display: flex;*/
        justify-content: center;
      }
      
        .slider-image-timeline {
        height: 185px;
        background-size: contain !important;
    }
    
    .historySlider .slick-prev:before {
        display: block;
        margin-left: -2.5rem;
        margin-top: -11rem;
    }
    .historySlider .slick-next:before {
        display: block;
        margin-left: 2.5rem;
        margin-top: -11rem;
    }
    
    .cardGrid .imageBlock {
        box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
        padding-bottom: 3rem;
        width: 95%;
        margin: 1rem 1rem 1rem .5rem;
    }
    
}

/* 6/7/8 plus Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) 
{
      .footerLogo img {
         /*display: flex;*/
        justify-content: center;
      }
      
      .slider-image-timeline {
        height: 185px;
        background-size: contain !important;
    }
    
    .historySlider .slick-prev:before {
        display: block;
        margin-left: -4.5rem !important;
        margin-top: -7rem;
    }
    .historySlider .slick-next:before {
        display: block;
        margin-left: 4.5rem !important;
        margin-top: -7rem;
    }
    
        .footerLegalContainer p {
        color: #fff;
        text-transform: uppercase;
        font-size: 1rem !important;
        font-weight: 500;
        letter-spacing: 0.08px;
        width: 50.5% !important;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 4rem;
    }
    
    
    .footerLegalContainer a, .footerLegalContainer a:hover, .footerLegalContainer a:active, .footerLegalContainer a:visited {
        color: #D39027;
        font-size: 16px;
        font-weight: normal;
        margin-top: -2px;
    }
    
    .historySlider .slick-dots {
        margin-bottom: 0.5rem;
    }
    
    .column {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
    }
    
    .cardGrid .imageBlock {
        box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
        padding-bottom: 3rem;
        width: 95%;
        margin: 1rem 1rem 1rem .5rem;
    }


}

/* 6/7/8 plus landscape only*/
@media (width: 736px)  
{
    .footerLegalContainer p {
        color: #fff;
        text-transform: uppercase;
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0.08px;
        width: 49.8% !important;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 4rem;
        margin-top: -0.8rem;
    }
    
}

/* iPhone X landscape only*/
@media (width: 812px)  
{
    .footerLegalContainer p {
        color: #fff;
        text-transform: uppercase;
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0.08px;
        width: 43%;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 4rem;
    }
    
    .footerLinkContainer {
        display: block !important;
        padding-top: 0.4rem !important;
        padding-left: 8.8rem !important;
    }
    
    .slider-image-timeline {
        height: 192px !important;
        background-size: contain !important;
    }
    
    .line {
        width: 100%;
        border-top: 1px solid #000;
        height: 150px !important;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 100;
    }
}
  
/* iPad Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
     
      .pure-social-slider img {
        width: 180px;
        padding: 1rem;
    }
    
    .footerLinkContainer a.standardLink, .footerLinkContainer a.standardLink:hover, .footerLinkContainer a.standardLink:visited, .footerLinkContainer a.standardLink:active {
        text-align: left;
        margin-right: 0.5rem;
        color: #fff;
        text-decoration: none;
        padding-left: 0;
        line-height: 37px;
        width: auto;
        letter-spacing: 0.005rem;
        font-size: 0.875rem;
    }
    
    .footerLinkContainer {
        display: block;
        /*flex-direction: row;*/
        /*justify-content: flex-start;*/
        width: 75%;
        padding-top: 2.5rem;
        padding-left: 2rem;
    }
    
    .footerLegalContainer p {
        color: #fff;
        text-transform: uppercase;
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0.08px;
        margin-left: 4.2rem;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 4rem;
        margin-top: 0.7rem;
    }
    
    .footerLegalContainer a, .footerLegalContainer a:hover, .footerLegalContainer a:active, .footerLegalContainer a:visited {
        color: #D39027;
        font-size: 16px;
        font-weight: normal;
        margin-top: -3px;
    }
    
    .heroSlide .paragraphBlock.centerComponentContent .linkContainer {
        text-align: center;
        margin: 2.25rem auto;
     }
     
     .slider-image-timeline {
        height: 181px;
        background-size: contain !important;
    }
    
    .historySlider .slick-prev:before {
        display: block;
        margin-left: -5.8rem;
        margin-top: -7rem;
    }
    
    .historySlider .slick-next:before {
        display: block;
        margin-left: 6.5rem;
        margin-top: -7rem;
    }
    
    .social-area {
        display: flex;
        width: 40px;
        height: 40px;
        margin-left: 2.3rem;
    }

}

/* 6/7/8 landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape)
{
    .footerLegalContainer p {
        color: #fff;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 0.08px;
        width: 53% !important;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 4rem;
        margin-top: 0.8rem;
    }
    
    .footerLinkContainer {
        display: inline;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        padding-top: 2.5rem;
        padding-left: 3rem;
    }
    
    .footerLegalContainer a, .footerLegalContainer a:hover, .footerLegalContainer a:active, .footerLegalContainer a:visited {
        color: #D39027;
        font-size: 16px;
        font-weight: normal;
        margin-top: -2px;
    }
    
        .historySlider .slick-prev:before {
        display: block;
        margin-left: -4rem;
        margin-top: -9rem;
    }

    .historySlider .slick-next:before {
        display: block;
        margin-left: 4rem;
        margin-top: -9rem;
    }
    
    .slider-image-timeline {
        height: 158px;
        background-size: contain !important;
    }

    .historySlider .slick-dots {
        margin-bottom: 1rem !important;
    }
    
    .presentation-slider.slick-dotted.slick-slider {
        margin-bottom: 0;
        /* border: 1px solid #58646D; */
        padding-bottom: 0rem;
    }
    
    .line {
        width: 100%;
        border-top: 1px solid #000;
        height: 150px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 100;
    }
    
}

/* iPhone 6/7/8 Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) 
  { 
      
    .footerLegalContainer a, .footerLegalContainer a:hover, .footerLegalContainer a:active, .footerLegalContainer a:visited {
        color: #D39027;
        font-size: .9rem;
        font-weight: 500;
    }
    .footerLegalContainer p {
        color: #fff;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 0.08px;
        display: inline-block;
        margin-bottom: 4rem;
        margin-top: 0.55rem;
    }
 
    .new-arrivals.cardGrid.imageBlock {
       box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
        padding-bottom: 3rem;
        width: 90%;
        margin: 2rem;
    }
    
    .line {
        width: 100%;
        border-top: 1px solid #000;
        height: 200px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 100;
    }
    
    .slider-image-timeline {
        height: 175px;
        background-size: contain !important;
    }
    
    .historySlider .slick-prev:before {
        display: block;
        margin-left: -2.3rem;
        margin-top: -13rem;
    }

    .historySlider .slick-next:before {
        display: block;
        margin-top: -13rem;
        margin-left: 3rem;
    }
    
    .section-color-light.loadMoreContainer, .section-color-light.newrelease {
        padding-left: 1rem;
        padding-right: 2rem;
    }
    
    .presentation-slider.slick-dotted.slick-slider {
        margin-bottom: 0;
        /* border: 1px solid #58646D; */
        padding-bottom: 0rem;
    }

}

/* iPhone X Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape)
{ 
    
    .footerLinkContainer {
        display: block !important;
        padding-top: 0.4rem !important;
        padding-left: 4rem;
    }
    
     .footerLegalContainer p {
        color: #fff;
        text-transform: uppercase;
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0.08px;
        width: 43.2%;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 4rem;
    }
    
    .slider-image-timeline {
        height: 195px;
        background-size: contain !important;
    }
    
    .historySlider .slick-dots {
        margin-bottom: 0.5rem;
    }
    
    .footerLegalContainer a, .footerLegalContainer a:hover, .footerLegalContainer a:active, .footerLegalContainer a:visited {
        color: #D39027;
        font-size: 1rem;
        font-weight: 500;
        margin-top: -2px;
    }
    
    .historySlider .slick-prev:before {
        display: block;
        margin-left: -6rem;
        margin-top: -5rem;
    }
    
    .historySlider .slick-next:before {
        display: block;
        margin-left: 6.8rem;
        margin-top: -5rem;
    }
}


/* iPad landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

     #mega-menu.menu li, #mega-menu.menu.expanded li {
        min-width: 110px;
        padding: 0 1.5rem 0 0;
    }
    
    .dropdown.menu a, .dropdown.menu a:active, .dropdown.menu a:hover {
        color: #030211;
        letter-spacing: 1.5px;
        font-size: 0.875rem;
        line-height: 20px;
    }
    
    .top-bar {
        font-family: canada-type-gibson, sans-serif;
        width: 100%;
        padding: 0;
        font-weight: 400;
        height: auto;
    }
    
    .footerLinkContainer {
        display: flex;
        width: 75%;
        padding-top: 4.5rem;
        padding-left: 0rem;
    }
    
    .footerLinkContainer a.standardLink, .footerLinkContainer a.standardLink:hover, .footerLinkContainer a.standardLink:visited, .footerLinkContainer a.standardLink:active {
        text-align: left;
        margin-right: 0.85rem;
        color: #fff;
        text-decoration: none;
        padding-left: 0;
        line-height: 37px;
        width: auto;
        letter-spacing: 0.005rem;
        font-size: .875rem;
    }
    
    .footerLegalContainer p {
        color: #fff;
        text-transform: uppercase;
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0.08px;
        width: 53.5%;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 4rem;
    }
    
    .footerLegalContainer a, .footerLegalContainer a:hover, .footerLegalContainer a:active, .footerLegalContainer a:visited {
        color: #D39027;
        font-size: 1rem;
        font-weight: 500;
    }
    
    .pure-social-slider img {
        width: 230px;
    }
    
         .slider-image-timeline {
        height: 181px;
        background-size: contain !important;
    }
    
    .historySlider .slick-prev:before {
        display: block;
        margin-left: -6rem;
        margin-top: -8rem;
    }
    
    .historySlider .slick-next:before {
        display: block;
        margin-left: 6.8rem;
        margin-top: -8rem;
    }

    .slider-image-timeline {
        height: 230px;
        background-size: contain !important;
    }
    
    .line {
        width: 100%;
        border-top: 1px solid #000;
        height: 185px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 100;
    }
    
}


/* iPad Pro Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .footerLinkContainer {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 75%;
        padding-top: 4.5rem;
        padding-left: 0rem;
    }
    
        .footerLegal {
        padding-top: 0rem;
        padding-bottom: 1rem;
        margin: 0;
        background-color: transparent;
        font-size: 0.875rem;
        color: #fff;
        /*width: 118%;*/
    }
    
    .line {
        width: 100%;
        border-top: 1px solid #000;
        height: 225px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 100;
    }
    
}


@media screen and (min-width: 63.9375em)
{
    .container .spreadCol .paragraphBlock
    {
        padding: 1rem 2.75rem 0 2.85rem;

    }
    
    .container .spreadCol .image
    {
        padding: 0rem 2rem 0 2.5rem;

    }

    .distinctDesignSpread .container .spreadCol .paragraphBlock
    {
        padding: 5px 2rem 0 3.9375rem;

    }

    .hero-section2 {
        background: 80% no-repeat;
        background-size: 115%;
    }

    .hero-section2.hero-left.contactUsHero .hero-section-text
    {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .extraLargeHeader .spreadCol.spreadCol2 .paragraphBlock
    {
        padding: 1rem 2rem 0 3.9375rem;
    }

    .extraLargeHeader .spreadCol2 .paragraphBlock:first-child
    {
        padding-top: 0;
    }

    .row .spreadCol .slick-dots
    {
      padding: 0;
      position: relative;
      text-align: center;
      bottom: -5px;
    }

    .row .spreadCol
    {
    		padding: 0;
    }

    .dropdown.menu {
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        padding: 0 2rem;
    }

    .quickLinks .dropdown.menu {
        padding: 0;
    }

    #mega-menu.menu li:last-child, #mega-menu.menu.expanded li:last-child {
        min-width: auto;
        padding-right: 0;
    }

    .title-bar {
      display: none;
    }
    
    .top-bar {
        font-family: canada-type-gibson, sans-serif;
        width: 100%;
        padding: 0;
        font-weight: 300;
        height: 4em;
    }
    
    #mm-men .subnav-item a.standardLink.mmHeader, #mm-women .subnav-item a.standardLink.mmHeader {
        border-bottom: 2px solid #979797;
        padding-bottom: 0.5rem;
        text-transform: uppercase;
        /*font-weight: 600;*/
    }

    #mm-men ul {
        display: flex;
        flex-direction: row;
    }
}

@media screen and (min-width: 63.9375em) and (orientation: portrait)
{

    .hero-section2.standardHeight {
        height: 20vh !important;
    }


    .brandLandingPage .spreadCol
    {
        flex-basis: 100%;
    }

}

@media screen and (min-width: 63.9375em) and (orientation: landscape)
{

    .overlayComponent .overlayComponent-img  img {
        width: 60%;
    }
    .overlayComponent .overlayComponent-img {
        text-align: right;
    }

}

@media screen and (min-width: 63.9375em) and (orientation: portrait)
{

    .overlayComponent .overlayComponent-img  img {
        width: 60%;
    }
    .overlayComponent .overlayComponent-img {
        text-align: right;
    }

}

@media screen and (min-width: 600px) and (orientation: portrait)
{

    .footerLogo img {
        width: auto;
        max-width: 50%;
    }

  #megamenu .top-bar .dropdown-pane {
        width: 100%;
        padding: 0;
        font-weight: 400;
        height: auto;
        background-color: #E8E4DA;
    }
}

@media screen and (max-width: 39.9375em)
{
    .spread.brandHero .spreadImage
    {
        align-self: auto;
        width: 100%;
    }
    .spread.brandHero
    {
        margin-bottom: 0;
    }

    .spread.brandHero .row div.spreadParagraph div.paragraphContainer {
        flex-basis: 100%;
    }

    .top-bar {
        /*font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
        font-family: canada-type-gibson, sans-serif;
        width: 100%;
        padding: 0;
        font-weight: 400;
        height: auto;
    }
    
    .new-arrivals .cardGrid .imageBlock {
        box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
        padding-bottom: 3rem;
        width: 85%;
        margin-left: 1.5rem;
    }
    
}

/* wider tablets and up */
@media screen and (min-width: 70em)
{
    .spread .row div.paragraphContainer p {
        /*width: 80%;*/
    }

    .spread.brandSpread .row div.paragraphContainer p {
        width: 100%;
    }

    .spread.brandHero .row div.paragraphContainer p {
        width: 100%;
        margin-top: 0;
    }

    .spread.brandHero .container div.spreadCol1 div.paragraphContainer {
        width: 350px;
        height: 350px;
    }
    
        #mega-menu.menu li, #mega-menu.menu.expanded li {
        min-width: 155px;
        padding: 0px 2.5rem 0px 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .hero-section3 .hero-section-text .paragraphBlock {
        height: auto;
        margin: 0.8rem;
    }
    
    .hero-section3 p {
        margin-left: 0.2rem;
    }

}
