
@media (max-width: 767px) {
  .mobile {
    display: none;
  }

  .desktop {
    display: initial;
  }
}

@media (min-width: 767px) {
  .mobile {
    display: initial;
  }

  .desktop {
    display: none;
  }
}


html {
  height: 100%;
}
html,
body {
  border: none;
  padding: 0px;
  margin: 0px;
}
body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow: scroll !important;
}
.fluid-height {
  height: 100%;
  width: 100%;
}
.no-display {
  display: none !important;
}
.no-select {
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.no-pointer-events {
  pointer-events: none !important;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.no-overflow {
  overflow: hidden !important;
}
.strong {
  font-weight: 700 !important;
}
.thin {
  font-weight: 100 !important;
}
.focus-float {
  clear: both;
  float: center;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
[ng-cloak] {
  display: none !important;
}
.fill-view {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.valign-container {
  display: table;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
}
.valign-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@-o-keyframes radialRight {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50%, 100% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes radialRight {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50%, 100% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
@-webkit-keyframes radialRight {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50%, 100% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
@-o-keyframes radialLeft {
  0%, 50% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes radialLeft {
  0%, 50% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
@-webkit-keyframes radialLeft {
  0%, 50% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
@-o-keyframes shrink {
  0% {
    top: 20px;
    height: 122px;
  }
  100% {
    top: 0px;
    height: 94px;
  }
}
@-moz-keyframes shrink {
  0% {
    top: 20px;
    height: 122px;
  }
  100% {
    top: 0px;
    height: 94px;
  }
}
@-webkit-keyframes shrink {
  0% {
    top: 20px;
    height: 122px;
  }
  100% {
    top: 0px;
    height: 94px;
  }
}
@-o-keyframes fadePulse {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadePulse {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadePulse {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes slideUp {
  0% {
    top: 72px;
  }
  100% {
    top: 36px;
  }
}
@-moz-keyframes slideUp {
  0% {
    top: 72px;
  }
  100% {
    top: 36px;
  }
}
@-webkit-keyframes slideUp {
  0% {
    top: 72px;
  }
  100% {
    top: 36px;
  }
}
@-o-keyframes squish {
  0% {
    height: 172px;
  }
  100% {
    height: 94px;
  }
}
@-moz-keyframes squish {
  0% {
    height: 172px;
  }
  100% {
    height: 94px;
  }
}
@-webkit-keyframes squish {
  0% {
    height: 172px;
  }
  100% {
    height: 94px;
  }
}
@-o-keyframes shrinkMobi {
  0% {
    top: 20px;
    height: 122px;
  }
  100% {
    top: 0px;
    height: 64px;
  }
}
@-moz-keyframes shrinkMobi {
  0% {
    top: 20px;
    height: 122px;
  }
  100% {
    top: 0px;
    height: 64px;
  }
}
@-webkit-keyframes shrinkMobi {
  0% {
    top: 20px;
    height: 122px;
  }
  100% {
    top: 0px;
    height: 64px;
  }
}
@-o-keyframes squishMobi {
  0% {
    height: 172px;
  }
  100% {
    height: 64px;
  }
}
@-moz-keyframes squishMobi {
  0% {
    height: 172px;
  }
  100% {
    height: 64px;
  }
}
@-webkit-keyframes squishMobi {
  0% {
    height: 172px;
  }
  100% {
    height: 64px;
  }
}
@-moz-keyframes radialRight {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50%, 100% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
@-webkit-keyframes radialRight {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50%, 100% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
@-o-keyframes radialRight {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50%, 100% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
@keyframes radialRight {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50%, 100% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes radialLeft {
  0%, 50% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
@-webkit-keyframes radialLeft {
  0%, 50% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
@-o-keyframes radialLeft {
  0%, 50% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
@keyframes radialLeft {
  0%, 50% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes shrink {
  0% {
    top: 20px;
    height: 122px;
  }
  100% {
    top: 0px;
    height: 94px;
  }
}
@-webkit-keyframes shrink {
  0% {
    top: 20px;
    height: 122px;
  }
  100% {
    top: 0px;
    height: 94px;
  }
}
@-o-keyframes shrink {
  0% {
    top: 20px;
    height: 122px;
  }
  100% {
    top: 0px;
    height: 94px;
  }
}
@keyframes shrink {
  0% {
    top: 20px;
    height: 122px;
  }
  100% {
    top: 0px;
    height: 94px;
  }
}
@-moz-keyframes fadePulse {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadePulse {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadePulse {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadePulse {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes slideUp {
  0% {
    top: 72px;
  }
  100% {
    top: 36px;
  }
}
@-webkit-keyframes slideUp {
  0% {
    top: 72px;
  }
  100% {
    top: 36px;
  }
}
@-o-keyframes slideUp {
  0% {
    top: 72px;
  }
  100% {
    top: 36px;
  }
}
@keyframes slideUp {
  0% {
    top: 72px;
  }
  100% {
    top: 36px;
  }
}
@-moz-keyframes squish {
  0% {
    height: 172px;
  }
  100% {
    height: 94px;
  }
}
@-webkit-keyframes squish {
  0% {
    height: 172px;
  }
  100% {
    height: 94px;
  }
}
@-o-keyframes squish {
  0% {
    height: 172px;
  }
  100% {
    height: 94px;
  }
}
@keyframes squish {
  0% {
    height: 172px;
  }
  100% {
    height: 94px;
  }
}
@-moz-keyframes shrinkMobi {
  0% {
    top: 20px;
    height: 122px;
  }
  100% {
    top: 0px;
    height: 64px;
  }
}
@-webkit-keyframes shrinkMobi {
  0% {
    top: 20px;
    height: 122px;
  }
  100% {
    top: 0px;
    height: 64px;
  }
}
@-o-keyframes shrinkMobi {
  0% {
    top: 20px;
    height: 122px;
  }
  100% {
    top: 0px;
    height: 64px;
  }
}
@keyframes shrinkMobi {
  0% {
    top: 20px;
    height: 122px;
  }
  100% {
    top: 0px;
    height: 64px;
  }
}
@-moz-keyframes squishMobi {
  0% {
    height: 172px;
  }
  100% {
    height: 64px;
  }
}
@-webkit-keyframes squishMobi {
  0% {
    height: 172px;
  }
  100% {
    height: 64px;
  }
}
@-o-keyframes squishMobi {
  0% {
    height: 172px;
  }
  100% {
    height: 64px;
  }
}
@keyframes squishMobi {
  0% {
    height: 172px;
  }
  100% {
    height: 64px;
  }
}
body.hide-scroll {
  height: 100vh !important;
}
#main-view {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100vw;
}
#main-view #mainButton {
  position: absolute;
  width: 290px !important;
  height: auto;
  display: inline;
  left: 4vw;
  top: 92vh;
  padding: 1vh 1vw;
  font-size: 20px;
  font-weight: 600;
  color: #6cf;
  background-color: #fff;
  border: 0px;
}
#main-view #header {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: 1;
}
#main-view #header .header-movie {
  overflow: hidden;
}
#main-view #header .header-movie .final-video {
  background-color: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
#main-view #header .header-movie .close-vid {
  color: #fff;
  position: absolute;
  right: 1px;
  top: -6px;
  width: 28px;
  height: 32px;
  color: #fff;
  font-weight: 100;
  font-size: 2em;
  cursor: pointer;
  text-align: center;
}
#main-view #header .header-movie .close-vid:hover {
  background-color: #2093ee;
}
#main-view #header .header-movie .intro-video {
  position: absolute;
  height: auto;
  min-height: 114vh;
  max-height: 110vw;
  width: auto;
  min-width: 103vw;
  max-width: 182.77vw;
  margin-top: -7vh;
  top: 0px;
  left: 0px;
}
#main-view #header .header-movie .intro-video .controls {
  display: none !important;
}
#main-view #header .header-color {
  opacity: 1;
  transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  background: -moz-linear-gradient(top, rgba(14,0,72,0.8) 0%, rgba(14,0,72,0.2) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(14,0,72,0.8)), color-stop(100%, rgba(14,0,72,0.2)));
  background: -webkit-linear-gradient(top, rgba(14,0,72,0.8) 0%, rgba(14,0,72,0.2) 100%);
  background: -o-linear-gradient(top, rgba(14,0,72,0.8) 0%, rgba(14,0,72,0.2) 100%);
  background: -ms-linear-gradient(top, rgba(14,0,72,0.8) 0%, rgba(14,0,72,0.2) 100%);
  background: linear-gradient(to bottom, rgba(14,0,72,0.8) 0%, rgba(14,0,72,0.2) 100%);
}
#main-view #header .header-color .header-shrink {
  opacity: 0;
  pointer-events: none;
  padding-left: 100px;
}
#main-view #header .header-color .header-shrink .icon-wccd-sm,
#main-view #header .header-color .header-shrink .icon-wccd-sm-thin {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0px;
  width: auto;
  height: 172px;
}
#main-view #header .header-color .header-shrink .icon-wccd-sm-thin {
  display: none;
}
#main-view #header .header-color .header-block {
  display: block;
  width: 100vw;
  max-width: 1366px;
  height: 100vh;
  padding: 0px 100px;
  margin-left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#main-view #header .header-color .header-block .icon-wccd {
  position: absolute;
  top: 40px;
  /*margin-left: 15px;*/
  width: 15%;
  /*max-width: 148px;*/
  height: auto;
}
#main-view #header .header-color .header-block .icon-wccd-sm,
#main-view #header .header-color .header-block .icon-wccd-sm-thin {
  display: none;
}
#main-view #header .header-color .header-block .row {
  width: 100%;
  height: 100%;
}
#main-view #header .header-color .header-block .row .col-lg-4,
#main-view #header .header-color .header-block .row .col-lg-8 {
  height: 100%;
}
#main-view #header .header-color .header-block .row .col-lg-4 {
  padding-top: 30vh;
}
#main-view #header .header-color .header-block .row .col-lg-8 {
  text-align: center;
  padding-top: 30vh;
}
#main-view #header .header-color .header-block .row p {
  color: #fff;
  font-size: 4em;
}
#main-view #header .header-color .header-block .row p.tk-aktiv-grotesk-std {
  margin-right: -400px;
  font-size: 3em;
  margin-left: 30px;
}
#main-view #header .header-color .header-block .row h2.tk-museo-slab {
  color: #fff;
  font-size: 3.4em;
  margin: 60px -50vw 0px 30px;
}
#main-view #header .header-color .header-block .row .text-wccd {
  display: block !important;
  width: 100%;
  height: auto;
}
.text-wccd-lower {
  position: absolute;
  bottom: 10vh;
}
.text-wccd-upper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main-view #header .header-movie,
#main-view #header .header-color {
  width: 100vw;
  height: 100vh;
}
#main-view #header.play {
  z-index: 1;
}
#main-view .play-icon {
  position: fixed;
  display: block;
  width: 128px;
  height: auto;
  opacity: 0.4;
  cursor: pointer;
  top: 50vh;
  right: 30vw;
  z-index: 4;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -khtml-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
#main-view .play-icon:hover {
  opacity: 1;
}
#main-view .play-icon.hide-it {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
#main-view .arrow-down {
  display: inline-block;
  text-align: center;
  animation: fadePulse linear 2s infinite;
  -o-animation: fadePulse linear 2s infinite;
  -ms-animation: fadePulse linear 2s infinite;
  -moz-animation: fadePulse linear 2s infinite;
  -khtml-animation: fadePulse linear 2s infinite;
  -webkit-animation: fadePulse linear 2s infinite;
  width: 48px;
  height: auto;
  margin-left: -24px;
  position: fixed;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
}
#main-view .navbar {
  position: fixed;
  top: 52px;
  right: 0px;
  z-index: 99;
  transition: top 0.2s;
  -o-transition: top 0.2s;
  -ms-transition: top 0.2s;
  -moz-transition: top 0.2s;
  -khtml-transition: top 0.2s;
  -webkit-transition: top 0.2s;
}
#main-view .navbar li {
  color: #fff;
  font-weight: 600;
  font-size: 0.82em;
  margin: 0px 0.8vw;
  text-transform: uppercase;
}
#main-view .navbar li a {
  padding: 0px;
  color: #fff;
  cursor: pointer;
}
#main-view .navbar li a:hover {
  color: #fff;
  background: none;
  text-decoration: underline;
}
#main-view #header.shrinkify,
#main-view #header.spandify {
  z-index: 7;
  height: auto;
}
#main-view #header.shrinkify .header-movie,
#main-view #header.spandify .header-movie {
  display: none;
}
#main-view #header.shrinkify .header-color,
#main-view #header.spandify .header-color {
  background: #2093ee;
  transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
