.bold {
  font-weight: bold;
}
.centered {
  text-align: center;
}
.coconf__side-menu {
  position: fixed;
  z-index: 10;
  left: 0.5em;
  top: 4em;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  white-space: nowrap;
}
@media all and (min-width: 410px) {
  .coconf__side-menu {
    top: 6em;
    left: 1em;
  }
}
@media all and (min-width: 960px) {
  .coconf__side-menu {
    top: 8em;
    left: 2.5em;
  }
}
.coconf__side-menu__item, .coconf__side-menu li {
  display: inline-block;
}
.coconf__side-menu__item a, .coconf__side-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-size: 1.75vh;
  margin-right: 1em;
}
@media all and (min-height: 650px) {
  .coconf__side-menu__item a, .coconf__side-menu li a {
    margin-right: 1.5em;
  }
}
@media all and (min-height: 1200px) {
  .coconf__side-menu__item a, .coconf__side-menu li a {
    font-size: 1.75em;
  }
}
.coconf__side-menu__item a.current, .coconf__side-menu li a.current {
  font-weight: bold;
}
.coconf__big-logo {
  position: absolute;
  color: #fff;
  top: 10em;
  left: 50%;
  width: 50%;
  z-index: 5;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (min-width: 650px) {
  .coconf__big-logo {
    width: 25%;
    left: 25%;
  }
}
.coconf__big-title {
  background: #0f1a4a;
  padding: 4em 4em 4em 25%;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media all and (min-width: 650px) {
  .coconf__big-title {
    padding: 0;
    float: none;
    background: transparent;
    left: 50%;
    position: absolute;
    top: 20%;
    z-index: 6;
    width: 50%;
  }
}
.coconf__big-title .singular-big-title-text {
  width: 100%;
}
@media all and (min-width: 650px) {
  .coconf__big-title .singular-big-title-text {
    width: 66.666%;
  }
}
@media all and (min-width: 650px) {
  .coconf__big-title .coconf__signup-button {
    margin-right: 1em;
  }
}
.coconf__huge-text {
  font-size: 2.5em;
  line-height: 1.125em;
  margin: 0;
  padding: 0;
  text-align: center;
  word-break: break-word;
  font-weight: normal;
  margin-bottom: 1em;
}
@media all and (min-width: 650px) {
  .coconf__huge-text {
    font-size: 3em;
    line-height: 1.125em;
  }
}
@media all and (min-width: 960px) {
  .coconf__huge-text {
    font-size: 4.5em;
    line-height: 1.125em;
  }
}
.coconf__big-text {
  font-size: 1.5em;
  line-height: 1.125em;
  text-align: center;
  margin: 0;
  padding: 0;
  word-break: break-word;
  font-weight: normal;
  margin-bottom: 1em;
}
@media all and (min-width: 650px) {
  .coconf__big-text {
    font-size: 2em;
    line-height: 1.125em;
  }
}
@media all and (min-width: 960px) {
  .coconf__big-text {
    font-size: 2.5em;
    line-height: 1.125em;
  }
}
.coconf__top-text {
  font-size: 1em;
  line-height: 1.33333em;
  color: #fff;
}
@media all and (min-width: 650px) {
  .coconf__top-text {
    font-size: 1.4em;
  }
}
@media all and (min-width: 960px) and (min-height: 960px) {
  .coconf__top-text {
    font-size: 1.75em;
  }
}
@media all and (min-width: 1400px) {
  .coconf__top-text {
    font-size: 2em;
  }
}

.coconf__top-text a {
  color: #fff;
  -webkit-transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.coconf__top-text a:hover {
  color: #df494d;
}
.coconf__signup-single {
  float: none;
  position: absolute;
  left: 2em;
  top: 0;
  z-index: 2;
  height: 100vh;
  width: 40%;
  overflow: hidden;
  padding: 8em 1em;
}
.coconf__signup-single.event-signup-outer {
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 960px) {
  .coconf__signup-single.event-signup-outer {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.coconf__signup-single .event-signup {
  background: none;
  padding: 0;
  text-align: left;
  height: 100%;
}
.coconf__signup-single .event-signup__link {
  position: absolute;
  bottom: 0;
  left: 0;
}
.coconf__signup-button {
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  display: block;
  float: left;
  text-decoration: none;
  box-sizing: border-box;
  padding: 1.25em 1.75em;
  border: 2px solid #fff;
  margin-top: 2em;
  font-size: 1em;
  line-height: 1.33333em;
  width: auto;
  -webkit-transition: background 200ms cubic-bezier(0.39, 0.575, 0.565, 1), color 200ms cubic-bezier(0.39, 0.575, 0.565, 1), border-color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: background 200ms cubic-bezier(0.39, 0.575, 0.565, 1), color 200ms cubic-bezier(0.39, 0.575, 0.565, 1), border-color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: background 200ms cubic-bezier(0.39, 0.575, 0.565, 1), color 200ms cubic-bezier(0.39, 0.575, 0.565, 1), border-color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background 200ms cubic-bezier(0.39, 0.575, 0.565, 1), color 200ms cubic-bezier(0.39, 0.575, 0.565, 1), border-color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background 200ms cubic-bezier(0.39, 0.575, 0.565, 1), color 200ms cubic-bezier(0.39, 0.575, 0.565, 1), border-color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media all and (min-width: 650px) {
  .coconf__signup-button {
    font-size: 1.5em;
  }
}
@media all and (min-width: 960px) and (min-height: 960px) {
  .coconf__signup-button {
    font-size: 2em;
  }
}
.coconf__signup-button:hover, .coconf__signup-button:focus {
  background: #fff;
  color: #0f1a4a;
}
.coconf__signup-button:active {
  background: #dbdbda;
  border-color: #dbdbda;
  -webkit-transition: background 0s linear, color 0s linear, border-color 0s linear;
  -moz-transition: background 0s linear, color 0s linear, border-color 0s linear;
  -ms-transition: background 0s linear, color 0s linear, border-color 0s linear;
  -o-transition: background 0s linear, color 0s linear, border-color 0s linear;
  transition: background 0s linear, color 0s linear, border-color 0s linear;
}
.coconf__signup-button--visible {
  background: #fff;
  color: #0f1a4a;
  border-color: #fff;
}
.coconf__signup-button--visible:hover, .coconf__signup-button--visible:focus {
  background: #0f1a4a;
  color: #fff;
  border-color: #0f1a4a;
}
.coconf__signup-button--visible:active {
  background: #000;
  border-color: #000;
  -webkit-transition: background 0s linear, color 0s linear, border-color 0s linear;
  -moz-transition: background 0s linear, color 0s linear, border-color 0s linear;
  -ms-transition: background 0s linear, color 0s linear, border-color 0s linear;
  -o-transition: background 0s linear, color 0s linear, border-color 0s linear;
  transition: background 0s linear, color 0s linear, border-color 0s linear;
}
.coconf__wrapper {
  padding-top: 6em;
  padding-bottom: 6em;
}
.coconf__text-wrapper {
  color: #fff;
  width: 100%;
  padding: 0 3em;
  box-sizing: border-box;
  float: left;
}
@media all and (min-width: 650px) {
  .coconf__text-wrapper {
    width: 80%;
    margin-left: 10%;
  }
}
@media all and (min-width: 960px) {
  .coconf__text-wrapper {
    width: 60%;
    margin-left: 20%;
  }
}
.coconf__text-wrapper.hidden {
  display: none;
}
.coconf__text-wrapper p {
  font-size: 1em;
  line-height: 1.5em;
}
@media all and (min-width: 650px) {
  .coconf__text-wrapper p {
    font-size: 1.125em;
  }
}
@media all and (min-width: 960px) {
  .coconf__text-wrapper p {
    font-size: 1.25em;
  }
}
.coconf__text-wrapper p b, .coconf__text-wrapper p strong {
  font-weight: bold;
}
.coconf__text-wrapper p i, .coconf__text-wrapper p em {
  font-style: italic;
}
.coconf__text-wrapper p a {
  color: #fff;
  -webkit-transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.coconf__text-wrapper p a:hover {
  color: #df494d;
}
.coconf__coconference {
  background: #50ad69;
}
.coconf__challengers {
  background: #9c9d9f;
}
.coconf__challenges {
  background: #9c9d9f;
}
.coconf__program {
  background: #50ad69;
}
.coconf__speakers {
  background: #0f1a4a;
}
.coconf__signup {
  background: #50ad69;
}
.coconf__attendees {
  background: #50ad69;
}
.coconf__partners {
  background: #5d5d5f;
}
.coconf__linkbox-wrapper {
  padding: 0 2em;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 100%;
  /*
   .linkbox {
   width: 100%;
   @media all and (min-width: $small) {
   padding-left: 3em;
   padding-right: 3em;
   width: 50%;
   }
   @media all and (min-width: $large) {
   padding-left: 4em;
   padding-right: 4em;
   width: 33.33333%;
   }
   }
   */
}
@media all and (min-width: 650px) {
  .coconf__linkbox-wrapper {
    padding: 0 3em;
  }
}
@media all and (min-width: 960px) {
  .coconf__linkbox-wrapper {
    padding: 0 4em;
  }
}
.coconf__program-items {
  padding: 0 2em;
  text-align: center;
}
@media all and (min-width: 650px) {
  .coconf__program-items {
    padding: 0 4em;
  }
}
.coconf__programbox {
  width: 100%;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  padding: 1em;
}
@media all and (min-width: 650px) {
  .coconf__programbox {
    width: 50%;
  }
}
@media all and (min-width: 960px) {
  .coconf__programbox {
    width: 33.33333%;
  }
}
.coconf__programbox--blue-dark .inner-wrapper {
  background: #0f1a4a;
}
.coconf__programbox--purple .inner-wrapper {
  background: #a976ce;
}
.coconf__programbox--white-outline .inner-wrapper {
  border: 2px solid #fff;
}
.coconf__programbox--white-solid .inner-wrapper {
  color: #50ad69;
  background: #fff;
}
.coconf__programbox--full {
  width: 100% !important;
}
.coconf__programbox .inner-wrapper {
  padding: 1em;
  box-sizing: border-box;
}
@media all and (min-width: 650px) {
  .coconf__programbox .inner-wrapper {
    padding: 1.5em;
  }
}
.coconf__programbox p, .coconf__programbox h4 {
  margin: 0;
}
.coconf__signup-form {
  width: 100%;
  box-sizing: border-box;
  padding: 0 3em;
  margin-bottom: 2em;
  float: left;
}
@media all and (min-width: 650px) {
  .coconf__signup-form {
    width: 80%;
    margin-left: 10%;
  }
}
@media all and (min-width: 960px) {
  .coconf__signup-form {
    width: 60%;
    margin-left: 20%;
  }
}
@media all and (min-width: 1440px) {
  .coconf__signup-form {
    width: 40%;
    margin-left: 30%;
  }
}
.coconf__signup-form p {
  color: #fff;
}
.coconf__signup-form .form-input {
  color: #000;
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 0.15em 0.5em;
}
.coconf__signup-form .form-select {
  color: #000;
  width: 100%;
  box-sizing: border-box;
}
.coconf__signup-form .form-submit {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-top: 1em;
  max-width: 400px;
}
.coconf__speaker-wrapper {
  padding: 0 2em;
  display: flex;
  flex-wrap: wrap;
  float: left;
}
@media all and (min-width: 960px) {
  .coconf__speaker-wrapper {
    padding: 0 4em;
  }
}
.coconf__speaker {
  color: #fff;
  margin-bottom: 1em;
}
.about_wwa__staff-single.coconf__speaker {
    min-height: 0;
}
@media all and (min-width: 650px) {
  .coconf__speaker:nth-child(2n +1) {
    clear: both;
  }
  .coconf__speaker:nth-child(2n +2) {
    clear: none;
  }
}
@media all and (min-width: 960px) {
  .coconf__speaker:nth-child(2n +1) {
    clear: none;
  }
  .coconf__speaker:nth-child(4n +1) {
    clear: both;
  }
  .coconf__speaker:nth-child(4n +2) {
    clear: none;
  }
}
.coconf__speaker:first-child {
  clear: none;
}
.coconf__speaker p {
  float: left;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 0;
}
.coconf__attendees-wrapper {
  padding: 0 2em;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
@media all and (min-width: 960px) {
  .coconf__attendees-wrapper {
    padding: 0 4em;
  }
}
.coconf__attendee-col {
  color: #fff;
  width: 100%;
  padding: 0 2em 0 1em;
  box-sizing: border-box;
  float: left;
}
@media all and (min-width: 650px) {
  .coconf__attendee-col {
    width: 50%;
  }
}
@media all and (min-width: 1440px) {
  .coconf__attendee-col {
    width: 25%;
  }
}
.coconf__attendee-col p {
  margin-top: 0;
}
.coconf__partners-wrapper {
  padding: 0 2em;
}
@media all and (min-width: 960px) {
  .coconf__partners-wrapper {
    padding: 0 4em;
  }
}
.coconf__partner {
  float: left;
  box-sizing: border-box;
  width: 80%;
  margin-left: 10%;
  padding: 1em;
}
@media all and (min-width: 410px) {
  .coconf__partner {
    width: 60%;
    margin-left: 20%;
  }
}
@media all and (min-width: 650px) {
  .coconf__partner {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media all and (min-width: 960px) {
  .coconf__partner {
    width: 20%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
.coconf__footer__logo {
  width: 9em;
  margin-left: 1.25em;
}
@media all and (min-width: 650px) {
  .coconf__footer__logo {
    margin-left: 0;
  }
}
.coconf__table {
  font-size: 1em;
  line-height: 1.25em;
  background: #fff;
}
.coconf__table th {
  text-align: left;
  border-bottom: 1px solid black;
}
.coconf__table th, .coconf__table td {
  padding: 0.25em 0.5em;
}
.coconf__small_contact {
  box-sizing: border-box;
  padding: 1em;
  display: block;
  float: left;
  position: relative;
  margin: 2em 0;
  width: 50%;
}
@media all and (min-width: 410px) {
  .coconf__small_contact {
    display: none;
  }
}
.coconf__footer_contact_title_wrapper, .coconf__footer_contact_wrapper {
  display: none;
}
@media all and (min-width: 410px) {
  .coconf__footer_contact_title_wrapper, .coconf__footer_contact_wrapper {
    display: block;
  }
}
.coconf__coconference .network-project-category {
  width: auto;
  margin: 0 1.25em;
  color: #fff;
  background: #0f1a4a;
  position: relative;
  padding: 0.5em 0.25em 0.5em 0;
  z-index: 1;
}
.coconf__coconference .network-project-category__text {
  margin: 0;
}
.coconf__coconference .network-project-category:after {
  content: '';
  border: 1.25em solid transparent;
  width: 1.25em;
  height: 100%;
  left: 100%;
  top: 0;
  position: absolute;
  border-left-color: #0f1a4a;
  z-index: 2;
  box-sizing: border-box;
}
.coconf__coconference .network-project-category:before {
  content: '';
  border: 1.25em solid #0f1a4a;
  width: 1.25em;
  margin-right: -0.75em;
  height: 100%;
  right: 100%;
  top: 0;
  position: absolute;
  border-left-color: transparent;
  z-index: -1;
  box-sizing: border-box;
}
.coconf__coconference .network-project-category:hover, .coconf__coconference .network-project-category--active {
  color: #0f1a4a;
  background: #fff;
}
.coconf__coconference .network-project-category:hover:after, .coconf__coconference .network-project-category--active:after {
  border-left-color: #fff;
}
.coconf__coconference .network-project-category:hover:before, .coconf__coconference .network-project-category--active:before {
  border-color: #fff;
  border-left-color: transparent;
}
.coconf__coconference .linkboxes {
  background: none;
  height: auto;
  min-height: auto;
}
.coconf__coconference a.btn {
  font-weight: normal;
  text-decoration: none;
}
.coconf__coconference a.btn:hover {
  color: inherit;
}
.coconf__coconference .network-top__content-bottomtext {
  color: #fff;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.5em;
}
.coconf__coconference .quoteslider .slideshow {
  height: 75vh;
  min-height: 500px;
}
@media all and (min-width: 960px) {
  .coconf__coconference .quoteslider .slideshow {
    height: 50vh;
    min-height: 400px;
  }
}
.coconf__coconference .quoteslider .slideshow__item {
  -webkit-transition: opacity 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: opacity 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: opacity 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: opacity 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  height: auto;
}
.coconf__coconference .fullwidth-wrapper {
  width: 100%;
  float: left;
  position: relative;
}
.coconf__coconference .quoteslider {
  background: #0f1a4a;
}
.coconf__coconference .quotetext {
  color: #a976ce;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.25em;
  margin: 0;
}
@media all and (min-width: 1440px) {
  .coconf__coconference .quotetext {
    font-size: 3em;
  }
}
.coconf__coconference .quotename {
  margin-top: 1em;
}
.singular-main-text-wrapper--blue-dark {
  background: #0f1a4a;
}
.singular-main-text-wrapper--grey {
  background: #5d5d5f;
}
.singular-link-boxes__text a, .project-info__item-val a, .singular-link-boxes__share a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.singular-link-boxes__text a:hover, .project-info__item-val a:hover, .singular-link-boxes__share a:hover {
  color: #df494d;
}
.page-template-template-conf-main .linkbox img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.linkbox__filter-grey_dark .linkbox__filter-category, .linkbox__filter-grey_dark .linkbox__text {
  background: #5d5d5f;
}
.linkbox__filter-blue_dark .linkbox__filter-category, .linkbox__filter-blue_dark .linkbox__text {
  background: #0f1a4a;
}
body.single-aaff_challenge .singular-big-title-text {
  color: #0f1a4a;
}
.coconf__wrapper {
  padding-top: 6em;
  padding-bottom: 6em;
}
