
html, body {
    background-color: var(--inverse-text-color);
    color: var(--text-color);
    font-family: var(--base-font-family);
    font-style: normal;
    font-weight: var(--base-font-weight);
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
}

/*flexon topnav font size is bigger than default */

header {
    display:block;
    box-sizing:border-box;
    background-color: #000;
    background: linear-gradient(180deg, #242834 0%, #070709 100%);
    /* padding-top: 1.4rem;
    padding-bottom: 1.4rem; */
    font-size: 1.3rem;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease;
}

.topNavContainer {
    background: var(--dark-background);
}

.headerRow {
    background-color: transparent;
}

.row.headerRow {
    /* padding-left: 1rem; */
}

header.navbar-fixed {
    font-size: 1.1rem;
}

.navLogoContainer a img, .navbar-fixed .navLogoContainer a img {
    width: 134px;
    height: 35px;
}

.navLogoContainer a:hover, .navLogoContainer a:visited, .navLogoContainer a:active {
    text-decoration: none !important;
    border: none;
}

.navLinkContainer a.dropdown:hover {
    border-bottom: 1px solid transparent;
}

#mgnlhp {
    display:none;
}

.top-bar {
    font-family: var(--base-font-family);
    font-size: var(--base-paragraph-size);
}

a:focus, a:hover {
    color: var(--dark-background);
    font-weight: var(--base-header-weight-bold);
}

.dropdown.menu a, .dropdown.menu a:active, .dropdown.menu a:hover {
    margin: 0;
    font-size: var(--base-paragraph-size);
    font-family: var(--base-font-family);
    text-decoration: none !important;
}

/* footer */
.footerRow {
    background-color:#000;
    color:white;
    margin-top: 0rem;
}

.footerRow .footerLinkContainer {
    font-size: 1rem;
    text-align: right;
}

.footerLegal, .flex-footer .footerLegal {
    margin-top: 0;
    font-family: var(--base-font-family);
    font-style: normal;
    font-weight: 300;
    font-size: var(--base-paragraph-small);
}

.footerRow small {
    font-size: 1rem;
}
.venoframe {
    background:#3b3b3b !important;
}

.iframeContainer {
    height: 90vh;
}

/* base overrides */
h1 {
    font-size: var(--h1-mobile-font-size);
    line-height: var(--h1-mobile-line-height);
    font-family: var(--base-font-family);
    font-style: normal;
    font-weight: var(--base-header-weight-bold);
    color: var(--dark-background);
}

h2 {
    font-size: var(--h2-mobile-font-size);
    line-height: var(--h2-mobile-line-height);
    font-family: var(--base-font-family);
    font-style: normal;
    font-weight: var(--h2-mobile-font-weight);
    color: var(--dark-background);
}

h3 {
    font-size: var(--h3-mobile-font-size);
    line-height: var(--h3-mobile-line-height);
    font-family: var(--base-font-family);
    font-style: normal;
    text-transform: none;
    font-weight: var(--h3-mobile-font-weight);
    color: var(--dark-background);
}

h4 {
    font-size: var(--h4-mobile-font-size);
    line-height: var(--h4-mobile-line-height);
    font-family: var(--base-font-family);
    font-style: normal;
    font-weight: var(--base-header-weight);
    color: var(--dark-background);
}

p {
  font-family: var(--base-font-family);
  font-style: normal;
  font-weight: var(--base-paragraph-font-weight);
  font-size: var(--base-paragraph-size);
  line-height: var(--base-paragraph-line-height);
  color: var(--text-color);
}

span {
  font-family: var(--base-font-family);
  font-style: normal;
  font-weight: var(--base-paragraph-font-weight);
  /* font-size: 1.4rem; */
  line-height: 1.8rem;
  /* color: #000; */
}

.navLinkContainer, .navLinkContainer a {
    font-family: var(--base-font-family);
    font-weight: 600;
    font-style: normal;
}

/* footnote css */
.footnote {
    text-align: center;
    font-family: var(--base-font-family);
    font-style: italics;
    /* font-weight: 200; */
    font-size: 1rem;
}

/* background colors */
.section-color-dark {
    background-color: var(--dark-background);
}

