@charset "UTF-8";
@import url("//hello.myfonts.net/count/32e823");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  white-space: normal;
}

body {
  color: #000;
  background-color: #efefef;
  position: relative;
}

html {
  font-size: 62.5%;
}

/* clear */
.clear:before,
.clear:after,
.col-12:before,
.col-12:after {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.clear:after, .col-12:after {
  clear: both;
}

.clear, .col-12 {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
img.feature-header {
  width: 100%;
}

.left {
  float: left;
  text-align: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

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

.text-left {
  text-align: left;
}

ul.inline li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.hidden, #collapsable-content {
  display: none;
}

.no-border {
  border: none !important;
}

.component-section {
  padding: 40px 0 0 0;
}

.non-mob {
  display: none;
}

.non-tab {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .non-tab {
    display: block;
  }
}

.heading {
  padding: 20px 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .heading {
    padding: 30px;
  }
}
@media only screen and (min-width: 1430px) {
  .heading {
    padding: 40px;
  }
}

.warning {
  position: relative;
  padding-left: 40px;
  line-height: 1.1;
  margin-top: 15px;
}
.warning:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-image: url("../img/YorkshireDanceSpritex2.png");
  background-size: 205px;
  background-position: -100px -250px;
  width: 29px;
  height: 32px;
}

.content .col-8 ul {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 16px;
}

.details {
  display: inline-block;
  padding-bottom: 30px;
}

.rule-top {
  margin: 30px auto;
  padding: 30px 0;
  border-top: 1px solid #1a1a1a;
  display: block;
}

.sorry {
  padding: 10px 0;
  display: block;
  border-top: 1px solid #e5e5e5;
  margin: 10px auto;
}
@media only screen and (min-width: 1024px) {
  .sorry {
    padding-top: 20px;
    margin-top: 20px;
  }
}

iframe {
  width: 100%;
  min-height: 200px;
}

.mailing-list iframe {
  height: 400px;
}
@media only screen and (min-width: 1024px) {
  .mailing-list iframe {
    height: 600px;
  }
}

.ruled {
  position: relative;
  display: inline-block;
}
.ruled:after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  left: -30%;
  width: 160%;
  height: 1px;
  border: 50px solid #1a1a1a;
  border-top: none;
  border-bottom: none;
}

a {
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.darkbg a, a.white, .greenbg a:hover, .darkbg a.green:hover, .overlay a {
  color: #fff;
}

a:hover, .darkbg a:hover, a.green, .overlay a:hover {
  color: #00e7c5;
}

a.greenbg {
  color: #1a1a1a !important;
  text-decoration: none !important;
}

.greenbg a.white:hover {
  color: #1a1a1a;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a.greenbg:hover, button.more_posts:hover {
  background-color: #1a1a1a;
  color: #fff !important;
}

a.whitebg:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.more_posts {
  display: inline-block;
  padding: 5px 10px 2px 10px;
}
.more_posts.bar {
  margin: 20px auto;
}
@media only screen and (min-width: 1430px) {
  .more_posts {
    padding: 10px 20px 7px 20px;
    font-size: 20px;
    line-height: 1.5;
  }
  .more_posts.bar {
    margin: 30px auto;
  }
}

.content .col-8 .more_posts {
  padding-left: 0;
  text-decoration: underline;
  color: #00e7c5;
}

.more_link {
  padding: 5px 0 0 45px;
  margin-top: 15px;
  display: inline-block;
  position: relative;
}
.more_link:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/YorkshireDanceSpritex2.png");
  background-repeat: no-repeat;
  background-size: 205px;
  background-position: left -300px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1430px) {
  .more_link:before {
    top: 4px;
  }
}
.more_link:hover:before {
  filter: invert(80%);
}
.more_link.green:before {
  background-position: -50px -300px;
}
.more_link.green:hover:before {
  filter: grayscale(100%);
}

.greybg .more_link.green:hover {
  color: gray;
}

.read_more {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.read_more:before {
  content: "+";
  display: inline-block;
  position: absolute;
  left: 0;
}

.heading a {
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  margin: 0 2px 10px 2px;
}

.content p a, .single-event .col-4.right a {
  text-decoration: underline;
}

.jumper-link a {
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.jumper-link a:hover {
  border-bottom: 1px solid #00e7c5;
}

a.padded {
  display: inline-block;
  padding: 8px 16px;
}
@media only screen and (min-width: 1430px) {
  a.padded {
    padding: 12px 24px;
  }
}

.social-icons {
  display: flex;
  justify-content: space-between;
}

.social {
  width: 28px;
  height: 29px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  text-decoration: none !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.social img {
  width: 28px;
  height: 29px;
}
.social {
  /*
  &.facebook {
    background-position: -50px -202px;
  }
  &.instagram {
    background-position: -100px -202px;
  }
  &.youtube {
    background-position: -150px -202px;
  }
  */
}
.social:hover {
  filter: brightness(75%);
}

footer .social {
  position: relative;
  top: -1px;
  background-position: 0px -350px;
}
footer .social.facebook {
  background-position: -50px -350px;
}
footer .social.instagram {
  background-position: -100px -350px;
}
footer .social.youtube {
  background-position: -150px -350px;
}
footer .social-media {
  border: 1px solid #333;
  height: 33px;
  overflow: hidden;
}

header {
  height: 75px;
  z-index: 100000;
}
@media only screen and (min-width: 720px) {
  header {
    height: 125px;
  }
}
@media only screen and (min-width: 1024px) {
  header {
    height: 225px;
  }
}
header.full-width {
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  header.full-width {
    position: relative;
  }
}
header .styled-select {
  display: none;
}
@media only screen and (min-width: 1024px) {
  header .styled-select {
    display: inline-block;
    width: 180px;
    margin: 0 3px;
  }
}
@media only screen and (min-width: 1430px) {
  header .styled-select {
    width: 225px;
  }
}
header .more_posts {
  display: none;
}
@media only screen and (min-width: 1024px) {
  header .more_posts {
    display: inline-block;
    width: 110px;
    text-align: center;
    height: 32px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1430px) {
  header .more_posts {
    width: 135px;
    height: 39px;
    line-height: 1.1;
  }
}
header .social {
  display: none;
}
@media only screen and (min-width: 1024px) {
  header .social {
    display: inline-block;
  }
}
@media only screen and (min-width: 1430px) {
  header .social {
    margin-top: 3px;
  }
}
header .instagram, header .youtube {
  display: none;
}
@media only screen and (min-width: 1024px) {
  header .instagram, header .youtube {
    display: inline-block;
  }
}

header .col-12 {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .header-section-one {
    position: absolute;
    width: auto;
    top: 40px;
    right: 0;
    display: flex;
    justify-content: end;
    width: calc(100% - 175px);
  }
}
@media only screen and (min-width: 1430px) {
  .header-section-one {
    top: 46px;
    width: calc(100% - 260px);
  }
}
.header-section-one div {
  margin-left: 10px;
}

header .more_posts {
  vertical-align: top;
  margin: 0;
}

header .ydicon {
  display: none;
}
@media only screen and (min-width: 1024px) {
  header .ydicon {
    display: block;
    width: 33px;
    height: 32px;
    background-image: url("../img/YorkshireDanceSpritex2.png");
    background-repeat: no-repeat;
    background-size: 205px;
    background-position: -150px -250px;
    position: absolute;
    top: -44px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background-color: #00e7c5;
  }
}

@media only screen and (min-width: 1024px) {
  header.scrolled .ydicon {
    opacity: 1;
    top: 4px;
  }
  header.scrolled .ydicon:hover {
    background-color: #1a1a1a;
  }
}

aside.col-4 {
  margin-bottom: 20px;
  padding: 40px 30px;
}
aside.col-4 h2 {
  margin-bottom: 10px;
}

nav {
  position: relative;
}

.menu-click {
  display: inline-block;
  width: 34px;
  height: 23px;
  cursor: pointer;
  position: absolute;
  top: 27px;
  right: -6px;
  text-align: right;
  border-top: 5px solid #1a1a1a;
  border-bottom: 5px solid #1a1a1a;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.menu-click:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  border-top: 5px solid #1a1a1a;
  left: 0;
  top: 4px;
}
.menu-click.opened {
  border-color: #00e7c5;
}
.menu-click.opened:after {
  border-color: #00e7c5;
}
@media only screen and (min-width: 720px) {
  .menu-click {
    width: 60px;
    height: 41px;
    border-top-width: 9px;
    border-bottom-width: 9px;
    top: 42px;
  }
  .menu-click:after {
    border-top-width: 9px;
    top: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  .menu-click {
    display: none;
  }
}

#menu-main-navigation {
  padding: 0px 0%;
  position: fixed;
  left: 0;
  top: 75px;
  display: none;
  background-color: #333;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  #menu-main-navigation {
    top: 125px;
  }
}
@media only screen and (min-width: 1024px) {
  #menu-main-navigation {
    display: block;
    left: auto;
    right: 0;
    width: auto;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: auto;
    right: 0;
  }
}
#menu-main-navigation li {
  display: block;
  padding: 0 0 0 0px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #686868;
}
@media only screen and (min-width: 1024px) {
  #menu-main-navigation li {
    display: inline-block;
    width: auto;
    padding: 0 0 0 10px;
    border-bottom: none;
  }
}
#menu-main-navigation li a {
  display: inline-block;
  padding: 10px 0 7px 0;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  #menu-main-navigation li a {
    color: #1a1a1a;
  }
  #menu-main-navigation li a:hover {
    color: #00e7c5;
  }
}
#menu-main-navigation li .sub-menu {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 1024px) {
  #menu-main-navigation li .sub-menu {
    position: absolute;
    top: 100%;
    left: 10px;
    background-color: #1a1a1a;
    width: 150px;
    padding: 5px 10px;
    opacity: 0;
  }
  #menu-main-navigation li .sub-menu:before {
    content: "▲";
    display: block;
    color: #1a1a1a;
    position: absolute;
    left: 40px;
    top: -24px;
    font-size: 24px;
    height: 20px;
    font-family: sans-serif;
  }
}
@media only screen and (min-width: 1024px) {
  #menu-main-navigation li .sub-menu {
    width: 230px;
    text-align: left;
    left: -40px;
    top: 60px;
  }
}
#menu-main-navigation li .sub-menu a {
  color: #fff;
  padding: 8px 0 5px 0;
}
#menu-main-navigation li .sub-menu a:after {
  display: none;
}
#menu-main-navigation li .sub-menu a:hover {
  color: #00e7c5;
}
#menu-main-navigation li .sub-menu li {
  display: block;
  border-bottom: none;
  border-top: 1px solid #686868;
  background-color: #555;
}
@media only screen and (min-width: 1024px) {
  #menu-main-navigation li .sub-menu li {
    border: none;
    background-color: transparent;
  }
}
#menu-main-navigation .menu-item-has-children {
  cursor: pointer;
  padding-right: 0;
}
#menu-main-navigation .menu-item-has-children a {
  position: relative;
  padding-right: 15px;
}
#menu-main-navigation .menu-item-has-children a:after {
  content: "▾";
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
  text-align: right;
  width: auto;
  font-size: 14px;
  color: #d8d8d8;
}
#menu-main-navigation .menu-item-has-children:hover a:after {
  color: #00e7c5;
}
#menu-main-navigation .menu-item-has-children.active a {
  color: #00e7c5;
}
#menu-main-navigation .menu-item-has-children.active a:after {
  color: #00e7c5;
}
#menu-main-navigation .menu-item-has-children.active .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  animation: fade 0.5s;
}
#menu-main-navigation .menu-item-has-children.active .sub-menu a {
  color: #fff;
}
#menu-main-navigation .menu-item-has-children.active .sub-menu a:hover {
  color: #00e7c5;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.menu-item-has-children.active .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  animation: fade 0.5s;
}

