body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f5f5f5;
  /*background-image: url(../images/bg_light.png);*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  /*font-family: 'Oswald', sans-serif;
  font-weight: 400;*/
  font-weight: 600;
  line-height: 1.0em;
  margin-top: 0.9em;
  margin-bottom: 0.7em;
}

h4xxx {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

h1 {
  margin-top: 0.7em;
}

h3 {
  line-height: 1.2;
}

h4 {
  line-height: 1.4;
}

.carousel-caption h1 {
  color: #fff;
  margin-top: 0em;
}

.carousel-caption a,
.carousel-caption a:hover {
  color: #fff;
}

.container-carousel {
  position: relative;
}

.btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.modal {
  white-space: normal;
}

.tooltip {
  font-weight: 400;
}

blockquote {
  margin-bottom: 0.7em;
  font-size: 1em;
  font-weight: 400;
}

blockquote p {
  margin-bottom: 0.7em;
  font-size: 1.0em;
  font-weight: 400;
  /*font-style: italic;*/
  line-height: 1.3em;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}

p {
  margin-bottom: 0.7em;
  line-height: 1.4em;
}

a {
  color: #007f98;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
  background-color: #007f98;
}

/*.nav>li.dropdown.open.active>a:hover{
	background-color: #438390;
}*/

.alert,
.well {
  margin-bottom: 0.7em;
  /*-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,0.1);
	box-shadow:0 1px 5px rgba(0,0,0,0.1);*/
}

.thumbnails li {
  margin-bottom: 0;
}

.table {
  width: auto;
  margin-bottom: 0em;
  background-color: #fff;
}

.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
  background-color: #f4f4f4;
}

.table-hover tbody tr:hover>td,
.table-hover tbody tr:hover>th {
  background-color: #dcfac9;
  cursor: pointer;
}

@media (max-width: 767px) {

  body {
    background-color: #fff;
  }

  .edge-to-edge {
    margin-right: -20px;
    margin-left: -20px;
  }

  .edge-to-edge .container {
    margin-right: 20px;
    margin-left: 20px;
  }

  bodyX {
    padding-right: 0px;
    padding-left: 0px
  }

  .table-responsive {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table {
    width: 100%;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>thead>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>thead>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr>td {
    border-bottom: 0;
  }

}

/* ==========================================================================
   Full-Screen-ish Modal Dialog for Info Pages & Code of Conduct
   ========================================================================== */
.modal.modal-fullscreen,
.modal.modal-full {
  top: 1vh !important;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
  width: 92vw !important;
  max-width: 1100px !important;
  max-height: 88vh !important;
}


.modal.modal-fullscreen .modal-body,
.modal.modal-full .modal-body {
  flex: 1 1 auto;
  max-height: calc(88vh - 130px) !important;
  height: auto;
  overflow-y: auto;
  padding: 28px 32px;
  font-size: 15px;
  line-height: 1.7;
  color: #334155;
  background-color: #ffffff;
  box-sizing: border-box;
}

.modal.modal-fullscreen .modal-body::-webkit-scrollbar {
  width: 8px;
}

.modal.modal-fullscreen .modal-body::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}

.modal.modal-fullscreen .modal-body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.modal.modal-fullscreen .modal-body::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.modal.modal-fullscreen .modal-body h1,
.modal.modal-fullscreen .modal-body h2,
.modal.modal-fullscreen .modal-body h3,
.modal.modal-fullscreen .modal-body h4 {
  color: #1b365d;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 700;
}

.modal.modal-fullscreen .modal-body h1:first-child,
.modal.modal-fullscreen .modal-body h2:first-child,
.modal.modal-fullscreen .modal-body h3:first-child {
  margin-top: 0;
}

.modal.modal-fullscreen .modal-body p {
  margin-bottom: 1.1em;
}

.modal.modal-fullscreen .modal-body ul,
.modal.modal-fullscreen .modal-body ol {
  margin-left: 24px;
  margin-bottom: 1.2em;
}

.modal.modal-fullscreen .modal-body li {
  margin-bottom: 0.4em;
}

.modal.modal-fullscreen .modal-body blockquote {
  border-left: 4px solid #d9531e;
  background: #f8fafc;
  padding: 12px 18px;
  border-radius: 0 6px 6px 0;
  margin: 1.2em 0;
  color: #475569;
}


.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.65;
  background-color: #0f172a;
}

@media (max-width: 767px) {

  .modal.modal-fullscreen,
  .modal.modal-full {
    top: 2vh !important;
    width: 96vw !important;
    height: 95vh !important;
    max-height: 95vh !important;
    border-radius: 8px;
  }

  .modal.modal-fullscreen .modal-body,
  .modal.modal-full .modal-body {
    padding: 18px 16px;
    max-height: calc(95vh - 120px) !important;
    font-size: 14px;
  }

  .modal.modal-fullscreen .modal-header,
  .modal.modal-full .modal-header {
    padding: 12px 16px;
  }

  .modal.modal-fullscreen .modal-footer,
  .modal.modal-full .modal-footer {
    padding: 10px 16px;
  }
}