/* 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: #fff;
    font-family: 'Montserrat', sans-serif !important; 
    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;
    
}
#megamenu .row {
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
}

.dropdown.menu a,
.dropdown.menu a:active,
.dropdown.menu a:hover
{
    color: #fff !important;
    letter-spacing: 1.68px;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
}
 footer a:hover {
    padding: 0!important;
}

footer { 
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
} 
#fsForm4435131 {
    width: 60%;
    margin: auto 0;
}
.ourHistory h2 { 
    text-align: center !important;
 }
#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;
}
.slick-initialized .slick-slide {
    outline: none !important;
}
#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-mcallister .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;
}

.navLogoContainer a:hover {
  border-bottom: none;
}
.button.primary:hover, #hpCollectionViewAll:hover {
    background-color: #567b80 !important;
    color: #0a0a0a;
}
.top-bar {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding: 0;
    font-weight: 300;
    height: auto;
}

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

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

.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;
}
.button.hollow {
    border:  1px solid #7fa9ae;
    font-size: 1.1rem;

}
/* basic **/
h1 {   font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 48px !important;
    line-height: 3.25rem;
    margin-bottom: 1rem;
    color:  #030211;
    /*text-transform: uppercase;*/
    margin-bottom: 1.5rem;
    text-align: center;
    
}
h2
{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: inherit;
    font-size: 40px !important;
    line-height: 3.2rem;
    text-transform: none;
    color:  #030211;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    text-align: center;
}

h3
{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 24px !important;
    text-transform: none;
    margin-bottom: 1rem;
    color: #030211;
    text-transform: uppercase;
    text-align: center;
}

h1 span.marker, h2 span.marker, h3 span.marker
{
    color:  #C7C0BB;
}
.hero-section3 .hero-section-text {
    /*background: white;*/
    opacity: .9;

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

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

p {
    position: relative;
    color: #030211;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px !important;
    line-height: 1.7rem !important;
}
.paragraphContainer {
    line-height: 1.7rem !important;
}

/* section overrides */
section
{
    /* margin-left: 2rem;
    margin-right: 2rem; */
     margin-bottom: 2rem !important; 
    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 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: 'Montserrat', 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: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5625rem;
    text-align: center;
}

/* header ovverrides */

header, .topNavContainer, footer {
    background-color: #7fa9ae;
    color: #fff;
    /*max-width: 80rem;*/
    margin: 0 auto;
}


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: 95rem;
}

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

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

.quickLinks .dropdown.menu a.navMenuTitle {
    color: #FFFFFF;
    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;
}
li p {
    font-size: 16px;
   color: #030211;
}
.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%;
}
.heroPara.section-color-light {
    padding: 10rem !important;
}

.paragraphContainer > div {  
    font-size: 40px;
    line-height: 51px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.section-color-light {
    background-color: #fff;
    width: 100%;
    padding-right: 45rem;
    padding: 1rem;
    opacity: .8;
}
.headerBlock {
    margin-bottom: 0;
    display: flex;
    text-align: left !important;
    flex-direction: column;
    align-items: flex-start !important;
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
}
.topNavContainer.navbar-fixed .headerRow {
    margin: 0 auto;
}

.locationFilters {
    padding: 0;
}
.headerBlock > h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 4.87px;
    margin: 0;
}
.singleHead h2{
    line-height: 63px;
    letter-spacing: 4.87px;
}
.captionBlock.linkList1 {
    display: flex;
    justify-content: space-around;
    width: 75%;
}
.iframeClass {
    height: 52rem;
}
.columnSection3 .linkList1  {
    display: flex;
    justify-content: space-around !important;
}
.button {
    background: #7FA9AE;
    border-radius: 1px;
    text-transform: uppercase;
}
.button.hollow,.clear  {
    color: #030211 !important;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08px;
}

.blockGrid3 .paragraphBlock .paragraphContainer {
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1px;
}
.columnSection3 .headerBlock {
    /*width: 75%;*/
    margin: auto;
}
.columnSection3 .headerBlock a {
    font-weight: bold;
    letter-spacing: 0.08px;
}

