/*MBA Manifesto CSS*/
.manifesto-content {
  float: left;
  width: 100%;
  background: white;
  margin-bottom: 25px; }

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0; } }
@keyframes draw {
  to {
    stroke-dashoffset: 0; } }
@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.path {
  stroke-dashoffset: 2000;
  stroke-dasharray: 2000; }

#tree-svg {
  width: 760px;
  margin-top: -450px;
  margin-left: -10px;
  float: left;
  height: 520px; }

#tree-svg .path {
  -webkit-animation-name: draw;
  -webkit-animation-duration: 6s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.25s;
  animation-name: draw;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0.25s; }

#tree-svg .dot {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-name: fade;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear; }

#tree-svg .endDot {
  -webkit-animation-name: fade;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-name: fade;
  animation-delay: 2s;
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear; }

.frame {
  height: 0; }

.h1-wrapper {
  padding-bottom: 0 !important; }

.animated-banner {
  margin-top: 200px;
  position: relative;
  background: #000000;
  background: -moz-linear-gradient(top, #29292d 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #29292d 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #29292d 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
  float: left;
  width: 100%;
  padding: 80px 50px 0px 50px;
  box-sizing: border-box; }
  .animated-banner h2 {
    font-size: 28px; }
  .animated-banner h2, .animated-banner p {
    color: #fff;
    max-width: 540px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    margin-bottom: 12px;
    font-family: "open sans Condensed", sans-serif;
    font-weight: 700; }
  .animated-banner p {
    font-size: 18px;
    font-weight: 300; }
  .animated-banner img.tree {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -181px auto 0 auto;
    z-index: 2; }

.st0 {
  fill: none;
  stroke: #8DC63F;
  stroke-width: 4;
  stroke-miterlimit: 10; }

.st1 {
  fill: none;
  stroke: #F7941D;
  /*orange*/
  stroke-width: 4;
  stroke-miterlimit: 10; }

.st2 {
  fill: none;
  stroke: #008BB0;
  stroke-width: 4;
  stroke-miterlimit: 10; }

.st3 {
  fill: none;
  stroke: #AB1A87;
  stroke-width: 4;
  stroke-miterlimit: 10; }

.st4 {
  fill: none;
  stroke: #E10981;
  stroke-width: 4;
  stroke-miterlimit: 10; }

.st5 {
  fill: none;
  stroke: #ED1C24;
  stroke-width: 4;
  stroke-miterlimit: 10; }

.st6 {
  fill: none;
  stroke: #FFDD00;
  stroke-width: 4;
  stroke-miterlimit: 10; }

.st7 {
  fill: #ED1C24; }

.st8 {
  fill: #E10981; }

.st9 {
  fill: #AB1A87; }

.st10 {
  fill: #008BB0; }

.st11 {
  fill: #F7941D; }

.st12 {
  fill: #FFDD00; }

.st13 {
  fill: #8DC63F; }

.manifesto-content h1 {
  text-align: center;
  margin: 0;
  font-size: 48px;
  max-width: 600px;
  margin: auto;
  line-height: 48px; }
.manifesto-content h2 {
  text-transform: uppercase;
  font-weight: 700; }
.manifesto-content span.green {
  color: #8dc63f;
  font-family: "Open Sans Condensed",sans-serif;
  font-weight: 700; }
.manifesto-content span.orange {
  color: #f7941d;
  font-family: "Open Sans Condensed",sans-serif;
  font-weight: 700; }
.manifesto-content span.pink {
  color: #e10981;
  font-family: "Open Sans Condensed",sans-serif;
  font-weight: 700; }
.manifesto-content .tabs {
  float: left;
  width: 100%; }
  .manifesto-content .tabs ul {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    background: #2b292e; }
    .manifesto-content .tabs ul li {
      display: inline-block;
      width: 33%;
      text-align: center;
      margin: 0;
      float: left;
      border-left: 1px solid #949496;
      box-sizing: border-box; }
      .manifesto-content .tabs ul li:first-child {
        border-left: 0; }
      .manifesto-content .tabs ul li a {
        font-size: 26px;
        padding: 23px 20px 35px 20px;
        color: #949496;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        background: #2b292e;
        font-family: "Open Sans Condensed",sans-serif;
        font-weight: 700;
        width: 100%;
        box-sizing: border-box;
        background-image: url("../images/arrow-grey.png");
        background-position: center 75%;
        background-repeat: no-repeat;
        background-size: 15px;
        transition: color 0.5s ease; }
        .manifesto-content .tabs ul li a:hover {
          background: #ffffff; }
      .manifesto-content .tabs ul li.green a:hover, .manifesto-content .tabs ul li.green.active a {
        color: #8dc63f;
        background: #ffffff; }
      .manifesto-content .tabs ul li.orange {
        width: 34%; }
        .manifesto-content .tabs ul li.orange a:hover, .manifesto-content .tabs ul li.orange.active a {
          color: #f7941d;
          background: #ffffff; }
      .manifesto-content .tabs ul li.pink a:hover, .manifesto-content .tabs ul li.pink.active a {
        color: #e10981;
        background: #ffffff;
        width: 100.25%; }
.manifesto-content .wrapper-50 {
  width: 50%;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 20px;
  float: left; }
  .manifesto-content .wrapper-50:last-child {
    padding-left: 20px;
    padding-right: 40px; }
.manifesto-content .image-container {
  float: left; }
  .manifesto-content .image-container img {
    max-width: 100%;
    width: 100%;
    float: left; }
.manifesto-content .block-container {
  background: #2b292e;
  float: left;
  width: 100%; }
.manifesto-content .tab-content .block {
  border-bottom: 5px solid #8dc63f;
  float: left;
  position: relative;
  z-index: 2; }
  .manifesto-content .tab-content .block h3 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 24px; }
    .manifesto-content .tab-content .block h3.with-date {
      margin-bottom: 0; }
  .manifesto-content .tab-content .block p {
    font-family: verdana;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 1.4em; }
    .manifesto-content .tab-content .block p.small {
      font-size: 13px; }
    .manifesto-content .tab-content .block p:last-child {
      margin-bottom: 0; }
  .manifesto-content .tab-content .block .text-container {
    padding: 32px; }
.manifesto-content .join {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 0; }
.manifesto-content .video {
  position: relative; }
.manifesto-content .video-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .manifesto-content .video-overlay .play {
    display: block;
    width: 100%;
    height: 100%; }
    .manifesto-content .video-overlay .play img {
      height: 43px;
      width: auto;
      position: absolute;
      left: 8px;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .manifesto-content .video-overlay .play span {
      border-radius: 90px;
      background: rgba(141, 198, 63, 0.9);
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 90px;
      height: 90px;
      margin: auto; }
.manifesto-content .text-container {
  background: #ffffff;
  padding: 5%;
  float: left;
  width: 100%;
  box-sizing: border-box; }
  .manifesto-content .text-container h3 {
    color: #8dc63f; }
.manifesto-content .centred-text {
  max-width: 400px;
  margin: auto; }
.manifesto-content a.button {
  margin-top: 24px;
  background: #8dc63f;
  color: #ffffff;
  text-align: center;
  width: 100%;
  border: 0;
  padding: 15px 20px;
  box-sizing: border-box;
  -webkit-appearance: none;
  display: block;
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
  font-family: "open sans Condensed", sans-serif;
  box-sizing: border-box;
  transition: color 0.4s ease;
  transition: background-color 0.4s ease; }
  .manifesto-content a.button:hover {
    background: #ffffff;
    color: #8dc63f; }
.manifesto-content .tab-content {
  float: left;
  width: 100%; }
  .manifesto-content .tab-content .tab {
    float: left;
    width: 100%; }
  .manifesto-content .tab-content h3 {
    text-transform: none;
    margin-bottom: 12px;
    font-family: "Open Sans Condensed", sans-serif; }
  .manifesto-content .tab-content .path-container {
    position: absolute; }
    .manifesto-content .tab-content .path-container img {
      margin-top: -25px;
      margin-left: 110px; }
  .manifesto-content .tab-content .path-container + .text-container {
    padding: 60px 5% 90px 5%; }
  .manifesto-content .tab-content .path-container-split {
    position: absolute;
    width: 100%;
    text-align: center; }
    .manifesto-content .tab-content .path-container-split img {
      width: 400px;
      margin-left: -25px;
      margin-top: -70px;
      z-index: 1; }
      .manifesto-content .tab-content .path-container-split img path {
        fill: #ffffff; }
  .manifesto-content .tab-content h3 {
    font-size: 18px;
    font-weight: 700; }
  .manifesto-content .tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .manifesto-content .tab-content li:before {
    content: "\2022";
    padding-right: 10px;
    font-size: 25px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0; }
  .manifesto-content .tab-content li {
    padding-left: 20px;
    font-family: "open sans Condensed", sans-serif;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    font-weight: 300; }
.manifesto-content .green .path-container {
  position: absolute; }
  .manifesto-content .green .path-container img {
    margin-top: -25px;
    margin-left: 130px;
    width: 290px; }
.manifesto-content .green .block {
  border-bottom: 5px solid #8dc63f; }
.manifesto-content .green h3 {
  color: #8dc63f; }
.manifesto-content .green a.button {
  background: #8dc63f;
  color: #ffffff;
  border: 1px solid #8dc63f; }
  .manifesto-content .green a.button:hover {
    background: #ffffff;
    color: #8dc63f; }
.manifesto-content .green li:before {
  color: #8dc63f; }
.manifesto-content .green .centred-text {
  max-width: 400px;
  margin: auto; }
.manifesto-content .green .play span {
  border-radius: 90px;
  background: rgba(141, 198, 63, 0.9);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 90px;
  height: 90px;
  margin: auto; }
.manifesto-content .orange .path-container {
  position: absolute;
  width: 100%;
  text-align: center; }
  .manifesto-content .orange .path-container img {
    margin: auto;
    margin-top: -25px;
    margin-left: -30px;
    width: 12px; }
.manifesto-content .orange .block {
  border-bottom: 5px solid #f7941d; }
.manifesto-content .orange h3 {
  color: #f7941d; }
.manifesto-content .orange a.button {
  background: #f7941d;
  color: #ffffff;
  border: 1px solid #f7941d; }
  .manifesto-content .orange a.button:hover {
    background: #ffffff;
    color: #f7941d; }
.manifesto-content .orange li:before {
  color: #f7941d; }
.manifesto-content .orange .play span {
  border-radius: 90px;
  background: rgba(247, 148, 29, 0.9);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 90px;
  height: 90px;
  margin: auto; }
.manifesto-content .pink .path-container {
  position: absolute;
  width: 100%;
  text-align: right; }
  .manifesto-content .pink .path-container img {
    margin: auto;
    margin-top: -25px;
    margin-right: 152px;
    width: 290px; }
.manifesto-content .pink .block {
  border-bottom: 5px solid #e10981; }
.manifesto-content .pink h3 {
  color: #e10981; }
.manifesto-content .pink a.button {
  background: #e10981;
  color: #ffffff;
  border: 1px solid #e10981; }
  .manifesto-content .pink a.button:hover {
    background: #ffffff;
    color: #e10981; }
.manifesto-content .pink li:before {
  color: #e10981; }
.manifesto-content .pink .play span {
  border-radius: 90px;
  background: rgba(225, 9, 129, 0.9);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 90px;
  height: 90px;
  margin: auto; }

.ie9 .animated-banner,
.lt-ie9 .animated-banner,
.no-smil .animated-banner {
  background-color: #000000;
  background-image: url("../images/desktop-fallback.png");
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 360px; }

.no-smil #tree-svg {
  display: none; }

.no-svg img[src$=".svg"] {
  display: none; }

.commentSection {
  font-size: 12px;
  color: #fff;
  float: left;
  width: 100%;
  padding: 0 20px 10px 20px;
  box-sizing: border-box; }
  .commentSection .author, .commentSection .posted {
    border-right: 1px solid #ffffff;
    float: left;
    line-height: 14px;
    margin-right: 10px;
    padding-right: 10px; }
  .commentSection .average {
    float: left;
    line-height: 14px;
    overflow: hidden; }
  .commentSection .rateTitle {
    float: left;
    padding-right: 10px; }
  .commentSection .rateStars {
    float: left;
    margin-top: -2px;
    padding-right: 10px; }
  .commentSection .rateAverage {
    float: left; }
  .commentSection .viewcomment {
    float: right;
    font-weight: bold;
    line-height: 14px;
    display: none !important;
    width: 185px; }
  .commentSection .posted span {
    color: #e5a901; }

.manifesto-content .text-container p {
  margin: 0 0 6px 0; }
  .manifesto-content .text-container p strong {
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: 700; }

.manifesto-content .text-container ul {
  margin-bottom: 12px; }

#block-menu-menu-menu-guest-footer-links ul li a,
#block-menu-menu-menu-guest-footer-links ul li {
  color: #000 !important; }

body.node-type-manifesto h1,
body.node-type-manifesto h2,
body.node-type-manifesto h3 {
  font-family: "Open Sans Condensed",sans-serif; }

body.node-type-manifesto .manifesto-content .tab-content .mani-rating .commentSection {
  background: #2b292e none repeat scroll 0 0;
  border-bottom: medium none; }

body.node-type-manifesto .manifesto-content .tab-content .mani-rating {
  background: #2b292e none repeat scroll 0 0;
  clear: both;
  margin-bottom: 0;
  padding: 0; }

body.node-type-manifesto .manifesto-content .tab-content .mani-rating .commentSection .commentHeader {
  background: transparent none repeat scroll 0 0; }

body.node-type-manifesto .zoetropemenu {
  margin-top: 0 !important; }

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