#main-view #header.shrinkify .header-color .header-block,
#main-view #header.spandify .header-color .header-block {
  display: none;
}
#main-view #header.shrinkify .header-color .header-shrink,
#main-view #header.spandify .header-color .header-shrink {
  pointer-events: auto;
  opacity: 1;
}
#main-view #header.shrinkify .header-color {
  animation: squish 0.2s linear 0s 1 normal both;
  -o-animation: squish 0.2s linear 0s 1 normal both;
  -ms-animation: squish 0.2s linear 0s 1 normal both;
  -moz-animation: squish 0.2s linear 0s 1 normal both;
  -khtml-animation: squish 0.2s linear 0s 1 normal both;
  -webkit-animation: squish 0.2s linear 0s 1 normal both;
}
#main-view #header.shrinkify .header-color .header-shrink .icon-wccd-sm,
#main-view #header.shrinkify .header-color .header-shrink .icon-wccd-sm-thin {
  animation: shrink 0.2s linear 0s 1 normal both;
  -o-animation: shrink 0.2s linear 0s 1 normal both;
  -ms-animation: shrink 0.2s linear 0s 1 normal both;
  -moz-animation: shrink 0.2s linear 0s 1 normal both;
  -khtml-animation: shrink 0.2s linear 0s 1 normal both;
  -webkit-animation: shrink 0.2s linear 0s 1 normal both;
}
#main-view .navbar.shrinkify {
  /*animation: slideUp 0.2s linear 0s 1 normal both;
  -o-animation: slideUp 0.2s linear 0s 1 normal both;
  -ms-animation: slideUp 0.2s linear 0s 1 normal both;
  -moz-animation: slideUp 0.2s linear 0s 1 normal both;
  -khtml-animation: slideUp 0.2s linear 0s 1 normal both;
  -webkit-animation: slideUp 0.2s linear 0s 1 normal both;*/
    top: 0px;
}
#main-view #header.spandify .header-color {
  animation: squish 0.2s linear 0s 1 reverse both;
  -o-animation: squish 0.2s linear 0s 1 reverse both;
  -ms-animation: squish 0.2s linear 0s 1 reverse both;
  -moz-animation: squish 0.2s linear 0s 1 reverse both;
  -khtml-animation: squish 0.2s linear 0s 1 reverse both;
  -webkit-animation: squish 0.2s linear 0s 1 reverse both;
}
#main-view #header.spandify .header-color .header-shrink .icon-wccd-sm,
#main-view #header.spandify .header-color .header-shrink .icon-wccd-sm-thin {
  animation: shrink 0.2s linear 0s 1 reverse both;
  -o-animation: shrink 0.2s linear 0s 1 reverse both;
  -ms-animation: shrink 0.2s linear 0s 1 reverse both;
  -moz-animation: shrink 0.2s linear 0s 1 reverse both;
  -khtml-animation: shrink 0.2s linear 0s 1 reverse both;
  -webkit-animation: shrink 0.2s linear 0s 1 reverse both;
}
#main-view .navbar.spandify {
  animation: slideUp 0.2s linear 0s 1 reverse both;
  -o-animation: slideUp 0.2s linear 0s 1 reverse both;
  -ms-animation: slideUp 0.2s linear 0s 1 reverse both;
  -moz-animation: slideUp 0.2s linear 0s 1 reverse both;
  -khtml-animation: slideUp 0.2s linear 0s 1 reverse both;
  -webkit-animation: slideUp 0.2s linear 0s 1 reverse both;
}
#main-view #slide1,
#main-view #slide2,
#main-view #slide3,
#main-view #slide4,
#main-view #slide5,
#main-view #slide6 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff center no-repeat;
  background-size: cover;
  text-align: center;
}
#main-view #slide1 button,
#main-view #slide2 button,
#main-view #slide3 button,
#main-view #slide4 button,
#main-view #slide5 button,
#main-view #slide6 button {
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-width: 0px;
  background-color: #000;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 16px;
  cursor: pointer;
  pointer-events: auto;
  outline: 0px;
}
#main-view #slide1 button.dark-blue,
#main-view #slide2 button.dark-blue,
#main-view #slide3 button.dark-blue,
#main-view #slide4 button.dark-blue,
#main-view #slide5 button.dark-blue,
#main-view #slide6 button.dark-blue {
  background-color: #1a2334;
}
#main-view #slide1 p.dark-blue,
#main-view #slide2 p.dark-blue,
#main-view #slide3 p.dark-blue,
#main-view #slide4 p.dark-blue,
#main-view #slide5 p.dark-blue,
#main-view #slide6 p.dark-blue,
#main-view #slide1 h2.dark-blue,
#main-view #slide2 h2.dark-blue,
#main-view #slide3 h2.dark-blue,
#main-view #slide4 h2.dark-blue,
#main-view #slide5 h2.dark-blue,
#main-view #slide6 h2.dark-blue {
  color: #1a2334;
}
#main-view #slide1 {
  z-index: 1;
}
#main-view #slide1 .valign-container {
  z-index: 99;
}
#main-view #slide1 .button {
  z-index: -99;
}
#main-view #slide1 .text {
  position: absolute;
  display: block;
  pointer-events: none;
  top: 0;
  width: 60vw;
  margin: 0px 20vw;
  text-align: left;
  color: #000;
}
#main-view #slide1 .text h2 {
  font-weight: 100;
  font-size: 3vw;
  text-transform: capitalize;
  text-align: left;
}
#main-view #slide1 .text button {
  margin-top: 100px;
  margin-left: 35%;
}
#main-view #slide1 .cities-svg {
  position: absolute;
  display: inline-block;
  pointer-events: none;
  top: 100%;
  left: 0%;
  width: 100%;
  height: 60%;
}
#main-view #slide1 .cities-svg img {
  display: block;
  position: absolute;
  bottom: 0px;
}
#main-view #slide1 .cities-svg .bogota {
  height: auto;
  width: 20vw;
  left: 1vw;
}
#main-view #slide1 .cities-svg .toronto {
  height: auto;
  width: 30vw;
  left: 23vw;
}
#main-view #slide1 .cities-svg .london {
  height: auto;
  width: 4vw;
  left: 55vw;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -khtml-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  z-index: 99;
}
#main-view #slide1 .cities-svg .londoneye {
  height: auto;
  width: 20vw;
  left: 56vw;
  z-index: -99;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -khtml-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  animation: spin linear 180s infinite;
  -o-animation: spin linear 180s infinite;
  -ms-animation: spin linear 180s infinite;
  -moz-animation: spin linear 180s infinite;
  -khtml-animation: spin linear 180s infinite;
  -webkit-animation: spin linear 180s infinite;
}
#main-view #slide1 .cities-svg .londonstand {
  height: auto;
  width: 20vw;
  left: 73.58vw;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -khtml-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: translateX(-88%);
  -o-transform: translateX(-88%);
  -ms-transform: translateX(-88%);
  -moz-transform: translateX(-88%);
  -khtml-transform: translateX(-88%);
  -webkit-transform: translateX(-88%);
}
#main-view #slide1 .cities-svg .guadalajara {
  height: auto;
  width: 20vw;
  left: 78vw;
}
#main-view #slide2 {
  z-index: 2;
}
#main-view #slide2 .bg-slide {
  background-color: #2093ee;
  position: absolute;
  display: inline-block;
  pointer-events: none;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100vh;
}
#main-view #slide2 .valign-cell {
  background: url("//s3.amazonaws.com/wccdlanding/img/svg/wheel_white.svg");
  background-size: 32vw 32vw;
  background-position: center;
  background-repeat: no-repeat;
}
#main-view #slide2 .valign-cell p {
  font-size: 3vw;
  font-weight: 100;
  color: #fff;
}
#main-view #slide2 .valign-cell button {
  background-color: #fff;
  color: #2093ee;
  position: absolute;
  bottom: 32px;
  display: inline-block;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#main-view #slide3 {
  z-index: 1;
}
#main-view #slide3 .valign-cell {
  background: url("//s3.amazonaws.com/wccdlanding/img/svg/wheel.svg");
  background-size: 32vw 32vw;
  background-position: center;
  background-repeat: no-repeat;
}
#main-view #slide3 .valign-cell p {
  font-size: 3vw;
  font-weight: 100;
  color: #000;
}
#main-view #slide3 .valign-cell button {
  position: fixed;
  bottom: 32px;
  display: inline-block;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#main-view #slide4 p {
  font-size: 3vw;
  font-weight: 100;
  color: #000;
}
#main-view #slide4 .samples {
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
#main-view #slide4 .samples .sample-image,
#main-view #slide4 .samples .sample-shroud,
#main-view #slide4 .samples .sample-image-fallback {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main-view #slide4 .samples .sample-image .uppercase,
#main-view #slide4 .samples .sample-shroud .uppercase,
#main-view #slide4 .samples .sample-image-fallback .uppercase {
  text-transform: uppercase;
}
#main-view #slide4 .samples .sample-image p,
#main-view #slide4 .samples .sample-shroud p,
#main-view #slide4 .samples .sample-image-fallback p,
#main-view #slide4 .samples .sample-image h2,
#main-view #slide4 .samples .sample-shroud h2,
#main-view #slide4 .samples .sample-image-fallback h2,
#main-view #slide4 .samples .sample-image h3,
#main-view #slide4 .samples .sample-shroud h3,
#main-view #slide4 .samples .sample-image-fallback h3,
#main-view #slide4 .samples .sample-image img,
#main-view #slide4 .samples .sample-shroud img,
#main-view #slide4 .samples .sample-image-fallback img {
  color: #fff;
  opacity: 1;
  transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -khtml-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.5));
  -o-filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.5));
  -ms-filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.5));
  -moz-filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.5));
  -khtml-filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.5));
  -webkit-filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.5));
}
#main-view #slide4 .samples .sample-image img,
#main-view #slide4 .samples .sample-shroud img,
#main-view #slide4 .samples .sample-image-fallback img {
  width: 64px;
  height: 64px;
}
#main-view #slide4 .samples .sample-image .sample-progress,
#main-view #slide4 .samples .sample-shroud .sample-progress,
#main-view #slide4 .samples .sample-image-fallback .sample-progress {
  text-align: center;
  position: absolute;
  width: 100vw;
  transform: translateY(-73.5px);
  -o-transform: translateY(-73.5px);
  -ms-transform: translateY(-73.5px);
  -moz-transform: translateY(-73.5px);
  -khtml-transform: translateY(-73.5px);
  -webkit-transform: translateY(-73.5px);
}
#main-view #slide4 .samples .sample-image .sample-progress .hemi,
#main-view #slide4 .samples .sample-shroud .sample-progress .hemi,
#main-view #slide4 .samples .sample-image-fallback .sample-progress .hemi {
  display: inline-block;
  overflow: hidden;
  height: 84px;
  width: 42px;
  margin: 0 -2px;
}
#main-view #slide4 .samples .sample-image .sample-progress .right,
#main-view #slide4 .samples .sample-shroud .sample-progress .right,
#main-view #slide4 .samples .sample-image-fallback .sample-progress .right,
#main-view #slide4 .samples .sample-image .sample-progress .left,
#main-view #slide4 .samples .sample-shroud .sample-progress .left,
#main-view #slide4 .samples .sample-image-fallback .sample-progress .left {
  width: 42px;
  height: 84px;
  border: 2px solid #fff;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -khtml-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -khtml-transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
