@media (max-width:767.98px) {
   .static-page-hero.mb-5 {
margin-bottom:60px!important;
}
}

@media (min-width: 768px) {  
  .static-page-hero.mb-5 {
margin-bottom:0!important;
}
}


.aon-wtw-modal {
	z-index:100000000; 
	padding-right:0!important; 
}
.aon-wtw-modal .modal-content {
	padding:15px;
}

.aon-wtw-modal .modal-dialog {
	display: -ms-flexbox;
display: flex; 
	max-height: calc(100% - 3.5rem);
}
	
.aon-wtw-modal .modal-body {
    overflow-y: auto;
	border-bottom: 1px solid #ccc;
}


.aon-wtw-modal .modal-header,
.aon-wtw-modal .modal-footer {
	flex-shrink: 0;
}

@media (max-width: 1199.98px) {

.aon-wtw-modal .modal-footer {
    
    justify-content: center;

     }
}

.aon-wtw-modal .modal-footer button, 
.aon-wtw-modal .modal-footer [type="button"] {
 -webkit-appearance: inherit;
	
}