.section-color-dark p, .section-color-dark h1, .section-color-dark h2 {
    color:#fff;
}

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

/* hero overrides */
.hero-section2 .row {
    max-width: 100rem;
}

.hero-section-text h1 {
    text-align: left;
}

.section-color-light p, .section-color-light h2 {
    color:#000;
}

.galleryTitle {
    margin-bottom: 0.9rem;
}

.galleryTitle > p {
    text-align: center;
    margin-bottom: 0rem;
    font-size: var(--base-font-size);
    font-weight: var(--base-font-weight);
    font-family: var(--base-font-family);
    letter-spacing: -2px;
    /* line-height: 4.2rem; */
    color: var(--text-color);
    text-transform: capitalize;
}

.sectionIntro > p {
    text-align: center;
    /* font-size: 1.2rem; */
}

.imageBlockContent > p {
    color: var(--text-color);
    font-size: var(--base-paragraph-size);
    font-weight: var(--base-paragraph-font-weight);
    line-height: var(--base-paragraph-line-height);
    text-align: center;
    /* width: 65%; */
    margin: 0 auto;
}

.thumbnail {
    margin-bottom:1.5rem;
    box-shadow: unset;
    width: 100%;
}

/* collectionBlock css */

.imageBlock .linkContainer {
    text-align: center;
    margin: 1.5rem 0 0 0;
}

.collectionBlock .imageBlock .linkContainer
{
    text-align: center;
    margin: 0;
    color: #000;
}

.collectionBlock .imageBlock .linkContainer a:active,
.collectionBlock .imageBlock .linkContainer a:link,
.collectionBlock .imageBlock .linkContainer a:visited {
    text-align: center;
    margin: 0;
    color: #000;
    font-size: 1.2rem;

}

.collectionBlock .thumbnail {
    width: auto;
}

.collectionBlock h1, .collectionBlock h2 {
    text-align: center;
    margin-bottom: 0.8rem;
}

.collectionBlock p {
    margin: 0 auto;
    /* width: 35%; */
    /* font-size: 1.2rem;
    line-height: 1.9rem; */
    text-align: center;
}

.collectionBlock > .row > p {
    width: 100%;
}

.collectionBlock.fullWidth > p {
    margin: 0 auto;
    width: 75%;
    /* font-size: 1.2rem;
    line-height: 1.9rem; */
    text-align: center;
}

.collectionBlock .linkContainer {
    text-align: center;
}

footer a.standardLink, footer a.standardLink:visited, footer a.standardLink:hover, footer a.standardLink:active {
  font-family: var(--base-font-family);
  font-size: var(--base-paragraph-small);
  font-style: normal;
  font-weight: var(--base-paragraph-font-weight);
  color: var(--inverse-text-color);
  text-decoration: none;
}

/* button color css */
a, a.button, a.standardLink, a.standardLink:visited {
  font-family: var(--base-font-family);
  font-style: normal;
  font-weight: var(--base-paragraph-font-weight);
  color: var(--dark-background);
  text-decoration: underline;
}

a.standardLink:hover, a.standardLink:focus, a.standardLink:active {
  color: var(--dark-background);
  text-decoration: underline;
  font-weight: var(--base-header-weight-bold);
}

.button.primary {
  background-color: var(--inverse-text-color);
  color: var(--dark-background);
  font-weight: var(--base-header-weight);
  border: 1px solid var(--dark-background);
  text-decoration: none;
}

.button.primary:focus, .button.primary:hover {
    background-color: var(--dark-background);
    color: var(--inverse-text-color);
    text-decoration: none;
    border: 1px solid var(--inverse-text-color);
    font-weight: var(--base-header-weight-bold);
}

.button.secondary {
    background-color: #000;
    color:#fff;
    text-decoration: none;
}

button.secondary:focus, .button.secondary:hover {
    background-color: var(--inverse-text-color);
    color: var(--dark-background);
    font-weight: var(--base-header-weight);
    border: 1px solid var(--dark-background);
}

.button.hollow {
    border: 1px solid var(--dark-background);
    color: var(--dark-background);
    text-decoration: none;
}