#fsForm4435131 {
    width: 50%;
    margin: 0 auto;
}
/* hide OR City and Country*/
#filterForm span, #filterForm input[name="city"], #filterForm select[name="country"]{
  display:none;
}
.filterHeader {
  margin-right: 1rem;
  color: #fff;
  font-size: 16px;
}
.filterForm {
    justify-content: center;
    font-weight: 700;
}
.resetSearch a, .resultBlock, .locationHeader, .apiResultsContainer.locationGroup {
    font-weight: 700;
}
.locationItem a {
    text-transform: none;
    font-weight: 700;
}
.locationGroup .locationItem {
    padding-bottom: 0;
    font-weight: 700;
}
.navLinkContainer a.dropdown:hover {
    border-bottom: 1px solid #fff;
}
/* footer overrides */
#mainFooter .row{
    display: flex;
    flex-direction: column;
    padding-top:1.5rem;
}

.footerLinkContainer a:hover {
    padding: 0 !important;
    margin: 0 !important;
}
.footerLinkContainer.col2, .footerLinkContainer.col3 {
    display: none;
}
.footerLinkContainer a {
    color:  #fff !important;
    font-weight: bold;
}
.footerLinkContainer .linkBlock:nth-of-type(2)
{
    flex-direction: column;
}

.footerRow, .fatFooterRow {
    display: block;
    position: relative;
    padding: 2.5rem 1rem;
    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;
}
.footerLogo .image {
    text-align: unset !important;
    margin-bottom: 1rem;
}
.footerLegal {
    padding-top: 0rem;
    padding-bottom: 1rem;
    margin: 0;
    background-color: transparent;
    font-size: 0.875rem;
    color: #fff;
    width: 100%;
    padding-right: 2rem !important;
}

.footerLegal a,
.footerLegal a:hover,
.footerLegal a:visited,
.footerLegal a:active
{
    color: #706359;
    text-decoration: underline;
    line-height: normal;
    width: auto;
    font-family: 'Montserrat', 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;
    font-size: 14px;
    line-height: 1rem;
}

.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: space-between;
    width: 75%;
    padding-left: 0rem;
}
.footerLegal {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
    padding-right: 4.3rem;
}
.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;
    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;
}
.paragraphBlock .linkList1 {
    justify-content: flex-start;
}
.button.primary, .footnote a {
    background-color: #7FA9AE;
    width: 50%;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08px;
    line-height: 20px;
    text-align: center;
    padding: 20px;
    border-radius: 0;

}
.button.primary:hover, .footnote a:hover {
    background-color: #6c8e92 !important;
    color: #0a0a0a;
}

.formstack-form {
    margin-bottom: 5rem;
}

/* The Collection on Homepage */
#theCollection {
  background: url('/dam/jcr:7825c7d8-d41c-4078-b333-ec81f61b89c0/the-collections-background.png') !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 1.5em;
  max-width: 80rem;
  margin: 0 auto;
}
#theCollection .innerColumnBlock {
  background-color: #fff;
  padding-top: .8rem;
}
.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: 4.5px;
    }

    .slideDetails .paragraphContainer h1 {
        text-align: center;
        color: #fff;
        font-weight: normal;
       line-height: auto;  /*78px;*/
       letter-spacing: 4.5px;
    }

    .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: 0rem;
    }

    .slick-prev:before {
      content: '\f137';
    }

    .slick-next:before {
      content: '\f138';
    }

    .slick > i {
    		margin: -10% 4%;
    		z-index:100;
        /*display: none !important;*/
    }
    
/*** Declare just once ***/
.slick-groupGallery .slick-prev:before, .slick-next:before,
.historySlider .slick-prev:before, .slick-next:before {
    color: #131313;
    font-size: 55px;
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
    height: 28px;
    margin: -2rem;
}
   

    /* slick-groupGallery slider*/