#main-view #slide4 .samples .sample-image .sample-progress .right,
#main-view #slide4 .samples .sample-shroud .sample-progress .right,
#main-view #slide4 .samples .sample-image-fallback .sample-progress .right {
  transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -khtml-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  border-left: 0px;
  border-radius: 0px 84px 84px 0px;
  -o-border-radius: 0px 84px 84px 0px;
  -ms-border-radius: 0px 84px 84px 0px;
  -moz-border-radius: 0px 84px 84px 0px;
  -khtml-border-radius: 0px 84px 84px 0px;
  -webkit-border-radius: 0px 84px 84px 0px;
}
#main-view #slide4 .samples .sample-image .sample-progress .left,
#main-view #slide4 .samples .sample-shroud .sample-progress .left,
#main-view #slide4 .samples .sample-image-fallback .sample-progress .left {
  transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -khtml-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  border-right: 0px;
  border-radius: 84px 0px 0px 84px;
  -o-border-radius: 84px 0px 0px 84px;
  -ms-border-radius: 84px 0px 0px 84px;
  -moz-border-radius: 84px 0px 0px 84px;
  -khtml-border-radius: 84px 0px 0px 84px;
  -webkit-border-radius: 84px 0px 0px 84px;
}
#main-view #slide4 .samples .sample-image .sample-progress.play .right,
#main-view #slide4 .samples .sample-shroud .sample-progress.play .right,
#main-view #slide4 .samples .sample-image-fallback .sample-progress.play .right {
  animation: radialRight 6.5s linear;
  -o-animation: radialRight 6.5s linear;
  -ms-animation: radialRight 6.5s linear;
  -moz-animation: radialRight 6.5s linear;
  -khtml-animation: radialRight 6.5s linear;
  -webkit-animation: radialRight 6.5s linear;
}
#main-view #slide4 .samples .sample-image .sample-progress.play .left,
#main-view #slide4 .samples .sample-shroud .sample-progress.play .left,
#main-view #slide4 .samples .sample-image-fallback .sample-progress.play .left {
  animation: radialLeft 6.5s linear;
  -o-animation: radialLeft 6.5s linear;
  -ms-animation: radialLeft 6.5s linear;
  -moz-animation: radialLeft 6.5s linear;
  -khtml-animation: radialLeft 6.5s linear;
  -webkit-animation: radialLeft 6.5s linear;
}
#main-view #slide4 .samples .sample-image .sample-question,
#main-view #slide4 .samples .sample-shroud .sample-question,
#main-view #slide4 .samples .sample-image-fallback .sample-question {
  margin-bottom: 0;
  padding: 0px 24px;
  font-size: 3em;
}
#main-view #slide4 .samples .sample-image .sample-statement,
#main-view #slide4 .samples .sample-shroud .sample-statement,
#main-view #slide4 .samples .sample-image-fallback .sample-statement {
  font-size: 2em;
  padding: 0px 24px 10px 24px;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 14vh;
}
#main-view #slide4 .samples .sample-image .sample-city,
#main-view #slide4 .samples .sample-shroud .sample-city,
#main-view #slide4 .samples .sample-image-fallback .sample-city {
  text-transform: uppercase;
  padding: 0px 24px;
  margin-bottom: 0;
  font-size: 3.3em;
}
#main-view #slide4 .samples .sample-image .sample-value,
#main-view #slide4 .samples .sample-shroud .sample-value,
#main-view #slide4 .samples .sample-image-fallback .sample-value {
  padding: 0px 24px;
  font-size: 3.1em;
}
#main-view #slide4 .samples .sample-image .sample-flip,
#main-view #slide4 .samples .sample-shroud .sample-flip,
#main-view #slide4 .samples .sample-image-fallback .sample-flip {
  display: inline-block;
}
#main-view #slide4 .samples .sample-image .sample-flip .flip,
#main-view #slide4 .samples .sample-shroud .sample-flip .flip,
#main-view #slide4 .samples .sample-image-fallback .sample-flip .flip {
  margin: 0 150px;
  cursor: pointer;
  transition: margin 0.2s;
  -o-transition: margin 0.2s;
  -ms-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -khtml-transition: margin 0.2s;
  -webkit-transition: margin 0.2s;
}
#main-view #slide4 .samples .sample-image .sample-flip .flip.prev:hover,
#main-view #slide4 .samples .sample-shroud .sample-flip .flip.prev:hover,
#main-view #slide4 .samples .sample-image-fallback .sample-flip .flip.prev:hover {
  margin: 0 160px 0 140px;
}
#main-view #slide4 .samples .sample-image .sample-flip .flip.next:hover,
#main-view #slide4 .samples .sample-shroud .sample-flip .flip.next:hover,
#main-view #slide4 .samples .sample-image-fallback .sample-flip .flip.next:hover {
  margin: 0 140px 0 160px;
}
#main-view #slide4 .samples .sample-shroud {
  background-image: url("//s3.amazonaws.com/wccdlanding/img/sample/dark_filter.png");
}
#main-view #slide4 .samples .sample-image {
  opacity: 1;
  transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -khtml-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
}
#main-view #slide4 .samples.hide-statement h3,
#main-view #slide4 .samples.hide-statement p,
#main-view #slide4 .samples.hide-statement .sample-image {
  opacity: 0;
}
#main-view #slide4 .samples.show-statement h3,
#main-view #slide4 .samples.show-statement p,
#main-view #slide4 .samples.show-statement .sample-image {
  opacity: 1;
}
#main-view #slide4 .samples.hide-sample h2,
#main-view #slide4 .samples.hide-sample h3,
#main-view #slide4 .samples.hide-sample p,
#main-view #slide4 .samples.hide-sample img,
#main-view #slide4 .samples.hide-sample .sample-image {
  opacity: 0;
}
#main-view #slide4 .samples.show-sample h2,
#main-view #slide4 .samples.show-sample h3,
#main-view #slide4 .samples.show-sample p,
#main-view #slide4 .samples.show-sample img,
#main-view #slide4 .samples.show-sample .sample-image {
  opacity: 1;
}
#main-view #slide5 {
  background-color: #1b2435;
  pointer-events: none;
  padding-top: 92px;
}
#main-view #slide5 p,
#main-view #slide5 button {
  display: inline-block;
  text-align: center;
}
#main-view #slide5 p {
  width: 100%;
  font-size: 3vw;
  font-weight: 100;
  color: #fff;
}
#main-view #slide5 button {
  background-color: #fff;
  color: #000;
}
#main-view #slide5 .bars {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  height: 50vh;
  margin-left: -1vw;
}
#main-view #slide5 .bars .bar {
  position: absolute;
  bottom: 0px;
  width: 5.2632vw;
  margin: 0px;
  vertical-align: bottom;
  background-color: #fff;
  height: 5vh;
}
#main-view #slide5 .bars .bar1 {
  background-color: #b917a0;
  left: 2.6316vw;
}
#main-view #slide5 .bars .bar2 {
  background-color: #7ffe01;
  left: 10.307vw;
}
#main-view #slide5 .bars .bar3 {
  background-color: #54d3fe;
  left: 17.9824vw;
}
#main-view #slide5 .bars .bar4 {
  background-color: #ef5f22;
  left: 25.6579vw;
}
#main-view #slide5 .bars .bar5 {
  background-color: #3fad2a;
  left: 33.3333vw;
}
#main-view #slide5 .bars .bar6 {
  background-color: #ec3000;
  left: 41.0087vw;
}
#main-view #slide5 .bars .bar7 {
  background-color: #e65485;
  left: 48.6842vw;
}
#main-view #slide5 .bars .bar8 {
  background-color: #e97954;
  left: 56.3596vw;
}
#main-view #slide5 .bars .bar9 {
  background-color: #9f353f;
  left: 64.035vw;
}
#main-view #slide5 .bars .bar10 {
  background-color: #ffe401;
  left: 71.7105vw;
}
#main-view #slide5 .bars .bar11 {
  background-color: #6fe7de;
  left: 79.3859vw;
}
#main-view #slide5 .bars .bar12 {
  background-color: #df8eea;
  left: 87.0613vw;
}
#main-view #slide5 .bars .bar13 {
  background-color: #9c1f63;
  left: 94.7368vw;
}
#main-view #slide6 {
  pointer-events: none;
  opacity: 0;
}
#main-view #slide6 .graph-container {
  position: absolute;
  top: 64px;
  bottom: 0px;
  width: 100vw;
  height: auto;
  background-image: url("//s3.amazonaws.com/wccdlanding/img/svg/axes.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70vw 39.375vh;
  text-align: left;
  color: #000;
  padding: 7vh 0 0 7vh;
}
#main-view #slide6 .graph-container p {
  font-weight: 100;
  font-size: 3vw;
}
#main-view #slide6 .graph-container .bubbles {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70vw;
  height: 39.375vw;
  margin: 6.17vw 15vw;
}
#main-view #slide6 .graph-container .bubbles .bubble {
  position: absolute;
  left: 0px;
  top: 0px;
}
#main-view #slide6 .graph-container .bubbles .bobble1 {
  margin: 60vh 0 0 12vw;
  width: 3.3vh;
  height: 3.3vh;
}
#main-view #slide6 .graph-container .bubbles .bobble2 {
  margin: 52vh 0 0 22vw;
  width: 2.2vh;
  height: 2.2vh;
}
#main-view #slide6 .graph-container .bubbles .bobble3 {
  margin: 48vh 0 0 20vw;
  width: 1.43vh;
  height: 1.43vh;
}
#main-view #slide6 .graph-container .bubbles .bobble4 {
  margin: 34.1vh 0 0 26vw;
  width: 1.98vh;
  height: 1.98vh;
}
#main-view #slide6 .graph-container .bubbles .bobble5 {
  margin: 51vh 0 0 30vw;
  width: 3.85vh;
  height: 3.85vh;
}
#main-view #slide6 .graph-container .bubbles .bobble6 {
  margin: 35vh 0 0 32vw;
  width: 2.64vh;
  height: 2.64vh;
}
#main-view #slide6 .graph-container .bubbles .bobble7 {
  margin: 19vh 0 0 31vw;
  width: 2.2vh;
  height: 2.2vh;
}
#main-view #slide6 .graph-container .bubbles .bobble8 {
  margin: 40vh 0 0 37.5vw;
  width: 1.65vh;
  height: 1.65vh;
}
#main-view #slide6 .graph-container .bubbles .bobble9 {
  margin: 30vh 0 0 39vw;
  width: 3.3vh;
  height: 3.3vh;
}
#main-view #slide6 .graph-container .bubbles .bobble10 {
  margin: 12vh 0 0 39vw;
  width: 1.32vh;
  height: 1.32vh;
}
#main-view #slide6 .graph-container .bubbles .bobble11 {
  margin: 42vh 0 0 52.25vw;
  width: 3.85vh;
  height: 3.85vh;
}
#main-view #slide6 .graph-container .bubbles .bobble12 {
  margin: 7vh 0 0 55vw;
  width: 2.53vh;
  height: 2.53vh;
}
#main-view #slide6 .join-us {
  text-align: center;
  position: absolute;
  bottom: 48px;
  width: 100vw;
}
#main-view #slide6 .join-us button {
  display: inline-block;
}
#main-view #anchors {
  position: fixed;
  display: table;
  top: 0px;
  right: 0px;
  width: 3vw;
  margin-right: 20px;
  height: 100vh;
  z-index: 98;
}
#main-view #anchors .bullet {
  border: 3px solid #fff;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 20px;
  width: 0px;
  height: 0px;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
}
#main-view #anchors .bullet:hover {
  border-width: 8px !important;
  margin: 15px !important;
}
#about,
#iso,
#registry,
#join,
#partners,
#contact,
#portal {
  padding-top: 94px;
}
#about .header,
#iso .header,
#registry .header,
#join .header,
#partners .header,
#contact .header,
#portal .header {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 94px;
  width: 100vw;
  overflow: hidden;
  background-color: #fff;
  z-index: 99;
}
#about .header .icon-wccd-sm,
#iso .header .icon-wccd-sm,
#registry .header .icon-wccd-sm,
#join .header .icon-wccd-sm,
#partners .header .icon-wccd-sm,
#contact .header .icon-wccd-sm,
#portal .header .icon-wccd-sm,
#about .header .icon-wccd-sm-thin,
#iso .header .icon-wccd-sm-thin,
#registry .header .icon-wccd-sm-thin,
#join .header .icon-wccd-sm-thin,
#partners .header .icon-wccd-sm-thin,
#contact .header .icon-wccd-sm-thin,
#portal .header .icon-wccd-sm-thin {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  height: 94px;
}
#about .header .icon-wccd-sm-thin,
#iso .header .icon-wccd-sm-thin,
#registry .header .icon-wccd-sm-thin,
#join .header .icon-wccd-sm-thin,
#partners .header .icon-wccd-sm-thin,
#contact .header .icon-wccd-sm-thin,
#portal .header .icon-wccd-sm-thin {
  display: none;
}
#about .circle-map,
#iso .circle-map,
#registry .circle-map,
#join .circle-map,
#partners .circle-map,
#contact .circle-map,
#portal .circle-map {
  display: inherit;
  margin: 20px auto 64px auto;
  filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -khtml-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  cursor: pointer-events;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#about .circle-map:hover,
#iso .circle-map:hover,
#registry .circle-map:hover,
#join .circle-map:hover,
#partners .circle-map:hover,
#contact .circle-map:hover,
#portal .circle-map:hover {
  filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -khtml-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
#about .footer,
#iso .footer,
#registry .footer,
#join .footer,
#partners .footer,
#contact .footer,
#portal .footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: 84px;
  width: 100vw;
  overflow: hidden;
  background-color: #1191f0;
  z-index: 99;
  padding: 12px 10vw;
  color: #fff;
  font-size: 1em;
}
#about .footer a,
#iso .footer a,
#registry .footer a,
#join .footer a,
#partners .footer a,
#contact .footer a,
#portal .footer a {
  color: #fff;
}
#about .footer .social,
#iso .footer .social,
#registry .footer .social,
#join .footer .social,
#partners .footer .social,
#contact .footer .social,
#portal .footer .social {
  font-size: 3em;
  margin-top: -12px;
}
#about .footer .social a,
#iso .footer .social a,
#registry .footer .social a,
#join .footer .social a,
#partners .footer .social a,
#contact .footer .social a,
#portal .footer .social a {
  color: #fff;
}
#about .footer .social a .fa,
#iso .footer .social a .fa,
#registry .footer .social a .fa,
#join .footer .social a .fa,
#partners .footer .social a .fa,
#contact .footer .social a .fa,
#portal .footer .social a .fa {
  margin: 0 10px;
  cursor: pointer;
}
#about .footer .social a:hover,
#iso .footer .social a:hover,
#registry .footer .social a:hover,
#join .footer .social a:hover,
#partners .footer .social a:hover,
#contact .footer .social a:hover,
#portal .footer .social a:hover {
  color: rgba(255,255,255,0.8);
}
#about .navbar,
#iso .navbar,
#registry .navbar,
#join .navbar,
#partners .navbar,
#contact .navbar,
#portal .navbar {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 99;
  height: 94px;
}
#about .navbar li,
#iso .navbar li,
#registry .navbar li,
#join .navbar li,
#partners .navbar li,
#contact .navbar li,
#portal .navbar li {
  font-weight: 600;
  font-size: 0.82em;
  padding: 36px 0px;
  margin: 0px 0.8vw;
  text-transform: uppercase;
  color: #010066;
}
#about .navbar li a,
#iso .navbar li a,
#registry .navbar li a,
#join .navbar li a,
#partners .navbar li a,
#contact .navbar li a,
#portal .navbar li a {
  color: #010066;
  padding: 0px;
  cursor: pointer;
}
#about .navbar li a:hover,
#iso .navbar li a:hover,
#registry .navbar li a:hover,
#join .navbar li a:hover,
#partners .navbar li a:hover,
#contact .navbar li a:hover,
#portal .navbar li a:hover,
#about .navbar li a:active,
#iso .navbar li a:active,
#registry .navbar li a:active,
#join .navbar li a:active,
#partners .navbar li a:active,
#contact .navbar li a:active,
#portal .navbar li a:active {
  color: #010066;
  background: none;
  text-decoration: underline;
}
#about .navbar li.active,
#iso .navbar li.active,
#registry .navbar li.active,
#join .navbar li.active,
#partners .navbar li.active,
#contact .navbar li.active,
#portal .navbar li.active {
  border-top: 2px solid #010066;
}
#about .content .banner,
#iso .content .banner,
#registry .content .banner,
#join .content .banner,
#partners .content .banner,
#contact .content .banner,
#portal .content .banner {
  height: auto;
  width: 100vw;
}
#about .content .spacer,
#iso .content .spacer,
#registry .content .spacer,
#join .content .spacer,
#partners .content .spacer,
#contact .content .spacer,
#portal .content .spacer {
  width: auto;
  height: 55px;
  margin: 0px auto;
  display: inherit;
}
#about .content .logo,
#iso .content .logo,
#registry .content .logo,
#join .content .logo,
#partners .content .logo,
#contact .content .logo,
#portal .content .logo {
  max-width: 200px;
}
#about .content section,
#iso .content section,
#registry .content section,
#join .content section,
#partners .content section,
#contact .content section,
#portal .content section {
  width: 100vw;
  padding: 52px 15vw;
}
#about .content section h2,
#iso .content section h2,
#registry .content section h2,
#join .content section h2,
#partners .content section h2,
#contact .content section h2,
#portal .content section h2 {
  color: #1e94f0;
  font-weight: 600;
  padding-bottom: 20px;
}
#about .content section h2.margin-top,
#iso .content section h2.margin-top,
#registry .content section h2.margin-top,
#join .content section h2.margin-top,
#partners .content section h2.margin-top,
#contact .content section h2.margin-top,
#portal .content section h2.margin-top {
  margin-top: 24px;
}
#about .content section h3,
#iso .content section h3,
#registry .content section h3,
#join .content section h3,
#partners .content section h3,
#contact .content section h3,
#portal .content section h3 {
  font-size: 1.4em;
  margin-bottom: 16px;
}
#about .content section .dark,
#iso .content section .dark,
#registry .content section .dark,
#join .content section .dark,
#partners .content section .dark,
#contact .content section .dark,
#portal .content section .dark {
  color: #1b2435;
}
#about .content section .light,
#iso .content section .light,
#registry .content section .light,
#join .content section .light,
#partners .content section .light,
#contact .content section .light,
#portal .content section .light {
  color: #1e94f0;
}
#about .content section p,
#iso .content section p,
#registry .content section p,
#join .content section p,
#partners .content section p,
#contact .content section p,
#portal .content section p {
  text-align: justify;
  font-weight: 100;
  line-height: 1.6em;
  padding-bottom: 12px;
  color: #000;
}
#about .content section p.figure,
#iso .content section p.figure,
#registry .content section p.figure,
#join .content section p.figure,
#partners .content section p.figure,
#contact .content section p.figure,
#portal .content section p.figure {
  padding: 0px 10vw;
  font-size: 0.9em;
}
#about .content section p.blue,
#iso .content section p.blue,
#registry .content section p.blue,
#join .content section p.blue,
#partners .content section p.blue,
#contact .content section p.blue,
#portal .content section p.blue {
  color: #2192ee;
}
#about .content section .inset,
#iso .content section .inset,
#registry .content section .inset,
#join .content section .inset,
#partners .content section .inset,
#contact .content section .inset,
#portal .content section .inset {
  margin: 0px 10vw;
}
#about .content section .inset .row,
#iso .content section .inset .row,
#registry .content section .inset .row,
#join .content section .inset .row,
#partners .content section .inset .row,
#contact .content section .inset .row,
#portal .content section .inset .row {
  margin: 50px 0px;
}
#about .content section .map,
#iso .content section .map,
#registry .content section .map,
#join .content section .map,
#partners .content section .map,
#contact .content section .map,
#portal .content section .map {
  width: 80vw;
  height: auto;
  margin: -64px 0 -64px -5vw;
}
#about .content section .table th p,
#iso .content section .table th p,
#registry .content section .table th p,
#join .content section .table th p,
#partners .content section .table th p,
#contact .content section .table th p,
#portal .content section .table th p {
  cursor: pointer;
  font-weight: 600;
}
#about .content section .table th p.sorted::after,
#iso .content section .table th p.sorted::after,
#registry .content section .table th p.sorted::after,
#join .content section .table th p.sorted::after,
#partners .content section .table th p.sorted::after,
#contact .content section .table th p.sorted::after,
#portal .content section .table th p.sorted::after {
  display: inline-block;
  margin-right: -20px;
  padding-left: 6px;
  content: '\25BC';
}
#about .content section .table th p.sorted.reverse::after,
#iso .content section .table th p.sorted.reverse::after,
#registry .content section .table th p.sorted.reverse::after,
#join .content section .table th p.sorted.reverse::after,
#partners .content section .table th p.sorted.reverse::after,
#contact .content section .table th p.sorted.reverse::after,
#portal .content section .table th p.sorted.reverse::after {
  content: '\25B2';
}
#about .content section.levels,
#iso .content section.levels,
#registry .content section.levels,
#join .content section.levels,
#partners .content section.levels,
#contact .content section.levels,
#portal .content section.levels {
  padding-top: 0px;
  text-align: center;
}
#about .content section.levels h2,
#iso .content section.levels h2,
#registry .content section.levels h2,
#join .content section.levels h2,
#partners .content section.levels h2,
#contact .content section.levels h2,
#portal .content section.levels h2 {
  text-align: left;
}
#about .content section.levels .level,
#iso .content section.levels .level,
#registry .content section.levels .level,
#join .content section.levels .level,
#partners .content section.levels .level,
#contact .content section.levels .level,
#portal .content section.levels .level {
  height: 100%;
  width: 13vw;
  padding: 18px 30px;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