.button.hollow:hover {
    text-decoration: none;
    color: var(--inverse-text-color);
    background: var(--dark-background);
    font-weight: var(--base-header-weight);
}

.button.clear, .button.clear:focus, .button.clear:hover {
    color: var(--dark-background);
    background-color: transparent;
    text-decoration: none;
    border: 1px solid var(--inverse-text-color);
}

.button.tertiary, .button.tertiary:focus {
    color: var(--inverse-text-color);
    background-color: transparent;
    text-decoration: none;
    border: 1px solid var(--inverse-text-color);
}
.button.tertiary:hover {
    color: var(--dark-background);
    background-color: var(--inverse-text-color);
    font-weight: var(--base-header-weight);
}

.standardLink {
    font-weight: 500;
}

.footerLinkContainer a.standardLink,
.footerLinkContainer a:hover.standardLink,
.footerLinkContainer a:visited.standardLink,
.footerLinkContainer a:active.standardLink {
    display: inline-block;
    padding: 0 1rem;
    color: #fff;
}

.section-color-dark .button.clear, .section-color-dark .button.clear:focus, .section-color-dark .button.clear:hover {
    color: #fff;
}

.section-color-dark .button.clear:hover {
    text-decoration: underline;
}

.linkContainer .clear:hover {
    text-decoration: underline;
}

/* hero css */
.hero-section .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
  margin: 0;
}

.hero-section.hero-right .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
  text-align: left;
  /* margin-top: -6rem; */
}

.hero-section.hero-left .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
  text-align: left;
  margin-left: 2rem;
}

.hero-section-text > h1 {
  text-align: left;
  /* line-height: 3.8rem; */
  margin-bottom: 0.8rem;
  /* width: 80%; */
}

.hero-section-text > p {
  color: #fff;
  /* font-size: 1.4rem;
  line-height: 1.8rem; */
  width: 90%;
}

.pnf-marq {
	min-height: 86vh;
	height: 30vh;
	padding: 1.5rem 1.0rem;
}

.pnf-marq .hero-section-text {
	padding: 1.5rem;
	background-color: #fff;
	opacity: 0.8;
	text-align: center;
}

.pnf-marq .hero-section-text h1,
.pnf-marq .hero-section-text p {
	color: #000;
	text-shadow: none;
	text-align: center;
	width: 100%;
}

.pnf-marq .hero-section-text > h1,
.pnf-marq .hero-section-text > p {
	color: #000;
	text-shadow: none;
	text-align: center;
	width: 100%;
}

/* link css */
.viewCatalog {
    text-align: center;
}

