body {
  margin: 0px;
  position: relative !important;
}
.img-greyify {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    margin-bottom:20px;
}
.img-greyify:hover {
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.img-colorify {
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
    margin-bottom:20px;
}
.img-colorify:hover {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.navbar {
  background-color: #00465b;
}
.nav-link {
  color: #ffffff !important;
  text-transform: uppercase;
}
.nav-link:hover {
  color: #767048 !important;
}
.nav-link:active {
  color: #767048 !important;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.chart {
  width: 100%;
  min-height: 360px;
}
.chartmap {
  width: 100%;
  min-height: 560px;
}
h2 {
  text-transform: uppercase;
}
h3 a {
  color: #00465b;
  text-decoration: none;
  font-weight: normal !important;
}
h3 a:hover {
  color: #767048;
  text-decoration: none;
}
h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 25px;
}
footer {
  padding-bottom: 1px;
  background-color: #00465b;
  color: #ffffff;
}
.footer-logo {
  padding-bottom: 15px;
}
table {
  width: 25% !important;
}
.row {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
}
.jumbotron-white {
  background-color: #ffffff;
}
.jumbotron-white-small {
  padding-top: 0px;
  background-color: #ffffff;
}
.jumbotron-white-small a {
  color: #00465b;
  font-weight: bold;
  text-decoration: none;
}
.jumbotron-white-small a:hover {
  color: #767048;
  font-weight: bold;
}
.jumbotron-blue {
  background-color: #00465b;
}
.jumbotron-red {
  background-color: #7b3c53;
}
.jumbotron-green {
  background-color: #48765e;
}
.jumbotron-green-small {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #48765e;
}
.jumbotron-green a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.jumbotron-green a:hover {
  color: #00465b;
  font-weight: bold;
}
.statistic {
  font-size: 20px;
  text-transform: none;
  color: #444444;
  padding-top: 35px;
  text-align: center;
}
.sticky {
  background: none;
  position: fixed;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  top: 50%;
  right: -66px;
}
*[id]:before {
  display: block;
  content: " ";
  margin-top: -75px;
  height: 75px;
  visibility: hidden;
}
.centerbox {
  text-align: center;
}
table.center {
  margin-left:auto;
  margin-right:auto;
}
.breadcrumb {
  background-color: #ffffff;
  padding-left: 0px;
  text-transform: uppercase;
}
.breadcrumb {
  color:
}
.breadcrumb > li + li:before {
    content: "> " !important;
}
.breadcrumb a {
  text-decoration: none;
  color: #00465b;
}
.breadcrumb a:hover {
  color: #767048;
}
.blogarchive a {
  color: #00465b;
  text-transform: uppercase;
  text-decoration: none;
}
.blogarchive a:before {
  content: "< ";
}
.blogarchive a:hover {
  color: #767048;
}
.blogarchivewhite a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.blogarchivewhite a:before {
  content: "> ";
}

.list-group-item {
	display: list-item;
}
.ollink {
	list-style-type: disc;
}
.figure {
  margin: auto;
  display: block;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.quote {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  background-color: #E5E7E9;
  border: 1px dotted black;
}
.sk-group {
  padding-top: 20px;
  padding-bottom: 35px;
}
.nowrap {
  white-space: nowrap;
}

.bg-img {
  background-image: url('../images/ch.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 40vh;
}

.wh {
  color: white;
  font-weight: 600;
}
.btn-primary {
  border-color: #00465b;
  background-color: #00465b;
}
.btn-primary:hover {
  border-color: #353a40;
  background-color: #353a40;
}

.title-platinum {
  background-color: #1B2631;
  text-align: center;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.title-gold {
  background-color: #ffd700;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.title-silver {
  background-color: #bababa;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.title-bronze {
  background-color: #CB8F0F;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 576px) {
  .bg-img {
  height: 100vh;
  }
}
