/* CSS Document */
/* ===================================================================================

author:		Thomas James

*/
/* OVERALL DOCUMENT STYLES
=================================================================================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.4;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

html, body {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

body {
  position: relative;
  background: #312E3E;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden !important;
}
body.no-scroll {
  overflow: hidden;
}

::-moz-selection {
  color: #fff;
  background: #6A4C93;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #6A4C93;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/* SKIP TO CONTENTS ACCESSIBILITY
=================================================================================== */
a.skip-main {
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: auto;
  left: -9999px;
  overflow: hidden;
  z-index: -9999;
}
a.skip-main:hover, a.skip-main:focus-visible, a.skip-main:active {
  width: auto;
  height: auto;
  top: 1.6rem;
  left: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #1d4289;
  font-weight: bold;
  margin: 0;
  padding: 1.6rem 2.4rem 1.6rem 2.4rem;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border: 0.2rem solid #1d4289;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
  overflow: auto;
  z-index: 9999;
}
a.skip-main:hover {
  color: #000;
  text-decoration: none;
  background: #fff;
  border: 0.2rem solid #000;
}

#cookies_warning_v2 {
  display: none;
  width: 90%;
  max-width: 330px;
  height: auto;
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 300;
  /* Close Button */
}
#cookies_warning_v2.dark {
  border: 1px solid #595959;
  -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.35);
}
#cookies_warning_v2 #cookies_row_01 {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 1.8rem 1.8rem 2.2rem 2rem;
  float: left;
  clear: both;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
#cookies_warning_v2 #cookies_row_01 div.title {
  width: 100%;
  height: auto;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #4f4f4f;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 0 3rem 0 0;
  letter-spacing: 0.02em;
  line-height: 1.3;
  float: left;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cookies_warning_v2 #cookies_row_01 div.text {
  width: 100%;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #595959;
  font-weight: normal;
  font-style: normal;
  margin: 1rem 0 0 0;
  padding: 0;
  letter-spacing: 0.005em;
  line-height: 1.6;
  float: left;
  clear: both;
}
#cookies_warning_v2 #cookies_row_01 div.text a {
  color: #595959;
  font-weight: bold;
  text-decoration: none;
}
#cookies_warning_v2.dark #cookies_row_01 {
  background: hsl(0, 0%, 200%);
}
#cookies_warning_v2.dark #cookies_row_01 div.title {
  color: rgb(45.9, 45.9, 45.9);
}
#cookies_warning_v2.dark #cookies_row_01 div.text {
  color: rgb(66.3, 66.3, 66.3);
}
#cookies_warning_v2.dark #cookies_row_01 div.text a {
  color: rgb(66.3, 66.3, 66.3);
}
#cookies_warning_v2 a#cookies_close {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  color: rgb(114.75, 114.75, 114.75);
  margin: -2px 0 0 0;
  padding: 0;
  text-decoration: none;
  text-align: left;
  clear: both;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -ms-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  z-index: 2;
}
#cookies_warning_v2 a#cookies_close::before {
  display: block;
  content: " ";
  width: 2px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  background: rgb(165.75, 165.75, 165.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  outline: 1px solid transparent;
  z-index: 2;
}
#cookies_warning_v2 a#cookies_close::after {
  display: block;
  content: " ";
  width: 2px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  background: rgb(165.75, 165.75, 165.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  outline: 1px solid transparent;
  z-index: 2;
}
#cookies_warning_v2 a#cookies_close:hover {
  color: rgb(114.75, 114.75, 114.75);
  text-decoration: none;
}
.no-touch #cookies_warning_v2 a#cookies_close:hover {
  color: rgb(114.75, 114.75, 114.75);
  text-decoration: none;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#cookies_warning_v2.dark a#cookies_close {
  color: #333333;
}
#cookies_warning_v2.dark a#cookies_close::before {
  background: rgb(114.75, 114.75, 114.75);
}
#cookies_warning_v2.dark a#cookies_close::after {
  background: rgb(114.75, 114.75, 114.75);
}
#cookies_warning_v2.dark a#cookies_close:hover {
  color: rgb(76.5, 76.5, 76.5);
}
.no-touch #cookies_warning_v2.dark a#cookies_close:hover {
  color: rgb(76.5, 76.5, 76.5);
}
#cookies_warning_v2 #cookies_row_02 {
  display: none;
  width: 100%;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #4f4f4f;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 1rem 1.8rem 1rem 2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  float: left;
  clear: both;
  background: rgb(224.4, 224.4, 224.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#cookies_warning_v2 #cookies_row_02 a#disable_GA {
  width: 34px;
  height: 18px;
  position: relative;
  margin: 0 0 0 1rem;
  padding: 0;
  display: inline;
  float: right;
  background: #fff;
  border: 2px solid transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -ms-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
#cookies_warning_v2 #cookies_row_02 a#disable_GA::after {
  display: block;
  content: " ";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: #3acc07;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -ms-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}
#cookies_warning_v2 #cookies_row_02 a#disable_GA.deactive:after {
  right: 16px;
  background: rgb(191.25, 191.25, 191.25);
}
#cookies_warning_v2.dark #cookies_row_02 {
  color: #fff;
  background: rgb(114.75, 114.75, 114.75);
}
#cookies_warning_v2 #cookies_row_03 {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 1.2rem 1.8rem 1.2rem 0;
  text-align: right;
  float: left;
  clear: both;
  background: rgb(242.25, 242.25, 242.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_info {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #4f4f4f;
  font-weight: bold;
  font-style: normal;
  margin: 0 1.6rem 0 0;
  padding: 0.8rem 0 0.8rem 0;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-decoration: none;
  background: transparent;
  border: none;
  vertical-align: middle;
  -webkit-transition: color 0.33s ease-in-out;
  -moz-transition: color 0.33s ease-in-out;
  -ms-transition: color 0.33s ease-in-out;
  -o-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_info:hover {
  color: #4f4f4f;
  text-decoration: none;
}
.no-touch #cookies_warning_v2 #cookies_row_03 a#cookies_info:hover {
  color: hsl(0, 0%, -39.0196078431%);
  text-decoration: none;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_accept {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 0.8rem 2.2rem 0.8rem 2.3rem;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-decoration: none;
  background: #005c99;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  vertical-align: middle;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -ms-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_accept:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch #cookies_warning_v2 #cookies_row_03 a#cookies_accept:hover {
  color: #fff;
  text-decoration: none;
  background: rgb(0, 107.3333333333, 178.5);
}
#cookies_warning_v2 #cookies_row_03 a#cookies_settings {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: rgb(114.75, 114.75, 114.75);
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  background: url("../images/cookies_cog.svg") center center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -ms-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.no-svg #cookies_warning_v2 #cookies_row_03 a#cookies_settings {
  background: url("../images/cookies_cog.png") center center no-repeat;
  background-size: 100% auto;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_settings:hover {
  color: rgb(114.75, 114.75, 114.75);
  text-decoration: none;
}
.no-touch #cookies_warning_v2 #cookies_row_03 a#cookies_settings:hover {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  opacity: 1;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_settings.active {
  opacity: 1;
}
#cookies_warning_v2.dark #cookies_row_03 {
  background: #333333;
}
#cookies_warning_v2.dark #cookies_row_03 a#cookies_info {
  color: rgb(198.9, 198.9, 198.9);
}
#cookies_warning_v2.dark #cookies_row_03 a#cookies_info:hover {
  color: rgb(198.9, 198.9, 198.9);
}
.no-touch #cookies_warning_v2.dark #cookies_row_03 a#cookies_info:hover {
  color: #fff;
}
.no-touch #cookies_warning_v2.dark #cookies_row_03 a#cookies_accept:hover {
  background: rgb(0, 107.3333333333, 178.5);
}
#cookies_warning_v2.dark #cookies_row_03 a#cookies_settings {
  opacity: 0.3;
}
.no-touch #cookies_warning_v2.dark #cookies_row_03 a#cookies_settings:hover {
  opacity: 0.7;
}
#cookies_warning_v2.dark #cookies_row_03 a#cookies_settings.active {
  opacity: 0.7;
}