/*** slider CSS ***/
.ca-nav span {
    width: 25px;
    height: 38px;
    background: transparent url(http://w3m-sta.eyefinity.com/.resources/whyvsp/webresources/images/arrows.png) no-repeat top left;
    position: absolute;
    top: 30%;
    left: -40px;
    text-indent: -9000px;
    opacity: 0.7;
    cursor: pointer;
    z-index: 100;
}

/* .slick-slide {
    opacity: 1 !important;
    left: 0px !important;
} */

.slick-item p, .slick-item h3, .slick-item .linkContainer {
    text-align: left;
}

.slick-item .linkContainer .button {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.slick-slide .slick-item img {
    display: block;
    margin: 0 auto;
}

.margin-auto {
    margin: 0 auto;
}

.frameColors {
    margin-top:3.2rem;
}

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

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

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

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

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

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

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

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

.findFlexon {
    padding: 0;
    margin: 0;
    height: 700px;
}

.iframeEmbed {
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
}

.findFlexon iframe {
    height: 100%;
}

/*** form CSS ***/
.find-flexon-form .row:first-child {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.find-flexon-form h3, .find-flexon-form p {
    color: #fff;
    text-align: left;
}

.find-flexon-form h3{
    /* font-size: 2.8rem; */
    padding-top: 0;
}

.find-flexon-form label {
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;

}

.find-flexon-form .button {
    text-shadow: none;
    font-size: 1rem;
    padding: 0.8rem 1.8rem;
    margin: 0;
}

.find-flexon-form select {
    font-size: 1rem;
}

.find-flexon-form select:invalid {
    color: gray;
}
.find-flexon-form option[value=""][disabled] {
    display: none;
}
.find-flexon-form option {
    color: black;
}

.eloquaFlexonContactForm div.column.end:last-child.formColumn {
    margin: 0 auto 8rem auto;
    float: none;
}

.eloquaFlexonContactForm label {
    font-size: 1rem;
}

.eloquaFlexonContactForm input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    text-shadow: none;
    font-size: 1rem;
    padding: 0.8rem 1.8rem;
    margin: 0;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: var(--dark-background);
    color: var(--inverse-text-color);
    font-weight: var(--base-header-weight-bold);
    text-decoration: none;
    float: left;
}

.eloquaFlexonContactForm .form-row > span {
    color: red;
    float: right;
    display: block;
    font-size: 0.9rem;
    margin: 0 0.8rem 0 0;
}

.eloquaFlexonContactForm [type="text"], .eloquaFlexonContactForm select, .eloquaFlexonContactForm textarea {
    margin: 0;
}

.eloquaFlexonContactForm .form-row {
    margin: 0 0 2rem 0;
}

.eloquaFlexonContactForm dfn {
    color: red;
}

form .error {
    color: red;
    font-weight: bold;
    float: right;
    margin-right: 0.8rem;
    font-size: 0.9rem;
}

.content-container > p {
    color: var(--text-color);
}

.year-content-container {
    color: var(--dark-background);
}

.dropdown.menu a, .dropdown.menu a:active, .dropdown.menu a:hover {
    font-family: var(--base-font-family);
    color: var(--inverse-text-color);
    font-weight: 600;
    margin: 0 1rem;
}

.mobileQuickLinksDYN {
    display: none;
}

.image_caption p {
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    font-weight: var(--h4-font-weight);
    font-family: var(--base-font-family);
    letter-spacing: 0.5px;
    margin-top: 0.75rem;
    color: var(--dark-background);
}

.hero-section-text p {
    font-size: var(--base-paragraph-size);
    line-height: var(--base-paragraph-line-height);
    font-weight: var(--base-paragraph-font-weight);
    font-family: var(--base-font-family);
    letter-spacing: 0.12px;
    color: var(--dark-background);
}

.hero-section-text p {
    /* font-size: var(--base-paragraph-large); */
    line-height: var(--base-paragraph-line-height);
    font-weight: var(--base-paragraph-font-weight);
    font-family: var(--base-font-family);
    letter-spacing: 0.12px;
    color: var(--dark-background);
}

.fa-facebook-f {
    --fa: "\f082" !important;
    font-size: var(--h3-font-size) !important;
}

.fa-instagram {
    --fa: "\e055" !important;
    font-size: var(--h3-font-size) !important;  
}

.fa-youtube {
    --fa: "\f431" !important;
    font-size: var(--h3-font-size) !important;
}

.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: var(--base-font-weight);
    color: var(--text-color);
    background: var(--inverse-text-color);
}  

.circularShapeScroll {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--inverse-text-color);
}

