.prices-table {
  width: 100%;
  background-color: #2d82c3;
  border: solid 3px #fff;
}

.prices-table tr td:nth-child(2), td:nth-child(3) {
  text-align: center;
}

.prices-table tr:nth-child(2) td:nth-child(2), .prices-table tr:nth-child(2) td:nth-child(3) {
  color: #000 !important;
  background-color: #c4f8ff;
}

.prices-table td {
  padding: 12px !important;
  font-weight: bold;
  color: #fff;

}


/* Table 2 */
.prices-table2 {
  width: 100%;
  background-color: #2d82c3;
  border: solid 3px #fff;
}

.prices-table2 tr td:nth-child(2), td:nth-child(3), td:nth-child(4) {
  text-align: center;
}

.prices-table2 tr:nth-child(2) td:nth-child(2), .prices-table2 tr:nth-child(2) td:nth-child(3), .prices-table2 tr:nth-child(2) td:nth-child(4) {
  color: #000 !important;
  background-color: #c4f8ff;
}

.prices-table2 tr:nth-child(3) td:nth-child(2), .prices-table2 tr:nth-child(3) td:nth-child(3), .prices-table2 tr:nth-child(3) td:nth-child(4) {
  color: #000 !important;
  background-color: #c4f8ff;
}

.prices-table2 tr:nth-child(4) td:nth-child(2), .prices-table2 tr:nth-child(4) td:nth-child(3), .prices-table2 tr:nth-child(4) td:nth-child(4) {
  color: #000 !important;
  background-color: #c4f8ff;
}

.prices-table2 td {
  padding: 12px !important;
  font-weight: bold;
  color: #fff;

}


/* Table 3 */
.prices-table3 {
  width: 100%;
  background-color: #2d82c3;
  border: solid 3px #fff;
}

.prices-table3 tr td:nth-child(2), td:nth-child(3), td:nth-child(4), td:nth-child(5) {
  text-align: center;
}

.prices-table3 tr:nth-child(2) td:nth-child(2), .prices-table3 tr:nth-child(2) td:nth-child(3), .prices-table3 tr:nth-child(2) td:nth-child(4), .prices-table3 tr:nth-child(2) td:nth-child(5) {
  color: #000 !important;
  background-color: #c4f8ff;
}

.prices-table3 tr:nth-child(3) td:nth-child(2), .prices-table3 tr:nth-child(3) td:nth-child(3), .prices-table3 tr:nth-child(3) td:nth-child(4), .prices-table3 tr:nth-child(3) td:nth-child(5) {
  color: #000 !important;
  background-color: #c4f8ff;
}

.prices-table3 tr:nth-child(4) td:nth-child(2), .prices-table3 tr:nth-child(4) td:nth-child(3), .prices-table3 tr:nth-child(4) td:nth-child(4), .prices-table3 tr:nth-child(4) td:nth-child(5) {
  color: #000 !important;
  background-color: #c4f8ff;
}

.prices-table3 td {
  padding: 12px !important;
  font-weight: bold;
  color: #fff;

}

.lgx-tab .nav-pills .active a {
  margin: 0 !important;
}

.menu-onscroll .dropdown li a {
  color: #FFF !important;
}

.top-buttons { position: absolute; left: 0; top: 0; right: 0; }
.lgx-banner16 { position: relative; }

.no-radius { border-radius: 0; }

@media (max-width:990px){
  .lgx-banner .lgx-inner {
    padding: 32rem 0 10rem;
  }
}

            .tp-title {
                padding: 15px;
                font-size: 16px;
                font-weight: bold;
                background-color: #eeefff;
            }

            .tp-date {
                padding: 15px;
                font-size: 12px;
                font-weight: normal;
                width: 25%;
                text-align: right;
                background-color: #eeefff;
            }

            .bg-white {
                background-color: #fff !important;
            }

            .program-content {
                padding: 20px;
                box-shadow: #000 2px 2px 12px;
            }

            .price-navy {
                background-color: #2D88C4;
            }

            .text-white {
                color: #fff;
            }

            .text-bold {
                font-weight: bold;
            }

            .price-light {
                background-color: #ccf0f9;
            }

            .price-table td {
                padding: 15px;
            }

            .tp-a {
                display: inline-block;
                width: 100%;
                height: 250px;
                background-size: cover;
                text-align: center;
            }

            .tp-h3 {
                color: #FFF;
                text-shadow: #000 4px 4px 6px;
                font-size: 36px;
            }

            .tp-rel {
                position: relative;
            }

            .tp-relwith {
                width: 400px;
            }

            @media (max-width: 767px){
                .h3, h3 {
                    line-height: none !important;
                }
            }
            .dropbtn {
              background-color: #4CAF50;
              color: white;
              padding: 16px;
              font-size: 16px;
              border: none;
              cursor: pointer;
            }

            .dropdown {
              position: relative;
              display: inline-block;
              font-size: 1.6rem;
line-height: 2.4000000000000004rem;
font-weight: 400;
text-transform: uppercase;
letter-spacing: .06rem;
padding: 32px 11px;
color: #1b273d;
font-family: Oswald,sans-serif;
z-index: 1000000000;
            }

            .dropdown-content {
              display: none;
              position: absolute;
              background-color: #f9f9f9;
              min-width: 160px;
              box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
              z-index: 1000000000;
            }

            .dropdown-content a {
              color: black;
              padding: 12px 16px;
              text-decoration: none;
              display: block;
            }

            .dropdown-content a:hover {background-color: #f1f1f1}

            .dropdown:hover .dropdown-content {
              display: block;
            }

            .dropdown:hover .dropbtn {
              background-color: #3e8e41;
            }