/* RESPONSIVE STYLES */
@media only screen and (max-width: 479px) {
  #cookies_warning_v2 {
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  #cookies_warning_v2 #cookies_text_01 {
    padding: 18px 18px 20px 20px;
  }
  #cookies_warning_v2 #cookies_text_02 {
    padding: 10px 18px 10px 0;
  }
}
/* MAIN LAYOUT
=================================================================================== */
.container {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  background: #FBF8EC;
  /*	overflow: hidden;*/
}
.container.brbottom {
  -webkit-border-radius: 0 0 3.2rem 3.2rem;
  -moz-border-radius: 0 0 3.2rem 3.2rem;
  border-radius: 0 0 3.2rem 3.2rem;
}
.container.brtop {
  -webkit-border-radius: 3.2rem 3.2rem 0 0;
  -moz-border-radius: 3.2rem 3.2rem 0 0;
  border-radius: 3.2rem 3.2rem 0 0;
}
.container.brboth {
  -webkit-border-radius: 3.2rem;
  -moz-border-radius: 3.2rem;
  border-radius: 3.2rem;
}

.row {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  z-index: 1;
}
.row.table {
  display: table;
  table-layout: fixed;
  height: 100%;
}
.row.table > .tablecell {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  vertical-align: middle;
}

.contents {
  width: 90%;
  max-width: 1440px;
  height: auto;
  position: relative;
  margin: 0 auto;
  clear: both;
  z-index: 2;
}
.contents::before {
  display: table;
  content: " ";
}
.contents::after {
  display: table;
  content: " ";
  clear: both;
}

/* IE CLEAR FIX CLASS
=================================================================================== */
.clear {
  display: block;
  width: 100%;
  position: relative;
  height: 0 !important;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  float: left;
  clear: both;
}

.clearfix::before {
  display: table;
  content: " ";
}
.clearfix::after {
  display: table;
  content: " ";
  clear: both;
}

/*.clearfix::before,
.clearfix::after {
	display: table;
	content: " ";
}

.clearfix::after {
	clear: both;
}*/
/* TYPOGRAPHY
=================================================================================== */
h1, h2, h3, h4, h5, h6, p {
  text-rendering: optimizelegibility;
  clear: both;
}

/* H1 */
h1, .h1 {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 8.4rem;
  color: #0B1215;
  font-weight: 900;
  margin: 0 0 3.2rem 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.0144em;
  line-height: 0.95;
}
h1 strong, .h1 strong {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #FF595E 10%, #FFCA3A 25%, #8AC926 50%, #2794DA 75%, #945AE3 95%);
  background-clip: text;
  -webkit-background-clip: text;
}

/* H2 */
h2, .h2 {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  color: #4E505C;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1.2rem 0;
  padding: 0;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}
h2 strong, .h2 strong {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #FF595E 10%, #FFCA3A 25%, #8AC926 50%, #2794DA 75%, #945AE3 95%);
  background-clip: text;
  -webkit-background-clip: text;
}
#terms h2, #terms .h2 {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  color: #4E505C;
  font-weight: 800;
  font-style: normal;
  margin: 2em 0 1.8rem 0;
  padding: 0;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* H3 */
h3, .h3 {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 5.6rem;
  color: #0B1215;
  font-weight: 900;
  font-style: normal;
  margin: 0 0 2.4rem 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.0144em;
  line-height: 1;
}
h3 strong, .h3 strong {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #FF595E 10%, #FFCA3A 25%, #8AC926 50%, #2794DA 75%, #945AE3 95%);
  background-clip: text;
  -webkit-background-clip: text;
}
#terms h3, #terms .h3 {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  color: #4E505C;
  font-weight: 600;
  font-style: normal;
  margin: 1.6rem 0 1.6rem 0;
  padding: 0;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  float: left;
}
h3.small, .h3.small {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 2.6rem;
  color: #0B1215;
  font-weight: 900;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.0144em;
  line-height: 1;
}

/* H4 */
h4, .h4 {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  color: #0B1215;
  font-weight: 900;
  font-style: normal;
  margin: 0 0 2.4rem 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.0144em;
  line-height: 1;
}
h4 strong, .h4 strong {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #FF595E 10%, #FFCA3A 25%, #8AC926 50%, #2794DA 75%, #945AE3 95%);
  background-clip: text;
  -webkit-background-clip: text;
}
#terms h4, #terms .h4 {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: #4E505C;
  font-weight: 500;
  font-style: normal;
  margin: 1.2rem 0 1.2rem 0;
  padding: 0;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  float: left;
}

/* H5 */
h5, .h5 {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  color: #0B1215;
  font-weight: 900;
  font-style: normal;
  margin: 0 0 1.8rem 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.0144em;
  line-height: 1;
}
h5 strong, .h5 strong {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #FF595E 10%, #FFCA3A 25%, #8AC926 50%, #2794DA 75%, #945AE3 95%);
  background-clip: text;
  -webkit-background-clip: text;
}
#terms h5, #terms .h5 {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #4E505C;
  font-weight: 500;
  font-style: normal;
  margin: 1.2rem 0 1.2rem 0;
  padding: 0;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  float: left;
}

/* H6 */
h6, .h6 {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  color: #0B1215;
  font-weight: 900;
  font-style: normal;
  margin: 0 0 1.6rem 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.0144em;
  line-height: 1;
}
h6 strong, .h6 strong {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #FF595E 10%, #FFCA3A 25%, #8AC926 50%, #2794DA 75%, #945AE3 95%);
  background-clip: text;
  -webkit-background-clip: text;
}

