/* vars */

:root {
  --primary-color: #595959;
  --secondary-color: #D6D6D6;
  --body-background: #F4F2F1;
  --light-background: #fff;
  --dark-background: #D6D6D6;
  --link-color: #3A60FF;
}

/* grid overrides */
body
{
    color: #595959;
    background-color: #F4F2F1;
    padding-top: 1rem;
    font-family: montserrat, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.0;
}

/* Modal Body skip bug override - DJ*/
html.is-reveal-open, html.is-reveal-open body {
    position: initial;
}

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: #595959;
    letter-spacing: 1.8px;
}

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

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

.adminLinks {
    flex-grow: 2;
    margin-top: -2.5px
}

.adminLinks a.standardLink {
    text-transform: none;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1.8px;
}

/* #mm-about us
{
    visibility: visible;
    display: block;
} */

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

/* basic **/
h1
{
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 600;
    font-style: normal;
    font-size: 3.375rem;
    line-height: 2.875rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color:  #8C8C8C;
}

h2, h3
{
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 600;
    font-style: normal;
    font-size: 3rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color:  #8C8C8C;
    letter-spacing: -1px;
}

h3
{
    font-family: oswald, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color:  #8C8C8C;
    letter-spacing: 0.3rem;
}

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

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

p {
    position: relative;
    color:  #595959;
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    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
{
    background-color: #fff;
}

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

.section-color-light h1,
.section-color-light h2,
.section-color-light h3,
.section-color-dark h1,
.section-color-dark h2,
.section-color-dark h3
{
    color: #8C8C8C;
}


.section-color-light p,
.section-color-dark p,
.section-color-dark ul
{
    color: #595959;
}

.section-color-dark ul
{
    color: #595959;
    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 5 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;
}

/* link overrides */
a
{
    text-transform: uppercase;
    font-family: oswald, sans-serif;
    font-weight: 600;
    color: #ED6861;
    font-style: normal;
}

.privacyPolicy a,
.privacyPolicy a:hover,
.privacyPolicy a:visited,
.privacyPolicy a:active
{
    color: #ED6861;
    font-family: oswald, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
}

table tr th {
    background: #595959;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.linkContainer a.standardLink,
.linkContainer a.standardLink:hover,
.linkContainer a.standardLink:visited,
.linkContainer a.standardLink:active
{
    color: #3A60FF;
    font-weight: 400;
    text-decoration: none;
    font-family: oswald, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5625rem;
    letter-spacing: 0.3rem;
}

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

/* header overrides */

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

/* mm overrides */

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: 600;
}
/*** quickLinks css */
.quickLinks
{
    background-color: transparent;
    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: #595959;
}

.quickLinks .dropdown.menu a.navMenuTitle {
    color: #595959;
    justify-content: flex-end;
    padding-right: 1.5rem;
    min-width: auto;
    width: 100%;
}

.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: #595959 transparent transparent;
    right: -3px;
}

.quickLinks .is-dropdown-submenu {
    z-index: 200;
    min-width: 110px;
    border: none;
    background: #D6D6D6;
    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: #D6D6D6;
    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 .linkBlock:nth-of-type(2)
{
    flex-direction: column;
}


.fatFooterRow
{
    color: #595959;
    padding: 0;
    background-color: #D6D6D6;
}

.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: 1rem;
    padding-bottom: 1rem;
    margin: 0;
    background-color: #F4F2F1;
    font-size: 0.875rem;
}

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

.footerRow a, .footerRow a:hover, .footerRow a:active, .footerRow a:visited
{
    color: #65584f;
}

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

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

}

.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: 2rem;
    color: #595959;
    text-decoration: none;
    padding-left: 0;
    line-height: normal;
    width: auto;
    letter-spacing: 2px;
    font-size: 0.875rem;
    /* font-family: 'Gotham SSm A', 'Gotham SSm B'; */
}



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

.socialLinkContainer a.standardLink,
.socialLinkContainer a.standardLink:hover,
.socialLinkContainer a.standardLink:active,
.socialLinkContainer a.standardLink:visited
{
    border: 1px solid #595959;
    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: #595959;
}

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

/* hero overrides */

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

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

