#region-main {
  padding: 0;
}

.bg-deep {
  background-color: #092240;
}

.text-deep {
  color: #092240;
}

.bg-cool {
  background-color: #0d3c76;
  color: #fff;
}

.text-cool {
  color: #0d3c76;
}

.bg-bright {
  background-color: #0f76bb;
}

.text-bright {
  color: #0f76bb;
}

.bg-exciting {
  background-color: #f99b1c;
}

.text-exciting {
  color: #f99b1c;
}

.bg-soft {
  background-color: #e5e5e5;
}

.text-soft {
  color: #e5e5e5;
}

.article-text {
  font-size: 1.2rem;
}

.article-text a {
  color: #0f76bb;
  text-decoration: underline;
}

.collapse ~ .navbar-collapse {
  background-color: #082141;
  z-index: 200;
}

#region-main {
  padding: 0;
}

.ct-navbar {
  position: relative;
}

.article {
  max-width: 800px;
}

.article p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}

.article li {
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.article h2 {
  margin-top: 2rem;
  line-height: 2rem;
  font-size: 1.8rem;
}

.article h3 {
  margin-top: 1rem;
  line-height: 2rem;
  font-size: 1.5rem;
}
.ct-nav {
  position: static;
  padding: 0;
}

.dropdown {
  position: relative;
  z-index: 5000;
  cursor: pointer;
}

.dropdown-wrapper {
  display: none;
  position: absolute;
  background-color: #0d3c76;
  top: 45px;
  z-index: 6000;
}

/* Fixes an issue with the profile link in the navbar component */

.profile-link {
  order: 1;
}

@media only screen and (max-width: 991px) {
  .profile-link {
    order: 0;
  }
}

.bg-royal {
  background-color: #092240;
}

.text-royal {
  color: #092240;
}

.text-cool {
  color: #0d3c76;
}

.bg-bright {
  background-color: #0f76bb;
}

.text-bright {
  color: #0f76bb;
}

.bg-exciting {
  background-color: #f99b1c;
}

.text-exciting {
  color: #f99b1c;
}

.bg-soft {
  background-color: #e5e5e5;
}

.text-soft {
  color: #e5e5e5;
}

.cursor {
  cursor: pointer;
}

.strikeout {
  text-decoration: line-through;
}

.border-thick {
  border: solid white 20px !important;
}

.rounded-pill-left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.grad-image {
  border: 20px solid white;
  box-shadow: 3px 3px 20px 3px darkgray;
  transform: rotate(-3deg);
}

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 470px;
  text-align: center;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-text {
  max-width: 1200px;
}

.hero h2 {
  color: white;
  font-size: 5rem;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #888;
  line-height: 1em;
}

.hero p {
  color: white;
  font-size: 1.4rem;
}

@media only screen and (max-width: 980px) {
  .hero h2 {
    font-size: 4rem;
  }
  .hero p {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 650px) {
  .hero h2 {
    font-size: 3rem;
  }
  .hero p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 450px) {
  .hero h2 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 300px) {
  .hero h2 {
    font-size: 1.2rem;
  }
}

/** FIX MODAL Z-INDEX ISSUE **/
.modal-backdrop {
  z-index: 100000 !important;
}

.modal {
  z-index: 100001 !important;
}

.mb-form-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
}

.lc-logo {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: 300px;
}

.vendor-logos {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

#arrow-1 {
  transform-box: fill-box;
  transform-origin: center;
  transform: translate(1175px, 175px) rotate(40deg) scale(0.6);
}

#arrow-2 {
  transform-box: fill-box;
  transform-origin: center;
  transform: translate(1475px, 550px) rotate(90deg) scale(0.6);
}

#arrow-3 {
  transform-box: fill-box;
  transform-origin: center;
  transform: translate(1400px, 990px) rotate(130deg) scale(0.6);
}

#arrow-4 {
  transform-box: fill-box;
  transform-origin: center;
  transform: translate(925px, 1150px) rotate(180deg) scale(0.6);
}

#arrow-5 {
  transform-box: fill-box;
  transform-origin: center;
  transform: translate(450px, 990px) rotate(220deg) scale(0.6);
}

#arrow-6 {
  transform-box: fill-box;
  transform-origin: center;
  transform: translate(400px, 550px) rotate(-90deg) scale(0.6);
}
