<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
}

/* DEAL HEADER - BLUE BANNER */
.blue-banner {
  background-color: #012D57;
  color: white;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
}


/* HEADER LOGO &amp; NAVIGATION */
.envision-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  width: 100%;
  font-size: 1.1em;
  border-bottom: 1px solid #BCBEC0;
}

.envision-header img {
  width: auto;
  height: 93px;
  margin-left: 3em;
}

.envision-header ul {
  margin-right: 3em;
}

.envision-header li {
  display: inline;
  padding: 0 1em;
}

.envision-header a {
  color: #012D57;
  text-decoration: none;
}

.envision-header a:last-child {
  color: #E07527;
}

.envision-header a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
  .envision-header ul {
    margin-right: .4em;
  }

  .envision-header img {
    margin-left: .6em;
  }
}

@media only screen and (max-width: 545px ) {
  .envision-header li {
  padding: 0 .5em;
  }
}

@media only screen and (max-width: 450px) {
  .envision-header ul {
    margin-right: .4em;
  }

  .envision-header img {
    margin-left: .6em;
  }
}

/* HERO IMG STRIP */
.envison-hero {
  background-image: url('https://imk.ironmarkusa.com/hubfs/Marcom%20Central/Envison%20Scholar%20Shop/shop_banner.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 1043px) {
  .envison-hero {
    height: 300px;
  }
}

@media only screen and (max-width: 781px) {
  .envison-hero {
    height: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .envison-hero {
    height: 100px;
  }
}

/* FEATURED PRODUCTS AREA */
.product-container {
  text-align: center;
  color: #012D57;
  max-width: 1050px;
  margin: 0 auto;
}

.product-container h2 {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 2em 0;
}

.en-product {
  display: inline-block;
  margin: 1em 1em 3em 1em;
  width: 230px;
  height: 310px;
}

.en-product a {
  color: #012D57;
  text-decoration: none;
  font-weight: bold;
}

.en-product-image {
  background-color: white;
  border: 1px solid rgba(138, 138, 138, 0.1);
  width: 230px;
  height: 250px;
  position: relative;
  z-index: 1;
}

#product-1 {
  background-image: url('https://filedn.com/l4ouN2MFgHIF9XvDt0YC7xf/Envisions/Envision%20Experience%20T-Shirt-front.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#product-2 {
  background-image: url('https://filedn.com/l4ouN2MFgHIF9XvDt0YC7xf/Envisions/envision-adult-polo.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#product-3 {
  background-image: url('https://filedn.com/l4ouN2MFgHIF9XvDt0YC7xf/Envisions/scrub-set.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#product-4 {
  background-image: url('https://filedn.com/l4ouN2MFgHIF9XvDt0YC7xf/Envisions/youth-lab-coat.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#product-5 {
  background-image: url('https://imk.ironmarkusa.com/hubfs/Marcom%20Central/Envison%20Scholar%20Shop/shop_structured%20hat_front%20view.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#product-6 {
  background-image: url('https://imk.ironmarkusa.com/hubfs/Marcom%20Central/Envison%20Scholar%20Shop/Updated%20Envision%20Journal.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#product-7 {
  background-image: url('https://imk.ironmarkusa.com/hubfs/Marcom%20Central/Envison%20Scholar%20Shop/duffelbag.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#product-8 {
  background-image: url('https://filedn.com/l4ouN2MFgHIF9XvDt0YC7xf/Envisions/envision-backpack.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#product-9 {
  background-image: url('https://filedn.com/l4ouN2MFgHIF9XvDt0YC7xf/Envisions/envision-waterbottle.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.en-product-info {
  width: 230px;
  height: 60px;
  background-color: white;
  border: 1px solid rgba(138,138,138,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #8A8A8A;
  font-size: 1.1em;
  line-height: 1.3em;
  position: relative;
  bottom: 50px;
  z-index: 3;
}

.en-product:hover &gt; .en-product-info {
  box-shadow: 5px 10px 18px rgba(138,138,138,0.1);
}

.hover-bar {
  width: 230px;
  height: 50px;
  bottom: -10px;
  background-color: rgba(224, 117, 39, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all .7s;
}

.en-product a:hover + .hover-bar, .hover-bar:hover {
  bottom:50px;
}

.hover-bar a:first-child {
  margin-right: 30px;
}

.fa-cart-plus, .fa-search {
  background-color: white;
  border-radius: 50%;
  padding: 10px;
}

/* BOTTOM NAV */
.bottom-nav {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3em;
}

.bottom-nav a, .bottom-nav p {
  color: #012D57;
  text-decoration: none;
  display: inline-block;
  margin: 50px 0;
}

.bottom-nav a:hover {
  text-decoration: underline;
}

/* FOOTER */
footer.custom-footer {
  font-size: 15px;
}

.blue-footer {
  background-color: #0A3C72;
  display: flex;
  justify-content: center;
  color: white;
  padding: 30px 10px;
  box-shadow: 0 3px 14px rgb(0 0 0 / 0.5);
}

.footer-list {
  margin: 20px 16px;
  max-width: 175px;
  width: 100%;
}

.footer-list h3 {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}

.footer-list li {
  margin: 20px 0;
}

.footer-list a {
  color: white;
  text-decoration: none;
}

.footer-list a:hover {
  color: rgba(255, 255, 255, .77);
}

.footer-info {
  line-height: 1.4em;
}

.footer-info img {
  width: auto;
  height: 120px;
}

.footer-social {
  margin-top: 12px;
}

.footer-social a {
  color: white;
  margin-right: 7px;
}

.footer-social a:last-child {
  margin-right: 0;
}

.footer-social a:hover {
  color: rgba(255, 255, 255, .77);
}

.footer-social .fab {
  font-size: 45px;
}

.white-footer-container {
  border-bottom: 1px solid #616161;
  padding: 50px 10px 30px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.white-footer-container .footer-ws-logo img {
  width: auto;
  height: 70px;
}

.white-footer-container-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.white-footer-container-list li {
  margin: 4px 0;
}

.white-footer-container-list a {
  font-size: 14px;
  color: #0B246F;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 12px;
}

.white-footer-container-list a:hover {
  color: rgba(11, 36, 111, .49);
}

.white-footer-container-list li:not(:last-child) {
  border-right: 1px solid #0B246F;
}

.white-footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px 30px 10px;
}

.copyright-list ul {
  display: flex;
}

.copyright-list a {
  color: #616161;
  text-decoration: none;
}

.copyright-list a:first-child {
  padding-right: 12px;
}

.copyright-list a:last-child {
  padding-left: 12px;
}

.copyright-list a:hover {
  color: rgba(36, 36, 36, .49);
}

.copyright-list li {
  margin: 10px 0;
}

.copyright-list li:not(:last-child) {
  border-right: 1px solid #616161;
}

.copyright-info {
  color: #616161;
  padding-right: 12px;
}

@media only screen and (max-width: 1000px) {
  .blue-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  .white-footer-container {
    flex-direction: column;
  }

  .white-footer-container-list ul {
    justify-content: center;
  }

  .white-footer-container .footer-ws-logo img {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .white-footer-copyright {
    flex-direction: column;
    justify-content: center;
  }
}

/* MODAL POPUP */
.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 80%;
  max-width: 920px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .3s;
  animation-timing-function: ease-out;
}

.en-modal-header {
  padding: 20px;
  background: #012D57;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
}

.en-modal-body {
  background: white;
  padding: 60px;
  text-align: center;
  line-height: 1.4em;
  color: #012D57;
  font-size: 1.3em;
}

.en-modal-body a {
  text-decoration: none;
  color: inherit;
}

.en-modal-body a:hover {
  text-decoration: underline;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.modal-trigger {
  transition: ease .2s;
}</pre></body></html>