@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&display=swap");
.large {
  font-size: 30pt; }

.x-large {
  font-size: 50pt !important; }

.glow {
  text-shadow: 0px 0px 5px #96ffff; }

.pop,
.popam,
.poppm {
  color: black;
  font-weight: bold;
  text-decoration: none; }

.pop:link,
.pop:hover,
.pop:active,
.pop:visited
.popam:link,
.popam:hover,
.popam:active,
.popam:visited
.poppm:link,
.poppm:hover,
.poppm:active,
.poppm:visited {
  background-color: #fffae5;
  color: black;
  text-decoration: none; }

main .contentCard {
  max-width: 1000px;
  min-width: 300px;
  width: 100%;
  padding: 10px;
  margin: 20px auto; }

.tag,
.tag:link,
.tag:active,
.tag:visited {
  text-decoration: none !important; }

.tag:hover {
  transition-duration: 0.4s;
  text-decoration: none;
  background-color: #6ea8fe !important;
  color: white !important; }

.availableCourseBadgeList {
  padding: 20px;
  margin: 10px; }

.course-filter-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 15px auto;
  border-radius: 5px;
  background-color: #fbfefb;
  padding: 5px; }
  .course-filter-block span {
    line-height: 2.5rem; }
  .course-filter-block select, .course-filter-block .inputButton {
    height: 2.5rem;
    border: 1px solid dodgerblue;
    border-radius: 5px;
    padding: 4px 10px;
    background-color: aliceblue; }
    .course-filter-block select:hover, .course-filter-block .inputButton:hover {
      box-shadow: 0px 0px 3px dodgerblue;
      border: 1px solid cyan;
      transition-duration: 0.3s; }
    .course-filter-block select:focus, .course-filter-block .inputButton:focus {
      box-shadow: 0px 0px 10px lightskyblue;
      border: 2px solid dodgerblue;
      transition-duration: 0.3s; }
  .course-filter-block .inputButton {
    background-color: #bde0fe;
    font-weight: bold; }
    .course-filter-block .inputButton:hover {
      background-color: #0a53be;
      color: white; }
    .course-filter-block .inputButton:focus {
      background-color: gold;
      color: black; }

.dropdown,
.dropdown-toggle {
  color: white;
  opacity: 1;
  font-weight: 700;
  text-shadow: 0px 0px 3px rgba(255, 240, 240, 0.6), 0px 1px 1px black; }
  .dropdown:hover,
  .dropdown-toggle:hover {
    transition-duration: 0.5s;
    text-shadow: 0px 0px 5px red; }

.dropdown-item {
  text-shadow: 0 0 0 transparent !important; }

.flexRow {
  width: 100%;
  margin: 10px auto 0 auto;
  display: flex;
  justify-content: center;
  gap: 10px; }

.radioGroup {
  width: 100%;
  border: 1px solid cornflowerblue;
  border-radius: 5px;
  padding: 5px; }
  .radioGroup:hover {
    background-color: rgba(150, 200, 255, 0.4);
    transition-duration: 0.4s; }
  .radioGroup .radioInput {
    width: 30px;
    height: 30px; }
  .radioGroup .lbl {
    font-weight: bold; }
    .radioGroup .lbl .timeDesc {
      font-weight: 100;
      font-size: 90%; }
    .radioGroup .lbl .tiny {
      font-size: 8pt; }

.form-group .box:hover {
  box-shadow: 0px 0px 10px rgba(0, 150, 255, 0.5) !important; }

.uppercase {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 150%;
  font-weight: 400; }

.confirmChoices p {
  line-height: 1.5em; }
.confirmChoices .course {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  font-size: 23pt;
  text-transform: capitalize;
  font-weight: 100; }
.confirmChoices .flexRow {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  gap: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
.confirmChoices .grid {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-auto-rows: auto;
  gap: 5px 10px;
  max-width: 100%;
  width: 50%;
  min-width: 300px; }
.confirmChoices .grid-cell-ttl {
  font-weight: normal; }
.confirmChoices .grid-cell-info {
  font-weight: bold; }
.confirmChoices .cardPaymentBox {
  min-width: 300px;
  max-width: 100%;
  width: 50%; }

.footer {
  background-color: #023e8a;
  color: white; }
  .footer a, .footer a:link, .footer a:active, .footer a:visited {
    color: white;
    text-decoration: underline palevioletred;
    padding: 4px; }
  .footer .flexRow {
    display: flex;
    justify-content: center;
    gap: 10px; }
  .footer .p2 p {
    margin: 0px; }
  .footer ion-icon {
    width: 25px;
    height: 25px;
    margin: 4px; }
  .footer .tiny {
    font-size: 75%;
    color: #b6d4fe; }

.progCard {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5fr;
  gap: 0px;
  margin: 30px auto;
  border-radius: 10px; }

.prog_id {
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: #023e8a;
  background: linear-gradient(180deg, #32037b 0%, #090979 35%, #0246bd 100%);
  border-radius: 10px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  color: white;
  font-size: 40pt;
  font-family: 'Oswald';
  font-weight: 400;
  width: 100%; }

.prog_stuff {
  border-top: 20px solid #991700;
  position: relative;
  border-bottom: 1px solid silver; }

.prog_category {
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(9, 9, 121, 0.2);
  border-bottom: 1px solid silver;
  background: linear-gradient(0deg, #f7fcff 0%, #ddf0fe 100%); }

.prog_title {
  color: #023e8a;
  padding: 14px;
  width: 100%;
  font-size: 20pt;
  font-weight: bold; }

.prog_shortDesc {
  padding: 14px;
  width: 100%; }

.prog_button {
  position: absolute;
  border-radius: 5px;
  background-color: #6ea8fe;
  color: white;
  font-weight: 200;
  right: 10px;
  bottom: 10px;
  padding: 5px 10px;
  border: 1px solid #023e8a; }
  .prog_button:hover {
    background-color: #0a53be;
    box-shadow: 0px 0px 5px  #6ea8fe; }
  .prog_button a,
  .prog_button a:link,
  .prog_button a:active,
  .prog_button a:hover,
  .prog_button a:visited {
    color: #fbfefb;
    text-decoration: none; }

@media screen and (max-width: 1000px) {
  .confirmChoices .flexRow {
    flex-wrap: wrap;
    flex-direction: column; }

  .confirmChoices .grid {
    width: 100% !important; }

  .confirmChoices .cardPaymentBox {
    width: 100% !important; } }
@media screen and (max-width: 460px) {
  .flexRow {
    flex-wrap: wrap;
    flex-direction: column; } }

/*# sourceMappingURL=academy.css.map */
