
body {
  font-size: 14px;
}


.h1, h1 {
    font-size: 24px;
    margin-bottom: 18px;
}

.h2, h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}

.h3, h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

.h4, h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
}

.item-page h1, .item-page h2, .item-page h3, .item-page h4, .right_col h1, .right_col h2, .right_col h3, .right_col h4 {
    color: #007871;
    font-family: arial, sans-serif;
}

.page-header h1, .page-header h2, .page-header h3 {
    color: #333333;
    font-family: arial, sans-serif;
}

footer {
  margin-top: 20px;
}

.item-page {
  min-height: 300px;
  text-align: justify;
  font-family: 'Open Sans', sans-serif;  
}

.item-page ul, .item-page ol {
  padding-left: 4px;
}

.item-page ul li, .item-page ol li {
  margin-left: 14px;
  padding-left: 10px;
}

.item-page p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tm-home-section-1, .item-page, .right_col {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}

.right_col {
  border-left: 1px solid #007871;
  background-color: #eeeeee;
}

#system-message {
  border: 1px solid #d6e9c6;
  border-radius: 5px;
  background-color: #dff0d8;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}

.top-menu-container {
}

.tm-home-box-1 img {
  margin-bottom: 10px;
}

.tm-home-box-1 p {
  line-height: 26px;
}

@media(max-width:1000px) {

  .mobile-hide {
    display: none;
  }

}

@media(max-width:600px) {

  video {
    display: block;
    margin: 0 auto;
    padding-top: 2px;
  }

}

.info-box {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

