body {
  font-family: "Inter", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #4f4338;
  background: #f3ece2;
}

a {
  color: #1f6f78;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  text-decoration: none;
}

a:hover {
  color: #15535a;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #2f2018;
  font-family: "Inter", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

h1 {
	font-size: 35px;
	line-height: 1.4;
}

p {
	margin-bottom: 2rem;
}

.star-heading,
.star-stellar-heading {
  color: #2f2018;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: .9rem;
}

.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:focus, .btn:active, .form-control:focus, .form-control:active {
  outline: none;
}

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  border-width: 2px;
}

textarea.form-control {
  height: inherit;
}

.btn {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
  border-radius: 0;
}

.btn.btn-primary {
  color: #fff;
  border-width: 2px;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  border-color: #f96982;
  background: #f96982;
}

.btn.btn-sm {
  font-size: 12px;
}

.btn.btn-outline-primary {
  border-width: 2px;
  color: #F73859;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  color: #fff;
}

.btn.btn-outline-white {
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus {
  background: #fff;
  color: #000;
  border-width: 2px;
}

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

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

header .navbar-brand {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
}

header .navbar-brand.absolute {
  position: absolute;
}

@media (max-width: 991px) {
  header .navbar-brand.absolute {
    position: relative;
  }
}

header .navbar-brand span {
  color: #F73859;
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  background: none !important;
  position: relative;
}

@media (max-width: 767px) {
  header .navbar {
    background: black !important;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

header .navbar .nav-link {
  padding: 1.7rem 1rem;
  outline: none !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

@media (max-width: 767px) {
  header .navbar .nav-link {
    padding: .5rem 0rem;
  }
}

header .navbar .nav-link.active {
  color: #fff;
}

header .navbar .dropdown-menu {
  font-size: 14px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  min-width: 13em;
  margin-top: -10px;
}

header .navbar .dropdown-menu:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 7px;
}

@media (max-width: 991px) {
  header .navbar .dropdown-menu:before {
    display: none;
  }
}

header .navbar .dropdown-menu .dropdown-item:hover {
  background: #F73859;
  color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
  background: #F73859;
  color: #fff;
}

header .navbar .dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
}

header .navbar .cta-btn a {
  background: #F73859;
  color: #000 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-transform: uppercase;
  padding-top: 26px !important;
  padding-bottom: 26px !important;
  line-height: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

header .navbar .cta-btn a:hover {
  color: #fff !important;
  -webkit-box-shadow: 2px 0 30px -5px rgba(247, 56, 89, 0.9);
  box-shadow: 2px 0 30px -5px rgba(247, 56, 89, 0.9);
}

.orbit-shell {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

body.starlane-open {
  position: relative;
  overflow: hidden;
}

body.starlane-open .orbit-shell {
  -webkit-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  transform: translateX(-260px);
}

.nebula-toggle {
  display: none;
  position: fixed;
  z-index: 89;
  right: 20px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 13px;
  top: 20px;
  color: #000;
  background: #FFFFFF;
  padding: 0px 5px;
}

.nebula-toggle:hover {
  color: #000;
  opacity: .7;
}

.nebula-toggle.light {
  color: #fff;
}

.nebula-toggle.light:hover {
  color: #fff;
  opacity: .7;
}

@media (max-width: 991px) {
  .nebula-toggle {
    display: block;
  }
}

.star-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  margin-right: 0;
  z-index: 100;
  width: 260px;
  background: #3a2c25;
  padding: 50px 35px 20px;
}

@media (max-width: 991px) {
  .star-drawer {
    margin-right: -260px;
  }
}

.star-drawer ul {
  margin: 0;
  padding: 0;
}

.star-drawer ul li {
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 1.8;
  list-style: none;
}

.star-drawer ul li:last-child {
  margin-top: 30px;
}

.star-drawer ul li a {
  color: #fff;
  font-size: 16px;
  opacity: .7;
}

.star-drawer ul li a:hover {
  opacity: 1;
}

.star-drawer ul li.active a {
  color: #ffcc8a;
  opacity: 1;
}


.star-drawer ul.constellation-social {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	list-style: none;
	overflow: hidden;
}

.star-drawer .drawer-contact {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 72px;
}

.star-drawer .drawer-contact-label,
.star-drawer .drawer-contact-email {
  margin: 0;
}

.star-drawer .drawer-location {
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 15px;
  opacity: .82;
}

.star-drawer .drawer-contact-label {
  color: #fff;
  font-size: 15px;
  opacity: .7;
}

.star-drawer .drawer-contact-email {
  margin-top: 2px;
}

.star-drawer .drawer-contact-email a {
  color: #fff;
  font-size: 15px;
  opacity: .7;
}

.star-drawer .drawer-contact-email a:hover {
  opacity: 1;
}

.star-drawer ul.constellation-social li {
	text-indent: -9000px;
	line-height: normal;
	width: 31px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

.star-drawer ul.constellation-social li + li {
  margin-left: 3px;
}

.star-drawer ul.constellation-social li a {
	background-repeat: no-repeat;
	background-size: 31px 31px;
	width: 31px;
	height: 31px;
	float: left;
	opacity: .5;
}

.star-drawer ul.constellation-social li a:hover {
	opacity: 1;
}

.star-drawer ul.constellation-social li a.planet-facebook {
	background-image: url(../img/i-facebook.png);
}

.star-drawer ul.constellation-social li a.planet-twitter {
	background-image: url(../img/i-twitter.png);
}

.star-drawer ul.constellation-social li a.planet-instagram {
    background-image: url(../img/i-instagram.svg);
    background-size: 20px 20px;
    background-position: center;
}

.star-drawer ul.constellation-social li a.planet-linkedin {
    background-image: url(../img/i-linkedin.svg);
    background-size: 20px 20px;
    background-position: center;
}

.star-drawer ul.constellation-social li a.planet-linkedin-alt {
    background-image: url(../img/i-linkedin.svg);
    background-size: 20px 20px;
    background-position: center;
}

main, aside {
  width: 100%;
}

@media (min-width: 576px) {
  main {
    width: 50%;
  }
  aside {
    width: 50%;
  }
}

aside {
  background-position: center center;
  background-size: cover;
  min-height: 400px;
  position: relative;
}

@media (min-width: 576px) {
  aside {
    height: 100vh;
    position: fixed;
    right: 120px;
    top: 0;
  }
}

@media (max-width: 991px) {
  aside {
    right: 0;
  }
}

aside blockquote {
	padding: 50px 30% 30px 7%;
}

aside p {
	margin-bottom: 1rem;
}

aside .quasar-quote {
	font-family: "Inter", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 35px;
	font-weight: 500;
	color: #282828;
	line-height: 1.35;
	letter-spacing: -0.01em;
}

@media (max-width: 991px) {
	aside .quasar-quote {
		font-size: 18px;
		line-height: 1.6;
	}
}

aside .comet-note {
	padding-top: 1rem;
	border-top: 1px #bfc0c3 solid;
    color: #282828;
	font-weight: 400;
}

aside .nova-author {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	position: absolute;
	left: 7%;
	bottom: 50px;
}

aside .astro-manifesto-cover {
  width: 75%;
  margin-left: -135px;
}

.executive-portrait {
  display: block;
  width: 58%;
  max-width: 200px;
  margin-left: 7%;
  margin-top: 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

.bio-inline-photo {
  margin: 1rem 0 0;
}

.bio-inline-photo .executive-portrait {
  width: 100%;
  max-width: 200px;
  margin-left: 0;
  margin-top: 0;
  border: 1px solid rgba(39, 58, 71, 0.18);
}

@media (max-width: 991px) {
  aside .astro-manifesto-cover {
    width: 100%;
    margin-left: 0;
  }
  aside .executive-portrait {
    width: 82%;
    max-width: none;
    margin-top: 12px;
    margin-left: 7%;
  }
  .bio-inline-photo .executive-portrait {
    width: 100%;
    max-width: 200px;
    margin-top: 0;
    margin-left: 0;
  }
}

main {
  float: left;
  padding: 50px 7% 7%;
  position: relative;
  margin-left: -60px;
}

@media (max-width: 991px) {
  main {
    margin-left: 0;
  }
}

.pulse-beacon {
  top: 20px;
  color: #F73859;
  font-size: 20px;
  position: absolute;
}

@media (min-width: 576px) {
  .pulse-beacon {
    display: block;
  }
}

.asteroid-portfolio {
  padding: 0;
  margin: 0;
}

.asteroid-portfolio li {
  padding: 0;
  margin: 0 0 20px 0;
  display: block;
  list-style: none;
  padding: 10px;
  border: 1px solid #e6e6e6;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.asteroid-portfolio li:hover {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.asteroid-portfolio li a {
  display: block;
  position: relative;
}

.asteroid-portfolio li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #F73859;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  visibility: hidden;
  opacity: 0;
}

.asteroid-portfolio li a img {
  max-width: 100%;
}

.asteroid-portfolio li a .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.asteroid-portfolio li a .text h3 {
  color: #fff;
}

.asteroid-portfolio li a .text span {
  color: #fff;
  opacity: .8;
}

.asteroid-portfolio li a:hover:before {
  visibility: visible;
  opacity: 1;
}

.asteroid-portfolio li a:hover .text {
  opacity: 1;
  visibility: visible;
}

.star-resume-log {
  padding: 0;
  margin: 0;
}

.star-resume-log li {
  padding: 0;
  margin: 0 0 30px 0;
  display: block;
  list-style: none;
}

.star-resume-log li .date {
  color: #000;
  opacity: .6;
}

.star-resume-log li h3 {
  color: #000;
  font-size: 24px;
}

.split-galaxy > div {
  width: 50%;
  padding: 4% 5%;
}

.split-galaxy > div.bg {
  background-size: cover;
  background-position: center center;
}

.split-galaxy > div.bg.campmeeting #date-countdown .countdown-block {
  font-size: 12px;
  text-transform: capitalize;
}

.split-galaxy > div.bg.campmeeting #date-countdown .countdown-block .label {
  font-size: 30px;
  color: #fff;
}

.split-galaxy > div.bg.campmeeting h2 {
  color: #fff;
}

@media (max-width: 991px) {
  .split-galaxy > div.bg {
    height: 350px;
  }
}

@media (max-width: 991px) {
  .split-galaxy > div {
    width: 100%;
  }
}

.cosmic-subscribe-strip {
  background: #F73859;
  padding: 2em 0;
}

.orbit-event-row {
  display: table;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.orbit-event-row.first {
  border-top: 1px solid #ccc;
}

.orbit-event-row p, .orbit-event-row span {
  padding: 20px 10px;
}

.orbit-event-row span, .orbit-event-row p {
  display: table-cell;
}

.orbit-event-row .date {
  border-right: 1px solid #ccc;
  text-transform: uppercase;
  color: #808080;
}

.orbit-event-row .more {
  text-transform: uppercase;
  font-size: 13px;
}

.orbit-event-row .date, .orbit-event-row .more {
  width: 20%;
}

.orbit-event-row p {
  font-size: 18px;
  color: #000;
  width: 60%;
}

.aurora-events-highlight {
  border-bottom: 1px solid #2e2e2e;
  padding: 3em 0;
  background: #262626;
}

.aurora-events-highlight .lunar-section-tag,
.aurora-events-highlight .lunar-cosmic-section-tag {
  background: #ffc107;
  padding: 2px 15px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-bottom: 15px;
}

.aurora-events-highlight h2 {
  font-size: 20px;
  font-family: "Inter", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.aurora-events-highlight h2 a {
  color: #fff;
}

.aurora-events-highlight .events-meta {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.aurora-events-highlight .counter-number-item {
  background: #ffc107;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 30px;
  font-family: "Inter", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  line-height: 1;
}

.star-guide .position {
  opacity: .5;
  margin-bottom: 10px;
}

.star-guide p {
  margin-bottom: 30px;
}

.star-guide h3 {
  font-size: 20px;
}

.lunar-section-tag,
.lunar-cosmic-section-tag {
  background: #ffc107;
  padding: 2px 15px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-bottom: 15px;
}

.signal-sermon {
  background: #000;
  float: left;
  width: 100%;
}

.signal-sermon .signal-sermon-text {
  padding: 20px;
}

.signal-sermon .signal-sermon-text p:last-child {
  margin-bottom: 0;
}

.signal-sermon h2 {
  font-size: 18px;
}

.signal-sermon h2 a {
  color: #fff;
}

.signal-sermon h2 a:hover {
  opacity: .8;
}

.signal-sermon .signal-sermon-meta {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
}

.signal-sermon .signal-sermon-meta a {
  color: #fff;
}

.signal-sermon .signal-sermon-meta a:hover {
  opacity: .8;
}

.orbit-media-card img {
  width: 120px;
}

.orbit-media-card.d-block img {
  width: inherit;
  max-width: 100%;
  margin-bottom: 20px;
}

.orbit-media-card .icon span {
  font-size: 70px;
  color: #F73859;
}

.orbit-media-card h3 {
  font-size: 18px;
  line-height: 1.5;
}

.orbit-media-card h3 a {
  color: #000;
}

.orbit-media-card h3 a:hover {
  opacity: .7;
}

.orbit-media-card .post-meta {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
}

.orbit-media-card .post-meta a {
  color: #000;
}

.orbit-media-card .post-meta a:hover {
  opacity: .8;
}

.orbit-glyph {
  font-size: 70px;
  color: #F73859;
}

/* Owl Carousel */
.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  opacity: .2;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
  outline: none;
  opacity: 1;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: none;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #fff;
}

.owl-carousel.echo-slider .owl-item {
  margin-bottom: 30px;
  text-align: center;
}

.owl-carousel.echo-slider .owl-item img {
  width: 120px;
  margin: 0 auto 30px auto;
  border-radius: 50%;
}

.owl-carousel.echo-slider .owl-item blockquote {
  font-size: 20px;
  color: #000;
  font-style: italic;
}

.owl-carousel.echo-slider .owl-dots {
  text-align: center;
}

.owl-carousel.echo-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #cccccc;
}

.owl-carousel.echo-slider .owl-dots .owl-dot.active {
  background: #000;
}

.owl-carousel.echo-slider .owl-dots .owl-dot:focus, .owl-carousel.echo-slider .owl-dots .owl-dot:active {
  outline: none;
}

.owl-carousel.horizon-slider {
  z-index: 1;
  position: relative;
}

.owl-carousel.horizon-slider .btn-link {
  color: #fff;
}

.owl-carousel.horizon-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.horizon-slider .owl-nav button {
  color: #fff;
}

.owl-carousel.horizon-slider:focus .owl-nav, .owl-carousel.horizon-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.horizon-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 217px);
  min-height: 700px;
  position: relative;
}

.owl-carousel.horizon-slider .slider-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.owl-carousel.horizon-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 217px);
  min-height: 700px;
}

