

		   
	.main-navigation .top-row .audience .nav-item .nav-link {    padding: 5px 10px !important;		}
		   
	li.space {    display: none;}
		   
	blockquote.block-caption {
    top: 50%;
    /* left: 50%; */
    position: relative;
    letter-spacing: -1.37px;
    /* padding: 2rem; */
    font-weight: 900;
    border: 0 !important;
    line-height: 0.95;}
	
		   .semi-transparent-overlay {
			   position: absolute;
			   top: 0;
			   left: 0;
			   width: 100%;
			   height: 100%;
			   background-color: rgba(0, 0, 0, 0.5); /* Adjust the last value (0.5) to set the desired opacity */
			   z-index: 1;
		   }

	blockquote, .blockquote {
    border-left: none !important;
    padding-left: 0px !important; 
    margin: 20px 10px !important;
	}
	   
	 .bg-b1a610 {background-color: #ced1d4;}
	   
	  .tab-option-2 .nav-tabs .nav-link.active, .tab-option-2 .nav-tabs .nav-item.show .nav-link {
    		background-color: #ced1d4 !important;
		    color: #000000 !important;
}