#about .content section.levels .level p,
#iso .content section.levels .level p,
#registry .content section.levels .level p,
#join .content section.levels .level p,
#partners .content section.levels .level p,
#contact .content section.levels .level p,
#portal .content section.levels .level p {
  margin: 0;
  padding: 0;
  text-align: center;
}
#about .content section.levels .level img,
#iso .content section.levels .level img,
#registry .content section.levels .level img,
#join .content section.levels .level img,
#partners .content section.levels .level img,
#contact .content section.levels .level img,
#portal .content section.levels .level img {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}
#about .content section.light,
#iso .content section.light,
#registry .content section.light,
#join .content section.light,
#partners .content section.light,
#contact .content section.light,
#portal .content section.light {
  background-color: #1e94f0;
}
#about .content section.light h2,
#iso .content section.light h2,
#registry .content section.light h2,
#join .content section.light h2,
#partners .content section.light h2,
#contact .content section.light h2,
#portal .content section.light h2,
#about .content section.light h3,
#iso .content section.light h3,
#registry .content section.light h3,
#join .content section.light h3,
#partners .content section.light h3,
#contact .content section.light h3,
#portal .content section.light h3,
#about .content section.light p,
#iso .content section.light p,
#registry .content section.light p,
#join .content section.light p,
#partners .content section.light p,
#contact .content section.light p,
#portal .content section.light p {
  color: #fff;
}
#about .content section.light .become-iso,
#iso .content section.light .become-iso,
#registry .content section.light .become-iso,
#join .content section.light .become-iso,
#partners .content section.light .become-iso,
#contact .content section.light .become-iso,
#portal .content section.light .become-iso {
  display: inherit;
  width: 48px;
  height: auto;
  margin: 0 auto;
}
#about .content section.dark,
#iso .content section.dark,
#registry .content section.dark,
#join .content section.dark,
#partners .content section.dark,
#contact .content section.dark,
#portal .content section.dark {
  background-color: #1b2435;
}
#about .content section.dark h3,
#iso .content section.dark h3,
#registry .content section.dark h3,
#join .content section.dark h3,
#partners .content section.dark h3,
#contact .content section.dark h3,
#portal .content section.dark h3 {
  color: #fff;
}
#about .content section.dark p,
#iso .content section.dark p,
#registry .content section.dark p,
#join .content section.dark p,
#partners .content section.dark p,
#contact .content section.dark p,
#portal .content section.dark p {
  color: #fff;
}
#about .content section.contact,
#iso .content section.contact,
#registry .content section.contact,
#join .content section.contact,
#partners .content section.contact,
#contact .content section.contact,
#portal .content section.contact {
  padding-top: 0px;
  padding-bottom: 84px;
}
#about .content section.contact h3,
#iso .content section.contact h3,
#registry .content section.contact h3,
#join .content section.contact h3,
#partners .content section.contact h3,
#contact .content section.contact h3,
#portal .content section.contact h3 {
  font-size: 1.2em;
}
#about .content section.contact .row,
#iso .content section.contact .row,
#registry .content section.contact .row,
#join .content section.contact .row,
#partners .content section.contact .row,
#contact .content section.contact .row,
#portal .content section.contact .row {
  margin: 0 0 12px;
}
#about .content section.contact input,
#iso .content section.contact input,
#registry .content section.contact input,
#join .content section.contact input,
#partners .content section.contact input,
#contact .content section.contact input,
#portal .content section.contact input,
#about .content section.contact textarea,
#iso .content section.contact textarea,
#registry .content section.contact textarea,
#join .content section.contact textarea,
#partners .content section.contact textarea,
#contact .content section.contact textarea,
#portal .content section.contact textarea {
  width: 100%;
  border: 0px;
  background-color: #f3f3f3;
  padding: 8px;
  resize: none;
  outline: 0;
}
#about .content section.contact .empty,
#iso .content section.contact .empty,
#registry .content section.contact .empty,
#join .content section.contact .empty,
#partners .content section.contact .empty,
#contact .content section.contact .empty,
#portal .content section.contact .empty {
  background-color: #f3e3e3;
  border: 1px solid #f3b3b3;
  padding: 7px;
}
#about .content section.contact textarea,
#iso .content section.contact textarea,
#registry .content section.contact textarea,
#join .content section.contact textarea,
#partners .content section.contact textarea,
#contact .content section.contact textarea,
#portal .content section.contact textarea {
  height: 200px;
  outline: 0;
}
#about .content section.contact button,
#iso .content section.contact button,
#registry .content section.contact button,
#join .content section.contact button,
#partners .content section.contact button,
#contact .content section.contact button,
#portal .content section.contact button {
  display: inline-block;
  margin: 0px 6px;
  border: 1px solid #000;
  padding: 4px 24px;
  text-transform: uppercase;
  background-color: #fff;
  outline: 0;
  width: auto;
  height: 28px;
  transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -khtml-transition: width 0.2s;
  -webkit-transition: width 0.2s;
}
#about .content section.contact button[disabled='disabled'],
#iso .content section.contact button[disabled='disabled'],
#registry .content section.contact button[disabled='disabled'],
#join .content section.contact button[disabled='disabled'],
#partners .content section.contact button[disabled='disabled'],
#contact .content section.contact button[disabled='disabled'],
#portal .content section.contact button[disabled='disabled'] {
  border-color: #a0a0a0;
  color: #a0a0a0;
}
#about .content section.contact .glyphicon-refresh,
#iso .content section.contact .glyphicon-refresh,
#registry .content section.contact .glyphicon-refresh,
#join .content section.contact .glyphicon-refresh,
#partners .content section.contact .glyphicon-refresh,
#contact .content section.contact .glyphicon-refresh,
#portal .content section.contact .glyphicon-refresh {
  animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -khtml-animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
  font-size: 0.9em;
}
#about .content .themes .row .col-lg-4,
#iso .content .themes .row .col-lg-4,
#registry .content .themes .row .col-lg-4,
#join .content .themes .row .col-lg-4,
#partners .content .themes .row .col-lg-4,
#contact .content .themes .row .col-lg-4,
#portal .content .themes .row .col-lg-4 {
  max-height: 212px;
  height: 16vw;
}
#about .content .themes .row .theme-img,
#iso .content .themes .row .theme-img,
#registry .content .themes .row .theme-img,
#join .content .themes .row .theme-img,
#partners .content .themes .row .theme-img,
#contact .content .themes .row .theme-img,
#portal .content .themes .row .theme-img {
  width: 54%;
  position: absolute;
  bottom: 0px;
  left: 23%;
  height: auto;
}
#about .content .themes .row .theme-label,
#iso .content .themes .row .theme-label,
#registry .content .themes .row .theme-label,
#join .content .themes .row .theme-label,
#partners .content .themes .row .theme-label,
#contact .content .themes .row .theme-label,
#portal .content .themes .row .theme-label {
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-transform: uppercase;
  text-align: center;
  color: #1b2435;
  padding: 4px 8px;
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 0.8em;
  font-weight: 600;
}
#about .content .themes .row .economy,
#iso .content .themes .row .economy,
#registry .content .themes .row .economy,
#join .content .themes .row .economy,
#partners .content .themes .row .economy,
#contact .content .themes .row .economy,
#portal .content .themes .row .economy {
  background-color: #e65385;
}
#about .content .themes .row .education,
#iso .content .themes .row .education,
#registry .content .themes .row .education,
#join .content .themes .row .education,
#partners .content .themes .row .education,
#contact .content .themes .row .education,
#portal .content .themes .row .education {
  background-color: #7ffd01;
}
#about .content .themes .row .energy,
#iso .content .themes .row .energy,
#registry .content .themes .row .energy,
#join .content .themes .row .energy,
#partners .content .themes .row .energy,
#contact .content .themes .row .energy,
#portal .content .themes .row .energy {
  background-color: #ffe401;
}
#about .content .themes .row .environment,
#iso .content .themes .row .environment,
#registry .content .themes .row .environment,
#join .content .themes .row .environment,
#partners .content .themes .row .environment,
#contact .content .themes .row .environment,
#portal .content .themes .row .environment {
  background-color: #3fad2a;
}
#about .content .themes .row .finance,
#iso .content .themes .row .finance,
#registry .content .themes .row .finance,
#join .content .themes .row .finance,
#partners .content .themes .row .finance,
#contact .content .themes .row .finance,
#portal .content .themes .row .finance {
  background-color: #e97754;
}
#about .content .themes .row .fire,
#iso .content .themes .row .fire,
#registry .content .themes .row .fire,
#join .content .themes .row .fire,
#partners .content .themes .row .fire,
#contact .content .themes .row .fire,
#portal .content .themes .row .fire {
  background-color: #e6feae;
}
#about .content .themes .row .governance,
#iso .content .themes .row .governance,
#registry .content .themes .row .governance,
#join .content .themes .row .governance,
#partners .content .themes .row .governance,
#contact .content .themes .row .governance,
#portal .content .themes .row .governance {
  background-color: #00ff91;
}
#about .content .themes .row .health,
#iso .content .themes .row .health,
#registry .content .themes .row .health,
#join .content .themes .row .health,
#partners .content .themes .row .health,
#contact .content .themes .row .health,
#portal .content .themes .row .health {
  background-color: #ec2f00;
}
#about .content .themes .row .recreation,
#iso .content .themes .row .recreation,
#registry .content .themes .row .recreation,
#join .content .themes .row .recreation,
#partners .content .themes .row .recreation,
#contact .content .themes .row .recreation,
#portal .content .themes .row .recreation {
  background-color: #f4a60e;
}
#about .content .themes .row .safety,
#iso .content .themes .row .safety,
#registry .content .themes .row .safety,
#join .content .themes .row .safety,
#partners .content .themes .row .safety,
#contact .content .themes .row .safety,
#portal .content .themes .row .safety {
  background-color: #b917a0;
}
#about .content .themes .row .shelter,
#iso .content .themes .row .shelter,
#registry .content .themes .row .shelter,
#join .content .themes .row .shelter,
#partners .content .themes .row .shelter,
#contact .content .themes .row .shelter,
#portal .content .themes .row .shelter {
  background-color: #6fe7de;
}
#about .content .themes .row .solid-waste,
#iso .content .themes .row .solid-waste,
#registry .content .themes .row .solid-waste,
#join .content .themes .row .solid-waste,
#partners .content .themes .row .solid-waste,
#contact .content .themes .row .solid-waste,
#portal .content .themes .row .solid-waste {
  background-color: #9c1f63;
}
#about .content .themes .row .telecom,
#iso .content .themes .row .telecom,
#registry .content .themes .row .telecom,
#join .content .themes .row .telecom,
#partners .content .themes .row .telecom,
#contact .content .themes .row .telecom,
#portal .content .themes .row .telecom {
  background-color: #df8eea;
}
#about .content .themes .row .transportation,
#iso .content .themes .row .transportation,
#registry .content .themes .row .transportation,
#join .content .themes .row .transportation,
#partners .content .themes .row .transportation,
#contact .content .themes .row .transportation,
#portal .content .themes .row .transportation {
  background-color: #9f353f;
}
#about .content .themes .row .urban-planning,
#iso .content .themes .row .urban-planning,
#registry .content .themes .row .urban-planning,
#join .content .themes .row .urban-planning,
#partners .content .themes .row .urban-planning,
#contact .content .themes .row .urban-planning,
#portal .content .themes .row .urban-planning {
  background-color: #ee5e21;
}
#about .content .themes .row .wastewater,
#iso .content .themes .row .wastewater,
#registry .content .themes .row .wastewater,
#join .content .themes .row .wastewater,
#partners .content .themes .row .wastewater,
#contact .content .themes .row .wastewater,
#portal .content .themes .row .wastewater {
  background-color: #42e74d;
}
#about .content .themes .row .water-san,
#iso .content .themes .row .water-san,
#registry .content .themes .row .water-san,
#join .content .themes .row .water-san,
#partners .content .themes .row .water-san,
#contact .content .themes .row .water-san,
#portal .content .themes .row .water-san {
  background-color: #54d3fe;
}
#about .content .factors .row,
#iso .content .factors .row,
#registry .content .factors .row,
#join .content .factors .row,
#partners .content .factors .row,
#contact .content .factors .row,
#portal .content .factors .row {
  margin: 30px 0px !important;
}
#about .content .factors .row .factor-img,
#iso .content .factors .row .factor-img,
#registry .content .factors .row .factor-img,
#join .content .factors .row .factor-img,
#partners .content .factors .row .factor-img,
#contact .content .factors .row .factor-img,
#portal .content .factors .row .factor-img {
  width: 54%;
  height: auto;
  margin: 0px auto;
  display: inherit;
}
#about .content .factors .row h3,
#iso .content .factors .row h3,
#registry .content .factors .row h3,
#join .content .factors .row h3,
#partners .content .factors .row h3,
#contact .content .factors .row h3,
#portal .content .factors .row h3 {
  color: #1e94f0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-top: 14px;
  margin-bottom: 4px;
}
#about .content .factors .row .tiny,
#iso .content .factors .row .tiny,
#registry .content .factors .row .tiny,
#join .content .factors .row .tiny,
#partners .content .factors .row .tiny,
#contact .content .factors .row .tiny,
#portal .content .factors .row .tiny {
  font-size: 0.8em;
  padding: 0px 10%;
}
#map-canvas {
  width: 94vw;
  height: 80vh;
  margin-left: 3.5vw;
  margin-bottom: 64px;
}
#about-mobile,
#iso-mobile,
#registry-mobile,
#join-mobile,
#portal-mobile,
#partners-mobile,
#contact-mobile {
  padding-top: 64px;
}
#about-mobile .menu-icon,
#iso-mobile .menu-icon,
#registry-mobile .menu-icon,
#join-mobile .menu-icon,
#portal-mobile .menu-icon,
#partners-mobile .menu-icon,
#contact-mobile .menu-icon {
  width: 39px;
  height: auto;
  position: fixed;
  top: 19px;
  right: 12px;
  z-index: 99;
  cursor: pointer;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#about-mobile .menu-icon.open,
