@media (min-width: 1200px) {
  .container {
    max-width: 90%;
  }
}

.gradient-bg {
  background: rgb(226, 234, 247);
  background: linear-gradient(180deg, rgba(226, 234, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.navbar {
  font-style: medium;
  font-size: 16px;
  line-height: 26px;
  line-height: 108%;
  letter-spacing: 0.47px;
  vertical-align: top;
}

#phone-number-nav,
#phone-number-nav:focus,
#phone-number-nav:active {
  outline: none;
  cursor: pointer;
}

.bi-box-arrow-in-right {
  background-color: #525dba;
  border-radius: 50%;
  color: white;
  padding: 1rem;
}

.bi-box-arrow-in-right {
  font-size: 1.4rem;
}

.navRight {
  flex-direction: row;
}

@media (min-width: 1200px) {
  .navRight {
    margin-top: -3px;
  }
  .active a:after {
    content: url(/images/dot.svg);
    display: block;
    text-align: center;
  }
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.center-nav .nav-item .nav-link {
  color: #8993b0 !important;
  transition: color 0.3s ease;
}

.animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 {
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #211c52;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.center-nav .nav-item .nav-link:hover {
  color: #2f3b82 !important;
}

.center-nav .active .nav-link,
.login {
  color: #2f3b82 !important;
}

.nav-link {
  padding-right: 0.9rem !important;
  padding-left: 0.9rem !important;
}

.navbar-light .navbar-toggler {
  border: none;
  outline: none;
  color: #211c52;
}

.navbar-light .navbar-toggler:focus {
  outline: none;
}

.dropdown-item {
  color: #2f3b82 !important;
  padding: 3px !important;
}

.list-unstyled > li > a,
.list-unstyled > li > i,
a.dropdown-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content;
  gap: 10px !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  width: auto;
  padding: 0.5rem 1.5rem;
}

@media (min-width: 770px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    width: max-content;
    padding: 0.5rem 1.5rem;
  }
}

.dropdown .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.dropdown-menu i {
  font-size: 1.4rem;
  display: inline;
}

.dropdown-menu a {
  text-wrap: wrap;
  /* display: inline; */
}

.dropdown-menu hr {
  border: 3px solid rgb(182, 182, 221);
  width: 95%;
}

.dropdown-menu .h2 {
  font-size: 1.5rem;
}

.signup {
  background-color: #525dba;
  border-radius: 100px;
  color: #fff !important;
  border: none;
  outline: none;
}

.signup:focus {
  outline: none;
}

.phone-number-nav {
  color: #2f3b82 !important;
  border-radius: 50%;
  outline: none;
  border: 2px solid rgba(82, 93, 186, 0.15);
  padding: 1rem;
}

@media (min-width: 1200px) {
  .phone-number-nav {
    padding: 0.45rem;
  }
}

#hero,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Work Sans", sans-serif;
}

#hero {
  font-size: 60px;
  line-height: 66px;
  color: #07003b;
  margin-top: 3rem;
}

h2,
.h2 {
  font-size: 50px;
  line-height: 68px;
  color: #07003b;
}

h1,
.h1 {
  font-size: 55px;
  line-height: 68px;
  color: #07003b;
}

h3,
.h3 {
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  color: #001657;
}

h4,
.h4 {
  font: 500;
  font-size: 28px;
  line-height: 30px;
  color: #001657;
}

h5,
.h5 {
  font: 500;
  font-size: 24px;
  line-height: 30px;
  color: #001657;
}

.index-h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #001657;
}

.img-author {
  width: 6rem;
  height: auto;
  border: 2px solid #f5b417;
  border-radius: 0.4rem;
}

.hero p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 25px;
  color: #001657;
  opacity: 0.7;
}

.hero-btn {
  font-size: 25px;
  color: white;
  background-color: rgba(27, 34, 74, 1) !important;
}

