@charset "utf-8";
.size-11 {
  font-size: 11px;
}
.size-12 {
  font-size: 12px;
}
.size-13 {
  font-size: 13px;
}
.size-14 {
  font-size: 14px;
}
.size-15 {
  font-size: 15px;
}
.size-16 {
  font-size: 16px;
}
.size-17 {
  font-size: 17px;
}
.size-18 {
  font-size: 18px;
}
.size-19 {
  font-size: 19px;
}
.size-20 {
  font-size: 20px;
}
.size-21 {
  font-size: 21px;
}
.size-22 {
  font-size: 22px;
}
.size-23 {
  font-size: 23px;
}
.size-24 {
  font-size: 24px;
}
.size-25 {
  font-size: 25px;
}
.size-26 {
  font-size: 26px;
}
.size-27 {
  font-size: 27px;
}
.size-28 {
  font-size: 28px;
}
.size-29 {
  font-size: 29px;
}
.size-30 {
  font-size: 30px;
}
.size-32 {
  font-size: 32px;
}
.size-34 {
  font-size: 34px;
}
.size-36 {
  font-size: 36px;
}
.size-48 {
  font-size: 48px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.font-bold {
  font-weight: bold;
}
.font-normal {
  font-weight: normal !important;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.iblock {
  display: inline-block;
}
.none,
.hide,
.notvis {
  display: none;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.rel {
  position: relative;
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
}
.flex {
  display: flex;
  align-items: stretch;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.around {
  justify-content: space-around;
}
.flex.evenly {
  justify-content: space-evenly;
}
.flex.fend {
  align-items: flex-end;
}
.flex.fcenter {
  align-items: center;
}
.flex.fbase {
  align-items: baseline;
}
.flex > *.grow {
  flex-grow: 1;
}
.flex > *.shrink {
  flex-shrink: 1;
}
.flex > *.force-block {
  flex-basis: 100% !important;
}
.bg-white {
  background-color: white;
}
.bg-black {
  background-color: black;
}
.colour-white {
  color: white;
}
.colour-black {
  color: black;
}
.colour-red {
  color: red;
}
.colour-green {
  color: green;
}
.va-top {
  vertical-align: top;
}
.va-middle {
  vertical-align: middle;
}
.no-margin {
  margin: 0px;
}
.no-padding {
  padding: 0px;
}
.no-border {
  border: 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
@font-face {
  font-family: "MetroELight";
  src: url("../_fonts/MetroELight.woff2") format("woff2"), url("../_fonts/MetroELight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetroSemi";
  src: url("../_fonts/MetroSemi.woff2") format("woff2"), url("../_fonts/MetroSemi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Metro";
  src: url("../_fonts/Metro.woff2") format("woff2"), url("../_fonts/Metro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.o-0 {
  opacity: 0;
}
.o-70 {
  opacity: 0.7;
}
.o-80 {
  opacity: 0.8;
}
.o-90 {
  opacity: 0.9;
}
.o-90:hover,
.o-80:hover,
.o-70:hover,
.hover:hover,
.o-100 {
  opacity: 1;
}
@keyframes test {
  0%,
  100% {
    font-size: 22px;
  }
  10%,
  90% {
    font-size: 24px;
  }
  20%,
  80% {
    font-size: 26px;
  }
  30%,
  70% {
    font-size: 28px;
  }
  40%,
  60% {
    font-size: 30px;
  }
  50% {
    font-size: 36px;
  }
}
@keyframes rot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
* {
  outline: none;
  position: relative;
  z-index: 2;
}
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
body {
  overflow-x: hidden;
}
html:lang(ru) body {
  font-family: Arial;
}
a,
a img {
  border: 0;
  text-decoration: none;
  outline: 0;
}
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
}
img[data-src] {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
img[data-src][src] {
  opacity: 1;
}
#wrap-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#cookie-info-wrap {
  position: fixed;
  z-index: 9000;
  width: 100%;
  font-family: inherit;
  bottom: 0px;
  background-color: white;
}
#cookie-info {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0px;
  text-align: center;
}
#cookie-info > span {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  text-align: left;
  padding-left: 3%;
}
#cookie-info-accept {
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
  background-color: green;
  color: white;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1100px) {
  #cookie-info > span {
    width: 75%;
  }
}
@media (max-width: 800px) {
  #cookie-info > span {
    width: 100%;
    padding-left: 0px;
    padding-top: 2%;
    text-align: center;
  }
}
#promobox {
  width: 100%;
  text-align: center;
  height: 96%;
}
#promobox #promobox-inside {
  width: 96%;
  margin: 0 auto;
}
#promobox #promobox-inside #promobox-text {
  display: block;
  top: 2%;
}
#promobox #promobox-inside #promobox-text > span {
  display: block;
  padding: 10px 0px;
  text-align: center;
}
#promobox #promobox-inside #promobox-image {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
#promobox #promobox-inside #promobox-image img {
  top: 0px !important;
  position: relative !important;
  display: block;
  margin: 0 auto;
}
#promobox .mfp-close {
  top: 0px;
  right: 15px;
  font-size: 50pxpx;
  background-color: white;
}
.navigation,
.navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 9;
}
.navigation li {
  cursor: pointer;
}
.navigation li > a {
  color: inherit;
}
#nav-trigger {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 54px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  z-index: 10;
}
#nav-trigger > span {
  background-color: white;
  width: 70%;
  margin: 9px auto;
  display: block;
  height: 6px;
}
@media (max-width: 1100px) {
  #nav-trigger {
    display: block;
  }
  #wrap-top #wrap-nav {
    position: absolute;
    top: 54px;
    right: calc(-2% - 1px);
    width: 300px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
  }
  #wrap-top #wrap-nav #menu {
    width: 300px;
    min-height: 100px;
    right: 0px;
    transition: all 0.5s ease-in-out;
  }
  #wrap-top #wrap-nav.hide {
    width: 0px;
    transition: all 0.5s ease-in-out;
  }
  #wrap-top #wrap-nav.hide #menu {
    transition: all 0.5s ease-in-out;
  }
}
#wrap-top {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 99;
}
#wrap-slideshow {
  width: 100%;
}
#wrap-slideshow #slideshow {
  width: 100%;
  overflow: hidden;
}
#wrap-slideshow #slideshow .slide {
  width: 100%;
  height: 100%;
}
#wrap-slideshow #slideshow .slide:nth-child(1) img {
  opacity: 0;
}
#wrap-slideshow #slideshow .slide-text {
  opacity: 0;
}
.font {
  font-family: "Metro";
}
.font-sb {
  font-family: "MetroSemi";
}
.font-el {
  font-family: "MetroELight";
}
.colour-pink {
  color: #da2d9d;
}
.colour-blue {
  color: #0fa5dd;
}
.colour-yellow {
  color: #e9ac23;
}
.colour-white {
  color: white;
}
.content {
  width: 96%;
  margin: 0 auto;
  max-width: 1182px;
}
.pink-cta {
  background-color: #da2d9d;
  color: white;
  font-family: "MetroELight";
  cursor: pointer;
  padding: 10px 30px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  display: inline-block;
}
.pink-cta:hover {
  background-color: #0fa5dd;
}
.pink-cta * {
  color: white;
  text-decoration: none;
  font-family: "Metro";
}
.c {
  clear: both;
}
h2.header {
  font-size: 72px;
  font-family: "MetroELight";
}
h2.header::before {
  content: "";
  width: 29px;
  height: 49px;
  background: url("_images/droplets.png") no-repeat top center;
  position: absolute;
  left: -40px;
  top: 20px;
}
h2.header.nd::before {
  display: none;
}
h2.header.small {
  font-size: 36px;
}
img[src*="pinb.png"] {
  top: 8px;
}
body,
html {
  font-family: "MetroELight";
  font-size: 20px;
  line-height: 1.4;
}
#wrap-top {
  padding: 15px 0px 15px 0px;
  transition: all 0.5s ease-in-out;
}
#wrap-top .content {
  display: grid;
  grid-template-columns: 1fr 90px;
  align-items: center;
  grid-template-rows: auto auto;
  grid-template-areas: "logo social" "nav nav";
  grid-gap: 15px;
}
#wrap-top #logo {
  margin-right: 20px;
  grid-area: logo;
}
#wrap-top #logo img {
  width: 364px;
  height: 65px;
  transition: all 0.5s ease-in-out;
}
#wrap-top #wrap-nav {
  display: block;
  grid-area: nav;
}
#wrap-top #wrap-nav #menu {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-right: 40px;
}
#wrap-top #wrap-nav #menu.reverse {
  flex-direction: row-reverse;
}
#wrap-top #wrap-nav #menu.around {
  justify-content: space-around;
}
#wrap-top #wrap-nav #menu.evenly {
  justify-content: space-evenly;
}
#wrap-top #wrap-nav #menu.fend {
  align-items: flex-end;
}
#wrap-top #wrap-nav #menu.fcenter {
  align-items: center;
}
#wrap-top #wrap-nav #menu.fbase {
  align-items: baseline;
}
#wrap-top #wrap-nav #menu > *.grow {
  flex-grow: 1;
}
#wrap-top #wrap-nav #menu > *.shrink {
  flex-shrink: 1;
}
#wrap-top #wrap-nav #menu > *.force-block {
  flex-basis: 100% !important;
}
#wrap-top #wrap-nav #menu li.lvl0 > a {
  font-size: 18px;
  transition: all 0.5s ease-in-out;
  font-family: "Metro";
}
#wrap-top #wrap-nav #menu li.lvl0:hover > a,
#wrap-top #wrap-nav #menu li.lvl0.active > a {
  color: #0fa5dd;
}
#wrap-top #wrap-nav #menu li.lvl0 .nav-ul-1 {
  display: none;
  position: absolute;
  top: 30px;
}
#wrap-top #wrap-social {
  text-align: right;
}
#wrap-top #wrap-social #lin {
  display: block;
  height: 51px;
  transition: all 0.5s ease-in-out;
  grid-area: social;
}
#wrap-top #wrap-social #lin img {
  width: 51px;
  height: 51px;
  transition: all 0.5s ease-in-out;
}
#wrap-top.docked {
  background: white;
  padding: 10px 0px;
}
#wrap-top.docked #menu::before {
  opacity: 0 !important;
}
#wrap-top.docked #logo img {
  width: 200px;
  height: 38px;
}
#wrap-top.docked #wrap-social #lin {
  height: 30px;
}
#wrap-top.docked #wrap-social #lin img {
  height: 30px;
  width: 30px;
}
#wrap-top #nav-trigger {
  background: #0fa5dd;
}
#wrap-main {
  background: url("_images/bg.jpg") no-repeat top center;
  padding-bottom: 100px;
  background-size: cover;
}
#wrap-main #main-top {
  display: grid;
  grid-template-columns: 1fr 660px;
  padding: 50px 0px;
}
#wrap-main #main-top > div:nth-child(1) {
  padding-right: 10%;
}
#wrap-main #main-top > div:nth-child(1) > img {
  max-width: 100%;
  height: auto;
}
#wrap-main #main-top > div:nth-child(2) {
  padding-left: 10%;
  font-size: 48px;
  font-family: "MetroELight";
}
#wrap-main #main-top > div:nth-child(2) .colour-blue {
  max-width: 530px;
}
#wrap-main #main-bottom {
  display: grid;
  grid-template-columns: 1fr 660px;
  padding-bottom: 50px;
  text-align: justify;
  align-items: center;
}
#wrap-main #main-bottom #upcoming {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  right: -120px;
  margin-top: -100px;
}
#wrap-main #main-bottom #upcoming > div {
  background: url("_images/circle.png") no-repeat center center;
  background-size: contain;
  justify-self: stretch;
}
#wrap-main #main-bottom #upcoming > div > div {
  padding: 120px 0px;
  margin: 0 auto;
  font-size: 18px;
  max-width: 420px;
}
#wrap-main #main-bottom #upcoming > div > div img {
  vertical-align: middle;
  margin-bottom: 10px;
}
#wrap-main #main-bottom #upcoming > div h2 {
  font-size: 50px;
  border-bottom: 1px solid #0fa5dd;
  font-family: "MetroELight";
  text-align: center;
  max-width: 385px;
}
#wrap-main #main-bottom #upcoming > div h2::before {
  left: auto;
  top: -40px;
  right: 0px;
}
body.up-0 #wrap-main #main-bottom {
  grid-template-columns: 1fr;
  padding-bottom: 140px;
}
body.up-0 #wrap-main #main-bottom #mission {
  max-width: 600px;
  width: 96%;
  margin: 0 auto;
}
body.page #wrap-main {
  padding-bottom: 160px;
}
body.page #wrap-content:before {
  height: 200px;
  background-size: 100% 80%;
  top: -160px;
}
#wrap-content {
  padding: 0px 0px 140px 0px;
  background: white;
  margin-top: 100px;
}
#wrap-content:before {
  width: 100%;
  height: 338px;
  content: " ";
  background: url("_images/wave.01.png") no-repeat top center;
  position: absolute;
  top: -200px;
  z-index: 5;
}
#wrap-content:after {
  width: 100%;
  height: 147px;
  content: " ";
  background: url("_images/wave.02.png") no-repeat top center;
  position: absolute;
  bottom: 0px;
  z-index: 5;
}
#wrap-content .content {
  z-index: 55;
}
#wrap-content #home-content {
  padding-left: 240px;
}
#wrap-content #home-content #home-image {
  position: absolute;
  top: -200px;
  right: calc(100% - 199px);
}
#wrap-content #gallery {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 10px;
  padding: 30px 0px;
}
#wrap-content #gallery a {
  padding-bottom: 100%;
  height: 0px;
}
#wrap-content #gallery a .img {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
}
#wrap-content #gallery a .img img {
  position: absolute;
}
#wrap-past {
  background: #e0e2e5;
  padding-bottom: 25px;
}
#wrap-past h2 {
  margin-bottom: 25px;
}
#wrap-past h2 span {
  border-bottom: 1px solid #e9ac23;
}
#wrap-past #past-event #images {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  width: 100%;
  margin: 25px 0px;
}
#wrap-past #past-event #images a {
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 100%;
}
#wrap-past #past-event #images a img {
  position: absolute;
  transition: all 0.5s ease-in-out;
}
#wrap-past #past-event #images a:hover img {
  transform: scale(1.1);
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#wrap-us {
  background: #e9ac23;
  text-align: center;
  padding: 60px 0px 200px 0px;
}
#wrap-us:after {
  width: 100%;
  height: 145px;
  content: " ";
  background: url("_images/wave.03.png") no-repeat top center;
  position: absolute;
  bottom: -1px;
  z-index: 5;
  left: 0px;
}
#wrap-us #women-w {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
}
#wrap-us #women-w #prev {
  transform: rotate(180deg);
}
#wrap-us #women-w #next,
#wrap-us #women-w #prev {
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
  cursor: pointer;
  top: -80px;
}
#wrap-us #women-w #next:hover,
#wrap-us #women-w #prev:hover {
  opacity: 1;
}
#wrap-us #women-w #next {
  left: 10px;
}
#wrap-us #women-w #women-s {
  overflow: hidden;
}
#wrap-us #women-w #women-s .s {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  width: 100%;
  justify-content: center;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-name: fadeIn;
  animation-duration: 1s;
  opacity: 0;
  display: none;
}
#wrap-us #women-w #women-s .s.show {
  opacity: 1;
  display: grid;
}
#wrap-us #women-w #women-s .s a {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
#wrap-us #women-w #women-s .s a .img {
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 100%;
  display: block;
}
#wrap-us #women-w #women-s .s a .img img {
  position: absolute;
  transition: all 0.5s ease-in-out;
}
#wrap-us #women-w #women-s .s a .name {
  margin: 10px 0px;
  transition: all 0.5s ease-in-out;
}
#wrap-us #women-w #women-s .s a:hover .name {
  color: black;
}
#wrap-us #women-w #women-s .s a:hover img {
  transform: scale(1.1);
}
#wrap-us #women-w #women-s .s a img.block {
  margin: 0 auto;
}
#wrap-us #women-w #women-s .s:last-of-type {
  grid-template-columns: 1fr 1fr;
}
#wrap-us #women-w #women-s .s:last-of-type a {
  width: calc((100% / 3) * 2);
  max-width: 334px;
}
#wrap-us #women-w #women-s .s:last-of-type a:first-of-type {
  justify-self: end;
}
#wrap-join {
  z-index: 4;
}
#wrap-join #join-us-text {
  width: 50%;
  margin-left: 50%;
}
#wrap-join #join-us-text #join-bubble {
  position: absolute;
  right: calc(100% + 40px);
  width: 50%;
  background: #0fa5dd;
  color: white;
  border-radius: 120%;
  width: 120%;
  padding-bottom: 120%;
  height: 0px;
  border: 10px solid transparent;
  top: -160px;
}
#wrap-join #join-us-text #join-bubble:before {
  content: " ";
  border: 1px solid #da2d9d;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  position: absolute;
  border-radius: 100%;
}
#wrap-join #join-us-text #join-bubble .h {
  color: white;
  font-size: 72px;
  font-family: "MetroELight";
  border-bottom: 1px solid white;
  margin-bottom: 25px;
}
#wrap-join #join-us-text #join-bubble > div {
  padding: 0px 160px;
  text-align: justify;
}
#wrap-signup {
  background: #e0e2e5;
  padding-top: 30px;
}
#wrap-signup h2.colour-pink {
  margin-left: calc(50% + 40px);
}
#wrap-signup form {
  margin-top: 70px;
}
#wrap-signup form #form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 46px;
}
#wrap-signup form #form .field label {
  display: block;
}
#wrap-signup form #form .field label.req::after {
  content: "* required";
  color: red;
  font-size: 14px;
  margin-left: 10px;
}
#wrap-signup form #form .field input,
#wrap-signup form #form .field select {
  width: calc(100% - 20px);
  padding: 15px 10px;
  border: 0px;
  font-family: "MetroELight";
  display: block;
  font-size: 24px;
  background: white;
}
#wrap-signup form #form .field select {
  width: 100%;
  background: white;
}
#wrap-signup form #form .field#wgm {
  display: none;
  grid-template-columns: 220px 200px 1fr;
  grid-gap: 10px;
  margin-top: 33px;
}
#wrap-signup form #form .field#wgm .check {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  cursor: pointer;
}
#wrap-signup form #form .field#wgm .check:after {
  height: 60px;
  width: 60px;
  background: white;
  position: absolute;
  top: 0px;
  left: 0px;
  content: " ";
  transition: all 0.5s ease-in-out;
  font-size: 60px;
  color: white;
  cursor: pointer;
}
#wrap-signup form #form .field#wgm .check input {
  height: 60px;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
