@charset "utf-8";

/* CSS Document */

body {
  font-size: 16px;
}

img {
  vertical-align: middle;
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

.borderimg {
  background-image: url(../../images/borderdots.png);
  background-repeat: no-repeat;
  height: 16px;
  background-size: contain;
}

.affix {
  position: fixed;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .affix {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .affix {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .affix {
    max-width: 1170px;
  }
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 3px;
}

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #ededf0;
  border-radius: 3px;
  display: inline-block;
  height: auto;
  line-height: 1.428571429;
  max-width: 100%;
  moz-transition: all .2s ease-in-out;
  o-transition: all .2s ease-in-out;
  padding: 2px;
  transition: all .2s ease-in-out;
  webkit-transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

.timeline-centered {
  position: relative;
  margin-bottom: 30px;
}


/*    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }*/


/*    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #f5f5f6;
        top: 20px;
        bottom: 20px;
        margin-left: 30px;
    }*/

.timeline-centered .timeline-entry {
  position: relative;
  /*width: 50%;
        float: right;*/
  margin-top: 5px;
  /*margin-left: 30px;*/
  margin-bottom: 10px;
  clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
  float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
  left: auto;
  right: -100px;
  text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
  float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
  margin-left: 0;
  margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


/*        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -20px;
        }*/

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -100px;
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
  display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
  font-size: 15px;
  font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
  font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  /*background: #fff;*/
  color: #737881;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f5f5f6;
  -webkit-box-shadow: 0 0 0 5px #f5f5f6;
  box-shadow: 0 0 0 5px #f5f5f6;
  line-height: 40px;
  font-size: 15px;
  float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon i {
  background: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
  background-color: #303641;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
  background-color: #ee4749;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
  background-color: #00a651;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
  background-color: #21a9e1;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
  background-color: #fad839;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
  background-color: #cc2424;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-orange {
  background-color: lightsalmon;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f5f5f6;
  padding: 1em;
  margin-left: 60px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f5f5f6 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #737881;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
  margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}

.timeline-icon .bg-orange {
  background-color: lightsalmon;
}

.greenyear {
  margin: 0px 0px 10px 50px;
  color: azure;
  border-radius: 20px;
  background-color: #00a651;
  font-size: 25px;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
}

.redyear {
  margin: 0px 0px 10px 50px;
  color: azure;
  border-radius: 20px;
  background-color: #ee4749;
  font-size: 25px;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
}

.blueyear {
  margin: 0px 0px 10px 50px;
  color: azure;
  border-radius: 20px;
  background-color: #21a9e1;
  font-size: 25px;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
}

.yellowyear {
  margin: 0px 0px 10px 50px;
  color: black;
  border-radius: 20px;
  background-color: #fad839;
  font-size: 25px;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
}

.orangeyear {
  margin: 0px 0px 10px 50px;
  color: azure;
  border-radius: 20px;
  background-color: lightsalmon;
  ;
  font-size: 25px;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
}

.year {
  margin: 0px 0px 10px 0px;
  border-radius: 20px;
  font-size: 25px;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
}

.bg-81,
.bg-86 {
  background-color: #92c4cc;
}

.bg-82 {
  background-color: #f2ae00;
}

.bg-83 {
  background-color: #ff88c4;
}

.bg-84 {
  background-color: #d8de45;
}

.bg-85 {
  background-color: #abdcff;
}

.bg-87 {
  background-color: #ffda39;
}

.bg-88 {
  background-color: #e3b5ff;
}

.bg-89 {
  background-color: #96f2c8;
}

.bg-90 {
  background-color: #ffa15b;
}

.bg-91 {
  background-color: #4ed2ff;
}

.bg-92 {
  background-color: #fff800;
}

.bg-93 {
  background-color: #caffa5;
}

.bg-94 {
  background-color: #ff8bf3;
}

.bg-95 {
  background-color: #EDC012;
}

.bg-96 {
  background-color: #9cf4ff;
}

.bg-97 {
  background-color: #ffc2cd;
}

.bg-98 {
  background-color: #ffb200;
}

.bg-99 {
  background-color: #d7f91d;
}

.bg-00 {
  background-color: #ff92ff;
}

.bg-01 {
  background-color: #fff354;
}

.bg-02 {
  background-color: #00ffb2;
}

.bg-03 {
  background-color: #eae9ff;
}

.bg-04 {
  background-color: #f3869d;
}

.bg-05 {
  background-color: #9ed2f1;
}

.bg-06 {
  background-color: #d7e47e;
}

.bg-07 {
  background-color: #faaa3d;
}

.bg-08 {
  background-color: #a2bf95;
}

.bg-09 {
  background-color: #a6aed8;
}

.bg-10 {
  background-color: #f5d2c7;
}

.bg-11 {
  background-color: #f0e91d;
}

.bg-12 {
  background-color: #f5bc33;
}

.bg-13 {
  background-color: #8ac2e9;
}

.bg-14 {
  background-color: #9f94c8;
}

.bg-15 {
  background-color: #a9d9c2;
}

.bg-16 {
  background-color: #f2aa99;
}

.bg-17 {
  background-color: #E2DC4A;
}

.bg-18 {
  background-color: #FF9F5C;
}

.bg-19 {
  background-color: #FF8EF3;
}

.bg-20 {
  background-color: #FFF600;
}

.timeline-entry-inner h2:first-of-type {
  color: black;
  text-align: center;
}

.anchorlink,
.anchorlink a {
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}

.anchorlink a:hover {
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: underline;
}

ul {
  padding-left: 0;
}

ul.bulletStyle li,
.bulletStyle ul li {
  list-style-position: inside;
  padding-left: 0;
  padding-bottom: 15px;
  /*text-indent: -20px;*/
}

ul.bulletStyle li ul li {
  list-style-position: inside;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-indent: 0px;
  font-weight: normal;
}

.bulletStyle {
  border: #666 dotted 2px;
  /*border-width: 0 0 0 2px;*/
  border-width: 0 0 2px 2px;
  border-radius: 0 0 0 20px;
  position: relative;
  margin-bottom: 25px;
  padding-left: 15px;
  /*margin-right: 15px;*/
}

.bulletStyle .graph-img {
  padding: 15px 0 25px 0;
}

.bulletStyle .graph-img::before {
  display: none;
}

.bulletStyle li {
  position: relative;
}

.bulletStyle::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: -3px;
  top: 0px;
  background-color: white;
}

.bulletStyle>li:before {
  /*content: "\25EF \0020";*/
  content: "";
  border-radius: 50%;
  border: 2px solid red;
  background-color: white;
  width: 14px;
  height: 14px;
  display: block;
  margin-top: 3px;
  left: -23px;
  position: absolute;
}

.bulletStyle li>ul {
  padding-left: 25px;
}

.bulletStyle li>ul li:before {
  content: "\00BB \0020";
  display: block;
  margin-top: -1px;
  left: -13px;
  position: absolute;
}

.bulletStyle-left {
  border-width: 0 2px 2px 0;
  border-radius: 0 0 20px 0;
  margin-right: 0px;
  padding-left: 0px;
  margin-left: 0;
}

.block-content ul.bulletStyle-left {
  padding-left: 0px;
}

.bulletStyle-left .graph-img {
  padding: 15px 25px 25px 0;
}

.bulletStyle-left:before {
  right: -3px;
  left: inherit;
}

.bulletStyle-left>li:before {
  right: -8px;
  left: inherit;
}

.bulletStyle-left>li {
  padding-right: 15px;
}

.posterPic {
  margin: 10px 25px 25px 0;
  box-shadow: 5px 5px 10px silver;
  /*	align-content:center; 
	vertical-align:middle;*/
}

.col-md-6--right .posterPic {
  margin: 10px 0 25px 25px;
}

@media (min-width: 768px) {
  .posterPic {
    max-width: 320px;
  }
}

@media (min-width: 992px) {
  .posterPic {
    max-width: 435px;
  }
}

@media (min-width: 1200px) {
  .posterPic {
    max-width: 519px;
  }
}

.posterPic-pad {
  padding: 10px;
}

.graphPic {
  padding-left 50px;
}


/*
.col-md-6 .textStyle {padding-left:65px; font-weight:bolder;} 

*/

.graph-key {
  margin-top: 25px;
}

.graph-key div {
  text-align: left;
  clear: both;
  margin-bottom: 5px;
}

.graph-key--red {
  height: 30px;
  width: 30px;
  background-color: #be1e2d;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  float: left;
}

.graph-key--blue {
  height: 30px;
  width: 30px;
  background-color: #29aae1;
  display: inline-block;
  margin-right: 10px;
  float: left;
  margin-bottom: 5px;
}

.graph-key--yellow {
  height: 30px;
  width: 30px;
  background-color: #f1cd13;
  display: inline-block;
  margin-right: 10px;
  float: left;
  margin-bottom: 5px;
}

.timeline-icon {
  display: none !important;
}

.col-md-6 {
  padding: 15px 0 15px 15px;
}

.col-md-6--right {
  padding: 15px 15px 15px 0;
}

.footnote {
  margin-left: 28px;
  display: relative;
}

.footnote span {
  position: absolute;
  left: 0px;
  text-align: right;
  width: 22px;
}