.homeHeroText img
{
    /* margin-top: 2.8rem; */
    width: 300px; /* need hard value for FF to show it */
}

.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: #595959;
    font-size: 1rem;
    letter-spacing: 1.4px;
    opacity: 1.0;
    font-family: oswald, sans-serif;
    font-weight: 600;
    font-style: normal;
}

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

.hero-section2.lensOverlay .hero-section-text h1, .hero-section2.lensOverlay .hero-section-text h2, .hero-section2.lensOverlay .hero-section-text h3, .hero-section2.lensOverlay .hero-section-text p {
    color: #8C8C8C;
}

/* 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: #D6D6D6;
    opacity: 0.75;
}

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

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

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

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

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

.brandSpreadGrid h2 
{
    font-size: 2.5rem;
}

.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: #595959;
    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: #595959;
    font-size: 1rem;
}

/*** blog resources ***/
.articleContainer {
    float: left;
}

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

.catContainer .filterContainer
{
    justify-content: flex-end;
}

.catContainer .filterContainer .sort-container {
    padding-right: 0;
    padding-left: 0;
}

.catPinContainer a, .manual-articles-list a
{
    color: var(--link-color);
}

.pinned-topics-list
{
    margin-bottom: 2rem;
}

.pinned-topics-list .pinned-item:last-child
{
    border-bottom: none;
}

.manual-articles-list
{
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.manual-articles-list a.standardLink
{
    margin-bottom: 1rem;
    text-decoration: none;
}

.sorter-options a.selected
{
    text-decoration: underline;
}

.orderByDesc.selected, .orderByAsc.selected {
    border-bottom: 1px solid transparent;
}

.article-summary-postDate {
    min-height: unset;
    font-size: 0.8rem;
}

.category-block {
    margin: 6px 0;
    font-size: 0.8rem;
}

.article-tag, .article-category {
    display: inline;
    margin-right: 0.35rem;
    padding: 0;
    font-size: 0.8rem;
    text-transform: none;
}

.category-block
{
    color: #030211;
}

.article-summary-title
{
    font-size: 1.1rem;
    margin-top: 1.3rem;
    margin-bottom: 0.4rem;
    line-height: 1.3;
    font-weight: 900;
    color: #595959;
}

.article-summary-subtitle {
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.5;
    color: #030211;
}

.article-subtitle h3
{
    letter-spacing: 0;
    padding-top: 0;
}

.article-tag.pretty,
.article-category.pretty {
    padding: 0.2rem 0.8rem;
}

.article-overviewImage,
.article .videoContainer {
    margin: 0 auto 2rem auto;
}

.article-subBlock {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.6rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

.article
{
    padding-top: 1.4rem;
}

/*** filter menu css ***/
.filterMenu .ui-state-active .ui-icon,
.ui-button:active .ui-icon
{
  background-image: url("https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png");
}

.filterMenu .ui-icon-plus
{
  background-position: -16px -128px;
  float: right;
  margin-top: 0.5px !important;
}

.filterMenu .ui-icon-minus
{
  background-position: -48px -128px;
  float: right;
  margin-top: 0.5px !important;
}

.filterMenu .ui-accordion .ui-accordion-header
{
  margin: 0 !important;
  padding: 0 !important;
}

.filterMenu .ui-accordion .ui-accordion-content
{
  padding: 0 !important;
  overflow: hidden;
}

.filterMenu .checkbox-element-container .ui-checkboxradio-label .ui-icon-background
{
  width: 15px;
  height: 15px;
}

.filterMenu .ui-button
{
  padding: .1em 1em;
}

.filterMenu .checkbox-element-container .ui-state-active .ui-icon::after, .checkbox-element-container .ui-button:active .ui-icon::after {
  background-image: none;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 2px;
  top: -2px;
  font-family: "Font Awesome 5 Pro";
  content: '\f00c';
  font-weight: 400;
  font-size: 9px;
  text-indent: 0;
}

.filterMenu .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon
{
    width: 15px !important;
    height: 15px !important;
}

.filterTag::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
    margin: 0 0 0 0.5rem;
    font-weight: 200;
    font-size: 1rem;
    text-decoration: none !important;
    color: var(--link-color);
}

.article-copy a {
    line-height: inherit;
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
}

.manual-articles-list a.button
{
    text-shadow: none;
    font-size: 1rem;
    margin: 0 0.9375rem 1rem 0;
}

.topics-list-heading, .topics-list-heading > h2 {
    margin-bottom: 0 !important;
    font-weight: 400;
    font-size: 26px;
    line-height: 2rem;
    font-family: oswald, sans-serif;
    letter-spacing: initial;
}

.viewMoreButton {
    text-align: center;
    background: #3A60FF;
    color: #ffffff;
    cursor: pointer;
    margin: 1rem auto 3rem auto;
    float: none !important;
}

#regionSelector {
  width:60%;
  margin: 0 auto;
  float: none;
}
#regionSubmit {
  margin-left: 0px;
}