#wrap-signup form #form .field#wgm .check.checked:after {
  content: "\2713";
  font-size: 60px;
  text-align: center;
  background: #0fa5dd;
  line-height: 65px;
}
#wrap-signup form #form .field#wgm.show {
  display: grid;
}
#wrap-signup form input[type="submit"] {
  background-color: #da2d9d;
  color: white;
  font-family: "MetroELight";
  cursor: pointer;
  padding: 10px 30px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  font-size: 30px;
  border: 0px;
  margin-top: 40px;
}
#wrap-signup form input[type="submit"]:hover {
  background-color: #0fa5dd;
}
#wrap-signup form input[type="submit"] * {
  color: white;
  text-decoration: none;
  font-family: "Metro";
}
#wrap-signup form #error,
#wrap-signup form #ok {
  font-family: "Metro";
  text-align: center;
  background: white;
  padding: 10px 0px;
  font-size: 16px;
  margin-bottom: 20px;
}
#wrap-signup form #error {
  color: red;
}
#wrap-signup form #ok {
  color: green;
}
#wrap-signup #line {
  width: 100%;
  max-width: 1000px;
  height: 1px;
  margin: 40px auto 25px auto;
  background: #0fa5dd;
}
#wrap-signup #contact-us {
  text-align: center;
}
#wrap-signup #contact-us h2 {
  margin-bottom: 15px;
}
footer {
  background: white;
  padding: 120px 0px 40px 0px;
}
footer .content {
  z-index: 6;
}
footer:before {
  width: 100%;
  height: 157px;
  position: absolute;
  top: 0px;
  z-index: 5;
  content: " ";
  background: url("_images/wave.04.png") no-repeat top center;
  left: 0px;
}
footer a {
  display: block;
  text-align: center;
  color: #f1ca31;
  font-size: 11px;
}
#cookie-info-wrap #cookie-info {
  font-size: 12px;
}
#cookie-info-wrap #cookie-info #cookie-info-accept {
  background: #da2d9d;
  transition: all 0.5s ease-in-out;
}
#cookie-info-wrap #cookie-info #cookie-info-accept:hover {
  background: #0fa5dd;
}
@media (max-width: 1100px) {
  #wrap-top {
    padding: 0px;
  }
  #wrap-top #logo {
    padding-top: 10px;
  }
  #wrap-top .content {
    grid-template-columns: 1fr 110px;
    align-items: start;
  }
  #wrap-top #wrap-social {
    text-align: left;
    border-left: 0px;
  }
  #wrap-top #wrap-social #lin img {
    width: 40px;
    height: 40px;
    top: 10px;
  }
  #wrap-top.docked {
    padding: 0px;
  }
  #wrap-top #wrap-nav {
    background: #0fa5dd;
    width: 260px;
    grid-area: none;
  }
  #wrap-top #wrap-nav #menu {
    display: block;
    padding-right: 0px;
    width: 260px;
  }
  #wrap-top #wrap-nav #menu li a {
    display: block;
    padding: 5px;
    color: white;
  }
  #wrap-top #wrap-nav #menu li:hover > a,
  #wrap-top #wrap-nav #menu li.active > a {
    color: #0fa5dd;
    background: white;
  }
  #wrap-main #main-top {
    padding: 30px 0px;
  }
  #wrap-main #main-top > div:first-of-type {
    text-align: center;
  }
  #wrap-main #main-top > div:last-of-type {
    font-size: 30px;
  }
  #wrap-main #main-top img[src*="wwsn"] {
    width: 200px;
    height: 145px;
  }
  #wrap-main #main-bottom {
    display: block;
  }
  #wrap-main #main-bottom #mission {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #wrap-main #main-bottom #mission h2 {
    display: inline-block;
  }
  #wrap-main #main-bottom #upcoming {
    margin-top: 0px;
    right: 0px;
  }
  #wrap-main #main-bottom #upcoming > div {
    text-align: center;
  }
  #wrap-main #main-bottom #upcoming > div h2 {
    font-size: 36px;
    padding-left: 0px;
    display: inline-block;
    margin-bottom: 15px;
  }
  #wrap-content {
    padding-bottom: 100px;
  }
  #wrap-content #home-image {
    display: none;
  }
  #wrap-content #home-content {
    padding-left: 0px;
    top: -60px;
  }
  h2.header {
    padding-left: 40px;
  }
  h2.header:before {
    left: 0px;
  }
  #contact-us h2.header {
    padding: 0;
  }
  #wrap-join #join-us-text {
    width: 100%;
    margin-left: 0px;
    text-align: center;
    padding-bottom: 30px;
  }
  #wrap-join #join-us-text img[src*="droplets"] {
    margin: 0 auto;
    top: 20px;
  }
  #wrap-join #join-us-text #join-bubble {
    position: relative;
    margin: 0 auto;
    width: 100%;
    top: 0px;
    right: 0px;
    padding-bottom: 500px;
    width: 500px;
  }
  #wrap-join #join-us-text #join-bubble > div {
    padding: 0px 60px;
    font-size: 22px;
  }
  #wrap-join #join-us-text #join-bubble > div .h {
    font-size: 40px;
    text-align: center;
  }
  #wrap-signup h2.colour-pink {
    margin-left: 0px;
    text-align: center;
    display: inline-block;
  }
  #wrap-signup .content {
    text-align: center;
  }
  #wrap-signup form #form {
    display: block;
  }
  #wrap-signup form #form .field {
    margin-bottom: 15px;
  }
  #wrap-signup form #form label {
    text-align: left;
  }
}
@media (max-width: 800px) {
  #wrap-main #main-top {
    display: block;
  }
  #wrap-main #main-top > div:nth-child(1) {
    padding: 0;
  }
  #wrap-main #main-top > div:nth-child(2) {
    padding: 0;
    text-align: center;
  }
  #wrap-main #main-top > div:nth-child(2) .colour-blue {
    max-width: 100%;
  }
  body.page #wrap-content:before {
    background-size: cover;
  }
  .align-justify {
    text-align: left;
  }
}
@media (max-width: 600px) {
  #wrap-main #main-top > div:nth-child(1) > img {
    max-width: 150px;
  }
  #wrap-top {
    background: white;
  }
  #wrap-top #logo img {
    width: 200px;
    height: 38px;
  }
  #wrap-top #wrap-social #lin {
    height: 30px;
  }
  #wrap-top #wrap-social #lin img {
    height: 30px;
    width: 30px;
  }
  h2.header {
    font-size: 48px;
  }
  h2.header:before {
    top: 5px;
  }
  #wrap-past #past-event #images {
    display: block;
  }
  #wrap-past #past-event #images a {
    display: block;
    width: 300px;
    padding-bottom: 300px;
    margin: 0px auto 10px auto;
  }
  #wrap-content #home-content {
    top: 0px;
    text-align: center;
  }
  #wrap-content h2 {
    text-align: center;
    display: inline-block;
  }
  #wrap-content:before {
    top: -120px;
    background-size: cover;
    height: 200px;
    left: 0px;
  }
  #wrap-past {
    text-align: center;
  }
  #wrap-past h2 {
    text-align: center;
    display: inline-block;
  }
  #wrap-signup form #form .field#wgm {
    grid-template-columns: 35% 35% 1fr;
  }
  #wrap-signup form #form .field#wgm .check:after {
    width: 40px;
    height: 40px;
  }
  #wrap-signup form #form .field#wgm .check:hover:after,
  #wrap-signup form #form .field#wgm .check.checked:after {
    line-height: 45px;
    font-size: 40px;
  }
  #wrap-signup form #form .field#wgm .check input {
    height: 40px;
  }
  #wrap-signup form #form .field#wgm .check {
    grid-template-columns: 45px 1fr;
  }
  #wrap-us h2 {
    font-size: 30px;
  }
  #wrap-us #women-w #women-s .s.show {
    display: block;
  }
  #wrap-us #women-w #women-s .s a {
    display: grid;
    grid-template-columns: 40% 60%;
    margin-top: 20px;
    align-items: center;
  }
  #wrap-us #women-w #women-s .s:last-of-type a {
    width: 100%;
    max-width: 100%;
  }
  #wrap-main #main-bottom #upcoming > div {
    background: white;
    width: 104%;
    left: -2%;
  }
  #wrap-main #main-bottom #upcoming > div > div {
    padding: 50px 20px;
  }
  #wrap-join #join-us-text #join-bubble {
    width: 360px;
    padding-bottom: 360px;
    margin-top: -20px;
  }
  #wrap-join #join-us-text #join-bubble > div {
    padding: 0px 20px;
    font-size: 16px;
  }
  #wrap-signup form #form .field#wgm {
    grid-template-columns: 1fr 1fr;
  }
  #wrap-us #women-w #women-s .s a img.block {
    width: 30px;
    height: 30px;
  }
  #wrap-content #gallery {
    grid-template-columns: 1fr 1fr;
  }
  #wrap-content .content {
    width: 90%;
  }
  #wrap-main #main-bottom #upcoming > div > div {
    text-align: center;
  }
  #wrap-main #main-bottom #upcoming > div > div .pink-cta {
    display: block;
    margin: 0px auto;
  }
}
@media (max-width: 460px) {
  #wrap-join #join-us-text #join-bubble:before {
    display: none;
  }
  #wrap-join #join-us-text #join-bubble {
    border-radius: 0px;
    width: 100%;
    margin: 0;
    padding-bottom: 0px;
    height: auto;
    border: 0px;
  }
  #wrap-join #join-us-text #join-bubble > div {
    padding: 20px;
  }
}
@media (max-width: 400px) {
  #upcoming img[src*="women_united"] {
    display: block;
    margin: 0 auto !important;
    float: none !important;
    clear: both;
  }
  #contact-us h2 {
    font-size: 30px;
  }
  #wrap-signup form #form .field#wgm {
    grid-template-columns: 1fr;
  }
  #wrap-join #join-us-text div[style*="margin-left: 20px"] {
    margin-left: 0px !important;
  }
}
