/* FONTS: ROBOTO and OPEN SANS, light, medium & bold */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Roboto:wght@100;300;500&display=swap");
@font-face {
  font-family: HelveticaNeue-Light;
  src: url("../fonts/HelveticaNeueLight.9ce6b81d106a.ttf");
}
@font-face {
  font-family: HelveticaNeue-Medium;
  src: url("../fonts/HelveticaNeueMedium.c2107c36ba0d.ttf");
}
@font-face {
  font-family: HelveticaNeue-Bold;
  src: url("../fonts/HelveticaNeueBold.2493fdb67342.ttf");
}
/* HTML ROOT STYLES */
html {
  font-size: 18px;
}
/* PALETTE */
:root {
  --brand-white: #fff;
  --brand-green: #37871b;
  --brand-black: #050505;
  --bootstrap-black: #212529;
  --brand-light-grey: #ebebeb;
  --brand-mid-grey: #d9d6d6;
  --brand-grey: #73767f;
  --brand-warning: #ffbf5f;
  --brand-danger: #ff8585;
  --btn-outline: #0a58ca;
  --index-light: #008198;
  --primary-color: #37871b;
  --secondary-color: #37871b;
}
/* END HTML ROOT STYLES */
body {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  height: 100vh;
  margin: 0;
  padding: 0;
}
h1,
.size-h1 {
  font-size: 1.5rem;
}
h1 .h1-small,
.size-1 {
  font-size: 1.25rem !important;
}
p,
.size-2 {
  font-size: 1rem;
}
.size-3 {
  font-size: 0.8rem;
}
.main-panel p {
  font-size: 0.8rem;
}
.p-100 {
  padding: 100px 0;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.form-settings h4 {
  font-family: HelveticaNeue-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
ul:not(.terms-pages ul) {
  list-style-type: none;
  padding-left: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.is-hidden { display: none !important; }
.no-padding{ padding: 0; }
button.navbar-toggler {
  display: none !important;
}
.split-screen a,
button,
label,
.split-screen .links,
.p-small {
  font-size: 0.75rem;
  font-weight: 300;
}
.grey-text {
  color: var(--brand-grey);
}
.green-text,
.primary-color-text {
  color: var(--primary-color);
}
.blue-text {
  color: var(--index-light);
}
.alert {
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.flex-grow-3 {
  flex-grow: 3;
}
.left-align {
  display: flex;
  align-items: flex-start;
}
form.row
  > div:not(
    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12
  ) {
  flex: 1 0 0%;
}
label.form-check-label {
  font-size: 1rem;
}
.panels a {
  font-size: 0.8rem;
}
a {
  color: var(--primary-color);
  text-decoration: none;
}
a.subtle-link {
  color: inherit;
}
.pre-slash::before {
  content: '/';
  padding-right: 5px;
}
#reportLink.disabled,
#reportLink.disabled::before {
  color: var(--brand-grey);
  cursor: not-allowed;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a.nav-link:hover,
a.nav-link:focus,
.disabled-link:hover, .disabled-link:focus {
  color: gray;
  text-decoration: none;
  background-color: inherit;
}
.disabled-link {
  color: gray;
  cursor: default;
  text-decoration: none;
}
.button-container-form a {
  color: var(--brand-white);
  margin: 16px 0;
}
.bold {
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica",
    "Arial Bold", Arial, sans-serif;
}
.medium {
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica",
    "Arial Medium", Arial, sans-serif;
}
.btn {
  border-radius: 20px;
  text-transform: uppercase;
}
.btn:disabled {
  background-color: var(--brand-black);
  cursor: not-allowed;
  opacity: 0.5;
}
.white,
.bi.white {
  color: #fff !important;
}
.green {
  color: var(--primary-color);
}
.bi.primary-color {
  color: var(--primary-color);
}
#payment-error {
  color: #f00;
  padding-top: 1rem;
}
main.app:not(.split-screen),
.bg-grey {
  background-color: var(--brand-light-grey);
}
.bg-brand-danger {
  background-color: var(--brand-danger) !important;
}
.bg-brand-warning {
  background-color: var(--brand-warning) !important;
}
main:not(.homepage) {
  border-top: 1px solid var(--brand-light-grey);
}
main ul li a {
  padding-left: 10px;
  position: relative;
}
main ul:not(.block-header-actions) li a:not(.page-link)::before {
  content: "\\";
  color: var(--primary-color);
  left: 0;
  position: absolute;
}
.standard-link::before {
  content: "\\";
  color: var(--primary-color);
}
.no-pointer-events {
  pointer-events: none;
}
/* INFO PAGES */
.info h1 {
  font-size: 2rem;
}
.info h2 {
  font-size: 1.8rem;
}
main.info .banner {
  padding: 20px 15px 1.5rem;
}
main.info .banner h1 {
  font-size: 2rem;
  margin-bottom: 0;
}
main.info a {
  text-decoration: underline;
}
.split-screen {
  min-height: 580px;
}
/* INFO PAGES */
/* SPLIT SCREEN */
.split-screen #branding-links li {
  color: var(--primary-color);
  font-family: HelveticaNeue-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.split-screen #branding-links li a::before {
  content: '' !important;
}
.split-screen #branding-links li a {
  padding-left: 0;
  text-decoration: underline;
}
main.split-screen ~ footer .footer-link-container a {
  color: #fff;
  padding: 0 5px;
}
main.split-screen ~ footer .footer-link-container a.divider {
  border-left: 1px solid #fff;
}

main.split-screen ~ footer,
.split-screen {
  background-image: linear-gradient(
    to right, var(--brand-black),
    var(--brand-black) 66.5%,
    var(--primary-color) 35%,
    var(--primary-color)
  );
}
@media (max-width: 991px) {
  main.split-screen ~ footer,
  .split-screen {
    background-color: var(--brand-black);
    background-image: none;
  }
}

@media (min-width: 1058px) {
  main.split-screen ~ footer,
  .split-screen {
    background-image: linear-gradient(
      to right,
      var(--brand-black),
      var(--brand-black) 64.7%,
      var(--primary-color) 35%,
      var(--primary-color)
    );
  }
}

@media (min-width: 1500px) {
  main.split-screen ~ footer,
  .split-screen {
    background-image: linear-gradient(
      to right,
      var(--brand-black),
      var(--brand-black) 60%,
      var(--primary-color) 35%,
      var(--primary-color)
    );
  }
}

@media (min-width: 1890px) {
  main.split-screen ~ footer,
  .split-screen {
    background-image: linear-gradient(
      to right,
      var(--brand-black),
      var(--brand-black) 59%,
      var(--primary-color) 35%,
      var(--primary-color)
    );
  }
}

@media (min-width: 1991px) {
  main.split-screen ~ footer,
  .split-screen {
    background-image: linear-gradient(
      to right,
      var(--brand-black),
      var(--brand-black) 56.3%,
      var(--primary-color) 35%,
      var(--primary-color)
    );
  }
}

/* END SPLIT SCREEN */
/* SPACING */
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt2 { margin-top: 20px; }

.mb0 { margin-bottom: 0px; }
.mb05 { margin-bottom: 5px; }
.mb20 { margin-bottom: 20px; }
.mb59 { margin-bottom: 59px; }
.mb73 { margin-bottom: 73px; }

.pl0 { padding-left: 0; }
.pl2 { padding-left: 2rem; }

.pr0 { padding-right: 0; }
.pr2 { padding-right: 2rem; }
.pr5 { padding-right: 5px; }
.pr50 { padding-right: 50px; }

.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }

