/* MAIN STYLESHEET */
@font-face {
  font-family: "great_vibesregular";
  src: url("https://aira-dev.com/assets/webfonts/greatvibes-regular-webfont.woff2") format("woff2"), url("https://aira-dev.com/assets/webfonts/greatvibes-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: calc(1em + 0.1vw);
}

.btn {
  border-radius: 0px;
}

body {
  position: relative;
}

/* HEADER SIZING */
h1 {
  font-size: 4em;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2.5em;
}

h4 {
  font-size: 1.5em;
}

.ac_logo {
  max-width: 350px;
}

.logo {
  width: auto;
  max-width: 275px;
  transition: all 0.5s ease;
  margin-left: 10px;
}

#top_header {
  transition: all 0.5s ease;
}

.hero-image {
  margin-top: 200px;
  display: block;
  min-width: 100%;
  height: auto;
  min-height: 500px;
  background-size: cover;
}

#sponsor_header {
  background-image: url("../../../imgs/2022/AC22/hero_images/sponsor_page_header.jpg");
  background-size: cover;
  background-position: center center;
}
@supports (background-image: -webkit-image-set(url("../../../imgs/2022/AC22/hero_images/sponsor_page_header.webp") 1x)) {
  #sponsor_header #sponsor_header {
    background-image: -webkit-image-set(url("../../../imgs/2022/AC22/hero_images/sponsor_page_header.webp") 1x);
  }
}

#schedule_header {
  background-image: url("../../../imgs/2023/AC23/hero/balboa_pier_docks.jpg");
  background-size: cover;
  background-position: center center;
}
@supports (background-image: -webkit-image-set(url("../../../imgs/2023/AC23/hero/balboa_pier_docks.webp") 1x)) {
  #schedule_header #sponsor_header {
    background-image: -webkit-image-set(url("../../../imgs/2023/AC23/hero/balboa_pier_docks.webp") 1x);
  }
}

.white-logo {
  max-height: 60px;
  min-width: 100px;
}

.hero-text {
  color: #fff;
  font-size: clamp(2rem, -0.875rem + 8.333vw, 5rem);
  line-height: clamp(2rem, -0.875rem + 8.333vw, 5rem);
}

sup.sup {
  top: -0.25em;
}

.intro-img {
  max-height: 550px;
}

.link {
  color: rgb(239, 64, 36);
  text-decoration: none;
}

.link:hover {
  color: #002140;
}

.text-shadow {
  text-shadow: 1px 1px 7px rgb(0, 0, 0);
}

.nowrap {
  white-space: nowrap;
}

