#background {
    height: 190px;
}
#phone_box { right: 24px;}

#nav_wrapper {
    display: none;
}

#nav_wrapper_mobile {
    display: block;
    height: 33px;
    width: 150px;
    margin: 0 auto;
 
}
#nav_wrapper_mobile a { 
    border: 1px solid #00a3d4;
    padding: 5px 0 4px 42px; 
    font-weight: bold; 
    margin: 0 auto; 
    display: block; 
    width: 68px; 
    height: 20px; 
    background: url(/images/menu.png) no-repeat 4px 5px #00a3d4; 
    color: #ffffff;
}

.left_half {
    float: left;
    width: 100%
}

.right_half {
    float: left;
    width: 100%
}

#nav_menu_mobile {
    position: fixed;
    top: 60px;
    width: 100%;
    background-color: rgba(250, 250, 250, 0.9);
    border-top: 1px solid #00a3d4;
}
#nav_menu_mobile a {
    display: block;
    width: 100%;
    text-align: center;
    height: 34px;
    border-bottom: 1px solid #00a3d4;
    margin-top: 8px;
    color: #515151;
}

#nav_menu_mobile a.current {
    color: #00a3d4;
}


#main {
    margin-top: 64px;
}

#page_title h1 {
    font-size: 16px;
}

.question h3 {
    font-size: 14px;
}


#footer .main_row {
    padding-top: 106px;
}

.new_image { width: 100%; float: left; }
.new_text_wrap { width: 100%; float: left; }
.new_text_wrap div { margin-left: 0; margin-top: 15px; padding: 12px; background: rgba(250, 250, 250, 0.8); }

#title_form {
    font-size: 12px;
}

#mobile_pack {
    display: block;
}
#desktop_pack {
    display: none;
}