_:-ms-fullscreen, :root .block__name { 
    min-height:130px;
}

.hero-banner{
  background: #0d252b;
}

.hero-banner__background{
    /* background-color:#113039; */
}

#skip-link{
    position: relative;
    
  }
  
#skip-link a{
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.625rem 1.563rem;
    color: #2C2A29;
    font-size: 1.125rem;
    transition: all 0.5s ease-in-out;
    background: #fff;
    top: -3.125rem;
    z-index: 10000;
    width: auto;
   
  }
#skip-link a:focus, #skip-link a:hover {
    top: 0;
    cursor:pointer;
  }


.social-marquee__snippet{
    font-size: 12px;
    letter-spacing: -0.28px;
    line-height: 20px;

  }

  .social-marquee__profile-subheading {
    font-size: 12px;
}

  .footer__text{
    font-size:11px;
  }

  .button--senary{
    background: #7f7094;

  }

  .modal__close{
    background: #7f7094;
    
  }

  .custom-select-option{
    background-color: #fff;
  }

  .standard-inner > figure > iframe{
    
    width:100%;
    
    
}

.block--inner .block__image {
  
  filter: none;
}

.box__description a{
  color: #fff;
  text-decoration: underline;
}