/*** Not needed 
    .slick-groupGallery .slick-prev:before, .slick-next:before {
        color: #131313;
        font-size: 55px;
        font-weight: 300;
        font-family: "Font Awesome 5 Pro";
        height: 28px;
        margin: -1rem;
    }
***/
    .slick-groupGallery .slick-prev:before {
        content: '\f104';
        display: block;
        margin-left: -4.5rem;
    }

    .slick-groupGallery .slick-next:before {
        content: '\f105';
        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%;
}

/* history slider*/
/*** Not needed 
 .historySlider .slick-prev:before, .slick-next:before {
        color: #131313;
        font-size: 55px;
        font-weight: 300;
        font-family: "Font Awesome 5 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: -5.65rem;
    }

    .historySlider .slick-next:before {
        display: flex;
        margin-left: 6.35rem;
    }
    
    .year-content-container {
        font-size:1.25em;
    }
.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 {
display: none;
}
.vr {
  display: none;
}

.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;
    margin-bottom: 20px
}

.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: #030211;
    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;
}

/* 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: 'Montserrat', 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: #030211;
}

.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;
}

/* 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;
}
.paragraphBlock.centerComponentContent .paragraphContainer {
    text-align: left;
}
/* 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;
    }
        #mainFooter .row{
        display: block;
        padding-top:1rem;
    }
    .linkContainer, .linkContainer2 {
        display: block;
        width: 100%;

    }

    .footerLinkContainer {
        flex-direction: column !important;
        padding-top: 0;
    }
    .footerLogo {
        margin-bottom: 1 !important;
    }
    .detailTitle {
        padding-top: 0!important;
    }
    .dotsArea {
        display: none;
    }
    .sliderContainer {
        margin-bottom: 0!important;
    }
    #fsForm4435131 {width: unset;}
    .headerBlock {
        text-align: center !important;
    }
    .columnSection3 .linkList1 {
        display: unset;
    }
    .row .row {
        margin: auto 0;
    }
    .blockGrid3 .paragraphBlock .paragraphContainer {
        padding: unset;
    }
    .cms {
        width: unset;
        padding: 0;
        text-align: left;
    }

     .footerLinkContainer {
        padding-left: 1rem !important;
    }
    .footerLegal {
        display: flex;
        justify-content: flex-end;
        margin-top: .5rem;
        padding-right: 4.3rem;
    }

    /* 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%;
    }

    /* section overrides */
    section
    {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0rem;
        padding: 0;
    }
    .detailTitle h1 {
        text-align: left !important;
    }

    /* spread overrides */

    .spread .container
    {
        padding-left: 1rem;
    }

    .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: 0rem;
        padding-right: 0rem;
    }
    
    .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;
    }

    .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: block;
    }

    .slideDetails .paragraphContainer p, .slideDetails .paragraphContainer h1 {
        margin: 1.5rem;
    }

    .slick-groupGallery .slick-dots {
        bottom: 0rem;
        /*left: -8rem;*/
    }

    .ourHistory p {
        text-align: left !important;
    }
    
    .hero-section3 .hero-section-text .paragraphBlock {
        margin-bottom: -2.5rem !important;
    }
    
    .button.hollow, .clear {
        color: #030211 !important;
        font-weight: bold;
        display: block;
    }
}

@media screen and (max-width: 39.9375em) and (orientation: portrait)
{
    #hpCollectionViewAll {
        width: unset !important;
    }
    .footerLinkContainer {
        display: inline;
        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 {
        display: block;
        width: 100%;
    }

    .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;
    }
    .hero-section3 .hero-section-text h1 {
        text-align: center;
    }
    .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/mcallister/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;
    }
    .slick-dots {
        margin-bottom: unset !important;
    }

    .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;
    }

    .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: block;
    }

    .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%;
    }
    
    .ourHistory p {
        /*text-align: left !important;*/
    }

}

@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)
{
    .hero-container.align-center.vertical-center .hero-section-text, 
    .hero-container.align-center.vertical-top .hero-section-text, 
    .hero-container.align-center.vertical-bottom .hero-section-text {
    padding-top: 0;
    }
    .section-margin {
        margin-bottom: 2rem;
    }

    .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: -2.5rem;
    }
    .footerLinkContainer a {
        display: block;
        padding: .3rem;
    }



}

