@charset "UTF-8";
/*
Theme Name: DU Dance (revision 2)
Author: Sort Design
Author URI: http://www.sortdesign.co.uk
*/
/*------------------------------------------------------------------------*\
	INITIAL IMPORTS
\*------------------------------------------------------------------------*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*------------------------------------------------------------------------*\
	FONT
\*------------------------------------------------------------------------*/
/*@font-face {
	font-family: FONT-NAME;
	src:url('fonts/FONT-NAME-Medium.eot') format('embedded-opentype'),
		url('fonts/FONT-NAME-Medium.woff') format('woff'),
		url('fonts/FONT-NAME-Medium.ttf') format('truetype'),
		url('fonts/FONT-NAME-Medium.svg#FONTNAMEMedium') format('svg');
}*/
button,
input,
select,
textarea, body {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sorting-filtering__button, .sorting-filtering__label, .sub-link, .navigation__link, .navigation, .news-article__date, strong, h1, h2, h3, h4, h5 {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

em {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: italic;
}

/*------------------------------------------------------------------------*\
	COLOURS
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	VALUES
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	DEVICES
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	MEDIA QUERIES
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	GRID COLUMNS
	- background colour grid item boxes by using div inside them, (eg flex-v-align)
	- if using "minimum propotion blocks", use 
	  container -> flex columm -> flex-v-align -> minimum-proportion -> div -> content
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	MINIMUM PROPORTION TILES	
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	- eg square, 16x9 etc, fluid, until content is too big to fix, 
	  in which case row will expand to fit
	- contain in a flex-v-align in most cases.
	- use with inner div to contain content
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	VERTICAL CENTRING (FLEXBOX)
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	VERTICAL CENTRING (LEGACY)
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	CLEARFIX
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	SORT RESET
\*------------------------------------------------------------------------*/
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*------------------------------------------------------------------------*\
	LIST RE-WORK
\*------------------------------------------------------------------------*/
ul {
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 0;
}
ul li:before {
  content: "-";
  text-indent: -1em;
  padding-right: 0.6em;
}
ul li {
  text-indent: -1em;
}

.blocks-gallery-grid, ul.footer-social, .main-nav ul {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
  margin-bottom: 0;
}
.blocks-gallery-grid li, ul.footer-social li, .main-nav ul li {
  text-indent: 0;
}
.blocks-gallery-grid li::before, ul.footer-social li::before, .main-nav ul li::before {
  content: none;
}

/*------------------------------------------------------------------------*\
	STANDARD VIDEO EMBED CONTAINER 16x9 (VIMEO ETC)
\*------------------------------------------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------------*\
	BACKGROUNDS
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	CURSOR
\*------------------------------------------------------------------------*/
.sorting-filtering__button, input[type=submit] {
  cursor: pointer;
  cursor: hand;
}

/*------------------------------------------------------------------------*\
	NO WRAP
\*------------------------------------------------------------------------*/
.no-wr {
  white-space: nowrap;
}

/*------------------------------------------------------------------------*\
	BEGIN
\*------------------------------------------------------------------------*/
html {
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 12.6px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 11.9px;
  }
}

html.sr .load-hidden {
  visibility: hidden;
}

body {
  font-size: 1rem; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #212121 0%, #000000 760px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-color: #000000;
  background-repeat: repeat-x;
  color: #bcbcbc;
  line-height: 1.3;
}
body.purplePage {
  color: #d7d3d7;
  background-color: #362436;
  background-image: url("images/background-bridges.gif");
}
body.purplePage input:not([type=submit]) {
  background-color: #362436;
}
body.bluePage {
  color: #d0d7d6;
  background-color: #123532;
  background-image: url("images/background-divide.gif");
}
body.bluePage input:not([type=submit]) {
  background-color: #123532;
}
body.greenPage {
  color: #d3d6d1;
  background-color: #243018;
  background-image: url("images/background-gap.gif");
}
body.greenPage input:not([type=submit]) {
  background-color: #243018;
}
body.pinkPage {
  color: #dcd4d9;
  background-color: #512941;
  background-image: url("images/background-spectrum.gif");
}
body.pinkPage input:not([type=submit]) {
  background-color: #512941;
}

p {
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 1rem;
  line-height: 1;
  color: #ffffff;
}

h1 {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  h1 {
    margin-bottom: 34px;
  }
}

h2 {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

h3 {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1rem;
  margin-bottom: 0;
}

hr {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}

blockquote {
  margin-bottom: 0;
}
blockquote p {
  margin-bottom: 0;
}
blockquote + p {
  font-style: italic;
}
blockquote + p:before {
  content: "-";
  padding-right: 0.5em;
}

a,
a:link,
a:visited {
  color: #ffffff;
  transition: color 0.65s;
  text-decoration: none;
}

a:hover,
a:active {
  color: #bcbcbc;
  text-decoration: none;
}

img {
  box-sizing: content-box;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

ul {
  margin-bottom: 1rem;
}

input, textarea, select, button {
  font-size: 1rem;
}

input, textarea, select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: solid 1px #e6e6e6;
}

select {
  padding: 0.25rem 5rem 0.25rem 0.5rem;
  background-image: url("images/icon-arrow-down.svg");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 21px 10px;
  background-color: transparent;
  color: #000000;
  background-color: #bcbcbc;
}

input {
  background-color: #000000;
  color: #ffffff;
  border: solid 1px #bcbcbc;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  outline: none;
}

input[type=submit] {
  border-radius: 0;
  background-color: #bcbcbc;
  color: #000000;
  text-transform: uppercase;
  border: solid 1px #000000;
  border-radius: 3px;
  transition: background-color 0.3s;
}
input[type=submit]:hover {
  background-color: #898989;
}

input[type=number] {
  width: 3rem;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  max-width: none;
  min-width: 0;
}

textarea {
  min-width: 400px;
  min-height: 100px;
  margin-bottom: 1rem;
}

table {
  margin-bottom: 1rem;
}

th, td {
  padding: 15px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  th, td {
    padding: 5px;
  }
}

th:first-child, td:first-child {
  padding-left: 0;
}

th {
  text-align: left;
  text-transform: uppercase;
}

::-moz-selection {
  background: rgba(255, 255, 255, 0.3);
}

::selection {
  background: rgba(255, 255, 255, 0.3);
}

::-moz-placeholder {
  color: #ffffff;
}

::placeholder {
  color: #ffffff;
}

/*------------------------------------------------------------------------*\
	LAYOUT
\*------------------------------------------------------------------------*/
.container {
  margin-top: 50px;
}

.wrap {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  padding-left: 17px;
  padding-right: 17px;
}

@media (min-width: 768px) {
  .cols {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    flex: 0 1 auto;
    align-items: stretch;
    margin-left: -8.5px;
    margin-right: -8.5px;
  }
}

.cols--s {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  flex: 0 1 auto;
  align-items: stretch;
  margin-left: -8.5px;
  margin-right: -8.5px;
}

.col--1of5 {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .col--1of5 {
    flex: 1 1 auto;
    flex-basis: 20%;
    max-width: 20%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

.col--4of5 {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .col--4of5 {
    flex: 1 1 auto;
    flex-basis: 80%;
    max-width: 80%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

.col--1of2 {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .col--1of2 {
    flex: 1 1 auto;
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

.col--1of3 {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .col--1of3 {
    flex: 1 1 auto;
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

.col--2of3 {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .col--2of3 {
    flex: 1 1 auto;
    flex-basis: 66.667%;
    max-width: 66.667%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

.col--1of4 {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .col--1of4 {
    flex: 1 1 auto;
    flex-basis: 25%;
    max-width: 25%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

.col--3of4 {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .col--3of4 {
    flex: 1 1 auto;
    flex-basis: 75%;
    max-width: 75%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

.col--icon {
  margin-bottom: 17px;
  text-align: center;
  flex: 1 1 auto;
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .col--icon {
    flex: 1 1 auto;
    flex-basis: 25%;
    max-width: 25%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}
.col--icon img {
  display: block;
}

.col--gallery {
  margin-bottom: 17px;
  flex: 1 1 auto;
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .col--gallery {
    flex: 1 1 auto;
    flex-basis: 25%;
    max-width: 25%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .col--1of12 {
    flex: 1 1 auto;
    flex-basis: 8.33%;
    max-width: 8.33%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .col--2of12 {
    flex: 1 1 auto;
    flex-basis: 16.667%;
    max-width: 16.667%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .col--3of12 {
    flex: 1 1 auto;
    flex-basis: 25%;
    max-width: 25%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .col--4of12 {
    flex: 1 1 auto;
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .col--5of12 {
    flex: 1 1 auto;
    flex-basis: 41.667%;
    max-width: 41.667%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .col--6of12 {
    flex: 1 1 auto;
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .col--7of12 {
    flex: 1 1 auto;
    flex-basis: 58.333%;
    max-width: 58.333%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .col--8of12 {
    flex: 1 1 auto;
    flex-basis: 66.667%;
    max-width: 66.667%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .col--9of12 {
    flex: 1 1 auto;
    flex-basis: 75%;
    max-width: 75%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .col--10of12 {
    flex: 1 1 auto;
    flex-basis: 83.333%;
    max-width: 83.333%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .col--11of12 {
    flex: 1 1 auto;
    flex-basis: 91.667%;
    max-width: 91.667%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

.col--1of2--s {
  flex: 1 1 auto;
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}

.col--1of3--s {
  flex: 1 1 auto;
  flex-basis: 33.333%;
  max-width: 33.333%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}

.col--2of3--s {
  flex: 1 1 auto;
  flex-basis: 66.667%;
  max-width: 66.667%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}

.col--1of4--s {
  flex: 1 1 auto;
  flex-basis: 25%;
  max-width: 25%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}

.col--1of12--s {
  flex: 1 1 auto;
  flex-basis: 8.33%;
  max-width: 8.33%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}

.col--2of12--s {
  flex: 1 1 auto;
  flex-basis: 16.667%;
  max-width: 16.667%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}

.col--3of12--s {
  flex: 1 1 auto;
  flex-basis: 25%;
  max-width: 25%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}

.col--4of12--s {
  flex: 1 1 auto;
  flex-basis: 33.333%;
  max-width: 33.333%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}

.col--5of12--s {
  flex: 1 1 auto;
  flex-basis: 41.667%;
  max-width: 41.667%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}

.col--6of12--s {
  flex: 1 1 auto;
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}

.col--7of12--s {
  flex: 1 1 auto;
  flex-basis: 58.333%;
  max-width: 58.333%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}

.col--8of12--s {
  flex: 1 1 auto;
  flex-basis: 66.667%;
  max-width: 66.667%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}

.col--9of12--s {
  flex: 1 1 auto;
  flex-basis: 75%;
  max-width: 75%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}

.col--10of12--s {
  flex: 1 1 auto;
  flex-basis: 83.333%;
  max-width: 83.333%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}

.col--11of12--s {
  flex: 1 1 auto;
  flex-basis: 91.667%;
  max-width: 91.667%;
  padding-right: 8.5px;
  padding-left: 8.5px;
  padding-bottom: 0px;
}

.side-bar {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .side-bar {
    flex: 1 1 auto;
    flex-basis: 20%;
    max-width: 20%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .side-bar {
    margin-bottom: 34px;
  }
}

.main-content {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .main-content {
    flex: 1 1 auto;
    flex-basis: 80%;
    max-width: 80%;
    padding-right: 8.5px;
    padding-left: 8.5px;
    padding-bottom: 0px;
  }
}

.block, .block--prop--desktop-only {
  margin-bottom: 17px;
}

.module {
  margin-bottom: 17px;
}

.block--prop {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 71.42857143%;
}
.block--prop > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.block--prop--desktop-only {
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .block--prop--desktop-only {
    position: relative;
    padding-bottom: 71.42857143%;
  }
  .block--prop--desktop-only > div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .block--min-prop::before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-bottom: 71.42857143%;
  }
  .block--min-prop::after { /* to clear float */
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) {
  .side-bar .block--min-prop::before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-bottom: 149%;
  }
  .side-bar .block--min-prop::after { /* to clear float */
    content: "";
    display: table;
    clear: both;
  }
}

@media (min-width: 768px) {
  .block--min-prop--desktop-only::before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-bottom: 71.42857143%;
  }
  .block--min-prop--desktop-only::after { /* to clear float */
    content: "";
    display: table;
    clear: both;
  }
}

@media (min-width: 768px) {
  .banner-placeholder {
    height: 2px;
    background-color: transparent;
    border-bottom: solid 2px #bcbcbc;
    box-sizing: content-box;
  }
}

.block__cover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .block__cover {
    opacity: 0;
    transition: opacity 0.3s;
  }
  a:hover .block__cover {
    opacity: 0.7;
  }
}

.block__title {
  font-size: 2rem;
  position: absolute;
  top: auto !important;
  bottom: 20px !important;
  left: 20px !important;
  width: 50% !important;
  z-index: 3;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .block__title {
    opacity: 0;
  }
  a:hover .block__title {
    opacity: 0.7;
  }
}

.block__cover--alt {
  opacity: 0.3;
  background-color: #000000;
}

.block__title--alt {
  font-size: 1.4rem;
  position: absolute;
  top: auto !important;
  bottom: 20px !important;
  left: 20px !important;
  width: 50% !important;
  z-index: 3;
  text-transform: uppercase;
  line-height: 1;
  opacity: 1;
}

/*------------------------------------------------------------------------*\
	NAV
\*------------------------------------------------------------------------*/
.nav-trigger {
  display: none;
}
@media (max-width: 767px) {
  .nav-trigger {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    float: right;
  }
}

.nav-trigger__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: black;
  /* upper and lower lines in the menu icon */
}
.nav-trigger__icon::before, .nav-trigger__icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: black;
  transition: transform 0.3s, top 0.3s, background-color 0s;
}
.nav-trigger__icon::before {
  top: -5px;
}
.nav-trigger__icon::after {
  top: 5px;
}
.nav-trigger.is-clicked .nav-trigger__icon {
  background-color: transparent;
}
.nav-trigger.is-clicked .nav-trigger__icon::before {
  top: 0;
  transform: rotate(135deg);
}
.nav-trigger.is-clicked .nav-trigger__icon::after {
  top: 0;
  transform: rotate(225deg);
}

.main-nav {
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.2rem;
  margin-bottom: 34px;
  min-height: 100%;
}
@media (max-width: 767px) {
  .main-nav {
    font-size: 1.5rem;
  }
}
.main-nav a {
  color: #bcbcbc;
  font-weight: bold;
}
body.page-id-19 .main-nav a {
  color: #d7d3d7;
}
body.page-id-21 .main-nav a {
  color: #d0d7d6;
}
body.page-id-23 .main-nav a {
  color: #d3d6d1;
}
body.page-id-25 .main-nav a {
  color: #e8cedd;
}
.main-nav a:hover {
  color: #ffffff;
}
.main-nav li.current_page_item > a,
.main-nav li.current-menu-ancestor > a,
.main-nav li.current-page-ancestor > a,
.main-nav li.current-menu-item > a,
.main-nav li.active > a {
  color: #ffffff;
}
.main-nav ul.sub-menu {
  display: none;
  margin-left: 1.05rem;
}
.main-nav li.current-menu-item ul.sub-menu,
.main-nav li.current-menu-ancestor ul.sub-menu {
  display: block;
}

/*------------------------------------------------------------------------*\
	MODULES
\*------------------------------------------------------------------------*/
.our-team-image {
  min-width: 100%;
}

.news-article {
  padding-bottom: 51px;
  border-bottom: solid 2px #bcbcbc;
  margin-bottom: 51px;
}
body.single .news-article {
  border-bottom: none;
}
.news-article:last-of-type {
  border-bottom: 0;
}

.news-article__date {
  text-transform: uppercase;
}

.navigation {
  width: 100%;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.navigation p {
  text-align: center;
  width: 100%;
}
.navigation span {
  color: rgba(188, 188, 188, 0.25);
}
.navigation .col--1of2:first-of-type {
  text-align: right;
}
.navigation .col--1of2:last-of-type {
  text-align: left;
}

.navigation__link {
  text-transform: uppercase;
}

.video-item {
  margin-bottom: 34px;
}
.video-item h3 {
  margin-bottom: 1rem;
  display: inline-block;
}
.video-item::after {
  content: "";
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  border-bottom: solid 2px #bcbcbc;
  display: block;
}
.video-item:last-of-type::after {
  border-bottom: none;
}

.sub-link {
  text-transform: uppercase;
}

.logo-container {
  margin-bottom: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.logo-container a {
  display: block;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo-100 {
  width: 100%;
}

.logo-90 {
  width: 90%;
}

.logo-80 {
  width: 80%;
}

.logo-70 {
  width: 70%;
}

.logo-60 {
  width: 60%;
}

.logo-50 {
  width: 50%;
}

.logo-40 {
  width: 40%;
}

.logo-30 {
  width: 30%;
}

.sorting-filtering__label {
  text-transform: uppercase;
}

.sorting-filtering__button {
  text-transform: uppercase;
  border: solid 1px #bcbcbc;
  background-color: #bcbcbc;
  color: #000000;
  border-radius: 4px;
  padding: 0.25rem 1rem;
  display: inline;
  margin-bottom: 3px;
}
.sorting-filtering__button:hover {
  background-color: transparent;
  color: #bcbcbc;
}

.sorting-filtering__filter-group {
  display: inline-block;
}

.filter-selected {
  background-color: #000000;
  color: #bcbcbc;
}

.gallery-image {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
}
.gallery-image a {
  display: block;
  width: 100%;
}
.gallery-image img {
  width: 100%;
  min-width: 100%;
  margin-bottom: 8.5px;
}
@media (max-width: 767px) {
  .gallery-image {
    margin-bottom: 17px;
  }
}

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

/*------------------------------------------------------------------------*\
	FOOTER
\*------------------------------------------------------------------------*/
footer#footer {
  font-size: 0.8rem;
}
footer#footer h3 {
  font-size: 1.4em;
}

.footer-column {
  border-top: solid 2px #bcbcbc;
  padding-top: 34px;
}
@media (max-width: 767px) {
  .footer-column {
    padding-bottom: 34px;
  }
}

ul.footer-social li {
  display: inline;
  margin-right: 0.5rem;
}
ul.footer-social li::before {
  content: none;
  padding-right: 0;
}
ul.footer-social img {
  height: 25px;
}

/*------------------------------------------------------------------------*\
	UTILITY
\*------------------------------------------------------------------------*/
.hidden-mobile {
  display: block;
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

.hidden-desktop {
  display: block;
}
@media (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
}

.hidden {
  display: none;
}

/*------------------------------------------------------------------------*\
	WORDPRESS
\*------------------------------------------------------------------------*/
hr, hr.wp-block-separator {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  margin-top: 34px;
  margin-bottom: 34px;
}

/*------------------------------------------------------------------------*\
	PLUGINS, ETC
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
    LAZY SIZES
\*------------------------------------------------------------------------*/
/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 600ms;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("slick.eot");
  src: url("slick.eot?#iefix") format("embedded-opentype"), url("slick.woff") format("woff"), url("slick.ttf") format("truetype"), url("slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  -webkit-animation: pswp-clockwise 600ms linear infinite;
          animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@-webkit-keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

/*------------------------------------------------------------------------*\
	PLUGIN OVERRIDES
\*------------------------------------------------------------------------*/
.slick-dots li {
  text-indent: 0;
}

ul.slick-dots {
  padding-left: 0;
  text-indent: 0;
  margin-left: 0;
  bottom: 40px;
}

ul.slick-dots li:before {
  content: normal;
  text-indent: 0;
  padding-right: 0;
}

.slick-dots li button {
  background-color: #ffffff;
  border-radius: 100%;
  height: 8px;
  width: 8px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  opacity: 0.65;
  background-color: #ffffff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

#booking-widget-container ul {
  font-size: 1rem;
}
#booking-widget-container li::after {
  content: none;
}
#booking-widget-container ul {
  padding-left: 0;
  text-indent: 0;
  margin-left: 0;
}
#booking-widget-container li {
  text-indent: 0;
}
#booking-widget-container ul li:before {
  content: none;
  text-indent: 0;
  padding-right: 0;
}
/*# sourceMappingURL=maps/style.css.map */
