:root {
  --royal-blue: #0750a4;
  --steel-blue: #2372cc;
  --white: white;
  --black: black;
  --light-sea-green: #2db1a7;
  --grey: #777;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: #333;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: var(--royal-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

h6 {
  color: #777;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #333;
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
}

li {
  padding-bottom: 5px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  float: none;
  color: #4f4f4f;
  border-left: 1px #0000;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.slider {
  margin-top: 50px;
}

.div-block-1 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-1 {
  clear: none;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
}

.mask {
  background-color: #f5f5f5;
  display: block;
}

.slide-1 {
  background-color: #f5f5f5;
  display: inline-block;
  position: static;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.icon-2 {
  color: #fff;
  display: block;
}

.icon-2.grey {
  opacity: .32;
  color: #333;
  margin-right: 10px;
  inset: 0% 0% 0% auto;
}

.icon {
  color: #fff;
  display: block;
}

.icon.grey {
  opacity: .32;
  color: #333;
  margin-left: 10px;
  inset: 0% auto 0% 0%;
}

.slide-nav {
  display: none;
}

.body {
  background-color: #fff;
  font-family: Poppins, sans-serif;
}

.bullet-list {
  float: left;
  clear: left;
  background-image: url('../images/brush.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-bottom: 12px;
  padding-left: 35px;
  font-size: 20px;
  line-height: 24px;
  display: block;
}

.white-box {
  text-align: left;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  margin-bottom: 10px;
  padding: 20px 20px 15px;
}

.white-box.the-easel {
  padding-top: 0;
}

.white-box.hide {
  display: none;
}

.white-box.flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.white-box.flex.hide {
  display: none;
}

.grey-box {
  text-align: center;
  background-color: #e8e8e8;
  border: 1px solid #c5c5c5;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
}

.blue-box h2 {
  color: var(--royal-blue);
}

.column-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.image-4 {
  padding: 20px;
}

.column-4 {
  text-align: center;
  padding-right: 20px;
}

.workshops {
  margin-top: 40px;
  margin-bottom: 50px;
}

.column-5, .column-6 {
  text-align: center;
}

.button {
  background-color: var(--royal-blue);
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 16px;
  display: inline-block;
}

.button:hover {
  background-color: var(--steel-blue);
  color: #fff;
  text-decoration: none;
}

.contact {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 50px;
  display: block;
}

.centred {
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.column-7, .column-8 {
  text-align: center;
}

.awards-exhibition-winners {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.comp {
  height: 65vh;
  margin-bottom: 10px;
}

.right-arrow {
  align-items: center;
  width: 50%;
  height: 50px;
  inset: auto 0% 0% auto;
}

.left-arrow {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 50px;
  padding-left: 103px;
  inset: auto auto 0% 0%;
}

.map {
  margin-top: 60px;
  margin-bottom: -6px;
}

.nav {
  background-color: var(--royal-blue);
  text-align: center;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu-2 {
  width: 96%;
  max-width: 1200px;
  display: none;
  position: static;
}

.nav-link {
  color: #fff;
  text-align: center;
  flex-direction: row;
  height: 40px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: #333;
}

.div {
  justify-content: flex-start;
  align-items: center;
  width: 96%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.div.page {
  padding-top: 20px;
  padding-bottom: 30px;
}

.div-mobile {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero {
  background-image: url('../images/rugby-art-hero.jpg');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.hero.events {
  background-image: url('../images/abstract.jpg');
  background-size: cover;
}

.hero.monthly {
  background-image: url('../images/art-artist-brush.jpg');
  background-size: cover;
}

.hero.details {
  background-image: url('../images/brushes.jpg');
  background-position: 50% 84%;
  background-size: cover;
}

.hero-div {
  align-items: center;
  width: 96%;
  max-width: 960px;
  height: 100%;
}

.hero-sub-heading {
  color: #fff;
  margin-top: 30px;
  font-weight: 500;
}

.hero-shade {
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 100%;
  padding-top: 45px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.desktop-nav-button {
  float: left;
  background-color: #0000;
  margin-top: 0;
  margin-right: 40px;
  padding-top: 11px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.desktop-nav-button:hover {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.grey-body {
  background-color: #f5f5f5;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.white-link, .white-link:hover {
  color: #fff;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
}

.circle-1 {
  z-index: 10;
  float: right;
  background-image: url('../images/painting-house.jpg');
  background-position: 50%;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100%;
  width: 350px;
  height: 350px;
  margin-top: -175px;
  margin-left: 15px;
  position: relative;
}

.para-1 {
  margin-top: 67px;
  margin-bottom: 50px;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}

.circle-2 {
  float: left;
  background-image: url('../images/Ceramic-man-demo.jpg');
  background-position: 50%;
  background-size: cover;
  border: 4.5px solid #fff;
  border-radius: 100%;
  width: 320px;
  height: 320px;
  margin-right: 160px;
}

.para-2 {
  margin-top: 160px;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}

.circle-3 {
  float: left;
  background-image: url('../images/jen-ricketts.jpg');
  background-position: 50%;
  background-size: cover;
  border: 4px solid #fff;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  margin-top: 200px;
  margin-left: 200px;
  position: absolute;
}

.mini {
  width: 100%;
  height: auto;
}

.mini-heading {
  background-color: var(--royal-blue);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
}

.mini-wrapper {
  position: relative;
}

.list-wrapper {
  padding-top: 22px;
}

.blue-panel {
  background-color: var(--royal-blue);
  color: #fff;
  padding-bottom: 190px;
}

.home-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 10px;
}

.link {
  border: 1px solid var(--royal-blue);
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: color .2s, background-color .2s;
}

.link:hover {
  background-color: var(--royal-blue);
  color: #fff;
  text-decoration: none;
}

.grid-button {
  background-color: var(--royal-blue);
  text-align: center;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: background-color .2s;
}

.grid-button:hover {
  color: var(--white);
  background-color: #00152d;
  text-decoration: none;
}

._2grid {
  grid-template-rows: auto;
}

.lea {
  padding-top: 20px;
}

.socials {
  background-color: var(--royal-blue);
}

.social-link {
  margin-left: 5px;
  margin-right: 5px;
}

.social {
  width: 50px;
  height: 50px;
  padding: 0;
}

.social.fb, .social.twitter {
  padding: 7px;
}

.div-block-5 {
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.hide {
  display: none;
}

._50 {
  max-width: 45%;
  margin-left: 30px;
}

.no-top {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .slider {
    margin-top: 0;
  }

  .slider-1 {
    height: 100%;
  }

  .mask {
    height: auto;
  }

  .icon-2, .icon {
    display: block;
  }

  .comp {
    height: auto;
    max-height: 70vw;
  }

  .hamburger {
    background-color: var(--royal-blue);
  }

  .nav-menu-2 {
    background-color: var(--royal-blue);
    width: 100%;
    padding-bottom: 15px;
    display: block;
  }

  .nav-link {
    text-align: center;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    display: flex;
  }

  .nav-link:hover {
    background-color: #0000;
    text-decoration: none;
  }

  .nav-link:active {
    color: #fff;
    text-decoration: none;
  }

  .nav-link:focus {
    text-decoration: none;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .menu-button {
    float: right;
    background-color: #346c8b;
    margin-right: 15px;
    padding: 0;
  }

  .menu-button:hover {
    margin-right: 15px;
  }

  .menu-button.w--open {
    background-color: #000;
    margin-right: 15px;
    padding-right: 0;
  }

  .div {
    width: 95%;
  }

  .div-mobile {
    width: 100%;
    padding-right: 0;
  }

  .hero {
    background-position: 0;
  }

  .hero.details {
    background-position: 78% 83%;
  }

  .hero-shade {
    width: 40%;
  }

  .desktop-nav-button {
    display: none;
  }

  .centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .para-1, .para-2 {
    font-size: 23px;
    line-height: 28px;
  }

  .home-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .white-box.flex {
    flex-flow: column-reverse;
  }

  .column-3 {
    padding-bottom: 0;
    padding-right: 20px;
  }

  .column-6 {
    margin-top: 40px;
  }

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

  .column-8 {
    position: static;
  }

  .comp {
    min-height: auto;
  }

  .div {
    width: 93%;
  }

  .hero {
    height: 500px;
  }

  .hero-shade {
    width: 50%;
  }

  .circle-1 {
    width: 300px;
    height: 300px;
    margin-top: -115px;
    margin-bottom: 20px;
  }

  .para-1 {
    font-size: 20px;
    line-height: 26px;
  }

  .circle-2 {
    width: 250px;
    height: 250px;
    margin-right: 30px;
  }

  .para-2 {
    margin-top: 60px;
    font-size: 20px;
    line-height: 26px;
  }

  .circle-3 {
    width: 200px;
    height: 200px;
    margin-top: 190px;
    margin-left: 19vw;
  }

  .home-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  ._2grid {
    grid-template-columns: 1fr;
  }

  ._50 {
    max-width: 100%;
    margin-bottom: 18px;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    line-height: 24px;
  }

  a {
    text-align: center;
    font-size: 13px;
    display: inline;
  }

  .slider {
    margin-top: 50px;
  }

  .slider-1 {
    background-color: #0000;
  }

  .blue-box {
    font-size: 8px;
  }

  .button {
    text-align: center;
  }

  .nav-menu-2 {
    padding-top: 5px;
  }

  .nav-link.w--current {
    height: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div {
    width: 90%;
  }

  .hero {
    height: 400px;
  }

  .hero-shade {
    width: 60%;
  }

  .circle-1 {
    float: none;
    width: 80vw;
    height: 80vw;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .para-1 {
    text-align: center;
    margin-top: 40px;
  }

  .para-2 {
    float: left;
    text-align: center;
    margin-top: 30px;
  }

  .circle-3 {
    float: right;
    margin-top: -50px;
    position: static;
  }

  .blue-panel {
    padding-bottom: 50px;
  }

  .home-grid, .grid-3 {
    grid-template-columns: 1fr;
  }
}

#w-node-_33a789cd-3657-6572-ba10-367b36a8a4d8-36a8a4d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_536f8a49-0690-68b6-0217-c65153bf29da-8c311794 {
  grid-area: 1 / 1 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_536f8a49-0690-68b6-0217-c65153bf29da-8c311794 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