/* P */
p {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #4E505C;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1.6rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.6;
}
p.xlarge {
  font-size: 3rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
}
p.medium {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
p.small {
  font-size: 1.6rem;
  color: #4E505C;
  font-weight: 400;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.4;
}

blockquote {
  display: block;
  padding: 0 0 0 2.4rem;
  border-left: 4px solid #4E505C;
}
blockquote > p {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 2.8rem;
  color: #4E505C;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 1.6rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.4;
}
blockquote .quoteby {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #4E505C;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.4;
}

.text_black {
  color: #000 !important;
}

.text_white {
  color: #fff !important;
}

.text_yellow {
  color: #FFCA3A !important;
}

.text_light {
  color: #CDCDCD !important;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.align_justify {
  text-align: justify !important;
  text-justify: inter-word !important;
}

b, strong {
  font-weight: bolder;
  line-height: inherit;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

cite {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 0.1rem solid #c1c1c1;
  margin: 6rem 0 6rem 0;
  padding: 0;
  text-align: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
}

span.pride {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #FF595E 10%, #FFCA3A 25%, #8AC926 50%, #2794DA 75%, #945AE3 95%);
  background-clip: text;
  -webkit-background-clip: text;
}

span.green_blue {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #8AC926 10%, #2794DA 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

span.yellow_white {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #FFCA3A 10%, #fff 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

span.pink_blue {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #DF73E5 10%, #5997F0 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

/* KEYFRAME ANIMATIONS
=================================================================================== */
@-webkit-keyframes fadeinUP {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}
@-moz-keyframes fadeinUP {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}
@-o-keyframes fadeinUP {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}
@keyframes fadeinUP {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}
/* HEADER
=================================================================================== */
header#globalheader {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 2.6rem 0 2.6rem 0;
  float: left;
  clear: both;
  background: #FBF8EC;
  z-index: 100;
  -webkit-box-shadow: 0 0 2.4rem 0 rgba(11, 18, 21, 0);
  -moz-box-shadow: 0 0 2.4rem 0 rgba(11, 18, 21, 0);
  -o-box-shadow: 0 0 2.4rem 0 rgba(11, 18, 21, 0);
  box-shadow: 0 0 2.4rem 0 rgba(11, 18, 21, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: padding, box-shadow;
  -moz-transition-property: padding, box-shadow;
  -ms-transition-property: padding, box-shadow;
  -o-transition-property: padding, box-shadow;
  transition-property: padding, box-shadow;
}
header#globalheader.scroll {
  padding: 0.4rem 0 0.4rem 0;
  -webkit-box-shadow: 0 0 2.4rem 0 rgba(11, 18, 21, 0.16);
  -moz-box-shadow: 0 0 2.4rem 0 rgba(11, 18, 21, 0.16);
  -o-box-shadow: 0 0 2.4rem 0 rgba(11, 18, 21, 0.16);
  box-shadow: 0 0 2.4rem 0 rgba(11, 18, 21, 0.16);
}
header#globalheader > .contents {
  width: 90%;
  max-width: 90%;
}

.header_grid {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  justify-content: space-between; /* flex-start flex-end space-between center space-evenly */
  align-items: center; /* flex-start center stretch flex-end */
}

a#main_logo {
  display: block;
  width: 100%;
  max-width: 120px;
  height: auto;
  position: relative;
  text-decoration: none;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  /*header#globalheader.scroll & {
  	max-width: 120px;
  }*/
}
a#main_logo::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 52.5%;
  float: left;
  clear: both;
  background: url(../images/glasgow_pride_logo_120x63.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
a#main_logo:hover {
  text-decoration: none;
}
.no-touch a#main_logo:hover {
  text-decoration: none;
  -webkit-transform: scale3d(1.06, 1.06, 1.06);
  -moz-transform: scale3d(1.06, 1.06, 1.06);
  -ms-transform: scale3d(1.06, 1.06, 1.06);
  -o-transform: scale3d(1.06, 1.06, 1.06);
  transform: scale3d(1.06, 1.06, 1.06);
}

/* MAIN NAVIGATION
=================================================================================== */
nav#main {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  clear: both;
}
nav#main > ul {
  list-style: none;
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
nav#main > ul > li {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #0B1215;
  font-weight: 800;
  font-style: normal;
  margin: 0 2.4rem 0 2.4rem;
  padding: 1.2rem 0 1.2rem 0;
  text-align: center;
  letter-spacing: -0.04rem;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  /* Level Two */
  /*& > ul {
  	display: block;
  	position: absolute;
  	top: 100%;
  	left: 50%;
  	padding: 2.4rem 3.2rem 0.4rem 3.2rem;
  	background: #fff;
  	@include border-radius(1.6rem);
  	@include transform(translate(-50%, 1.2rem));
  	@include box-shadow(0 0.8rem 2.4rem rgba($black,0.16));
  	@include transition(all 0.40s cubic-bezier(0.165, 0.84, 0.44, 1));
  	visibility: hidden;
  	opacity: 0;

  	& > li {
  		display: block;
  		width: 100%;
  		font-family: $Barlow;
  		font-size: 1.8rem;
  		color: $black;
  		font-weight: 800;
  		font-style: normal;
  		margin: 0 0 2.4rem 0;
  		padding: 0;
  		text-align: center;
  		letter-spacing: -0.040rem;
  		line-height: 1.0;
  		vertical-align: top;
  		float: left;
  		clear: both;
  		white-space: nowrap;
  	}

  }

  &:hover > ul {
  	@include transform(translate(-50%, 0));
  	visibility: visible;
  	opacity: 1;
  }*/
}
nav#main > ul > li.icon_down::after {
  display: block;
  content: " ";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: -2.8rem;
  margin: 0;
  padding: 0;
  background: url("../images/icons/chevron-down.svg") center center no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}
nav#main > ul > li a {
  position: relative;
  color: #0B1215;
  text-decoration: none;
  padding: 0.6rem 0;
}
nav#main > ul > li a::after {
  display: block;
  content: " ";
  width: 0;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  padding: 0;
  background: linear-gradient(90deg, #8AC926 10%, #2794DA 90%);
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  outline: 1px solid transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
nav#main > ul > li a:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch nav#main > ul > li a:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch nav#main > ul > li a:hover::after {
  width: 100%;
}
nav#main > ul > li a.active {
  color: #0B1215;
  text-decoration: none;
}
nav#main > ul > li a.active::after {
  width: 100%;
}
nav#main > ul > li a.active:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch nav#main > ul > li a.active:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch nav#main > ul > li a.active:hover::after {
  width: 100%;
}

.header_links {
  display: flex;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 3.2rem;
}

a.icon_link {
  display: inline-flex;
  width: auto;
  height: auto;
  position: relative;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #0B1215;
  font-weight: 800;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.04rem;
  line-height: 1;
  align-items: center;
  gap: 0.8rem;
}
a.icon_link > span {
  position: relative;
  width: auto;
  padding: 0.6rem 0 0.6rem 0;
}
a.icon_link > span::after {
  display: block;
  content: " ";
  width: 0;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  padding: 0;
  background: linear-gradient(90deg, #8AC926 10%, #2794DA 90%);
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  outline: 1px solid transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a.icon_link > img {
  display: block;
  position: relative;
  width: 2.4rem;
  max-width: 2.4rem;
  height: auto;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a.icon_link:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch a.icon_link:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch a.icon_link:hover > span::after {
  width: 100%;
}
.no-touch a.icon_link:hover > img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  -moz-transform: scale3d(1.2, 1.2, 1.2);
  -ms-transform: scale3d(1.2, 1.2, 1.2);
  -o-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}
a.icon_link.white {
  color: #fff;
  text-decoration: none;
}
a.icon_link.white:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch a.icon_link.white:hover {
  color: #fff;
  text-decoration: none;
}

a.arrow_link {
  display: inline-flex;
  width: auto;
  height: auto;
  position: relative;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #0B1215;
  font-weight: 800;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.04rem;
  line-height: 1;
  align-items: center;
  gap: 0.8rem;
}
a.arrow_link > span {
  position: relative;
  padding: 0.6rem 0 0.6rem 0;
}
a.arrow_link > span::after {
  display: block;
  content: " ";
  width: 0;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  padding: 0;
  background: linear-gradient(90deg, #8AC926 10%, #2794DA 90%);
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  outline: 1px solid transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a.arrow_link > img {
  display: block;
  position: relative;
  width: 2.4rem;
  max-width: 2.4rem;
  height: auto;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a.arrow_link:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch a.arrow_link:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch a.arrow_link:hover > span::after {
  width: 100%;
}
.no-touch a.arrow_link:hover > img {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 8, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 8, 0, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 8, 0, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 8, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 8, 0, 0, 1);
}
a.arrow_link.white {
  color: #fff;
  text-decoration: none;
}
a.arrow_link.white:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch a.arrow_link.white:hover {
  color: #fff;
  text-decoration: none;
}

/* RESPONSIVE MENU BUTTON
=================================================================================== */
a#menu {
  display: none;
  width: 3.6rem;
  height: 2.4rem;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  clear: both;
  cursor: pointer;
  overflow: visible;
  z-index: 2;
}
a#menu::before {
  display: block;
  content: " ";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 0;
  background: #0B1215;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -moz-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -ms-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -o-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  outline: 1px solid transparent;
  z-index: 1;
}
a#menu::after {
  display: block;
  content: " ";
  width: 100%;
  height: 4px;
  position: absolute;
  right: 50%;
  bottom: 0;
  margin: 0;
  padding: 0;
  background: #0B1215;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -moz-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -ms-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -o-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  outline: 1px solid transparent;
  z-index: 1;
}
a#menu span {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  padding: 0;
  background: #0B1215;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -moz-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -ms-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -o-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  outline: 1px solid transparent;
  z-index: 1;
}
a#menu.open::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
a#menu.open::after {
  bottom: 50%;
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  -moz-transform: translate(50%, 50%) rotate(45deg);
  -ms-transform: translate(50%, 50%) rotate(45deg);
  -o-transform: translate(50%, 50%) rotate(45deg);
  transform: translate(50%, 50%) rotate(45deg);
}
a#menu.open span {
  opacity: 0;
}

/* RESPONSIVE MENU
=================================================================================== */
nav#responsive {
  display: block;
  width: 100%;
  height: 100%;
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: rgba(251, 248, 236, 0.96);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: visibility, opacity;
  -moz-transition-property: visibility, opacity;
  -ms-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  z-index: 90;
}
nav#responsive #responsive_tb {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
nav#responsive #responsive_tb #responsive_tbc {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 12rem 0 12rem 0;
  text-align: center;
  vertical-align: middle;
}
nav#responsive #responsive_tb ul {
  list-style: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