.owl-carousel.horizon-slider .slider-item .slider-text .child-name {
  font-size: 40px;
  color: #fff;
}

.owl-carousel.horizon-slider .slider-item .slider-text h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 300 !important;
}

@media (max-width: 991px) {
  .owl-carousel.horizon-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.owl-carousel.horizon-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.owl-carousel.horizon-slider.inner-page .slider-item {
  height: calc(50vh - 117px);
  min-height: 550px;
}

.owl-carousel.horizon-slider.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 550px;
}

.owl-carousel.horizon-slider .owl-dots {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.owl-carousel.horizon-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.horizon-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
}

.owl-carousel.horizon-slider .owl-dots .owl-dot.active span {
  background: white;
}

.owl-carousel.nova-carousel-major .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.nova-carousel-major .owl-nav .owl-prev, .owl-carousel.nova-carousel-major .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel.nova-carousel-major .owl-nav .owl-prev:hover, .owl-carousel.nova-carousel-major .owl-nav .owl-prev:focus, .owl-carousel.nova-carousel-major .owl-nav .owl-next:hover, .owl-carousel.nova-carousel-major .owl-nav .owl-next:focus {
  color: #868e96;
  outline: none;
}

.owl-carousel.nova-carousel-major .owl-nav .owl-prev.disabled, .owl-carousel.nova-carousel-major .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.nova-carousel-major .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.nova-carousel-major .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.nova-carousel-major .owl-dots {
  bottom: -30px !important;
  position: relative;
}