#iso-mobile .menu-icon.open,
#registry-mobile .menu-icon.open,
#join-mobile .menu-icon.open,
#portal-mobile .menu-icon.open,
#partners-mobile .menu-icon.open,
#contact-mobile .menu-icon.open {
  right: 105vw;
}
#about-mobile .header,
#iso-mobile .header,
#registry-mobile .header,
#join-mobile .header,
#portal-mobile .header,
#partners-mobile .header,
#contact-mobile .header {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 68px;
  width: 100vw;
  overflow: hidden;
  background-color: #1e94f0;
  z-index: 99;
}
#about-mobile .header .icon-wccd-sm,
#iso-mobile .header .icon-wccd-sm,
#registry-mobile .header .icon-wccd-sm,
#join-mobile .header .icon-wccd-sm,
#portal-mobile .header .icon-wccd-sm,
#partners-mobile .header .icon-wccd-sm,
#contact-mobile .header .icon-wccd-sm {
  position: absolute;
  top: 20%;
  left: 10px;
  width: auto;
  height: 60%;
}
#about-mobile .navbar,
#iso-mobile .navbar,
#registry-mobile .navbar,
#join-mobile .navbar,
#portal-mobile .navbar,
#partners-mobile .navbar,
#contact-mobile .navbar {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: -101vw;
  z-index: 99;
  transition: right 0.2s;
  -o-transition: right 0.2s;
  -ms-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -khtml-transition: right 0.2s;
  -webkit-transition: right 0.2s;
}
#about-mobile .navbar .container-fluid,
#iso-mobile .navbar .container-fluid,
#registry-mobile .navbar .container-fluid,
#join-mobile .navbar .container-fluid,
#portal-mobile .navbar .container-fluid,
#partners-mobile .navbar .container-fluid,
#contact-mobile .navbar .container-fluid {
  padding: 0px;
  height: 100vh;
  width: 100.5vw;
  background-color: #fff;
}
#about-mobile .navbar .container-fluid #navbar .close-menu,
#iso-mobile .navbar .container-fluid #navbar .close-menu,
#registry-mobile .navbar .container-fluid #navbar .close-menu,
#join-mobile .navbar .container-fluid #navbar .close-menu,
#portal-mobile .navbar .container-fluid #navbar .close-menu,
#partners-mobile .navbar .container-fluid #navbar .close-menu,
#contact-mobile .navbar .container-fluid #navbar .close-menu {
  position: absolute;
  top: -10px;
  right: 0px;
  font-size: 3em;
  font-weight: 100;
  padding: 0 8px;
  color: #000;
}
#about-mobile .navbar .container-fluid #navbar ul li,
#iso-mobile .navbar .container-fluid #navbar ul li,
#registry-mobile .navbar .container-fluid #navbar ul li,
#join-mobile .navbar .container-fluid #navbar ul li,
#portal-mobile .navbar .container-fluid #navbar ul li,
#partners-mobile .navbar .container-fluid #navbar ul li,
#contact-mobile .navbar .container-fluid #navbar ul li {
  padding: 18px 0.1vw;
  margin: 0px 0.7vw;
  font-size: 1.3em;
  font-weight: 100;
  text-align: left;
  text-transform: uppercase;
  outline: 0;
}
#about-mobile .navbar .container-fluid #navbar ul li a,
#iso-mobile .navbar .container-fluid #navbar ul li a,
#registry-mobile .navbar .container-fluid #navbar ul li a,
#join-mobile .navbar .container-fluid #navbar ul li a,
#portal-mobile .navbar .container-fluid #navbar ul li a,
#partners-mobile .navbar .container-fluid #navbar ul li a,
#contact-mobile .navbar .container-fluid #navbar ul li a {
  color: #010066;
  padding: 0px;
  cursor: pointer;
  outline: 0;
}
#about-mobile .navbar .container-fluid #navbar ul li a:hover,
#iso-mobile .navbar .container-fluid #navbar ul li a:hover,
#registry-mobile .navbar .container-fluid #navbar ul li a:hover,
#join-mobile .navbar .container-fluid #navbar ul li a:hover,
#portal-mobile .navbar .container-fluid #navbar ul li a:hover,
#partners-mobile .navbar .container-fluid #navbar ul li a:hover,
#contact-mobile .navbar .container-fluid #navbar ul li a:hover,
#about-mobile .navbar .container-fluid #navbar ul li a:active,
#iso-mobile .navbar .container-fluid #navbar ul li a:active,
#registry-mobile .navbar .container-fluid #navbar ul li a:active,
#join-mobile .navbar .container-fluid #navbar ul li a:active,
#portal-mobile .navbar .container-fluid #navbar ul li a:active,
#partners-mobile .navbar .container-fluid #navbar ul li a:active,
#contact-mobile .navbar .container-fluid #navbar ul li a:active {
  color: #010066;
  background: transparent;
  text-decoration: underline;
  outline: 0;
}
#about-mobile .navbar .container-fluid #navbar ul li.active a,
#iso-mobile .navbar .container-fluid #navbar ul li.active a,
#registry-mobile .navbar .container-fluid #navbar ul li.active a,
#join-mobile .navbar .container-fluid #navbar ul li.active a,
#portal-mobile .navbar .container-fluid #navbar ul li.active a,
#partners-mobile .navbar .container-fluid #navbar ul li.active a,
#contact-mobile .navbar .container-fluid #navbar ul li.active a {
  color: #808080 !important;
  pointer-events: none !important;
}
#about-mobile .content .banner,
#iso-mobile .content .banner,
#registry-mobile .content .banner,
#join-mobile .content .banner,
#portal-mobile .content .banner,
#partners-mobile .content .banner,
#contact-mobile .content .banner {
  height: auto;
  width: 100vw;
}
#about-mobile .content .mpage-header,
#iso-mobile .content .mpage-header,
#registry-mobile .content .mpage-header,
#join-mobile .content .mpage-header,
#portal-mobile .content .mpage-header,
#partners-mobile .content .mpage-header,
#contact-mobile .content .mpage-header {
  position: absolute;
  top: 29vw;
  margin-top: 68px;
  padding: 0 10px;
  min-width: 100vw;
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  color: #fff;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.5));
  -o-filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.5));
  -ms-filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.5));
  -moz-filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.5));
  -khtml-filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.5));
  -webkit-filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.5));
}
#about-mobile .content .spacer,
#iso-mobile .content .spacer,
#registry-mobile .content .spacer,
#join-mobile .content .spacer,
#portal-mobile .content .spacer,
#partners-mobile .content .spacer,
#contact-mobile .content .spacer {
  padding-top: 16px;
  width: auto;
  height: 86px;
  margin: 0px auto;
  display: inherit;
}
#about-mobile .content section,
#iso-mobile .content section,
#registry-mobile .content section,
#join-mobile .content section,
#portal-mobile .content section,
#partners-mobile .content section,
#contact-mobile .content section {
  width: 100vw;
  padding: 24px 32px;
}
#about-mobile .content section h2,
#iso-mobile .content section h2,
#registry-mobile .content section h2,
#join-mobile .content section h2,
#portal-mobile .content section h2,
#partners-mobile .content section h2,
#contact-mobile .content section h2 {
  color: #1e94f0;
  font-weight: 600;
  padding-bottom: 20px;
}
#about-mobile .content section h3,
#iso-mobile .content section h3,
#registry-mobile .content section h3,
#join-mobile .content section h3,
#portal-mobile .content section h3,
#partners-mobile .content section h3,
#contact-mobile .content section h3 {
  font-size: 1.4em;
  margin-bottom: 16px;
}
#about-mobile .content section .dark,
#iso-mobile .content section .dark,
#registry-mobile .content section .dark,
#join-mobile .content section .dark,
#portal-mobile .content section .dark,
#partners-mobile .content section .dark,
#contact-mobile .content section .dark {
  color: #1b2435;
}
#about-mobile .content section .light,
#iso-mobile .content section .light,
#registry-mobile .content section .light,
#join-mobile .content section .light,
#portal-mobile .content section .light,
#partners-mobile .content section .light,
#contact-mobile .content section .light {
  color: #1e94f0;
}
#about-mobile .content section .table,
#iso-mobile .content section .table,
#registry-mobile .content section .table,
#join-mobile .content section .table,
#portal-mobile .content section .table,
#partners-mobile .content section .table,
#contact-mobile .content section .table {
  font-size: 0.8em;
  margin-left: -32px;
}
#about-mobile .content section .table th p,
#iso-mobile .content section .table th p,
#registry-mobile .content section .table th p,
#join-mobile .content section .table th p,
#portal-mobile .content section .table th p,
#partners-mobile .content section .table th p,
#contact-mobile .content section .table th p {
  cursor: pointer;
  font-weight: 600;
}
#about-mobile .content section .table th p.sorted::after,
#iso-mobile .content section .table th p.sorted::after,
#registry-mobile .content section .table th p.sorted::after,
#join-mobile .content section .table th p.sorted::after,
#portal-mobile .content section .table th p.sorted::after,
#partners-mobile .content section .table th p.sorted::after,
#contact-mobile .content section .table th p.sorted::after {
  display: inline-block;
  margin-right: -20px;
  padding-left: 6px;
  content: '\25BC';
}
#about-mobile .content section .table th p.sorted.reverse::after,
#iso-mobile .content section .table th p.sorted.reverse::after,
#registry-mobile .content section .table th p.sorted.reverse::after,
#join-mobile .content section .table th p.sorted.reverse::after,
#portal-mobile .content section .table th p.sorted.reverse::after,
#partners-mobile .content section .table th p.sorted.reverse::after,
#contact-mobile .content section .table th p.sorted.reverse::after {
  content: '\25B2';
}
#about-mobile .content section p,
#iso-mobile .content section p,
#registry-mobile .content section p,
#join-mobile .content section p,
#portal-mobile .content section p,
#partners-mobile .content section p,
#contact-mobile .content section p {
  text-align: justify;
  font-weight: 100;
  font-size: 1.1em;
  line-height: 1.3em;
  padding-bottom: 12px;
}
#about-mobile .content section .inset,
#iso-mobile .content section .inset,
#registry-mobile .content section .inset,
#join-mobile .content section .inset,
#portal-mobile .content section .inset,
#partners-mobile .content section .inset,
#contact-mobile .content section .inset {
  margin: 0px;
}
#about-mobile .content section .inset .row:first-child,
#iso-mobile .content section .inset .row:first-child,
#registry-mobile .content section .inset .row:first-child,
#join-mobile .content section .inset .row:first-child,
#portal-mobile .content section .inset .row:first-child,
#partners-mobile .content section .inset .row:first-child,
#contact-mobile .content section .inset .row:first-child {
  margin-top: 20px !important;
}
#about-mobile .content section .inset .row:last-child,
#iso-mobile .content section .inset .row:last-child,
#registry-mobile .content section .inset .row:last-child,
#join-mobile .content section .inset .row:last-child,
#portal-mobile .content section .inset .row:last-child,
#partners-mobile .content section .inset .row:last-child,
#contact-mobile .content section .inset .row:last-child {
  margin-bottom: 20px !important;
}
#about-mobile .content section .inset .row,
#iso-mobile .content section .inset .row,
#registry-mobile .content section .inset .row,
#join-mobile .content section .inset .row,
#portal-mobile .content section .inset .row,
#partners-mobile .content section .inset .row,
#contact-mobile .content section .inset .row {
  margin: 50px 0px;
}
#about-mobile .content section .map,
#iso-mobile .content section .map,
#registry-mobile .content section .map,
#join-mobile .content section .map,
#portal-mobile .content section .map,
#partners-mobile .content section .map,
#contact-mobile .content section .map {
  width: 80vw;
  height: auto;
  margin: 32px 0 0 -5vw;
}
#about-mobile .content section.levels,
#iso-mobile .content section.levels,
#registry-mobile .content section.levels,
#join-mobile .content section.levels,
#portal-mobile .content section.levels,
#partners-mobile .content section.levels,
#contact-mobile .content section.levels {
  padding-top: 0px;
  text-align: center;
}
#about-mobile .content section.levels h2,
#iso-mobile .content section.levels h2,
#registry-mobile .content section.levels h2,
#join-mobile .content section.levels h2,
#portal-mobile .content section.levels h2,
#partners-mobile .content section.levels h2,
#contact-mobile .content section.levels h2 {
  text-align: left;
}
#about-mobile .content section.levels .level,
#iso-mobile .content section.levels .level,
#registry-mobile .content section.levels .level,
#join-mobile .content section.levels .level,
#portal-mobile .content section.levels .level,
#partners-mobile .content section.levels .level,
#contact-mobile .content section.levels .level {
  height: 100%;
  width: 60vw;
  padding: 18px 30px;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
