﻿@import url('https://fonts.googleapis.com/css?family=Lato:500,700,900');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700,900');


* {
box-sizing: border-box;}


body {
  margin-top: 22px;
  font-size: 1.5em;
  line-height: 1.7;
  font-weight: 300;
  font-family: "Merriweather", serif;}


body.page-content-page-list {
   background-color: #eeeeee !important;} 


body.page-m01a, .page-m01b {
   background-image: url(../../media/images/bg-topo.jpg) !important;
   background-size: 20%;} 


body.page-m02a, .page-m02a1, .page-m02a2, .page-m02a3, .page-m02a4, .page-m02b, .page-m02b1, .page-m02b2, .page-m02b3, .page-m02b4, .page-m02c, .page-m02c1, .page-m02c2 {
   background-image: url(../../media/images/bg-topo-grey.jpg) !important;
   background-size: 20%;}  


body.page-m03a, .page-m03b, .page-m03c  {
   background-image: url(../../media/images/bg-topo-purple.jpg) !important;
   background-size: 20%;} 


body.page-m04a, .page-m04b, .page-m04b1, .page-m04b2, .page-m04c  {
   background-image: url(../../media/images/bg-topo-green.jpg) !important;
   background-size: 20%;} 


body.page-m05a, .page-m05b, .page-m05c, .page-m05d, .page-m05e {
   background-image: url(../../media/images/bg-topo-red.jpg) !important;
   background-size: 20%;}  


body.page-m06a, .page-m06b, .page-m06b1, .page-m06b2, .page-m06b3, .page-m06b4, .page-m06b5, .page-m06c {
   background-image: url(../../media/images/bg-topo-blue.jpg) !important;
   background-size: 20%;}  

#footer {
    border-top: none;
    background-color: #fff;}

#footer {
    height: 60px;
    background: transparent;
    color: #757575;
    border-top: none;
    line-height: 60px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 12px;
    margin-top: 50px;}


.container {
  overflow: visible;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
  background: #fff !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }


#header{
  border: none;
  margin-bottom:0;}


h1, h2, h3, h4, h5 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  text-transform: uppercase;
  position: relative;
  margin: 40px 0;
}


h1 {
  top:10;
  z-index:2;
  margin-top: 90px;
  margin-left: 10px;
  font-family: 'Lato', sans-serif;
  border-bottom:none;
  color: #333333;
  background-color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  display: inline-block;
}


