:root {
  --white-smoke: whitesmoke;
  --royal-blue: #19538e;
  --medium-aquamarine: #7ec4bd;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 31px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #1b1b1b;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

a {
  color: #09335d;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: underline;
}

ul {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.navbar {
  z-index: 1000;
  background-color: #3a3a3a;
  border-bottom: 3px #555;
  flex-direction: column;
  max-width: 1140px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navlink {
  color: #000;
  text-transform: uppercase;
  background-color: #f70b0b;
  border-bottom: 2px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 11px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: border-color 75ms;
}

.navlink:hover {
  color: var(--white-smoke);
  background-color: #3d3d3d;
  border-bottom-style: none;
  border-bottom-color: #7ec4bd;
  font-weight: 600;
}

.navlink.w--current {
  color: var(--white-smoke);
  background-color: #575757;
  border-bottom-style: none;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 19px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 55px;
}

.divider {
  z-index: 1000;
  background-color: #fff;
  width: 150px;
  height: 3px;
  margin: 10px auto;
  display: block;
  position: static;
}

.main-subtitle {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
}

.nav-menu {
  text-align: center;
  background-color: #0000;
  width: 100%;
}

.footersection {
  background-color: #2b2b2b;
  height: auto;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 71px 71px;
}

.artistsmainsection {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 200px;
  padding-right: 200px;
  display: block;
}

.artistsmainlink {
  text-align: center;
  background-color: #0000;
  border: 1px solid #b9c461;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: auto;
  margin-bottom: 18px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 21px;
  text-decoration: none;
  display: flex;
}

.artistsheading {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.productcontainer {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.homeheroslider {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  max-width: 1140px;
  height: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.hometextsection {
  padding-top: 17px;
  padding-bottom: 0;
}

.quicklinkcontainer {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: space-around center;
  align-items: stretch;
  max-width: 1140px;
  padding: 10px 64px 23px;
  display: flex;
}

.subnavbar {
  background-color: #0000;
  width: 100%;
}

.subnavlinkwrap {
  float: none;
  background-color: #e6e6e6;
  width: 100%;
  margin-bottom: 2px;
  padding: 10px 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.subnavlinkwrap:hover {
  background-color: #c0cfce;
}

.hometextcontainer {
  text-align: center;
  background-color: #fff;
  max-width: 1140px;
  padding: 0 23px;
}

.telephone {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 400;
}

.bold-text {
  color: #fff;
  letter-spacing: 3px;
  font-size: 24px;
  font-weight: 400;
}

.quicklink {
  background-color: #fff;
  border-radius: 9px;
  flex-direction: column;
  justify-content: flex-end;
  width: 300px;
  height: 300px;
  margin: 15px;
  text-decoration: none;
  display: flex;
}

.quicklink._1 {
  background-image: url('../images/cn-09.jpg');
  background-position: 50%;
  background-size: auto;
}

.quicklink._1:hover {
  background-image: linear-gradient(#00000040, #00000040), url('../images/cn-09.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.quicklink._2 {
  background-image: url('../images/178-cat.jpg');
  background-position: 80% 70%;
  background-repeat: no-repeat;
  background-size: auto;
}

.quicklink._2:hover {
  background-image: linear-gradient(#00000040, #00000040), url('../images/178-cat.jpg');
  background-position: 0 0, 80% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.quicklink._3 {
  background-color: #d1d1d1;
  background-image: url('../images/hc-minicard-front.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.quicklink._3:hover {
  background-image: linear-gradient(#00000040, #00000040), url('../images/hc-minicard-front.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.quicklink._4 {
  background-color: #dadada;
  background-image: url('../images/home-calendar.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.quicklink._4:hover {
  background-image: linear-gradient(#00000040, #00000040), url('../images/home-calendar.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.quicklink._5 {
  background-color: #000;
  background-image: url('../images/bc-24.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.quicklink._5:hover {
  background-image: linear-gradient(#00000040, #00000040), url('../images/bc-24.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.quicklink._6 {
  background-image: url('../images/christmas-43.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.quicklink._6:hover {
  background-image: linear-gradient(#00000040, #00000040), url('../images/christmas-43.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.footercontainer {
  max-width: 1140px;
  padding: 0;
}

.flink {
  color: #707070;
  margin-bottom: 7px;
  padding-left: 0;
  text-decoration: none;
  list-style-type: square;
}

.footerheading {
  color: #838383;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.thumbheading {
  color: #646464;
  background-color: #0000;
  width: 93%;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.artistscontainer {
  text-align: center;
  background-color: #ebeae7;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1140px;
  margin-top: 31px;
  padding: 5px 0;
  display: flex;
}

.lightbox-link {
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
  width: 366px;
  margin: 4px;
  text-decoration: none;
}

.lightbox-link:hover {
  background-color: #fcfbea;
}

.thumbimage {
  background-color: #0000;
  width: auto;
  height: auto;
  padding: 10px;
}

.thumbimage.flip {
  width: 70%;
  height: auto;
  padding: 5px;
}

.thumbrow {
  padding: 5px;
}

.thumbcol1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.thumbcol2 {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.artistssection {
  padding-top: 0;
}

.thumbcode {
  width: 93%;
  color: var(--royal-blue);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 700;
}

.thumbcode.note {
  background-color: #0000;
}

.aboutrow {
  background-color: #fff;
  border-radius: 0;
  padding: 13px 13px 13px 0;
}

.aboutcontainer {
  background-color: #0000;
  max-width: 1140px;
  padding: 10px 0 0;
}

.aboutthumb {
  background-color: #fff;
  border: 2px solid #cecece;
  width: 100%;
  margin-top: 5px;
  padding: 10px;
}

.innerheadercontainer {
  background-color: #e9e9e9;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}

.innerheadertext {
  background-color: #fff;
  margin-bottom: 0;
  padding-right: 0;
}

.about {
  text-align: center;
  margin-top: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.flip {
  width: 70%;
  max-width: none;
  height: auto;
  padding: 10px;
}

.otherinfo {
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  padding: 21px 8px 8px;
}

.othercontainer {
  background-color: #e9e9e9;
  max-width: 1140px;
  padding: 0;
}

.lightboxlinknotecards {
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
  width: 366px;
  margin: 4px;
  text-decoration: none;
}

.lightboxlinknotecards:hover {
  background-color: #fcfbea;
}

.notecardthumbimage {
  background-color: #0000;
  width: auto;
  max-width: 90%;
  height: auto;
  margin: 16px 16px 0;
  padding: 10px;
}

.notecardthumbimage.flip {
  width: 70%;
  padding: 5px;
}

.lightboxlinkcalendars {
  text-align: center;
  background-color: #e9e9e9;
  border-radius: 2px;
  width: 366px;
  margin: 4px;
  padding-top: 12px;
  text-decoration: none;
}

.lightboxlinkcalendars:hover {
  background-color: #fcfbea;
}

.thumbheadingcalendar {
  color: #646464;
  text-transform: none;
  background-color: #0000;
  border-top: 1px #e2e2e2;
  width: 100%;
  margin-top: 13px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.calendarthumbimage {
  background-color: #fff;
  border: 1px #e7e7e7;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #ddd;
  width: auto;
  max-width: 60%;
  height: auto;
  margin: 0;
  padding: 13px;
  box-shadow: 5px 5px 7px -1px #00000042;
}

.lightbox-link-long {
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
  width: 366px;
  margin: 4px;
  padding: 10px 24px;
  text-decoration: none;
}

.lightbox-link-long:hover {
  background-color: #fcfbea;
}

.quicklinkheading {
  color: #363636;
  background-color: #ffffffde;
  border-radius: 3px;
  width: 90%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  font-size: 18px;
  font-weight: 600;
}

.artist {
  background-color: #fff;
  width: 169px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.artist:hover {
  background-color: #d1d1d1;
}

.artisthead {
  color: #353535;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.artistoverview {
  text-align: center;
  background-color: #ebeae7;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  max-width: 1140px;
  padding: 15px 0;
  display: flex;
}

.artistthumb {
  background-color: #0000;
  width: auto;
  height: 160px;
  padding: 10px;
}

.next {
  float: right;
  color: #fff;
  text-align: center;
  background-color: #8ea4b6;
  border-radius: 4px;
}

.next:hover {
  color: #3d74ac;
  background-color: #c7d4e2;
}

.museum {
  background-color: #fff;
  width: 46%;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.museum:hover {
  background-color: #d1d1d1;
}

.museumoverview {
  text-align: center;
  background-color: #e9e9e9;
  flex-wrap: wrap;
  place-content: stretch center;
  max-width: 1140px;
  padding: 20px 0;
  display: flex;
}

.museumthumb {
  background-color: #0000;
  width: auto;
  height: 240px;
  margin-top: 18px;
  padding: 10px;
}

.whatsnewheading {
  background-color: #fff;
  border-bottom: 1px #000;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
  font-size: 30px;
}

.ordercontainer {
  text-align: center;
  background-color: #e9e9e9;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1140px;
  padding: 17px;
  display: flex;
}

.footerlink {
  color: #c2c2c2;
  text-decoration: none;
}

.footeraddress {
  color: #c2c2c2;
}

.text-block {
  color: #7e7e7e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 46px;
  padding-top: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.button {
  float: right;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #e0e0e0;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 23px auto 22px;
  padding: 23px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  overflow: auto;
}

.button:hover {
  background-color: #929292;
}

.flist {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.herohomesection {
  background-color: #0000;
  width: auto;
  height: auto;
}

.herohomecontainer {
  max-width: 1140px;
  position: relative;
}

.heroglaze {
  z-index: 100;
  text-align: center;
  background-color: #f5f5f54d;
  border: 3px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 77px auto;
  padding: 32px;
  display: none;
  position: absolute;
  inset: 0%;
}

.slide-2 {
  background-image: linear-gradient(#0003, #0003), url('../images/ashmolean.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.navsection {
  width: 100%;
  height: 95px;
}

.slide-3 {
  background-image: linear-gradient(#0003, #0003), url('../images/ss3-main-2024.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.heroinnersection {
  float: none;
  clear: none;
  background-color: #fff;
  width: auto;
  height: auto;
  margin-top: 108px;
  margin-bottom: 10px;
  position: static;
}

.heroinnercontainer {
  background-color: #fff;
  max-width: 1140px;
  position: relative;
}

.heroinnerglaze {
  z-index: 100;
  text-align: center;
  background-color: #0000;
  border: 3px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 15px auto 30px;
  padding: 0 32px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.innerheroslider {
  text-align: center;
  background-color: #333;
  flex-direction: column;
  max-width: 1140px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.slide-1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/ss2-main-2024.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.slide-4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/cn.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.slide-5 {
  background-image: linear-gradient(#0003, #0003), url('../images/hero-jg54.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.slide-6 {
  background-image: linear-gradient(#0003, #0003), url('../images/hero-kb23.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.slide-7 {
  background-image: linear-gradient(#0003, #0003), url('../images/hero-mc24.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.slide-8 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/hero-ch41.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.slide-9 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/mr.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.slide-10 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/ss8-main-2024.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-11 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/hero-hc67.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.slide-12 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/ss5-main-2024.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.homeslide1 {
  background-image: linear-gradient(#0003, #0003), url('../images/hero-er6.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.homeslide2 {
  background-image: linear-gradient(#0003, #0003), url('../images/ss2-main-2024.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.homeslide3 {
  background-image: linear-gradient(#0003, #0003), url('../images/ss4-main-2024.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.homeslide4 {
  background-image: linear-gradient(#0003, #0003), url('../images/hero-mc24.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.homeslide5 {
  background-image: linear-gradient(#0003, #0003), url('../images/ss8-main-2024.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.homeslide6 {
  background-image: linear-gradient(#0003, #0003), url('../images/cn-home.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.homeslide7 {
  background-image: linear-gradient(#0003, #0003), url('../images/jg-home.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.homeslide8 {
  background-image: linear-gradient(#0003, #0003), url('../images/ss3-main-2024.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.homeslide9 {
  background-image: linear-gradient(#0003, #0003), url('../images/hero-jg54.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.homeslide10 {
  background-image: linear-gradient(#0003, #0003), url('../images/hero-hc67.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.homeslide11 {
  background-image: linear-gradient(#0003, #0003), url('../images/hero-jd2.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.homeslide12 {
  background-image: linear-gradient(#0003, #0003), url('../images/ss5-main-2024.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.homeheading {
  margin-bottom: 26px;
  padding-top: 18px;
  font-size: 30px;
  font-weight: 400;
}

.contactcontainer {
  background-color: #e9e9e9;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1140px;
  padding: 5px 0;
  display: block;
}

.html-embed {
  background-color: #fff;
}

.contactrow {
  padding: 20px 36px;
}

.navbarcontainer {
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-top: 11px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.slidenav {
  font-size: 8px;
}

.backcontainer {
  max-width: 1140px;
}

.backbutton {
  text-align: center;
  background-color: #6d8da8;
  width: 100%;
  margin-top: 36px;
  padding: 24px;
  font-size: 17px;
}

.backbutton:hover {
  background-color: #496985;
}

.column {
  padding-right: 0;
}

.privacycontainer {
  background-color: #e9e9e9;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1140px;
  padding: 37px;
  display: block;
}

.copyright {
  color: #c3c3bf;
  margin-bottom: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
}

.copyrightlink {
  color: #bbb;
}

.heroglazefloat {
  z-index: 100;
  text-align: center;
  background-color: #2525254d;
  border: 3px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 77px auto;
  padding: 32px;
  display: block;
  position: absolute;
  inset: 0%;
}

.copyrightcontainer {
  text-align: center;
  max-width: 1140px;
}

.div-block-2 {
  width: 40%;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  margin-top: 10px;
}

.slide-1-2 {
  background-image: url('../images/hero-er6.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-nav, .slide-nav-2, .slide-nav-3, .slide-nav-4, .slide-nav-5, .slide-nav-6, .slide-nav-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-nav-8, .slide-nav-9 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.slide-nav-10, .slide-nav-11, .slide-nav-12, .slide-nav-13, .slide-nav-14, .slide-nav-15, .slide-nav-16 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-nav-17 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-image: linear-gradient(#0000001a, #0000001a);
}

.slide-1-3 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/hero-jd2.jpg');
  background-position: 0 0;
  background-size: auto;
  background-clip: padding-box;
}

.thumbrow-copy {
  padding: 5px;
}

.lightbox-link-copy {
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
  width: 366px;
  margin: 4px;
  text-decoration: none;
}

.lightbox-link-copy:hover {
  background-color: #fcfbea;
}

.artist-copy {
  background-color: #fff;
  width: 169px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.artist-copy:hover {
  background-color: #d1d1d1;
}

.goto {
  text-align: center;
  background-color: #fff;
  padding: 12px 0 0;
}

.gotobutton {
  text-align: center;
  background-color: #9dac89;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 16px;
  display: flex;
}

.nav {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
}

.nav.w--current {
  color: #e1e592;
  border-bottom: 2px #000;
  text-decoration: underline;
}

.nav-menu-2 {
  text-align: center;
  width: 100%;
}

.newsection {
  background-color: var(--white-smoke);
  margin: 30px 62px 62px;
  padding: 16px 0 0;
}

.thumbcode-2 {
  color: #667c41;
  background-color: #0000;
  width: 93%;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 700;
}

.heading {
  margin-bottom: 13px;
}

.address {
  margin-bottom: 40px;
}

.artistscalendarsection {
  padding-top: 0;
}

.calendarheadwrap {
  width: 100%;
}

.artistcalendarcontainer {
  text-align: center;
  background-color: #ebeae7;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1140px;
  margin-top: 31px;
  padding: 5px 0;
  display: flex;
}

.calendarthumbimage-4 {
  background-color: #fff;
  border: 1px #e7e7e7;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #ddd;
  width: auto;
  max-width: 60%;
  height: auto;
  margin: 0;
  padding: 13px;
  box-shadow: 5px 5px 7px -1px #00000042;
}

.calendarstack {
  grid-column-gap: 10px;
  flex: 1;
}

.slider {
  background-color: #ebeae7;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
}

.slide-13 {
  text-align: center;
}

.calslidenav {
  background-color: #0000;
  align-self: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7px;
}

.aboutcal {
  text-align: left;
  align-self: auto;
}

.calendartitle {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
}

.mask-2 {
  padding-bottom: 48px;
}

.aboutcaltitle {
  margin-top: 12px;
  margin-bottom: 10px;
}

.callandr {
  color: #333;
}

.bold-text-2 {
  color: #646464;
}

.calmoreinfo {
  color: #646464;
  font-size: 14px;
  line-height: 17px;
}

.backtotoprefpoint {
  border-top: 1px solid #fff;
  height: auto;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
  }

  .navbar {
    padding-bottom: 0;
  }

  .navlink {
    margin: 0 auto;
    padding: 10px 10px 20px;
  }

  .navlink:hover {
    border-bottom-color: #0000;
  }

  .main-heading {
    padding-top: 0;
    font-size: 38px;
    line-height: 44px;
  }

  .main-subtitle {
    margin-top: 0;
    font-size: 18px;
    line-height: 27px;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

  .menu-button.w--open {
    color: #7ec4bd;
    background-color: #0000;
  }

  .nav-menu {
    float: right;
    background-color: #3a3a3a;
  }

  .footersection {
    padding: 43px;
  }

  .homeheroslider {
    width: 100%;
    max-width: 100134%;
    height: 450px;
    padding-top: 0;
    display: block;
  }

  .quicklinkcontainer {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .telephone {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .quicklinksection {
    width: 100%;
  }

  .quicklink {
    width: 260px;
    height: 260px;
  }

  .quicklink._1, .quicklink._2 {
    width: 260px;
  }

  .lightbox-link {
    width: 48%;
  }

  .artistssection {
    margin-left: 10px;
    margin-right: 10px;
  }

  .aboutrow {
    width: 101%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 26px 10px;
  }

  .aboutthumb {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .lightboxlinkcalendars {
    width: 48%;
  }

  .artist {
    width: 182px;
  }

  .next {
    width: 100%;
  }

  .museum {
    width: 42%;
  }

  .text-block {
    padding-top: 0;
  }

  .herohomesection {
    height: auto;
    margin-bottom: 26px;
    position: static;
  }

  .herohomecontainer {
    height: auto;
    position: relative;
  }

  .heroglaze {
    height: 254px;
    margin-top: 89px;
    padding-top: 22px;
    padding-bottom: 22px;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .slide-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/bw.jpg');
    background-size: auto, cover;
  }

  .heroinnersection {
    height: auto;
    margin-top: 114px;
  }

  .heroinnercontainer {
    height: auto;
  }

  .heroinnerglaze {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .innerheroslider {
    width: 100%;
    max-width: 100134%;
    height: 250px;
    padding-top: 0;
    display: block;
  }

  .homeheading {
    line-height: 45px;
  }

  .contactrow {
    text-align: center;
  }

  .navbarcontainer {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heroglazefloat {
    height: 254px;
    margin-top: 89px;
    padding-top: 22px;
    padding-bottom: 22px;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .artist-copy {
    width: 182px;
  }

  .newsection {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading {
    font-size: 20px;
  }

  .artistscalendarsection {
    margin-left: 10px;
    margin-right: 10px;
  }

  .aboutcal {
    text-align: center;
    align-self: center;
  }

  .aboutcaltitle {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    background-color: #383838;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink {
    text-align: center;
    background-color: #fff;
    border-bottom-style: solid;
    border-bottom-color: #3a3a3a;
    padding: 30px;
    font-size: 14px;
  }

  .main-heading {
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
  }

  .main-subtitle {
    font-size: 18px;
  }

  .menu-button {
    float: none;
    text-align: center;
    margin-top: 0;
    font-size: 44px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .nav-menu {
    color: #1a1a1a;
  }

  .homeheroslider {
    width: 100%;
    display: block;
  }

  .bold-text {
    font-weight: 700;
  }

  .quicklink {
    width: 230px;
    height: 230px;
  }

  .quicklink._1 {
    width: 230px;
  }

  .artistscontainer {
    align-items: stretch;
    padding-top: 5px;
  }

  .lightbox-link {
    width: 46%;
  }

  .thumbrow {
    text-align: center;
  }

  .thumbcol2 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .aboutthumb {
    width: 70%;
    margin-bottom: 23px;
  }

  .lightboxlinknotecards, .lightboxlinkcalendars, .lightbox-link-long {
    width: 46%;
  }

  .artistoverview {
    padding-top: 5px;
  }

  .museum {
    width: 44%;
    margin-top: 13px;
  }

  .museumoverview, .ordercontainer {
    padding-top: 5px;
  }

  .heroglaze {
    width: 80%;
    height: auto;
    margin-top: 52px;
  }

  .heroinnersection {
    margin-top: 93px;
  }

  .heroinnerglaze {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .innerheroslider {
    width: 100%;
    display: block;
  }

  .homeheading {
    font-size: 23px;
    line-height: 33px;
  }

  .contactcontainer {
    padding-top: 5px;
  }

  .contactrow {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbarcontainer {
    background-color: #3a3a3a;
    font-size: 14px;
  }

  .icon {
    color: var(--white-smoke);
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .privacycontainer {
    padding-top: 5px;
  }

  .heroglazefloat {
    width: 80%;
    height: auto;
    margin-top: 52px;
  }

  .thumbrow-copy {
    text-align: center;
  }

  .lightbox-link-copy {
    width: 46%;
  }

  .nav {
    text-align: center;
    border: 1px solid #000;
    padding: 23px;
    font-size: 15px;
  }

  .newsection {
    margin-left: 0;
    margin-right: 0;
  }

  .artistcalendarcontainer {
    align-items: stretch;
    padding-top: 5px;
  }

  .calendarstack {
    flex: 0 auto;
    width: 100%;
  }

  .calslidenav {
    width: 80%;
  }

  .aboutcal {
    align-self: center;
    width: 70%;
  }

  .calmoreinfo {
    line-height: 11px;
  }
}

@media screen and (max-width: 479px) {
  .main-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .main-subtitle {
    font-size: 14px;
    line-height: 19px;
  }

  .footersection {
    text-align: center;
    padding: 14px;
  }

  .homeheroslider {
    height: 300px;
  }

  .hometextsection {
    padding-top: 0;
  }

  .hometextcontainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .telephone {
    margin-top: 0;
    font-size: 14px;
  }

  .bold-text {
    font-weight: 600;
  }

  .quicklink._1, .quicklink._3, .quicklink._4, .quicklink._5, .quicklink._6 {
    width: 260px;
    height: 260px;
  }

  .flink {
    list-style-type: none;
  }

  .thumbheading {
    margin-top: 0;
  }

  .lightbox-link {
    width: 100%;
    margin: 5px 10px;
  }

  .thumbimage {
    max-width: 100%;
  }

  .thumbcode {
    margin-top: 0;
  }

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

  .aboutcontainer {
    padding: 9px;
  }

  .aboutthumb {
    width: 100%;
    max-width: 100%;
  }

  .flip {
    max-width: 100%;
  }

  .lightboxlinknotecards {
    width: 100%;
  }

  .notecardthumbimage {
    max-width: 90%;
    margin-bottom: 10px;
  }

  .lightboxlinkcalendars {
    width: 89%;
  }

  .thumbheadingcalendar {
    margin-top: 0;
  }

  .calendarthumbimage {
    max-width: 100%;
  }

  .lightbox-link-long {
    width: 100%;
  }

  .artistthumb {
    max-width: 100%;
  }

  .museum {
    width: 100%;
  }

  .museumthumb {
    max-width: 100%;
  }

  .flist {
    text-align: center;
    list-style-type: none;
  }

  .heroglaze {
    background-color: #0000;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 13px;
  }

  .heroinnersection {
    margin-top: 94px;
  }

  .heroinnerglaze {
    background-color: #0000008c;
    width: 100%;
  }

  .innerheroslider {
    height: 310px;
  }

  .arrowlr {
    display: none;
  }

  .homeheading {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
  }

  .contactrow {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heroglazefloat {
    background-color: #0000;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 13px;
  }

  .lightbox-link-copy {
    width: 100%;
  }

  .newsection {
    margin-left: 0;
  }

  .thumbcode-2 {
    margin-top: 0;
  }

  .heading-2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 19px;
    line-height: 26px;
  }

  .calendarthumbimage-4 {
    max-width: 100%;
  }

  .calslidenav {
    width: 40%;
  }

  .aboutcal {
    flex: 0 auto;
    align-self: center;
    width: 40%;
  }

  .calmoreinfo {
    color: #3b3b3b;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 13px;
    line-height: 25px;
    display: flex;
  }
}


