/* PALETTE */
:root {
  --dark-grey-color: #333333;
  --dark-red-color: #d60b51;
  --index-light: #008198;
  --index-dark: #016C81;
  --aa-brand: #29abe2;
  --aa-carbon: #0071bc;
  --aa-experience: #2e3192;
  --aa-inclusion: #93278f;
  --aa-data: #ba1c7a;
}
/* SKIP LINK */
.skip-link {
  background: var(--dark-grey-color);
  color: var(--main-white-color);
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateY(-145px);
  transition: transform 0.3s;
  z-index: 101;
}

.skip-link:focus {
  transform: translateY(-105px);
}

/* NAVBAR */
.navbar{
  background-color: rgb(214, 11, 81);
  background-size: cover;
  border:none !important;
  position:fixed;
  height: 105px;
  right:0px;  z-index:99;
  top:0px; left:0px;
  transition: 0.4s ease-in-out;
}
.navbar-brand img{
  max-width:180px;
}
.is-index .navbar-brand img {
  margin-left: 40px;
}
.navbar-right{
  margin-top:20px;
  margin-right:0px;
}
.navbar-brand{
  height:auto;
  padding-top:15px;
  margin-left: 40px;
}
.navbar-dark .navbar-nav .nav-link{
  color:#fff;
  font-size:16px;
  padding:7px 10px;
}

/* RIGHT SIDE OF NAVBAR */
/* SUBSCRIBE FORM */
#navbar-subscribe {
  border-radius: 50px;
  display: flex;
  margin-left: auto;
  padding: 5px;
}
#navbar-subscribe input {
  border: none;
  border-radius: 50px;
  /* box-shadow to avoid “-internal-autofill-selected” style */
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px rgba(255, 255, 255,1);
  padding: 0 20px;
}
#navbar-subscribe button {
  color: #FFF;
  background-color: transparent;
  font-size:16px;
  padding:7px 10px;
}
#nav-subscribe-btn:hover {
  background-color: #FFF;
}
#email-subscribe-nav {
  margin-right: 5px;
}

