html {
  background-color: rgb(147, 146, 149);
}

.timeline {
  box-sizing: border-box; }
  .timeline::before {
    box-sizing: border-box; }
  .timeline * {
    box-sizing: border-box; }
    .timeline *::before {
      box-sizing: border-box; }

/* Main logic */
.timeline {
  position: relative;
  font-size: 1em;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
}
  .timeline .timeline-block {
    margin: 40px 0; }
  .timeline .timeline-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -2px;
    border: 4px solid rgb(54, 54, 143);
    border-radius: 100%;
    background-color: rgb(147, 146, 149);
    text-align: center; }
    .timeline .timeline-icon.timeline-icon-hide-border {
      border: 0; }
      .timeline .timeline-icon.timeline-icon-hide-border i.fa, .timeline .timeline-icon.timeline-icon-hide-border img {
        margin-left: 0;
        margin-top: 0; }
    .timeline .timeline-icon i.fa, .timeline .timeline-icon img {
      display: inline-block;
      width: 32px;
      height: 32px;
      margin-left: -4px;
      margin-top: -4px;
      vertical-align: bottom;
      line-height: 32px;
      text-align: center;
      font-size: 30px; }
    .timeline .timeline-icon img {
      border-radius: 100%; }
  .timeline .timeline-content {
    position: relative;
    width: 45%;
    padding: 12px;
    background-color: #EEE;
    border: 1px solid #e5e5e5;
    line-height: 20px;
    min-height: 64px; }
  .timeline .timeline-date {
    position: absolute;
    width: auto;
    white-space: nowrap;
    top: 0;
    left: 118%;
    font-size: 80%; }

.timeline::before {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  /* Half of width */
  background-color: #CFCFC4;
  content: ""; }

@media screen and (min-width: 800px) {
  .timeline.timeline-alternating:not(.timeline-left) .timeline-block:nth-of-type(2n) .timeline-content {
    left: 55%; }
  .timeline.timeline-alternating:not(.timeline-left) .timeline-block:nth-of-type(2n) .timeline-date {
    left: auto;
    right: 118%;
    margin-left: -400px; } }

@media screen and (max-width: 800px) {
  .timeline.timeline-collapsing::before {
    left: auto;
    margin-left: 140px; }
  .timeline.timeline-collapsing .timeline-block {
    margin-left: 174px;
    margin-right: 10px; }
  .timeline.timeline-collapsing .timeline-icon {
    left: auto;
    margin-left: -49px; }
  .timeline.timeline-collapsing .timeline-content {
    width: auto; }
  .timeline.timeline-collapsing .timeline-date {
    width: auto;
    left: 0;
    margin-left: -130px;
    text-align: right; } }

/* Left based logic */
.timeline.timeline-left::before {
  left: auto;
  margin-left: 140px; }

.timeline.timeline-left .timeline-block {
  margin-left: 174px;
  margin-right: 10px; }

.timeline.timeline-left .timeline-icon {
  left: auto;
  margin-left: -49px; }

.timeline.timeline-left .timeline-content {
  width: auto; }

.timeline.timeline-left .timeline-date {
  width: auto;
  left: 0;
  margin-left: -130px;
  text-align: right; }

