@import url("https://fonts.googleapis.com/css?family=Lato");
body {
  font-family: 'Lato', sans-serif; }

.container {
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
  padding: 0 10px; }
  .container--projector {
    padding: 16px;
    max-width: 1200px; }

.title {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px; }

.potentialfacilitators {
  font-size: 12px; }

.logoheader {
  background-color: #fff; }

.logo {
  background: url(/assets/img/ICCM-Africa-logo.png) no-repeat;
  background-position: center left;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 98px;
  width: 100%;
  margin: 0px 0px 0px 130px; }

@media (max-width: 500px) {
  .logo {
    margin: 0px 0px 0px 10px; } }
.projectortable {
  border: 2px solid #000;
  border-collapse: collapse;
  width: 100%; }
  .projectortable thead th:nth-child(1) {
    border: 2px solid #000;
    width: 20%; }
  .projectortable thead th:nth-child(2) {
    border: 2px solid #000;
    width: 50%; }
  .projectortable thead th:nth-child(3) {
    border: 2px solid #000;
    width: 20%; }
  .projectortable thead th:nth-child(4) {
    border: 2px solid #000;
    width: 10%; }
  .projectortable tbody tr:nth-child(odd) {
    background-color: #afdde9;
    border: 2px solid #000; }
  .projectortable tbody tr:nth-child(even) {
    background-color: #37abc8;
    border: 2px solid #000; }
  .projectortable td {
    border: 2px solid #000; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  box-sizing: border-box; }

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

body {
  background-color: #fff;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 1px;
  font-smoothing: antialiased; }

img, video {
  vertical-align: bottom; }

p, fieldset, table, ol, ul, dl, iframe {
  margin: 0 0 10px; }

p:last-child {
  margin: 0; }

a {
  color: inherit; }
  a:hover {
    color: #5a2ca0; }

hr {
  background-color: transparent;
  border-bottom: 1px solid #282938;
  clear: both;
  margin: 5px 0; }

abbr, acronym {
  border-bottom: 1px dotted #808080; }

em {
  font-style: italic; }

small, sub, sup {
  font-size: 85%; }

sub, sup {
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.3em; }

sup {
  top: -.3em; }

ol, ul {
  list-style-position: outside; }

ol {
  list-style-type: decimal; }

ul {
  list-style-type: disc; }

li {
  margin: 0 0 10px; }

textarea, input, button {
  outline: none; }

button, input {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em; }

.bof-form {
  width: 100%; }

.bof-form__item {
  margin-bottom: 16px; }

.bof-form__checkbox {
  font-size: 12px;
  letter-spacing: 0.21em;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

.bof-form__label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.21em;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

.bof-form__input {
  border: 0;
  font-size: 16px;
  padding: 16px;
  width: 100%; }

.bof-form__textarea {
  border: 0;
  font-size: 16px;
  padding: 16px;
  width: 100%;
  min-height: 150px; }

.btn {
  appearance: none;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  min-width: 75px;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  transition: all .5s;
  width: 100%; }
  .btn:hover {
    color: #fff; }
  .btn--primary {
    background: #c6afe9;
    border-bottom: 5px solid #5a2ca0; }
    .btn--primary:hover {
      background: #5a2ca0; }
    .btn--primary.btn--toggled {
      background: #5a2ca0; }
  .btn--secondary {
    background: #afdde9;
    border-bottom: 5px solid #37abc8; }
    .btn--secondary:hover {
      background: #37abc8; }
    .btn--secondary.btn--toggled {
      background: #37abc8; }
  .btn--danger {
    background: #ff8080;
    border-bottom: 5px solid #ff5555; }
    .btn--danger:hover {
      background: #ff5555; }
  .btn--block {
    display: block;
    flex: 1 1 auto; }

.button-block {
  display: flex;
  width: 100%; }

.notice {
  margin-bottom: 16px;
  padding: 16px;
  width: 100%; }
  .notice h1 {
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 16px; }
  .notice p {
    font-size: 16px;
    margin: 0; }
  .notice .mono {
    font-family: monospace; }
  .notice--success {
    background-color: #bcd35f; }
  .notice--warning {
    background-color: #ffcc00; }

.facilitation {
  font-size: 16px;
  display: flex;
  align-items: center;
  border: 1px solid #808080;
  padding: 8px;
  width: 100%; }

.facilitation__btn {
  appearance: none;
  background: #808080;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  height: 40px;
  margin-right: 16px;
  text-align: center;
  text-decoration: none;
  transition: all .5s;
  width: 40px; }
  .facilitation__btn:hover {
    background: #bde0ff; }

.landing__icon {
  margin: 16px 0;
  width: 100%; }
.landing__title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 16px; }

.foot-nav {
  align-content: center;
  bottom: 0;
  background-color: #bcd35f;
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  margin: 0;
  padding: 5px;
  position: fixed;
  width: 100%;
  font-size: 14px; }
  .foot-nav li {
    padding: 0;
    margin: 0; }
  .foot-nav a {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none; }

.topic {
  background-color: #fff;
  margin-bottom: 16px; }
  .topic form {
    display: flex;
    width: 100%; }

.topic__tally {
  background-color: #d9d9d9;
  font-size: 15px;
  width: 100%; }
  .topic__tally__inner {
    background: #bcd35f;
    height: 9px; }
  @media (max-width: 768px) {
    .topic__tally__text {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.topic__detail {
  padding: 16px; }
  .topic__detail h1 {
    font-size: 16px; }
  .topic__detail p {
    font-size: 15px; }

.topic__vote {
  display: flex; }
  .topic__vote button {
    width: 100%; }

.topic__vote-count {
  padding: 16px;
  font-size: 16px;
  background: #afdde9;
  width: 15%;
  text-align: right; }

@media (min-width: 768px) {
  .topic {
    display: flex;
    justify-content: space-between; }

  .topic__tally {
    align-items: center;
    display: flex;
    height: auto;
    position: relative;
    text-indent: 0;
    width: auto; }
    .topic__tally__inner {
      bottom: 0;
      height: auto;
      position: absolute;
      top: 0;
      z-index: 0; }
    .topic__tally__text {
      display: block;
      padding: 16px;
      position: relative;
      text-align: center;
      z-index: 1; }

  .topic__detail {
    width: 70%; } }
.container--projector .topic {
  display: flex;
  justify-content: space-between;
  align-items: strech; }
.container--projector .topic__vote-count {
  display: flex;
  align-items: center;
  justify-content: center; }

/*# sourceMappingURL=Africa.css.map */