.hero-btn:hover,
.hero-btn:focus,
.hero-btn:active {
  font-size: 25px;
  color: white;
  background-color: rgba(27, 34, 74, 0.9) !important;
}

.buynow {
  font-family: "Poppins", sans-serif;
  background-color: #ce4712;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  border: none;
  outline: none;
  padding: 0.75rem 2.5rem;
  text-decoration: none;
}

.buynow:hover,
.buynow:focus,
.buynow:visited,
.buynow2:hover,
.buynow2:focus,
.buynow2:visited {
  color: white;
  text-decoration: none;
}

.buynow2 {
  font-family: "Poppins", sans-serif;
  background-color: #525dba;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  border: none;
  outline: none;
  padding: 0.6rem 2rem;
  text-decoration: none;
}
.btn-blue {
  font-family: "Poppins", sans-serif;
  background-color: #525dba;
  border-radius: 50px;
  color: #fff;
  font-weight: 250;
  font-size: 17px;
  border: none;
  outline: none;
  padding: 0.6rem 1.1rem;
  margin-bottom: 1rem;
  transition: all 0.5s;
}

.btn-blue-lg {
  font-family: "Poppins", sans-serif;
  background-color: #525dba;
  border-radius: 15px;
  color: #fff;
  font-weight: 250;
  font-size: 25px;
  border: none;
  outline: none;
  padding: 0.6rem 1.1rem;
  margin-bottom: 1rem;
  transition: all 0.5s;
}

.btn-blue,
.btn-blue-lg:hover,
.btn-blue:hover {
  color: #fff;
  background-color: #0d133a;
}

.btn-orange {
  font-family: "Poppins", sans-serif;
  background-color: #ce4712;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: all 0.5s;
}

.btn-orange-lg {
  font-family: "Poppins", sans-serif;
  background-color: #ce4712;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: all 0.5s;
}

.btn-orange,
.btn-orange-lg:hover {
  color: #fff;
  background-color: #0d133a;
}

.btn-orange-lg:hover {
  color: #fff;
}

.social-media a {
  color: #001657;
  font-size: 1.1rem;
}

.social-media {
  margin-top: 10rem;
}

.guidelines {
  font-size: 20px;
  color: #66739a;
  opacity: 0.8;
  line-height: 32px;
}

.cards .bi {
  display: inline-block;
  border-radius: 50%;
  padding: 0.3em 0.5em;
}

.union-img {
  display: inline-block;
  border-radius: 50%;
  padding: 0.5em 0.6em;
}

.bi-file-text {
  background-color: #f4f3fb;
  color: #2f3b82;
}

.bi-briefcase-fill {
  background-color: #fff8f5;
  color: #ce4712;
}

.bi-3x {
  font-size: 3em;
}

.union-img {
  background-color: #e4f4f1;
  font-size: 2.5rem;
}

.cards p,
p,
.p,
.content-li,
li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #3f435f;
}

.content-li,
li a {
  color: #007bff;
}

.cme p {
  font-size: 24px;
  line-height: 44px;
  color: #07003b;
}

.cme {
  margin-top: 9rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: rgb(230, 236, 255);
  background: linear-gradient(180deg, rgba(230, 236, 255, 0.8) 0%, rgba(248, 250, 255, 0.8) 100%);
}

.frame {
  margin-top: -30%;
}

.second-div {
  position: relative;
  z-index: 2;
}

@media (min-width: 1400px) {
  .second-div {
    margin-top: -100px;
  }
}

@media (max-width: 768px) {
  .second-div {
    margin-top: -50px;
  }
}

@media (min-width: 768px) {
  .frame {
    margin-top: -25%;
  }
  .expiration-email:focus,
  .expiration-email:active,
  expiration-email:visited {
    max-width: 250px;
  }
}

@media (min-width: 992px) {
  .frame {
    margin-top: -18%;
  }
}

@media (min-width: 1400px) {
  .frame {
    margin-top: -12%;
  }
}