h2 {
  font-size: 32px;
  padding: 20px 5px 20px 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-left: 5px solid #fff;
  border-top: 1px solid #163f62;
  border-bottom: 1px solid #163f62; }
  


h3 {
  margin: 20px -15px;
  padding: 8px 0 5px 15px;
  font-size: 28px;
  border-bottom:none; }

h4 {
  font-size: 22px; }

h4:after {
  width: 100%;
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  bottom: 0;
  box-shadow: 0 1px 0 #adb0b3; }

h5 {
  font-size: 18px;
  color: #333333;
  text-transform: none; }


.col-md-12 h1 {
  font-family: 'Lato', sans-serif;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333333;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 90px -20px 60px -35px;
  padding: -180px 40px;}

.mlp-banner {
  margin: -150px -35px 0px -35px;}

.mlp-banner img {
  border-radius: 0px!important;
  height: auto;
  width: 100%;}


.panel-default {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #163f62;
    border-color: #ddd;
}

  .panel-heading h3 {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;

}

.custom-div-one h3 {
  font-size: 24px;
  border-bottom: none;
  margin: 10px 0 10px 10px;
  padding-top: 20px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}


.custom-div-one {
  background: rgba(16, 127, 81, 0.8);
  border: 0;
  border-radius: 10px;
  margin: -20px 0px 30px 0px;
  padding: 0px 0px 5px 0px;
  z-index: -1;
}


.custom-div-two {
  background: rgba(22, 63, 98, 0.8);
  border: 0;
  border-radius: 0px;
  margin: -20px 0px 30px 0px;
  padding: 0px 0px 5px 0px;
  height: 20px;
  z-index: -1;
}



a {
  color: #0000ee;
  text-decoration: underline; }

a:visited {
  color: #551A8B !important; }

strong {
  font-weight: 900; }

dt, dd {
  margin-bottom: 5px; }

blockquote {
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 80%;
  margin: 30px auto;
  padding: 30px;
  border-bottom: 15px solid #eee;
  border-right: none !important; }

.vertical-align {
  display: inline-block;
  vertical-align: middle;
  float: none; }

caption {
  color: #757575; }

table.schedule th {
  width: 100px; }

table.schedule ul {
  margin: 0;
  padding: 0 0 0 15px; }

.table-small {
  font-size: 12px;
  width: 80%;
  margin: 0 auto; }

.table-bordered, .table-bordered td, .table-bordered th {
  border: 1px solid #717171;
  border-color: #717171 !important; }

.table-stripe-red {
  background: #fce4e5; }

.table-stripe-green {
  background: #ecfdef; }

.table-stripe-blue {
  background: #e4effc; }

.table-stripe-white {
  background: #ffffff; }  

table .tablePlus {
  font-size: 20px;
  font-weight: 800;
  vertical-align: middle; }

table .tableEquals {
  font-size: 20px;
  font-weight: 800;
  vertical-align: middle; }

table.tablefull {
  width: 100%; }

.schedule.table {
  font-size: 14px; }

.instructions {
  background: #ddf2fa;
  color: #115b7b;
  padding: 4px 8px;
  border: 1px solid #115b7b;
  border-radius: 4px;
  line-height: 1.5;
  font-size: 12px; }

.bignine {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px; }
  .bignine:hover {
    background: #f9f9f9; }

.content-link {
  display: block;
  margin: -1px 0 0 20px;
  max-height: 50px;
  background: #FFF;
  color: #163f62;
  border: 1px solid #ccc;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  overflow: hidden; }
  .content-link.step {
    margin-left: 70px; }
  .content-link span {
    width: 50px;
    height: 50px;
    max-width: 50px;
    padding: 12px;
    float: left;
    clear: both;
    border-right: 1px solid #ccc;
    text-align: center; }
  .content-link img {
    margin-right: 6px; }
  .content-link a {
    padding: 12px;
    margin-left: 50px;
    display: block;
    -webkit-transition: background-color 0.3s, padding 0.3s;
    transition: background-color 0.3s, padding 0.3s; }
  .content-link a:hover {
    color: #163f62 !important;
    background: #ecf4fb; }

img.center {
  margin: 0 auto;
  display: block; }

.modulemapContainer {
  position: fixed;
  z-index: 99999999;
  background: #161718;
  height: 500px;
  width: 100%;
  top: -500px;
  transition: top 0.5s; }
  .modulemapContainer.extend {
    top: 0; }
  .modulemapContainer img {
    max-height: 500px;
    margin: 0 auto;
    display: block; }

.modulemap {
  position: fixed;
  right: 10%;
  z-index: 99999999;
  background: #E8E8E8;
  border-top: 2px solid #35383B;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
  .modulemap a {
    color: #161718;
    padding: 0 15px; }
  .modulemap a:hover {
    color: #6D737A; }

.note {
  font-size: 12px;
  font-weight: 600;
  background: #f3f3f3;
  padding: 6px;
  text-align: center;
  margin-bottom: 8px; }

.section-black {
  width: 100%;
  background: #000;
  min-height: 280px;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px; }
  .section-black .copyright {
    color: #FFF;
    margin-top: -10px;
    margin-right: 10px;
    padding: 0; }
    .section-black .copyright a {
      color: #4A98EE; }

.iframeContainer {
  display: block;
  margin: 30px auto 5px auto;
  width: 100%; }
  .iframeContainer iframe {
    border: 1px solid #ccc;
    height: 600px;
    width: 100%; }


.iframeembed {
  width: 100%;
  border: none;
}


.img-right {
  float: right;
  padding-left: 20px; }

.img-left {
  float: left;
  padding-right: 20px; }

img.pull-left {
  padding-right: 20px; }

img.pull-right {
  padding-left: 20px; }


.section {
  margin: 50px -15px;
  padding: 50px 15px 30px;
  background: #f1f7fc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }


.divider-img {
  background: url(../../media/images/divider-6.png) no-repeat;
  height: 100px;
  margin: 30px -35px 40px -35px;}
  .divider-img.rocks {
    background: url(../../media/images/divider-2.png) no-repeat; }
  .divider-img.time {
    background: url(../../media/images/divider-3.png) no-repeat; }
  .divider-img.resources {
    background: url(../../media/images/divider-4.png) no-repeat; }
  .divider-img.hazards {
    background: url(../../media/images/divider-5.png) no-repeat; }  



.divider-h3 {
  padding-left: 10px;
  margin: 20px -15px 70px -15px;
  height: 100px; }
  .divider-h3 img {
    margin-top: -50px;
    float: left; }
  .divider-h3 h3 {
    font-family: "Lato", sans-serif;
    font-size: 26px;
    padding-left: 215px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .divider-h3:after {
    clear: both; }

.divider-blue {
  border-top: 1px solid #29abe2;
  border-bottom: 1px solid #29abe2;
  padding-left: 10px;
  margin: 20px -15px 70px -15px;
  height: 100px; }
  .divider-blue img {
    margin-top: -50px;
    float: left; }
  .divider-blue p {
    font-family: "Lato", sans-serif;
    font-size: 26px;
    padding-left: 215px; }
  .divider-blue:after {
    clear: both; }

.divider-grey {
  border-top: 1px solid #676767;
  border-bottom: 1px solid #676767;
  padding-left: 10px;
  margin: 20px -15px 70px -15px;
  height: 100px; }
  .divider-grey img {
    margin-top: -50px;
    float: left; }
  .divider-grey p {
    font-family: "Lato", sans-serif;
    font-size: 26px;
    padding-left: 215px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .divider-grey:after {
    clear: both; }
/*
.centerImageLarge {
  max-width: 800px;
  margin: 40px auto;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0 0 14px #D6D6D6; }
  .centerImageLarge h4 {
    margin: 15px 0 15px 0; }
  .centerImageLarge > figcaption {
    padding: 10px;
    margin: 0 -10px;
    border-top: 1px solid #EAEAEA;
    font-size: 14px; }
  .centerImageLarge .copyright {
    border: none;
    font-size: 12px;
    font-family: "Lato", sans-serif; }

.centerImageMedium {
  max-width: 500px;
  margin: 40px auto; }
*/
.copyright {
  text-align: right;
  padding: 7px 0;
  border: none;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.transcript {
  text-align: right;
  padding: 7px 0;
  border: none;
  font-size: 12px;
  font-family: "Lato", sans-serif; }

.need {
  background: red;
  color: #fff; }

.rolloverlink {
  border-bottom: 1px dashed #163f62;
  background: #a6cbeb;
  text-decoration: none; }
  .rolloverlink.nostyle {
    border-color: #ccc;
    border-style: solid;
    background: transparent;
    cursor: pointer !important; }
    .rolloverlink.nostyle:hover {
      text-decoration: underline; }

.rolloverlink:hover {
  text-decoration: none;
  cursor: text; }

a[data-smoothzoom] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.aside {
  position: relative;
  margin: 50px;
  background: #fff;
  border: 3px solid #163f62;
  padding: 25px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3); }

.carouselcontrols {
  font-size: 12px;
  line-height: 20px;
  padding: 4px 0;
  color: #fff;
  background: #163f62;
  margin: 10px -10px -10px -10px; }
  .carouselcontrols a {
    text-decoration: none;
    display: block;
    color: #fff;
    text-align: center;
    margin: 1px 3px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    line-height: 20px;
    padding: 2px;
    transition: all 0.3s ease 0s; }
    .carouselcontrols a:hover {
      background: #2467a0; }
  .carouselcontrols .num {
    position: relative;
    line-height: 25px;
    margin-top: 2px; }

.carousel {
  border: 1px solid #163f62;
  padding: 10px;
  background: #FFF;
  margin: 0 -30px;
  border: 8px solid #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.5); }
  .carousel .title {
    font-family: "Lato", sans-serif;
    font-size: 130%;
    color: #FFF;
    background: #163f62;
    padding: 10px 20px;
    margin: -10px -10px 20px -10px; }

.carouselText {
  padding: 20px;
  font-size: 12px; }
  .carouselText h5 {
    margin: 0;
    padding: 0 0 10px 0; }

.week a {
  font-size: 16px;
  letter-spacing: -0.5; }

.week h4 {
  margin: 10px 0; }

.week .sub1 {
  margin-left: 15px; }

.week .sub2 {
  margin-left: 30px; }

.tab1 {
  padding-left: 30px; }

.tab2 {
  padding-left: 45px; }

.checklist {
  padding: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  margin: 20px; }

.popover {
  border-radius: 0; }
  .popover .popover-title {
    background: #FFF;
    border-bottom: 1px solid #ccc; }

.glossary {
  border-bottom: 1px dashed #ccc;
  background: #FFFED5;
  cursor: pointer; }

.glossary:hover {
  text-decoration: none; }

.youtubevideo {
  margin: 20px 0; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.sortable {
  height: 34px;
  padding: 6px 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    white-space: inherit !important; } }

table.borderless td, table.borderless th {
  border: none !important; }

.activity {
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  position: relative; }
  .activity .imagehotspot, .activity select {
    position: relative; }
  .activity .title {
    font-family: "Lato", sans-serif;
    font-size: 130%;
    color: #FFF;
    background: #163f62;
    padding: 10px 20px;
    margin: -20px -20px 20px -20px; }
    .activity .title.quiz {
      background: #107F51; }


      .activity-wide {
        max-width: 90%;
        margin: 40px auto;
        padding: 30px;
        background: #fff;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
        position: relative; }

.rollover {
  background: #333;
  padding: 20px;
  -webkit-transition: background-color 0.3s, content 0.3s;
  transition: background-color 0.3s, content 0.3s; }
  .rollover:before {
    content: "Rollover for examples";
    background: #29abe2;
    color: #FFF !important;
    font-family: "Lato", sans-serif !important;
    text-align: center;
    width: 30%;
    position: absolute; }
  .rollover:hover, .rollover:focus {
    background: none; }
    .rollover:hover:before, .rollover:hover:focus, .rollover:focus:before, .rollover:focus:focus {
      background: none;
      content: ""; }

.hotspot {
  position: absolute;
  background: transparent;
  border-radius: 50%; }
  .hotspot.selected {
    border: 2px dashed green; }

.hotspotfeedback {
  position: absolute;
  padding: 4px;
  background: #161718;
  color: #fff;
  width: 200px;
  font-size: 12px;
  border-radius: 4px; }
  .hotspotfeedback.correct {
    background: green !important; }

.form-control.correct {
  background: #9BE7AC !important;
  background-image: none;
  color: #006838 !important;
  padding-left: 32px !important; }

.river-select-1 {
  position: absolute;
  top: 250px;
  left: 433px; }

.river-select-2 {
  position: absolute;
  top: 405px;
  left: 333px; }

.river-select-3 {
  position: absolute;
  top: 511px;
  left: 267px; }

.river-select-4 {
  position: absolute;
  top: 578px;
  left: 423px; }

.correct-answer {
  background-color: #88F09B !important; }

.order fieldset {
  position: absolute; }

.river-order-1 {
  top: 208px;
  left: 403px; }

.river-order-2 {
  top: 216px;
  left: 457px; }

.river-order-3 {
  top: 232px;
  left: 511px; }

.river-order-4 {
  top: 252px;
  left: 375px; }

.river-order-5 {
  top: 298px;
  left: 349px; }

.river-order-6 {
  top: 335px;
  left: 420px; }

.river-order-7 {
  top: 276px;
  left: 528px; }

.river-order-8 {
  top: 305px;
  left: 570px; }

.river-order-9 {
  top: 337px;
  left: 570px; }

.river-order-10 {
  top: 367px;
  left: 548px; }

.river-order-11 {
  top: 408px;
  left: 385px; }

.river-order-12 {
  top: 578px;
  left: 385px; }

.river-order-13 {
  top: 485px;
  left: 315px; }

.river-order-14 {
  top: 448px;
  left: 255px; }

.river-order-15 {
  top: 472px;
  left: 203px; }

.river-order-16 {
  top: 515px;
  left: 203px; }

.river-order-17 {
  top: 309px;
  left: 480px; }

.river-order-18 {
  top: 344px;
  left: 480px; }

.footer {
  border-top: 1px solid #ccc;
  margin: 0 -15px 0 -15px; }
  .footer a {
    margin: 0;
    padding: 40px 20px;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    z-index: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .footer a span {
      font-size: 18px; }
    .footer a:hover {
      background: #ecf4fb; }
    .footer a.prev {
      text-align: left; }
    .footer a.next {
      text-align: right; }

.uwfooter {
  margin: 60px -15px 10px -15px;
  border-top: 1px solid #bbb;
  padding: 30px;
  font-size: 12px; }

.pages {
  background: white;
  border: 1px solid #ccc;
  z-index: 10;
  width: 50px;
  padding: 5px;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  text-align: center; }

.progress {
  overflow: hidden;
  margin: 0px -35px 0px -35px;
  height: 5px !important;
  border-radius: 0;
  padding: 0;}

.progress-bar {
  background: #989898; }

.nav-tabs {
  font-family: "Lato", sans-serif;
  margin-top: 20px; }
  .nav-tabs li > a {
    background: #163f62;
    border-radius: 0;
    color: #f9f9f9; }
    .nav-tabs li > a:hover, .nav-tabs li > a:focus {
      background: #bad7f0;
      color: #163f62; }

.tab-content {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px; }

/*
 * jQuery Bootstrap Responsive Tabs v2.0.1 | Valeriu Timbuc - vtimbuc.com
 * github.com/vtimbuc/bootstrap-responsive-tabs
 * @license WTFPL http://www.wtfpl.net/about/
 */
.responsive-tabs-container .tab-pane {
  margin-bottom: 15px; }

.responsive-tabs-container .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #333; }

@media (max-width: 767px) {
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none; }
  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block; } }

@media (min-width: 768px) and (max-width: 991px) {
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none; }
  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none; }
  .responsive-tabs-container.accordion-md .accordion-link {
    display: block; } }

@media (min-width: 1200px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none; }
  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block; } }

.draggable, .dropzone, .dragdropterm {
  height: 36px;
  margin: 5px 0;
  padding: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .draggable:focus, .dropzone:focus, .dragdropterm:focus {
    box-shadow: 0 0 3px blue; }

.dragcontainer {
  min-height: 10px; }

.draggable {
  padding: 6px;
  background: #E7E7E7;
  border: 1px solid #bbb;
  border-radius: 6px;
  width: 100%;
  margin: 3px 0;
  cursor: pointer; }

.dropzone {
  border: 1px dashed #bbbbbb;
  padding: 2px;
  border-radius: 6px;
  width: 100%;
  background: transparent;
  margin: 3px 0; }
  .dropzone .draggable {
    margin: 0;
    height: 30px;
    padding: 2px; }

.dragdropterm {
  line-height: 1.2; }

.correct {
  background: #9BE7AC url("../../media/images/checkmark.png") no-repeat 5px 3px;
  color: #006838;
  padding-left: 32px !important; }

.wrong {
  background: #E7998F; }

.dragactive {
  border: 1px solid blue; }


					.red {
						
						color: red;
					}
					
					.blue {
						
						color: blue;
					}
					
					
					.word-spacing {
					padding: 0px 40px 0px 40px;
						
					word-spacing: 30px;
						line-height: 50px;
						text-align: center;
						font-weight: normal;
						font-family: "Lato", sans-serif;
						
					}
					
					
					.blue {
							word-spacing: 2px;
						color: blue;
					}
					
					.legend ul{
						
						list-style: none;
						font-size:14px;
						font-family: "Lato", sans-serif;
						
						
					}
          
[data-customTooltip] {
  cursor: pointer;
  position: relative;
}

[data-customTooltip]::after {
  background-color: #fff;
  font-family: "Merriweather", sans-serif;
  font-weight: normal;
  color: #222;
  font-size: 14px;
  padding: 8px 12px;
  height: fit-content;
  width: 200px;
  border-radius: 6px;
  z-index: 3;
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 50%;
  content: attr(data-customTooltip);
  transform: translate(-50%, 110%) scale(0);
  transform-origin: top;
  transition: 0.14s;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

[data-customTooltip]:hover:after {
  display: block;
  transform: translate(-110%, 50%) scale(1);
  opacity: 1;
}

ul, ol, li {
  font-size: 14px;
  overflow-x: visible;
  overflow-y: visible;
}
