/* ========================================================================
       LOCAL FONT FACE DECLARATIONS (TTF FALLBACK)
       ======================================================================== */
    @font-face {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      src: local('Raleway Regular'), local('Raleway-Regular'),
           url('../assets/fonts/raleway/Raleway-VariableFont_wght.ttf') format('truetype');
      font-display: swap;
    }
    @font-face {
    font-family: 'Raleway';
    src: local('Raleway Variable'), local('Raleway-Variable'),
         url('../assets/fonts/raleway/Raleway-VariableFont_wght.ttf') 
         format('truetype-variations');
    font-weight: 100 900; /* Weight range supported by the variable font */
    font-style: normal;
    font-display: swap;
  }
	
	input:focus::placeholder{
		color: transparent;
	}
	
	button {
		width: 7em !important;
	}
	
	@media (max-width: 765px) {
		.seriescusip .w-50 {
			width: 100% !important;
		}
	}