.qmn_quiz_radio { 
width: initial !important; 
display: inline !important; 
}

.mlw_qmn_question_number, .mlw_qmn_question {
    display: inline !important;
}

<link rel="stylesheet" href="https://code.jquery.com/ui/1.8.10/themes/smoothness/jquery-ui.css" type="text/css">
<script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.10/jquery-ui.min.js"></script>

.frame-border {
  border:3px solid #0064b0;
}

/* EXECUTIVE PROFILES */
.exec-name {font-weight:bold;margin-bottom:0px!important;}
.exec-title {font-weight:bold;text-transform:uppercase;color:#0274BE!important;}
.elementor-widget:not(:last-child) {margin-bottom:0px!important;}
.exec-box h3 {margin-bottom:0px!important;}
.exec-box p, .exec-box {line-height:1.4rem;}

/* MAIN NAVIGATION */
.site-header .menu-text {text-transform:uppercase;}

/* PAGE TITLES */
.ast-advanced-headers-title span {background-color: #333333!important;text-transform:uppercase;}

/* HIDE INTRANET NAV BAR FOR MOBILE */
@media (max-width: 480px) {
    .ast-below-header-wrap {display:none!important;}
}

.wpcf7-form-control.wpcf7-select{
  min-width:400px;
  height: 200px;
}

.wp-block-heading a{
font-weight:900;
}

.wp-image-1003{
  margin-top:64px !important;
}

.page-id-15165 .entry-content img{
  max-width: 300px;
  margin-bottom: 8px;
}

@media print{
  #wpacu-frontend-form{
    display:none;
  }
  
  
  iframe, footer, header, .grecaptcha-badge{
    display:none;
    visibility: hidden;
  }
  
  body .offices.wp-block-columns {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .wp-block-column {
        border: none;
    }
  
  table td{
    text-align:center;
  }
  
  body{
    font-size:12px;
  }
  
  *{
    border: none !important;
  }
}