.owl-orbit-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-orbit-nav .owl-orbit-prev,
.owl-orbit-nav .owl-orbit-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.cosmic-section {
  padding: 7em 0;
}

.section-cosmic-subscribe,
.cosmic-section-cosmic-subscribe {
  padding: 2em 0;
}

.contact-comms-info p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}

.contact-comms-info p .icon {
  top: -4px;
  position: relative;
  width: 0px;
  font-size: 30px;
  color: #F73859;
}

.launch-more-btn {
  display: block;
  padding: 40px;
  text-align: center;
  background: #e9ecef;
  color: #000;
  font-size: 20px;
}

.launch-more-btn:hover {
  background: #F73859;
  color: #fff;
}

.cover-nebula {
  background-size: cover;
  background-position: center center;
  padding: 7em 0;
}

.cover-nebula .sub-heading,
.cover-nebula .sub-stellar-heading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.cover-nebula .stellar-heading {
  font-size: 50px;
  color: white;
  font-weight: 300;
}

.stellar-heading {
  color: #000;
}

.stellar-heading.border-bottom {
  position: relative;
  padding-bottom: 30px;
}

.stellar-heading.border-bottom:before {
  bottom: 0;
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #F73859;
}

.text-black {
  color: #000 !important;
}

.stretch-constellation .cosmos-video {
  display: block;
  position: relative;
  -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}