.card {
  box-shadow: 0px 12px 30px rgba(4, 59, 85, 0.1);
  border-radius: 16px;
  border: none;
  margin-bottom: 2rem !important;
}

.card-shadow {
  box-shadow: 8px 12px 15px rgba(4, 59, 85, 0.1);
}

.card-number {
  font-size: 80px;
  font-weight: 800;
  line-height: 94px;
  color: rgba(82, 93, 186, 0.12);
  padding: 1rem;
}

.card-img-hw {
  height: 300px;
  width: auto;
  max-width: 100%;
}

.card-img-index {
  height: 300px;
  width: 80%;
  margin-top: -100px;
  margin-left: auto;
  margin-right: 10px;
}

.card-footer {
  background-color: white;
  border-top: none;
  padding: 0 0 1rem 0;
}

.card-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #07003b;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.optional {
  font-weight: normal;
  font-size: 20px;
  line-height: 38px;
  color: #66739a;
}

.card-text {
  font-size: 18px;
  line-height: 36px;
  color: #66739a;
}

.card-text-size,
.card-text-small {
  font-size: 16px;
  line-height: 26px;
  color: #66739a;
}

.free-badge {
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  background-color: #ce4712;
  border-radius: 8px;
  padding: 0rem 1.3rem !important;
  vertical-align: top;
  margin-top: -15px;
  margin-left: -30px;
  display: inline-block;
  transform: rotate(12deg);
  -webkit-transform: rotate(12deg);
}

.gradient-bg2 {
  background: rgb(230, 236, 255);
  background: linear-gradient(180deg, rgba(230, 236, 255, 0.7) 0%, rgba(248, 250, 255, 0.7) 100%);
}

.gradient-bg3 {
  background: rgb(230, 236, 255);
  background: linear-gradient(180deg, rgba(230, 236, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
}

.orange-span {
  color: #ce4712;
}

.pt-8 {
  padding-top: 8rem;
}

.accreditation {
  background-color: #ffffff;
  box-shadow: 0px 12px 30px rgba(4, 59, 85, 0.05);
  border-radius: 16px;
}

.accreditation-h3 {
  font-size: 34px;
  line-height: 58px;
  color: #07003b;
}

.title {
  padding: 1.5rem;
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
  font-family: "Work Sans", sans-serif;
  border-radius: 16px;
}

.accme {
  background-color: #f4f3fb;
  color: #525dba;
}

.ancc {
  background-color: #fff8f5;
  color: #ce4712;
}

.ada {
  background-color: #e4f4f1;
  color: #2f794d;
}

.acpe {
  background-color: #fff4dd;
  color: #8f6600;
}

.question {
  background-color: #fff;
  box-shadow: 0px 12px 30px rgba(4, 59, 85, 0.05);
  border-radius: 16px;
  padding: 0.75rem 0.5rem;
}

.otherQuestionImage,
.w-200px {
  width: 200px;
}

.question-text:focus {
  outline: none;
  box-shadow: none;
}

.question-text {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 44px;
  color: #07003b;
  outline: none;
  box-shadow: none;
}

.question-text .fa {
  border-radius: 50%;
  padding: 0.5rem 0.8rem;
}

.question-1 {
  background-color: #e4e8ff;
  color: #525dba;
}

.question-2 {
  background-color: #e4f4f1;
  color: #69c48e;
}

.question-3 {
  background-color: #fff8f5;
  color: #ce4712;
}

.question-text .bi-chevron-down {
  float: right;
  transition: all 0.5s;
  color: #66739a;
}

.question-text.collapsed .bi-chevron-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #07003b;
  font-weight: 600;
}

#collapseFive .badge {
  font-size: 0.8rem;
  padding: 0rem 0.8rem !important;
  margin-left: -15px;
  line-height: 1.5rem;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .testimonials-img {
    display: none;
  }
  .bio-div,
  .bio-div-blue {
    border-radius: 0px !important;
  }
}

