:root {
  --gray: #333c42;
  --gray2: #2d3641;
  --gray3: #373a3c;
  --blue: #007c8e;
  --moderate-cyan: #46c0bd;
  /* --moderate-cyan-1: #46bebb;
  --moderate-cyan-2: #46bfbc;
  --moderate-cyan-3: #46c1be;
  --moderate-cyan-4: #42c1c7; */
  --dark-cyan: #007c8d;
  /* --dark-cyan-1: #007c8f; */
  --very-dark-cyan: #0d5364;
  /* --very-dark-cyan-1: #045360; */
  /* --very-dark-cyan-2: #005364; */
  --soft-red: #f16670;
  --dark-pink: #965d71;
  --light-grayish: #e0d8d5;
  /* --light-grayish-1: #ece6e4; */
  --light-grayish-orange: #eae2df;
  /* --light-grayish-orange-1: #ebe3e0; */
  /* --light-grayish-orange-2: #e3dbd8; */
  /* --light-grayish-orange-3: #e6dedb; */
  --dark-grayish: #a79c9a;
  /* --dark-grayish-1: #807876; */
  /* --dark-grayish-2: #807977; */
  --vivid-orange: #ffc20e;
  /* --vivid-orange-1: #febb16; */
  /* --vivid-orange-2: #ffc10e; */
  /* --vivid-orange-3: #ffbd0e; */
  /* --vivid-orange-4: #f9a51a; */
  /* --vivid-orange-5: #de7f1b; */
  /* --vivid-orange-6: #db7f1b; */
  /* --vivid-orange-7: #ffd500; */
  /* --vivid-orange-8: #fec214; */
  /* --vivid-orange-9: #df7f1b; */
  --light-orange: #ffcc4d;
  /* --light-orange-1: #ffd24d; */
  --strong-yellow: #c5d52a;
  /* --strong-yellow-1: #c7d72a; */
  --dark-yellow: #839219;
  --bright-yellow: #cbdb2a;
  --card-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 40%);
  --bg-tint: rgba(0, 0, 0, 0.5);
  scroll-behavior: unset;
}

:root {
  --moderate-cyan-1: #46bebb;
}

:root {
  --moderate-cyan-2: #46bfbc;
}

:root {
  --moderate-cyan-3: #46c1be;
}

:root {
  --moderate-cyan-4: #42c1c7;
}

:root {
  --dark-cyan-1: #007c8f;
}

:root {
  --very-dark-cyan-1: #045360;
}

:root {
  --very-dark-cyan-2: #005364;
}

:root {
  --light-grayish-1: #ece6e4;
}

:root {
  --light-grayish-orange-1: #ebe3e0;
}

:root {
  --light-grayish-orange-2: #e3dbd8;
}

:root {
  --light-grayish-orange-3: #e6dedb;
}

:root {
  --dark-grayish-1: #807876;
}

:root {
  --dark-grayish-2: #807977;
}

:root {
  --vivid-orange-1: #febb16;
}

:root {
  --vivid-orange-2: #ffc10e;
}

:root {
  --vivid-orange-3: #ffbd0e;
}

:root {
  --vivid-orange-4: #f9a51a;
}

:root {
  --vivid-orange-5: #de7f1b;
}

:root {
  --vivid-orange-6: #db7f1b;
}

:root {
  --vivid-orange-7: #ffd500;
}

:root {
  --vivid-orange-8: #fec214;
}

:root {
  --vivid-orange-9: #df7f1b;
}

:root {
  --light-orange-1: #ffd24d;
}

:root {
  --strong-yellow-1: #c7d72a;
}

body {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--gray);
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

.img-center-parent img {
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
}

input:focus-visible,
a:focus-visible,
.btn:focus-visible,
.slick-arrow:focus-visible,
.thumbnail-carousel-items .slick-slide:focus-visible,
.ast-filter-item label:focus-visible,
select:focus-visible,
.btn:focus:focus-visible {
  outline: 1px solid #000;
}

.form-control:focus {
  border-color: transparent;
  outline: 1px solid #000;
  box-shadow: none;
}

/*rest bootstrap style*/
.dialog-off-canvas-main-canvas {
  display: block !important;
  height: auto !important;
}

/*no image case*/
.no-image {
  background: var(--dark-cyan);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*hide sucess msg after registration*/
.event-registration-success .simple-status-messages {
  display: none !important;
}

/*validation msg style*/
.val-msg {
  color: #dc3545;
  font-size: 0.75em;
}

/*scroll to id reduce header height*/
[id] {
  scroll-margin-top: 80px;
}

/*border keeps cut password input field*/
.confirm-parent,
.password-parent {
  overflow: visible;
}

/*session limit page*/
.path-session-limit .session-limit-form {
  padding: 50px 0;
}

/*external link tooltip*/
.ex-link {
  position: relative;
}

.external-tooltip {
  position: absolute;
  left: -9000px;
  width: 0;
  overflow: hidden;
}

.ex-link:hover .external-tooltip,
.ex-link:focus .external-tooltip,
.ex-link:active .external-tooltip {
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  width: 12em;
  background-color: var(--vivid-orange-3);
  color: var(--gray);
  text-align: center;
  text-shadow: none;
  font-size: 16px;
  line-height: 16px;
  padding: 5px;
}
