.mdBtnR-primary, a.mdBtnR-primary {
  color: #fff;
  background-color: #24516d;
  border-color: #24516d;
}

.mdBtnR-primary:hover, a.mdBtnR-primary:hover {
 color: #fff;
 background-color: #1e435a;
  border-color: #1e435a;
}

@media (min-width: 768px) {
  .rf-workflow .rfwf-full-panel .rfwf-panel-interior {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .rf-workflow .rfwf-full-panel .rfwf-panel-interior {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .rf-workflow .rfwf-full-panel .rfwf-panel-interior {
    width: 1170px;
  }
}

.rfwf-full-panel .rfwf-panel-interior {
  background-color: transparent;
  padding: 30px 20px;
}


.confirmation-page .rfwf-full-panel {
  border: none;
  padding: 0;
}

.rfComp-canvas h1{
    color: #24516d !Important; 
    font-size: 40px !Important;
    line-height: 1.25em !Important;
}

.rfComp-canvas h2 {
color: #4f4f4f !Important;
font-size: 30px !Important;
    line-height: 1.25em !Important;
}

.rfComp-canvas h3 {
color: #4f4f4f !Important;
font-size: 25px !Important;
    line-height: 1.25em !Important;
}

.rfComp-canvas h4 {
color: #ee7f48 !Important;
    font-size: 22px !Important;
    line-height: 1.25em !Important;
}

.rfComp-canvas h5 {
    color: #ee7f48 !Important;
    font-size: 18px !Important;
    font-weight: 300 !Important;
    line-height: 1.25em !Important;
    margin-bottom: 20px !Important;
}

.rfComp-canvas h6 {
    color: #ee7f48 !Important;
    font-size: 18px !Important;
    line-height: 1.25em !Important;
    margin-bottom: 20px !Important;
}

.modal-dialog {
    top: 0;
padding-top: 300px;
}

.h1, h1 {
    font-size: 50px;
    line-height: 1.25em;
    text-align: center;
}

#workflow-login-page .rfwf-panel-interior {
    max-width: 500px;
}

.sup-email {
    background: #d9dbde;
    height: 200px;
padding: 75px;
}

a, a:link, a:visited {
    color: #ee7f48;
    text-decoration: none;
    cursor: pointer;
}

.h2, h2 {
    font-size: 25px !Important;
color: black !Important;
}

/* jillian's edits */
.rf-body .fade.in {
	opacity: 1;
}
.rf-body .modal-backdrop {
    background-color: rgba(68,68,68,0.6);
}
.rf-body .elementor-widget-container {
    width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.rf-body .elementor-widget-container .elementor-image img {
	width: 100%;
    height: auto;
}
@media (max-width: 800px) {
	.rf-body .elementor-widget-container {
		width: 550px;
	}
}
@media (max-width: 464px) {
	.rf-body .elementor-widget-container {
		width: 350px;
	}
}
/* end Jillian's edits */

/* Supported Browsers Button*/

div#browsers {
    width: 5000px;
    padding-right: 10px;
   color: white;
    text-align: right;
}

a.browsers {
    color: white;
font-size: 12px;
}

/*End Supported Browsers Button*/