.current-menu-item a {
  color: #00e7c5;
}

@media only screen and (min-width: 1024px) {
  .sticky {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 149px;
    display: block;
    height: auto;
    padding-top: 16px;
  }
}

.scrolled .sticky {
  position: fixed;
  top: 0;
  height: 76px;
}

footer {
  padding-top: 10px;
}
footer .col-12 {
  position: relative;
  padding: 130px 0 40px 0;
}
@media only screen and (min-width: 720px) {
  footer .col-12 {
    padding-top: 230px;
  }
}
footer .logo {
  margin: 0;
}
footer .logo a {
  background-size: 150px;
  background-position: left -73px;
  height: 40px;
  width: 150px;
  top: 40px;
  left: 0;
}
@media only screen and (min-width: 720px) {
  footer .logo a {
    width: 205px;
    height: 54px;
    background-size: 205px;
    background-position: left -100px;
  }
}
@media only screen and (min-width: 1024px) {
  footer .logo a {
    top: 50px;
  }
}
footer p {
  margin-bottom: 20px;
}
footer .phone-number {
  font-size: 30px;
  margin-bottom: -10px;
}
@media only screen and (min-width: 720px) {
  footer .phone-number {
    position: absolute;
    right: 0;
    top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  footer .phone-number {
    right: 170px;
    top: 43px;
  }
}
footer .social-media {
  display: block;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
@media only screen and (min-width: 720px) {
  footer .social-media {
    position: absolute;
    right: 0;
    top: 80px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1024px) {
  footer .social-media {
    top: 44px;
    right: 0px;
  }
}
footer .social-media .social {
  height: 35px;
}
footer .halves {
  padding-right: 30px;
}
@media only screen and (min-width: 720px) {
  footer .halves {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  footer .halves {
    width: auto;
    font-size: 16px;
    padding-right: 30px;
  }
}
footer .support-logos .first-logos img {
  height: auto;
  vertical-align: middle;
}
footer .support-logos .first-logos img.acelogo {
  margin-right: 10px;
  width: 34%;
}
@media only screen and (min-width: 1430px) {
  footer .support-logos .first-logos img.acelogo {
    max-height: 45px;
    width: 160px;
  }
}
footer .support-logos .first-logos img.leedscc {
  width: 60%;
}
@media only screen and (min-width: 1430px) {
  footer .support-logos .first-logos img.leedscc {
    max-height: 45px;
    width: 245px;
  }
}
footer .support-logos .first-logos {
  display: block;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 720px) {
  footer .support-logos .first-logos {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    border-bottom: none;
    padding: 10px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  footer .support-logos .first-logos {
    width: 65%;
  }
}
@media only screen and (min-width: 1430px) {
  footer .support-logos .first-logos {
    text-align: right;
    width: 73%;
  }
}
footer .support-logos .second-logos img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
@media only screen and (min-width: 720px) {
  footer .support-logos .second-logos {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  footer .support-logos .second-logos {
    width: auto;
    float: right;
    border-left: 1px solid #fff;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  footer .support-logos {
    display: inline-block;
    width: 49%;
    float: right;
    margin-top: 30px;
  }
}
footer .policy-link {
  display: inline-block;
  float: left;
  clear: both;
  width: auto;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  footer .policy-link {
    font-size: 16px;
  }
}

.darkbg {
  background-color: #333;
  color: #fff;
}

.dark, h1, h2, h3, h4 {
  color: #1a1a1a;
}

.whitebg {
  background-color: #fff;
}

.greybg {
  background-image: url("../img/hatch.png");
  background-color: #fff;
}

.green {
  color: #00e7c5;
}

.greenbg {
  background-color: #00e7c5;
}

.grey {
  color: gray;
}

.darkergrey {
  color: rgb(204.5, 204.5, 204.5);
}

.white {
  color: #fff;
}

.warning {
  color: #ff00ff;
}

select {
  outline: none;
  -webkit-appearance: none;
  display: inline-block;
  margin: 0 auto;
  padding: 2px 30px 0px 10px;
  width: 130%;
  border: none;
  border-radius: 0px;
  background: none;
  color: #1a1a1a;
  line-height: 30px;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  height: 30px;
}
@media only screen and (min-width: 1430px) {
  select {
    line-height: 37px;
    height: 37px;
  }
}

.styled-select {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: 2px auto;
  height: auto;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #1a1a1a;
  background-color: #fff;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .styled-select {
    width: 225px;
  }
}
.styled-select:before {
  content: "∨";
  position: absolute;
  font-size: 20px;
  top: 5px;
  right: 8px;
  margin-top: -5px;
  pointer-events: none;
  color: #1a1a1a;
}
@media only screen and (min-width: 1430px) {
  .styled-select:before {
    top: 8px;
  }
}

header .shortlist_link {
  display: inline-block;
  cursor: pointer;
  background-image: url("../img/YorkshireDanceSpritex2.png");
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: -68px -204px;
  width: 26px;
  height: 21px;
  overflow: hidden;
  vertical-align: top;
  top: 27px;
  right: 40px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding-top: 9px;
  background-color: #000;
}
header .shortlist_link:hover, header .shortlist_link.added {
  background-color: #00e7c5;
}
@media only screen and (min-width: 720px) {
  header .shortlist_link {
    width: 37px;
    height: 30px;
    background-size: 205px;
    background-position: -100px -300px;
    right: 75px;
    font-size: 13px;
    padding-top: 13px;
    top: 46px;
  }
}
@media only screen and (min-width: 1024px) {
  header .shortlist_link {
    top: 40px;
    right: 170px;
  }
}
@media only screen and (min-width: 1430px) {
  header .shortlist_link {
    top: 46px;
  }
}
header .shortlist_link .hide {
  display: none;
}

input[type=number] {
  border: 1px solid #000;
  height: 32px;
  width: 32px;
  padding: 0 0px 0 8px;
}
@media only screen and (min-width: 1430px) {
  input[type=number] {
    height: 39px;
    width: 39px;
    font-size: 16px;
  }
}

.item {
  padding: 0;
  border-bottom: none;
  margin: 20px auto;
}

.col-4.right .item .styled-select {
  width: 170px;
  margin-bottom: 4px;
  vertical-align: middle;
}
@media only screen and (min-width: 1430px) {
  .col-4.right .item .styled-select {
    width: 200px;
  }
}
.col-4.right .item input[type=number] {
  vertical-align: middle;
  margin-top: -2px;
}
@media only screen and (min-width: 1430px) {
  .col-4.right .item .type-label {
    display: block;
  }
}

.single-course .type-label {
  display: none;
}

#added-message {
  padding: 40px;
  width: auto;
  background-color: #00e7c5;
  color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

/* Price Range Amount for PAYF */
.price-range {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.price-range a.price-el {
  display: flex;
  width: 20px;
  height: 20px;
  border: 1px solid #00e7c5;
  justify-content: center;
  align-items: center;
}

.search-open {
  display: inline-block;
  cursor: pointer;
  background-image: url("../img/YorkshireDanceSpritex2.png");
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: 0px -170px;
  background-color: #000;
  width: 22px;
  height: 22px;
  overflow: hidden;
  vertical-align: top;
  position: absolute;
  top: 27px;
  right: 80px;
  z-index: 200;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.search-open:hover {
  background-color: #00e7c5;
}
@media only screen and (min-width: 720px) {
  .search-open {
    width: 28px;
    height: 29px;
    right: 130px;
    background-size: 180px;
    background-position: 0px -219px;
    top: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .search-open {
    position: static;
  }
}

form.search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #00e7c5;
  background-color: #333;
  display: none;
  height: auto;
  padding: 60px 20px;
  text-align: center;
  font-size: 18px;
  z-index: 10000;
}
@media only screen and (min-width: 720px) {
  form.search {
    padding: 100px 10px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  form.search {
    font-size: 48px;
  }
}
form.search button, form.search input {
  outline: none;
  -webkit-appearance: none;
  border: none;
  font-size: 18px;
}
@media only screen and (min-width: 720px) {
  form.search button, form.search input {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  form.search button, form.search input {
    font-size: 48px;
  }
}
form.search input {
  background: none;
  border-bottom: 1px solid #fff;
  color: #00e7c5;
  width: 160px;
  margin: 0 5px;
  font-family: inherit;
}
form.search input:focus {
  border-bottom: 1px solid #00e7c5;
}
@media only screen and (min-width: 720px) {
  form.search input {
    width: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  form.search input {
    width: 460px;
  }
}
form.search button {
  background: none;
  background-image: url("../img/YorkshireDanceSpritex2.png");
  background-repeat: no-repeat;
  background-size: 205px;
  background-position: -49px -249px;
  width: 33px;
  height: 33px;
  overflow: hidden;
  text-indent: -50000px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  form.search button {
    position: relative;
    top: 10px;
  }
}
form.search .close {
  color: #e5e5e5;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .search-results .filterable li {
    padding-left: 20%;
    padding-right: 20%;
  }
}

.full-image {
  background-repeat: no-repeat;
  background-size: cover;
}

.full-width.full-image {
  background-position: right center;
}

.pagination a.page-numbers, .pagination .page-numbers {
  display: inline-block;
  padding: 5px 6px 2px 6px;
  font-size: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 720px) {
  .pagination a.page-numbers, .pagination .page-numbers {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .pagination a.page-numbers, .pagination .page-numbers {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

body {
  margin: 75px auto 0 auto;
}
@media only screen and (min-width: 720px) {
  body {
    margin-top: 125px;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    margin-top: 0;
    max-width: 1440px;
  }
}

.full-width {
  width: 100%;
  display: block;
  position: relative;
}

.full-width.last {
  padding-bottom: 30px;
}

.half-width {
  width: 100%;
  display: block;
  padding: 40px 30px;
  position: relative;
}
.half-width .col-4 {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 720px) {
  .half-width .col-4 {
    width: 265px;
  }
}
@media only screen and (min-width: 1024px) {
  .half-width .col-4 {
    width: 420px;
  }
}
@media only screen and (min-width: 1430px) {
  .half-width .col-4 {
    width: 480px;
  }
}
@media only screen and (min-width: 720px) {
  .half-width {
    width: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0px;
    display: flex;
    min-height: 300px;
  }
}

.flex {
  display: block;
}
@media only screen and (min-width: 720px) {
  .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.flex-contain {
  display: flex;
  align-items: center;
}

.flex-left {
  justify-content: flex-start;
}

.flex-right {
  justify-content: flex-end;
}

.flex-contain .vert-mid {
  margin-left: auto;
  margin-right: auto;
}

.col-12 {
  width: 270px;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 720px) {
  .col-12 {
    width: 640px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-12 {
    width: 960px;
  }
}
@media only screen and (min-width: 1430px) {
  .col-12 {
    width: 1280px;
  }
}

.col-8 {
  width: 270px;
  display: block;
}
@media only screen and (min-width: 720px) {
  .col-8 {
    width: 305px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-8 {
    width: 630px;
  }
}
@media only screen and (min-width: 1430px) {
  .col-8 {
    width: 830px;
  }
}

.single .center .col-8 {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .single .center .col-8 {
    width: 630px;
  }
}
@media only screen and (min-width: 1430px) {
  .single .center .col-8 {
    width: 830px;
  }
}

@media only screen and (min-width: 720px) {
  .col-6 {
    width: 320px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-6 {
    width: 480px;
  }
}
@media only screen and (min-width: 1430px) {
  .col-6 {
    width: 640px;
  }
}

.col-4 {
  width: 270px;
  display: block;
}
@media only screen and (min-width: 720px) {
  .col-4 {
    width: 305px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-4 {
    width: 300px;
  }
}
@media only screen and (min-width: 1430px) {
  .col-4 {
    width: 400px;
  }
}

.pre-footer {
  border-top: 20px solid #fff;
}
@media only screen and (min-width: 1024px) {
  .pre-footer {
    border-top: 30px solid #fff;
  }
}

.single-case_study .pre-footer {
  border-top-width: 40px;
}
@media only screen and (min-width: 1024px) {
  .single-case_study .pre-footer {
    border-top-width: 80px;
  }
}

.post-type-archive-opportunity .final-flex {
  border-top: none;
}

.greybg.padded {
  margin-bottom: 16px;
  padding: 16px;
}
@media only screen and (min-width: 1430px) {
  .greybg.padded {
    margin-bottom: 24px;
    padding: 24px;
  }
}

@font-face {
  font-family: "BrandonGrotesqueWeb-Regular";
  src: url("../webfonts/32E823_0_0.eot");
  src: url("../webfonts/32E823_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/32E823_0_0.woff2") format("woff2"), url("../webfonts/32E823_0_0.woff") format("woff"), url("../webfonts/32E823_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "BrandonGrotesqueWeb-Medium";
  src: url("../webfonts/32E823_1_0.eot");
  src: url("../webfonts/32E823_1_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/32E823_1_0.woff2") format("woff2"), url("../webfonts/32E823_1_0.woff") format("woff"), url("../webfonts/32E823_1_0.ttf") format("truetype");
}
body {
  font: 300 16px/1.5 "BrandonGrotesqueWeb-Regular", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 720px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1430px) {
  body {
    font-size: 20px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, button, .single-project .greenbg h2 {
  font-family: "BrandonGrotesqueWeb-Regular";
  font-weight: normal;
  line-height: 1.1;
}

.greenbg h1, .greenbg h2, .greenbg h3, .greenbg h4 {
  font-family: "BrandonGrotesqueWeb-Medium";
  font-weight: normal;
}

strong, .shortlist_link, #slideshow h1, .header-image-container h1 {
  font-family: "BrandonGrotesqueWeb-Medium";
  font-weight: normal;
}

h1, .h1 {
  font-size: 30px;
}
@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1430px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h1.col-8 {
  margin-bottom: 0 !important;
}

h2, .h2 {
  font-size: 28px;
}
@media only screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1430px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3, .more_link {
  font-size: 20px;
}
@media only screen and (min-width: 1024px) {
  h3, .h3, .more_link {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1430px) {
  h3, .h3, .more_link {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1024px) {
  .h3 p {
    line-height: 1.4;
  }
}

.project-intro, .h3 p {
  font-size: 16px;
}
@media only screen and (min-width: 720px) {
  .project-intro, .h3 p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .project-intro, .h3 p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1430px) {
  .project-intro, .h3 p {
    font-size: 26px;
  }
}

.content h3 {
  margin-bottom: 8px;
}
@media only screen and (min-width: 720px) {
  .content h3 {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .content h3 {
    margin-top: 24px;
  }
}

small, .tooltip p {
  font-size: 80%;
}

.capitalise {
  text-transform: capitalize;
}

.page-template-home .half-width {
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .page-template-home .half-width {
    text-align: left;
  }
}
.page-template-home .half-width ul {
  text-align: left;
}
.page-template-home .half-width ul li.news {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #1a1a1a;
}
.page-template-home .half-width ul li.news:first-of-type {
  border: 0px;
  padding-top: 0;
  margin-top: 0;
}
.page-template-home .half-width ul li.news p.date {
  display: none;
}
.page-template-home .half-width .more_posts {
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 720px) {
  .page-template-home .half-width .more_posts {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-home .half-width .more_posts {
    font-size: 22px;
  }
}
.page-template-home .half-width .m-t-70 {
  margin-top: 10px;
}
@media only screen and (min-width: 720px) {
  .page-template-home .half-width .m-t-70 {
    margin-top: 30px;
  }
}
.page-template-home .half-width .mb-20 {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .page-template-home .half-width .mb-20 {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 720px) {
  .first-block .col-6 {
    position: relative;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .first-block .col-6 {
    padding-bottom: 80px;
  }
}

.list-3col li {
  position: relative;
  overflow: hidden;
}
.list-3col li .h1 {
  font-size: 16px;
  display: block;
}
@media only screen and (min-width: 720px) {
  .list-3col li .h1 {
    font-size: 40px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1430px) {
  .list-3col li .h1 {
    font-size: 48px;
    padding-right: 120px;
  }
}
.list-3col li .date-elements {
  width: 148px;
  padding-right: 80px;
  float: left;
  height: 100%;
}
@media only screen and (min-width: 720px) {
  .list-3col li .date-elements {
    width: 336px;
    padding-right: 222px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .list-3col li .date-elements {
    width: 540px;
    padding-right: 260px;
  }
}
@media only screen and (min-width: 1430px) {
  .list-3col li .date-elements {
    width: 650px;
  }
}
@media only screen and (min-width: 1024px) {
  .list-3col li .date-elements .non-tab {
    display: none;
  }
}
.list-3col li .time-hrs {
  font-size: 22px;
  vertical-align: top;
  line-height: 26px;
}
@media only screen and (min-width: 1024px) {
  .list-3col li .time-hrs {
    font-size: 60px;
    line-height: 64px;
    height: 123px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .list-3col li small {
    font-size: 20px;
  }
}
.list-3col li .final-column {
  float: left;
  display: block;
  width: 118px;
  font-size: 14px;
}
@media only screen and (min-width: 720px) {
  .list-3col li .final-column {
    width: 300px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .list-3col li .final-column {
    width: 420px;
  }
}
@media only screen and (min-width: 1430px) {
  .list-3col li .final-column {
    width: 630px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .list-3col li .final-column .warning, .list-3col li .final-column .page-template-template-page-courses .greenbg {
    display: none;
  }
}
.list-3col li .pic-container {
  position: absolute;
  left: 90px;
  top: 20px;
  width: 48px;
  height: 32px;
}
@media only screen and (min-width: 720px) {
  .list-3col li .pic-container {
    left: 140px;
    width: 161px;
    height: 107px;
    top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .list-3col li .pic-container {
    left: 330px;
    width: 185px;
    height: 123px;
  }
}
@media only screen and (min-width: 1430px) {
  .list-3col li .pic-container {
    left: 425px;
  }
}

.events-list {
  border-bottom: 1px solid #1a1a1a;
}

.home .events-list {
  border-bottom: none;
}

.events-list li small {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .events-list li small {
    display: inline-block;
    font-size: 22px;
    width: 35px;
  }
}
@media only screen and (min-width: 1430px) {
  .events-list li small {
    font-size: 26px;
    width: 40px;
  }
}
.events-list li .day {
  font-size: 36px;
  vertical-align: top;
  line-height: 40px;
}
@media only screen and (min-width: 720px) {
  .events-list li .day {
    font-size: 60px;
    line-height: 62px;
  }
}
@media only screen and (min-width: 1024px) {
  .events-list li .day {
    font-size: 95px;
    line-height: 94px;
  }
}
@media only screen and (min-width: 1430px) {
  .events-list li .day {
    font-size: 120px;
    line-height: 124px;
  }
}
.events-list li .month {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .events-list li .month {
    display: inline-block;
  }
}
@media only screen and (min-width: 1430px) {
  .events-list li .month {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .events-list li .shortmonth {
    display: none;
  }
}
.events-list li .eventtype {
  display: block;
  color: #b3b3b3;
}
.events-list li .eventtype:after {
  content: ":";
}
.events-list li .venue, .events-list li .partof, .events-list li .more_posts, .events-list li .price-range {
  display: none;
}
@media only screen and (min-width: 720px) {
  .events-list li .venue, .events-list li .partof, .events-list li .more_posts, .events-list li .price-range {
    display: block;
  }
}
@media only screen and (min-width: 720px) {
  .events-list li .more_posts, .events-list li .price-range {
    display: inline-block;
    margin-top: 10px;
  }
}
.events-list li .more_posts {
  margin-right: 20px;
}
@media only screen and (min-width: 1024px) {
  .events-list li .more_posts {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -17px;
  }
}
@media only screen and (min-width: 1430px) {
  .events-list li .more_posts {
    margin-top: -19px;
  }
}
@media only screen and (min-width: 1024px) {
  .events-list li .price-range {
    float: left;
    margin-top: 8px;
  }
}
.events-list li .end {
  position: relative;
  display: block;
  padding-top: 10px;
}
@media only screen and (min-width: 720px) {
  .events-list li .end {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .events-list li .end {
    padding-left: 38px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1430px) {
  .events-list li .end {
    padding-left: 43px;
  }
}
.events-list li .end:before {
  content: "↳";
  display: block;
  font-family: sans-serif;
  position: absolute;
  top: -8px;
  left: 0;
}
@media only screen and (min-width: 720px) {
  .events-list li .end:before {
    top: -2px;
  }
}

.page-template-template-page-events .component-section {
  padding-top: 0;
}
.page-template-template-page-events .events-list {
  margin-bottom: 30px;
}

.page-template-template-page-courses .list-3col {
  padding-bottom: 30px;
}

.support-us-section.half-width {
  text-align: left;
}
.support-us-section.half-width h3 {
  display: none;
}
.support-us-section.half-width svg {
  fill: #fff;
}
.support-us-section.half-width {
  background-image: url("../img/dancersgraphic.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.single .col-8 {
  margin-bottom: 20px;
}
.single .col-8 img {
  margin-bottom: 20px;
}
.single .col-4.right {
  padding-bottom: 30px;
}
.single .col-4 li {
  margin-bottom: 10px;
}
.single .heading {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .single .heading {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 720px) {
  .single .heading h1 {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 1024px) {
  .single .heading h1 {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 640px;
  }
}
@media only screen and (min-width: 1430px) {
  .single .heading h1 {
    width: 830px;
  }
}
.single .content .col-8 p:first-of-type {
  font-size: 18px;
}
@media only screen and (min-width: 720px) {
  .single .content .col-8 p:first-of-type {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1430px) {
  .single .content .col-8 p:first-of-type {
    font-size: 22px;
  }
}
.single .filters-block h2 {
  margin-bottom: 10px;
}

.content {
  padding-top: 30px;
}
.content p {
  margin-bottom: 16px;
}
.content .content iframe {
  width: 100%;
  height: auto !important;
}

.content #collapsable-content p:first-of-type {
  font-size: unset;
}

.single-news li.news {
  border-top: 1px solid #1a1a1a;
  padding-top: 15px;
  margin-top: 5px;
}

@media only screen and (min-width: 720px) {
  .project-intro {
    padding-bottom: 40px;
  }
}
.single .col-12.center .col-8, .single .col-8.center, .page .col-8.center {
  margin-left: auto;
  margin-right: auto;
}

.single-event p.h1 {
  font-size: 30px;
}
.single-event .sub-line {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1430px) {
  .single-event .sub-line {
    margin-bottom: 25px;
  }
}
.single-event .sign-off {
  margin: 20px 0;
  display: block;
}
.single-event .sign-off .more_posts {
  padding-left: 0;
}

/* Price Range Amount for PAYF */
.price-range {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 12px 0 10px;
}

.price-range a.price-el {
  display: flex;
  min-width: 45px;
  font-size: 17px;
  height: 40px;
  border: 1px solid #1a1a1a;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  margin: 0 10px 10px 0;
}

.price-range a.price-el:hover,
.price-range a.price-el.active {
  background: #00e7c5;
  color: #1a1a1a;
}

.price-range.hidden {
  display: none;
}

@media all and (max-width: 1429px) {
  .price-range a.price-el {
    font-size: 15px;
    min-width: 39px;
    height: 35px;
  }
}
@media all and (max-width: 719px) {
  .price-range a.price-el {
    font-size: 13px;
    min-width: 34px;
    height: 32px;
  }
}
.single-course .item {
  text-align: left;
}
.single-course .item .styled-select {
  width: 185px;
  margin-right: 2px;
}
.single-course .filters-block .more_posts {
  float: none;
}
@media only screen and (min-width: 1024px) {
  .single-course .filters-block .more_posts {
    top: 1px;
  }
}
@media only screen and (min-width: 1430px) {
  .single-course .filters-block .more_posts {
    padding: 6px 10px 3px 10px;
    top: 2px;
  }
}
.single-course .col-4.right ul {
  margin: 10px 0;
}
.single-course p.h1 {
  font-size: 18px;
  margin-top: 10px;
}
@media only screen and (min-width: 720px) {
  .single-course .item {
    text-align: right;
  }
  .single-course .item p {
    display: inline-block;
    float: left;
    margin-top: 6px;
  }
  .single-course .item p.h1 {
    font-size: 20px;
  }
  .single-course .item #quantity {
    margin: 0 5px 0 3px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-course .item {
    padding-left: 14%;
    padding-right: 14%;
  }
  .single-course p.h1 {
    font-size: 22px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1430px) {
  .single-course .item {
    padding-left: 20%;
    padding-right: 20%;
  }
  .single-course p.h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-course .filters-block .col-12 {
    text-align: center;
  }
}

h3.term-dates {
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
}
h3.term-dates:before {
  content: "";
  height: 28px;
  width: 23px;
  background-image: url("../img/YorkshireDanceSpritex2.png");
  background-size: 140px;
  background-repeat: no-repeat;
  background-position: -103px -205px;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
}
@media only screen and (min-width: 720px) {
  h3.term-dates {
    padding-left: 45px;
  }
  h3.term-dates:before {
    height: 40px;
    width: 32px;
    background-position: -150px -300px;
    background-size: 205px;
    top: -5px;
  }
}

.ability-p {
  display: inline-block;
}

.single-project .heading {
  margin-bottom: 0;
}
.single-project .heading.about-section {
  border-top: 1px solid #1a1a1a;
  padding-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .single-project .heading.about-section {
    padding-top: 60px;
  }
}
.single-project #events-list {
  padding-top: 0;
}
.single-project .events-list {
  border-bottom: none;
}
.single-project .venues-map .heading {
  margin-bottom: 30px;
}
.single-project .half-width .mb-20 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 720px) {
  .single-project .half-width .mb-20 {
    margin-bottom: 20px;
  }
}

.project-more {
  border-bottom: 1px solid #1a1a1a;
}
.project-more:hover {
  border-color: #00e7c5;
}

#slideshow {
  background-color: #000;
  position: relative;
}
#slideshow a, #slideshow a.green:hover {
  color: #fff;
}
#slideshow a:hover, #slideshow a.green {
  color: #00e7c5;
}
#slideshow a.more_link {
  transform: scale(0.7);
  transform-origin: left top;
}
@media only screen and (min-width: 720px) {
  #slideshow a.more_link {
    transform: scale(1);
  }
}
#slideshow h1 {
  font-size: 22px;
}
@media only screen and (min-width: 720px) {
  #slideshow h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1430px) {
  #slideshow h1 {
    font-size: 48px;
  }
}
#slideshow h3 {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #slideshow h3 {
    display: block;
  }
}
#slideshow .vert-mid {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  padding-bottom: 20px;
  top: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.slide {
  height: auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slide .col-12 {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.position-left {
  background-position: center left;
}
.position-left .vert-mid {
  padding-right: 40%;
}
@media only screen and (min-width: 720px) {
  .position-left .vert-mid {
    padding-right: 60%;
  }
}

.position-right {
  background-position: center right;
}
.position-right .vert-mid {
  padding-left: 40%;
}
@media only screen and (min-width: 720px) {
  .position-right .vert-mid {
    padding-left: 60%;
  }
}

.position-centre {
  text-align: center;
  background-position: center center;
}
.position-centre .vert-mid {
  padding-left: 20%;
  padding-right: 20%;
}
@media only screen and (min-width: 720px) {
  .position-centre .vert-mid {
    padding-left: 30%;
    padding-right: 30%;
  }
}

.cycle-pager {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -4px;
  z-index: 3000;
}
@media only screen and (min-width: 720px) {
  .cycle-pager {
    bottom: 10px;
  }
}

.pager {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 5px 5px 2px 5px;
  cursor: pointer;
  background-image: url("../img/YorkshireDanceSpritex2.png");
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: left -234px;
}
@media only screen and (min-width: 1024px) {
  .pager {
    background-size: 205px;
    background-position: left -400px;
    width: 34px;
    height: 34px;
  }
}

.cycle-pager-active, .pager:hover {
  background-position: -50px -400px;
}

.slide-prev, .slide-next {
  display: none;
}

#slideshow .empty a.more_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -200000px;
}
#slideshow .empty a.more_link:before {
  display: none;
}

#slideshow .empty .vert-mid {
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.chunk {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.chunk .green {
  text-decoration: underline;
}
.chunk:first-of-type {
  width: 48%;
  padding-top: 4px;
}
.chunk:first-of-type .grey {
  display: block;
}
@media only screen and (min-width: 720px) {
  .chunk:first-of-type {
    width: 23%;
  }
}
.chunk:nth-of-type(2) {
  width: 45%;
  text-align: right;
}
@media only screen and (min-width: 720px) {
  .chunk:nth-of-type(2) {
    width: 29%;
    text-align: left;
  }
}
.chunk:nth-of-type(3) {
  margin-top: 10px;
}
@media only screen and (min-width: 720px) {
  .chunk:nth-of-type(3) {
    width: 18%;
    margin-top: 0;
  }
}
.chunk:nth-of-type(4) {
  width: 48%;
}
@media only screen and (min-width: 720px) {
  .chunk:nth-of-type(4) {
    width: 14%;
  }
}
.chunk:nth-of-type(5) {
  width: 48%;
  text-align: right;
}
@media only screen and (min-width: 720px) {
  .chunk:nth-of-type(5) {
    width: 13%;
  }
}

.page-template-template-page-basket .item {
  padding: 10px 0;
  border-bottom: 1px solid #1a1a1a;
}
.page-template-template-page-basket .item h2 {
  margin-bottom: 5px;
}
.page-template-template-page-basket .item input[type=number] {
  margin: 0 5px;
}

.page-template-template-page-basket #form1 {
  display: inline-block;
  width: 48%;
  text-align: right;
  float: right;
  vertical-align: top;
}
@media only screen and (min-width: 720px) {
  .page-template-template-page-basket #form1 {
    width: 200px;
  }
}

button.more_posts {
  border: none;
  outline: none;
  font-size: 18px;
  line-height: normal;
  margin: 0;
  position: relative;
  z-index: 200;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media only screen and (min-width: 720px) {
  button.more_posts {
    width: 200px;
  }
}

.total-price {
  font-size: 18px;
  width: 48%;
  display: inline-block;
  line-height: 18px;
  vertical-align: top;
  float: left;
}
@media only screen and (min-width: 720px) {
  .total-price {
    padding-left: 53%;
    width: 60%;
  }
}
.total-price .grey {
  display: block;
}

.shortlist-clear {
  text-align: center;
  text-decoration: underline;
  padding: 30px 0 20px 0;
  display: block;
  width: 100%;
  clear: both;
}
@media only screen and (min-width: 720px) {
  .shortlist-clear {
    display: inline-block;
    width: 40%;
    float: left;
    text-align: left;
    clear: none;
    padding-top: 16px;
    font-size: 20px;
    position: relative;
    top: -54px;
  }
}

#message p {
  color: #00e7c5;
  padding: 2px 0 0px 5px;
  margin: 10px 0;
  text-align: center;
}

.page-template-template-page-basket .final {
  padding: 20px 0;
}
.page-template-template-page-basket .final a {
  text-decoration: underline;
}
@media only screen and (min-width: 720px) {
  .page-template-template-page-basket .final p {
    display: inline-block;
    width: auto;
    margin: 0 10px;
  }
  .page-template-template-page-basket .final {
    padding-bottom: 60px;
  }
}

.notice {
  padding-top: 16px;
  display: block;
  float: left;
}
@media only screen and (min-width: 720px) {
  .notice {
    display: inline-block;
    width: 200px;
    float: right;
    text-align: right;
    font-size: 16px;
    clear: both;
  }
}

@media only screen and (min-width: 720px) {
  .remove {
    padding-left: 25px;
    position: relative;
  }
  .remove:before {
    content: "╳";
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
  }
  .updateqty {
    padding-left: 20px;
    position: relative;
  }
  .updateqty:before {
    content: "↺";
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
  }
}
h2.parking {
  position: relative;
  padding-left: 45px;
  margin: 30px 0 10px 0;
  padding-top: 7px;
}
h2.parking:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-image: url("../img/YorkshireDanceSpritex2.png");
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: -68px -273px;
}

.page-template-template-page-contact .col-4.right {
  padding-bottom: 40px;
}

.page-template-template-page-contact .details {
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .page-template-template-page-contact .details {
    text-align: left;
  }
}
.page-template-template-page-contact .details p {
  margin-bottom: 10px;
}
.page-template-template-page-contact .details a {
  text-decoration: underline;
}

@media only screen and (min-width: 720px) {
  .page-template-template-page-contact .map {
    height: 420px;
  }
}
@media only screen and (min-width: 1430px) {
  .page-template-template-page-contact .map {
    height: 460px;
  }
}

.box-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (min-width: 720px) {
  .box-list {
    border-bottom: 20px solid #fff;
  }
}
.box-list .h1 {
  padding-bottom: 20px;
}
@media only screen and (min-width: 720px) {
  .box-list .h1 {
    font-size: 24px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .box-list .h1 {
    font-size: 36px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 1430px) {
  .box-list .h1 {
    font-size: 48px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 720px) {
  .box-list h3, .box-list .associated-project {
    padding-right: 20px;
  }
}
.box-list li {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0px 20px 0;
  border: none !important;
  padding: 0 !important;
}
@media only screen and (min-width: 720px) {
  .box-list li {
    margin: 1px 1px 25px 1px;
    -webkit-box-flex: 0 0 33%;
    -moz-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media only screen and (min-width: 1024px) {
  .box-list li {
    -webkit-box-flex: 0 0 33.1%;
    -moz-box-flex: 0 0 33.1%;
    -webkit-flex: 0 0 33.1%;
    -ms-flex: 0 0 33.1%;
    flex: 0 0 33.1%;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1430px) {
  .box-list li {
    -webkit-box-flex: 0 0 33.175%;
    -moz-box-flex: 0 0 33.175%;
    -webkit-flex: 0 0 33.175%;
    -ms-flex: 0 0 33.175%;
    flex: 0 0 33.175%;
  }
}
.box-list .pic-container {
  height: 178px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #ccc;
}
@media only screen and (min-width: 720px) {
  .box-list .pic-container {
    height: 141px;
  }
}
@media only screen and (min-width: 1024px) {
  .box-list .pic-container {
    height: 211px;
  }
}
@media only screen and (min-width: 1430px) {
  .box-list .pic-container {
    height: 278px;
  }
}
.box-list .pic-container img {
  width: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.box-list li.non-boxed li {
  height: auto;
}

.overlay {
  height: 178px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  opacity: 0;
  line-height: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 720px) {
  .overlay {
    height: 141px;
  }
}
@media only screen and (min-width: 1024px) {
  .overlay {
    height: 211px;
    line-height: 1.1;
    padding: 25px;
  }
  .overlay a {
    height: 100%;
    display: block;
    position: relative;
  }
  .overlay a:before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("../img/YorkshireDanceSpritex2.png");
    background-repeat: no-repeat;
    background-size: 205px;
    background-position: -50px -300px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (min-width: 1430px) {
  .overlay {
    height: 278px;
    padding: 60px;
  }
}
.overlay:hover {
  opacity: 1;
}

.single-case_study .box-list {
  margin-bottom: 0;
}

.component-section .box-list {
  margin-top: 0;
}
.component-section .box-list li {
  margin-bottom: 1px;
}

.filterable {
  margin-top: 20px;
}
.filterable .more_posts {
  display: none;
}
@media only screen and (min-width: 720px) {
  .filterable .more_posts {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .filterable .more_posts {
    position: absolute;
    top: 94px;
    right: 10px;
  }
}
@media only screen and (min-width: 1430px) {
  .filterable .more_posts {
    top: 107px;
  }
}

.filterable li {
  border-top: 1px solid #1a1a1a;
  padding: 20px 0;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .filterable li {
    padding: 30px 0;
  }
}

.page .content .col-8 p:first-of-type {
  font-size: 18px;
}
@media only screen and (min-width: 720px) {
  .page .content .col-8 p:first-of-type {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1430px) {
  .page .content .col-8 p:first-of-type {
    font-size: 22px;
  }
}
.page .col-8 {
  margin-bottom: 20px;
}
.page .col-8 img {
  margin-bottom: 20px;
}

.box-list .non-boxed {
  padding: 40px 30px !important;
}
.box-list .non-boxed a {
  color: #fff;
  text-decoration: underline;
}
.box-list .non-boxed a:hover {
  color: #000;
}

.working-with-section .col-6 {
  padding: 40px 10px;
}
@media only screen and (min-width: 720px) {
  .working-with-section .col-6 {
    padding: 60px 0px;
    min-height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  .working-with-section .col-6 {
    padding: 120px 60px;
    min-height: 500px;
  }
}
@media only screen and (min-width: 1430px) {
  .working-with-section .col-6 {
    padding: 140px 90px;
  }
}

.page-template-template-page-team .half-width, .page-template-template-page-board .half-width {
  padding: 40px 30px 40px 0;
  background-position: center bottom;
}
.page-template-template-page-team .half-width .text-center, .page-template-template-page-board .half-width .text-center {
  text-align: left;
}
@media only screen and (min-width: 720px) {
  .page-template-template-page-team .half-width, .page-template-template-page-board .half-width {
    min-height: 400px;
    padding: 40px 30px;
  }
  .page-template-template-page-team .half-width .text-center, .page-template-template-page-board .half-width .text-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-template-page-team .half-width, .page-template-template-page-board .half-width {
    min-height: 500px;
  }
}

@media only screen and (min-width: 720px) {
  .page-template-template-page-team .box-list li, .page-template-template-page-board .box-list li {
    margin: 1px;
    -webkit-box-flex: 0 0 49%;
    -moz-box-flex: 0 0 49%;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
  .page-template-template-page-team .box-list li .pic-container, .page-template-template-page-team .box-list li .overlay, .page-template-template-page-board .box-list li .pic-container, .page-template-template-page-board .box-list li .overlay {
    height: 209px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-template-page-team .box-list li, .page-template-template-page-board .box-list li {
    -webkit-box-flex: 0 0 33.1%;
    -moz-box-flex: 0 0 33.1%;
    -webkit-flex: 0 0 33.1%;
    -ms-flex: 0 0 33.1%;
    flex: 0 0 33.1%;
  }
  .page-template-template-page-team .box-list li .pic-container, .page-template-template-page-team .box-list li .overlay, .page-template-template-page-board .box-list li .pic-container, .page-template-template-page-board .box-list li .overlay {
    height: 211px;
  }
}
@media only screen and (min-width: 1430px) {
  .page-template-template-page-team .box-list li, .page-template-template-page-board .box-list li {
    -webkit-box-flex: 0 0 33.175%;
    -moz-box-flex: 0 0 33.175%;
    -webkit-flex: 0 0 33.175%;
    -ms-flex: 0 0 33.175%;
    flex: 0 0 33.175%;
  }
  .page-template-template-page-team .box-list li .pic-container, .page-template-template-page-team .box-list li .overlay, .page-template-template-page-board .box-list li .pic-container, .page-template-template-page-board .box-list li .overlay {
    height: 278px;
  }
}

.filters-block {
  padding: 20px 0;
}
@media only screen and (min-width: 720px) {
  .filters-block {
    padding: 30px 0;
  }
  .filters-block h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-block {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1430px) {
  .filters-block {
    padding: 40px 0;
  }
}
.filters-block .col-12 {
  width: 220px;
}
@media only screen and (min-width: 720px) {
  .filters-block .col-12 {
    width: 640px;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-block .col-12 {
    width: 960px;
    text-align: right;
  }
}
@media only screen and (min-width: 1430px) {
  .filters-block .col-12 {
    width: 1280px;
  }
}
.filters-block .more_posts {
  float: right;
  margin-top: 15px;
  padding: 4px 10px 1px 10px;
}
@media only screen and (min-width: 720px) {
  .filters-block .more_posts {
    float: none;
    margin-top: 0px;
    position: relative;
    top: 1px;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-block .more_posts {
    top: -7px;
  }
}
.filters-block h1.left, .filters-block h2.left {
  text-align: center;
  float: none;
}
@media only screen and (min-width: 720px) {
  .filters-block h1.left, .filters-block h2.left {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-block h1.left, .filters-block h2.left {
    float: left;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
}
.filters-block .active .more_posts {
  background-color: #1a1a1a;
  color: #fff !important;
}
@media only screen and (min-width: 720px) {
  .filters-block .styled-select {
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-block .styled-select {
    margin-left: 6px;
    width: 225px;
  }
}

.page-template-template-page-courses .filters-block p.left {
  margin: 10px 0;
}
.page-template-template-page-courses .filters-block .more_posts {
  margin-top: 15px;
}
@media only screen and (min-width: 720px) {
  .page-template-template-page-courses .filters-block .styled-select {
    margin-left: -30px;
  }
  .page-template-template-page-courses .filters-block p.left {
    margin: 5px 0 0 0;
  }
  .page-template-template-page-courses .filters-block .more_posts {
    margin-top: -35px;
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-template-page-courses .filters-block .styled-select {
    margin-left: 0px;
    margin-right: 120px;
  }
  .page-template-template-page-courses .filters-block p.left {
    clear: both;
  }
  .page-template-template-page-courses .filters-block .non-tab {
    display: inline;
  }
}
@media only screen and (min-width: 1430px) {
  .page-template-template-page-courses .filters-block .styled-select {
    margin-right: 134px;
  }
  .page-template-template-page-courses .filters-block .more_posts {
    margin-top: -43px;
    padding: 6px 10px 3px;
  }
}

.termdates {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 20px 0;
  z-index: 1000;
}
.termdates .col-12 {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .termdates .col-12 {
    text-align: left;
    padding: 30px 0;
  }
}
.termdates .close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -30px;
  cursor: pointer;
}
@media only screen and (min-width: 720px) {
  .termdates .close {
    font-size: 36px;
  }
}

.white-box {
  display: inline-block;
  float: right;
  background-color: #fff;
  border: 1px solid #1a1a1a;
  padding: 10px 10px 3px 10px;
  position: relative;
  top: 113px;
}
@media only screen and (min-width: 1430px) {
  .white-box {
    top: 126px;
  }
}

.post-type-archive-project .filters-block .more_posts, .tax-project_status .filters-block .more_posts {
  top: 0;
}
@media only screen and (min-width: 720px) {
  .post-type-archive-project .filters-block .more_posts, .tax-project_status .filters-block .more_posts {
    top: 1px;
  }
}
@media only screen and (min-width: 1430px) {
  .post-type-archive-project .filters-block .more_posts, .tax-project_status .filters-block .more_posts {
    top: 2px;
    padding: 6px 10px 3px 10px;
  }
}

.header-image {
  min-height: 100px;
}

.header-image-container {
  position: relative;
  height: auto;
}
.header-image-container .vert-mid {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: hidden;
}
.header-image-container .more_link {
  transform: scale(0.7);
  transform-origin: left top;
  margin-top: 5px;
  margin-bottom: -5px;
}
@media only screen and (min-width: 720px) {
  .header-image-container .more_link {
    transform: scale(1);
  }
}
.header-image-container h1 {
  font-size: 20px;
  color: #fff;
}
@media only screen and (min-width: 720px) {
  .header-image-container h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.header-image-container.position-right .vert-mid {
  padding-left: 50%;
}
.header-image-container.position-left .vert-mid {
  padding-right: 50%;
}
.header-image-container.position-centre .vert-mid {
  padding: 0 20%;
  text-align: center;
}

.header-image-container.empty a.more_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -200000px;
}
.header-image-container.empty a.more_link:before {
  display: none;
}

.header-image-container.empty .vert-mid {
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.heading p.col-4 {
  padding: 10px 20px 0 20px;
  margin: 0 auto;
}

.standby-container {
  background-image: url("../img/standby.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.pre-footer .half-width {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1024px) {
  .pre-footer .half-width {
    min-height: 400px;
  }
}
@media only screen and (min-width: 1430px) {
  .pre-footer .half-width {
    min-height: 500px;
  }
}
.pre-footer svg {
  width: 220px;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .pre-footer svg {
    width: 320px;
  }
}
.pre-footer .col-4 {
  padding: 15px;
  width: 300px;
}
@media only screen and (min-width: 720px) {
  .pre-footer .col-4 {
    padding: 20px;
    width: 265px;
  }
}
@media only screen and (min-width: 1024px) {
  .pre-footer .col-4 {
    padding: 25px;
    width: 420px;
  }
}
@media only screen and (min-width: 1430px) {
  .pre-footer .col-4 {
    padding: 30px;
    width: 480px;
  }
}
@media only screen and (min-width: 720px) {
  .pre-footer .flex-right .col-4.vert-mid {
    margin-left: 0;
    margin-right: 0;
  }
}

.mailing-list-section {
  text-align: left !important;
}
.mailing-list-section h3 {
  display: none;
}
.mailing-list-section svg {
  fill: #00e7c5;
}

.logo {
  margin: 0;
}
.logo a {
  width: 100px;
  height: 27px;
  background-image: url("../img/YorkshireDanceSpritex2.png");
  background-repeat: no-repeat;
  background-size: 100px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 200;
}
@media only screen and (min-width: 720px) {
  .logo a {
    width: 175px;
    height: 46px;
    background-size: 175px;
    top: 39px;
  }
}
@media only screen and (min-width: 1430px) {
  .logo a {
    width: 205px;
    height: 54px;
    background-size: 205px;
    top: 46px;
  }
}

.logo.anim a {
  margin: 0;
  position: absolute;
  text-indent: -9999px;
  width: 205px;
  height: 135px;
  background-image: url("../img/YDanim.gif");
  background-repeat: no-repeat;
  background-size: 303px;
  z-index: 300;
  opacity: 1;
  top: 1px;
  left: 0;
  background-position: -47px -45px;
  transform: scale(0.5);
  transform-origin: left top;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 720px) {
  .logo.anim a {
    transform: scale(0.85);
    top: 0;
  }
}
@media only screen and (min-width: 1430px) {
  .logo.anim a {
    transform: scale(1);
    top: 1px;
  }
}

@media only screen and (min-width: 720px) {
  .opp .first-part {
    display: inline-block;
    width: 330px;
    padding-right: 60px;
    vertical-align: top;
  }
  .opp .second-part {
    display: inline-block;
    width: 515px;
  }
}
@media only screen and (min-width: 1430px) {
  .opp .first-part {
    width: 425px;
  }
  .opp .second-part {
    width: 670px;
  }
}

@media only screen and (min-width: 720px) {
  .filterable.opps li {
    padding-right: 90px;
  }
}
.filterable.opps li .more_posts {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -19px;
}

.nf-form-content .field-wrap > div input {
  width: 100%;
  padding: 5px 2px;
  border: 1px solid #1a1a1a;
}
@media only screen and (min-width: 720px) {
  .nf-form-content .field-wrap > div input {
    width: 50%;
  }
}
.nf-form-content .field-wrap > div input[type=checkbox] {
  width: auto;
}
.nf-form-content textarea {
  border: 1px solid #1a1a1a;
}
.nf-form-content textarea:focus, .nf-form-content .field-wrap > div input:focus {
  border: 1px solid #00e7c5;
  outline: none;
}
.nf-form-content .nf-field-label label {
  font-weight: normal;
  font-family: "BrandonGrotesqueWeb-Medium";
}
.nf-form-content .checkbox-wrap .nf-field-label {
  width: 100%;
}
.nf-form-content .checkbox-wrap .nf-field-element p:first-of-type, .nf-form-content .checkbox-wrap .nf-field-description p:first-of-type {
  font-size: 16px !important;
}
@media only screen and (min-width: 720px) {
  .nf-form-content .checkbox-wrap .nf-field-element p:first-of-type, .nf-form-content .checkbox-wrap .nf-field-description p:first-of-type {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 1430px) {
  .nf-form-content .checkbox-wrap .nf-field-element p:first-of-type, .nf-form-content .checkbox-wrap .nf-field-description p:first-of-type {
    font-size: 20px !important;
  }
}
.nf-form-content .field-wrap input[type=submit],
.nf-form-content .field-wrap input[type=button],
.nf-form-content .field-wrap button {
  border: none;
  padding: 5px 10px 2px 10px;
  font-size: 18px;
  font-family: "BrandonGrotesqueWeb-Regular";
  color: #1a1a1a;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 720px) {
  .nf-form-content .field-wrap input[type=submit],
  .nf-form-content .field-wrap input[type=button],
  .nf-form-content .field-wrap button {
    width: auto;
    padding: 10px 40px 7px 40px;
    font-size: 20px;
  }
}
.nf-form-content .field-wrap input[type=submit]:hover, .nf-form-content .field-wrap input[type=button]:hover, .nf-form-content .field-wrap button:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.nf-response-msg {
  padding: 20px;
  border: 1px solid #00e7c5;
}

.content select {
  background-color: #fff;
  border: 1px solid #1a1a1a;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .content select {
    width: 50%;
  }
}

.greybg.padded.special-form-container {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .greybg.padded.special-form-container {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
  }
}
.greybg.padded.special-form-container .nf-form-title {
  display: none;
}
.greybg.padded.special-form-container h3 {
  margin-top: 0;
}
.greybg.padded.special-form-container .nf-form-fields-required {
  font-size: 80%;
  margin-bottom: 10px;
}
.greybg.padded.special-form-container .label-left .nf-field-label {
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .greybg.padded.special-form-container .label-left .nf-field-label {
    width: 20%;
  }
}
.greybg.padded.special-form-container .nf-form-content .field-wrap > div input {
  width: 100%;
}
.greybg.padded.special-form-container .nf-form-content .field-wrap > div input[type=button] {
  background-color: #00e7c5;
  width: auto;
}
.greybg.padded.special-form-container .nf-form-content .field-wrap > div input[type=button]:hover {
  background-color: #1a1a1a;
}
.greybg.padded.special-form-container p.privacy-policy {
  font-size: 80%;
}
@media only screen and (min-width: 1024px) {
  .greybg.padded.special-form-container p.privacy-policy {
    bottom: 25px;
    display: block;
    line-height: 1.2;
    position: absolute;
    right: 35px;
    width: 60%;
  }
}

.map {
  width: 100%;
  min-width: 270px;
  height: 100%;
  min-height: 400px;
  display: block;
}

@media only screen and (min-width: 720px) {
  .page-template-template-page-where .heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-template-page-where .heading {
    margin-bottom: 75px;
  }
}

#hubmap {
  width: 100%;
}
#hubmap svg {
  width: 100%;
  height: 100%;
  fill: #e5e5e5;
  vertical-align: top;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  #hubmap svg {
    top: 0;
    margin-bottom: 40px;
    width: 473px;
    height: 368px;
  }
}
@media only screen and (min-width: 1430px) {
  #hubmap svg {
    width: 623px;
    height: 484px;
  }
}
#hubmap #svg-westyorks, #hubmap #svg-northyorks, #hubmap #svg-southbank, #hubmap #svg-southyorks, #hubmap #svg-eastyorks {
  fill: #e5e5e5 !important;
}
#hubmap svg .active, #hubmap svg .reg:hover, #hubmap #svg-westyorks.active, #hubmap #svg-westyorks:hover, #hubmap #svg-northyorks.active, #hubmap #svg-northyorks:hover, #hubmap #svg-southbank.active, #hubmap #svg-southbank:hover, #hubmap #svg-eastyorks.active, #hubmap #svg-eastyorks:hover, #hubmap #svg-southyorks.active, #hubmap #svg-southyorks:hover {
  fill: #00e7c5 !important;
  cursor: pointer;
}
#hubmap {
  text-align: center;
}
#hubmap .region-links {
  width: 100%;
  padding: 0 18%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  #hubmap .region-links {
    column-count: 2;
    column-gap: 4px;
    padding: 0 20%;
  }
}
#hubmap .region-link {
  display: inline-block;
  padding: 4px 0 1px 0;
  width: 100%;
  margin-bottom: 4px;
  background-color: #e5e5e5;
  color: #1a1a1a;
}
#hubmap .region-link.greenbg, #hubmap .region-link:hover {
  background-color: #00e7c5;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .page-template-template-page-where .details {
    padding-top: 60px;
  }
}

.page-template-template-page-where .col-4 .more_posts {
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .page-template-template-page-where .col-4 .more_posts {
    margin-top: 30px;
  }
}

.funders.component-section {
  padding: 60px 0 30px 0;
}

ul.inline {
  padding-top: 30px;
}
@media only screen and (min-width: 720px) {
  ul.inline img {
    width: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  ul.inline img {
    width: 160px;
  }
}
@media only screen and (min-width: 1430px) {
  ul.inline img {
    width: 200px;
  }
}

/* The gallery overlay */
#galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  background-color: rgba(26, 26, 26, 0.95);
  overflow: hidden;
  display: none;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

/* This class will trigger the animation */
#galleryOverlay.visible {
  opacity: 1;
}

#gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  -moz-transition: left 0.4s ease;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
  pointer-events: none;
}

#gallerySlider .placeholder {
  background: url("../img/preloader.gif") no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

/* The before element moves the
 * image halfway from the top */
#gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#gallerySlider .placeholder img {
  display: inline-block;
  max-height: 80%;
  max-width: 80%;
  vertical-align: middle;
  position: relative;
}

#gallerySlider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */
@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
/* Safari and Chrome Keyframe Animations */
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
/* Arrows */
#prevArrow, #nextArrow {
  border: none;
  text-decoration: none;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  color: #fff;
  font-size: 35px;
  top: 50%;
  margin-top: -29px;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover {
  opacity: 1;
}

#prevArrow {
  left: 10px;
  text-align: right;
}

#nextArrow {
  right: 10px;
}

#imageTitle {
  color: #fff;
  font-size: 12px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 2%;
  left: 0;
  z-index: 100000;
}

.gall-overlay-close {
  color: #fff;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 30px;
  z-index: 300000;
  cursor: pointer;
}

.gallery-section.component-section {
  padding: 30px 0;
}
@media only screen and (min-width: 1024px) {
  .gallery-section.component-section {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1430px) {
  .gallery-section.component-section {
    padding: 50px 0;
  }
}
.gallery-section.component-section .more_posts.bar {
  margin-bottom: 0;
}

.gallery li {
  overflow: hidden;
  height: 180px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 720px) {
  .gallery li {
    height: 141px;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery li {
    height: 212px;
  }
}
@media only screen and (min-width: 1430px) {
  .gallery li {
    height: 278px;
  }
}
.gallery li img {
  width: 100%;
}

.box-list.gallery {
  border-bottom: 0;
}
@media only screen and (min-width: 720px) {
  .box-list.gallery {
    margin-bottom: 0;
  }
}

.hidden .box-list.gallery {
  padding-top: 0;
  margin-top: 0;
}

.page-template-template-page-dance-on .dance-on-intro {
  align-items: center;
}
.page-template-template-page-dance-on .dance-on-intro .half-width {
  padding: 20px;
}
@media only screen and (min-width: 720px) {
  .page-template-template-page-dance-on .dance-on-intro .half-width {
    min-height: 0;
    padding: 24px 20px;
  }
}
.page-template-template-page-dance-on .dance-on-intro .dance-on-intro-col {
  display: flex;
  align-items: center;
}
.page-template-template-page-dance-on .dance-on-intro .dance-on-intro-inner {
  width: 100%;
  max-width: 520px;
}
.page-template-template-page-dance-on .dance-on-intro .dance-on-intro-col-video {
  justify-content: flex-end;
}
.page-template-template-page-dance-on .dance-on-intro .dance-on-intro-col-video .dance-on-intro-inner {
  max-width: 580px;
}
.page-template-template-page-dance-on .dance-on-intro .dance-on-intro-col-text {
  justify-content: flex-start;
}
.page-template-template-page-dance-on .dance-on-intro .dance-on-intro-col-text .dance-on-intro-inner {
  max-width: 520px;
}
.page-template-template-page-dance-on .dance-on-intro .dance-on-intro-content {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-template-template-page-dance-on .dance-on-intro .dance-on-intro-col-video .dance-on-intro-inner {
    max-width: 640px;
  }
  .page-template-template-page-dance-on .dance-on-intro .dance-on-intro-col-text .dance-on-intro-inner {
    max-width: 560px;
  }
}
.page-template-template-page-dance-on .feature-header {
  margin-bottom: 20px;
  overflow: hidden;
}
.page-template-template-page-dance-on .feature-header > img {
  display: block;
  width: 100%;
  height: auto;
}
.page-template-template-page-dance-on .dance-on-feature-mobile {
  display: none;
}
.page-template-template-page-dance-on .dance-on-feature-logo {
  top: 22%;
  left: 7.5%;
  z-index: 2;
  width: 24%;
  max-width: 330px;
  min-width: 180px;
}
.page-template-template-page-dance-on .dance-on-feature-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.page-template-template-page-dance-on .lined-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  width: 100%;
  margin: 30px 0;
  padding: 0 55px;
  box-sizing: border-box;
}
.page-template-template-page-dance-on .lined-title::before,
.page-template-template-page-dance-on .lined-title::after {
  content: "";
  flex: 1 1 auto;
  border-top: 1px solid #1a1a1a;
  opacity: 0.7;
}
.page-template-template-page-dance-on .lined-title h1 {
  margin: 0;
  padding: 0 14px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  font-family: "BrandonGrotesqueWeb-Medium";
}
.page-template-template-page-dance-on .timetable {
  margin: 0 auto 36px;
  padding: 0 30px;
}
.page-template-template-page-dance-on .timetable-inner {
  max-width: 920px;
  margin: 0 auto;
  display: block;
}
.page-template-template-page-dance-on .timetable-item {
  color: #1a1a1a;
  margin: 0 0 28px;
}
.page-template-template-page-dance-on .timetable-item-title {
  color: #e71b7b;
  margin: 0 0 8px;
  text-align: left;
  font-family: "BrandonGrotesqueWeb-Medium";
}
.page-template-template-page-dance-on .timetable-item-schedule {
  font-family: "BrandonGrotesqueWeb-Medium";
}
.page-template-template-page-dance-on .timetable-item p:last-child {
  margin-bottom: 0;
}
.page-template-template-page-dance-on .dance-on-quotes {
  margin-top: 40px;
  padding: 70px 30px;
}
.page-template-template-page-dance-on .dance-on-quotes-inner {
  max-width: 1050px;
  margin: 0 auto;
}
.page-template-template-page-dance-on .dance-on-quotes-slider {
  position: relative;
}
.page-template-template-page-dance-on .dance-on-quote {
  width: 100%;
  max-width: none;
  margin: 0;
}
.page-template-template-page-dance-on .dance-on-quote-content {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 120px;
  box-sizing: border-box;
  text-align: left;
}
.page-template-template-page-dance-on .dance-on-quote-content::before,
.page-template-template-page-dance-on .dance-on-quote-content::after {
  content: "";
  position: absolute;
  top: 0;
  width: 78px;
  height: 66px;
  background-image: url("../img/quote-marks.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-page-dance-on .dance-on-quote-content::before {
  left: 0;
}
.page-template-template-page-dance-on .dance-on-quote-content::after {
  right: 0;
  transform: rotate(180deg);
}
.page-template-template-page-dance-on .dance-on-quote p {
  margin: 0 0 24px;
  font-size: 32px;
  line-height: 1.3;
  font-family: "BrandonGrotesqueWeb-Medium";
}
.page-template-template-page-dance-on .dance-on-quote cite {
  display: block;
  color: #e71b7b;
  font-size: 30px;
  line-height: 1.2;
  font-style: normal;
  font-family: "BrandonGrotesqueWeb-Medium";
}
.page-template-template-page-dance-on .dance-on-quotes .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
}
.page-template-template-page-dance-on .dance-on-quotes .slick-dots li {
  display: block;
}
.page-template-template-page-dance-on .dance-on-quotes .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #1a1a1a;
  opacity: 0.28;
  overflow: hidden;
  text-indent: -999px;
}
.page-template-template-page-dance-on .dance-on-quotes .slick-dots .slick-active button {
  opacity: 1;
  background: #e71b7b;
}
.page-template-template-page-dance-on .dance-on-supporters {
  margin: 0 auto;
  padding: 0 30px 30px;
}
.page-template-template-page-dance-on .dance-on-supporters-inner {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px 58px;
}
.page-template-template-page-dance-on .dance-on-supporter-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-page-dance-on .dance-on-supporter-logo img {
  display: block;
  width: auto;
  height: 58px;
  max-width: 260px;
  object-fit: contain;
}
.page-template-template-page-dance-on h2 {
  color: #e71b7b;
  font-family: "BrandonGrotesqueWeb-Medium";
  margin-bottom: 2rem;
}
.page-template-template-page-dance-on .pink-text {
  color: #e71b7b;
}
.page-template-template-page-dance-on h1 {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page-template-template-page-dance-on .timetable-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(var(--timetable-rows, 1), auto);
    grid-auto-flow: column;
    column-gap: 44px;
    row-gap: 36px;
  }
  .page-template-template-page-dance-on .timetable-item {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-page-dance-on .dance-on-feature-desktop {
    display: none;
  }
  .page-template-template-page-dance-on .dance-on-feature-mobile {
    display: block;
  }
  .page-template-template-page-dance-on .dance-on-intro .half-width {
    padding: 14px 16px;
  }
  .page-template-template-page-dance-on .dance-on-intro .dance-on-intro-col {
    justify-content: center;
  }
  .page-template-template-page-dance-on .dance-on-intro .dance-on-intro-inner {
    max-width: 100%;
  }
  .page-template-template-page-dance-on .lined-title {
    gap: 22px;
    margin: 22px 0;
    padding: 0 16px;
  }
  .page-template-template-page-dance-on .dance-on-feature-logo {
    top: 9%;
    left: 50%;
    width: 58%;
    min-width: 0;
    max-width: 330px;
    transform: translateX(-50%);
  }
  .page-template-template-page-dance-on .timetable {
    padding: 0 16px;
  }
  .page-template-template-page-dance-on .dance-on-quotes {
    margin-top: 30px;
    padding: 46px 16px;
  }
  .page-template-template-page-dance-on .dance-on-quote-content {
    padding: 74px 0 58px;
  }
  .page-template-template-page-dance-on .dance-on-quote-content::before,
  .page-template-template-page-dance-on .dance-on-quote-content::after {
    width: 48px;
    height: 40px;
  }
  .page-template-template-page-dance-on .dance-on-quote-content::before {
    left: 0;
  }
  .page-template-template-page-dance-on .dance-on-quote-content::after {
    top: auto;
    bottom: 50px;
    right: 0;
  }
  .page-template-template-page-dance-on .dance-on-quote p {
    font-size: 24px;
  }
  .page-template-template-page-dance-on .dance-on-quote cite {
    font-size: 24px;
    font-family: "BrandonGrotesqueWeb-Medium";
  }
  .page-template-template-page-dance-on .dance-on-supporters {
    padding: 0 16px;
  }
  .page-template-template-page-dance-on .dance-on-supporters-inner {
    gap: 28px 34px;
    padding-bottom: 18px;
  }
  .page-template-template-page-dance-on .dance-on-supporter-logo img {
    height: 46px;
    max-width: 210px;
  }
  .page-template-template-page-dance-on .lined-title h1 {
    padding: 0 10px;
  }
}
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/*# sourceMappingURL=stylesheet.css.map */
