div.lid-icon { display: none }
@media (min-width: 576px) {
.header-2 { font-size: 34px !important; line-height: unset !important; letter-spacing: -2px !important }
.level3 {  margin-top: 1em !important; margin-bottom: 1em !important }
.subhead-1, a.cta-1 {  font-size: 18px !important;  line-height: 24px !important}
.mc-publications-third-section .row .element .cta-1:after { top: 8px; }
}

.level6 { margin-top: 0px !important }

.component { margin-bottom: 3.4rem; border: 3px solid red }

.component__heading { margin-bottom: 2rem }
.dummystyle{ height:50px; border:1px solid red }

/*Dev team fix for footer*/
.browser-firefox #footer .col-md-10{ width:81.33% !important }
.browser-firefox #footer .col-md-2 { width: 18.33% !important }

/*fix for FSRA*/
@media (max-width : 767px){
.justTabs .scopes .tab{ display:block }
}
/*footer-changes- 26/03/2021*/
 @media (max-width: 767px) {
	 #footer .main-links{  width:100% }
	 #footer .main-links .col-md-4.col-sm-12{
		 width:50%;
		 float:left;
	 }
	 #footer .main-links .col-md-4.col-sm-12:last-child{
		 clear:both;
	 }
 }
 #main-container #footer .icons{
  width:auto;
}
 
 /*Leadership Page changes*-ticket*/
 #page_4228a5f0f90b4740bd937654bcf6cdc2 .header-2, #page_78dc6ae2be5b443cab284ba9b7e8672b .header-2  {
    color: #002a3a !important;
}

#page_4228a5f0f90b4740bd937654bcf6cdc2 .helvetica-light, #page_78dc6ae2be5b443cab284ba9b7e8672b .helvetica-light {
    margin-top: 0;
    color: #002a3a;
}

#page_4228a5f0f90b4740bd937654bcf6cdc2 .container, #page_78dc6ae2be5b443cab284ba9b7e8672b .container {
    color: #002a3a !important;
    margin-bottom: 0;
}

/*fix for event drive*/
@media (max-width : 767px){
	#page_c7bb43d2a3a441fc9f9d7ccbab9c3efd .item {
		height: 129px !important;
	   }
	}
	div[data-href="#guidance-papers"] + .block .grid-row .sub-block{
		max-width:100% !important;
			flex: 1 100% !important;
	  }
	  /* Legal framework layout code for desktop */
	  @media (min-width: 767px){
		.lf-federal-first-section .item {
			margin-bottom: 60px;
			height: 260px !important;
		}
		.lf-federal-first-section :nth-child(9){
			margin-top: 5%;
		}
		}
		
		/* Complaint form warning message alert */
.complaints .cf-input-change-msg .warning-action-button .button-section button{
width: 34% !important;
}
 
@media (max-width: 767px){
.complaints .cf-input-change-msg .warning-action-button .button-section button {
    width: 74% important;
}
}