section.externalFormComponent.eloquaFlexonContactForm {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.row.frameDetail {
    text-align: center;
}

/* Start @media query */
/* max-width: 639px  */
@media screen and (max-width: 39.9375em)
{
  .pnf-marq {
    min-height: 35vh;
    }
  h1, h2 {
      text-align: center;
      margin-bottom: 2.5rem;
      font-size: 2.50rem;
      font-weight: 200;
      letter-spacing: -2px;
      line-height: 3.2rem;
  }

  .find-flexon-form h3 {
      font-size: 2.5rem;
      padding-top: 0;
  }

  .find-flexon-form .formColumn {
      padding: 0;
  }

  .hero-section2 {
    margin-bottom: 0rem;
  }

  .hero-section-text h1 {
    width: 100%;
    font-size: 2.5rem;
    line-height: 2.8rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .hero-section-text p {
    text-align: center;
    width: 100%;
  }

  .hero-section-text .linkContainer{
    text-align: center;
  }

  .galleryTitle > p {
      font-size: 2.5rem;
      line-height: 3.2rem;
  }

  .imageBlockContent > p {
      color: #6d6d6d;
      font-size: 1.2rem;
      line-height: 1.8rem;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      font-weight: normal;
  }

  .collectionBlock > p, .collectionBlock.fullWidth > p {
      width: 90%;
  }

  .footerRow .footerLinkContainer {
    text-align: center;

  }

  .slick-dots {
    bottom: unset;
  }
}

@media screen and (max-width: 39.9375em) and (orientation:landscape)
{
  .pnf-marq {
    min-height: 50vh;
    }
}

@media screen and (max-width: 63.9375em)
{
    .hero-section2,
    .hero-section-text-mobile {
        margin-bottom: 0;
        padding: 0;
    }

    .hero-section2.extraTallHeight {
        height: auto;
    }
    
    .title-bar {
        background-color: #161618;
        opacity: 1.0;
    }

    .title-bar-right i {
        /* display: none; */
    }

    #offCanvasLeft .topNavContainer .navLinkContainer a,
    #offCanvasLeft .topNavContainer .navLinkContainer a:active,
    #offCanvasLeft .topNavContainer .navLinkContainer a:hover {
          border-bottom: none;
    }

    .socialLinkContainer {
        width: 100%;
        text-align: center;
    }

    header .quickLinks, header .topNavContainer {
        /* display: none !important; */
    }

    .mm-title-bar {
        color: #000;
        background-color: #000;
        display: flex;
        flex-basis: 100%;
        width: 100%;
        margin: 0;
        flex-direction: row-reverse !important;
        justify-content: space-between;
        text-align: left;
        align-items: flex-end;
        padding: 1rem;
    }

    .navLinkContainer a.dropdown::before {
        width: 0rem;
        margin: 0rem;
        content: "";
        display: inline-block;
    }

    .navLinkContainer .navLogoContainer-mobile {
        text-align: left;
        margin-left: 0.5rem;
    }

    .menu.expanded li, .menu.expanded li.topnav-item {
        flex: 0.3 0px;
        padding-top: 1rem;
        padding-left: 0.5rem;
    }

    a:active, .top-bar .dropdown.menu a:hover {
        color: var(--text-color);
        text-decoration: none;
        border-bottom: none;
        text-align: left;
        padding-left: 0rem;
        margin-left: 0rem;
    }

    .navLinkContainer .navLogoContainer-mobile img {
        width: 35%;
        height: auto;
    }

    .social-area {
        margin-top: 1rem;
    }

    .flex-footer .footerLegal.alignCenter {
        text-align: left;
    }  
}

/* min-width: 640px, max-width:1023px  */
@media screen and (min-width: 40em) and (max-width: 63.9375em)
{
    .imageBlockContent > p {
        width: 100%;
    }

    .collectionBlock > p {
        width: 65%;
    }

    h1 {
        font-size: var(--h1-font-size);
        line-height: var(--h1-line-height);
        font-family: var(--base-font-family);
        font-style: normal;
        font-weight: var(--base-header-weight-bold);
        color: var(--dark-background);
    }

    h2 {
        font-size: var(--h2-font-size);
        line-height: var(--h2-line-height);
        font-family: var(--base-font-family);
        font-style: normal;
        font-weight: var(--h2-font-weight);
        color: var(--dark-background);
    }

    h3 {
        font-size: var(--h3-font-size);
        line-height: var(--h3-line-height);
        font-family: var(--base-font-family);
        font-style: normal;
        text-transform: none;
        font-weight: var(--h3-font-weight);
        color: var(--dark-background);
    }

    h4 {
        font-size: var(--h4-font-size);
        line-height: var(--h4-line-height);
        font-family: var(--base-font-family);
        font-style: normal;
        font-weight: var(--base-header-weight);
        color: var(--dark-background);
    }
}

/* max-width: 640px, landscape  */
@media screen and (max-width: 40em) and (orientation: portrait)
{
    .pnf-marq {
    min-height: 35vh;
    }
}

/* min-width: 640px, max-width:1023px, landscape  */
@media screen and (min-width: 40em) and (max-width: 63.9375em) and (orientation: landscape)
{

    .pnf-marq {
    min-height: 63vh;
    }
}

/* min-width: 599px, max-width: 961px */
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em)
{
    .column.columnBlock {
        width: 450px;
        margin: 0 auto 40px auto;
        float: none;
    }

    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child,
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child,
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
        float: none;
    }
}