nav#responsive #responsive_tb ul > li {
  width: 100%;
  height: auto;
  position: relative;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 2.8rem;
  color: #0B1215;
  font-weight: 800;
  font-style: normal;
  margin: 0 0 2rem;
  padding: 0 0 1.2rem 0;
  text-align: center;
  letter-spacing: -0.04rem;
  line-height: 1;
  float: left;
  clear: both;
  vertical-align: top;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  opacity: 0;
}
nav#responsive #responsive_tb ul > li > a {
  position: relative;
  color: #0B1215;
  text-decoration: none;
  padding: 0.6rem 0;
}
nav#responsive #responsive_tb ul > li > a::after {
  display: block;
  content: " ";
  width: 0;
  height: 0.4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  padding: 0;
  background: linear-gradient(90deg, #8AC926 10%, #2794DA 90%);
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  outline: 1px solid transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
nav#responsive #responsive_tb ul > li > a:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch nav#responsive #responsive_tb ul > li > a:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch nav#responsive #responsive_tb ul > li > a:hover::after {
  width: 100%;
}
nav#responsive #responsive_tb ul > li > a.active {
  color: #0B1215;
  text-decoration: none;
}
nav#responsive #responsive_tb ul > li > a.active::after {
  width: 100%;
}
nav#responsive #responsive_tb ul > li > a.active:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch nav#responsive #responsive_tb ul > li > a.active:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch nav#responsive #responsive_tb ul > li > a.active:hover::after {
  width: 100%;
}
nav#responsive.open {
  visibility: visible;
  opacity: 1;
}
nav#responsive.open #responsive_tb ul > li {
  opacity: 0;
  -webkit-animation: fadeinUP 1.2s forwards;
  -moz-animation: fadeinUP 1.2s forwards;
  -o-animation: fadeinUP 1.2s forwards;
  animation: fadeinUP 1.2s forwards;
}
nav#responsive.open #responsive_tb ul > li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(10) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(11) {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(12) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(13) {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(14) {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(15) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(16) {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(17) {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(18) {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(19) {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
nav#responsive.open #responsive_tb ul > li:nth-child(20) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

/* HERO MAIN IMAGE
=================================================================================== */
.hero {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 80%;
  position: relative;
  margin: 11.5rem 0 0 0;
  padding: 0;
  float: left;
  clear: both;
  background: #FBF8EC;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
}
.hero::before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #2D1D45;
  /*		mix-blend-mode: multiply;*/
  opacity: 0.75;
  z-index: 2;
}
.hero--half {
  min-height: 400px;
  height: 50%;
}
.hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}
.hero > .hero_tbc {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 7rem 0 6rem 0;
  text-align: left;
  vertical-align: middle;
  z-index: 3;
}
.hero > .hero_tbc > .contents {
  width: 90%;
  max-width: 90%;
}
.hero > .hero_tbc > .contents > .textbox {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}

/* KIRBY CMS STYLES
=================================================================================== */
#introduction {
  padding: 10rem 0 10rem 0;
}

.block-type-introduction {
  padding: 0 0 6rem 0;
  text-align: center;
}
.block-type-introduction > .contents {
  width: 90%;
  max-width: 800px;
  text-align: center;
}

.block-type-buttons {
  padding: 0 0 4rem 0;
  text-align: center;
}
.block-type-buttons > .contents {
  width: 90%;
  max-width: 800px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.block-type-heading {
  padding: 0;
}
.block-type-heading > .contents {
  width: 90%;
  max-width: 800px;
}

.block-type-text {
  padding: 0;
}
.block-type-text > .contents {
  width: 90%;
  max-width: 800px;
}
.block-type-text > .contents > .textrow {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}

.block-type-list {
  padding: 0 0 1.6rem 0;
}
.block-type-list > .contents {
  width: 90%;
  max-width: 800px;
}
.block-type-list ul {
  list-style: disc;
  margin: 0 0 0 2.4rem;
}
.block-type-list ul > li {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #4E505C;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1.2rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.6;
}

.block-type-quote {
  padding: 8rem 0 8rem 0;
}
.block-type-quote > .contents {
  width: 90%;
  max-width: 1000px;
}

.block-type-line {
  padding: 0;
}
.block-type-line > .contents {
  width: 90%;
  max-width: 1100px;
}

/* Accordion */
.block-type-accordion {
  padding: 4rem 0 0 0;
}
.block-type-accordion > .contents {
  width: 90%;
  max-width: 800px;
}

.accordion {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
.accordion > details {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3.2rem 0 0 0;
  float: left;
  clear: both;
  border-bottom: 1px solid #c1c1c1;
}
.accordion > details > summary {
  position: relative;
  cursor: pointer;
  margin: 0 0 3.2rem 0;
  padding: 0 2.4rem 0 0;
  list-style: none;
}
.accordion > details > summary::after {
  display: block;
  content: " ";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  outline: 1px solid transparent;
  border-right: 2px solid #6A4C93;
  border-bottom: 2px solid #6A4C93;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion > details > summary::-webkit-details-marker {
  display: none;
}
.accordion > details[open] > summary::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
  -moz-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  -o-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}
.accordion > details .accordion_contents {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 2.4rem 0;
  float: left;
  clear: both;
}

/* Video */
.block-type-video {
  padding: 4rem 0 4rem 0;
}
.block-type-video > .contents {
  width: 90%;
  max-width: 1000px;
}
.block-type-video > .contents figure {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  clear: both;
}
.block-type-video > .contents figure > .video-16-9 {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  padding-bottom: 56.25%;
  float: left;
  clear: both;
}
.block-type-video > .contents figure > .video-16-9 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 1;
}
.block-type-video > .contents figure > figcaption {
  width: 100%;
  height: auto;
  margin: 1.6rem 0 0 0;
  padding: 0;
  float: left;
  clear: both;
}

/* iFrame */
.block-type-iframe {
  padding: 4rem 0 4rem 0;
}
.block-type-iframe > .contents {
  width: 90%;
  max-width: 800px;
}
.block-type-iframe > .contents iframe {
  width: 100%;
  min-height: 800px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  border: none;
}

/* Images */
.block-type-image {
  padding: 4rem 0 0 0;
}
.block-type-image > .contents {
  width: 100%;
  max-width: 100%;
}

figure[data-ratio=auto] {
  aspect-ratio: auto;
}

figure[data-ratio="1/1"] {
  aspect-ratio: 1/1;
}

figure[data-ratio="16/9"] {
  aspect-ratio: 16/9;
}

figure[data-ratio="10/8"] {
  aspect-ratio: 10/8;
}

figure[data-ratio="21/9"] {
  aspect-ratio: 21/9;
}

figure[data-ratio="7/5"] {
  aspect-ratio: 7/5;
}

figure[data-ratio="4/3"] {
  aspect-ratio: 4/3;
}

figure[data-ratio="5/3"] {
  aspect-ratio: 5/3;
}

figure[data-ratio="3/2"] {
  aspect-ratio: 3/2;
}

figure[data-ratio="3/1"] {
  aspect-ratio: 3/1;
}

figure[data-ratio=auto],
figure[data-ratio="1/1"],
figure[data-ratio="16/9"],
figure[data-ratio="10/8"],
figure[data-ratio="21/9"],
figure[data-ratio="7/5"],
figure[data-ratio="4/3"],
figure[data-ratio="5/3"],
figure[data-ratio="3/2"],
figure[data-ratio="3/1"] {
  width: 100%;
  overflow: hidden;
}
figure[data-ratio=auto] img,
figure[data-ratio="1/1"] img,
figure[data-ratio="16/9"] img,
figure[data-ratio="10/8"] img,
figure[data-ratio="21/9"] img,
figure[data-ratio="7/5"] img,
figure[data-ratio="4/3"] img,
figure[data-ratio="5/3"] img,
figure[data-ratio="3/2"] img,
figure[data-ratio="3/1"] img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  z-index: 1;
}
figure[data-ratio=auto] figcaption,
figure[data-ratio="1/1"] figcaption,
figure[data-ratio="16/9"] figcaption,
figure[data-ratio="10/8"] figcaption,
figure[data-ratio="21/9"] figcaption,
figure[data-ratio="7/5"] figcaption,
figure[data-ratio="4/3"] figcaption,
figure[data-ratio="5/3"] figcaption,
figure[data-ratio="3/2"] figcaption,
figure[data-ratio="3/1"] figcaption {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #4E505C;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 1.2rem 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  float: left;
  clear: both;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 2;
}