/* media queries */
@media screen and (max-width: 39.9375em)
{
    #originalityCheck {
        width:100%;
    }
     /* 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.5rem !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: 2rem;
        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: #D6D6D6;
        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: 1rem;
    }

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

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

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

    }
    .slick-dots li button::before {
        font-size: 12px;
        color: #D6D6D6;
        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 {
        width: auto;
        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;
    }

    .inheritable-sidebar .paragraphBlock .linkContainer {
        text-align: left;
    }

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

}

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

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

}

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

    #originalityCheck {
        width:28%;
    }
    /* basic **/
    h1
    {
        font-size: 3rem;
        line-height: 2.8rem;
    }

    h2, h3
    {
        font-size: 3rem;
        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: left;
    }

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

}    /* for inheritable sidebar testing */
    .privacyPolicy .container.stack-spread {
       padding-left: 0;
    }
    .privacyPolicy .stack-spread .spreadCol {
        padding-left: 1rem;
    }

@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%;
    }

}

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

}

@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: 65%;
        max-width: 65%;
    }

    .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)
{

    .mm-title-bar {
        /* color: #000; */
        background-color: #fff;
    }

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

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

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

    .top-bar .dropdown.menu a,
    .top-bar .dropdown.menu a:active,
    .top-bar .dropdown.menu a:hover {
        color: white;
        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;
    }

    .adminLinks {
        width: 50%;
        order: 1;
        display: inline-block;
        margin-top: 0;
    }
      
    .adminLinks a.standardLink {
        margin-bottom: 0;
    }
    
    .quickLinks .dropdown.menu {
        order: 2;
        width: 50%;
        display: inline-block;
    }
      
    .quickLinks {
        padding-left: 1rem;
        padding-right: 1rem;
    }
      
    .quickLinks .row {
        flex-direction: row;
        width: 100%;
    }

}

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

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

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

}

@media screen and (min-width: 63.9375em)
{
    .container .spreadCol .paragraphBlock
    {
        padding: 3rem 2rem 0 3.9375rem;

    }

    .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: left;
      bottom: -5px;
    }

    .row .spreadCol
    {
      padding: 0;
    }

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

    #filterArticleMenu.dropdown.menu {
        padding-left: 0;
    }

    #filterArticleMenu h4
    {
        font-size: 1.2rem;
    }

    #filterArticleMenu .checkbox-element-container
    {
        margin-bottom: 1rem;
    }

    .appliedFilterContainer {
        margin-bottom: 2rem;
    }

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

    #mega-menu.menu li, #mega-menu.menu.expanded li {
        min-width: 120px;
        padding: 0 2.5rem 0 0;
    }

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

    .title-bar {
      display: none;
    }

    .quickLinks .dropdown.menu {
        order: 2;
    	max-width: 8%;
    }

}

@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)
{
    #originalityCheck {
        width:20%;
    }
    .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%;
    }

}

@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%;
    }

}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

    #originalityCheck {
        width:15rem;
    }
    #mega-menu.menu li, #mega-menu.menu.expanded li {
        padding: 0 2rem 0 0;
    }
    
    .quickLinks .dropdown.menu {
        max-width: 12%;
    }
    
    h2 {
      font-size: 2.5rem;
    }
}

/* wider tablets and up */
@media screen and (min-width: 70em)
{
    #originalityCheck {
        width:12rem;
    }
    .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;
    }

}
  