/* min-width: 639px, max-width: 1023px , landscape  */
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) and (orientation: landscape)
{
    .headerRow {
        flex-direction: column;
    }
}

@media screen and (min-width: 64em)
{
    .hero-section-text {
        width: 38%;
    }

    main {
      margin-bottom: -4rem;
    }

    #external-form {
        width: 60%;
        margin: 0 auto;  
    }

    .topNavContainer.navbar-fixed .headerRow {
        padding: 1.3rem 0;
        margin: 0 auto;
    }

    .hero-section3 .lensOverlay {
        width: 40%;
        margin-left: 10%;
    }

    .hero-section3 .hero-section-text .paragraphBlock {
        height: auto;
        margin: 0rem 2rem;
    }

    .social-area {
        width: 20%;
        text-align: center;
    }
    
    .dropdown.menu a.activeTopNav {
        padding-bottom: 5px;
        border-bottom: 3px solid var(--inverse-text-color);
    }

    h1 {
        font-size: var(--h1-font-size);
        line-height: var(--h1-line-height);
        font-family: var(--base-font-family);
        font-style: normal;
        font-weight: var(--base-header-weight-bold);
        color: var(--dark-background);
    }

    h2 {
        font-size: var(--h2-font-size);
        line-height: var(--h2-line-height);
        font-family: var(--base-font-family);
        font-style: normal;
        font-weight: var(--h2-font-weight);
        color: var(--dark-background);
    }

    h3 {
        font-size: var(--h3-font-size);
        line-height: var(--h3-line-height);
        font-family: var(--base-font-family);
        font-style: normal;
        text-transform: none;
        font-weight: var(--h3-font-weight);
        color: var(--dark-background);
    }

    h4 {
        font-size: var(--h4-font-size);
        line-height: var(--h4-line-height);
        font-family: var(--base-font-family);
        font-style: normal;
        font-weight: var(--base-header-weight);
        color: var(--dark-background);
    }

    .footer-container a.standardLink.iconBefore{
       margin-top: 0.2rem;
    }
    
    .hero-section3 .stackHero .hero-section-text h1 {
        color: var(--dark-background) !important;
    }
    
    .hero-section3 .stackHero .hero-section-text p {
        color: var(--text-color) !important;
    }
}

@media only screen and (min-device-width: 1792px) {
    .hero-section3 .stackHero .hero-section-text h1, 
    .hero-section3 .stackHero .hero-section-text p {
        color: var(--inverse-text-color) !important;
    }
    
    .hero-section3 .hero-section-text .paragraphBlock {
        margin: 0rem 2rem 0rem 20%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1292px) and (orientation: landscape) {
    .hero-section3 .stackHero .hero-section-text h1 {
        color: var(--dark-background) !important;
    }
    
    .hero-section3 .stackHero .hero-section-text p {
        color: var(--text-color) !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1292px) and (orientation: portrait) {
    .hero-section3 .stackHero .hero-section-text h1,
    .hero-section3 .stackHero .hero-section-text p {
        color: var(--inverse-text-color) !important;
    }
}
  
@media only screen and (min-width: 810px) and (max-width: 1010px) and (orientation: portrait) {
    .hero-section3 .stackHero .hero-section-text h1,
    .hero-section3 .stackHero .hero-section-text p {
        color: var(--inverse-text-color) !important;
    }
}

@media only screen and (min-device-width: 1520px) {
    .hero-section3 .stackHero .hero-section-text h1, 
    .hero-section3 .stackHero .hero-section-text p {
        color: var(--inverse-text-color) !important;
    }
}

@media only screen and (min-width: 1520px) and (max-width: 1525px) {
    .hero-section3 .stackHero .hero-section-text h1,
    .hero-section3 .stackHero .hero-section-text p {
        color: var(--inverse-text-color) !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .hero-section3 .lensOverlay {
        width: 55%;
        margin-left: 0%;
    }
}