/* Partners */
.block-type-partners {
  padding: 0;
}
.block-type-partners > .contents {
  width: 100%;
  max-width: 1000px;
}

/* GRIDS
=================================================================================== */
.grid {
  display: grid;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
.grid.colx2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 40px; /* rows / columns */
}
.grid.colx3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 30px;
}
.grid.align_start {
  align-items: start;
}
.grid.align_center {
  align-items: center;
}
.grid.align_end {
  align-items: end;
}

@supports not (display: grid) {
  .grid {
    display: block;
  }
}
/*.center-inside-of-me {
	display: grid;
	place-items: center;
}*/
/* HOME PAGE STYLES
=================================================================================== */
.titles {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}

.image_grid {
  padding: 0 0 6.4rem 0;
}
.image_grid > .contents {
  width: 90%;
  max-width: 1440px;
}
.image_grid img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img_grid {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 2.4rem 2.4rem;
}
.img_grid > .column {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 2.4rem 0;
}
.img_grid > .column > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 3.2rem;
  -moz-border-radius: 3.2rem;
  border-radius: 3.2rem;
}

#join {
  padding: 12rem 0 12rem 0;
  text-align: center;
}
#join > .contents {
  width: 90%;
  max-width: 900px;
}
#join > .contents > h2, #join > .contents p {
  color: #fff;
}

#thankyou_carousel {
  padding: 8rem 0 7rem 0;
  text-align: center;
}
#thankyou_carousel > .contents {
  width: 90%;
  max-width: 1000px;
}

#sponsors_slider {
  width: 100%;
  height: 100% !important;
  position: relative;
  margin: 1.6rem 0 4rem 0;
  padding: 0;
  float: left;
  clear: both;
}
#sponsors_slider .slick-slide {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#sponsors_slider .logo {
  padding: 0 3rem 0 3rem;
  position: relative;
}
#sponsors_slider .logo img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
}

/*#previous_partners {
	padding: 10rem 0 10rem 0;
	text-align: center;

	& > .contents {
		width: 90%;
		max-width: 1440px;
	}

}

.previous_partners_list {
	display: flex;
	width: 100%;
	height: auto;
	margin: 3rem 0 0 0;
	padding: 0;
	float: left;
	clear: both;
    justify-content: space-around; 
    align-items: center; 
    flex-direction: row; 
    flex-wrap: wrap;
    gap: 4.8rem;

    & > .partner {
    	width: 140px;
    	height: 60px;
    	background: #999;
    }

}*/
/* PREVIOUS PRIDES PAGE STYLES
=================================================================================== */
#previous_prides {
  padding: 0 0 8rem 0;
}
#previous_prides > .contents {
  width: 90%;
  max-width: 800px;
}

.previous_grid {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 5.6rem 0;
}
.previous_grid > .pride img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 0 3.2rem 0;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
}
.previous_grid > .pride .title {
  text-align: center;
}
.previous_grid > .pride .title h2 {
  margin: 0;
  text-align: center;
}
.previous_grid > .pride .title a.btn {
  margin: 1.6rem 0 0 0;
}

/* PRIDE PAGE */
#gallery {
  padding: 0 0 6rem 0;
}
#gallery > .contents {
  width: 94%;
  max-width: 94%;
}

#masonry_gallery {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}

#masonry_gallery .grid {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
#masonry_gallery .grid > .grid-sizer, #masonry_gallery .grid > .grid-item {
  width: 25%;
  padding: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#masonry_gallery .grid img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
}

/* PARTNERS PAGE STYLES
=================================================================================== */
#partners {
  padding: 7rem 0 10rem 0;
  text-align: center;
}
#partners > .contents {
  width: 90%;
  max-width: 1000px;
}

.logos {
  display: flex;
  width: 100%;
  height: auto;
  margin: 2.4rem 0 4rem 0;
  padding: 0;
  float: left;
  clear: both;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6rem 10rem;
}
.logos img {
  display: block;
  max-width: 220px;
  height: auto;
}

/*hr.partner_logos {
	display: block;
	height: 1px;
	border: 0;
	border-top: 0.1rem solid $hr;
	margin: 6rem 0 6rem 0;
	padding: 0;
	text-align: left;
	@include box-sizing(content-box);
	clear: both;
}*/
/* TERMS PAGE STYLES
=================================================================================== */
#terms {
  padding: 10rem 0 10rem 0;
}
#terms > .contents {
  width: 90%;
  max-width: 800px;
  text-align: left;
}

/* PAGE STYLES
=================================================================================== */
/* PAGE STYLES
=================================================================================== */
/* NEWSLETTER STYLES
=================================================================================== */
#newsletter {
  padding: 9rem 0 10rem 0;
  text-align: center;
}
#newsletter > .contents {
  width: 90%;
  max-width: 800px;
}

/*.subscribe_form {
	display: inline-flex;
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 3.2rem 0 0;
	padding: 0;
	clear: both;
	justify-content: center;
	gap: 2.4rem;
}*/
.subscribe_form {
  display: grid;
  width: 100%;
  height: auto;
  margin: 3.2rem 0 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 3.2rem 3.2rem;
  align-items: center;
}
.subscribe_form > .item {
  text-align: left;
}
.subscribe_form > .item.span2 {
  grid-column: span 2;
}
.subscribe_form > .item.right {
  text-align: right;
}

input.form_input {
  display: block;
  width: 100%;
  height: auto;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #0B1215;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 1.6rem 4rem;
  letter-spacing: 0;
  line-height: 1.4;
  float: left;
  clear: both;
  background: #FBF8EC;
  border: 1px solid #FBF8EC;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input.form_input::-webkit-input-placeholder {
  color: #4E505C;
  letter-spacing: 0;
  line-height: 1.4;
}
input.form_input::-ms-input-placeholder {
  color: #4E505C;
  letter-spacing: 0;
  line-height: 1.4;
}
input.form_input:-ms-input-placeholder {
  color: #4E505C;
  letter-spacing: 0;
  line-height: 1.4;
}
input.form_input::-moz-placeholder {
  color: #4E505C;
  letter-spacing: 0;
  line-height: 1.4;
}
input.form_input:-moz-placeholder {
  color: #4E505C;
  letter-spacing: 0;
  line-height: 1.4;
}
input.form_input.placeholder {
  color: #4E505C;
  letter-spacing: 0;
  line-height: 1.4;
}

label.checkbox {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #CDCDCD;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0 0 0 3.6rem;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.4;
  float: left;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox > a {
  color: #CDCDCD;
  text-decoration: none;
}
label.checkbox > a:hover {
  color: #CDCDCD;
  text-decoration: none;
}
.no-touch label.checkbox > a:hover {
  color: #CDCDCD;
  text-decoration: underline;
}
label.checkbox > span.check {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  background: #FBF8EC;
  border: 2px solid #FBF8EC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
}
label.checkbox > span.check::after {
  display: none;
  content: " ";
  width: 9px;
  height: 15px;
  position: absolute;
  top: 1px;
  left: 6px;
  border-right: 3px solid #0B1215;
  border-bottom: 3px solid #0B1215;
  -webkit-transform: rotate(38deg);
  -moz-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  -o-transform: rotate(38deg);
  transform: rotate(38deg);
}
label.checkbox > input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
label.checkbox > input[type=checkbox]:checked ~ span.check {
  background: #FBF8EC;
  border: 2px solid #FBF8EC;
}
label.checkbox > input[type=checkbox]:checked ~ span.check:after {
  display: block;
}

/*textarea.contact_input {
	height: 150px;
	max-height: 150px;
}*/
/* DONATE MODAL
=================================================================================== */
#donate_modal {
  display: none;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: rgba(49, 46, 62, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-property: visibility, opacity;
  -moz-transition-property: visibility, opacity;
  -ms-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  visibility: hidden;
  opacity: 0;
  z-index: 200;
}
#donate_modal > .donate_modal_tb {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  z-index: 200;
}
#donate_modal > .donate_modal_tb > .donate_modal_tbc {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1rem 0 1rem 0;
  vertical-align: middle;
}
#donate_modal > .donate_modal_tb > .donate_modal_tbc > .contents {
  max-width: 368px;
}
#donate_modal .donate_modal_contents {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 4.8rem 0;
  padding: 0;
  float: left;
  clear: both;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  -webkit-transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#donate_modal.open {
  visibility: visible;
  opacity: 1;
}
#donate_modal.open .donate_modal_contents {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
#donate_modal .stripe_button {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 3rem 4rem 2rem 4rem;
  float: left;
  clear: both;
  background: #fff;
  -webkit-border-radius: 3.2rem;
  -moz-border-radius: 3.2rem;
  border-radius: 3.2rem;
}

