@charset "utf-8";

/* Basic css for all articles */
@font-face {
  font-family: 'NotoSans Regular';
  src: url('../fonts/NotoSans-Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: 
  url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
  url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.mustbe {
  font-style: normal;
  font-size: 16px;
  color: #333;
}
.mustbe, .mustbe *, .mustbe *::before, .mustbe *::after, .mustbe table {
  box-sizing: border-box;
}
.mustbe ul, .mustbe ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mustbe h1, .mustbe h2, .mustbe h3, .mustbe h4, .mustbe p {
  margin: 0;
  padding: 0
}
.mustbe a,
.mustbe a:hover {
  text-decoration: none;
}
.mustbe a {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mustbe .bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mustbe .width100 {
  width: 100%;
}
.mustbe .maxwidth100 {
  max-width: 100%;
}
.mustbe .d-table {
  display: table !important;
}
.mustbe .d-table-cell {
  display: table-cell !important;
  vertical-align: middle !important;
}
.mustbe .text-right {
  text-align: right !important;
}
.mustbe .text-center {
  text-align: center !important;
}
.mustbe .text-justify {
  text-align: justify !important;
}
.mustbe .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mustbe .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.mustbe .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.mustbe .col-max {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
.mustbe table {
  border-spacing: 0;
}
.mustbe table th,
.mustbe table td {
  font-size: 15px !important;
  letter-spacing: 0;
}
.mustbe .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mustbe .table-responsive th,
.mustbe .table-responsive td {
  white-space: nowrap;
}
.mustbe .doc-title,
.mustbe .doc-title2,
.mustbe .doc-title3 {
  font-family: 'NotoSans Regular';
  font-style: normal;
  font-weight: 400;
}
.mustbe .doc-title3 {
  font-size: 17px;
}
@media (min-width:786px) {
  .mustbe .width-small {
    margin: auto;
    width: 75%;
  }
}
@media (max-width:1199px) {
  .mustbe .doc-title {
    font-size: 20px;
    line-height: 24px;
  }  
  .mustbe .doc-title2 {
    font-size: 18px;
  }
}
@media (min-width:1200px) {
  .mustbe .doc-title {
    font-size: 26px;
    line-height: 32px;
  }  
  .mustbe .doc-title2 {
    font-size: 20px;
  }
  .mustbe .width-small {
    margin: auto;
    width: 60%;
  }
  .mustbe .width-medium {
    margin: auto;
    width: 80%;
  }
}