@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%;
    }
    .footerLinkContainer a {
        display: block;
        padding: .3rem;
        padding-left: 0;
    }

}


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


    .navLinkContainer a::before {
        width: 1rem;
        margin: 0rem -0.5rem;
        content: " ";
        display: unset !important;
    }

    .mm-title-bar {
        /* color: #030211; */
        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: #030211; */
        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: auto;
    }

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

    .hero-section3 .hero-section-text .paragraphBlock {
        height: auto;
        text-align: center;
        margin-bottom: -3rem;
    }
    
    .presentation-slider i:before {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) and (orientation: landscape)
{
    .footerLinkContainer a {
        display: block;
        padding: .3rem;
    }
    .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;
    }
   .top-bar {
        padding-top:2rem ;
    }

    .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;
    }
    
    .hero-section3 .hero-section-text .paragraphBlock {
        height: auto;
        text-align: center;
        margin-bottom: -4rem;
    }

}

/* 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;
    }
    
    .button.hollow, .clear {
        color: #030211 !important;
        font-size: 16px;
        display: block;
    }
}

/* 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;
    }
    
    .columnSection3 .linkList1 {
        display: unset;
    }

    .hero-section3 p {
        margin-left: 3rem;
    }
    
    .hero-section3 .hero-section-text .paragraphBlock {
        height: auto;
        text-align: center;
        margin-bottom: -5rem !important;
    }
}

/* 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: 2rem !important;
    }

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

    .line {
        width: 100%;
        border-top: 1px solid #030211;
        height: 150px !important;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 100;
    }
    
    .blockGrid3.cardGrid .captionBlockContainer .linkContainer {
        text-align: center;
        white-space: nowrap;
    }
    
    .slick-groupGallery .slick-dots {
        bottom: 0rem;
        /*left: -8rem;*/
    }

    .hero-section3 .hero-section-text .paragraphBlock {
        margin-bottom: -3rem;
    }
    
    #theCollection .columnBlockContainer {
        float: left;
        padding: 0.5rem;
        min-height: 100%;
    }
}

/* iPad Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1023px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
    .footerLegal {
        justify-content: center;
    }
    .footerLogo .image {
        text-align: left;
        margin-bottom: 1rem;
    }
        #hpCollectionViewAll {
        width: 30% !important;
    }
    .linkList1{
        width: 100%;
        display: block !important;
        text-align: center;
    }
    .top-bar {
        padding-top:2rem ;
    }

      .pure-social-slider img {
        width: 180px;
        padding: 1rem;
    }
        .videoSize720p iframe, .videoCaptionBlock a.venobox.videoSize720p img {
        width: unset !important;
    }

    .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: 0rem;
        padding-left: 1rem;
    }

    .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: -5rem;
        margin-top: -7rem;
    }

    .historySlider .slick-next:before {
        display: block;
        margin-left: 5.9rem;
        margin-top: -7rem;
    }

    .hero-section3 p {
        margin: 1.9rem;
        text-align: justify;
    }
}

/* 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: 1.5rem;
        padding-left: 0.75rem;
    }

    .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: -3.2rem;
        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 #030211;
        height: 150px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 100;
    }
    
    .button.hollow, .clear {
        color: #030211 !important;
        font-size: 14px;
        display: block;
        white-space: nowrap;
    }

}

/* 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 #030211;
        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: -9rem;
    }

    .historySlider .slick-next:before {
        display: block;
        margin-top: -9rem;
        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;
    }
    
    /* slick-groupGallery slider*/
/*** Not needed 
    .slick-groupGallery .slick-prev:before, .slick-next:before {
        color: #131313;
        font-size: 55px;
        font-weight: 300;
        font-family: "Font Awesome 5 Pro";
        height: 28px;
        margin: -1rem;
    }
***/

    .slick-groupGallery .slick-prev:before {
        content: '\f104';
        display: block;
        margin-left: -4.5rem;
    }

    .slick-groupGallery .slick-next:before {
        content: '\f105';
        display: flex;
        margin-left: 5.5rem;
    }
    
    .slick-groupGallery .slick-dots {
        bottom: -4rem;
    }
    
    .hero-section3 p {
        margin-left: 1rem;
    }

}