.fixed-top-nav {
  background: url("../images/header-img.0e052479b9e0.png") no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
.aa .fixed-top-nav {
  background: rgba(1, 108, 129, 0.472);
  background: linear-gradient(108deg, #016C81 30%, #008198 30%);
}
.fixed-top-nav-login {
  background: transparent;
  position: absolute;
}
.navbar_blue {
  background: rgba(1, 108, 129, 0.472);
  background: linear-gradient(108deg, #016C81 30%, #008198 30%);
}
.index-loading {
  background: rgb(1,108,129);
  background: linear-gradient(108deg, #016c8179 30%, #00819879 30%);
}
.index-brand {
  background: rgb(1,108,129);
  background: linear-gradient(108deg, #197196 30%, #29abe2 30%) !important;
}
.index-carbon {
  background: rgb(1,108,129);
  background: linear-gradient(108deg, #224F6A 30%, #0071bc 30%) !important;
}
.index-experience {
  background: rgb(1,108,129);
  background: linear-gradient(108deg, #1E2162 30%, #2e3192 30%) !important;
}
.index-accessibility {
  background: rgb(1,108,129);
  background: linear-gradient(108deg, #5D145A 30%, #93278f 30%) !important;
}
.index-data {
  background: rgb(1,108,129);
  background: linear-gradient(108deg, #8C145C 30%, #ba1c7a 30%) !important;
}
.is-hidden {
  display: none;
}
.is-transparent {
  background: transparent;
}

/* BURGER MENU */
.fixed-top-nav svg {
  cursor: pointer;
  left: 35px;
  position: absolute;
  top: 35px;
}

.burger-menu-toggle {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  font-size: 40px;
  height: 35px;
  right: 35px;
  position: absolute;
  top: 35px;
  width: 35px;
}

#burger-menu-open {
  background-image: url("../images/burger-menu.3a0f206753aa.svg");
  background-position: center;
  background-size: contain;
}

/* SLIDE MENU */
.slide-content .close-btn {
  background-image: url("../images/burger-menu-close.0aad45f3dbea.svg");
  background-position: center;
  background-size: contain;
}

.slide-content {
  background-color: var(--dark-grey-color);
  height: 100%;
  right: 0;
  overflow-x: hidden;
  padding-top: 105px;
  position: fixed;
  transition: width 0.3s;
  top: 0;
  visibility: hidden;
  width: 0;
  z-index: 1;
}

.slide-content p,
.slide-content a {
  color: #F5F5F5;
  display: block;
  font-size: 20px;
  border: 1px solid transparent;
  padding: 8px;
  text-decoration: none;
  white-space: nowrap;
}
.slide-content a {
    font-family: HelveticaNeue-Light !important;
}

.slide-content.active {
  width: 300px;
}

/* FOCUS STATES */
.slide-content a:focus,
.slide-content button:focus {
  outline: 1px solid var(--main-white-color) !important;
}

main a:focus,
.open-nav-btn:focus {
  outline: 1px solid var(--main-white-color) !important;
}

.slide-content a:hover,
.slide-content a:focus {
  text-decoration: underline;
}

#link-list {
  list-style: none;
}

#link-list a::before {
  content: '/ ';
}

.visible {
  visibility: visible;
}

#aaa-video iframe {
  height: 300px;
  width: 100%;
}

.round-border {
  border: 1px solid;
  border-radius: 50px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  transition: .2s all;
}

.round-border:hover {
  background: #f0f0f0;
  color: #d60b51 !important;
}
.navbar a:focus {
    outline: 1px solid #FFF !important;
}
.nav-table {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.nav-table table td {
    font-family: 'HelveticaNeue-Light';
}
.nav-table a {
    color: #FFF;
}
.nav-table table {
    font-size: 0.8em;
    margin-right: 40px;
}
.nav-table .pipe::after {
    content: '|';
    padding: 0 10px;
}
@media (min-width: 992px) {
    .burger-menu-toggle {
        display: none;
    }
}
@media (max-width: 991px) {
    .nav-table {
        display: none;
    }
}

.drop-btn {
    background-color: transparent;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    height: 45px;
    justify-content: flex-start;
    margin: 0 10px;
    width: 45px;
}
#aa-who {
  background: url("../images/icons/envelope.9dfca930be0c.png") no-repeat center / contain;
  display: block;
}
#principles-menu-btn {
  background: url("../images/scorecard/dropdown-icon.7533f992d645.png") no-repeat center / contain;
}
#principles-menu-btn.inclusion {
  background: url("../images/scorecard/accessibility-icon.e045e384e3e0.svg") no-repeat center / contain;
}
#principles-menu-btn.experience {
  background: url("../images/scorecard/experience-icon.d20cab7a0a7c.svg") no-repeat center / contain;
}
#principles-menu-btn.data {
  background: url("../images/scorecard/privacy-icon.068fab26adb5.svg") no-repeat center / contain;
}
#principles-menu-btn.carbon {
  background: url("../images/scorecard/carbon-icon.ec809871192b.svg") no-repeat center / contain;
}
#btn-menu {
  background: url("../images/icons/profile-icon.24c41bc9c406.svg") no-repeat center / contain;
}
#btn-menu.session-active {
  background: #fff;
  border: 1.8px solid #fff;
  border-radius: 50px;
  color: #222;
  font-size: 20px;
  font-weight: 900;
}
#login-a {
  margin: 0 10px;
}
#login-icon {
  height: 45px;
  margin-bottom: 3px;
  width: 45px;
}

.dropdown {
  background: #333;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  display: none;
  margin-top: 0.4rem;
  padding: 10px 0;
  position: absolute;
  transform: translate(-140px, 1.55em);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  width: 240px;
}
.dropdown p,
.dropdown-link {
  color: #fff;
  margin-bottom: 0;
}
.dropdown a,
.dropdown button,
.dropdown .dropdown-item-disabled {
  align-items: center;
  color: #fff;
  column-gap: 5px;
  display: flex;
  font-family: HelveticaNeue;
  font-size: 16px;
  justify-content: space-between;
  line-height: 1 !important;
  padding: 10px 20px;
  text-decoration: none;
}
.dropdown button {
  width: 100%;
  background: transparent;
  border: none;
}
.dropdown button:hover {
  text-decoration: underline;
}
.dropdown .dropdown-d-block {
  display: block;
}
.l-login {
  color: #b2b2b2;
    display: block;
    font-size: 12px;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown a:hover,
.dropdown a:focus {
  text-decoration: underline;
}
.dropdown a img,
.dropdown div img {
  height: 30px;
  margin-left: 20px;
  width: 30px;
}
.login-out {
  height: 15px;
  margin-left: 0;
  margin-right: 5px;
  padding: 20px !important;
  width: 15px;
}
.login-out img {
  height: 15px !important;
  margin: 0 5px 0 0 !important;
}

.visiblemenu {
  display: block !important;
}
#principle-title {
  color: #fff;
  margin: 0 10px;
}