#about-mobile .content section.levels .level p,
#iso-mobile .content section.levels .level p,
#registry-mobile .content section.levels .level p,
#join-mobile .content section.levels .level p,
#portal-mobile .content section.levels .level p,
#partners-mobile .content section.levels .level p,
#contact-mobile .content section.levels .level p {
  margin: 0;
  padding: 0;
  text-align: center;
}
#about-mobile .content section.levels .level img,
#iso-mobile .content section.levels .level img,
#registry-mobile .content section.levels .level img,
#join-mobile .content section.levels .level img,
#portal-mobile .content section.levels .level img,
#partners-mobile .content section.levels .level img,
#contact-mobile .content section.levels .level img {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}
#about-mobile .content section.light,
#iso-mobile .content section.light,
#registry-mobile .content section.light,
#join-mobile .content section.light,
#portal-mobile .content section.light,
#partners-mobile .content section.light,
#contact-mobile .content section.light {
  background-color: #1e94f0;
}
#about-mobile .content section.light h2,
#iso-mobile .content section.light h2,
#registry-mobile .content section.light h2,
#join-mobile .content section.light h2,
#portal-mobile .content section.light h2,
#partners-mobile .content section.light h2,
#contact-mobile .content section.light h2,
#about-mobile .content section.light h3,
#iso-mobile .content section.light h3,
#registry-mobile .content section.light h3,
#join-mobile .content section.light h3,
#portal-mobile .content section.light h3,
#partners-mobile .content section.light h3,
#contact-mobile .content section.light h3,
#about-mobile .content section.light p,
#iso-mobile .content section.light p,
#registry-mobile .content section.light p,
#join-mobile .content section.light p,
#portal-mobile .content section.light p,
#partners-mobile .content section.light p,
#contact-mobile .content section.light p {
  color: #fff;
}
#about-mobile .content section.light .become-iso,
#iso-mobile .content section.light .become-iso,
#registry-mobile .content section.light .become-iso,
#join-mobile .content section.light .become-iso,
#portal-mobile .content section.light .become-iso,
#partners-mobile .content section.light .become-iso,
#contact-mobile .content section.light .become-iso {
  display: inherit;
  width: 25%;
  height: auto;
  margin: 0 auto;
}
#about-mobile .content section.dark,
#iso-mobile .content section.dark,
#registry-mobile .content section.dark,
#join-mobile .content section.dark,
#portal-mobile .content section.dark,
#partners-mobile .content section.dark,
#contact-mobile .content section.dark {
  background-color: #1b2435;
}
#about-mobile .content section.dark h3,
#iso-mobile .content section.dark h3,
#registry-mobile .content section.dark h3,
#join-mobile .content section.dark h3,
#portal-mobile .content section.dark h3,
#partners-mobile .content section.dark h3,
#contact-mobile .content section.dark h3 {
  color: #fff;
}
#about-mobile .content section.dark p,
#iso-mobile .content section.dark p,
#registry-mobile .content section.dark p,
#join-mobile .content section.dark p,
#portal-mobile .content section.dark p,
#partners-mobile .content section.dark p,
#contact-mobile .content section.dark p {
  color: #fff;
}
#about-mobile .content section.slide-up,
#iso-mobile .content section.slide-up,
#registry-mobile .content section.slide-up,
#join-mobile .content section.slide-up,
#portal-mobile .content section.slide-up,
#partners-mobile .content section.slide-up,
#contact-mobile .content section.slide-up {
  margin-top: -42px;
}
#about-mobile .content section.contact,
#iso-mobile .content section.contact,
#registry-mobile .content section.contact,
#join-mobile .content section.contact,
#portal-mobile .content section.contact,
#partners-mobile .content section.contact,
#contact-mobile .content section.contact {
  padding-top: 0px;
  padding-bottom: 84px;
}
#about-mobile .content section.contact h3,
#iso-mobile .content section.contact h3,
#registry-mobile .content section.contact h3,
#join-mobile .content section.contact h3,
#portal-mobile .content section.contact h3,
#partners-mobile .content section.contact h3,
#contact-mobile .content section.contact h3 {
  font-size: 1em;
}
#about-mobile .content section.contact p,
#iso-mobile .content section.contact p,
#registry-mobile .content section.contact p,
#join-mobile .content section.contact p,
#portal-mobile .content section.contact p,
#partners-mobile .content section.contact p,
#contact-mobile .content section.contact p {
  font-size: 0.8em;
  padding: 0px;
}
#about-mobile .content section.contact .inset,
#iso-mobile .content section.contact .inset,
#registry-mobile .content section.contact .inset,
#join-mobile .content section.contact .inset,
#portal-mobile .content section.contact .inset,
#partners-mobile .content section.contact .inset,
#contact-mobile .content section.contact .inset {
  margin: 0px -32px !important;
}
#about-mobile .content section.contact .inset .row,
#iso-mobile .content section.contact .inset .row,
#registry-mobile .content section.contact .inset .row,
#join-mobile .content section.contact .inset .row,
#portal-mobile .content section.contact .inset .row,
#partners-mobile .content section.contact .inset .row,
#contact-mobile .content section.contact .inset .row {
  margin: 0 0 12px;
}
#about-mobile .content section.contact .inset label,
#iso-mobile .content section.contact .inset label,
#registry-mobile .content section.contact .inset label,
#join-mobile .content section.contact .inset label,
#portal-mobile .content section.contact .inset label,
#partners-mobile .content section.contact .inset label,
#contact-mobile .content section.contact .inset label {
  font-size: 0.9em;
}
#about-mobile .content section.contact .inset input,
#iso-mobile .content section.contact .inset input,
#registry-mobile .content section.contact .inset input,
#join-mobile .content section.contact .inset input,
#portal-mobile .content section.contact .inset input,
#partners-mobile .content section.contact .inset input,
#contact-mobile .content section.contact .inset input,
#about-mobile .content section.contact .inset textarea,
#iso-mobile .content section.contact .inset textarea,
#registry-mobile .content section.contact .inset textarea,
#join-mobile .content section.contact .inset textarea,
#portal-mobile .content section.contact .inset textarea,
#partners-mobile .content section.contact .inset textarea,
#contact-mobile .content section.contact .inset textarea {
  width: 100%;
  border: 0px;
  background-color: #f3f3f3;
  padding: 8px;
  resize: none;
  outline: 0;
}
#about-mobile .content section.contact .inset textarea,
#iso-mobile .content section.contact .inset textarea,
#registry-mobile .content section.contact .inset textarea,
#join-mobile .content section.contact .inset textarea,
#portal-mobile .content section.contact .inset textarea,
#partners-mobile .content section.contact .inset textarea,
#contact-mobile .content section.contact .inset textarea {
  height: 200px;
  outline: 0;
}
#about-mobile .content section.contact .inset button,
#iso-mobile .content section.contact .inset button,
#registry-mobile .content section.contact .inset button,
#join-mobile .content section.contact .inset button,
#portal-mobile .content section.contact .inset button,
#partners-mobile .content section.contact .inset button,
#contact-mobile .content section.contact .inset button {
  display: inline-block;
  margin: 0px 6px;
  border: 1px solid #000;
  padding: 4px 24px;
  text-transform: uppercase;
  background-color: #fff;
  outline: 0;
}
#about-mobile .content .themes .row,
#iso-mobile .content .themes .row,
#registry-mobile .content .themes .row,
#join-mobile .content .themes .row,
#portal-mobile .content .themes .row,
#partners-mobile .content .themes .row,
#contact-mobile .content .themes .row {
  margin-left: -15%;
  margin-right: -15%;
}
#about-mobile .content .themes .row .col-sm-6.col-xs-6,
#iso-mobile .content .themes .row .col-sm-6.col-xs-6,
#registry-mobile .content .themes .row .col-sm-6.col-xs-6,
#join-mobile .content .themes .row .col-sm-6.col-xs-6,
#portal-mobile .content .themes .row .col-sm-6.col-xs-6,
#partners-mobile .content .themes .row .col-sm-6.col-xs-6,
#contact-mobile .content .themes .row .col-sm-6.col-xs-6 {
  min-height: 145px;
}
#about-mobile .content .themes .row .theme-img,
#iso-mobile .content .themes .row .theme-img,
#registry-mobile .content .themes .row .theme-img,
#join-mobile .content .themes .row .theme-img,
#portal-mobile .content .themes .row .theme-img,
#partners-mobile .content .themes .row .theme-img,
#contact-mobile .content .themes .row .theme-img {
  width: 80%;
  position: absolute;
  bottom: 0px;
  left: 10%;
  height: auto;
}
#about-mobile .content .themes .row .theme-label,
#iso-mobile .content .themes .row .theme-label,
#registry-mobile .content .themes .row .theme-label,
#join-mobile .content .themes .row .theme-label,
#portal-mobile .content .themes .row .theme-label,
#partners-mobile .content .themes .row .theme-label,
#contact-mobile .content .themes .row .theme-label {
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-transform: uppercase;
  text-align: center;
  color: #1b2435;
  padding: 4px 8px;
  max-width: 180px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 0.7em;
  font-weight: 600;
}
#about-mobile .content .themes .row .economy,
#iso-mobile .content .themes .row .economy,
#registry-mobile .content .themes .row .economy,
#join-mobile .content .themes .row .economy,
#portal-mobile .content .themes .row .economy,
#partners-mobile .content .themes .row .economy,
#contact-mobile .content .themes .row .economy {
  background-color: #e65385;
}
#about-mobile .content .themes .row .education,
#iso-mobile .content .themes .row .education,
#registry-mobile .content .themes .row .education,
#join-mobile .content .themes .row .education,
#portal-mobile .content .themes .row .education,
#partners-mobile .content .themes .row .education,
#contact-mobile .content .themes .row .education {
  background-color: #7ffd01;
}
#about-mobile .content .themes .row .energy,
#iso-mobile .content .themes .row .energy,
#registry-mobile .content .themes .row .energy,
#join-mobile .content .themes .row .energy,
#portal-mobile .content .themes .row .energy,
#partners-mobile .content .themes .row .energy,
#contact-mobile .content .themes .row .energy {
  background-color: #ffe401;
}
#about-mobile .content .themes .row .environment,
#iso-mobile .content .themes .row .environment,
#registry-mobile .content .themes .row .environment,
#join-mobile .content .themes .row .environment,
#portal-mobile .content .themes .row .environment,
#partners-mobile .content .themes .row .environment,
#contact-mobile .content .themes .row .environment {
  background-color: #3fad2a;
}
#about-mobile .content .themes .row .finance,
#iso-mobile .content .themes .row .finance,
#registry-mobile .content .themes .row .finance,
#join-mobile .content .themes .row .finance,
#portal-mobile .content .themes .row .finance,
#partners-mobile .content .themes .row .finance,
#contact-mobile .content .themes .row .finance {
  background-color: #e97754;
}
#about-mobile .content .themes .row .fire,
#iso-mobile .content .themes .row .fire,
#registry-mobile .content .themes .row .fire,
#join-mobile .content .themes .row .fire,
#portal-mobile .content .themes .row .fire,
#partners-mobile .content .themes .row .fire,
#contact-mobile .content .themes .row .fire {
  background-color: #e6feae;
  margin-top: -14px;
  margin-left: -13px;
  width: 128px;
}
#about-mobile .content .themes .row .governance,
#iso-mobile .content .themes .row .governance,
#registry-mobile .content .themes .row .governance,
#join-mobile .content .themes .row .governance,
#portal-mobile .content .themes .row .governance,
#partners-mobile .content .themes .row .governance,
#contact-mobile .content .themes .row .governance {
  background-color: #00ff91;
}
#about-mobile .content .themes .row .health,
#iso-mobile .content .themes .row .health,
#registry-mobile .content .themes .row .health,
#join-mobile .content .themes .row .health,
#portal-mobile .content .themes .row .health,
#partners-mobile .content .themes .row .health,
#contact-mobile .content .themes .row .health {
  background-color: #ec2f00;
}
#about-mobile .content .themes .row .recreation,
#iso-mobile .content .themes .row .recreation,
#registry-mobile .content .themes .row .recreation,
#join-mobile .content .themes .row .recreation,
#portal-mobile .content .themes .row .recreation,
#partners-mobile .content .themes .row .recreation,
#contact-mobile .content .themes .row .recreation {
  background-color: #f4a60e;
}
#about-mobile .content .themes .row .safety,
#iso-mobile .content .themes .row .safety,
#registry-mobile .content .themes .row .safety,
#join-mobile .content .themes .row .safety,
#portal-mobile .content .themes .row .safety,
#partners-mobile .content .themes .row .safety,
#contact-mobile .content .themes .row .safety {
  background-color: #b917a0;
}
#about-mobile .content .themes .row .shelter,
#iso-mobile .content .themes .row .shelter,
#registry-mobile .content .themes .row .shelter,
#join-mobile .content .themes .row .shelter,
#portal-mobile .content .themes .row .shelter,
#partners-mobile .content .themes .row .shelter,
#contact-mobile .content .themes .row .shelter {
  background-color: #6fe7de;
}
#about-mobile .content .themes .row .solid-waste,
#iso-mobile .content .themes .row .solid-waste,
#registry-mobile .content .themes .row .solid-waste,
#join-mobile .content .themes .row .solid-waste,
#portal-mobile .content .themes .row .solid-waste,
#partners-mobile .content .themes .row .solid-waste,
#contact-mobile .content .themes .row .solid-waste {
  background-color: #9c1f63;
}
#about-mobile .content .themes .row .telecom,
#iso-mobile .content .themes .row .telecom,
#registry-mobile .content .themes .row .telecom,
#join-mobile .content .themes .row .telecom,
#portal-mobile .content .themes .row .telecom,
#partners-mobile .content .themes .row .telecom,
#contact-mobile .content .themes .row .telecom {
  background-color: #df8eea;
}
#about-mobile .content .themes .row .transportation,
#iso-mobile .content .themes .row .transportation,
#registry-mobile .content .themes .row .transportation,
#join-mobile .content .themes .row .transportation,
#portal-mobile .content .themes .row .transportation,
#partners-mobile .content .themes .row .transportation,
#contact-mobile .content .themes .row .transportation {
  background-color: #9f353f;
}
#about-mobile .content .themes .row .urban-planning,
#iso-mobile .content .themes .row .urban-planning,
#registry-mobile .content .themes .row .urban-planning,
#join-mobile .content .themes .row .urban-planning,
#portal-mobile .content .themes .row .urban-planning,
#partners-mobile .content .themes .row .urban-planning,
#contact-mobile .content .themes .row .urban-planning {
  background-color: #ee5e21;
}
#about-mobile .content .themes .row .wastewater,
#iso-mobile .content .themes .row .wastewater,
#registry-mobile .content .themes .row .wastewater,
#join-mobile .content .themes .row .wastewater,
#portal-mobile .content .themes .row .wastewater,
#partners-mobile .content .themes .row .wastewater,
#contact-mobile .content .themes .row .wastewater {
  background-color: #42e74d;
}
#about-mobile .content .themes .row .water-san,
#iso-mobile .content .themes .row .water-san,
#registry-mobile .content .themes .row .water-san,
#join-mobile .content .themes .row .water-san,
#portal-mobile .content .themes .row .water-san,
#partners-mobile .content .themes .row .water-san,
#contact-mobile .content .themes .row .water-san {
  background-color: #54d3fe;
}
#about-mobile .content .factors,
#iso-mobile .content .factors,
#registry-mobile .content .factors,
#join-mobile .content .factors,
#portal-mobile .content .factors,
#partners-mobile .content .factors,
#contact-mobile .content .factors {
  margin: 0px -32px !important;
  padding-top: 1px;
  padding-bottom: 10px;
  background-color: #1b2435;
}
#about-mobile .content .factors .row,
#iso-mobile .content .factors .row,
#registry-mobile .content .factors .row,
#join-mobile .content .factors .row,
#portal-mobile .content .factors .row,
#partners-mobile .content .factors .row,
#contact-mobile .content .factors .row {
  margin: 30px 0px !important;
}
#about-mobile .content .factors .row .factor-img,
#iso-mobile .content .factors .row .factor-img,
#registry-mobile .content .factors .row .factor-img,
#join-mobile .content .factors .row .factor-img,
#portal-mobile .content .factors .row .factor-img,
#partners-mobile .content .factors .row .factor-img,
#contact-mobile .content .factors .row .factor-img {
  width: 54%;
  height: auto;
  margin: 0px auto;
  display: inherit;
}
#about-mobile .content .factors .row h3,
#iso-mobile .content .factors .row h3,
#registry-mobile .content .factors .row h3,
#join-mobile .content .factors .row h3,
#portal-mobile .content .factors .row h3,
#partners-mobile .content .factors .row h3,
#contact-mobile .content .factors .row h3 {
  color: #1e94f0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-top: -10px;
  margin-bottom: 4px;
}
#about-mobile .content .factors .row .tiny,
#iso-mobile .content .factors .row .tiny,
#registry-mobile .content .factors .row .tiny,
#join-mobile .content .factors .row .tiny,
#portal-mobile .content .factors .row .tiny,
#partners-mobile .content .factors .row .tiny,
#contact-mobile .content .factors .row .tiny {
  color: #fff;
  font-size: 0.9em;
  padding: 0px 10%;
}
#about-mobile .footer,
#iso-mobile .footer,
#registry-mobile .footer,
#join-mobile .footer,
#portal-mobile .footer,
#partners-mobile .footer,
#contact-mobile .footer {
  height: 84px;
  width: 100vw;
  overflow: hidden;
  background-color: #1191f0;
  z-index: 99;
  padding: 12px 10vw;
  color: #fff;
  font-size: 0.8em;
  margin-top: -24px;
}
#about-mobile .footer .social,
#iso-mobile .footer .social,
#registry-mobile .footer .social,
#join-mobile .footer .social,
#portal-mobile .footer .social,
#partners-mobile .footer .social,
#contact-mobile .footer .social {
  font-size: 3em;
  margin-top: -52px;
}
#about-mobile .footer .social a,
#iso-mobile .footer .social a,
#registry-mobile .footer .social a,
#join-mobile .footer .social a,
#portal-mobile .footer .social a,
#partners-mobile .footer .social a,
#contact-mobile .footer .social a {
  color: #fff;
}
#about-mobile .footer .social a .fa,
#iso-mobile .footer .social a .fa,
#registry-mobile .footer .social a .fa,
#join-mobile .footer .social a .fa,
#portal-mobile .footer .social a .fa,
#partners-mobile .footer .social a .fa,
#contact-mobile .footer .social a .fa {
  margin: 0 10px;
  cursor: pointer;
}
#about-mobile .footer .social a:hover,
#iso-mobile .footer .social a:hover,
#registry-mobile .footer .social a:hover,
#join-mobile .footer .social a:hover,
#portal-mobile .footer .social a:hover,
#partners-mobile .footer .social a:hover,
#contact-mobile .footer .social a:hover {
  color: rgba(255,255,255,0.8);
}
.about {
  margin-right: 850px !important;
}
.news-bar {
  width: 100vw;
  height: 30px;
  background-color: #050b63;
}
.news-bar .news-bar-items {
  margin-right: 50px;
  display: flex;
  float: right;
}
.news-bar .news-bar-items div {
  text-transform: uppercase;
  padding-top: 7px;
  text-align: center;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #050b63;
}
.news-bar .news-bar-items div a {
  color: #fff;
  cursor: pointer;
}
.news-bar .news-bar-items div.active {
  pointer-events: none;
  color: #050b63;
  background-color: #fff;
}
.banner-text {
  color: #fff;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  font-family: "museo-slab", serif;
  position: absolute;
  width: 100vw;
  height: auto;
  left: 0;
  width: 100%;
}
.news-item {
  overflow: auto;
}
.news-item:not(:first-child) {
  border-top: 1px solid #000;
}
.news-item:not(:first-child) {
  border-top: 1px solid #000;
}
.news-item {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}
.news-item .news-content {
  width: 100%;
  position: relative;
  float: right;
  min-height: 150px;
}
.news-item .news-content .news-title {
  width: 100%;
}
.news-item .news-content .news-title .news-title-text {
  color: #2391e6;
  font-weight: 600;
  font-size: 30px;
  font-family: "museo-slab", serif;
}
.news-item .news-content .news-title .news-title-time {
  color: #769dbe;
}
.news-item .news-content .news-text {
  width: 100%;
  margin-bottom: 25px;
}
.news-item .news-content .news-link {
  float: bottom;
}
.news-item .news-content .news-link a {
  color: #769dbe;
  margin-right: 25px;
  float: right;
  border: 1px solid #769dbe;
  padding: 5px 5px 0px 5px;
}
.news-item .news-image {
  margin-right: 25px;
  margin-left: 25px;
  width: 150px;
  min-width: 150px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#portal-mobile {
  min-height: 100vh;
}
#portal-mobile .footer {
  margin-top: 10px;
}
.preload {
  width: 1px !important;
  height: 1px !important;
  opacity: 1 !important;
  position: absolute !important;
  top: -10000px !important;
}
.preload img {
  width: 1px !important;
  height: 1px !important;
}
.pnf,
.unauth,
.serr {
  padding-left: 100px;
  height: 100%;
  display: table;
}
.pnf .body,
.unauth .body,
.serr .body {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  width: 40%;
  color: #202020;
}
.pnf .body h1,
.unauth .body h1,
.serr .body h1,
.pnf .body h2,
.unauth .body h2,
.serr .body h2 {
  display: inline;
  font-family: 'Open Sans', sans-serif;
}
.pnf .body h1,
.unauth .body h1,
.serr .body h1 {
  font-weight: 700;
  font-size: 3em;
}
.pnf .body h2,
.unauth .body h2,
.serr .body h2 {
  font-weight: 100;
  font-size: 2.2em;
  margin-left: 20px;
}
.pnf .body .fold,
.unauth .body .fold,
.serr .body .fold {
  display: inline-block;
  margin: 36px 10px 0px 0px;
  cursor: pointer;
}
.pnf .body .folded,
.unauth .body .folded,
.serr .body .folded {
  margin: 12px 0;
  padding-top: 0px;
  overflow: hidden;
  height: 0px;
  border-top: 0px;
  border-bottom: 1px solid #808080;
  transition: height 0.5s;
  -o-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -khtml-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  color: #808080;
}
.pnf .body .folded p:first-child,
.unauth .body .folded p:first-child,
.serr .body .folded p:first-child {
  margin-top: 20px;
}
.pnf .body .folded p,
.unauth .body .folded p,
.serr .body .folded p {
  text-align: justify;
  margin-bottom: 14px;
  font-size: 1.2em;
}
.pnf .body .folded p a,
.unauth .body .folded p a,
.serr .body .folded p a {
  font-size: 1em;
  color: #808080;
  margin: 0;
}
.pnf .body a,
.unauth .body a,
.serr .body a {
  color: #000;
  font-weight: 700;
  font-size: 1.6em;
}
.pnf .body.unfold .folded,
.unauth .body.unfold .folded,
.serr .body.unfold .folded {
  border-top: 1px solid #808080;
  padding-top: 12px;
}
.pnf img,
.unauth img,
.serr img {
  position: absolute;
  right: 15%;
  top: 10%;
  height: 80%;
  width: auto;
}
.unauth > .body.unfold .folded {
  height: 400px;
}
.pnf > .body.unfold .folded {
  height: 306px;
}
.serr > .body.unfold .folded {
  height: 150px;
}
@media (max-width: 767px) {
  .play-icon {
    transform: translateY(50%) !important;
    -o-transform: translateY(50%) !important;
    -ms-transform: translateY(50%) !important;
    -moz-transform: translateY(50%) !important;
    -khtml-transform: translateY(50%) !important;
    -webkit-transform: translateY(50%) !important;
    right: 10vw !important;
    width: 17vw !important;
  }
  #header {
    background-image: url("//s3.amazonaws.com/wccdlanding/img/mobile_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #header .tk-aktiv-grotesk-std {
    font-size: 1.8em !important;
  }
  #header.shrinkify .header-color {
    animation: squishMobi 0.2s linear 0s 1 normal both !important;
    -o-animation: squishMobi 0.2s linear 0s 1 normal both !important;
    -ms-animation: squishMobi 0.2s linear 0s 1 normal both !important;
    -moz-animation: squishMobi 0.2s linear 0s 1 normal both !important;
    -khtml-animation: squishMobi 0.2s linear 0s 1 normal both !important;
    -webkit-animation: squishMobi 0.2s linear 0s 1 normal both !important;
  }
  #header.shrinkify .header-color .header-shrink .icon-wccd-sm,
  #header.shrinkify .header-color .header-shrink .icon-wccd-sm-thin {
    animation: shrinkMobi 0.2s linear 0s 1 normal both !important;
    -o-animation: shrinkMobi 0.2s linear 0s 1 normal both !important;
    -ms-animation: shrinkMobi 0.2s linear 0s 1 normal both !important;
    -moz-animation: shrinkMobi 0.2s linear 0s 1 normal both !important;
    -khtml-animation: shrinkMobi 0.2s linear 0s 1 normal both !important;
    -webkit-animation: shrinkMobi 0.2s linear 0s 1 normal both !important;
  }
  #header.spandify .header-color {
    animation: squishMobi 0.2s linear 0s 1 reverse both !important;
    -o-animation: squishMobi 0.2s linear 0s 1 reverse both !important;
    -ms-animation: squishMobi 0.2s linear 0s 1 reverse both !important;
    -moz-animation: squishMobi 0.2s linear 0s 1 reverse both !important;
    -khtml-animation: squishMobi 0.2s linear 0s 1 reverse both !important;
    -webkit-animation: squishMobi 0.2s linear 0s 1 reverse both !important;
  }
  #header.spandify .header-color .header-shrink .icon-wccd-sm,
  #header.spandify .header-color .header-shrink .icon-wccd-sm-thin {
    animation: shrinkMobi 0.2s linear 0s 1 reverse both !important;
    -o-animation: shrinkMobi 0.2s linear 0s 1 reverse both !important;
    -ms-animation: shrinkMobi 0.2s linear 0s 1 reverse both !important;
    -moz-animation: shrinkMobi 0.2s linear 0s 1 reverse both !important;
    -khtml-animation: shrinkMobi 0.2s linear 0s 1 reverse both !important;
    -webkit-animation: shrinkMobi 0.2s linear 0s 1 reverse both !important;
  }
  #header.play {
    background: none;
  }
  #header.play .close-vid {
    font-size: 3em !important;
    width: 38px;
    height: 48px;
  }
  .icon-wccd-sm {
    display: block !important;
    top: 0px !important;
    left: 0px !important;
    height: 100% !important;
  }
  .header-movie > .intro-video {
    width: 100vw;
    height: auto;
  }
  .header-color .header-shrink {
    padding-left: 0px !important;
  }
  .header-color .header-shrink .icon-wccd-sm {
    display: block !important;
    padding-left: 10px;
  }
  .header-color .header-block {
    margin-left: 12px !important;
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -khtml-transform: none !important;
    -webkit-transform: none !important;
    padding: 0px !important;
  }
  .header-color .header-block .row > .col-lg-4 {
    padding-top: 30vh !important;
  }
  .header-color .header-block .icon-wccd {
    /*display: none !important;*/
    width: 100% !important;
    max-width: 150px;
  }
  .header-color .header-block .icon-wccd-sm {
    display: none !important;
  }
  .header-color .header-block .text-wccd {
    width: 60vw !important;
    height: auto !important;
    max-width: 356px;
    max-height: 264px;
  }
  .header-color .header-block p.tk-aktiv-grotesk-std {
    position: absolute !important;
    top: 55vh !important;
    left: 12px !important;
    font-size: 6vw !important;
    max-width: 30vw !important;
  }
  .menu-icon {
    width: 48px;
    height: auto;
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 99;
    cursor: pointer;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  .menu-icon.open {
    right: 85vw;
  }
  #slide4 .tk-museo-slab {
    font-size: 6vw !important;
  }
  #slide4 .sample-statement {
    font-size: 1.6em !important;
    margin-bottom: 12vh !important;
  }
  #slide4 .sample-shroud {
    background-image: url("//s3.amazonaws.com/wccdlanding/img/sample/m/dark_filter.png") !important;
  }
  #slide4 .sample-image {
    background-image: url("//s3.amazonaws.com/wccdlanding/img/sample/m/Los Angeles 2.jpg");
  }
  #slide4 .sample-flip .flip {
    width: 28px !important;
    margin: 0 50px !important;
  }
  .navbar-nav {
    margin: 0px 0px;
  }
}
.bold {
  font-weight: 600 !important;
}
.no-padding-bottom {
  padding-bottom: 0px !important;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.bios p {
  padding-top: 30px !important;
  padding-bottom: 0px !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .icon-wccd {
    left: 100px !important;
  }
  .text-wccd {
    min-width: 235px !important;
    min-height: 174px !important;
  }
}
@media (min-width: 768px) {
  #slide4 .sample-image {
    background-image: url("//s3.amazonaws.com/wccdlanding/img/sample/Los Angeles 2.jpg");
  }
}
@media (max-width: 1070px) {
  .navbar {
    top: 0px !important;
    bottom: 0px !important;
    right: -101vw !important;
  }
  .navbar .container-fluid {
    padding: 0px;
    height: 100vh;
    width: 100.5vw;
    background-color: #fff;
  }
  .navbar .container-fluid #navbar::before {
    background-image: url("//s3.amazonaws.com/wccdlanding/img/svg/menu-blu.svg");
    color: #fff;
    background-position: center;
    background-size: 32px auto;
    background-repeat: no-repeat;
    width: 42px;
    height: 32px;
    margin-left: -62px;
    margin-bottom: -90px;
    padding-top: 92px;
    cursor: pointer;
  }
  .navbar .container-fluid #navbar {
    margin: 0px;
    width: 90vw !important;
    background-color: #fff;
    transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    -ms-transition: margin-left 0.5s;
    -moz-transition: margin-left 0.5s;
    -khtml-transition: margin-left 0.5s;
    -webkit-transition: margin-left 0.5s;
    min-height: 100vh;
  }
  .navbar .container-fluid #navbar .close-menu {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 3em;
    font-weight: 100;
    padding: 0 8px;
    color: #000 !important;
  }
  .navbar .container-fluid #navbar ul {
    padding: 8px 4px 0px 0px;
    float: left !important;
  }
  .navbar .container-fluid #navbar ul li {
    padding: 8px 0.1vw;
    margin: 0px;
    font-size: 1em;
    font-weight: 100;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
    float: initial;
  }
  .navbar .container-fluid #navbar ul li a {
    color: #010066;
    padding: 0px;
    cursor: pointer;
    outline: 0;
  }
  .navbar .container-fluid #navbar ul li a:hover,
  .navbar .container-fluid #navbar ul li a:active {
    color: #010066;
    background: transparent;
    text-decoration: underline;
    outline: 0;
  }
  .navbar .container-fluid #navbar ul li.active {
    color: #808080 !important;
    pointer-events: none !important;
    border: 0;
  }
  .mobile-nav-open .navbar .container-fluid #navbar {
    margin-left: -79vw; 
  }
  .navbar.open {
    right: -0.5vw !important;
  }
  .navbar-collapse.collapse {
    display: block;
  }
  .navbar.shrinkify {
    animation: 0s !important;
    -o-animation: 0s !important;
    -ms-animation: 0s !important;
    -moz-animation: 0s !important;
    -khtml-animation: 0s !important;
    -webkit-animation: 0s !important;
  }
  .navbar.spandify {
    animation: 0s !important;
    -o-animation: 0s !important;
    -ms-animation: 0s !important;
    -moz-animation: 0s !important;
    -khtml-animation: 0s !important;
    -webkit-animation: 0s !important;
  }
  #main-view #navbar::before {
    background-image: url("//s3.amazonaws.com/wccdlanding/img/svg/menu.svg");
  }
}
.navbar-collapse {
  max-height: 100% !important;
}
@media (min-width: 768px) and (max-width: 1210px) {
  .icon-wccd-sm {
    display: none !important;
  }
  .icon-wccd-sm-thin {
    display: inline-block !important;
  }
  #main-view .navbar {
    top: 10px;
  }
}
@media only screen and (max-device-width: 480px) {
  #navbar {
    overflow: scroll;
  }
  .navbar ul {
    width: 90vw !important;
  }
  .navbar ul li {
    padding-top: 1.5vh !important;
  }
  .navbar-nav {
    margin: 7.5px -15px;
  }
  #navbar {
    width: 100vw !important;
  }
  #navbar ul {
    padding-left: 30px !important;
    float: right !important;
  }
  #navbar ul li {
    padding: 1.5vh 0.1vw !important;
    margin: 0px 0.7vw !important;
    font-size: 1.3em !important;
    font-weight: 100;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
  }
  #navbar ul li a {
    color: #010066;
    padding: 0px;
    cursor: pointer;
    outline: 0;
  }
  #navbar ul li a:hover,
  #navbar ul li a:active {
    color: #010066;
    background: transparent;
    text-decoration: underline;
    outline: 0;
  }
  #navbar ul li.active {
    color: #808080 !important;
    pointer-events: none !important;
    font-weight: 400 !important;
    padding-left: 0.5em !important;
  }
  #navbar ul li:not(:first-child) {
    border-top: 1px solid #ededed !important;
  }
  #main-view #header .header-color .header-block .row p.tk-aktiv-grotesk-std{
    top: 35vh !important;      
  }
  #main-view #header .header-color .header-block .row .col-lg-4{
    padding-top: 10vh !important;   
  }
  #main-view .play-icon{
    top: 30vh;   
  }
  #main-view #mainButton{
    top: 72vh;   
  }
  #main-view #header .header-color .header-block .row h2.tk-museo-slab{
    width: 85vw !important;
    font-size: 2em !important;
  }
  #slide1 .text {
    left: 0px !important;
    width: 100vw !important;
    margin: 0 !important;
  }
  #slide1 .text p {
    text-align: center !important;
    padding: 20px !important;
    font-size: 2em !important;
  }
  #slide1 .cities-svg .toronto {
    left: -44vw !important;
    width: 120vw !important;
  }
  #slide1 .cities-svg .london {
    left: 83vw !important;
    width: 14vw !important;
  }
  #main-view #slide2 .valign-cell button,
  #main-view #slide3 .valign-cell button {
    bottom: 80px;
    height: 30px;
    padding: 5px 5px;
  }
  #slide2 .valign-cell,
  #slide3 .valign-cell {
    padding-bottom: 10vh;
    background-size: 90vh 90vw !important;
    /*display: block !important;
    background: none !important;*/
  }
  #slide2 .valign-cell .tk-museo-slab,
  #slide3 .valign-cell .tk-museo-slab {
    font-size: 2em !important;
    margin-top: 12vh !important;
  }
  #slide2 .valign-cell .themes,
  #slide3 .valign-cell .themes {
    width: 60vw;
    height: auto;
  }
  #slide5 .tk-museo-slab {
    font-size: 2em !important;
    text-align: center;
  }
  #slide5 .bars {
    margin-left: 0px !important;
  }
  #slide5 .bars .bar {
    width: 20vw !important;
  }
  #slide5 .bars .bar5 {
    left: 4vw !important;
  }
  #slide5 .bars .bar6 {
    left: 28vw !important;
  }
  #slide5 .bars .bar7 {
    left: 52vw !important;
  }
  #slide5 .bars .bar8 {
    left: 76vw !important;
  }
  #homeNav {
    text-decoration: none !important;
  }
}
@-moz-document url-prefix() {
  #header.shrinkify .header-color {
    animation: 0.2s linear 0s normal both 1 running squish;
    -o-animation: 0.2s linear 0s normal both 1 running squish;
    -ms-animation: 0.2s linear 0s normal both 1 running squish;
    -moz-animation: 0.2s linear 0s normal both 1 running squish;
    -khtml-animation: 0.2s linear 0s normal both 1 running squish;
    -webkit-animation: 0.2s linear 0s normal both 1 running squish;
  }
  #header.shrinkify .header-color .header-shrink .icon-wccd-sm {
    animation: 0.2s linear 0s normal both 1 running shrink;
    -o-animation: 0.2s linear 0s normal both 1 running shrink;
    -ms-animation: 0.2s linear 0s normal both 1 running shrink;
    -moz-animation: 0.2s linear 0s normal both 1 running shrink;
    -khtml-animation: 0.2s linear 0s normal both 1 running shrink;
    -webkit-animation: 0.2s linear 0s normal both 1 running shrink;
  }
  .navbar.shrinkify {
    animation: 0.2s linear 0s normal both 1 running slideUp;
    -o-animation: 0.2s linear 0s normal both 1 running slideUp;
    -ms-animation: 0.2s linear 0s normal both 1 running slideUp;
    -moz-animation: 0.2s linear 0s normal both 1 running slideUp;
    -khtml-animation: 0.2s linear 0s normal both 1 running slideUp;
    -webkit-animation: 0.2s linear 0s normal both 1 running slideUp;
  }
  #header.spandify .header-color {
    animation: 0.2s linear 0s reverse both 1 running squish;
    -o-animation: 0.2s linear 0s reverse both 1 running squish;
    -ms-animation: 0.2s linear 0s reverse both 1 running squish;
    -moz-animation: 0.2s linear 0s reverse both 1 running squish;
    -khtml-animation: 0.2s linear 0s reverse both 1 running squish;
    -webkit-animation: 0.2s linear 0s reverse both 1 running squish;
  }
  #header.spandify .header-color .header-shrink .icon-wccd-sm {
    animation: 0.2s linear 0s reverse both 1 running shrink;
    -o-animation: 0.2s linear 0s reverse both 1 running shrink;
    -ms-animation: 0.2s linear 0s reverse both 1 running shrink;
    -moz-animation: 0.2s linear 0s reverse both 1 running shrink;
    -khtml-animation: 0.2s linear 0s reverse both 1 running shrink;
    -webkit-animation: 0.2s linear 0s reverse both 1 running shrink;
  }
  .navbar.spandify {
    animation: 0.2s linear 0s normal both 1 running slideUp;
    -o-animation: 0.2s linear 0s normal both 1 running slideUp;
    -ms-animation: 0.2s linear 0s normal both 1 running slideUp;
    -moz-animation: 0.2s linear 0s normal both 1 running slideUp;
    -khtml-animation: 0.2s linear 0s normal both 1 running slideUp;
    -webkit-animation: 0.2s linear 0s normal both 1 running slideUp;
  }
  .header-color {
    z-index: 2;
  }
  .intro-video {
    z-index: -1;
  }