/* 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: 1.6rem;
    }

     .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: -7rem;
    }

    .historySlider .slick-next:before {
        display: block;
        margin-left: 6.8rem;
        margin-top: -7rem;
    }
    
        /* slick-groupGallery slider*/
/*** Not needed 
    .slick-groupGallery .slick-prev:before, .slick-next:before {
        color: #131313;
        font-size: 55px;
        font-weight: 300;
        font-family: "Font Awesome 5 Pro";
        height: 28px;
        margin: -1rem;
    }
***/

    .slick-groupGallery .slick-prev:before {
        content: '\f104';
        display: block;
        margin-left: -4.5rem;
    }

    .slick-groupGallery .slick-next:before {
        content: '\f105';
        display: flex;
        margin-left: 5.5rem;
    }
}


/* iPad landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1023px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
    .slick-dots {
        margin-bottom: unset !important;
    }
    .footerLegal {
        justify-content: center;
    }
    .footerLogo .image {
        text-align: left;
        padding-left: 1.5rem;
    }
        .videoSize720p iframe, .videoCaptionBlock a.venobox.videoSize720p img {
        width: unset !important;
    }
        .linkList1{
        width: 100%;
        display: block;
        text-align: center;
    }

     #mega-menu.menu li, #mega-menu.menu.expanded li {
        min-width: 110px;
        padding: 0 1.5rem 0 0;
    }
        #hpCollectionViewAll {
        width: 30% !important;
    }

    .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: 'Montserrat', sans-serif;
        width: 100%;
        padding-top: 2rem;
        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: -5.2rem;
        margin-top: -6rem;
    }

    .historySlider .slick-next:before {
        display: block;
        margin-left: 6rem;
        margin-top: -6rem;
    }

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

    .line {
        width: 100%;
        border-top: 1px solid #030211;
        height: 185px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 100;
    }
    
        /* slick-groupGallery slider*/
/*** Not needed 
    .slick-groupGallery .slick-prev:before, .slick-next:before {
        color: #131313;
        font-size: 55px;
        font-weight: 300;
        font-family: "Font Awesome 5 Pro";
        height: 28px;
        margin: -1rem;
    }
***/

    .slick-groupGallery .slick-prev:before {
        content: '\f104';
        display: block;
        margin-left: -4.5rem;
    }

    .slick-groupGallery .slick-next:before {
        content: '\f105';
        display: flex;
        margin-left: 5.5rem;
    }

}


/* 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) {
        .videoSize720p iframe, .videoCaptionBlock a.venobox.videoSize720p img {
        width: unset !important;
    }
    .slick-dots {
        margin-bottom: unset !important;
    }
    #hpCollectionViewAll {
        width: 30% !important;
    }
    .linkList1{
        width: 100%;
        display: block !important;
        text-align: center;
    }
    .footerLinkContainer {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 75%;
        padding-left: 0.9rem;
    }
    .footerLinkContainer a  {
        padding-right: 1rem !important;
    }

        .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 #030211;
        height: 225px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 100;
    }
    .paragraphBlock.centerComponentContent .paragraphContainer {
        text-align: left !important;
    }
    
        /* slick-groupGallery slider*/
/*** Not needed 
    .slick-groupGallery .slick-prev:before, .slick-next:before {
        color: #131313;
        font-size: 55px;
        font-weight: 300;
        font-family: "Font Awesome 5 Pro";
        height: 28px;
        margin: -1rem;
    }
***/

    .slick-groupGallery .slick-prev:before {
        content: '\f104';
        display: block;
        margin-left: -4.5rem;
    }

    .slick-groupGallery .slick-next:before {
        content: '\f105';
        display: flex;
        margin-left: 5.5rem;
    }
    
    .slick-groupGallery .slick-dots {
        bottom: 0rem;
    }

    .hero-section3 p {
        margin: 1.9rem;
        text-align: justify;
    }
}


@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: 'Montserrat', 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;
    }
    
        /* slick-groupGallery slider*/
