/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible; }

progress, sub, sup {
  vertical-align: baseline; }

[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

details, main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

html, button, input, select, textarea {
  color: #000; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-smooth: always;
  background-color: #fff;
  color: #000; }

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

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

audio, canvas, img, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.browsehappy {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0; }

/* print styles */
@media print {
  blockquote, img, pre, tr {
    page-break-inside: avoid; }
  *, :after, :before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  blockquote, pre {
    border: 1px solid #999; }
  thead {
    display: table-header-group; }
  img {
    max-width: 100% !important; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/*
_///////              _//      _//           _//        _//     _//           _//
_//    _//            _//      _//       _/  _//        _//     _//           _//
_//    _//     _//    _//      _//         _/_/ _/      _//     _//   _//     _//   _//
_/ _//       _//  _// _// _//  _// _//  _//  _//        _////// _// _//  _//  _// _/   _//
_//  _//    _//   _// _//   _//_//   _//_//  _//        _//     _//_//    _// _//_///// _//
_//    _//  _//   _// _//   _//_//   _//_//  _//        _//     _// _//  _//  _//_/
_//      _//  _// _///_// _//  _// _//  _//   _//       _//     _//   _//    _///  _////
*/
/*
$teal:#1AD9D9;
$lightBlue:#3B42FF;
$mediumBlue:#034CA5;
$darkBlue:#00334E;
*/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.transition {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.transitionSlow {
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }

.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.noBox {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.contentWrapper {
  padding: 0 30px; }

.colPad {
  padding: 0 20px; }

@media only all and (max-width: 900px) {
  .colPad {
    padding: 0 10px; } }

@media only all and (max-width: 600px) {
  .contentWrapper {
    padding: 0 19px; }
  .colPad {
    padding: 0 5px; } }

@media only all and (max-width: 600px) {
  .mobileHide {
    display: none !important; } }

.stopScrolling {
  height: 100%;
  overflow: hidden; }

hr {
  border-top: 1px solid #3E3E3E;
  margin: 24px 20px; }
  hr.alt {
    opacity: 0.2; }

@media only all and (max-width: 900px) {
  hr {
    margin: 24px 10px; } }

@media only all and (max-width: 600px) {
  hr {
    margin: 24px 5px; } }

.html5Video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.no-objectfit .html5Video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%; }

img {
  display: block;
  width: 100%; }

.bgImgLoad, .imgLoad {
  opacity: 0; }

.lazy {
  -webkit-filter: blur(3px);
          filter: blur(3px); }

.objectFitWrapper {
  overflow: hidden; }

.objectFitFallBack {
  background-size: cover !important;
  background-position: center center !important; }
  .objectFitFallBack img {
    opacity: 0; }

.objectFitImage {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover; }

a.scrollButton {
  position: absolute;
  bottom: 46px;
  left: 50px;
  height: 36px;
  padding-left: 30px;
  font-size: 10px;
  line-height: 36px;
  letter-spacing: 0.75px;
  font-weight: 500;
  color: #ffffff;
  background: url(../images/scroll.svg) no-repeat left center;
  background-size: 22px 36px; }

.button, a.button {
  display: inline-block;
  text-align: center;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  letter-spacing: 0;
  font-weight: 500;
  background: #00D1D9;
  padding: 0 36px;
  color: #3E3E3E !important;
  border-radius: 23px;
  text-decoration: none;
  border: none; }
  .button:hover, a.button:hover {
    background: #00c8d0; }

@media only all and (max-width: 900px) {
  a.scrollButton {
    left: 40px; } }

@media only all and (max-width: 600px) {
  a.scrollButton {
    left: 24px;
    bottom: 26px;
    text-indent: -9999px; } }

.parallax {
  position: relative;
  overflow: hidden;
  background: #000000; }
  .parallax .imageWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8; }

.largeBanner {
  height: calc(100vh - 175px);
  max-height: 592px;
  margin: 72px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .largeBanner .bannerIcon {
    position: absolute;
    top: 48px;
    width: 88px;
    height: 88px;
    background: url(../images/logo.svg) no-repeat center center;
    background-size: contain; }
  .largeBanner .largeBannerInner {
    position: relative;
    color: #ffffff;
    text-align: center; }
  .largeBanner .button {
    position: absolute;
    bottom: 48px;
    background: transparent;
    border: 1px solid #ffffff; }
    .largeBanner .button:hover {
      background: #ffffff;
      color: #00334E; }

.heroFeatureWrapper {
  position: relative;
  width: 100%;
  height: calc(100vh - 242px);
  max-height: 585px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.heroFeatureInner {
  position: relative;
  width: 83.333%;
  color: #ffffff;
  margin-top: -48px; }
  .heroFeatureInner h1 {
    font-size: 90px;
    line-height: 96px;
    letter-spacing: -0.9px; }
  .heroFeatureInner .subTitleWrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .heroFeatureInner .subTitleWrapper h4 {
      display: inline-block;
      margin-right: 40px; }
    .heroFeatureInner .subTitleWrapper span {
      display: block;
      height: 1px;
      background: #00A3DA;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-top: 16px; }

.topText {
  position: absolute;
  top: 50px;
  left: 30px;
  color: #ffffff; }

@media only all and (max-width: 1200px) {
  .heroFeatureInner {
    width: 100%; }
    .heroFeatureInner h1 {
      font-size: 80px;
      line-height: 86px;
      letter-spacing: -0.8px; } }

@media only all and (max-width: 900px) {
  .heroFeatureInner h1 {
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -0.6px; } }

@media only all and (max-width: 600px) {
  .heroFeatureInner h1 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.36px; } }

/* ==========================================================================
 Typography
 ========================================================================== */
/*

book
font-family:franklin-gothic-urw,sans-serif;
font-weight:400;
font-style:normal;

medium
font-family:franklin-gothic-urw,sans-serif;
font-weight:500;
font-style:normal;

demi
font-family:franklin-gothic-urw,sans-serif;
font-weight:700;
font-style:normal;

comp
font-family:franklin-gothic-urw-comp,sans-serif;
font-weight:700;
font-style:normal;

Ext Comp Demi
font-family:franklin-gothic-ext-comp-urw, sans-serif;
font-weight:700;
font-style:normal;

*/
/*
$franklinComp:'franklin-gothic-urw-comp', Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;
$franklinExtComp:'franklin-gothic-ext-comp-urw', Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;
*/
html {
  font-family: "franklin-gothic-urw", Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
  color: #3E3E3E; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 36px;
  font-weight: 500; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 400; }

h1 {
  font-size: 90px;
  line-height: 96px;
  letter-spacing: -0.9px; }

h2 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0; }

h3 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 24px; }

h4 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0; }

h5 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0; }

h6 {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0; }

p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0 0 24px; }

b, strong {
  font-weight: 500; }

p a, p a:visited, h6 a, h6 a:visited {
  color: #034CA5;
  text-decoration: underline;
  word-break: break-word; }

p a:hover, p a:active, h6 a:hover, h6 a:active {
  color: #034CA5;
  text-decoration: none; }

.titleWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -20px 0 36px; }
  .titleWrapper hr {
    display: block;
    width: 100%;
    margin: 20px; }
  .titleWrapper .title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .titleWrapper .title h1 {
      font-size: 36px;
      line-height: 48px;
      letter-spacing: 0;
      margin-bottom: 12px; }
    .titleWrapper .title h2 {
      margin-bottom: 12px; }
  .titleWrapper .subTitle {
    font-weight: 500; }

blockquote {
  margin: 0;
  padding: 0;
  font-weight: 500; }

.spBanner {
    background-image: url(https://www.theatredesign.org.uk/wp-content/uploads/2022/09/hellostrangerlogoFooter.jpg) !important;
}


@media only all and (max-width: 900px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 24px; }
  h1 {
    font-size: 90px;
    line-height: 96px;
    letter-spacing: -0.9px; }
  h2 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0; }
  h3 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0; }
  h4 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0; }
  h5 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0; }
  h6 {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0; }
  .titleWrapper {
    margin: 28px 0 36px; }
    .titleWrapper hr {
      margin: 20px 10px; }
    .titleWrapper .title h1 {
      font-size: 36px;
      line-height: 48px;
      letter-spacing: 0; } }

@media only all and (max-width: 600px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 12px; }
  p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0; }
  .titleWrapper {
    margin: 10px 0 36px; }
    .titleWrapper hr {
      margin: 0 5px; }
      .titleWrapper hr:first-child {
        display: none; }
    .titleWrapper .title h1 {
      font-size: 24px;
      line-height: 28px;
      letter-spacing: 0; } }

a, a:visited {
  cursor: pointer;
  text-decoration: none; }

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

a:focus {
  outline: 0; }

.paginationWrapper {
  margin: 36px auto 72px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500; }

.paginationButton {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 7px;
  color: #838383; }
  .paginationButton span {
    display: none; }
  .paginationButton:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    top: 5px;
    right: 0;
    background: #838383; }

.paginationButton.active:hover {
  color: #3E3E3E; }

.currentPage {
  color: #3E3E3E;
  padding: 0 9px 0 6px; }
  .currentPage span {
    display: inline-block; }

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0; }

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1; }

.loadIn {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }

.isVisible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }

.headerUpper {
  position: fixed;
  width: 100%;
  height: 45px;
  top: 0;
  left: 0;
  background-color: #222222;
  text-align: right;
  font-size: 15px;
  line-height: 45px;
  letter-spacing: 0;
  font-weight: 500;
  z-index: 300; }

