paragraph, paragraph DIV, paragraph LI  {
   font-size: 1.25rem;
}
/* Purple Button Theme */
.button.btn-purple {
   background: #8f3985;
   color: #ffe066;
}
.button.btn-purple:hover {
   background: #ffe066;
   color: #8f3985;
}
/* Leaving Site Dialog */
/* .dialog-content {
    display: none;
}
.modal-dialog  {
    background: #70c1b3; 
}
.modal-dialog .modal-content {
     width: 600px;   
    text-align: center;
    padding: 0px;
    margin: 0px;
    background-color: transparent !important; 
}
@media (max-width: 600px) {
.modal-dialog .modal-content {
    max-width: 100%;
}}
.modal-dialog .modal-header {
    justify-content: center;
    padding-top: 30px;
    border-bottom: none;
}
.modal-dialog .modal-header H4 {
    font-size: 28px;    
    line-height: 32px;
}
.modal-dialog .button {
    font-size: 90%;
    width: 250px;
    max-width:100%;
    margin: 5px 15px;
    padding: 5px;
}
.modal-dialog .modal-footer {
    justify-content: center;
    padding: 20px 0;
    border-top: none;
}
.modal-dialog .modal-body {
    border: none;
  padding: 15px 50px;  
    padding: 0px;;
    font-weight: bold;
}
.modal-dialog .modal-close {
    display: none;
} */
.modal-content {
   background: none !important;
}