.testimonials-img {
  margin-top: -260px;
}

.testimonials h2 {
  padding-top: 0;
}

.testimonials-card {
  box-shadow: 0px 12px 30px rgba(4, 59, 85, 0.05);
  border-radius: 16px;
  min-height: 380px;
}

.testimonials h3 {
  color: #07003b;
}

.testimonial-2 {
  margin-top: 2.5rem;
}

.testimonial-3 {
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .testimonial-3 {
    margin-top: 5rem;
  }
}

.testimonials-btn {
  background-color: transparent;
  border: 1px solid #c9c9dc;
  border-radius: 100px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #525dba;
  padding: 0.5rem 2rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5rem;
}

.not-ready-wrapper {
  background-color: #525dba;
}

.expiration-form-wrapper,
.expiration-email,
.expiration-email:focus,
.expiration-email:active {
  background: rgba(255, 255, 255, 0.05);
  padding: 0 0.5rem;
  border: 1px solid #9191d8;
  border-radius: 100px;
}

.expiration-form-select,
.expiration-form-select:focus {
  background-image: url(/images/select-arrow-down.webp) !important;
  background-repeat: no-repeat !important;
  background-position-x: 100% !important;
  background-position-y: 60% !important;
  display: inline;
  background-color: transparent;
  color: white;
  opacity: 0.5;
  width: 200px !important;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}