.media-orbit-feature {
  padding: 30px;
  -webkit-transition: .2s all ease-out;
  -o-transition: .2s all ease-out;
  transition: .2s all ease-out;
  background: #fff;
  z-index: 1;
  position: relative;
  border-bottom: 10px solid transparent;
  border-radius: 4px;
  font-size: 15px;
}

.media-orbit-feature .icon {
  font-size: 60px;
  color: #F73859;
}

.media-orbit-feature h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.media-orbit-feature:hover, .media-orbit-feature:focus {
  -webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
  border-bottom: 10px solid #F73859;
}

.media-orbit-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
  position: relative;
  top: 0;
}

.media-orbit-custom .meta-post {
  color: #ced4da;
  font-size: 13px;
  text-transform: uppercase;
}

.media-orbit-custom > a {
  position: relative;
  overflow: hidden;
  display: block;
}

.media-orbit-custom .meta-chat {
  color: #ced4da;
}

.media-orbit-custom .meta-chat:hover {
  color: #868e96;
}

.media-orbit-custom img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.media-orbit-custom:focus img, .media-orbit-custom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.media-orbit-custom .media-body {
  padding: 30px;
}

.media-orbit-custom .media-body h3 {
  font-size: 20px;
}

.media-orbit-custom .media-body p:last-child {
  margin-bottom: 0;
}