/* Color schemes */
/* Schemes */
.timeline.gray-red::before {
  background-color: #CFCFC4; }

  .timeline.gray-red .timeline-icon.timeline-icon-text span {
    border-color: #e5e5e5; }

.timeline.gray-red .timeline-content {
  border-color: #e5e5e5; }

.timeline.gray-red.timeline-with-arrows .timeline-content::before {
  border-left-color: #e5e5e5; }

.timeline.gray-red.timeline-with-arrows.timeline-left .timeline-content::before {
  border-right-color: #e5e5e5; }

.timeline.gray-red.timeline-with-arrows.timeline-alternating .timeline-content::before {
  border-left-color: #e5e5e5; }

.timeline.gray-red.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  border-right-color: #e5e5e5; }

@media screen and (max-width: 800px) {
  .timeline.gray-red.timeline-with-arrows.timeline-collapsing .timeline-content::before {
    border-right-color: #e5e5e5; } }

.timeline.gray-blue::before {
  background-color: #CFCFC4; }

.timeline.gray-blue .timeline-icon {
  border-color: #779ECB; }
  .timeline.gray-blue .timeline-icon.timeline-icon-text span {
    border-color: #e5e5e5; }

.timeline.gray-blue .timeline-content {
  border-color: #e5e5e5; }

.timeline.gray-blue.timeline-with-arrows .timeline-content::before {
  border-left-color: #e5e5e5; }

.timeline.gray-blue.timeline-with-arrows.timeline-left .timeline-content::before {
  border-right-color: #e5e5e5; }

.timeline.gray-blue.timeline-with-arrows.timeline-alternating .timeline-content::before {
  border-left-color: #e5e5e5; }

.timeline.gray-blue.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  border-right-color: #e5e5e5; }

@media screen and (max-width: 800px) {
  .timeline.gray-blue.timeline-with-arrows.timeline-collapsing .timeline-content::before {
    border-right-color: #e5e5e5; } }

.timeline.blue-yellow-yellow::before {
  background-color: #AEC6CF; }

.timeline.blue-yellow-yellow .timeline-icon {
  border-color: #FFB347; }
  .timeline.blue-yellow-yellow .timeline-icon.timeline-icon-text span {
    border-color: #AEC6CF; }

.timeline.blue-yellow-yellow .timeline-content {
  border-color: #AEC6CF; }

.timeline.blue-yellow-yellow.timeline-with-arrows .timeline-content::before {
  border-left-color: #AEC6CF; }

.timeline.blue-yellow-yellow.timeline-with-arrows.timeline-left .timeline-content::before {
  border-right-color: #AEC6CF; }

.timeline.blue-yellow-yellow.timeline-with-arrows.timeline-alternating .timeline-content::before {
  border-left-color: #AEC6CF; }

.timeline.blue-yellow-yellow.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  border-right-color: #AEC6CF; }

@media screen and (max-width: 800px) {
  .timeline.blue-yellow-yellow.timeline-with-arrows.timeline-collapsing .timeline-content::before {
    border-right-color: #AEC6CF; } }

.timeline.blue-red-red::before {
  background-color: #779ECB; }

.timeline.blue-red-red .timeline-icon {
  border-color: rgb(54, 54, 143); }
  .timeline.blue-red-red .timeline-icon.timeline-icon-text span {
    border-color: rgb(54, 54, 143); }

.timeline.blue-red-red .timeline-content {
  border-color: rgb(54, 54, 143); }

.timeline.blue-red-red.timeline-with-arrows .timeline-content::before {
  border-left-color: rgb(54, 54, 143); }

.timeline.blue-red-red.timeline-with-arrows.timeline-left .timeline-content::before {
  border-right-color: rgb(54, 54, 143); }

.timeline.blue-red-red.timeline-with-arrows.timeline-alternating .timeline-content::before {
  border-left-color: rgb(54, 54, 143); }

.timeline.blue-red-red.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  border-right-color: rgb(54, 54, 143); }

@media screen and (max-width: 800px) {
  .timeline.blue-red-red.timeline-with-arrows.timeline-collapsing .timeline-content::before {
    border-right-color: rgb(54, 54, 143); } }

.timeline.purple-flirt::before {
  background-color: #B19CD9; }

.timeline.purple-flirt .timeline-icon {
  border-color: #A2006D; }
  .timeline.purple-flirt .timeline-icon.timeline-icon-text span {
    border-color: #e5e5e5; }

.timeline.purple-flirt .timeline-content {
  border-color: #e5e5e5; }

.timeline.purple-flirt.timeline-with-arrows .timeline-content::before {
  border-left-color: #e5e5e5; }

.timeline.purple-flirt.timeline-with-arrows.timeline-left .timeline-content::before {
  border-right-color: #e5e5e5; }

.timeline.purple-flirt.timeline-with-arrows.timeline-alternating .timeline-content::before {
  border-left-color: #e5e5e5; }

.timeline.purple-flirt.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  border-right-color: #e5e5e5; }

@media screen and (max-width: 800px) {
  .timeline.purple-flirt.timeline-with-arrows.timeline-collapsing .timeline-content::before {
    border-right-color: #e5e5e5; } }

.timeline.blue-blue-blue::before {
  background-color: #AEC6CF; }

.timeline.blue-blue-blue .timeline-icon {
  border-color: #AEC6CF; }
  .timeline.blue-blue-blue .timeline-icon.timeline-icon-text span {
    border-color: #AEC6CF; }

.timeline.blue-blue-blue .timeline-content {
  border-color: #AEC6CF; }

.timeline.blue-blue-blue.timeline-with-arrows .timeline-content::before {
  border-left-color: #AEC6CF; }

.timeline.blue-blue-blue.timeline-with-arrows.timeline-left .timeline-content::before {
  border-right-color: #AEC6CF; }

.timeline.blue-blue-blue.timeline-with-arrows.timeline-alternating .timeline-content::before {
  border-left-color: #AEC6CF; }

.timeline.blue-blue-blue.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  border-right-color: #AEC6CF; }

@media screen and (max-width: 800px) {
  .timeline.blue-blue-blue.timeline-with-arrows.timeline-collapsing .timeline-content::before {
    border-right-color: #AEC6CF; } }

/* Arrows */
.timeline.timeline-with-arrows .timeline-content::after, .timeline.timeline-with-arrows .timeline-content::before {
  left: 100%;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent; }

.timeline.timeline-with-arrows .timeline-content::after {
  border-left-color: #EEE;
  border-width: 14px;
  margin-left: 0;
  margin-top: 0; }

.timeline.timeline-with-arrows .timeline-content::before {
  border-left-color: #e5e5e5;
  border-width: 15px;
  margin-left: 1px;
  margin-top: -1px; }

.timeline.timeline-with-arrows.timeline-left .timeline-content::after, .timeline.timeline-with-arrows.timeline-left .timeline-content::before {
  left: 0;
  right: 100%;
  border-left-color: transparent !important; }

.timeline.timeline-with-arrows.timeline-left .timeline-content::after {
  border-right-color: #EEE;
  margin-left: -28px; }

.timeline.timeline-with-arrows.timeline-left .timeline-content::before {
  border-right-color: #e5e5e5;
  margin-top: -1px;
  margin-left: -31px; }

.timeline.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::after, .timeline.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  left: 0;
  right: 100%;
  border-left-color: transparent !important; }

.timeline.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::after {
  border-right-color: #EEE;
  margin-left: -28px; }

.timeline.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  border-right-color: #e5e5e5;
  margin-top: -1px;
  margin-left: -31px; }

@media screen and (max-width: 800px) {
  .timeline.timeline-with-arrows .timeline-content::after, .timeline.timeline-with-arrows .timeline-content::before {
    left: 0;
    right: 100%;
    border-left-color: transparent !important; }
  .timeline.timeline-with-arrows .timeline-content::after {
    border-right-color: #EEE;
    margin-left: -28px; }
  .timeline.timeline-with-arrows .timeline-content::before {
    border-right-color: #e5e5e5;
    margin-top: -1px;
    margin-left: -31px; } }

/* Icon only */
.timeline-icon.timeline-icon-text {
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: transparent; }
  .timeline-icon.timeline-icon-text span {
    display: inline-block;
    width: auto;
    background-color: #EEE;
    border: 1px solid #e5e5e5;
    padding: 0 10px; }
  @media screen and (max-width: 800px) {
    .timeline-icon.timeline-icon-text {
      left: auto;
      width: auto;
      margin-left: 0 !important; } }

.timeline.timeline-left .timeline-icon.timeline-icon-text {
  left: auto;
  width: auto;
  margin-left: 0 !important; }

.timeline-block.timeline-block-icon-only .timeline-content {
  visibility: hidden; }

body:not(.nav-link) {
  font-family: 'Open Sans',sans-serif;
  font-size:1em;
  /*overflow: hidden;
  /*background-color:red;*/
}
.full-width {
/*  max-width:1200px;*/
  width:90%;
  margin:0 auto;
}

.logo {
  width:40px;
  vertical-align:middle;
}
.container {
  position: relative;
  top: 0; bottom: 0; left: 0; right: 0;
  overflow: auto;
}

h1 {
  padding:0px;
  font-size:200%;
  font-weight:900;
}

h2 {
  margin-top: 0;
  padding:0 0 0 0;
  font-size:110%;
  font-weight: 700;
}

h3 {
  padding:0 0 0 0;
  margin-bottom: 0;
  font-size:100%;
  font-weight: 600;
}

p {
  padding: 0 0 0 0;
  font-size:110%;
}

.timeline-content p {
  padding: 0 0 0 0;
  font-size:90%;
}

p strong {
  font-weight: bold;
}

.timeline-content ul:not(.browser-default) {
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  list-style: circle outside;
}

/* Override Materialize */
.timeline-content ul:not(.browser-default) li {
  padding: 0 0 0 0px;
  margin: 0 0 0 0;
  list-style: circle outside;
}

li {
  font-size:90%;
}
.center {
  text-align: center;
}