/*FONT HELPERS */
.oswald {
  font-family: "Oswald", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

/*GRID HELPERS */
.col-fluid {
  padding: 0px;
}

strong {
  color: inherit;
}

/*BACKGROUND HELPER */
.bg-blue {
  background: #122248;
}

.bg-grey {
  background: #d4ccdd;
}

.bg-light-grey {
  background: #f8f8f8;
}

.bg-tan {
  background: #d4ccdd;
}

.bg-red {
  background: rgb(239, 64, 36);
}

.bg-red-gradient {
  background: linear-gradient(transparent, transparent 131px, rgb(239, 64, 36) 131px, rgb(239, 64, 36) 520px, transparent 520px, transparent);
}

.bg-blue-gradient {
  background: linear-gradient(transparent, transparent 25%, #d4ccdd 25%, #d4ccdd 75%, transparent 75%, transparent);
}

.bg-tan-hr-gradient {
  background: linear-gradient(to right, transparent, transparent 40%, #e8e6df 40%, #e8e6df);
  padding: 0;
}

.bg-mint-hr-gradient {
  background: linear-gradient(to right, transparent, transparent 40%, #EDF4ED 40%, #EDF4ED);
  padding: 0;
}

.bg-tan-vr-gradient {
  background: linear-gradient(to right, transparent, transparent 40%, #e8e6df 40%, #e8e6df);
  padding: 0;
}

.bg-tan-bt-gradient {
  background: linear-gradient(to top, #e8e6df, #e8e6df 310px, transparent 310px, transparent);
}

.bg-tan-left-gradient {
  background: linear-gradient(to right, #e8e6df, #e8e6df 50%, transparent 50%, transparent);
}

.bg-tan-right-gradient {
  background: linear-gradient(to right, transparent, transparent 50%, #d4ccdd 50%, #d4ccdd);
}

.intro-container {
  margin-top: 215px;
}

.black-box {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
}

.header-bold {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -2px;
}

.day-anchor {
  padding-top: 120px;
  top: -120px;
  position: relative;
}

.speaker-anchor {
  position: relative;
  visibility: hidden;
  top: -260px;
}

.nav-pills .nav-item .nav-link:not(.active) {
  background-color: #f8f8f8;
}

.nav-pills .nav-item .nav-link {
  background-color: rgb(239, 64, 36);
}

.z-10 {
  z-index: 10;
}

.btn-xl {
  margin-top: 40px;
}

.c-red {
  color: rgb(239, 64, 36);
}

.c-blue {
  color: #002140;
}

.c-grey {
  color: rgb(50, 50, 50);
}

.c-black {
  color: 0;
}

.c-white {
  color: #fff;
}

a {
  color: #002140;
}

a:hover {
  color: rgb(239, 64, 36);
  text-decoration: none;
  transition: all 0.2s;
}

.avatar {
  max-width: 160px;
}

.shadow {
  box-shadow: 0 5px 22px 6px rgba(0, 0, 0, 0.2);
}

/*POSITIONING HELPERS */
.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pad-30 {
  padding: 40px;
}

.modal-dialog {
  max-width: 50%;
  max-height: 50%;
}

.label {
  cursor: pointer;
}

.progress {
  display: none;
  margin-bottom: 1em;
}

.img-container img {
  max-width: 100%;
}

#canvas {
  height: 600px;
  width: 600px;
  background-color: #ffffff;
  cursor: default;
  border: 1px solid black;
}

.text-pad {
  padding: 1em;
}

.img-pad {
  padding: 20px;
}

.section-padding {
  padding: 0px 0px 40px 0px;
}

/*QUICK NAV STYLING */
.quick-nav > .nav-item {
  font-size: 0.8em;
  border-right: 1px solid #e2e2e2;
}

.quick-nav > .nav-item:hover .nav-link {
  color: rgb(239, 64, 36);
}

.quick-nav > .nav-item:last-child {
  border-right: none;
}

.quick-nav > .nav-item:first-child {
  border-left: 1px solid #e2e2e2;
}

/* MAIN NAV STYLING */
.navbar.main-nav {
  padding: 0px;
}

.main-nav > .nav-item > .nav-link {
  font-size: 1em;
  font-family: "Oswald", sans-serif;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.5px;
}

.nav-item {
  pointer-events: auto;
  transition: background-color 225ms ease-in-out;
}

.main-nav > .nav-item:hover {
  background: rgb(239, 64, 36);
}

.main-nav .nav-item:hover .nav-link {
  pointer-events: auto;
  color: #fff !important;
}

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

/* DROPDOWN MENU */
.dropdown-menu {
  padding: 0px;
  margin: 0px;
  border: none;
  border-radius: 0;
}

.menu-header {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  text-decoration: underline;
  margin-bottom: 5px;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*=col] {
  margin-bottom: 1em;
}

.navbar .dropdown-menu {
  border: none;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.main-nav > .nav-item {
  padding: 0.5em;
}

/* breakpoint and up - mega dropdown styles */
.schedule {
  scroll-behavior: smooth;
}

.side-menu {
  position: fixed;
  list-style: none;
  text-align: center;
  background: #d4ccdd;
  border: 1px solid #b9b6a9;
  opacity: 0.7;
  transition: all 0.3s;
}

.side-menu {
  left: 0px;
  top: 80px;
  z-index: 40;
}

.side-menu:hover {
  opacity: 1;
}

.side-link {
  padding: 25px;
  color: #000;
  font-weight: 600;
  text-decoration: none !important;
}

.side-link:hover {
  background: #d8d3c0;
  color: #000;
  text-decoration: none;
}

.side-link:visited {
  text-decoration: none;
}

.side-link.active {
  background: #b9b6a9;
  color: #000;
  text-decoration: none;
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */
.square-down {
  position: absolute;
  max-width: 380px;
  height: auto;
  border: 10px solid #d2d2d2;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 0;
  /* margin-top: -50%; */
  /* left: 25px; */
  z-index: -1;
  border-bottom: 0;
}

.square-up {
  position: absolute;
  max-width: 380px;
  height: 130px;
  border: 10px solid #d2d2d2;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 0;
  margin-top: -25%;
  /* left: 25px; */
  z-index: -1;
  border-top: 0;
}

.square-box {
  position: absolute;
  width: 30%;
  max-width: 380px;
  height: 40vh;
  z-index: 5;
  border: 18px solid #de302f;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 0;
  top: 60vh;
  margin-top: -30vh;
}

.carousel-indicators {
  position: relative;
  background-position: center center;
}

.carousel-indicators li {
  background-color: transparent;
  border: none;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  margin-top: 5px;
  margin-bottom: 10px;
}

.img-thumbnail {
  background-color: transparent;
  border: none;
  padding: 0px;
  border-radius: 0px;
}

.carousel-item {
  min-height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.speaker-feature {
  background-size: cover;
  background-position: center center;
  /* background-color:#f8f8f8; */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
  transition: filter 325ms ease-in-out;
  min-height: 250px;
}

.overlay {
  visibility: hidden;
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.speaker-feature > a {
  text-decoration: none;
}

.speaker-feature:hover {
  filter: none;
  -webkit-filter: none;
}

.speaker-feature:hover .overlay {
  visibility: visible;
}

.speaker-info {
  padding: 10px 0px;
  margin-top: auto;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  flex-direction: column;
}

/* SCHEDULE SECTION */
.schedule-day {
  font-size: 2.5rem;
}

.session-bg {
  background: #043b88;
}

.session-block {
  border-left: 10px solid #043b88;
  border-bottom: 1px solid #043b88;
}

.session-time {
  font-size: 1rem;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0;
  color: #fff;
}

.session {
  background: #043b88;
}

.reception {
  background: #0c2b52;
}

.reception-block {
  border-left: 10px solid #0c2b52;
  border-bottom: 1px solid #0c2b52;
  padding: 30px;
}

.session-block > a > h3 {
  color: #043b88;
}

.break {
  background: #acacac;
}

.break-block {
  border-left: 10px solid #acacac;
  border-bottom: 1px solid #acacac;
  padding: 30px;
}

.keynote {
  background: #007cd3;
}

.keynote-block {
  border-left: 10px solid #007cd3;
  border-bottom: 1px solid #007cd3;
  padding: 30px;
}

.excursion {
  background: #c81d3d;
}

.excursion-block {
  border-left: 10px solid #c81d3d;
  border-bottom: 1px solid #c81d3d;
  padding: 30px;
}

.keynote-block > a > h3 {
  color: #007cd3;
}

.concurrent {
  background: #00a99d;
}

.conc-session-block {
  padding: 30px;
  border-left: 10px solid #00a99d;
  border-bottom: 1px solid #00a99d;
}

.conc-session-block > a > h3 {
  color: #00a99d;
}

.course {
  background: #b5a97d;
}

.course-block {
  padding: 30px;
  border-left: 10px solid #b5a97d;
  border-bottom: 1px solid #b5a97d;
}

.course-block > a > h3 {
  color: #b5a97d;
}

.session-title {
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
}

.spnlogo {
  max-height: 150px;
}

/* MEDIA QUERIES */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .con-img {
    max-height: 100px;
  }
  .section-padding {
    padding: 30px 0px;
  }
  .header-bold {
    font-size: 3em;
    line-height: 1em;
    white-space: normal;
  }
  .text-pad {
    padding: 1em;
  }
  .carousel-item {
    background-size: cover;
    height: 300px;
  }
  .speaker-feature {
    min-height: 300px;
  }
  .carousel-indicators li {
    height: 20px;
    width: 30px;
  }
  .row-pad {
    padding: 0px;
  }
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .con-img {
    max-height: 100px;
  }
  .header-bold {
    font-size: 3.8em;
  }
  .carousel-item {
    background-size: cover;
    min-height: 400px;
  }
  .carousel-indicators li {
    height: 30px;
    width: 50px;
  }
  .section-padding {
    padding: 0px 0px 60px 0px;
  }
  .text-pad {
    padding: 0.8em 1.4em;
  }
  .row-pad {
    padding: 0em 6.25em;
  }
  .side-menu {
    left: 0px;
    top: 25%;
    z-index: 40;
  }
  .speaker-feature {
    min-height: 250px;
  }
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .con-img {
    max-height: 125px;
  }
  .header-bold {
    font-size: 4.8em;
    text-align: left;
  }
  .carousel-item {
    background-size: cover;
    min-height: 500px;
  }
  .carousel-indicators li {
    width: 60px;
  }
  .main-nav > .nav-item > .nav-link {
    font-size: 1em;
  }
  .intro-header {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 6em;
  }
  .row-pad {
    padding: 0em 6.25em;
  }
  .speaker-feature {
    min-height: 300px;
  }
}
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .con-img {
    max-height: 135px;
  }
  .text-pad {
    padding: 2.5em;
  }
  .intro-header {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 6em;
    line-height: 1em;
  }
  .header-bold {
    font-size: 6em;
    margin-bottom: 20px;
  }
  .schedule-pad {
    padding: 0em 6.25em;
  }
  .carousel-indicators li {
    width: 75px;
  }
  .white-logo {
    min-width: 175px;
  }
  .carousel-item {
    background-size: cover;
    min-height: 600px;
  }
  .section-padding {
    padding: 0em 0em 3.75em 0em;
  }
  .row-pad {
    padding: 0em 6.25em;
  }
  .main-nav > .nav-item > .nav-link {
    font-size: 1.2em;
  }
  .speaker-feature {
    min-height: 300px;
  }
}/*# sourceMappingURL=AC23.css.map */