.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top: 30px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }

.p3 {
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
}
.last-p-no-margin p:last-of-type {
  margin-bottom: 0;
}
/* END SPACING */
/* NAVBAR */
.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.fixed-top-nav {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
#principles-menu-btn,
#principles-menu-btn.scorecard,
#aa-who {
  margin: 9px;
  height: 40px;
  width: 40px;
}
#principles-menu-btn,
#principles-menu-btn.scorecard {
  background: url("../images/scorecard/dropdown-icon-blue.9c196e0d9d78.png") no-repeat center / contain;
}
#principles-menu-btn.accessibility {
  background: url("../images/scorecard/accessibility-icon-blue.b6f61e40463c.svg") no-repeat center / contain;
}
#principles-menu-btn.carbon {
  background: url("../images/scorecard/carbon-icon-blue.a489ae281b06.svg") no-repeat center / contain;
}
#principles-menu-btn.privacy {
  background: url("../images/scorecard/privacy-icon-blue.828e919d1953.svg") no-repeat center / contain;
}
#principles-menu-btn.experience {
  background: url("../images/scorecard/experience-icon-blue.4a74a90aebb6.svg") no-repeat center / contain;
}
#aa-who {
  background: url("../images/scorecard/mail-icon-blue.aa001ea26d20.svg") no-repeat center / contain;
  display: block;
}
.navbar-nav .dropdown-menu {
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  box-shadow: var(--brand-mid-grey) 2px 2px 4px;
  min-width: 280px;
  padding: 10px 5px 30px;
  position: absolute;
}
.dropdown-divider {
  border-top: 1px solid var(--primary-color);
  margin: 0.8rem 5px 0.5rem;
}
.dropdown-menu .dropdown-header {
  color: var(--bootstrap-black);
  margin-bottom: 15px;
}
.dropdown-menu .username {
  font-size: 1.2rem;
}
.dropdown-menu .last-login {
  color: var(--brand-grey);
  font-size: 0.8rem;
}
.dropdown-item {
  font-size: 0.9rem;
  line-height: 1;
  padding: 3px 5px;
}
.dropdown-item.title {
  color: var(--primary-color);
  font-family: HelveticaNeue-Regular, "Helvetica Neue", Helvetica, Arial,
  sans-serif;
}
.dropdown-item.item {
  padding-left: 15px;
}
.dropdown-item svg {
  fill: var(--bootstrap-black);
  margin-bottom: 3px;
}
.dropdown-item img {
  height: 30px;
}
.dropdown-with-img .dropdown-item.item {
  padding: 3px 5px;
}
.dropdown-with-img .dropdown-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.logout-link {
  color: var(--primary-color);
  font-family: HelveticaNeue-Regular, "Helvetica Neue", Helvetica, Arial,
  sans-serif;
}
nav {
  background-color: var(--brand-white);
}
.navbar.black {
  background-color: var(--brand-black) !important;
  min-height: 74.75px;
}
.navbar.black .navbar-brand {
  display: none !important;
}
.navbar.nav-blue .navbar-nav .dropdown-menu {
  border: 2px solid var(--index-light) !important;
}
.navbar.nav-blue .dropdown-item.title {
  color: var(--index-light) !important;
}
.navbar.nav-blue .logout-link {
  color: var(--index-dark) !important;
}
.login-menu {
  min-width: 21rem;
}
.login-menu input,
.login-menu button {
  margin-bottom: 9px;
  margin-top: 9px;
}
.no-modal-backdrop .modal-backdrop.show {
  opacity: 0;
}
.modal.login-frame .modal-dialog {
  margin: 0 auto;
}
.modal .login-menu {
  width: 21rem;
}
.dropdown-toggle::after {
  display: none;
}
.navbar-brand img {
  width: 148px;
}
img.nav-icon {
  height: 35px;
}
.nav-link svg .cls-1 {
  stroke: var(--primary-color);
}
.nav-blue .nav-link svg .cls-1 {
  stroke: var(--index-light);
}
#brand-logo-container {
  background: url("../images/aaanow-logo-grey.c5ca2893c9fd.png") no-repeat center / contain;
  display: block;
  height: 50px;
  width: 200px;
}
/* END NAVBAR */
.btn-primary {
  background-color: var(--primary-color);
  border: var(--primary-color);
  font-size: 0.8rem;
  margin: 23px 0;
  padding: 8px 30px;
}
.btn-primary:hover{
  background-color: var(--primary-color);
  border: var(--primary-color);
  text-decoration: underline;
}
.btn-primary:focus,
.btn-primary:focus-visible {
  background-color: var(--primary-color);
  border: var(--primary-color);
  text-decoration: underline;
  box-shadow: none;
  outline: 2px solid var(--btn-outline);
}
.btn-secondary {
  background-color: var(--secondary-color);
  border: var(--secondary-color);
  color: var(--brand-white);
}
.btn-secondary:hover {
  background-color: var(--secondary-color);
  border: var(--secondary-color);
  text-decoration: underline;
}
.btn-secondary:focus,
.btn-secondary:focus-visible {
  background-color: var(--secondary-color);
  border: var(--secondary-color);
  text-decoration: underline;
  box-shadow: none;
  outline: 2px solid var(--btn-outline);
}
.btn-black {
  background-color: var(--brand-black);
  border: var(--brand-black);
  color: var(--brand-white);
  font-size: 0.8rem;
  margin: 23px 0;
  padding: 8px 30px;
}
.btn-black:hover {
  background-color: var(--brand-black);
  border: var(--brand-black);
  color: var(--brand-white);
  text-decoration: underline;
}
.btn-black:focus,
.btn-black:focus-visible {
  background-color: var(--brand-black);
  border: var(--brand-black);
  color: var(--brand-white);
  text-decoration: underline;
  box-shadow: none;
  outline: 2px solid var(--btn-outline);
}
.btn-grey {
  background-color: var(--brand-grey);
  border: var(--brand-grey);
  color: var(--brand-white);
  font-size: 0.8rem;
  margin: 23px 0;
  padding: 8px 30px;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:focus-visible {
  background-color: var(--brand-grey);
  border: var(--brand-grey);
  color: var(--brand-white);
  text-decoration: underline;
  box-shadow: none;
  outline: 2px solid var(--btn-outline);
}
.btn-index {
  background-color: var(--index-light);
  border: 2px solid var(--index-light);
  color: var(--brand-white);
  font-size: 0.8rem;
  margin: 23px 0;
  padding: 8px 30px;
}
.btn-index:hover{
  background-color: var(--brand-white);
  border: 2px solid var(--index-light);
  color: var(--index-light);
  text-decoration: underline;
}
.btn-index:focus,
.btn-index:focus-visible {
  background-color: var(--brand-white);
  border: 2px solid var(--index-light);
  color: var(--index-light);
  text-decoration: underline;
  box-shadow: none;
}
.btn-link {
  color: var(--brand-white);
  text-decoration: underline;
}
.btn-add-user {
  align-self: flex-end;
  border: white;
  color: var(--primary-color);
  font-size: 14px;
  margin: 10px;
}
.btn-add-user:hover,
.btn-add-user:focus,
.btn.btn-add-user:first-child:active {
  background-color: var(--primary-color);
  color: white;
}
.btn.btn-add-user:first-child:active {
  text-decoration: underline;
}
.btn-cog {
  font-size: 0.8rem;
  padding: 0 4px 0 3px;
  border: none;
}
.w-50 {
  max-width: 50%;
}
.border-top {
  border-top: 1px solid var(--brand-white)
}
/* REGISTER */
.general {
  min-height: 105px;
}
.general,
.left-container {
  color: #fff;
}
.split-screen ul li a,
.video-box a {
  font-family: HelveticaNeue-Medium, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.pools .left-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.right-container {
  color: #fff;
  max-width: 400px;
}
.flex-col-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-row-between {
  display: flex;
  justify-content: space-between;
}
.pin-container {
  display: flex;
  margin-top: 60px;
  position: relative;
}
.pin-container div {
  border-bottom: 2px solid #fff;
  height: 2.3em;
  margin-right: 1.5em;
  width: 3.3em;
}
.pin-container ul.errorlist {
  position: absolute;
  top: -40px;
}
.pin-container div:last-child {
  margin-right: 0;
}
.pin-number {
  background-color: transparent;
  border: none;
  color: var(--brand-white);
  padding: 0;
  bottom: 0.4em;
  font-family: monospace;
  font-size: 1.7em;
  letter-spacing: 2.45em;
  height: 1em;
  outline: none;
  position: absolute;
  padding-left: 27px;
}
@media (max-width: 1900px) {
  .pin-container div {
    margin-right: 1.4em;
    width: 4em;
  }
  .pin-number {
    letter-spacing: 2em;
    padding-left: 18px;
  }
}
@media (min-width: 1400px) {
  .pin-container div {
    margin-right: 1.4em;
    width: 4em;
  }
  .pin-number {
    letter-spacing: 2.5em;
    padding-left: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pin-container div {
    width: 4.3em;
  }
  .pin-number {
    letter-spacing: 2.45em;
    padding-left: 27px;
  }
}
.pin-number::after {
  content: attr(value); /* Get the input value */
  display: inline-block;
  letter-spacing: 0px;
}
.confirm-details {
  display: flex;
  flex-direction: column;
}
.confirm-details input {
  background: transparent;
  border: none;
  color: var(--brand-white);
  font-weight: 300;
  margin-bottom: 1rem;
}
/* REGISTER END */
/* DASHBOARD */
.panels {
  padding: 0;
}
.panels .panel-col {
  display: flex;
  flex-direction: column;
}
.panels .panel-col .bot.left,
.panels .panel-col .bot.right {
  display: flex;
}
.main-panel-row {
  align-items: start;
}
.sticky {
  position: sticky;
  top: 10px;
}
.general ul,
.panels ul {
  padding-left: 0;
}
.general ul li,
.panels ul li {
  list-style: none;
}
.panels .g-2,
.gy-2 {
  --bs-gutter-y: 1rem !important;
}
.panels .g-2,
.gx-2 {
  --bs-gutter-x: 1rem !important;
}
.main-panel > div {
  background-color: var(--brand-white);
  border: 2px solid var(--brand-black);
  border-radius: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.main-panel > div.top-row {
  height: 100%;
  min-height: 300px;
}
.main-panel > div.top-row.users-top-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-panel > div.bottom-row {
  min-height: 170px;
  overflow: hidden;
}
.main-panel.primary-color > div {
  border: 2px solid var(--primary-color);
}
.block-header {
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  justify-content: space-between;
  min-height: 40px;
  padding: 0 0.8rem !important;
}
.block-header {
  background-color: var(--brand-black);
}
.block-header h2 {
  color: var(--brand-white);
  font-family: HelveticaNeue-Medium, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 0.9rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.block-header.primary-color {
  background-color: var(--primary-color);
}
.block-header {
  color: var(--brand-white);
}
.block-header,
.block-header a {
  color: var(--brand-white);
  font-size: 0.8rem;
}
ul.block-header-actions {
  margin: 0;
  list-style: none;
}
.block-header-actions a::before {
  content: "";
}
.block-header-actions li {
  display: inline-block;
}
.block-header-actions li:not(:first-child)::before {
  position: absolute;
  content: "|";
  color: var(--brand-white);
}
.block-header-actions a[type="button"]::before {
  content: "";
  padding: 0;
}
.block-header a[type="button"]:focus,
.block-header-actions a[type="button"]:focus {
  outline: 1px solid #fff;
}
.code-block {
  position: relative;
  background-color: #eee;
  border: 1px solid #888;
  border-radius: 3px;
  padding: 1rem 2rem 0 1rem;
  margin: 0 1rem 1rem 1rem;
}
.code-block .copy-button {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 2px 7px;
  border: none;
}
.friendly-date {
  white-space: nowrap;
}
.settings-button {
  width: 30px;
}
#users-table .settings-button {
  text-align: end;
  white-space: nowrap;
}
.settings-button a {
  visibility: hidden;
}
.settings-button button {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.settings-button button:hover,
.settings-button button:focus,
tr:hover .settings-button button {
  opacity: 1;
  pointer-events: auto;
}
tr:hover .settings-button a,
tr:focus-within .settings-button a ,
h3:hover .settings-button a,
h3:focus-within .settings-button a {
  visibility: visible;
}
.setting-value {
  border: 1px solid var(--brand-grey);
  border-radius: 10px;
}
#journal-search {
  background-color: var(--brand-white);
  margin-top: 20px;
  padding: 0rem 0.75rem;
}
.overflow-wrap {
  overflow-wrap: break-word;
}
.text-truncate-journal {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.form-control,
.form-select {
  background-color: var(--brand-light-grey);
  margin-bottom: 15px;
  padding: 0.3rem 0.75rem;
}
.form-control:disabled {
  background-image: repeating-linear-gradient(
    -45deg,
    #d9dcdf,
    #d9dcdf 2px,
    transparent 2px,
    transparent 10px
  );
}
fieldset {
  margin-bottom: 10px;
}
form .btn-primary {
  margin-bottom: 10px;
}
.arty-hero-container {
  min-height: 600px;
  position: relative;
}
#aicm-registration-form-1 {
  align-items: center;
  background: #74297d;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px #000000;
  -webkit-box-shadow: 0px 0px 15px -5px #000000;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 60px;
  padding: 30px;
  position: absolute;
  width: 90%;
}
#aicm-registration-form-1 input {
  border-radius: 15px;
  margin-bottom: 0;
  padding: 15px;
}
#aicm-registration-form-1 .form-control {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
#aicm-registration-submit-1 {
  background-color: #fff;
  border-radius: 15px;
  color: #74297d;
  font-family: "HelveticaNeue-Bold", HelveticaNeue-Bold, "OpenSans-Bold", OpenSans-Bold;
  font-size: 18px;
  min-width: 200px;
  padding: 8px 30px;
}
#aicm-registration-form-1 .success-message {
  display: none;
}
#aicm-registration-form-1.success {
  bottom: 0%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 50%;
}
#aicm-registration-form-1.success .form-group {
  display: none;
}
#aicm-registration-form-1.success .success-message {
  display: block;
}
#aicm-registration-form-1.success .success-message p {
  color: #fff;
}
@media (max-width: 991px) {
  .arty-hero-container {
    min-height: 700px
  }
  #aicm-registration-form-1 {
    bottom: 0%;
  }
  #aicm-registration-form-1.success {
    width: auto;
  }
}
@media (max-width: 767px) {
  #aicm-registration-form-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 20px;
    grid-template-rows: repeat(2, 1fr) 20px;
    z-index: 1;
  }
  #aicm-registration-form-1 .btn-group {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: relative;
  }
  #aicm-registration-submit-1 {
    position: absolute;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .arty-hero-container {
    min-height: 1000px;
  }
}
@media (max-width: 574px) {
  .arty-image-container img {
    display: none;
  }
}
.arty-image-container {
  text-align: center;
}
.arty-image-container img {
  height: 100%;
}
.reverse-ellipsis {
  direction: rtl;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-box {
  display: flex;
  justify-content: end;
}
.button-box-multiple,
.button-box-form form {
  align-items: end;
  display: flex;
  justify-content: space-between;
}
.button-box .btn-primary,
.button-box-form form .btn-primary {
  margin: 0;
}
.button-box-multiple button {
  background: transparent;
  border: none;
}
.button-box-multiple button img,
.button-box-multiple a img {
  height: 50px;
}
.to-uppercase {
  text-transform: uppercase;
}
/* KEYBOARD NAVIGATION */
#video-container {
  display: flex;
  min-height: 200px;
  width: 100%;
}
#video-container iframe {
  width: 100%;
}
#button-container {
  text-align: end;
}
#button-container a {
  min-width: 169px;
}
/* KEYBOARD NAVIGATION END */
/* DASHBOARD END */
.bg-brand-black {
  background-color: var(--brand-black);
  color: var(--brand-white);
}
th.bg-primary-color,
.bg-primary-color {
  background-color: var(--primary-color);
}
.bg-brand-green {
  background-color: var(--brand-green);
}
.bg-brand-grey {
  background-color: var(--brand-light-grey);
}
.bg-brand-white {
  background-color: var(--brand-white);
}
.registration .form-control,
.registration .form-select,
.autoComplete_wrapper > input {
  background-color: var(--brand-white);
  border-radius: 10px;
  font-size: 0.9rem;
  margin: 20px 0;
  padding: 0.5rem 0.75rem;
}
.autoComplete_wrapper {
  width: 100%;
}
.autoComplete_wrapper > input {
  background-image: none;
  background-position: left 0.65rem top 0.6rem;
  background-size: 1.3rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
  color: var(--bs-body-color);
  height: 2.5rem;
  margin-bottom: 0 !important;
  width: 100%;
}
.autoComplete_wrapper > input::placeholder,
.autoComplete_wrapper > input:hover::placeholder,
.autoComplete_wrapper > input:focus::placeholder {
  color: var(--brand-grey);
}
.autoComplete_wrapper > input:focus::selection,
.autoComplete_wrapper > input::selection,
.autoComplete_wrapper > input:hover,
.autoComplete_wrapper > input:focus {
  color: var(--bs-body-color);
}
.autoComplete_wrapper > input:focus {
  border: none;
}
.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(55, 135, 27, 0.15);
}
ul.errorlist {
  margin: -10px 0.75rem 0 0.75rem;
  color: #dc3545;
}
.button-container {
  display: flex;
  justify-content: space-around;
  padding: 20px;
}
.button-container-form {
  border-top: 1px solid var(--brand-mid-grey);
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}
.button-container-form a::before,
.start-again button::before {
  content: "\\";
  margin-right: 5px;
}
.start-again p {
  font-size: 0.75rem;
  font-weight: 300;
  margin-bottom: 0;
}
.start-again button {
  background-color: transparent;
  color: var(--brand-white);
  font-size: 0.75rem;
  font-weight: 300;
  padding: 0;
  text-transform: capitalize;
}
.start-again button:hover {
  text-decoration: underline;
}
#add-org-label.hidden,
#add-org.hidden {
  display: none;
}
.video-box {
  background: #484848;
  border-radius: 10px;
  margin-right: 2rem;
  padding: 30px 20px;
  width: 300px;
}
.video-box img {
  width: 60px;
}
.video-box .title {
  font-size: 0.9rem;
  font-weight: 400;
}
.pool-logo {
  max-height: 80px;
  max-width: 60%;
}
.screenshot,
#website-screenshot {
  width: 320px;
  height: 180px;
  overflow: hidden;
  border: 1px solid black;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
}
.screenshot.error {
}
.screenshot.loaded {
  border: none;
  display: block;
}
.screenshot img {
  width: 100%;
  height: auto;
}
.register-done h2,
.register-done p {
  color: var(--brand-white);
}
.table-container {
  padding: 0 13.5px;
}
.table-container h3 {
  font-family: HelveticaNeue-Medium, "Helvetica Neue", Helvetica, Arial,
  sans-serif;
  padding-top: 13.5px;
}
.table-container .screenshot {
  box-shadow: #5d5d5d 0 0 5px;
  color: #222;
  border: 1px solid black;
}
th {
  font-family: HelveticaNeue-Medium, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
#org-site-table tr td:first-child {
  padding-left: 20px;
}
.table-sm>:not(caption)>*>* {
  vertical-align: middle !important;
}
.start-again {
  margin: 20px 0 0;
  line-height: 1;
}
/* ORG SETTINGS */
.form-settings p,
.form-settings ul li,
.form-settings .helptext {
  font-size: 0.8rem;
}
.form-settings .form-control {
  font-size: 0.9rem;
}
.form-settings-container {
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.form-settings .col-9 > div:last-child > input.form-control,
.form-settings button[type='submit'],
.form-settings input[type='submit'],
.form-settings .alert {
  margin-bottom: 0;
}
/* END ORG SETTINGS */
tbody,
td,
tfoot,
th,
thead,
tr {
  font-size: 0.8rem;
}
/* HOMEPAGE */
.homepage h1 {
  margin-bottom: 3rem;
}
.homepage h2 {
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica",
  "Arial Bold", Arial, sans-serif;
  font-size: 1.2rem;
}
.homepage h2.alliance {
  font-size: 1.5rem;
}
.homepage h2 span {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue",
  Helvetica, Arial, sans-serif;
}
.flex-and-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}
.flex-and-center img {
  height: 100px;
}
.base-i {
  display: inline-block;
  position: relative;
}
.invisible-i {
  color: var(--brand-black);
  font-size: 11rem;
  left: -3px;
  position: absolute;
  top: -25px;
}
.homepage .banner {
  padding: 7rem 0;
  text-align: center;
}
.homepage .grey-text {
  margin: 0 auto;
  max-width: 780px;
}
.homepage img {
  max-width: 100%;
}
.homepage .video-box {
  background: transparent;
  border: 2px solid var(--brand-light-grey);
  font-size: 0.9rem;
  margin-right: 0;
  padding: 20px;
  width: 400px;
}
.footer-link-container {
  display: flex;
  justify-content: end;
  position: relative;
}
footer a {
  font-size: 0.7rem;
  font-weight: 300;
}
.footer-link-container a {
  padding: 0 5px;
}
.footer-link-container a.divider {
  border-left: 1px solid var(--primary-color);
}
footer .footer-right ul li,
footer .trio-boxes ul li {
  margin-top: -4px;
}
footer .trio-boxes ul li {
  overflow: hidden;
  text-overflow: ellipsis;
}
footer .trio-boxes ul li.indent {
  text-indent: 10px;
}
footer .trio-boxes ul li a {
  color: var(--brand-black);
  font-size: 0.8rem;
  padding-left: 0;
  text-wrap: nowrap;
}
footer .trio-boxes ul li a::before {
  content: "";
}
footer .trio-boxes ul li a.pending {
  color: var(--brand-grey);
  cursor: not-allowed;
  pointer-events: none;
}
.list-title,
.list-title p {
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica",
    "Arial Bold", Arial, sans-serif;
  font-size: 0.9rem;
}
footer .list-title p {
  margin-bottom: 0;
}
footer.homepage {
  padding-top: 0;
}
footer .border-t {
  border-top: 2px solid var(--brand-mid-grey);
}
footer ul li a {
  color: var(--brand-black);
  display: inline-block;
  min-height: 24px;
}
footer ul li a::before {
  content: "\\";
  color: var(--primary-color);
}
footer .search p {
  color: var(--primary-color);
  font-family: "HelveticaNeue-Medium", "Helvetica Neue", Helvetica, Arial,
  sans-serif;
  margin-bottom: 0;
}
footer #footer-logo {
  padding-bottom: 15px;
  width: 150px;
}
.flex-display-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.text-right {
  text-align: right;
}
footer form {
  display: flex;
  align-items: center;
}