a.close {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 0 0.8rem 0;
  padding: 0;
  text-decoration: none;
  float: right;
  clear: both;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
a.close::before {
  display: block;
  content: " ";
  width: 90%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
a.close::after {
  display: block;
  content: " ";
  width: 90%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
a.close:hover {
  text-decoration: none;
}
.no-touch a.close:hover {
  text-decoration: none;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* FOOTER
=================================================================================== */
footer#globalfooter {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 6.4rem 0 5.6rem 0;
  float: left;
  clear: both;
  background: #FBF8EC;
  -webkit-border-radius: 3.2rem 3.2rem 0 0;
  -moz-border-radius: 3.2rem 3.2rem 0 0;
  border-radius: 3.2rem 3.2rem 0 0;
  z-index: 1;
}
footer#globalfooter > .contents {
  width: 90%;
  max-width: 90%;
}

#footer_row_1 {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  flex-direction: row;
  justify-content: space-between;
}

.websiteby {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
.websiteby > p {
  font-size: 1.6rem;
  margin: 0 0 0.8rem 0;
}
.websiteby img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
}

.social_icons {
  display: flex;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  align-items: center;
  gap: 2.4rem;
}
.social_icons > a {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.social_icons > a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

#footer_row_2 {
  display: flex;
  width: 100%;
  height: auto;
  margin: 4.8rem 0 0 0;
  padding: 0;
  float: left;
  clear: both;
  flex-direction: row;
  justify-content: space-between;
}

ul.footer_links {
  list-style: none;
  display: flex;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  flex-direction: row;
  gap: 3.2rem;
}
ul.footer_links > li {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #4E505C;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.4;
}
ul.footer_links > li > a {
  display: flex;
  color: #0B1215;
  text-decoration: none;
  align-items: center;
  gap: 0.4rem;
}
ul.footer_links > li > a svg {
  width: 2rem;
  height: 2rem;
}
ul.footer_links > li > a svg path.icon {
  fill: #0B1215;
}
ul.footer_links > li > a:hover {
  color: #0B1215;
  text-decoration: underline;
}
ul.footer_links > li > a:hover svg path.icon {
  fill: #0B1215;
}
.no-touch ul.footer_links > li > a:hover {
  color: #0B1215;
  text-decoration: underline;
}
.no-touch ul.footer_links > li > a:hover svg path.icon {
  fill: #0B1215;
}
ul.footer_links > li > a.active {
  color: #0B1215;
  text-decoration: underline;
}
ul.footer_links > li > a.active svg path.icon {
  fill: #0B1215;
}
ul.footer_links > li > a.active:hover {
  color: #0B1215;
  text-decoration: underline;
}
ul.footer_links > li > a.active:hover svg path.icon {
  fill: #0B1215;
}
.no-touch ul.footer_links > li > a.active:hover {
  color: #0B1215;
  text-decoration: underline;
}
.no-touch ul.footer_links > li > a.active:hover svg path.icon {
  fill: #0B1215;
}

/* LIST STYLES
=================================================================================== */
#terms ul,
ul.dotted {
  list-style: disc;
  width: auto;
  height: auto;
  margin: 0 0 2.4rem 3rem;
  padding: 0;
}
#terms ul > li,
ul.dotted > li {
  width: 100%;
  height: auto;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #4E505C;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1.6rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.4;
  clear: both;
}

/* LINKS
=================================================================================== */
a {
  color: #0B1215;
  text-decoration: none;
  -webkit-text-decoration-skip: inherit;
  -moz-text-decoration-skip: inherit;
  -ms-text-decoration-skip: inherit;
  -o-text-decoration-skip: inherit;
  text-decoration-skip: inherit;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
a:hover {
  color: #0B1215;
  /*color: darken(#000, 10%);*/
  /*color: lighten(#000, 10%);*/
  text-decoration: none;
}
.no-touch a:hover {
  color: #0B1215;
  text-decoration: underline;
}
a img {
  border: 0;
}

a[href^=tel], a[href^=sms] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

a[x-apple-data-detectors] {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
}

/* Disable Link CSS + <a href="/" onclick="return false;" class="disabled">123n</a> */
a.disabled {
  pointer-events: none !important;
  cursor: default !important;
}

/* General Button */
.button_grid {
  display: flex;
  width: 100%;
  height: auto;
  margin: 3rem 0 0 0;
  padding: 0;
  float: left;
  clear: both;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
.button_grid.bb40 {
  margin: 3rem 0 4rem 0;
}
.button_grid.left {
  justify-content: flex-start;
}

a.btn,
button.btn {
  display: inline-flex;
  min-width: 16rem;
  width: auto;
  min-height: 5rem;
  height: auto;
  position: relative;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #0B1215;
  font-weight: 800;
  margin: 0;
  padding: 1.6rem 4rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.0144em;
  line-height: 100%;
  vertical-align: top;
  clear: both;
  background: #FFCA3A;
  border: none;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  -webkit-box-shadow: 0 12px 16px rgba(106, 76, 147, 0);
  -moz-box-shadow: 0 12px 16px rgba(106, 76, 147, 0);
  -o-box-shadow: 0 12px 16px rgba(106, 76, 147, 0);
  box-shadow: 0 12px 16px rgba(106, 76, 147, 0);
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  z-index: 1;
}
a.btn--icon,
button.btn--icon {
  padding: 1.3rem 2.8rem 1.3rem 4rem;
}
a.btn > img,
button.btn > img {
  display: block;
  position: relative;
  width: 2.4rem;
  max-width: 2.4rem;
  height: auto;
}
a.btn:hover,
button.btn:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch a.btn:hover,
.no-touch button.btn:hover {
  color: #FBF8EC;
  background: #6A4C93;
  transform: translateY(-6px);
  /*		box-shadow: 0 12px 16px rgba(106, 76, 147, 0.40);*/
  -webkit-box-shadow: 0 1.2rem 2.4rem 0 rgba(11, 18, 21, 0.28);
  -moz-box-shadow: 0 1.2rem 2.4rem 0 rgba(11, 18, 21, 0.28);
  -o-box-shadow: 0 1.2rem 2.4rem 0 rgba(11, 18, 21, 0.28);
  box-shadow: 0 1.2rem 2.4rem 0 rgba(11, 18, 21, 0.28);
}
a.btn--yellow,
button.btn--yellow {
  color: #0B1215;
  text-decoration: none;
  background: #FFCA3A;
}
a.btn--yellow path.icon,
button.btn--yellow path.icon {
  fill: #0B1215;
}
a.btn--yellow:hover,
button.btn--yellow:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch a.btn--yellow:hover,
.no-touch button.btn--yellow:hover {
  color: #FBF8EC;
  text-decoration: none;
  background: #6A4C93;
}
.no-touch a.btn--yellow:hover path.icon,
.no-touch button.btn--yellow:hover path.icon {
  fill: #FBF8EC;
}
a.btn--cream,
button.btn--cream {
  color: #0B1215;
  text-decoration: none;
  background: #FBF8EC;
}
a.btn--cream path.icon,
button.btn--cream path.icon {
  fill: #0B1215;
}
a.btn--cream:hover,
button.btn--cream:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch a.btn--cream:hover,
.no-touch button.btn--cream:hover {
  color: #FBF8EC;
  text-decoration: none;
  background: #6A4C93;
}
.no-touch a.btn--cream:hover path.icon,
.no-touch button.btn--cream:hover path.icon {
  fill: #FBF8EC;
}
a.btn--purple,
button.btn--purple {
  color: #FBF8EC;
  text-decoration: none;
  background: #6A4C93;
}
a.btn--purple path.icon,
button.btn--purple path.icon {
  fill: #FBF8EC;
}
a.btn--purple:hover,
button.btn--purple:hover {
  color: #FBF8EC;
  text-decoration: none;
}
.no-touch a.btn--purple:hover,
.no-touch button.btn--purple:hover {
  color: #0B1215;
  text-decoration: none;
  background: #FFCA3A;
}
.no-touch a.btn--purple:hover path.icon,
.no-touch button.btn--purple:hover path.icon {
  fill: #0B1215;
}
a.btn--green,
button.btn--green {
  color: #0B1215;
  text-decoration: none;
  background: #8AC926;
}
a.btn--green path.icon,
button.btn--green path.icon {
  fill: #0B1215;
}
a.btn--green:hover,
button.btn--green:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch a.btn--green:hover,
.no-touch button.btn--green:hover {
  color: #FBF8EC;
  text-decoration: none;
  background: #6A4C93;
}
.no-touch a.btn--green:hover path.icon,
.no-touch button.btn--green:hover path.icon {
  fill: #FBF8EC;
}
a.btn--blue,
button.btn--blue {
  color: #0B1215;
  text-decoration: none;
  background: #2794DA;
}
a.btn--blue path.icon,
button.btn--blue path.icon {
  fill: #0B1215;
}
a.btn--blue:hover,
button.btn--blue:hover {
  color: #0B1215;
  text-decoration: none;
}
.no-touch a.btn--blue:hover,
.no-touch button.btn--blue:hover {
  color: #FBF8EC;
  text-decoration: none;
  background: #6A4C93;
}
.no-touch a.btn--blue:hover path.icon,
.no-touch button.btn--blue:hover path.icon {
  fill: #FBF8EC;
}

/* Turns Text Overflow to ellipsis ... KEEP AT BOTTOM OF A-TAGS */
.ellipsis a {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* MODAL STYLES
=================================================================================== */
/* FORM STYLES
=================================================================================== */
/*input.contact_input,
textarea.contact_input {
	display: block;
	width: 100%;
	height: auto;
	font-family: $Arial;
	font-size: 1.4rem;
	color: #a29061;
	font-weight: 700;
	font-style: normal;
	margin: 0;
	padding: 1.5rem 2rem 1.5rem 2rem;
	letter-spacing: 0;
	line-height: 1.4;
	float: left;
	clear: both;
	background: #fff;
	border: 1px solid #fff;
	@include border-radius(0);
	@include appearance(none);
	@include input-placeholder {
		color: #a29061;
		letter-spacing: 0;
		line-height: 1.4;
	}
}

textarea.contact_input {
	height: 150px;
	max-height: 150px;
}*/
input,
input[type=text],
input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=date] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  width: 100%;
  -webkit-align-items: left;
  display: -webkit-inline-flex;
  overflow: hidden;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
select,
html [type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:disabled {
  cursor: default;
}

input[type=radio] {
  padding: 0;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

input[type=checkbox] {
  padding: 0;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[hidden] {
  display: none !important;
}

/*input.error { border-color: #ff0000 !important; }
textarea.error { border-color: #ff0000 !important; }
select.error { border-color: #ff0000 !important; }*/
/* Google reCAPTCHA V2 */
/*#rc-imageselect, .g-recaptcha {
	@include responsive(phone-portrait) {
		@include transform(scale(0.84));
		@include transform-origin(0 0);
	}
}*/
/* PLACEHOLDER STYLES
=================================================================================== */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}
input.placeholder,
textarea.placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}
input:focus.placeholder,
textarea:focus.placeholder {
  opacity: 0;
}

/* IMAGE STYLES
=================================================================================== */
img {
  vertical-align: top;
  border-style: none;
}

/* If using a google map */
/*#googlemap img {
	max-width: inherit !important;
}*/
/* PARALLAX IMAGES */
/*figure.parallax {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	padding-bottom: cp(height,width);
	float: left;
	clear: both;
	overflow: hidden;
	z-index: 2;

	&::before {
		display: block;
		content: " ";
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		will-change: transform;
		background: url("../images/.jpg") center center no-repeat;
		@include background-size(cover !important);
		@include backface-visibility(hidden);
		z-index: -1;
	}

}*/
/* RESPONSIVE VIDEO EMBED STYLES
=================================================================================== */
/*.video_embed {
	width: 100%;
	height: 0;
	position: relative;
	margin: 0;
	padding: 0;
	padding-bottom: cp(9, 16);
	float: left;
	clear: both;
	overflow: hidden;
}

.video_embed iframe,
.video_embed object,
.video_embed embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 1;
}*/
/* SLICK SLIDER 100% HEIGHT - slick
=================================================================================== */
/*.slider {
	width: 100%;
	height: 100% !important;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;

	& .slide {
		width: 100%;
		height: 100% !important;
		position: relative;
		margin: 0;
		padding: 0;
	}

	& .slick-slider,
	& .slick-list,
	& .slick-track,
	& .slick-slide {
		height: 100% !important;
	}

	& .slick-slide > div {
		height: 100%;
	}

	& .slide_table {
		display: table;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		float: left;
		clear: both;

		& .slide_tablecell {
			display: table-cell;
			width: 100%;
			height: 100%;
			position: relative;
			margin: 0;
			padding: 0;
			vertical-align: middle;
		}

	}

}*/
/* TABLES
=================================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* OUTDATED BROWSER WARNING!
=================================================================================== */
#outdated_browser {
  display: none;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 3rem 2rem 3rem 2rem;
  text-align: center;
  background: #df374b;
  z-index: 5000;
}
#outdated_browser > .contents {
  width: 90%;
  max-width: 750px;
}

@supports not (display: grid) {
  #outdated_browser {
    display: block;
  }
}
#outdated_browser h6 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 1.2rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}

#outdated_browser p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}

/* NO JAVASCRIPT WARNING!
=================================================================================== */
html.js #noscript_warning {
  display: none;
}