.form-select,
.form-select:focus,
.form-select:disabled {
  background-image: url(/images/select-arrow-down.webp) !important;
  background-repeat: no-repeat !important;
  background-position-x: 95% !important;
  background-position-y: 60% !important;
  background-color: #525dba;
  color: #fff;
  opacity: 0.8;
  width: 200px !important;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.form-select option {
  background: #525dba;
  color: #fff;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
}

.expiration-form-select option {
  background: #525dba;
  color: #fff;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
}

.bi-calendar {
  vertical-align: middle;
  font-size: 18px;
}

.expiration-email {
  padding: 0.8rem 0.5rem;
}

.expiration-email::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
  opacity: 0.5;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.expiration-email:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 0.5;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.expiration-email::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 0.5;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.expiration-email:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  opacity: 0.5;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.expiration-email::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
  opacity: 0.5;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.expiration-email::placeholder {
  /* Most modern browsers support this now. */
  color: white;
  opacity: 0.5;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.expiration-email:focus,
.expiration-email:active,
expiration-email:visited {
  color: white !important;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  padding: 0.8rem 0.5rem;
  background-color: transparent !important;
}

@media (max-width: 577px) {
  .expiration-form-wrapper {
    width: 100%;
  }
  .expiration-form-select {
    display: inline-block;
  }
}

.resources-section .card {
  background-color: #edf1ff;
  border-radius: 16px;
  box-shadow: none;
}

.resources-section {
  padding-bottom: 8rem;
}

@media (max-width: 1290px) {
  .resources-deck img {
    margin-left: -50px;
  }
}

@media (min-width: 1290px) {
  .first-resource-img {
    margin-left: -100px;
  }
  .second-resource-img {
    margin-left: -40px;
  }
}

.resources-deck a:hover {
  color: #33333d;
}

@media screen and (max-width: 1289px) and (min-width: 992px) {
  .resources-deck .card {
    flex: 0 0 45%;
    margin-right: auto;
    margin-left: auto;
  }
}

.resources-section .card-title {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #33333d;
}

footer {
  background-color: #07003b;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 2rem;
  padding-bottom: 3rem;
}

footer p,
.footer-links a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 40px;
  display: block;
  color: #fff;
  opacity: 0.8;
}

.state-abbr {
  text-decoration: underline;
  opacity: 0.9;
}

footer .bi {
  opacity: 1;
  color: #fff;
  font-size: 1.5rem;
}

footer hr {
  background-color: #fff;
  opacity: 0.7;
  margin-top: 2rem;
}

button:focus,
button:active {
  outline: none;
}

.bio-div {
  border-radius: 0px 8px 8px 0px;
}

.bio-div-blue {
  border-radius: 8px 0px 0px 8px;
}

/*************************
   Mobile only styles 
   ************************/
@media (max-width: 1200px) {
  .social-media {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (max-width: 991px) {
  #hero {
    margin-top: 2rem;
    font-size: 38px;
    line-height: 48px;
    font-weight: 500;
  }
  .social-media {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .hero p {
    font-size: 20px;
    line-height: 40px;
  }
  .testimonials-card {
    min-height: 200px;
  }
}

@media (max-width: 768px) {
  .buynow,
  .expiration-form-wrapper,
  .expiration-email {
    width: 100% !important;
  }
  .expiration-form-select {
    width: 90% !important;
  }
  .expiration-form-select:focus {
    width: 70% !important;
  }
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .h2-normal {
    font-size: 50px;
    line-height: 68px;
  }
  .guidelines {
    font-size: 16px;
    line-height: 32px;
  }
  .cme p {
    font-size: 20px;
    line-height: 40px;
  }
  .pt-8 {
    padding-top: 5rem;
  }
  .card-text {
    line-height: 32px;
  }
  .question-text {
    font-size: 18px;
    line-height: 32px;
  }
  .resources-section {
    padding-bottom: 5rem;
  }
  .accreditation-h3 {
    font-size: 30px;
    line-height: 58px;
  }
}

@media (max-width: 520px) {
  .bi-box-arrow-in-right {
    font-size: 1rem;
    padding: 0.6rem;
  }
  .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .frame {
    margin-top: -40%;
  }
  .free-badge {
    line-height: 28px;
    padding: 0rem 0.8rem !important;
    margin-left: -70px;
  }
  .cards p,
  p,
  .p,
  .content-li,
  li {
    line-height: 32px;
  }
  .otherQuestionImage {
    width: 150px;
  }
}

@media (max-width: 580px) {
  .resources-deck img {
    margin-left: 0;
  }
}

.alert-custom {
  background-color: #cfddf1;
  color: rgba(0, 0, 0, 0.6);
}

.badge-blue {
  background-color: #0d133a;
  color: #fff;
}

/* Blockquote styles not added in bootstrap */
blockquote {
  border-left: 5px solid #ccc !important;
  padding-left: 1.4rem;
}

a {
  word-break: break-word;
}

/* This is used in buy_products.htm for part no etc. */
.card-text-small {
  color: #65779a;
  font-size: 16px;
  line-height: 25px;
}

.border-blue-thick {
  border: 3px solid #07003b;
  border-radius: 5px;
}

@media screen and (max-width: 775px) {
  .img-article {
    width: -webkit-fill-available !important;
  }
}

.bottom-right {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 14px;
  background-color: rgba(70, 81, 174, 0.8);
}
.container-img {
  position: relative;
  text-align: center;
  color: white;
}

.checkbox-size {
  -ms-transform: scale(1.7); /* IE */
  -moz-transform: scale(1.7); /* FF */
  -webkit-transform: scale(1.7); /* Safari and Chrome */
  -o-transform: scale(1.7); /* Opera */
  transform: scale(1.7);
  padding: 10px;
}

.fs-20 {
  font-size: 20px;
}

.c-pointer {
  cursor: pointer;
}

/* These styles are for /acls.php */

/************************************************************** 
  Changes made after migration from Bootstrap 4 to Bootstrap 5 
  **************************************************************/

a,
.btn-link,
a.btn:hover {
  text-decoration: none;
}
a:hover,
a:focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

/* CSS for tweet it. */
body {
  --light: #fff;
  --dark: #000;
  --dark-transparent: rgba(0, 0, 0, 0.2);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .cert-img {
    max-height: 400px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .cert-img {
    max-height: 600px;
    width: auto;
  }
}

.fs-email {
  font-size: 1.4rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.fs-1rem {
  font-size: 1rem;
}

.fs-2rem {
  font-size: 1.25rem;
}

.p-color {
  color: #525dba;
  font-weight: 500;
}

.p-color-grey {
  color: #404244;
}

.sample-card-img-height {
  height: 28rem;
}

.transition-none {
  transition: none !important;
}

.otherQuestionImage-styles {
  margin-top: -80px;
  height: 250px;
  width: auto;
}

.bio-img {
  height: auto;
  width: 80px;
  border: 3px solid #525dba;
  border-radius: 5px;
}

.contributor-card-border {
  border: 3px solid #525dba;
}

.alert-pink {
  border-radius: 5px;
  background-color: rgb(247, 174, 174);
}

.text-skyblue {
  color: #1f4d7f;
}

.custom-bar-blue-bio {
  width: 75%;
  height: 4px;
  color: #1f4d7f;
  background-color: #1f4d7f;
  opacity: 1;
}

.custom-hr {
  width: 75%;
  height: 2px;
  opacity: 1;
}

.box-blue {
  background-color: #1f4d7f;
}

.img-article {
  width: 25rem;
  border: 1.5px solid #525dba;
  border-radius: 2px;
  box-shadow: 0px 12px 30px rgb(4 60 90 / 35%);
}

.custom-border {
  border: 1.5px solid #525dba;
  border-radius: 10px;
  box-shadow: 0px 12px 30px rgb(4 60 90 / 35%);
}

.m-top {
  margin-top: -50px;
}
.mt-5rem {
  margin-top: 5rem;
}

.custom-checkbox-1 {
  background-color: rgba(241, 78, 78, 0.1);
  border-radius: 16px;
}

.custom-checkbox-2 {
  background-color: rgba(22, 108, 221, 0.1);
  border-radius: 16px;
}

.checkbox-2 {
  color: rgb(20, 20, 167);
}

.custom-checkbox-3 {
  background-color: rgba(251, 187, 69, 0.1);
  border-radius: 16px;
}

.checkbox-3 {
  color: #ca8402;
}

.custom-checkbox-4 {
  background-color: rgba(108, 118, 248, 0.1);
  border-radius: 16px;
}

.checkbox-4 {
  color: rgb(68, 75, 173);
}

.custom-checkbox-5 {
  background-color: rgba(32, 161, 12, 0.1);
  border-radius: 16px;
}

.checkbox-5 {
  color: rgb(9, 121, 18);
}

.custom-checkbox-6 {
  background-color: rgba(136, 5, 160, 0.1);
  border-radius: 16px;
}

.checkbox-6 {
  color: purple;
}

.h-10rem {
  height: 10rem;
}

.fs-50 {
  font-size: 50px;
}

.m-social-media {
  margin-top: 5rem;
  margin-bottom: 0.5rem;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.mt-70px {
  margin-top: -70px;
}
.fs-1-2rem {
  font-size: 1.2rem;
}
.max-h-300 {
  max-height: 300px;
}
.fs-18 {
  font-size: 18px;
}
.w-0 {
  width: 0%;
}
.text-skyblue {
  color: #60f5cd;
}
.h-200 {
  height: 200px;
}
.youwin-styles {
  color: #d5ad6d;
  background:
    -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(
        top,
        rgba(213, 173, 109, 1) 0%,
        rgba(213, 173, 109, 1) 26%,
        rgba(226, 186, 120, 1) 35%,
        rgba(163, 126, 67, 1) 45%,
        rgba(145, 112, 59, 1) 61%,
        rgba(213, 173, 109, 1) 100%
      );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.opacity-1 {
  opacity: 1;
}

.blink {
  animation: blink-animation 0.2s steps(2, start) infinite;
}

@keyframes blink-animation {
  50% {
    opacity: 0;
  }
}