footer label {
  margin-right: 10px;
}

footer input[type="search"] {
  border: 2px solid var(--primary-color);
  border-radius: 6px;
  font-size: 14px;
  padding: 8px;
  width: 100%;
}
/* HOMEPAGE END */
/* SUBPAGES */
.subpage h1 {
  font-family: "HelveticaNeue-Medium", "Helvetica Neue", Helvetica, Arial,
  sans-serif;
  font-size: 4rem;
  margin-bottom: 2rem;
}
.subpage h2 {
  font-family: "HelveticaNeue-Medium", "Helvetica Neue", Helvetica, Arial,
  sans-serif;
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}
.subpage h3 {
  font-family: "HelveticaNeue-Medium", "Helvetica Neue", Helvetica, Arial,
  sans-serif;
  font-size: 2.6rem;
}
.subpage .intro {
  color: var(--brand-grey);
  font-size: 1.2rem;
  margin-bottom: 0;
}
/* SUBPAGES END */
/* OUR PEDIGREE */
.statements {
  justify-content: space-between;
}
.statements .statement {
  color: var(--primary-color);
  font-family: "HelveticaNeue-Medium", "Helvetica Neue", Helvetica, Arial,
  sans-serif;
  font-size: 1.8rem;
}
.our-reach {
  border-radius: 5px;
  padding: 40px 20px;
}
.our-reach h2 {
  color: var(--brand-white);
}
.our-reach p {
  color: var(--brand-white);
}
/* OUR PEDIGREE END */
/* CAROUSEL */
.scroller-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding-block: 1rem;
}
.scroller[data-animated='true'] {
  overflow: hidden;
}
.scroller[data-animated='true'] .scroller-inner {
  animation: scroll 30s linear infinite;
  flex-wrap: nowrap;
  width: max-content;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - .5rem));
  }
}
.tag-list .img-container {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 300px;
}
/* CAROUSEL END */
/* ACM PANEL */
#acm-head-container {
  background: var(--brand-black) url("../images/acm-head.cb4c644e694c.svg") no-repeat;
  background-position: right 100px top;
  padding-bottom: 100px;
  padding-top: 100px;
}
.img-panel {
  padding: 50px 0 0;
  width: 100%;
}
/* ACM PANEL END */
/* MODAL */
body.transparent {
  background-color: rgb(0, 0, 0, 0);
}
.modal-content {
  --padding-top: 20px;
  --padding-bottom: 30px;
  --padding-x: 60px;
  --padding: var(--padding-top) var(--padding-x) var(--padding-bottom);
  background-color: #f9f9f9;
  border-radius: 6px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.modal-content .modal-header {
  background: var(--primary-color);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  font-weight: bold;
  padding: var(--padding-bottom) var(--padding-x);
}
.modal-content .modal-header h1 {
  font-size: 36px;
  line-height: 1.1;
}
.modal-content .modal-footer {
  border-top: none;
  padding-bottom: 10px;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  padding-top: 0;
}
.modal-content .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");;
}
.modal-content h3.modal-title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 20px;
}
.modal-body p {
  margin-bottom: 0.5rem;
}
.modal-content .modal-body {
  min-height: 100px;
  padding: var(--padding);
}
.modal-content fieldset {
  margin-bottom: 0px;
}
.modal-content div.submit-custom {
  min-height: 58px;
}
.modal-content .form-control {
  background-color: #fff;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 20px;
  min-height: 40px;
  font-size: 14px;
}
.modal-content .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal-content textarea.form-control {
  height: 100px;
}
.modal-content .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.modal-content p {
  font-size: 15px !important;
  color: #272727;
}
.modal-content img#anniversary {
  height: 20px;
  position: absolute;
  bottom: 9px;
  right: 15px;
}
.modal-content .form-group, .modal-content .input-group {
  margin-bottom: 15px;
}
.modal-content .submit-custom {
  text-align: right;
}
.modal-footer button,
.form-button-container button,
.modal-content button[type="submit"] {
  --height: 36px;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica",
    "Arial Bold", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: bold;
  height: var(--height);
  margin-right: 0;
  margin-top: calc(58px - var(--height));
  padding: 8px 25px !important;
  text-transform: capitalize;
}
.modal-footer button.brand-color,
.form-button-container button.brand-color,
.modal-content button[type="submit"].brand-color {
  background-color: var(--primary-color);
  border: 1px solid #fff;
}
.modal-footer button.brand-color:hover,
.form-button-container button.brand-color:hover,
.modal-content button[type="submit"].brand-color:hover {
  background-color: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.modal-body fieldset legend {
  font-family: HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin-top: 0.4rem;
}
.modal-body hr {
  border-top: 2px solid var(--primary-color);
  opacity: 0.75;
}
.modal-footer #footer-links {
  color: #666;
  font-size: 10px;
  line-height: 1;
  width: 100%;
}
.modal-footer #footer-links a {
  color: #666;
  font-size: 10px;
}
.modal-footer #footer-links a.with-divider {
  border-right: 1px solid #999;
  padding-right: 5px;
}
.modal-content .input-group-text * {
  cursor: pointer !important;
}
.line-height-1 {
  line-height: 1;
}
.modal-body .input-group-text,
.form-settings .input-group-text {
  background-color: transparent;
  border: none;
  text-align: left;
  text-wrap: wrap;
}
.modal-body .input-group-text input,
.form-settings .input-group-text input {
  margin-right: 15px;
}
.modal-content .btn-secondary.not-active {
  background-color: var(--brand-grey);
}
.modal-content .close {
  position: absolute;
  right: 10px;
  top: 3px;
}
button.close {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.close {
  color: #000;
  filter: alpha(opacity = 20);
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  opacity: .2;
  text-shadow: 0 1px 0 #fff;
}
.close:focus, .close:hover {
  cursor: pointer;
  filter: alpha(opacity = 50);
  opacity: .5;
}

@keyframes slideaway {
  from { display: flex; }
  to { opacity: 0;}
}
@keyframes slidein {
  from { opacity: 0;}
  to { display: flex; }
}
.hide {
  animation: slideaway 100ms;
  display: none;
}
.show-msg {
  animation: slidein 100ms;
}
/* MODAL END */
/* REGISTER MODAL */
#register-frame-modal .modal-dialog {
  max-width: 640px;
}
@media (max-width: 574px) {
  #register-frame-form .form-button-container {
    text-align: right;
  }
}
a.with-divider {
  padding-right: 5px;
  border-right: 1px solid #222;
}
/* REGISTER MODAL END */
/* TOOLTIP  */
.tooltip.show {
  opacity: 1;
}
.tooltip-inner {
  background-color: var(--primary-color);
  color: var(--brand-white);
  text-align: center;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--primary-color);
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: var(--primary-color);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: var(--primary-color);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: var(--primary-color);
}
/* TOOLTIP END */
/* SCORECARD/INDEX TOOLTIP END */
.scorecard-popover .tooltip-inner {
  background-color: var(--index-light) !important;
  color: var(--brand-white);
  text-align: center;
}
.scorecard-popover .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.scorecard-popover .bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--index-light);
}
.scorecard-popover .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.scorecard-popover .bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: var(--index-light);
}
.scorecard-popover .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.scorecard-popover .bs-tooltip-left .tooltip-arrow::before {
  border-left-color: var(--index-light);
}
.scorecard-popover .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.scorecard-popover .bs-tooltip-right .tooltip-arrow::before {
  border-right-color: var(--index-light);
}
/* SCORECARD/INDEX TOOLTIP END */