.followOuter {
  position: absolute;
  width: 178px;
  height: auto;
  top: 0;
  left: 0; }
  .followOuter .followButton {
    display: block;
    position: relative;
    width: 177px;
    height: 45px;
    border-right: 1px solid #ffffff;
    text-align: center;
    color: #ffffff; }
    .followOuter .followButton span {
      display: inline-block;
      width: 10px;
      height: 100%;
      margin-left: 8px;
      vertical-align: top;
      background: url(../images/chevronDown.svg) no-repeat center center;
      background-size: 10px;
      opacity: 0.5;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
  .followOuter .followMenu {
    display: none;
    position: absolute;
    width: 178px;
    height: auto;
    top: 45px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
    .followOuter .followMenu li {
      display: block;
      opacity: 0;
      visibility: hidden;
      background-color: #333333;
      border-top: 1px solid #ffffff; }
    .followOuter .followMenu a {
      display: block;
      width: 100%;
      height: 45px;
      text-align: left;
      text-indent: 72px;
      color: #ffffff; }
      .followOuter .followMenu a:hover {
        opacity: 0.5; }
      .followOuter .followMenu a.twitter {
        background: url(../images/twitterWhite.svg) no-repeat 39px center;
        background-size: 20px; }
      .followOuter .followMenu a.facebook {
        background: url(../images/facebookWhite.svg) no-repeat 39px center;
        background-size: 20px; }
      .followOuter .followMenu a.instagram {
        background: url(../images/instagramWhite.svg) no-repeat 39px center;
        background-size: 20px; }
  .followOuter:hover .followButton span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.signInButton {
  display: block;
  float: right;
  width: 142px;
  height: 45px;
  text-align: left;
  text-indent: 65px;
  background: #f8f8f8 url(../images/user.svg) no-repeat 32px center;
  background-size: 16px 18px;
  color: #034CA5; }
  .signInButton:hover {
    background-color: #cbcbcb; }

.joinUsButton {
  display: block;
  float: right;
  width: 262px;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  background: #00D1D9;
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 700; }
  .joinUsButton:hover {
    background: #00c8d0; }

.headerWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 242px;
  padding-top: 45px;
  z-index: 200;
  background: #00A3DA; }

.headerLogo {
  position: relative;
  margin: 27px 0 0 50px;
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/logo.svg) no-repeat center center;
  background-size: contain;
  text-indent: -9999px; }

.menuButton {
  display: none;
  position: fixed;
  width: 28px;
  height: 28px;
  top: 85px;
  right: 19px;
  text-indent: -9999px;
  z-index: 300;
  pointer-events: auto; }

.menuButton.working {
  pointer-events: none; }

.x, .y, .z {
  position: absolute;
  margin: auto;
  left: 5px;
  background-color: #ffffff;
  border-radius: 0;
  height: 2px;
  width: 18px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.x {
  top: 8px; }

.y {
  top: 14px; }

.z {
  top: 20px; }

.menuButton.active .x, .menuButton.active .z {
  top: 14px; }

.menuButton.active .y {
  opacity: 0; }

.menuButton.active .x {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.menuButton.active .z {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.tertiaryNav {
  position: relative;
  display: inline-block;
  float: right;
  margin: 20px 40px 0 auto;
  width: auto;
  padding: 0;
  list-style: none;
  text-align: right; }
  .tertiaryNav li {
    position: relative;
    display: inline-block; }
  .tertiaryNav a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 500;
    padding: 0 10px; }
    .tertiaryNav a:hover {
      opacity: 0.5; }
    .tertiaryNav a.active:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 10px;
      right: 10px;
      height: 3px;
      background: #ffffff; }

.navPrimary {
  position: relative;
  display: block;
  height: 64px;
  margin: 133px 40px 0;
  padding: 0;
  list-style: none;
  text-align: left;
  clear: both; }
  .navPrimary li {
    position: relative;
    display: inline-block; }
    .navPrimary li:before {
      content: "";
      display: block;
      position: absolute;
      width: 1px;
      height: 18px;
      top: 22px;
      left: -1px;
      background: #ffffff;
      opacity: 0.4; }
    .navPrimary li:first-child:before {
      display: none; }
    .navPrimary li.primaryOverflowButtonLi {
      position: absolute;
      right: 10px;
      top: 0;
      display: none; }
      .navPrimary li.primaryOverflowButtonLi:before {
        display: none; }
      .navPrimary li.primaryOverflowButtonLi a {
        display: block;
        width: 122px;
        height: 64px;
        text-align: center; }
        .navPrimary li.primaryOverflowButtonLi a span {
          display: inline-block;
          width: 15px;
          height: 100%;
          margin-left: 8px;
          vertical-align: top;
          background: url(../images/chevronDown.svg) no-repeat center center;
          background-size: 14px;
          opacity: 0.5;
          -webkit-transform-origin: 50% 50%;
                  transform-origin: 50% 50%; }
        .navPrimary li.primaryOverflowButtonLi a.active {
          background: #333333;
          color: #ffffff; }
          .navPrimary li.primaryOverflowButtonLi a.active:before {
            display: none; }
          .navPrimary li.primaryOverflowButtonLi a.active span {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
  .navPrimary a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 500;
    padding: 16px 12px 18px; }
    .navPrimary a:hover {
      opacity: 0.5; }
    .navPrimary a.active:hover {
      opacity: 1; }
    .navPrimary a.active:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 10px;
      right: 10px;
      height: 6px;
      background: #ffffff; }

.navSecondary {
  position: relative;
  display: block;
  height: 48px;
  margin: 0;
  padding: 0 40px;
  list-style: none;
  text-align: left;
  clear: both;
  background: #ffffff; }
  .navSecondary li {
    position: relative;
    display: inline-block; }
    .navSecondary li:after {
      content: "";
      display: block;
      position: absolute;
      width: 1px;
      height: 15px;
      top: 18px;
      right: -1px;
      background: #3E3E3E;
      opacity: 0.5; }
    .navSecondary li.secondaryOverflowButtonLi {
      position: absolute;
      right: 50px;
      top: 0;
      display: none; }
      .navSecondary li.secondaryOverflowButtonLi:after {
        display: none; }
      .navSecondary li.secondaryOverflowButtonLi a {
        display: block;
        width: 122px;
        height: 48px;
        text-align: center; }
        .navSecondary li.secondaryOverflowButtonLi a span {
          display: inline-block;
          width: 15px;
          height: 100%;
          margin-left: 8px;
          vertical-align: top;
          background: url(../images/chevronDownDark.svg) no-repeat center center;
          background-size: 14px;
          opacity: 0.5;
          -webkit-transform-origin: 50% 50%;
                  transform-origin: 50% 50%; }
        .navSecondary li.secondaryOverflowButtonLi a.active {
          background: #333333;
          color: #ffffff; }
          .navSecondary li.secondaryOverflowButtonLi a.active:before {
            display: none; }
          .navSecondary li.secondaryOverflowButtonLi a.active span {
            background-image: url(../images/chevronDown.svg);
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
  .navSecondary a {
    position: relative;
    display: block;
    color: #3E3E3E;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 500;
    padding: 9px 12px; }
    .navSecondary a:hover {
      opacity: 0.5; }
    .navSecondary a.active:hover {
      opacity: 1; }
    .navSecondary a.active:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 10px;
      right: 10px;
      height: 6px;
      background: #00A3DA; }

.overflowWrapper {
  display: none;
  position: relative;
  background: #333333; }

.overflowMenu {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .overflowMenu li {
    display: inline-block;
    position: relative;
    width: 33.333%;
    vertical-align: top; }
    .overflowMenu li:before {
      content: "";
      display: block;
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0;
      left: 20px;
      background: #ffffff;
      opacity: 0.2; }
  .overflowMenu a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
    padding: 5px 12px; }
    .overflowMenu a:hover {
      opacity: 0.5; }
  .overflowMenu.secondary a {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0; }

.headerClear {
  position: relative;
  width: 100%;
  height: 290px; }
  .headerClear.alt {
    height: 242px; }

@media only all and (max-width: 900px) {
  .overflowMenu {
    padding: 10px 0 30px; }
    .overflowMenu li {
      display: block;
      width: 100%; }
      .overflowMenu li:before {
        width: initial;
        height: 1px;
        top: 100%;
        left: 20px;
        right: 20px; }
    .overflowMenu a {
      padding: 10px 0; }
  .navPrimary {
    margin: 133px 30px 0; }
  .navSecondary {
    padding: 0 30px; } }

@media only all and (max-width: 600px) {
  .headerWrapper {
    position: fixed;
    height: 153px; }
  .followOuter {
    display: none; }
  .signInButton {
    width: 78px;
    text-indent: -9999px;
    background-position: center center; }
  .joinUsButton {
    width: calc(100% - 78px); }
  .menuButton {
    display: block; }
  .headerLogo {
    width: 70px;
    height: 70px;
    margin: 18px 0 0 24px; }
  .tertiaryNav {
    display: none; }
  .overflowWrapper {
    display: none; }
  .navPrimary {
    display: none; }
  .navSecondary {
    display: none; }
  .headerClear {
    height: 153px; }
    .headerClear.alt {
      height: 153px; } }

.mobileMenuWrapper {
  position: fixed;
  display: block;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00A3DA;
  z-index: 100;
  opacity: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px; }

.mobileNavWrapper {
  position: relative;
  display: block;
  margin: 153px 0 30px;
  padding: 0;
  list-style: none; }
  .mobileNavWrapper li {
    position: relative;
    display: block; }
  .mobileNavWrapper a {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
    padding: 16px 24px; }
    .mobileNavWrapper a:before {
      content: "";
      display: block;
      position: absolute;
      height: 1px;
      bottom: 0;
      left: 24px;
      right: 24px;
      background: #ffffff;
      opacity: 0.2; }
    .mobileNavWrapper a.subNavButton:after {
      content: "";
      display: block;
      position: absolute;
      width: 14px;
      height: 14px;
      right: 24px;
      top: 20px;
      background: url(../images/chevronDown.svg) no-repeat center center;
      background-size: 14px; }
    .mobileNavWrapper a.active.subNavButton:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .mobileNavWrapper a.membersNav {
      background-color: #00D1D9;
      color: #000000; }

.mobileSubNav {
  position: relative;
  display: none;
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
  background: #ffffff; }
  .mobileSubNav li {
    position: relative;
    display: block; }
  .mobileSubNav a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
    color: #3E3E3E;
    padding: 16px 24px 16px 36px; }
    .mobileSubNav a:before {
      background: #3E3E3E; }

.mobileSignInButtonWrapper {
  margin: 30px 0;
  padding: 0 24px;
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500; }

.mobileSignInButton {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  color: #034CA5;
  text-decoration: underline; }

.mobileSocials {
  margin: 0;
  padding: 0 10px;
  list-style: none; }
  .mobileSocials li {
    display: inline-block; }
  .mobileSocials a {
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px; }
    .mobileSocials a.twitter {
      background: url(../images/twitterWhite.svg) no-repeat center center;
      background-size: 20px; }
    .mobileSocials a.facebook {
      background: url(../images/facebookWhite.svg) no-repeat center center;
      background-size: 20px; }
    .mobileSocials a.instagram {
      background: url(../images/instagramWhite.svg) no-repeat center center;
      background-size: 20px; }

/*


.navTertiary { position:fixed; width:100%; height:72px; top:175px; left:0; background:$colorBlack; display:block; margin:0; padding:0 35px 0 0; list-style:none; text-align:right; visibility:hidden; opacity:0;
	li { position:relative; display:inline-block; margin-top:15px; }
	a { position:relative; display:block; color:$colorWhite; @include fontSize(15px,46px,0); font-weight:500; padding:0 15px;
		&.bigButton { border:1px solid $colorWhite; margin-left:20px; padding:0 30px;
			&:hover { opacity:1; background:#0058C3; border-color:#0058C3; }
 		}
		&:hover { opacity:0.5 }
		&.active:after { @include pseudo; bottom:10px; left:15px; right:15px; height:1px; background:$colorWhite; }
	}
	&:hover {  opacity:1; visibility:visible; }
}

.headerWrapper.slim {
 	.headerLogo { top:23px; left:50px; width:80px; height:80px; }
 	.navPrimary { margin:10px 40px 0;}
 	.navTertiary { top:127px; }
}



//mobile nav
.mobileMenuWrapper { position:fixed; display:block; visibility:hidden; top:0; left:0; width:100%; height:100%; background-color:$colorBlack; @include z-index(level3); opacity:0;}
.mobileNavWrapper {position:absolute; top:0; left:0; display:block; margin:30px 0; padding:$colPad; list-style:none;
	li { position:relative; display:block; padding:$colPad;}
	a { display:block; color:$colorWhite;}
}


*/
/* ==========================================================================
  Media Queries
	========================================================================== */
@media only all and (max-width: 900px) {
  /*
  .navPrimary { display:none; }
  .menuButton { display:block; }
*/ }

.mobileMemberButton {
  display: none;
  width: 100%;
  height: 60px;
  padding: 0 24px;
  font-size: 15px;
  line-height: 60px;
  letter-spacing: 0;
  font-weight: 500;
  color: #3E3E3E;
  background: rgba(230, 230, 230, 0.6); }
  .mobileMemberButton span {
    color: #034CA5;
    text-decoration: underline; }

.mobileToTopButton {
  display: none;
  width: 100%;
  height: 60px;
  padding: 0 24px;
  font-size: 15px;
  line-height: 60px;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #3E3E3E;
  background: #ffffff;
  text-indent: 25px;
  background: url(../images/toTopArrow.svg) no-repeat 24px center;
  background-size: 12px 6px; }

.footerWrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 36px;
  background: #333333;
  color: #ffffff; }
  .footerWrapper hr {
    background: #ffffff;
    opacity: 0.2; }
    .footerWrapper hr:first-child {
      opacity: 1; }

.footerNavWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .footerNavWrapper hr {
    display: block;
    width: 100%; }

.footerNav {
  position: relative;
  width: 33.333%;
  margin-bottom: 48px; }
  .footerNav h5 {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0; }
  .footerNav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footerNav ul a {
      color: #ffffff; }
      .footerNav ul a:hover {
        opacity: 0.5; }
  .footerNav .socials {
    list-style: none;
    margin: 5px 0 0;
    float: left; }
    .footerNav .socials li {
      display: inline-block; }
    .footerNav .socials a {
      display: block;
      width: 20px;
      height: 20px;
      margin-right: 20px;
      background: no-repeat;
      background-position: center center;
      background-size: contain;
      text-indent: -9999px; }
      .footerNav .socials a.facebook {
        background-image: url(../images/facebookWhite.svg); }
      .footerNav .socials a.twitter {
        background-image: url(../images/twitterWhite.svg); }
      .footerNav .socials a.instagram {
        background-image: url(../images/instagramWhite.svg); }
      .footerNav .socials a:hover {
        opacity: 0.5; }

.footerLower {
  padding-top: 12px; }
  .footerLower:after {
    content: "";
    display: table;
    clear: both; }
  .footerLower hr {
    opacity: 0.2 !important; }
  .footerLower .footerLogo {
    display: inline-block;
    float: left;
    text-indent: -9999px;
    margin: 0 0 0 20px; }
    .footerLower .footerLogo.sbtd {
      width: 52px;
      height: 52px;
      background: url(../images/logo.svg) no-repeat center center;
      background-size: contain; }
    .footerLower .footerLogo.stagingPlaces {
      width: 96px;
      height: 52px;
      background: url(../images/SPLogo.svg) no-repeat center center;
      background-size: contain; }

.legal {
  float: right;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 12px; }
  .legal a {
    color: #ffffff; }
    .legal a:hover {
      opacity: 0.5; }

@media only all and (max-width: 600px) {
  .mobileMemberButton {
    display: block; }
  .mobileToTopButton {
    display: block; }
  .footerWrapper {
    padding-top: 36px; }
  .footerNav {
    width: 50%; }
    .footerNav h5 {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0;
      margin: 5px 0; }
    .footerNav a {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0; }
    .footerNav:nth-of-type(odd):after {
      content: "";
      display: block;
      position: absolute;
      bottom: -30px;
      left: 0;
      right: -100%;
      height: 1px;
      background: #ffffff;
      opacity: 0.2; }
  .footerLower {
    padding-top: 0; }
    .footerLower .footerLogo {
      display: inline-block;
      float: left;
      text-indent: -9999px;
      margin: 0 20px 0 0; }
  .socials {
    margin: -16px 0 0;
    padding: 20px 5px 10px;
    display: block;
    width: 100%; }
  .legal {
    float: left;
    line-height: 20px;
    margin-top: 20px; }
    .legal .credit {
      display: block; } }

.cardWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto 48px; }
  .cardWrapper hr {
    width: 100%; }

.card {
  display: block;
  position: relative;
  color: #3E3E3E;
  margin-bottom: 36px; }
  .card .cardImage {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    margin: 0 auto 24px;
    background: #D1D1D1; }
  .card:hover {
    color: #00A3DA; }

.designerCard {
  width: 25%; }
  .designerCard.gallery {
    width: 33.33%; }
  .designerCard .cardImage {
    padding-bottom: 66%;
    margin: 0 0 24px; }
  .designerCard .designerLetter {
    visibility: hidden; }
    .designerCard .designerLetter.active {
      visibility: visible; }
    .designerCard .designerLetter h2 {
      margin-bottom: 24px; }

@media only all and (max-width: 900px) {
  .designerCard {
    width: 33.333%; } }

@media only all and (max-width: 768px) {
  .designerCard {
    width: 50%; } }

@media only all and (max-width: 600px) {
  .designerCard {
    width: 100%;
    margin: 0 0 24px; }
    .designerCard .cardImage {
      padding-bottom: 66%;
      margin: 0 0 12px; }
    .designerCard .designerLetter {
      display: none; }
      .designerCard .designerLetter.active {
        display: block; } }

.feedCard {
  width: 50%; }
  .feedCard .cardImage {
    padding-bottom: 66%;
    margin: 0 0 24px; }

.publicationCard {
  width: 25%; }
  .publicationCard .cardImage {
    padding-bottom: 142%;
    margin: 0 0 24px; }

.exhibitionCard {
  width: 50%; }
  .exhibitionCard .cardImage {
    padding-bottom: 66%;
    margin: 0 0 24px; }
  .exhibitionCard .cardText h6 {
    margin: 0; }
  .exhibitionCard .moreText {
    color: #034CA5;
    text-decoration: underline; }

@media only all and (max-width: 600px) {
  .exhibitionCard {
    width: 100%; } }

.pastExhibitionCard {
  width: 100%;
  margin: 24px auto 24px; }
  .pastExhibitionCard .cardText {
    width: 50%; }
    .pastExhibitionCard .cardText h3 {
      margin-bottom: 48px; }
  .pastExhibitionCard .button {
    position: absolute;
    right: 20px;
    bottom: 0; }

@media only all and (max-width: 900px) {
  .pastExhibitionCard .cardText {
    width: 66.667%; }
    .pastExhibitionCard .cardText h3 {
      margin-bottom: 48px; }
  .pastExhibitionCard .button {
    position: absolute;
    right: 10px;
    bottom: 0; } }

@media only all and (max-width: 600px) {
  .pastExhibitionCard .cardText {
    width: 100%; }
    .pastExhibitionCard .cardText h3 {
      margin-bottom: 0; }
  .pastExhibitionCard .button {
    position: relative;
    right: initial;
    bottom: initial;
    margin: 24px 0; } }

.merchCard {
  width: 50%;
  margin: 0 0 108px; }
  .merchCard .cardImage {
    padding-bottom: 66%;
    margin: 0 0 24px; }
  .merchCard .moreText {
    color: #034CA5;
    text-decoration: underline; }
  .merchCard:hover .button {
    background: #00c8d0; }

.blogCard {
  width: 50%;
  margin-bottom: 108px; }
  .blogCard .cardImage {
    padding-bottom: 66%;
    margin: 0 0 24px; }
  .blogCard .cardText h3 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0; }
  .blogCard .cardText h6 {
    margin: 0; }
  .blogCard .moreText {
    color: #034CA5;
    text-decoration: underline; }

@media only all and (max-width: 600px) {
  .blogCard {
    width: 100%;
    margin-bottom: 48px; } }

.newsCard {
  width: 33.33%;
  margin-bottom: 108px; }
  .newsCard .cardImage {
    padding-bottom: 66%;
    margin: 0 0 12px; }
  .newsCard .cardText h2 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0 0 24px; }
  .newsCard .cardText h3 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0; }
  .newsCard .cardText h6 {
    margin: 0; }
  .newsCard .moreText {
    color: #034CA5;
    text-decoration: underline; }

@media only all and (max-width: 600px) {
  .newsCard {
    width: 100%;
    margin-bottom: 48px; } }

.eventCard {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 48px auto 72px; }
  .eventCard .cardImage {
    width: 33.333%;
    height: auto;
    padding-bottom: 0;
    margin-left: 16.6667%;
    background: #ffffff; }
  .eventCard .cardText {
    width: 50%; }
    .eventCard .cardText h3 {
      margin-bottom: 36px; }
    .eventCard .cardText p {
      width: 66.66%; }
  .eventCard:hover {
    color: #3E3E3E; }

@media only all and (max-width: 1200px) {
  .eventCard {
    margin: 36px auto 48px; }
    .eventCard .cardImage {
      width: 41.667%;
      margin-left: 8.333%; } }

@media only all and (max-width: 900px) {
  .eventCard .cardImage {
    width: 50%;
    margin-left: 0; } }

@media only all and (max-width: 600px) {
  .eventCard {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 48px auto 72px; }
    .eventCard .cardImage {
      width: 100%;
      margin-bottom: 24px; }
    .eventCard .cardText {
      width: 100%; }
      .eventCard .cardText h3 {
        margin-bottom: 36px; }
      .eventCard .cardText p {
        width: 100%; } }

.wgCardsWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 108px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0; }
  .wgCardsWrapper .wgCard {
    width: 100%;
    margin: 48px 0; }
    .wgCardsWrapper .wgCard .cardText {
      width: 50%; }
    .wgCardsWrapper .wgCard h3 {
      margin-bottom: 48px; }
    .wgCardsWrapper .wgCard .button {
      position: absolute;
      bottom: 0;
      right: 20px; }
    .wgCardsWrapper .wgCard:hover {
      color: #3E3E3E; }

@media only all and (max-width: 1200px) {
  .wgCardsWrapper .wgCard .cardText {
    width: 66.666%; } }

@media only all and (max-width: 900px) {
  .wgCardsWrapper {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0; }
    .wgCardsWrapper .wgCard {
      margin: 0; }
      .wgCardsWrapper .wgCard .cardText {
        width: 83.333%; }
      .wgCardsWrapper .wgCard .button {
        position: relative;
        bottom: initial;
        right: initial;
        margin: 24px 0; } }

.rhCardsWrapper {
  max-width: 1250px; }
  .rhCardsWrapper hr {
    width: 100%; }

.heartCard {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 24px auto; }
  .heartCard .cardImage {
    position: relative;
    width: 50%;
    padding-bottom: 0;
    height: auto;
    background: none;
    margin: 0; }
    .heartCard .cardImage .cardImageInner {
      position: relative;
      width: 100%;
      height: 100%; }
  .heartCard .cardText {
    width: 50%;
    min-height: 320px; }
  .heartCard .button {
    margin-top: 48px; }
  .heartCard:hover {
    color: #3E3E3E; }

@media only all and (max-width: 600px) {
  .heartCard {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .heartCard .cardImage {
      width: 100%;
      margin-bottom: 12px; }
      .heartCard .cardImage .cardImageInner {
        height: 0;
        padding-bottom: 50%; }
    .heartCard .cardText {
      width: 100%;
      min-height: 0; }
    .heartCard .button {
      margin-top: 0; } }

.catalogueCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 12px 0; }
  .catalogueCard .cardImage {
    width: 25%;
    margin: 0 25% 0 0;
    height: auto;
    padding-bottom: 0;
    background: none; }
  .catalogueCard .cardText {
    position: relative;
    width: 50%;
    padding-bottom: 100px; }
    .catalogueCard .cardText .button {
      position: absolute;
      bottom: 0;
      left: 20px; }
  .catalogueCard:hover {
    color: #3E3E3E; }

@media only all and (max-width: 1200px) {
  .catalogueCard .cardImage {
    width: 33.333%;
    margin: 0 16.667% 0 0; }
  .catalogueCard .cardText .button {
    position: absolute;
    bottom: 0;
    left: 20px; } }

@media only all and (max-width: 900px) {
  .catalogueCard .cardImage {
    width: 41.667%;
    margin: 0 8.333% 0 0; }
  .catalogueCard .cardText {
    position: relative;
    width: 50%;
    padding-bottom: 100px; }
    .catalogueCard .cardText .button {
      position: absolute;
      bottom: 0;
      left: 10px; } }

@media only all and (max-width: 600px) {
  .catalogueCard {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .catalogueCard .cardImage {
      width: 100%;
      margin: 0; }
    .catalogueCard .cardText {
      position: relative;
      width: 100%;
      padding-bottom: 20px; }
      .catalogueCard .cardText .button {
        position: relative;
        bottom: initial;
        left: initial;
        margin: 0; } }

/*
.designerCard { width:25%;
	.cardText {
		p { line-height: 25px; }
	}

}
*/
.ajaxContainer {
  position: fixed;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 400;
  background: #F0F0F0;
  -webkit-overflow-scrolling: touch;
  opacity: 0; }

.closeAjaxButton {
  position: absolute;
  display: block;
  top: 48px;
  left: 50%;
  width: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/close.svg) no-repeat center top;
  padding-top: 20px;
  background-size: 20px 20px;
  z-index: 400;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #3E3E3E;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0; }
  .closeAjaxButton.alt {
    -webkit-filter: invert(1);
            filter: invert(1); }

.ajaxLoading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0; }

.textWidget {
  width: 50%;
  margin: 48px auto 72px; }
  .textWidget h2 {
    margin: 72px auto; }
  .textWidget ul {
    margin: 48px 0;
    padding: 0 0 0 24px;
    list-style: none; }
    .textWidget ul li {
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0;
      margin: 0 0 12px;
      position: relative; }
      .textWidget ul li:before {
        content: "\2022";
        display: inline-block;
        color: #00A3DA;
        width: 28px;
        margin-left: -28px; }
      .textWidget ul li a, .textWidget ul li a:visited {
        color: #034CA5;
        text-decoration: underline; }
      .textWidget ul li a:hover, .textWidget ul li a:active {
        color: #034CA5;
        text-decoration: none; }

.tablePage .textWidget {
  width: 100%; }

@media only all and (max-width: 1200px) {
  .textWidget {
    width: 66.667%; }
    .textWidget h2 {
      margin: 48px auto; }
  .tablePage .textWidget {
    width: 100%; } }

@media only all and (max-width: 900px) {
  .textWidget {
    width: 83.333%;
    margin: 36px auto 48px; }
    .textWidget h2 {
      margin: 36px auto; }
  .tablePage .textWidget {
    width: 100%; } }

@media only all and (max-width: 600px) {
  .textWidget {
    width: 100%;
    margin: 24px auto 36px; }
    .textWidget ul {
      margin: 24px 0;
      padding: 0 0 0 12px; }
      .textWidget ul li {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0; }
        .textWidget ul li:before {
          width: 16px;
          margin-left: -16px; }
  .tablePage .textWidget {
    width: 100%; } }

.downloadsWidget {
  width: 50%;
  margin: 48px auto 72px;
  line-height: 1.2; }
  .downloadsWidget a.noImage {
    display: block;
    position: relative;
    color: #034CA5;
    font-weight: 500;
    padding: 0 48px; }
    .downloadsWidget a.noImage:before {
      content: "";
      display: block;
      position: absolute;
      width: 16px;
      height: 20px;
      top: 5px;
      left: 20px;
      background: url(../images/file.svg) no-repeat center center;
      background-size: contain; }
    .downloadsWidget a.noImage:after {
      content: "";
      display: block;
      position: absolute;
      width: 18px;
      height: 18px;
      top: 6px;
      right: 20px;
      background: url(../images/download.svg) no-repeat center center;
      background-size: contain; }
  .downloadsWidget a.withImage {
    display: block;
    position: relative;
    color: #034CA5;
    font-weight: 500;
    padding: 0 48px 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .downloadsWidget a.withImage:after {
      content: "";
      display: block;
      position: absolute;
      width: 18px;
      height: 18px;
      top: 6px;
      right: 20px;
      background: url(../images/download.svg) no-repeat center center;
      background-size: contain; }
    .downloadsWidget a.withImage img {
      width: 33%;
      margin-right: 20px;
      margin-bottom: 10px;
      display: inline-block; }
  .downloadsWidget hr {
    margin: 24px 20px; }

@media only all and (max-width: 1200px) {
  .downloadsWidget {
    width: 66.667%; } }

@media only all and (max-width: 900px) {
  .downloadsWidget {
    width: 83.333%;
    margin: 36px auto 48px; }
    .downloadsWidget a.noImage {
      padding: 0 30px 0 38px; }
      .downloadsWidget a.noImage:before {
        left: 10px; }
      .downloadsWidget a.noImage:after {
        right: 10px; }
    .downloadsWidget a.withImage {
      padding: 0 48px 0 10px; }
      .downloadsWidget a.withImage:after {
        right: 10px; }
    .downloadsWidget hr {
      margin: 12px 10px; } }

@media only all and (max-width: 600px) {
  .downloadsWidget {
    width: 100%;
    margin: 24px auto 36px; }
    .downloadsWidget a.noImage {
      padding: 0 25px 0 30px; }
      .downloadsWidget a.noImage:before {
        left: 5px; }
      .downloadsWidget a.noImage:after {
        right: 5px; }
    .downloadsWidget a.withImage {
      padding: 0 48px 0 10px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .downloadsWidget a.withImage img, .downloadsWidget a.withImage span {
        width: 100%; }
      .downloadsWidget a.withImage:after {
        right: 5px; }
    .downloadsWidget hr {
      margin: 12px 5px; } }

.quoteWidget {
  position: relative;
  margin: 48px auto 72px; }
  .quoteWidget.small {
    position: relative;
    width: 50%;
    padding-bottom: 12px; }
    .quoteWidget.small blockquote {
      font-size: 28px;
      line-height: 36px;
      letter-spacing: 0;
      padding-left: 24px; }
    .quoteWidget.small cite {
      display: block;
      font-size: 15px;
      line-height: 30px;
      letter-spacing: 0;
      font-style: normal;
      margin-top: 12px;
      margin-left: 24px; }
    .quoteWidget.small:before {
      content: "";
      display: block;
      position: absolute;
      width: 6px;
      height: 100%;
      top: 0;
      left: 20px;
      background: #00A3DA; }
  .quoteWidget.large {
    width: 66.666%;
    text-align: center;
    padding-top: 72px;
    margin: 72px auto 108px; }
    .quoteWidget.large blockquote {
      font-size: 48px;
      line-height: 50px;
      letter-spacing: 0; }
    .quoteWidget.large cite {
      display: block;
      font-size: 15px;
      line-height: 30px;
      letter-spacing: 0;
      font-style: normal;
      margin-top: 36px;
      margin-left: 24px; }
    .quoteWidget.large:before {
      content: "";
      display: block;
      position: absolute;
      content: "\201C";
      width: 52px;
      height: 52px;
      top: 0;
      left: 50%;
      margin-left: -26px;
      color: #00A3DA;
      font-size: 200px;
      line-height: 140px;
      text-indent: -12px; }

@media only all and (max-width: 1200px) {
  .quoteWidget.small {
    width: 66.667%; }
  .quoteWidget.large {
    width: 83.333%; } }

@media only all and (max-width: 900px) {
  .quoteWidget {
    margin: 36px auto 48px; }
    .quoteWidget.small {
      width: 83.333%; }
      .quoteWidget.small:before {
        left: 10px; }
    .quoteWidget.large {
      width: 100%; }
      .quoteWidget.large blockquote {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0; } }

@media only all and (max-width: 600px) {
  .quoteWidget {
    margin: 24px auto 36px; }
    .quoteWidget.small {
      width: 100%; }
      .quoteWidget.small blockquote {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0; }
      .quoteWidget.small:before {
        left: 5px; }
    .quoteWidget.large blockquote {
      font-size: 24px;
      line-height: 28px;
      letter-spacing: 0; } }

.imageWidgetWrapper {
  margin: 48px auto 72px; }
  .imageWidgetWrapper .imageWidget {
    margin: 0 auto; }
  .imageWidgetWrapper .captionWrapper {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    margin-top: 12px; }
    .imageWidgetWrapper .captionWrapper span {
      color: #838383; }
  .imageWidgetWrapper.small .imageWidget {
    width: 50%; }
  .imageWidgetWrapper.large .imageWidget {
    width: 83.333%; }
  .imageWidgetWrapper.fullBleed {
    padding: 0; }
    .imageWidgetWrapper.fullBleed .imageWidget {
      width: 100%;
      padding: 0; }
    .imageWidgetWrapper.fullBleed .captionWrapper {
      margin-left: 50px; }

.twoImageWidget {
  width: 83.333%;
  position: relative;
  margin: 48px auto 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .twoImageWidget .imageWidget {
    width: 50%; }
  .twoImageWidget .captionWrapper {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    margin-top: 12px; }

@media only all and (max-width: 1200px) {
  .imageWidgetWrapper.small .imageWidget {
    width: 66.667%; }
  .imageWidgetWrapper.large .imageWidget {
    width: 100%; } }

@media only all and (max-width: 900px) {
  .imageWidgetWrapper {
    margin: 36px auto 48px; }
    .imageWidgetWrapper.small .imageWidget {
      width: 83.333%; }
    .imageWidgetWrapper.fullBleed .captionWrapper {
      margin-left: 40px; }
  .twoImageWidget {
    width: 100%;
    margin: 36px auto 48px; } }

@media only all and (max-width: 600px) {
  .imageWidgetWrapper {
    margin: 24px auto 36px; }
    .imageWidgetWrapper.small .imageWidget {
      width: 100%; }
    .imageWidgetWrapper.fullBleed .captionWrapper {
      margin-left: 24px; }
  .twoImageWidget {
    margin: 24px auto 36px; } }

.imageGalleryBlock {
  position: relative;
  margin: 72px 0 72px 50px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0; }
  .imageGalleryBlock.designerPage {
    margin: 48px 0 48px 50px; }
  .imageGalleryBlock .imageGallerySlide {
    position: relative;
    margin: 0 2px; }
    .imageGalleryBlock .imageGallerySlide img {
      width: auto;
      height: calc(100vh - 100px);
      max-height: 700px;
      opacity: 1; }
    .imageGalleryBlock .imageGallerySlide img.small {
      height: 400px; }
    .imageGalleryBlock .imageGallerySlide .imageGalleryCaption {
      padding-left: 50px;
      margin-top: 12px;
      opacity: 0; }
    .imageGalleryBlock .imageGallerySlide.is-selected img {
      opacity: 1; }
    .imageGalleryBlock .imageGallerySlide.is-selected .imageGalleryCaption {
      opacity: 1; }
  .imageGalleryBlock .galleryCounter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    background: #ffffff;
    z-index: 10;
    font-weight: 500; }
  .imageGalleryBlock .previousGalleryButton {
    position: absolute;
    bottom: 0;
    right: 78px;
    width: 20px;
    height: 20px;
    background: url(../images/arrowLeft.svg) no-repeat center center;
    background-size: 14px 14px;
    text-indent: -9999px;
    z-index: 10; }
  .imageGalleryBlock .nextGalleryButton {
    position: absolute;
    bottom: 0;
    right: 46px;
    width: 20px;
    height: 20px;
    background: url(../images/arrowRight.svg) no-repeat center center;
    background-size: 14px 14px;
    text-indent: -9999px;
    z-index: 10; }

@media only all and (max-width: 900px) {
  .imageGalleryBlock {
    margin: 48px 0 48px 40px; }
    .imageGalleryBlock.designerPage {
      margin: 48px 0 48px 40px; }
    .imageGalleryBlock .imageGallerySlide img {
      height: 450px; } }

@media only all and (max-width: 600px) {
  .imageGalleryBlock {
    margin: 50px auto 50px 25px; }
    .imageGalleryBlock.designerPage {
      margin: 50px auto 50px 25px; }
    .imageGalleryBlock .imageGallerySlide {
      margin: 0 8px; }
      .imageGalleryBlock .imageGallerySlide img {
        height: 244px; }
    .imageGalleryBlock .previousGalleryButton {
      right: 58px; }
    .imageGalleryBlock .nextGalleryButton {
      right: 26px; } }

.linksWidget {
  width: 50%;
  margin: 48px auto 72px; }
  .linksWidget .link {
    position: relative;
    display: block;
    padding-left: 46px;
    line-height: 20px;
    text-decoration: underline;
    color: #034CA5;
    margin-bottom: 24px; }
    .linksWidget .link:hover {
      color: #3B42FF; }
    .linksWidget .link:before {
      content: "";
      display: block;
      position: absolute;
      width: 18px;
      height: 20px;
      top: 2px;
      left: 20px;
      background: url(../images/linkIcon.svg) no-repeat center center;
      background-size: contain; }

@media only all and (max-width: 1200px) {
  .linksWidget {
    width: 66.667%; } }

@media only all and (max-width: 900px) {
  .linksWidget {
    width: 83.333%;
    margin: 36px auto 48px; } }

.embedWidget {
  width: 50%;
  margin: 48px auto 72px; }
  .embedWidget iframe {
    margin: 36px 0;
    width: 100%; }

.events .embedWidget {
  width: 100%; }

@media only all and (max-width: 1200px) {
  .embedWidget {
    width: 66.667%; }
  .events .embedWidget {
    width: 100%; } }

@media only all and (max-width: 900px) {
  .embedWidget {
    width: 83.333%;
    margin: 36px auto 48px; }
  .events .embedWidget {
    width: 100%; } }

@media only all and (max-width: 600px) {
  .embedWidget {
    width: 100%;
    margin: 24px auto 36px; } }

.videoWidget {
  width: 50%;
  margin: 48px auto 72px; }
  .videoWidget .inlineVideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #000000;
    opacity: 1; }
  .videoWidget iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none; }

@media only all and (max-width: 1200px) {
  .videoWidget {
    width: 66.667%; } }

@media only all and (max-width: 900px) {
  .videoWidget {
    width: 83.333%;
    margin: 36px auto 48px; } }

@media only all and (max-width: 600px) {
  .videoWidget {
    width: 100%;
    margin: 24px auto 36px; } }

.joinBannerWrapper {
  position: relative;
  background: #00A3DA;
  color: #ffffff;
  overflow: auto;
  margin-top: 36px; }
  .joinBannerWrapper .joinBannerInner {
    width: 50%;
    margin: 36px 0 48px; }
    .joinBannerWrapper .joinBannerInner p {
      margin-bottom: 48px; }
  .joinBannerWrapper .joinBannerImage {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: #D1D1D1; }
  .joinBannerWrapper .joinBannerButton {
    text-transform: uppercase;
    padding: 0 48px; }
  .joinBannerWrapper .joinBannerSignInWrapper {
    display: inline-block;
    margin-left: 48px;
    font-size: 16px;
    line-height: 46px;
    letter-spacing: 0; }
    .joinBannerWrapper .joinBannerSignInWrapper a {
      color: #034CA5;
      font-weight: 500;
      text-decoration: underline; }
      .joinBannerWrapper .joinBannerSignInWrapper a:hover {
        text-decoration: none; }

@media only all and (max-width: 900px) {
  .joinBannerWrapper .joinBannerSignInWrapper {
    display: block;
    margin-left: 0; } }

@media only all and (max-width: 768px) {
  .joinBannerWrapper .joinBannerInner {
    width: 100%;
    margin: 36px 0 48px; }
    .joinBannerWrapper .joinBannerInner p {
      margin-bottom: 36px; }
  .joinBannerWrapper .joinBannerImage {
    display: none; } }

@media only all and (max-width: 600px) {
  .joinBannerWrapper .joinBannerInner {
    margin: 36px 0; }
    .joinBannerWrapper .joinBannerInner p {
      margin-bottom: 24px; }
  .joinBannerWrapper .joinBannerSignInWrapper {
    display: none; } }

/*
@import 'components/ajax';
@import 'components/cookies';
@import 'components/contactForm';
@import 'components/contentBuilder';
@import 'components/imageGallery';
@import 'components/infiniteLoad';
@import 'components/videoPop';
*/
/*

.homepageAboutWrapper { @include flexWrapper; margin-bottom:$marginXL;
	.aboutImage { width:50%; position: relative;
		.aboutImageInner  { position:relative; width: 100%; height:100%; }
	}
	.aboutText { width:50%;
		.aboutTextInner { margin-bottom:$marginXL }
		.aboutTextLink { margin:0; @include fontSize(15px,15px,-0.15px) }
	}
}
*/
.homepageHeroWrapper {
  position: relative;
  width: 100%;
  height: calc(100vh - 242px);
  min-height: 500px;
  background: #000000; }
  .homepageHeroWrapper .homepageHeroSlideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ffffff; }
    .homepageHeroWrapper .homepageHeroSlideshow .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      visibility: hidden;
      opacity: 0; }
      .homepageHeroWrapper .homepageHeroSlideshow .slide .imageWrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.5; }
      .homepageHeroWrapper .homepageHeroSlideshow .slide .slideText {
        position: relative;
        width: 66.667%;
        text-align: center;
        margin-top: -50px; }
        .homepageHeroWrapper .homepageHeroSlideshow .slide .slideText h2 {
          font-family: "franklin-gothic-urw-comp", Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif;
          font-weight: 700;
          font-size: 70px;
          line-height: 65px;
          letter-spacing: 3.5px;
          margin: 0;
          text-transform: uppercase; }
      .homepageHeroWrapper .homepageHeroSlideshow .slide.active {
        visibility: visible;
        opacity: 1; }
    .homepageHeroWrapper .homepageHeroSlideshow .slide__credit {
      position: absolute;
      bottom: 58px;
      right: 50px;
      color: #ffffff;
      font-size: 10px;
      line-height: 12px;
      letter-spacing: 0.75px;
      font-weight: 500;
      text-transform: uppercase;
      text-align: right; }
  .homepageHeroWrapper .homepageSlideNav {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    z-index: 10;
    cursor: pointer; }
    .homepageHeroWrapper .homepageSlideNav.prev {
      left: 50px;
      background: url(../images/arrowLeftWhite.svg) no-repeat center center;
      background-size: contain; }
    .homepageHeroWrapper .homepageSlideNav.next {
      right: 50px;
      background: url(../images/arrowRightWhite.svg) no-repeat center center;
      background-size: contain; }
  .homepageHeroWrapper .homepageDotsWrapper {
    position: absolute;
    bottom: -40px;
    right: 50px; }
    .homepageHeroWrapper .homepageDotsWrapper .homepageDot {
      display: inline-block;
      position: relative;
      width: 12px;
      height: 12px;
      border: 1px solid #000000;
      border-radius: 50%;
      margin-left: 6px; }
      .homepageHeroWrapper .homepageDotsWrapper .homepageDot.active:before {
        content: "";
        display: block;
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #000000;
        top: 3px;
        left: 3px; }

.designersGallery .homepageHeroWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .designersGallery .homepageHeroWrapper .slide .imageWrapper {
    opacity: 0.8; }
  .designersGallery .homepageHeroWrapper .heroFeatureInner {
    margin: -30px 25px 0; }

.homepageCreditsWrapper {
  width: 100%;
  text-align: right;
  margin: 10px 0 72px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0; }
  .homepageCreditsWrapper a {
    color: #3E3E3E; }

@media only all and (max-width: 1200px) {
  .homepageHeroWrapper {
    height: calc(100vh - 242px); }
    .homepageHeroWrapper .homepageHeroSlideshow .slide .slideText {
      width: 83.333%;
      margin-top: -30px; }
      .homepageHeroWrapper .homepageHeroSlideshow .slide .slideText h2 {
        font-size: 60px;
        line-height: 55px;
        letter-spacing: 2.5px; }
    .homepageHeroWrapper .homepageSlideNav.prev {
      left: 50px; }
    .homepageHeroWrapper .homepageSlideNav.next {
      right: 50px; }
    .homepageHeroWrapper .homepageDotsWrapper {
      bottom: -40px;
      right: 50px; }
  .designersGallery .homepageHeroWrapper .heroFeatureInner {
    margin: -30px 18px 0; }
  .designersGallery .homepageHeroWrapper .topText {
    left: 18px; } }

@media only all and (max-width: 900px) {
  .homepageHeroWrapper {
    height: calc(100vh - 242px); }
    .homepageHeroWrapper .homepageHeroSlideshow .slide .slideText {
      width: 83.333%;
      margin-top: -30px; }
      .homepageHeroWrapper .homepageHeroSlideshow .slide .slideText h2 {
        font-size: 50px;
        line-height: 45px;
        letter-spacing: 2px; }
    .homepageHeroWrapper .homepageHeroSlideshow .slide__credit {
      bottom: 58px;
      right: 40px; }
    .homepageHeroWrapper .homepageSlideNav.prev {
      left: 40px; }
    .homepageHeroWrapper .homepageSlideNav.next {
      right: 40px; }
    .homepageHeroWrapper .homepageDotsWrapper {
      bottom: -40px;
      right: 40px; }
  .homepageCreditsWrapper {
    width: 50%; } }

@media only all and (max-width: 600px) {
  .homepageHeroWrapper {
    height: calc(100vh - 242px); }
    .homepageHeroWrapper .homepageHeroSlideshow .slide .slideText {
      width: 83.333%;
      margin-top: -30px; }
      .homepageHeroWrapper .homepageHeroSlideshow .slide .slideText h2 {
        font-size: 30px;
        line-height: 25px;
        letter-spacing: 1px; }
    .homepageHeroWrapper .homepageHeroSlideshow .slide__credit {
      bottom: 26px;
      right: 24px; }
    .homepageHeroWrapper .homepageSlideNav.prev {
      left: 20px; }
    .homepageHeroWrapper .homepageSlideNav.next {
      right: 20px; }
    .homepageHeroWrapper .homepageDotsWrapper {
      bottom: -40px;
      right: 24px; }
  .homepageCreditsWrapper {
    width: 100%; } }

.latestNewsWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 48px 0 108px; }
  .latestNewsWrapper .latestNewImageWrapper {
    width: 50%;
    position: relative; }
  .latestNewsWrapper .latestNewImage {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    height: 0;
    padding-bottom: 66%;
    position: relative; }
  .latestNewsWrapper .latestNewTextWrapper {
    width: 50%; }
    .latestNewsWrapper .latestNewTextWrapper p {
      width: 80%; }
    .latestNewsWrapper .latestNewTextWrapper .button {
      margin: 48px 0 0; }

@media only all and (max-width: 900px) {
  .latestNewsWrapper .latestNewImage {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 66%; }
  .latestNewsWrapper .latestNewTextWrapper {
    width: 50%; }
    .latestNewsWrapper .latestNewTextWrapper .button {
      margin: 36px 0 0; } }

@media only all and (max-width: 600px) {
  .latestNewsWrapper .latestNewImageWrapper {
    width: 100%;
    margin-bottom: 10px; }
  .latestNewsWrapper .latestNewImage {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 76.25%; }
  .latestNewsWrapper .latestNewTextWrapper {
    width: 100%; }
    .latestNewsWrapper .latestNewTextWrapper p {
      width: 100%; }
    .latestNewsWrapper .latestNewTextWrapper .button {
      margin: 24px 0 0; } }

.ticker {
  display: block;
  width: 100%;
  height: 94px;
  position: relative;
  overflow: hidden;
  background-color: #00D1D9; }

.tickerInner {
  position: absolute;
  height: 100%;
  white-space: nowrap;
  color: #3E3E3E;
  font-size: 36px;
  line-height: 94px;
  letter-spacing: 0;
  font-weight: 500; }
  .tickerInner .tickerHighlight {
    color: #ffffff; }

@media only all and (max-width: 600px) {
  .ticker {
    height: 64px; }
  .tickerInner {
    font-size: 24px;
    line-height: 64px;
    letter-spacing: 0; } }

.homepageIntroWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 95px 0; }
  .homepageIntroWrapper .homeIntroText {
    width: 41.667%;
    margin: 48px 8.333% 48px; }
    .homepageIntroWrapper .homeIntroText h3 {
      margin-bottom: 40px; }
  .homepageIntroWrapper .homeIntroImage {
    width: 41.667%;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0; }
    .homepageIntroWrapper .homeIntroImage .homeIntroImageInner {
      height: 100%;
      margin-right: -50px;
      margin-bottom: 10px; }
    .homepageIntroWrapper .homeIntroImage img {
      margin-bottom: 10px;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

@media only all and (max-width: 900px) {
  .homepageIntroWrapper {
    margin: 75px 0; }
    .homepageIntroWrapper .homeIntroText {
      width: 50%;
      margin: 36px 8.333% 36px 0; }
      .homepageIntroWrapper .homeIntroText h3 {
        margin-bottom: 40px; }
    .homepageIntroWrapper .homeIntroImage {
      width: 41.667%;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0; }
      .homepageIntroWrapper .homeIntroImage .homeIntroImageInner {
        height: 100%;
        margin-right: -50px; }
      .homepageIntroWrapper .homeIntroImage img {
        margin-bottom: 10px;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }

@media only all and (max-width: 600px) {
  .homepageIntroWrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 50px 0; }
    .homepageIntroWrapper .homeIntroText {
      width: 100%;
      margin: 36px 0; }
      .homepageIntroWrapper .homeIntroText h3 {
        margin-bottom: 40px; }
    .homepageIntroWrapper .homeIntroImage {
      display: none; } }

.getInvolvedWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.getInvolvedImageWrapper {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .getInvolvedImageWrapper .getInvolvedImage {
    margin-left: 20px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0; }
  .getInvolvedImageWrapper img {
    margin-bottom: 10px; }

.getInvolvedTextWrapper {
  width: 50%; }
  .getInvolvedTextWrapper .getInvolvedText {
    margin: 0 -50px 0 -20px;
    background: #00A3DA;
    color: #ffffff;
    padding: 150px 72px 108px 72px; }

@media only all and (max-width: 600px) {
  .getInvolvedImageWrapper {
    display: none; }
  .getInvolvedTextWrapper {
    width: 100%; }
    .getInvolvedTextWrapper .getInvolvedText {
      margin: 0 -24px;
      padding: 48px 25px; } }

.homepageSupportBannerWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #3E3E3E;
  color: #ffffff;
  margin: 108px 0 48px;
  padding-top: 48px;
  padding-bottom: 70px; }
  .homepageSupportBannerWrapper .homepageSupportBannerCol {
    position: relative;
    width: 50%;
    text-align: center;
    padding-top: 48px; }
    .homepageSupportBannerWrapper .homepageSupportBannerCol.join:after {
      content: "";
      display: block;
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0;
      right: 0;
      background: #ffffff; }
    .homepageSupportBannerWrapper .homepageSupportBannerCol.join {
      background: url(../images/userWhite.svg) no-repeat center top;
      background-size: 20px 20px; }
    .homepageSupportBannerWrapper .homepageSupportBannerCol.donate {
      background: url(../images/heart.svg) no-repeat center top;
      background-size: 20px 20px; }
  .homepageSupportBannerWrapper .homepageSupportBannerInner {
    padding: 0 36px; }

@media only all and (max-width: 600px) {
  .homepageSupportBannerWrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 24px;
    padding-top: 36px;
    padding-bottom: 36px; }
    .homepageSupportBannerWrapper .homepageSupportBannerCol {
      width: 100%;
      padding-top: 48px; }
      .homepageSupportBannerWrapper .homepageSupportBannerCol.join {
        margin-bottom: 40px; }
      .homepageSupportBannerWrapper .homepageSupportBannerCol.join:after {
        display: none; }
    .homepageSupportBannerWrapper .homepageSupportBannerInner {
      padding: 0; } }

.guideCard {
  width: 33.333%; }

@media only all and (max-width: 600px) {
  .guideCard {
    width: 100%; } }

.homeEvents .eventCard {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .homeEvents .eventCard .cardImage {
    width: 50%;
    margin: 0; }
  .homeEvents .eventCard .cardText {
    position: relative;
    padding-bottom: 60px; }
    .homeEvents .eventCard .cardText .button {
      position: absolute;
      bottom: 0;
      left: 20px; }

@media only all and (max-width: 600px) {
  .homeEvents .eventCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0; }
    .homeEvents .eventCard .cardImage {
      width: 100%;
      margin-bottom: 10px; }
    .homeEvents .eventCard .cardText {
      padding-bottom: 60px; }
      .homeEvents .eventCard .cardText .button {
        position: relative;
        bottom: initial;
        left: initial;
        margin: 10px 0; } }

.spBanner {
  display: block;
  width: 100%;
  min-height: 324px;
  background: #AC005D;
  background: url(../images/sp-hero-image.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
  overflow: auto;
  text-align: center; }
  .spBanner .spLogo {
    width: 100px;
    height: 56px;
    margin: 36px auto 48px; }
  .spBanner h2 {
    width: 83.333%;
    margin: 48px auto 72px;
    font-weight: 700;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    font-family: "franklin-gothic-urw-comp", Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif; }
  .spBanner span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 36px; }

@media only all and (max-width: 600px) {
  .spBanner h2 {
    width: 83.333%;
    margin: 48px auto 72px;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1.5px; } }

.committeeCardsWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 83.333%;
  margin: 72px auto; }

.committeeCard {
  display: block;
  width: 25%;
  color: #3E3E3E;
  text-align: center;
  margin-bottom: 72px;
  line-height: 1; }
  .committeeCard .cardImage {
    width: 83.333%;
    padding-bottom: 83.333%;
    border-radius: 50%; }
  .committeeCard h5 {
    margin: 0; }
  .committeeCard:hover {
    color: #3E3E3E; }

.committeeSingleWrapper {
  position: relative;
  background: #F0F0F0;
  overflow: hidden; }
  .committeeSingleWrapper .committeeSingleInner {
    width: 50%;
    margin: 0 auto;
    padding-top: 25vmin;
    padding-bottom: 100px; }
  .committeeSingleWrapper .committeeSingleImage {
    position: relative;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    margin: 0 auto 36px;
    background: #D1D1D1; }
  .committeeSingleWrapper .committeeSingleText h1 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0;
    text-align: center; }
  .committeeSingleWrapper .committeeSingleText h2 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center; }

.sidewaysTitle {
  position: absolute;
  top: 0%;
  left: 100%;
  width: 10000px;
  font-size: 248px;
  line-height: 265px;
  letter-spacing: -2.48px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translate(0, -100%) rotate(90deg);
          transform: translate(0, -100%) rotate(90deg);
  color: #ffffff;
  opacity: 0.5;
  z-index: 10; }

@media only all and (max-width: 1200px) {
  .committeeSingleWrapper .committeeSingleInner {
    width: 66.667%; }
  .committeeSingleWrapper .committeeSingleImage {
    width: 400px;
    height: 400px; } }

@media only all and (max-width: 900px) {
  .committeeCard {
    width: 33.333%;
    margin-bottom: 48px; }
    .committeeCard .cardImage {
      width: 83.333%;
      padding-bottom: 83.333%; }
  .committeeSingleWrapper .committeeSingleInner {
    width: 83.33%;
    padding-top: 120px; }
  .committeeSingleWrapper .committeeSingleImage {
    width: 340px;
    height: 340px; } }

@media only all and (max-width: 600px) {
  .committeeCardsWrapper {
    width: 100%; }
  .committeeCard {
    width: 50%;
    margin-bottom: 36px; }
    .committeeCard .cardImage {
      width: 83.333%;
      padding-bottom: 83.333%; }
  .committeeSingleWrapper .committeeSingleInner {
    width: 100%; }
  .committeeSingleWrapper .committeeSingleImage {
    width: 260px;
    height: 260px; }
  .sidewaysTitle {
    font-size: 148px;
    line-height: 165px;
    letter-spacing: -1.48px; } }

.rhBannerWrapper {
  position: relative;
  border-top: 12px solid #00A3DA;
  background: #f0f0f0;
  text-align: center;
  padding-top: 108px;
  padding-bottom: 108px; }
  .rhBannerWrapper h2 {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
    width: 50%;
    margin: 0 auto 36px; }
  .rhBannerWrapper p {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    width: 83.333%;
    margin: 0 auto 48px; }

.coursesWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.course {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 36px auto; }
  .course .courseInstitution {
    width: 50%;
    margin-bottom: 36px; }
  .course .courseInstitution__image {
    width: 100%;
    max-width: 200px; }
  .course .courseDetails {
    width: 50%;
    margin-bottom: 36px; }
  .course .courseTitle {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    color: #034CA5;
    font-weight: 500; }
    .course .courseTitle span {
      display: inline-block;
      width: 18px;
      height: 18px;
      background: url(../images/linkIcon.svg) no-repeat center center;
      background-size: contain;
      margin-left: 10px; }

.associationCatWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 72px; }
  .associationCatWrapper .associationCat {
    width: 33.333%; }
  .associationCatWrapper .associations {
    width: 50%;
    margin-bottom: 36px; }
  .associationCatWrapper .associationLink {
    display: inline-block;
    margin-bottom: 24px;
    color: #034CA5;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 500; }
    .associationCatWrapper .associationLink span {
      display: inline-block;
      width: 23px;
      height: 22px;
      margin-left: 10px;
      background: url(../images/linkIcon.svg) no-repeat center center;
      background-size: contain; }
  .associationCatWrapper hr {
    display: block;
    width: 100%; }

.heroFeatureWrapper.singleExhibition {
  display: block; }
  .heroFeatureWrapper.singleExhibition .heroFeatureInner {
    margin-top: 48px; }
    .heroFeatureWrapper.singleExhibition .heroFeatureInner h4 {
      margin-bottom: 12px; }

.exhibitionInfoWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 72px auto; }
  .exhibitionInfoWrapper.event {
    width: 33.333%;
    margin-left: 8.333%;
    float: left; }
    .exhibitionInfoWrapper.event .exhibitionInfo {
      width: 100%; }
  .exhibitionInfoWrapper .exhibitionInfo {
    width: 25%;
    margin: 0 8.333%;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0; }
    .exhibitionInfoWrapper .exhibitionInfo .whenWrapper {
      position: relative;
      margin-bottom: 24px; }
      .exhibitionInfoWrapper .exhibitionInfo .whenWrapper:before {
        content: "";
        display: block;
        position: absolute;
        top: 6px;
        left: -28px;
        width: 20px;
        height: 20px;
        background: url(../images/calendar.svg) no-repeat center center;
        background-size: contain; }
    .exhibitionInfoWrapper .exhibitionInfo .whereWrapper {
      position: relative;
      margin-bottom: 24px; }
      .exhibitionInfoWrapper .exhibitionInfo .whereWrapper:before {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: -28px;
        width: 20px;
        height: 20px;
        background: url(../images/map-pin.svg) no-repeat center center;
        background-size: contain; }
    .exhibitionInfoWrapper .exhibitionInfo .timesWrapper {
      position: relative;
      margin-bottom: 24px; }
      .exhibitionInfoWrapper .exhibitionInfo .timesWrapper:before {
        content: "";
        display: block;
        position: absolute;
        top: 6px;
        left: -28px;
        width: 20px;
        height: 20px;
        background: url(../images/clock.svg) no-repeat center center;
        background-size: contain; }
  .exhibitionInfoWrapper .exhibitionDescription {
    width: 50%; }
    .exhibitionInfoWrapper .exhibitionDescription h2 {
      margin-bottom: 0; }

@media only all and (max-width: 1200px) {
  .exhibitionInfoWrapper {
    margin: 48px auto; }
    .exhibitionInfoWrapper.event {
      width: 33.333%;
      margin-left: 0; }
    .exhibitionInfoWrapper .exhibitionInfo {
      margin-left: 0; }
    .exhibitionInfoWrapper .exhibitionDescription {
      width: 58.333%; } }

@media only all and (max-width: 900px) {
  .exhibitionInfoWrapper {
    margin: 36px auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .exhibitionInfoWrapper.event {
      width: 83.333%;
      margin-left: 8.333%;
      float: none; }
      .exhibitionInfoWrapper.event .exhibitionInfo {
        width: 100%;
        margin: 0; }
    .exhibitionInfoWrapper .exhibitionInfo {
      width: 83.333%;
      margin: 0 8.333%; }
    .exhibitionInfoWrapper .exhibitionDescription {
      width: 83.333%;
      margin: 0 8.333%; } }

@media only all and (max-width: 600px) {
  .exhibitionInfoWrapper {
    margin: 24px auto; }
    .exhibitionInfoWrapper.event {
      margin-left: 0; }
    .exhibitionInfoWrapper .exhibitionInfo {
      margin-left: 0;
      width: 100%; }
      .exhibitionInfoWrapper .exhibitionInfo .whenWrapper {
        padding-left: 35px; }
        .exhibitionInfoWrapper .exhibitionInfo .whenWrapper:before {
          left: 0; }
      .exhibitionInfoWrapper .exhibitionInfo .whereWrapper {
        padding-left: 35px; }
        .exhibitionInfoWrapper .exhibitionInfo .whereWrapper:before {
          left: 0; }
      .exhibitionInfoWrapper .exhibitionInfo .timesWrapper {
        padding-left: 35px; }
        .exhibitionInfoWrapper .exhibitionInfo .timesWrapper:before {
          left: 0; }
    .exhibitionInfoWrapper .exhibitionDescription {
      width: 100%;
      margin: 0; } }

.exhibitionWidgets .textWidget, .exhibitionWidgets .embedWidget, .exhibitionWidgets .linksWidget {
  margin-left: 41.667%; }

@media only all and (max-width: 1200px) {
  .exhibitionWidgets .textWidget, .exhibitionWidgets .embedWidget, .exhibitionWidgets .linksWidget {
    margin-left: 33.333%; } }

@media only all and (max-width: 900px) {
  .exhibitionWidgets .textWidget, .exhibitionWidgets .embedWidget, .exhibitionWidgets .linksWidget {
    margin-left: 8.333%; } }

@media only all and (max-width: 600px) {
  .exhibitionWidgets .textWidget, .exhibitionWidgets .embedWidget, .exhibitionWidgets .linksWidget {
    margin-left: 0; } }

.exhibitionCatalogueContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 24px 0; }
  .exhibitionCatalogueContent .catalogueCoverImage {
    width: 33.33%;
    margin-right: 8.333%; }
  .exhibitionCatalogueContent .catalogueTextWrapper {
    width: 50%;
    margin: 0 8.333% 48px 0; }

.catalogueCardSmall {
  width: 25%; }
  .catalogueCardSmall .cardImage {
    height: auto;
    padding-bottom: 0; }

@media only all and (max-width: 900px) {
  .exhibitionCatalogueContent .catalogueCoverImage {
    width: 33.33%;
    margin-right: 8.333%; }
  .exhibitionCatalogueContent .catalogueTextWrapper {
    width: 58.333%;
    margin: 0 0 36px 0; }
  .catalogueCardSmall {
    width: 50%; }
    .catalogueCardSmall .cardImage {
      height: auto;
      padding-bottom: 0; } }

@media only all and (max-width: 600px) {
  .exhibitionCatalogueContent {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .exhibitionCatalogueContent .catalogueCoverImage {
      width: 66.666%;
      margin-right: 0;
      margin-bottom: 36px; }
    .exhibitionCatalogueContent .catalogueTextWrapper {
      width: 100%;
      margin: 0 0 36px 0; }
  .catalogueCardSmall {
    width: 100%; }
    .catalogueCardSmall .cardImage {
      height: auto;
      padding-bottom: 0; } }

.bluePagesCardsWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 108px; }
  .bluePagesCardsWrapper .bluePagesCard {
    width: 25%;
    margin: 48px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .bluePagesCardsWrapper .bluePagesCard .cardImage {
      padding: 30px 30px 40px;
      height: auto;
      background: #e6e6e6;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .bluePagesCardsWrapper .bluePagesCard .cardImage .cardImageInner {
        position: relative;
        width: 100%;
        /* top:50%; transform: translateY(-50%)  */ }
    .bluePagesCardsWrapper .bluePagesCard .cardText {
      position: relative;
      padding-right: 90px;
      line-height: 25px; }
    .bluePagesCardsWrapper .bluePagesCard .previewButton {
      position: absolute;
      bottom: 2px;
      right: 0;
      text-decoration: underline;
      color: #034CA5;
      margin: 0; }
      .bluePagesCardsWrapper .bluePagesCard .previewButton span {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(../images/downloadBlue.svg) no-repeat center bottom;
        background-size: contain;
        vertical-align: top;
        margin-left: 10px; }
    .bluePagesCardsWrapper .bluePagesCard:hover {
      color: #3E3E3E; }

.bluePagesPopUp {
  overflow: hidden; }

.bluePagesPreviewImageWrapper {
  position: absolute;
  top: 170px;
  bottom: 120px;
  left: 100px;
  right: 100px;
  z-index: 20; }
  .bluePagesPreviewImageWrapper .bluePagesPreviewImage {
    position: relative;
    width: initial;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.25); }

@media only all and (max-width: 1200px) {
  .bluePagesCardsWrapper .bluePagesCard {
    width: 33.333%;
    margin: 36px 0; } }

@media only all and (max-width: 900px) {
  .bluePagesCardsWrapper .bluePagesCard {
    width: 50%;
    margin: 36px 0; }
  .bluePagesPreviewImageWrapper {
    top: 120px;
    bottom: 50px;
    left: 50px;
    right: 50px; } }

@media only all and (max-width: 600px) {
  .bluePagesCardsWrapper .bluePagesCard {
    width: 100%;
    margin: 24px 0; }
  .bluePagesPreviewImageWrapper {
    top: 120px;
    bottom: 20px;
    left: 20px;
    right: 20px; } }

.merchandiseContent {
  margin-bottom: 108px; }

.contactWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 72px; }
  .contactWrapper .contactColumn1 {
    width: 50%;
    position: relative; }
  .contactWrapper .contactColumn2 {
    width: 50%; }

.contactSocials {
  position: absolute;
  bottom: 24px;
  left: 0; }
  .contactSocials ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left; }
    .contactSocials ul li {
      display: inline-block; }
    .contactSocials ul a {
      display: block;
      width: 20px;
      height: 20px;
      margin-right: 20px;
      background: no-repeat;
      background-position: center center;
      background-size: contain;
      text-indent: -9999px; }
      .contactSocials ul a.facebook {
        background-image: url(../images/facebook.svg); }
      .contactSocials ul a.twitter {
        background-image: url(../images/twitter.svg); }
      .contactSocials ul a.instagram {
        background-image: url(../images/instagram.svg); }
      .contactSocials ul a:hover {
        opacity: 0.5; }

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
  -webkit-appearance: none;
  width: 100%;
  padding: 0 15px;
  margin: 12px 0;
  background: #ffffff;
  color: #3E3E3E;
  font-family: "franklin-gothic-urw", Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif;
  font-size: 18px;
  line-height: 46px;
  letter-spacing: 0;
  font-weight: 500;
  border: 1px solid #D1D1D1;
  border-radius: 23px; }

.wpcf7-form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  margin: 12px 0 24px;
  background: #ffffff;
  color: #3E3E3E;
  font-family: "franklin-gothic-urw", Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  border: 1px solid #D1D1D1; }

.wpcf7-form input[type="submit"] {
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  letter-spacing: 0;
  font-weight: 500;
  background: #00D1D9;
  padding: 0 36px;
  color: #3E3E3E !important;
  border-radius: 23px;
  text-decoration: none;
  border: none; }
  .wpcf7-form input[type="submit"]:hover {
    background: #00c8d0; }

.wpcf7-form p {
  margin: 0; }

@media only all and (max-width: 600px) {
  .contactWrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .contactWrapper .contactColumn1 {
      width: 100%; }
    .contactWrapper .contactColumn2 {
      width: 100%; }
  .contactSocials {
    display: none; } }

.signInWrapper {
  width: 33.33%;
  margin: 0 0 72px 50%;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500; }
  .signInWrapper input[type="text"], .signInWrapper input[type="password"] {
    -webkit-appearance: none;
    width: 100%;
    padding: 0 15px;
    margin: 24px 0;
    background: #ffffff;
    color: #3E3E3E;
    font-family: "franklin-gothic-urw", Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif;
    font-size: 18px;
    line-height: 46px;
    letter-spacing: 0;
    font-weight: 500;
    border: 1px solid #D1D1D1;
    border-radius: 23px; }

.supplierRow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .supplierRow .supplierCol {
    width: 25%; }
    .supplierRow .supplierCol a {
      color: #034CA5; }
  .supplierRow .supplierCol__image {
    width: 100%;
    max-width: 300px;
    height: auto; }
  .supplierRow .regionCol {
    width: 25%; }
  .supplierRow .descriptionCol {
    width: 25%;
    margin-right: 8.333%; }
    .supplierRow .descriptionCol p {
      margin-bottom: 12px; }
  .supplierRow .websiteCol {
    width: 16.667%; }
    .supplierRow .websiteCol a {
      font-weight: 500;
      color: #034CA5;
      text-decoration: underline; }
      .supplierRow .websiteCol a:hover {
        text-decoration: none; }
      .supplierRow .websiteCol a.button {
        text-decoration: none; }

@media only all and (max-width: 1200px) {
  .supplierRow .descriptionCol {
    width: 25%;
    margin-right: 0%; }
  .supplierRow .websiteCol {
    width: 25%; } }

/*
@media only all and (max-width:900px) {

	.supplierRow { flex-wrap: wrap;
		.supplierCol { width:50%; margin-bottom: 10px;}
		.regionCol { width:50%;margin-bottom: 10px;}
		.descriptionCol { width:50%; margin-bottom: 10px;}
		.websiteCol { width:50%; }
	}

}
*/
@media only all and (max-width: 900px) {
  .supplierRow {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .supplierRow .supplierCol {
      width: 100%; }
    .supplierRow .regionCol {
      width: 100%; }
    .supplierRow .descriptionCol {
      width: 100%; }
    .supplierRow .websiteCol {
      width: 100%; } }

.formSection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  justify-content: flex-start; }
  .formSection .formCol {
    width: 50%;
    margin: 36px 0; }
    .formSection .formCol.wide {
      width: 100%; }
    .formSection .formCol.formCol__skill {
      width: 33.333%; }
    .formSection .formCol h3, .formSection .formCol h2 {
      margin: 0; }
  .formSection label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0; }
  .formSection input[type="text"], .formSection input[type="password"] {
    -webkit-appearance: none;
    width: 66.667%;
    padding: 0 15px;
    margin: 12px 0 24px;
    background: #ffffff;
    color: #3E3E3E;
    font-family: "franklin-gothic-urw", Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif;
    font-size: 16px;
    line-height: 46px;
    letter-spacing: 0;
    border: 1px solid #D1D1D1;
    border-radius: 23px; }
  .formSection textarea {
    -webkit-appearance: none;
    width: 66.667%;
    padding: 10px;
    margin: 12px 0 24px;
    background: #ffffff;
    color: #3E3E3E;
    font-family: "franklin-gothic-urw", Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    border: 1px solid #D1D1D1; }
  .formSection .priceSpan {
    font-weight: 500; }
  .formSection .formButtonWrapper {
    margin: 36px auto 48px; }
  .formSection hr {
    width: 100%; }

.skillsList {
  margin: 0;
  padding: 0;
  list-style: none; }
  .skillsList li {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0 0 2px;
    padding: 0;
    position: relative; }
    .skillsList li:before {
      content: "\2022";
      display: inline-block;
      color: #00A3DA;
      width: 15px; }
    .skillsList li a, .skillsList li a:visited {
      color: #034CA5;
      text-decoration: underline; }
    .skillsList li a:hover, .skillsList li a:active {
      color: #034CA5;
      text-decoration: none; }

.skillsList__title {
  margin-bottom: 10px;
  min-height: 60px; }

@media only all and (max-width: 1200px) {
  .signInWrapper {
    width: 41.667%;
    margin: 0 0 48px 50%; } }

@media only all and (max-width: 900px) {
  .signInWrapper {
    width: 50%;
    margin: 0 0 48px 25%; }
  .formSection .formCol.formCol__skill {
    width: 50%; }
  .skillsList__title {
    margin-bottom: 10px;
    min-height: 30px; } }

@media only all and (max-width: 600px) {
  .signInWrapper {
    width: 100%;
    margin: 0 0 36px 0; }
  .formSection {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .formSection .formCol {
      width: 100%;
      margin: 12px 0; }
      .formSection .formCol.formCol__skill {
        width: 100%; }
    .formSection input[type="text"], .formSection input[type="password"], .formSection textarea {
      width: 100%; }
  .skillsList__title {
    margin-bottom: 10px;
    min-height: 30px; } }

.designerWrapper .designerIntro {
  width: 50%;
  position: relative;
  margin: 60px auto 100px; }

.designerWrapper .memberType {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 10px;
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 46px;
  letter-spacing: 3.6px;
  font-weight: 500;
  border: 1px solid #00D1D9; }

.designerWrapper h2 {
  margin-bottom: 72px; }

.designerContactWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .designerContactWrapper .colPad {
    width: 50%;
    margin: 72px 0; }
  .designerContactWrapper .designerContactsCol {
    padding-top: 11px; }

@media only all and (max-width: 900px) {
  .designerContactWrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 48px 0; }
    .designerContactWrapper .colPad {
      width: 100%;
      margin: 0; } }

.searchOuter {
  position: relative;
  width: 25%;
  margin: 0 25% 0 0; }
  .searchOuter input[type="text"] {
    position: relative;
    width: 100%;
    height: 46px;
    padding: 10px 56px 10px 10px;
    font-size: 15px;
    line-height: 46px;
    letter-spacing: 0;
    font-weight: 500;
    border: 1px solid #D1D1D1;
    -webkit-appearance: none;
    border-radius: 0;
    color: #000000; }
  .searchOuter .searchsubmit {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    width: 46px;
    height: 46px;
    background: #0095E6 url(../images/search.svg) no-repeat center center;
    background-size: 18px 18px;
    -webkit-appearance: none;
    border: none;
    border-radius: 0; }
  .searchOuter--alt {
    margin: 0 0 20px; }

.region-wrapper {
  position: relative;
  width: 25%;
  margin: 0 0 0 25%; }

.region-wrapper__alt {
  margin: 0 0 20px; }

.region-wrapper__select {
  position: relative;
  width: 100%;
  height: 46px;
  padding: 10px 56px 10px 10px;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
  font-weight: 500;
  border: 1px solid #D1D1D1;
  -webkit-appearance: none;
  border-radius: 0;
  color: #838383; }

.filterWrapper {
  display: block;
  width: 100%;
  text-align: right;
  letter-spacing: 2px;
  margin-bottom: 50px; }
  .filterWrapper a {
    color: #838383; }
    .filterWrapper a.active {
      color: #000000; }

.designerProductionInfo {
  width: 83.333%;
  margin: 40px 0 50px; }

.creditsWrapper {
  width: 50%;
  position: relative;
  margin: 60px auto 100px; }
  .creditsWrapper .creditsInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .creditsWrapper .credit {
    width: 50%;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 20px; }
  .creditsWrapper.productionInfoWrapper {
    margin: 100px auto 60px; }

@media only all and (max-width: 1200px) {
  .searchOuter {
    width: 33.333%;
    margin: 0 16.6667% 0 0; }
    .searchOuter--alt {
      margin: 0 0 20px; }
  .region-wrapper {
    width: 33.333%;
    margin: 0 0 0 16.667%; }
  .region-wrapper__alt {
    margin: 0 0 20px; }
  .designerWrapper .designerIntro {
    width: 66.667%; }
  .designerWrapper h2 {
    margin-bottom: 48px; }
  .creditsWrapper {
    width: 66.667%; } }

@media only all and (max-width: 900px) {
  .searchOuter {
    width: 50%;
    margin-right: 0; }
    .searchOuter .searchsubmit {
      right: 10px; }
    .searchOuter--alt {
      margin: 0 0 20px; }
  .region-wrapper {
    width: 50%;
    margin: 0; }
  .designerWrapper .designerIntro {
    width: 83.33%; }
  .designerWrapper h2 {
    margin-bottom: 36px; }
  .creditsWrapper {
    width: 83.333%; } }

@media only all and (max-width: 600px) {
  .filterWrapper {
    text-align: left; }
  .searchOuter {
    width: 100%;
    margin: 0 0 20px 0; }
    .searchOuter .searchsubmit {
      right: 5px; }
  .region-wrapper {
    width: 100%;
    margin: 0 0 20px 0; }
  .designerWrapper .designerIntro {
    width: 100%; }
  .designerWrapper h2 {
    margin-bottom: 24px; }
  .designerWrapper .memberType {
    position: relative;
    top: initial;
    right: initial;
    padding: 0 20px;
    margin: 0 0 24px; }
  .creditsWrapper {
    width: 100%; }
    .creditsWrapper .credit {
      width: 100%; } }

.supportersWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 83.333%;
  max-width: 1250px;
  margin: 72px auto; }
  .supportersWrapper .supporterCard {
    position: relative;
    width: 16.66%;
    margin-bottom: 48px; }
    .supportersWrapper .supporterCard .imageWrapper {
      position: relative;
      height: 0;
      padding-bottom: 100%; }
      .supportersWrapper .supporterCard .imageWrapper img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        -o-object-fit: contain;
           object-fit: contain; }

@media only all and (max-width: 900px) {
  .supportersWrapper {
    width: 66.66%;
    margin: 48px auto; }
    .supportersWrapper .supporterCard {
      width: 25%; } }

@media only all and (max-width: 600px) {
  .supportersWrapper {
    width: 100%;
    margin: 48px auto; }
    .supportersWrapper .supporterCard {
      width: 50%; }
      .supportersWrapper .supporterCard .imageWrapper {
        position: relative;
        height: auto;
        padding-bottom: 0; }
        .supportersWrapper .supporterCard .imageWrapper img {
          position: relative;
          width: 75%;
          height: auto;
          margin: auto;
          -o-object-fit: unset;
             object-fit: unset; } }
/*# sourceMappingURL=style.css.map */

.colPad > img {
	width: 50%;
	margin: 0 auto;
}
.col-3, .cardWrapper {
	justify-content: center;
}
.col-3 {
	width: 90%;
}
@media only screen and (min-width:768px) {
	.col-3 {
		width:30%;
	}
}
