/** 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/fbcjax/themes/img_eeb04cb676f78baf70b5408665943d9b-FC Logo.png');
height: 200px;
}

html
{
background-image: url('https://fbcjax.forms-db.com/images/form_resources/grey-mild.png');
background-repeat: repeat;
}

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

#form_container
{
background-color: #ffffff;
border-width: 0px;
border-style: solid;
border-color: #CCCCCC;
}

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

#main_body form .guidelines
{
background-color: #999999;
border-width: 1px;
border-style: solid;
border-color: #cccccc;
}

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

#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%;
color: #666666;
}

#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%;
color: #444444;
}

#main_body .form_description h2,#main_body .form_success h2
{
font-family: 'Roboto','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 500;
font-style: normal;
font-size: 160%;
color: #0a4267;
}

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

#main_body form li span.ap_tp_text
{
color: #444444;
}

#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: 'Roboto','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 110%;
color: #444444;
}

#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: 'Roboto','Lucida Grande',Tahoma,Arial,sans-serif;
color: #444444;
}

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

#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: 85%;
color: #444444;
}

#main_body form li.section_break
{
border-top-width: 5px;
border-top-style: solid;
border-top-color: #e4e0d7;
}



/** Advanced CSS **/

/*===============center the logo===================*/
#main_body h1 a{
background-position:top center;
}
/*=====================hey mobile, stop mangling the logo===============*/
@media only screen and (max-width: 480px){
#main_body #form_container h1 a {
    background-size: auto !important;
}
}
/*=================center the form title and desc===============*/
#main_body .form_description h2, #main_body .form_success h2{
text-align:center;
}
#main_body .form_description{
text-align:center;
}
/*=================inputs want negative space================*/
#main_body input.text, #main_body input.file, #main_body textarea.textarea, #main_body select.select, #main_body input.checkbox, #main_body input.radio{
padding:0.7em;
}
@media (max-width:480px){
#main_body input.text, #main_body input.file, #main_body textarea.textarea, #main_body select.select, #main_body input.checkbox, #main_body input.radio{
padding:0.7em 0.3em;
}
}
/*======stop crushing the daylights out of the smaller input labels=====*/
#main_body form li.address div span {
    padding-bottom: 25px;
}
/*===============prettier buttons===============*/
#main_body input.button_text{
padding:1em;
background:#0a4269;
border-radius:8px;
border:none;
color:#fff;
text-transform:uppercase;
letter-spacing:2px;
cursor:pointer;
}
#main_body input.button_text:hover, #main_body input.button_text:focus{
padding:1em;
background:#444444;
border-radius:8px;
border:none;
color:#fff;
text-transform:uppercase;
letter-spacing:2px;
cursor:pointer;
}
#main_body input.btn_secondary{
text-decoration:none;
}
/*===============pagination styles===============*/
.ap_tp_num{
background-color:#ccc;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
}
.ap_tp_num_active{
background-color:#0a426a;
}
#pagination_header tr td:nth-of-type(2n-1){
vertical-align:top;
}
/*========================styling section breaks=============*/
#main_body form li.section_break{
border:none;
background:#e8e8e8;
}
#main_body ul .section_break h3{
font-size: 140%;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-transform: uppercase;
    border-left: 10px solid #d0d0d0;
    padding: 10px;
    background: #e8e8e8;
}
#main_body ul .section_break p{
font-size:1em;
margin:0 0 1em 1.3em;
}
#main_body form li.informational h3{
border:none;
font-size:1em;
text-transform:none;
background:#918C75;
color:#fff;
}
/*==================clear============*/
#main_body form li.section_break.clear h3{
    border:none;
    line-height:normal;
    margin:0;
    padding:0;
}
li.section_break.clear{
    padding:0;
background:none !important;
}