/*** Not needed 
    .slick-groupGallery .slick-prev:before, .slick-next:before {
        color: #131313;
        font-size: 55px;
        font-weight: 300;
        font-family: "Font Awesome 5 Pro";
        height: 28px;
        margin: -1rem;
    }
***/

    .slick-groupGallery .slick-prev:before {
        content: '\f104';
        display: block;
        margin-left: -4.5rem;
    }

    .slick-groupGallery .slick-next:before {
        content: '\f105';
        display: flex;
        margin-left: 5.5rem;
    }

}

@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;
    }
    /*history slider*/
    .historySlider .slick-prev:before {
        content: '\f104';
    }

    .historySlider .slick-next:before {
        content: '\f105';
    }

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

    .historySlider .slick-next:before {
        display: flex;
        margin-left: 6.5rem;
    }
    
        /* slick-groupGallery slider*/
/*** Not needed 
    .slick-groupGallery .slick-prev:before, .slick-next:before {
        color: #131313;
        font-size: 55px;
        font-weight: 300;
        font-family: "Font Awesome 5 Pro";
        height: 28px;
        margin: -1rem;
    }
***/

    .slick-groupGallery .slick-prev:before {
        content: '\f104';
        display: block;
        margin-left: -4.5rem;
    }

    .slick-groupGallery .slick-next:before {
        content: '\f105';
        display: flex;
        margin-left: 5.5rem;
    }

}

@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: 'Montserrat', sans-serif;
        width: 100%;
        padding-top: 2rem;
        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;
    }
    
        /* slick-groupGallery slider*/
/*** Not needed 
    .slick-groupGallery .slick-prev:before, .slick-next:before {
        color: #131313;
        font-size: 55px;
        font-weight: 300;
        font-family: "Font Awesome 5 Pro";
        height: 28px;
        margin: -1rem;
    }
***/

    .slick-groupGallery .slick-prev:before {
        content: '\f104';
        display: block;
        margin-left: -4rem;
    }

    .slick-groupGallery .slick-next:before {
        content: '\f105';
        display: flex;
        margin-left: 4.5rem;
    }

}

@media (width: 667px)   {
    .paragraphBlock .linkList1 {
        display: flex;
        flex-direction: column;
    }

    .blockGrid3 .paragraphBlock .paragraphContainer {
        padding: 0;
    }
    
}

/* 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: 4.1rem;
    }
    #hpCollectionViewAll {
    width: 15% !important;
    
    }
    .hero-section3 .row {
        width: 80rem;
    }
    .slick-dots {
        margin-bottom: unset !important;
    }
    #mainFooter .row{
    display: flex;
    flex-direction: row; 
    }
    /* history slider*/
/*** Not needed 
 .historySlider .slick-prev:before, .slick-next:before {
        color: #131313;
        font-size: 55px;
        font-weight: 300;
        font-family: "Font Awesome 5 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: -4.5rem;
    }

    .historySlider .slick-next:before {
        display: flex;
        margin-left: 5.5rem;
    }
    .year-content-container {
        font-size:1.5em;
    }
    
    .blockGrid3.cardGrid .captionBlockContainer .linkContainer {
        text-align: center;
        white-space: nowrap;
    }
    
    .video > .row {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    
    .button.primary.external {
        background-color: #7FA9AE;
        width: auto;
        color: #FFFFFF;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.08px;
        line-height: 20px;
        text-align: center;
        padding: 20px;
        border-radius: 0;
    }
    
    .slick-slide img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    
    /* slick-groupGallery slider*/
/*** Not needed 
    .slick-groupGallery .slick-prev:before, .slick-next:before {
        color: #131313;
        font-size: 55px;
        font-weight: 300;
        font-family: "Font Awesome 5 Pro";
        height: 28px;
        margin: -1rem;
    }
***/

    .slick-groupGallery .slick-prev:before {
        content: '\f104';
        display: block;
        margin-left: -4.5rem;
    }

    .slick-groupGallery .slick-next:before {
        content: '\f105';
        display: flex;
        margin-left: 5.5rem;
    }

}