@media (max-width: 767px) {
    .header-color {
      transform: translateY(-100%) !important;
      -o-transform: translateY(-100%) !important;
      -ms-transform: translateY(-100%) !important;
      -moz-transform: translateY(-100%) !important;
      -khtml-transform: translateY(-100%) !important;
      -webkit-transform: translateY(-100%) !important;
    }
    #header.shrinkify .header-color,
    #header.spandify .header-color {
      transform: translateY(0px) !important;
      -o-transform: translateY(0px) !important;
      -ms-transform: translateY(0px) !important;
      -moz-transform: translateY(0px) !important;
      -khtml-transform: translateY(0px) !important;
      -webkit-transform: translateY(0px) !important;
    }
}
@media (min-width: 768px) and (max-width: 1439px) {
    .header-color {
      transform: translateY(-100%) !important;
      -o-transform: translateY(-100%) !important;
      -ms-transform: translateY(-100%) !important;
      -moz-transform: translateY(-100%) !important;
      -khtml-transform: translateY(-100%) !important;
      -webkit-transform: translateY(-100%) !important;
    }
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  #slide1 .cities-svg {
    height: 55% !important;
  }
  #slide6 .join-us {
    bottom: 72px !important;
    transform: scale(0.9) !important;
    -o-transform: scale(0.9) !important;
    -ms-transform: scale(0.9) !important;
    -moz-transform: scale(0.9) !important;
    -khtml-transform: scale(0.9) !important;
    -webkit-transform: scale(0.9) !important;
  }
  .footer a {
    color: #fff;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  #slide1 .cities-svg {
    height: 55% !important;
  }
  #slide6 .join-us {
    bottom: 72px !important;
    transform: scale(0.9) !important;
    -o-transform: scale(0.9) !important;
    -ms-transform: scale(0.9) !important;
    -moz-transform: scale(0.9) !important;
    -khtml-transform: scale(0.9) !important;
    -webkit-transform: scale(0.9) !important;
  }
  .footer a {
    color: #fff;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  #slide1 .cities-svg {
    height: 55% !important;
  }
  #slide6 .join-us {
    bottom: 72px !important;
    transform: scale(0.9) !important;
    -o-transform: scale(0.9) !important;
    -ms-transform: scale(0.9) !important;
    -moz-transform: scale(0.9) !important;
    -khtml-transform: scale(0.9) !important;
    -webkit-transform: scale(0.9) !important;
  }
  .footer a {
    color: #fff;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  #slide1 .cities-svg {
    height: 55% !important;
  }
  #slide6 .join-us {
    bottom: 72px !important;
    transform: scale(0.9) !important;
    -o-transform: scale(0.9) !important;
    -ms-transform: scale(0.9) !important;
    -moz-transform: scale(0.9) !important;
    -khtml-transform: scale(0.9) !important;
    -webkit-transform: scale(0.9) !important;
  }
  .footer a {
    color: #fff;
  }
}