html.no-js #noscript_warning {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 3rem 2rem 3rem 2rem;
  text-align: center;
  background: #f2db4f;
  z-index: 5000;
}

#noscript_warning h6 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2rem;
  color: #212121;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 1rem 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

#noscript_warning p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #212121;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
}

/* RESPONSIVE STYLES
=================================================================================== */
.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

/* Visible */
.visible_desktop {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_desktop {
    display: none !important;
  }
}

.visible_desktop_tablet_land {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_desktop_tablet_land {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_desktop_tablet_land {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_desktop_tablet_land {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_desktop_tablet_land {
    display: none !important;
  }
}

.visible_desktop_tablet {
  display: inline-block !important;
}
@media only screen and (max-width: 767px) {
  .visible_desktop_tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_desktop_tablet {
    display: none !important;
  }
}

.visible_tablet {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_tablet {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_tablet {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_tablet {
    display: none !important;
  }
}

.visible_tablet_land {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_tablet_land {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_tablet_land {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_tablet_land {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_tablet_land {
    display: none !important;
  }
}

.visible_tablet_port {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_tablet_port {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_tablet_port {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_tablet_port {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_tablet_port {
    display: none !important;
  }
}

.visible_tablet_phone {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_tablet_phone {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_tablet_phone {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_tablet_phone {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_tablet_phone {
    display: inline-block !important;
  }
}

.visible_phone {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_phone {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_phone {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_phone {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_phone {
    display: inline-block !important;
  }
}

.visible_phone_land {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_phone_land {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_phone_land {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_phone_land {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_phone_land {
    display: none !important;
  }
}

.visible_phone_port {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_phone_port {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_phone_port {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_phone_port {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_phone_port {
    display: inline-block !important;
  }
}

/* Hidden */
.hidden_desktop {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_desktop {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_desktop {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_desktop {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_desktop {
    display: inline-block !important;
  }
}

.hidden_desktop_tablet {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_desktop_tablet {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_desktop_tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_desktop_tablet {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_desktop_tablet {
    display: inline-block !important;
  }
}

.hidden_tablet {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_tablet {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_tablet {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_tablet {
    display: inline-block !important;
  }
}

.hidden_tablet_phone {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_tablet_phone {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_tablet_phone {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_tablet_phone {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_tablet_phone {
    display: none !important;
  }
}

.hidden_phone {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_phone {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_phone {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_phone {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_phone {
    display: none !important;
  }
}

.hidden_phone_land {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_phone_land {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_phone_land {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_phone_land {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_phone_land {
    display: inline-block !important;
  }
}

.hidden_phone_port {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_phone_port {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_phone_port {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_phone_port {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_phone_port {
    display: none !important;
  }
}

/* SLICK SLIDER */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}

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

.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;
}

/* ================================================================================================ */
/* SLICK THEME - slick-theme.css */
/* Slider */
.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  width: 17px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  /*background: url(../images/arrows.png) 0 0 no-repeat;
  background-size: 35px 40px;*/
  border: none;
  outline: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0.4;
}

.slick-next {
  background-position: -18px 0;
  margin: 0;
}

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

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

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

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

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

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

/* Dots */
.slick-dotted.slick-slider {
  /*margin: 0 0 30px 0;*/
  margin: 0;
  /*background: #ff0000;*/
}

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

.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 5px 0 5px;
  padding: 5px;
  cursor: pointer;
  /*background: #ff0000;*/
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  clear: both;
  cursor: pointer;
  background: #000;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.3;
  outline: none;
  overflow: hidden;
  text-indent: -9999px;
}

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

.slick-dots li.slick-active button {
  opacity: 1;
  outline: none;
}

.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #312E3E;
  opacity: 0.9;
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  -moz-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  -moz-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  /*  color: rgba(255, 255, 255, 0.7);*/
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  /*	opacity: 0.9;*/
  opacity: 1;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  /*  color: rgba(255, 255, 255, 0.7);*/
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  /*  color: rgba(255, 255, 255, 0.9);*/
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 1;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.9;
  }
}
@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.9;
  }
}
@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.9;
  }
}
@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnterNext {
  from {
    opacity: 0;
    -moz-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -moz-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* DEVICE PARALLAX
=================================================================================== */
@media only screen and (max-device-width: 1400px) {
  .parallax {
    background-attachment: scroll !important;
  }
}
/* LARGE DESKTOP - BELOW 1280PX
=================================================================================== */
@media only screen and (max-width: 1180px) {
  /* Header */
  nav#main > ul > li {
    margin: 0 1.6rem 0 1.6rem;
  }
}
/* IPAD/TABLET (LANDSCAPE)
=================================================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* TYPOGRAPHY */
  h1, .h1 {
    font-size: 7.4rem;
  }
}
/* IPAD/TABLET/IPHONE XR (PORTRAIT)
=================================================================================== */
@media only screen and (max-width: 1023px) {
  /* TYPOGRAPHY */
  h1, .h1 {
    font-size: 6.4rem;
  }
  /* HEADER */
  header#globalheader > .contents {
    width: 92%;
    max-width: 92%;
  }
  nav#main {
    display: none;
  }
  .header_links {
    display: none;
  }
  a#menu {
    display: block;
  }
  /* HOME */
  /*.img_grid {
  	grid-template-columns: repeat(3, 1fr);
  	grid-gap: 1.6rem 1.6rem;
  	& > .column {
  		grid-gap: 1.6rem 0;
  		& > img {
  			@include border-radius(2.4rem);
  		}
  	}
  }*/
  /*.marchblock_grid {
  	grid-template-columns: 1fr;
  	grid-gap: 3.2rem 0;
  	grid-template-areas: "marchblock_image" "marchblock_title" "marchblock_text";
  	& > .marchblock_text {
  		& > .textbox {
  			width: 100%;
  		}
  	}
  }*/
  /* MARCH PAGE */
  /*.info_grid {
  	flex-direction: column;
   	gap: 6rem;
   	& > .info_nav {
   		display: none;
   		min-width: 100%;
   		top: 7.1rem;
   	}
  }

  .venue_grid {
  	height: 600px;
  }*/
  /* EVENTS */
  /*.events_grid {
  	grid-template-columns: repeat(3, 1fr);
  	grid-gap: 3.2rem 2.4rem;
  }*/
  /* PREVIOUS PRIDES */
  #masonry_gallery .grid > .grid-sizer, #masonry_gallery .grid > .grid-item {
    width: 33.3333333333%;
    padding: 0.8rem;
  }
}
/* IPHONE/MOBILE (LANDSCAPE)
=================================================================================== */
@media only screen and (max-width: 767px) {
  .container.brbottom {
    -webkit-border-radius: 0 0 2.4rem 2.4rem;
    -moz-border-radius: 0 0 2.4rem 2.4rem;
    border-radius: 0 0 2.4rem 2.4rem;
  }
  .container.brtop {
    -webkit-border-radius: 2.4rem 2.4rem 0 0;
    -moz-border-radius: 2.4rem 2.4rem 0 0;
    border-radius: 2.4rem 2.4rem 0 0;
  }
  .container.brboth {
    -webkit-border-radius: 2.4rem;
    -moz-border-radius: 2.4rem;
    border-radius: 2.4rem;
  }
  /* TYPOGRAPHY */
  h1, .h1 {
    font-size: 5.2rem;
  }
  /* HEADER */
  header#globalheader {
    padding: 1.6rem 0 1.6rem 0;
  }
  header#globalheader.scroll {
    padding: 0.4rem 0 0.4rem 0;
  }
  a#main_logo {
    max-width: 100px;
  }
  /* HERO */
  .hero {
    margin: 8.5rem 0 0 0;
  }
  /* HOME */
  /*.image_grid {
  	padding: 0 0 3.2rem 0;
  }

  .img_grid {
  	grid-template-columns: repeat(3, 1fr);
  	grid-gap: 0.8rem 0.8rem;
  	& > .column {
  		grid-gap: 0.8rem 0;
  		& > img {
  			@include border-radius(1.6rem);
  		}
  	}
  }*/
  .button_grid {
    flex-direction: column;
    gap: 2.4rem;
  }
  /* MARCH PAGE */
  /*.info_grid {
   	& > .info_nav {
   		top: 6.1rem;
   	}
  }

  .map {
  	@include border-radius(0 0 2.4rem 2.4rem);
  }

  .venue_grid {
  	height: auto;
  	flex-wrap: nowrap;
  }*/
  /* EVENTS */
  /*.events_grid {
  	grid-template-columns: 1fr;
  	grid-template-rows: auto;
  	grid-gap: 3.2rem 0;
  }*/
  /* PREVIOUS PRIDES */
  #masonry_gallery .grid > .grid-sizer, #masonry_gallery .grid > .grid-item {
    width: 50%;
    padding: 0.8rem;
  }
  /* NEWSLETTER */
  .subscribe_form {
    grid-template-columns: 1fr;
    grid-gap: 3.2rem 0;
  }
  .subscribe_form > .item.span2 {
    grid-column: span 1;
  }
  input.form_input {
    padding: 1.6rem 2.4rem;
  }
  /* FOOTER */
  footer#globalfooter {
    padding: 4.8rem 0 4.8rem 0;
  }
  #footer_row_1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 4rem;
  }
  #footer_row_1 > .websiteby {
    text-align: center;
    order: 2;
  }
  #footer_row_1 > .social_icons {
    order: 1;
  }
  #footer_row_2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 1.6rem;
  }
}
/* IPHONE/MOBILE (PORTRAIT)
=================================================================================== */
@media only screen and (max-width: 479px) {
  /* HOME */
  /*.img_grid {
  	grid-template-columns: repeat(2, 1fr);
  	grid-template-rows: auto;

  	& > .column:nth-child(3) {
  		display: none;
  	}

  }*/
  .button_grid {
    flex-direction: column;
  }
  /* HUB */
  /*.hub_map {
  	& img.desktop {
  		display: none;
  	}
  	& img.mobile {
  		display: block;
  	}
  }*/
}
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  a.skip-main {
    display: none;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]::after {
    content: "";
  }
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
  * Printing Tables:
  * http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