.media-orbit-testimonial img {
  width: 100px;
  border-radius: 50%;
}

.media-orbit-testimonial blockquote p {
  font-size: 20px;
  color: #000;
  font-style: italic;
}

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #5AC8D8;
  left: 0;
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
}

#modalAppointment .modal-content {
  border-radius: 0;
  border: none;
}

#modalAppointment .modal-body, #modalAppointment .modal-footer {
  padding: 40px;
}

.site-starport {
  border-top: 1px solid #2e2e2e;
  padding: 5em 0;
  background: #262626;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.site-starport p:last-child {
  margin-bottom: 0;
}

.site-starport a {
  color: #F73859;
  border-bottom: 1px solid transparent;
}

.site-starport a:hover {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-starport h3 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.site-starport .footer-starlink li {
  line-height: 1.5;
  margin-bottom: 15px;
}

.site-starport hr {
  width: 100%;
}

.footer-star-social a {
  line-height: 0;
  border-radius: 50%;
  margin: 0 5px 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
}

.footer-star-social a:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.link-nebula-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 991px) {
  .link-nebula-thumb {
    margin-bottom: 30px;
  }
}

.link-nebula-thumb img {
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.link-nebula-thumb .date {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.link-nebula-thumb .icon {
  position: absolute;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  z-index: 4;
  top: 50%;
  font-size: 30px;
  color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
}

.link-nebula-thumb h3 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #fff;
  font-size: 18px;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  z-index: 10;
  left: 50%;
  display: block;
  width: 77%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.link-nebula-thumb:before {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}

.link-nebula-thumb:hover h3 {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.link-nebula-thumb:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-nebula-thumb:hover .icon {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.link-nebula-thumb:hover:before {
  opacity: 1;
  visibility: visible;
}

.border-top-stardust {
  border-top: 1px solid #f8f9fa;
}

.star-copyright-note {
  font-size: 14px;
}

.element-stagger {
  opacity: 0;
  visibility: hidden;
}

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

.cosmos-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.cosmos-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 35px;
}

.meteor-awards li {
  margin-bottom: 2rem;
}

.galaxy-facts li {
  margin-bottom: 1rem;
}

.orbit-list {
  margin-bottom: 2rem;
}

.orbit-list li {
  margin: 15px 0px;
}

.orbit-list li li {
  list-style-type: square;
}

.journey-photo {
  margin: 1.25rem 0 2rem;
  padding: 0;
}

.journey-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(47, 32, 24, 0.12);
}

.journey-photo figcaption {
  margin-top: .55rem;
  font-size: .92rem;
  color: #6f5f52;
}

.essay-kicker {
  margin-bottom: 1.25rem;
  font-size: .92rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6f5f52;
}

.essay-placeholder {
  margin: 1.25rem 0 2rem;
  padding: 1.5rem;
  border-radius: 10px;
  border: 1px dashed rgba(47, 32, 24, 0.22);
  background: rgba(255, 255, 255, 0.32);
}

.essay-placeholder strong {
  display: block;
  margin-bottom: .35rem;
}

a .external-mark {
  font-size: 0.68em;
  vertical-align: 0.28em;
  opacity: 0.8;
}

.iot-hero blockquote {
  background: rgba(10, 14, 20, 0.5);
  border-radius: 12px;
  backdrop-filter: blur(3px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}

.iot-hero .quasar-quote,
.iot-hero .comet-note,
.iot-hero .nova-author {
  color: #f9f6f1;
}

.iot-reference {
  margin: 1rem 7% 0;
  padding: 0;
  font-size: .83rem;
  line-height: 1.5;
  color: #d7e2ea;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.iot-reference-inline {
  margin: 0;
  color: #516674;
}

.iot-reference-inline a {
  color: #355f75;
  font-weight: 500;
}

.iot-reference-inline a:hover {
  color: #23485c;
}

.iot-reference-inline .iot-ref-item + .iot-ref-item {
  border-top: 1px solid rgba(53, 72, 84, 0.18);
}

.iot-reference a {
  color: #bfe0f1;
  display: block;
  margin-top: 0.12rem;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-decoration: none;
}

.iot-reference a:hover {
  color: #e3f3fb;
  text-decoration: underline;
}

.iot-reference-inline a {
  color: #355f75 !important;
  font-weight: 500;
}

.iot-reference-inline a:hover {
  color: #23485c !important;
}

.iot-ref-item {
  display: block;
  padding: 0.2rem 0;
}

.iot-ref-item + .iot-ref-item {
  margin-top: 0.52rem;
  padding-top: 0.58rem;
  border-top: 1px solid rgba(206, 223, 234, 0.32);
}

.dokutech-table-wrap {
  overflow-x: auto;
}

.dokutech-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
  line-height: 1.45;
}

.dokutech-table th,
.dokutech-table td {
  padding: 0.45rem 0.52rem;
  vertical-align: top;
  border-bottom: 1px solid rgba(53, 72, 84, 0.2);
}

.dokutech-table th {
  color: #223742;
  font-weight: 600;
  border-bottom: 1px solid rgba(53, 72, 84, 0.38);
}

.dokutech-table td:first-child,
.dokutech-table th:first-child {
  width: 72px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .dokutech-table {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .dokutech-table th,
  .dokutech-table td {
    padding: 0.35rem 0.4rem;
  }

  .iot-reference {
    font-size: 0.76rem;
    line-height: 1.42;
  }
}

.ref-cite {
  font-size: 0.74em;
  vertical-align: super;
  margin-left: 0.12em;
}

.ref-cite a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 992px) {
  .iot-hero .iot-reference {
    max-width: calc(100% - 320px);
  }
}

/* Nordic palette (safe override) */
body {
  background: #eaf0f3;
  color: #344854;
}

h1, h2, h3, h4, h5,
.star-heading,
.star-stellar-heading {
  color: #223742;
  font-weight: 500;
}

strong,
b {
  font-weight: 600;
}

a {
  color: #2a6b82;
}

a:hover {
  color: #1f5365;
}

.star-drawer {
  background: #223743;
}

.star-drawer ul li a {
  color: #e6f0f5;
  opacity: .82;
}

.star-drawer ul li.active a {
  color: #9ec3d3;
  opacity: 1;
}

.journey-photo figcaption {
  color: #5c707b;
}
