.omda-section {
    width: 100%;
    margin: 0 auto;
}


/* form nav */
.omda-section .gf_page_steps .gf_step {
    color: #0c79be;
    width: 100%;
}

.omda-section .gf_step_number {
    border-radius: 0 !important; 
    border: none !important;
    height: 0 !important;
}

.omda-section .gf_step_number::before,
.omda-section .gf_step_number::after {
    display: none !important;
}

.omda-section .gf_step_active .gf_step_number {
    background-color: transparent !important;
    color: #334152;
}

.omda-section .gf_step_active .gf_step_label {
    color: #334152;
}

/* form headers */
.omda-form-head {
    background-color: #0c79be;
    color: #fff;
    border-bottom: none !important;
    border-radius: 5px 5px 0px 0px;
    margin: 0;
    padding: 0 !important;
}

.omda-form-head h3 {
    margin: 0;
    padding: 20px !important;
    font-size: 16px;
}

.omda-form-subhead {
    margin: 0;
    padding: 0px !important;
    background-color: #f0f0f0;
    color: #334152;
}

.omda-form-subhead h3 {
    margin: 0;
    padding: 20px !important;
    font-size: 16px;
}

/* form inputs */
.omda-legend-spacer,
.omda-field .gfield_label {
    width: 45%;
    float: left !important;
}

.omda-legend-content,
.omda-field .ginput_container.ginput_container_radio {
    width: 50%;
    margin: 0 !important;
    padding: 0;
    float: right !important;
}

.omda-legend p {
    font-size: 16px;
    padding-left: 8px;
}

.omda-field .ginput_container_radio label {
    display: none !important;
}

.omda-legend-content,
.omda-field .ginput_container .gfield_radio {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.omda-field .ginput_container .gfield_radio .gchoice {
    margin: 0;
    padding: 0 0 0 8px;
}

.omda-field .ginput_container .gfield_radio .gchoice input {
    margin: 0;
    padding: 0;
}

.omda-list p {
    font-weight: bold;
    margin-top: 0;
}

.omda-list div.gfield_description {
    padding-top: 0 !important;
    margin: 0;
}


/* submissions page */

/* SCSS ordering 
 * omda-submissions-list
 * 
 * submission-list-item
 * > submission-content
 * > submission-form
 * > > submission-button
 * > > submission-link
 *
 * submission-list-header
 */
.omda-submissions-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.submission-list-item {
    display: grid;
    grid-template-columns: 10fr 1fr;
    border-bottom: 1px solid #33415250;
    list-style: none;
    padding: 14px 10px;
}
.submission-content {
    margin: 0;
    padding: 0;
}
.submission-form {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row !important;
    justify-content: flex-end !important;
}
.submission-button {
    border: none;
    outline: none;
    background-color: #fff;
    color: #334152;
    /* temp */
    font-size: 16px;
}
.submission-link {
    display: flex;
    align-items: center;
    margin-right: 20px;
    color: #334152;
    text-decoration: none;
    /* temp */
    font-size: 16px;
}
.submission-button:hover,
.submission-button:focus,
.submission-link:hover,
.submission-link:focus {
    cursor: pointer;
    color: #0c79be;
}

.submission-list-header {
    background: none;
    padding-top: 0;
    font-weight: bold;
}

.gform_save_link.button,
.gform_next_button.button,
.gform_previous_button.button {
  border: none;
  outline: none;
  background-color: #0a79bf!important;
  color: #ffffff !important;
  font-size: 16px;
  padding: .375rem .75rem;
  border-radius: 0.25rem;
}

/* Form styles, updated*/
.nav-form .btn-primary.ft-nav-button {
  background-color:#0c79be !important;
  color:#fff;
}
#gf_page_steps_17 {
  display: flex;
  justify-content: space-between;
}
.gf_step.gf_step_pending,
.gf_step.gf_step_next,
.gf_step.gf_step_active,
.gf_step.gf_step_previous,
.gf_step.gf_step_completed {
  width: 100%;
  margin: 5px !important;
  display: flex;
  justify-content: center;
}

.gf_step.gf_step_active {
  background-color: #0c79be !important; 
  color: #fff !important;
}

#gf_page_steps_17 .gf_step,
#gf_page_steps_17 .gf_step .gf_step_number{ 
  background-color:#f0f0f0;
  color: #0c79be;
  padding:8px;
  display:flex;
}

#gf_page_steps_17 .gf_step .gf_step_number {
  border-radius:100% !important;
  display:block;
  background-color:#fff !important;
  height:30px !important;
  width:30px !important;
  min-width:30px !important;
  padding:0;
  line-height:30px;
  text-align:center;
}

#gf_page_steps_17 .gf_step .gpmpn-page-link .gf_step_label {
  text-decoration: none;
}

#gf_page_steps_17 .gf_step:hover,
#gf_page_steps_17 .gf_step.active {
  background-color:#0c79be !important;
  color:#fff !important;
  cursor: pointer;
}

#gf_page_steps_17 .gf_step:hover .gf_step_label,
#gf_page_steps_17 .gf_step:focus .gf_step_label {
  color: #fff !important;
}

/* form headings and legend*/
#gform_fields_17 .gsection_title {
  background-color:#0c79be !important;
  color:#fff !important;
}
.omda-legend-content {
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
}
.omda-legend-content p {
  font-size:13px;
  padding-right:4px;
  flex:1;
}

h3.gsection_title {
  color: #fff !important;
}