/* HERO */
.hero-container {
  background-color: var(--brand-black);
  animation: fadeInOut 24s linear infinite;
  animation-play-state: running;
  -o-animation: fadeInOut 24s linear infinite;
  -ms-animation: fadeInOut 24s linear infinite;
  -moz-animation: fadeInOut 24s linear infinite;
  -webkit-animation-name: fadeInOut;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  height: 600px;
  overflow: hidden;
  padding: 7rem 0;
  position: relative;
}
.hero-container:hover,
.hero-container:focus {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
    background: url("../images/hero/message-1.07ae4d6fb2ff.png") no-repeat center / contain;
  }
  5% {
    opacity: 1;
    background: url("../images/hero/message-1.07ae4d6fb2ff.png") no-repeat center / contain;
  }
  20% {
    opacity: 1;
    background: url("../images/hero/message-1.07ae4d6fb2ff.png") no-repeat center / contain;
  }
  24% {
    opacity: 0;
    background: url("../images/hero/message-1.07ae4d6fb2ff.png") no-repeat center / contain;
  }
  25% {
    opacity: 0;
    background: url("../images/hero/message-2.525cda3992d1.png") no-repeat center / contain;
  }
  30% {
    opacity: 1;
    background: url("../images/hero/message-2.525cda3992d1.png") no-repeat center / contain;
  }
  45% {
    opacity: 1;
    background: url("../images/hero/message-2.525cda3992d1.png") no-repeat center / contain;
  }
  49% {
    opacity: 0;
    background: url("../images/hero/message-2.525cda3992d1.png") no-repeat center / contain;
  }
  50% {
    opacity: 0;
    background: url("../images/hero/message-3.4bd2b0f85d69.png") no-repeat center / contain;
  }
  55% {
    opacity: 1;
    background: url("../images/hero/message-3.4bd2b0f85d69.png") no-repeat center / contain;
  }
  70% {
    opacity: 1;
    background: url("../images/hero/message-3.4bd2b0f85d69.png") no-repeat center / contain;
  }
  74% {
    opacity: 0;
    background: url("../images/hero/message-3.4bd2b0f85d69.png") no-repeat center / contain;
  }
  75% {
    opacity: 0;
    background: url("../images/hero/message-4.b92dd8aa26e1.png") no-repeat center / contain;
  }
  80% {
    opacity: 1;
    background: url("../images/hero/message-4.b92dd8aa26e1.png") no-repeat center / contain;
  }
  95% {
    opacity: 1;
    background: url("../images/hero/message-4.b92dd8aa26e1.png") no-repeat center / contain;
  }
  100% {
    opacity: 0;
    background: url("../images/hero/message-4.b92dd8aa26e1.png") no-repeat center / contain;
  }
}
@-webkit-keyframes fadeInOut {
  from {
    opacity: 0;
    background: url("../images/hero/message-1.07ae4d6fb2ff.png") no-repeat center / contain;
  }
  5% {
    opacity: 1;
    background: url("../images/hero/message-1.07ae4d6fb2ff.png") no-repeat center / contain;
  }
  20% {
    opacity: 1;
    background: url("../images/hero/message-1.07ae4d6fb2ff.png") no-repeat center / contain;
  }
  24% {
    opacity: 0;
    background: url("../images/hero/message-1.07ae4d6fb2ff.png") no-repeat center / contain;
  }
  25% {
    opacity: 0;
    background: url("../images/hero/message-2.525cda3992d1.png") no-repeat center / contain;
  }
  30% {
    opacity: 1;
    background: url("../images/hero/message-2.525cda3992d1.png") no-repeat center / contain;
  }
  45% {
    opacity: 1;
    background: url("../images/hero/message-2.525cda3992d1.png") no-repeat center / contain;
  }
  49% {
    opacity: 0;
    background: url("../images/hero/message-2.525cda3992d1.png") no-repeat center / contain;
  }
  50% {
    opacity: 0;
    background: url("../images/hero/message-3.4bd2b0f85d69.png") no-repeat center / contain;
  }
  55% {
    opacity: 1;
    background: url("../images/hero/message-3.4bd2b0f85d69.png") no-repeat center / contain;
  }
  70% {
    opacity: 1;
    background: url("../images/hero/message-3.4bd2b0f85d69.png") no-repeat center / contain;
  }
  74% {
    opacity: 0;
    background: url("../images/hero/message-3.4bd2b0f85d69.png") no-repeat center / contain;
  }
  75% {
    opacity: 0;
    background: url("../images/hero/message-4.b92dd8aa26e1.png") no-repeat center / contain;
  }
  80% {
    opacity: 1;
    background: url("../images/hero/message-4.b92dd8aa26e1.png") no-repeat center / contain;
  }
  95% {
    opacity: 1;
    background: url("../images/hero/message-4.b92dd8aa26e1.png") no-repeat center / contain;
  }
  to {
    opacity: 0;
    background: url("../images/hero/message-4.b92dd8aa26e1.png") no-repeat center / contain;
  }
}
/* HERO END */
/* INVOICE */
body.invoice {
  width: 20cm;
  margin: 1em auto;
}
.invoice-table thead th:first-of-type{
  border-top-left-radius: 10px;
}
.invoice-table thead th:last-of-type{
  border-top-right-radius: 10px;
}
.invoice-cell {
  cursor: pointer;
  position: relative;
}
.invoice-cell:hover,
.invoice-cell:focus {
  text-decoration: underline;
}
.invoice-cell i {
  position: absolute;
  right: 0;
}
/* INVOICE END */
#aaatraq-checker {
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
}
#aaatraq-checker iframe {
  border: none;
  width: 100%;
  max-width: 600px;
  height: 70px;
}
/* TOP PAGES */
#chart {
  max-height: 450px;
}
.table-top-pages {
  width: 100%;
}
.table-top-pages td:not(.main-column) {
  max-width: 140px;
}
@media (min-width: 768px) {
  .table-top-pages td:not(.main-column) {
    white-space: nowrap;
  }
}
.table-top-pages td.main-column {
  max-width: 50px;
  padding-left: 20px;
  width: 100%;
}
.table-top-pages .page-row:not(:last-child) {
  border-bottom: 1px solid var(--brand-grey);
}
.table-top-pages .page-row.active,
.table-top-pages .page-row:focus,
.table-top-pages .page-row:hover,
.table-top-pages .page-row a:focus,
.table-top-pages .page-row a:hover {
  background-color: rgba(var(--primary-color-rgb), 0.2);
}
.table-cell-content {
  display: flex;
  flex-direction: column;
}
.pagination .page-link {
  color: var(--primary-color);
  font-size: 0.8rem;
}
.pagination .active>.page-link,
.pagination .page-link.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--brand-white);
}
/* END TOP PAGES */
/* SITEMORSE AFFILIATED STYLES */
.sitemorse-styles h1 {
  color: #213462;
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", sans-serif, OpenSans-Light;
  font-size: 2.5rem;
  padding-bottom: 20px;
}
.sitemorse-styles p {
  color: #273D78;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, sans-serif, OpenSans-Regular;
  font-size: 1rem;
}
.sitemorse-styles .messages p {
  color: #fff;
}
/* SITEMORSE AFFILIATED STYLES END */
#buy-more-wizard-modal .modal-padding {
  padding: 2rem 2.5rem 1rem;
}
#buy-more-wizard-modal .modal-header {
  padding: 2rem 3rem;
}
#buy-more-wizard-modal .modal-header img {
  max-width: 200px;
}
#buy-more-form {
  background-color: #f9f9f9;
  padding: 0 5px;
}
#buy-more-form hr {
  border-top: 2px solid var(--index-light);
  opacity: 0.75;
}
#buy-more-form .form-control:not([type="range"]) {
  background-color: transparent;
  border-radius: 50px;
  width: 70%;
}
#buy-more-form .button-container-form {
  border-top: none;
}
#buy-more-wizard-modal .modal-footer {
  border-top: none;
  justify-content: space-between;
  padding: 0 2.5rem 0.5rem;
}

#buy-more-wizard-modal .modal-footer ul {
  display: flex;
}
#buy-more-wizard-modal .modal-footer ul li {
  font-size: 0.8rem;
  margin-right: 10px;
}
/* RANGE SLIDER */
/* Style the range track (the bar) */
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 70%;
    height: 8px;
    background: #999; /* Track color */
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity 0.2s;
    padding: 0;
    border: none;
}
input[type="range"]:hover {
    opacity: 1;
}
/* Style the range thumb (the slider button) */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: var(--index-light); /* Thumb color */
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
}
input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--index-light);
    border-radius: 50%;
    cursor: pointer;
}
/* Change color when active */
input[type="range"]:active::-webkit-slider-thumb,
input[type="range"]:active::-moz-range-thumb {
    background: var(--index-light);
}
input[type="range"]:focus {
  background-color: #74297d;
  border-color: #008198;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
/* RANGE SLIDER END */
