/** DO NOT MODIFY THIS FILE. All code here are generated by MachForm Theme Editor **/

#main_body h1 a
{
background-image: url('https://user-assets.forms-db.com/switreb/themes/img_89ff3b60dd41433018e7e6b76dc1d3cb-Screenshot 2025-12-24 at 10.40.15 AM.png');
height: 166px;
}

html
{
background-color: #c7e7e6;
background-image: none;
}

#main_body h1
{
background-color: #666666;
background-image: none;
}

#form_container
{
background-color: #ffffff;
border-width: 0px;
box-shadow: none;
border-style: solid;
border-color: #f0d878;
}

#main_body form li.highlighted,#main_body .matrix tbody tr:hover td,#machform_review_table tr.alt
{
background-color: #9fc2d6;
}

#main_body form .guidelines
{
background-color: #9fc2d6;
border-width: 1px;
border-style: solid;
border-color: #f7c52e;
}

#main_body form .guidelines small
{
font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
color: #444444;
}

#main_body input.text,#main_body input.file,#main_body textarea.textarea,#main_body select.select,#main_body input.checkbox,#main_body input.radio
{
background-color: #FBFBFB;
font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 100%;
}

#machform_review_table td.mf_review_value
{
font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 100%;
}

#main_body .form_description h2,#main_body .form_success h2
{
font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 170%;
}

#main_body .form_description p,#main_body form ul.payment_list_items li
{
font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 100%;
}

#main_body form li span.ap_tp_text
{
}

#main_body form li label.description,#main_body form li span.description,#main_body .matrix caption,#main_body .matrix td.first_col,#main_body form li.total_payment span,#machform_review_table td.mf_review_label
{
font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 100%;
}

#main_body form li span label,#main_body label.choice,#main_body .matrix th,#main_body form li span.symbol,.mf_sigpad_clear,#main_body form li div label,#main_body form li div span.label
{
font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
}

#main_body form .section_break h3,#main_body form .media h3,#machform_review_table td .mf_section_title
{
font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 110%;
}

#main_body form .section_break p,#main_body form .media p,#machform_review_table td .mf_section_content
{
font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 95%;
}

#main_body form li.section_break
{
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #CCCCCC;
}



/** Advanced CSS **/

/* --- Force logo to show specifically in PORTRAIT --- */
@media screen and (orientation:portrait){
  .form_logo, .mf-logo, .mf-header-logo, #logo,
  .form_logo img, .mf-logo img, .mf-header-logo img{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
  }

  /* Give the header space so it can't collapse */
  .form_header, .mf-header, #form_header{
    display:block !important;
    min-height:90px !important;
    padding:12px 0 !important;
    overflow:visible !important;
    background-size:contain !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
  }
}

/* --- Kill common "hide on mobile" utilities --- */
.mobile-hide, .hidden-xs, .hide-sm, .mf-hide-mobile { 
  display:initial !important; 
}

/* --- Prevent layout tricks from hiding the image --- */
.form_logo{
  position:relative !important;  /* undo absolute/float tricks */
  float:none !important;
  clear:both !important;
  margin:12px auto !important;   /* center */
  z-index:10 !important;
  text-indent:0 !important;      /* undo off-screen text hacks */
}
.form_logo img{
  max-width:100% !important;
  height:auto !important;
}

/* --- Don’t let a parent clip the header/logo --- */
.mf-form-wrapper, .form_header { overflow:visible !important; }