/*
Theme Name: SATSHOW 2026
Author: Access Intelligence
*/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
html {
  font-size: 0.875em;
  position: relative;
}
body {
  font-family: "Red Hat Display", Helvetica, Arial, sans-serif; 
  position: relative; 
  background: rgb(44,42,119);
}
a {transition:all .3s; text-decoration: none}
a:hover { text-decoration:none;}
h1,h2 {font-weight:800;}
h3,h4,h5,h6 {font-weight:700;}

img {max-width: 100%; height: auto;}

:root {
  --theme-color-1:rgb(89 46 138);
  --theme-color-2:rgb(2 166 251);
  --theme-color-3:rgb(44,42,119);
  --theme-color-4:rgb(58,99,152);
  --theme-color-5:rgb(170,3,253);

  --theme-color-1-:rgb(141,37,116);
  --theme-color-2-:rgb(220,64,151);
  --theme-color-3-:rgb(238,103,35);

  --bs-link-color-rgb: 32,68,146;
}

/* Main Menu */
.navbar {transition: all .5s;}
header a {color:var(--theme-color-3)}
.offcanvas-backdrop.show {background: #19001a linear-gradient(146deg, rgba(0,0,0,1) 50%, rgba(86,0,91,1) 100%);; opacity: .8;}

/* Main Menu END */

.content_body {margin-top:5rem;min-height: 300px;}
.title-main {font-size: 3.5rem;line-height: 4rem;margin-bottom: 3rem;color:var(--theme-color-1);}

/* Homepage */

/* Buttons */
.btn {border-radius: 50px;padding: .375rem 1.1rem;}
.btn-color2 {background: var(--theme-color-2); color:#000;}
.btn-color2:hover {color:#fff;background: #018972; }
.btn-color1 {background: var(--theme-color-1); color:#fff;}
.btn-color1:hover {background: #9801e3; color:#fff;}
.btn-color5 {background: var(--theme-color-5); color:#fff;}
.btn-color5:hover {background: var(--theme-color-1); color:#fff;}
.btn-main {background: linear-gradient(#1acfb1, #018670);color:#fff;border:2px solid #01b799;padding: 10px 25px;font-size: 20px;font-weight: 500;transition:all .3s;}
.btn-main:hover {background: linear-gradient(#018670, #1acfb1);color:#001f1a;border:2px solid #01b799;transition:all .3s;}
.btn-main-::after {content: '\f08b';font-family: FontAwesome; margin-left: 10px;}
.btn-main-:hover::after {position: relative;left:5px;}
.btn-main-::after {  display: inline-block;
  content: "";
  vertical-align: -.125em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}
.btn-outline-color1 {border:2px solid var(--theme-color-1);color:var(--theme-color-1);}
.btn-outline-color1:hover {background: var(--theme-color-1);color:#fff;}
.btn-outline-color5 {border:2px solid var(--theme-color-5);color:var(--theme-color-5);}
.btn-outline-color5:hover {background: var(--theme-color-5);color:#fff;}
.after-icon::after {content: '\f08b';font-family: FontAwesome; margin-left: 10px;}
.after-icon:hover::after {position: relative;left:5px;}

/* Utility Styles */
.fs-mega {font-size: 4rem;line-height: 4rem;}
.fs-big {font-size: 3rem;line-height: 3rem}
.text-outline {-webkit-text-fill-color: transparent;-webkit-text-stroke: 1.5px;}
.date {}
.text-color1 {color:var(--theme-color-1)}
.text-color2 {color:var(--theme-color-2)}
.text-color3 {color:var(--theme-color-3)}
.text-color4 {color:var(--theme-color-4)}
.text-shadow {text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}
.bg-theme3 {background: var(--theme-color-3)}

.anchor::before {display: block;content: " ";margin-top: 0px;height: 50px;position: relative;z-index: -1;}
.header-main {font-size: 4.5rem;margin-bottom: 1.3rem;}
/*********** Media Queries *****************/
@media (min-width: 540px) {
	html {font-size: 1em; /* 16px / 16px (browser default font-size) */}
  #menu_exhibit, #menu_attend, #menu_govmilspace {min-width:550px;}
  .border-left-white {border-left:dotted 1px #fff}
}
@media (min-width: 768px) {
  #menu-primary li a {min-width: 160px;margin-bottom: 20px;}

}

@media (min-width: 992px) {


}

@media (min-width: 1200px) {
  .content_overflow {width: calc(100% + 8rem * 2);margin-left: calc(8rem * -1);}
}

/*********** Media Queries for mobile *****************/
@media (max-width: 540px) {

  .w-27 {width:27%}
}


/* 2026 */

.text-wrap-balance {
  text-wrap: balance;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(0,5em);
  }
  to {
    opacity: 1;
    transform: translate(0,0);
  }
}

@keyframes spin {
  0% { 
    transform: rotate(0); 
  }
  100% { 
    transform: rotate(360deg);
  }
}

header {
  background: radial-gradient(ellipse at top, rgb(5, 25, 35), transparent), radial-gradient(ellipse at left, rgb(88, 20, 142) 18%, transparent), radial-gradient(ellipse at right, rgb(5, 130, 202), transparent), radial-gradient(ellipse at bottom, rgb(5, 25, 35), transparent);
  background-size: 100% 200%;
  background-position: center 85%;
}

.ticker-wrap {
  bottom: 0;
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}

.ticker-wrap .ticker {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-wrap .ticker .ticker-item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1rem;
  color: white;
}
/*
.card {
  position: relative;
  overflow: hidden;
}
.card-body {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: calc(6rem - 50%);
  transition: all 0.35s ease-out;
  background: linear-gradient(rgba(0,0,0,0.5), black);
  color: white;
  padding: 0;
}
.card:hover .card-body {
  bottom: 0;
}
.card:hover img {
  transform: scale(1.15);
}
.card-img-top {
  object-fit: cover;
  aspect-ratio: 1;
  transform: scale(1);
  transition: transform 0.35s ease-out;
}
.card-title {
  text-align: center;
  font-size: 1.35rem;
  padding: 0.5rem;
  margin-bottom: 0;
}
.card-text {
  text-align: center;
  text-wrap: pretty;
  padding: 0 1em 1em;
}
*/
.card { 
  height: 100%;
}

.center:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6rem;
  z-index: 2;
  background: linear-gradient(90deg, white, transparent);
}
.center:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 6rem;
  z-index: 3;
  background: linear-gradient(90deg, transparent, white);
}
.sbox {
  width: 240px;
  aspect-ratio: 2;
  /* background-color: #e2e3e5;*/
  margin: 0.5em;
  opacity: 0;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid lightgray;
}
.sbox i, .sbox img {
  font-size: 4rem;
  transition: all 0.35s linear;
}
.sbox:hover i {
  font-size: 4.5rem;
}
.sbox:hover img {
  transform: scale(1.15);
}
.on {
  opacity: 0;
}
.fadeIn {
  transform: translate(0,5em);
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.persona {
  position: relative;
  overflow: hidden;
}
.persona-info {
  height: auto;
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0.65));
  bottom: 0;
  top: unset;
  left: unset;
  color: white;
  padding: 1rem;
  transition: top 0.35s ease-out;
}
.persona-info h3 {
  font-weight: 600;
}
.persona-info p {
  font-size: small;
  line-height: 1.3;
}
@media (hover: hover) {
  .persona .persona-info {
    /* bottom: -4rem; */
    top: calc(100% - 2.9rem);
  }
  .persona:hover .persona-info {
    /* bottom: 0; */
    top: calc(100% - 2.9rem - 4em);
  }
}
.persona img {
  transition: transform 0.35s ease-out;
  filter: grayscale(80%);
  object-fit: cover;
}
.persona:hover img {
  transform: scale(1.05);
  filter: grayscale(0%);
}
.blockquote {
  text-wrap: balance;
}
.blockquote-footer  {
  margin-top: -0.5em;
}
.slick-next:before {
    content: '→';
}
.slick-prev:before, .slick-next:before {
    color: black;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
}
.slick-slide > div {
	height: 100%;
}
.slick-slide img {
	object-fit: cover;
	height: 100%;
}
.testimonials .quote {
  display: none;
}
.testimonials .quote:first-child {
  display: block;
}
.testimonials.slick-initialized .quote {
  display: block;
}

body:has(.bg) .slick-arrow::before {
  color: white;
}
.speaker-wrap {
  margin-bottom: 2rem;
  padding: 0 2rem;
}
.speaker figure {
  position: relative;
}
.speaker:hover .orbit {
  opacity: 1;
}
.speaker .orbit {
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: hotpink;
    z-index: -1;
    position: absolute;
    /* animation: spin; */
    animation-name: spin;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* transform: translate(50%, 50%) !important; */
    top: 0;
    /* left: -50%; */
    /* position: relative; */
    transition: opacity 0.35s linear;
}
.speaker .orbit:before {
    content: '';
    display: block;
    width: calc(100% + 2em);
    height: calc(100% + 2em);
    position: absolute;
    top: -1em;
    left: -1em;
    background: transparent;
    border: 3px solid rgb(255 105 180 / 20%);
    border-radius: 50%;
    z-index: -1;
}
.speaker .orbit:after {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-color: hotpink;
    border: 1px solid white;
    border-radius: 50%;
    z-index: -1;
    margin: 7px;
    /* transform: translate(0.675em, 0.675em); */
    /* left: -.25em; */
    /* top: -.25em; */
}
.speaker-wrap:nth-of-type(1) {
  transform: translateY(2rem);
}
.speaker-wrap:nth-of-type(2) {
  transform: translateY(-2rem);
}
.speaker-wrap:nth-of-type(3) {
  transform: translateY(0rem);
}
.speaker-wrap:nth-of-type(4) {
  transform: translateY(2rem);
}
.speaker-wrap:nth-of-type(5) {
  transform: translateY(-2rem);
}
.speaker-wrap:nth-of-type(6) {
  transform: translateY(2rem);
}
.speaker-wrap:nth-of-type(7) {
  transform: translateY(-2rem);
}
.speaker-wrap:nth-of-type(8) {
  transform: translateY(0rem);
}
.speaker-wrap:nth-of-type(9) {
  transform: translateY(2rem);
}
.speaker-wrap:nth-of-type(10) {
  transform: translateY(-2rem);
}
.satshowweek {
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}
.offcanvas-header .satshowweek {
  max-width: 70%;
  height: auto;
}
.offcanvas .sat26-icon {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  object-fit: contain;
  opacity: 0.5;
  filter: grayscale(1);
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(5, 25, 35);
  overflow: hidden;
  z-index: -1;
}

.bg-ombre {
  background: radial-gradient(ellipse at top, rgb(5, 25, 35) -33%, transparent), radial-gradient(ellipse at left, rgb(88, 20, 142) 18%, transparent), radial-gradient(ellipse at right, rgb(5, 130, 202), transparent), radial-gradient(ellipse at bottom, rgb(32, 68, 146) -80%, transparent);
}
.bg-ombre-light {
  background: radial-gradient(ellipse at top, rgba(251, 255, 255,0.15) -80%, transparent), radial-gradient(ellipse at bottom, rgba(255,255,255,0.15) -80%, transparent)
}
.bg-ombre-white {
  background: radial-gradient(ellipse at top, rgb(5, 25, 35) -33%, transparent), radial-gradient(ellipse at left, rgba(88, 20, 142,0.35) 18%, transparent), radial-gradient(ellipse at right, rgba(5, 130, 202,0.35), transparent), radial-gradient(ellipse at bottom, rgba(255,255,255,1) -80%, transparent);
}
.bg-blur {
  -webkit-backdrop-filter: hue-rotate(15deg) blur(0.25em);
  backdrop-filter: hue-rotate(15deg) blur(0.25em);
}
.bg-blur-alt {
  -webkit-backdrop-filter: hue-rotate(9deg) blur(0.25em);
  backdrop-filter: hue-rotate(9deg) blur(0.25em);
}
#animation {
  width: 75vw;
  position: absolute;
  right: -15vw;
  z-index: 1;
  transform: translateY(-50vh);
  opacity: 0.25;
}

.section-title {
  font-weight: 800;
}

.bg-white-thru {
  background-color: rgba(255,255,255,0.8);
  -webkit-backdrop-filter: grayscale(1) invert(1);
  backdrop-filter: grayscale(1) invert(1);
}
.bg-black {
  background-color: #051923 !important;
}
.btn {
  border: none;
  outline: none;
  color: white;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  margin: auto 0.15em;
  padding: 0.5em 1em;
  line-height: 1;
  position: relative;
  z-index: 0;
}
.btn:hover {
  color: white;
}
.btn:hover:after {

}

.btn:before {
    content: '';
    background: linear-gradient(45deg, #00A6FB, #0582CA, #204492, #9F21E3, #58148E, #F15A29,#00A6FB, #0582CA, #204492, #9F21E3, #58148E, #F15A29);
    /*background: linear-gradient(45deg, #00A6FB, #051923, #0582CA, #F15A29,#00A6FB, #051923, #0582CA, #F15A29,#00A6FB, #051923, #0582CA, #F15A29);*/
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(0px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 4px;
}
.btn:active {
    color: #000
}

.btn:active:after {
    background: transparent;
}

.btn:hover:before {
    opacity: 1;
}

.btn:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 4px;
}
.btn.btn-primary:after {
  background-color: #F15A29;
}
.btn.btn-secondary:after {
  background-color: #9F21E3;
}
.btn.btn-tertiary:after {
  background-color: #204492;
}
.btn.btn-primary:hover:after {
  background: #051923;
}
.btn.btn-secondary:hover:after {
  background: #051923;
}
.btn.btn-tertiary:hover:after {
  background: #051923;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.accordion-button:focus {
  border-color: #0582CA;
  box-shadow: 0 0 0 0.2rem rgba(0,166,251,0.8) !important;
}

.accordion-button:not(.collapsed) {
  background-color: #00A6FB;
  box-shadow: none;
}

.accordion.accordion-transparent .accordion-item {
  background: none;
  color: white;
}

.accordion.accordion-transparent .accordion-item a {
  color: #f15a29;
}

footer {
  position: relative;
}

footer .container {
  filter: drop-shadow(0 0 2px white);
}

footer .sat26-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 50vw;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
  object-fit: contain;
}

@media (max-width: 767.999px) {
  footer .sat26-icon {
    max-width: unset;
    opacity: 0.25;
    object-position: bottom right;
  }
}

/*internal pages*/
body:not(.home) section.container:not(.nobackground) {
  background-color: white;
}
body:not(.home) section.container .content_body {
  padding-top: 2em;
}

.event-info__date {
  font-weight: 800;
}

.content_body {
  font-size: 1.03rem;
}


/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.gallery dl {}

.gallery dt {}

.gallery dd {}

.gallery dl a {}

.gallery dl img {}

.gallery-caption {}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}