@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600italic,400,300,600,700,800);

/* CSS Document */

/* reset

   https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
#header-top ul {
    margin-top: 30px;
}

#Wizard1_AlmostFinishedPara2 {
    font-size:12px !important;
}

.red_border {
    border-left: 1px solid #ff0000 !important;
     border-bottom: 1px solid #ff0000 !important; 
     border-right: 1px solid red; 
     /*border-top: 1px solid red !important;*/ 
    /* width: 100%; */
    /* display: inline-block; */
    /*outline: thin solid #ff0000;*/
}
#Wizard1_chkRefuseBenefits {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-top: 18px;
}
#Wizard1_lblRefuseBenefits {
    font-size:14px;
}
.top_red_border {
    border-top: 1px solid red !important;
}

.red_border_bottom {
    border-bottom: 1px solid #ff0000;
}

.frequencyLabel {
    margin-left: 13px;
    background: #0071bc;
    width: fit-content;
    font-weight: bold;
    color: #fff;
    padding: 4px;
}

.incomeQueTooltipStyle {
    position: fixed;
    z-index: 100000;
    display: none;
    width: 350px !important;
    background: white;
    border: black;
    border-width: 1px !important;
    border-style: solid !important;
    padding: 15px;
}

.incomeQueStyle {
    font-weight: bold !important;
    cursor: pointer;
    color: #0071bc;
    text-decoration: underline;
}

.greencolorcerify {
    background-color: #5FA024;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#myProgress {
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    margin: 10px 15px;
    display: none;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

#myBar {
    height: 20px;
    background-color: #337ab7;
    text-align: center;
    line-height: 20px;
    color: white;
    border-radius: 4px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

table:not(.alert-instructions .helpData table), td:not(.alert-instructions .helpData table td), tbody:not(.alert-instructions .helpData table tbody), tr:not(.alert-instructions .helpData table tr) {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    color: #15c2f2;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body, #wrapper {
    height: 100%;
}

p {
    font-size: 12px;
    line-height: 1.6;
    margin: 0 0 10px;
}

a {
    color: #15c2f2;
}

    a:hover {
        color: #000000;
    }

strong, b {
    font-weight: bold;
}

.hr {
    background: #ddd;
    height: 1px;
    width: 100%;
    display: block;
    clear: both;
    float: left;
    position: relative;
}

    .hr hr {
        display: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* -- FONTS -- */

@font-face {
    font-family: 'Museo500';
    src: url('../fonts/museo500/museo500-regular-webfont.eot');
    src: url('../fonts/museo500/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo500/museo500-regular-webfont.woff') format('woff'), url('../fonts/museo500/museo500-regular-webfont.ttf') format('truetype'), url('../fonts/museo500/museo500-regular-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* -- GENERAL STYLES -- */

body {
    background: #fff;
    font: 300 13px/1.2 'Droid Sans', Helvetica, Arial, sans-serif;
}

#top-bar-wrap {
    width: 100%;
    display: block;
    background: #312f36;
}

#header-top-wrap {
    /*background: #df1000 url(../images/bg-top-header.jpg) 0 bottom repeat-x;*/
    background: #3CC8EE;
    width: 100%;
    height: 93px;
    clear: both;
    float: left;
}

.defaulthead {
    background: #ffffff !important;
}

.big-district {
    height: 110px !important;
}

#header-middle-wrap {
    /*background: #ff0000 url(../images/bg-middle-header.jpg) 0 100% repeat-x;*/
    background: #3cc7ee url(../images/header_bg.jpg);
    background-size: cover;
    padding-bottom: 30px;
    width: 100%;
    position: relative;
    clear: both;
    text-align: center;
}

#header-bottom-wrap {
    /*background: url(../images/bg-header-bottom.jpg) 0 0 repeat-x;*/
    background-color: #333;
    width: 100%;
    height: 100%;
    clear: both;
    float: left;
}

#timeline-wrap {
    background: url(../images/bg-breadcrumb.jpg) 0 0 repeat-x #2c2b30;
    width: 100%;
    clear: both;
    float: left;
    margin: -10px 0 0;
}

#header-top, #header-middle, #header-bottom, #timeline, #content, #top-bar, #HelpBar {
}

    #top-bar ul {
        float: right;
    }

        #top-bar ul li {
            float: left;
            margin: 0 0 0 15px;
            padding: 5px 0;
        }

            #top-bar ul li a {
                color: #fff;
                font-size: 11px;
                text-decoration: none;
            }

            #top-bar ul li span {
                border: 0 none;
                color: #fff;
                font-size: 11px;
                margin: 0;
                padding: 0;
                text-decoration: none;
                vertical-align: baseline;
            }

            #top-bar ul li a:hover {
                color: #eb1e0a;
            }

    #header-top h1 {
        margin: 13px 0 0;
        float: left;
    }

    #header-top h2 + h1 {
        margin: 0;
    }

    #header-top h1 a {
        font: 27px Helvetica, Arial, sans-serif;
        color: #000;
        text-decoration: none;
    }

.big-district h1#logo a {
    line-height: .9;
}

#logo {
    min-width: 250px !important;
}

#header-top h2 {
    float: left;
    margin: 10px 0 0;
}

#header-top h1 + h2 {
    margin-top: 0;
}

#header-top ul {
    float: right;
    margin: -12px 0 0;
    position: relative;
    z-index: 4;
    margin-top: 35px;
    width:265px !important;
}

    #header-top ul li {
        display: block;
        float: left;
        margin: 0 10px;
    }

        #header-top ul li a {
            color: #000;
            text-decoration: none;
            position: relative;
            padding-right: 15px;
        }

        #header-top ul li span {
            color: #fff;
            text-decoration: none;
            position: relative;
            padding-right: 15px;
        }

        #header-top ul li a[href="/PrintLetter.aspx"] {
            background: none;
            padding: 0;
            margin: 0;
            font-size: 13px;
        }

        #header-top ul li a:hover {
            color: #000;
        }

        #header-top ul li a span {
            /*background: url(../images/i-menu-arrows.gif) 0 -7px no-repeat;*/
            display: block;
            width: 5px;
            height: 6px;
            text-indent: -9999px;
            position: absolute;
            top: 5px;
            right: 0;
        }

        #header-top ul li a:hover span {
            /*background: url(../images/i-menu-arrows.gif) 0 0 no-repeat;*/
        }

#header-middle {
    position: relative;
    z-index: 1;
}

    #header-middle hgroup h1 {
        font: 42px/1 Helvetica, Arial, sans-serif;
        color: #fff;
        text-align: center;
        margin: 95px 0 0;
    }

    #header-middle hgroup h2 {
        font: 36px/1 Helvetica, Arial, sans-serif;
        color: #fefcfc;
        text-align: center;
    }

    #header-middle hgroup h3 {
        font-size: 20px;
        line-height: 1.6;
        color: #fefcfc;
        clear: both;
        float: none !important;
        /*width: 36%;*/
        margin: 15px 0;
        margin-bottom: 30px;
        position: relative;
    }

    #header-middle .btn-wrap {
        /*clear: both;
        position: absolute;
        top: 180px;
        left: 335px;*/
        margin-top: -10px;
        margin-bottom: 60px;
    }

    #header-middle a.btn {
        float: left;
        /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        background-color: #98D788;*/
    }

#header-middle-wrap img {
    position: absolute;
    top: 20px;
    /*right: -50px;*/
    z-index: 2;
}

#header-middle-wrap #shadow {
    background: url(../images/bg-shadow.png) 50% 100% no-repeat;
    display: block;
    width: 960px;
    height: 292px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -480px;
    z-index: 0;
}

#header-bottom h4 {
    font: 27px/1 Helvetica, Arial, sans-serif;
    color: #fefcfc;
    margin: 40px 0 40px 0;
    text-align: center;
}

    #header-bottom h4 span span {
        color: #ffffff;
    }
/*
#timeline {
    margin-top: 17px;
    margin-bottom: 13px;
}

    #timeline ul {
        float: left;
    }

        #timeline ul li {
            background: url(../images/i-breadcrumb-arrows.png) 100% 5px no-repeat;
            display: block;
            float: left;
            margin: 0 10px 0 0;
            padding-right: 30px;
        }

            #timeline ul li.last {
                background: none;
            }

            #timeline ul li span {
                color: #fff;
                text-decoration: none;
                font: 15px 'Open Sans', Helvetica, Arial, sans-serif;
            }

                #timeline ul li span.active {
                    color: #fe0202;
                }

#timeline {
    position: relative;
}

    #timeline a.instructions {
        color: #fff;
        visibility: hidden;
    }

    #timeline a.instructions, #timeline ul + a.instructions {
        float: right;
        color: #4a4a4a;
        text-decoration: none;
        font: 15px Helvetica, Arial, sans-serif;
        margin: 0 45px 0 0;
    }

    #timeline ul + a.instructions {
        position: absolute;
        bottom: -50px;
        right: 30px;
        z-index: 10;
        visibility: visible;
    }

        #timeline ul + a.instructions:hover {
            color: #fe0202;
        }*/


#content-wrap {
    /* background: #f4f3ee url(../images/bg-content.jpg) 0 0 repeat-x; color changed from tan to white*/
    width: 100%;
    clear: both;
    float: left;
    padding: 12px 0 30px;
}

.lblHHSize {
    font: 15px/1.3 Helvetica, Arial, sans-serif !important;
    color: #323232 !important;
}

#content {
    /*width: 960px;
    margin: 0 auto;
    position: relative;*/
}

.selling-points {
    margin: 0;
}

    /*.selling-points li {
        display: block;
        float: left;
        width: 400px;
        margin: 0 97px 50px 0;
        color: #2f2d33;
    }*/

    /*.selling-points li.long {
            width: 650px;
        }*/

    .selling-points h3 {
        font: 27px/1 Helvetica, Arial, sans-serif;
        position: relative;
        padding: 15px 0 0 15px;
        margin: 0 0 20px;
        color: #fff;
    }

        .selling-points h3 span {
            width: 100%;
        }

            .selling-points h3 span + span, #header-middle hgroup h3 span + span {
                background: url(../images/i-icon-sprite.png) 0 0 no-repeat;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                display: none;
            }

h3 i {
    background: url(../images/hr.gif) 0 100% repeat-x;
    width: 90%;
    display: block;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 55px;
}

h3#quick-easy span {
    background-position: 0 0;
    width: 51px;
    height: 51px;
}

h3#safe-secure span {
    background-position: 0 -51px;
    width: 51px;
    height: 56px;
}

h3#getting-started span {
    background-position: 0 -106px;
    width: 51px;
    height: 42px;
}

#header-middle hgroup h3 span + span {
    background-position: 0 -176px;
    width: 46px;
    height: 44px;
    top: -3px;
    left: 0;
}

.selling-points + div {
    position: relative;
}

    .selling-points + div a {
        background-color: #45a13d;
    }

#inner-content {
    clear: both;
    /*float: left;*/
}

    #inner-content table {
        width: 960px;
    }

.application {
    width: 100%;
    clear: both;
    float: left;
    position: relative;
}

.additional-benefits hgroup {
    width: 100%;
}

    .additional-benefits hgroup h3, .additional-benefits hgroup h3 span {
        padding-right: 0;
    }

.additional-benefits ul {
    clear: both;
    float: left;
    /*padding-bottom: 50px;*/
    position: relative;
}

.application hgroup, .wizard hgroup {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
}

    .application hgroup h3, .wizard hgroup h3 span {
        font: 22px/1 Helvetica, Arial, sans-serif;
        color: #000000;
        position: relative;
        /*padding: 0 60px 0 0;
        float: left;*/
    }

        .application hgroup h3 span {
            float: left;
        }

hgroup + div {
    clear: both;
}

.application .ContentSection {
    padding: 10px;
}

.application .Section1 {
    overflow-y: scroll;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    padding: 10px;
}

#letter-table table, #letter-table table td {
    border: 1px #000 solid;
}

    #letter-table table td {
        padding: 3px;
    }

#letter-table ul {
    list-style: disc none outside;
    padding-left: 40px;
}

#letter-table ol {
    list-style: decimal none outside;
    padding-left: 40px;
}

.wizard hgroup h3, .wizard hgroup h3 span {
    padding-right: 20px;
    clear: both;
    float: left;
    position: relative;
}

.application h3 a[href="/Print.aspx"], .application h3 a[href="/PrintLetter.aspx"], a[href="/Print.aspx"], a[href="/PrintLetter.aspx"] {
    background: url(../images/i-printer.png) 0 0 no-repeat;
    padding: 0px 0 10px 25px;
    /*padding: 4px 0 10px 25px;*/
    /*margin: 0 0 0 20px;*/
    /*float: left;*/
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    text-decoration: none;
}

    .application h3 a[href="/Print.aspx"]:hover, .application h3 a[href="/PrintLetter.aspx"]:hover, a[href="/Print.aspx"]:hover, a[href="/PrintLetter.aspx"]:hover {
        text-decoration: underline;
    }

hgroup h5 {
    color: #323132;
    clear: both;
    margin: 5px 0 0;
    font-size: 13px;
}

.application h3 a {
    font-size: 12px;
    color: #323132;
    text-decoration: underline;
}

h3 a.tip {
    background: url(../images/i-icon-sprite.png) 0 -150px no-repeat;
    display: block;
    width: 26px;
    height: 24px;
    position: absolute;
    top: -2px;
    right: 0;
    text-indent: -9999px;
}

h3 a.no-district {
    margin-left: 25px;
    text-decoration: none;
}

.application .form {
    clear: both;
    float: left;
    margin: 30px 0 50px;
}

    .application .form p {
        margin: 0 0 30px;
        float: left;
        clear: both;
    }

    .application .form label, .wizard label, .wizard div > span {
        font: 15px/1.3 Helvetica, Arial, sans-serif;
        color: #323232;
        margin: 0 0 10px;
        float: left;
    }

.additional-benefits ul {
    /*margin-bottom: 15px;*/
}

    .additional-benefits ul li {
        font-size: 13px;
        margin-bottom: 5px;
        float: left;
        width: 100%;
    }

.wizard .demographicsTable label {
    font-size: 13px;
}

input[type="text"], select {
    position: relative;
    padding: 0px 5px;
    font-size: 13px !important;
    line-height: 2 !important;
    color: #858585 !important;
    /*background-color: #fff !important;*/
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    clear: both;
    float: left;
    width: 100%;
    min-width: 200px;
    min-height: 28px;
}

select {
    padding: 5px 5px;
}

input[type="radio"] {
    /*float: left;
    font-size: 14px;
    padding: 0;
    margin: 0 5px 0 0;*/
    float: left;
    margin-top: 1px !important;
    margin-right: 5px !important;
}

input[type="checkbox"] {
    margin: 0 5px;
}

.container {
}

    .container p {
    }

.Section1 {
    clear: both;
    float: left;
    margin: 20px 0 0;
}

.wordwrap {
    position: justify;
    width: 98%;
    padding: 3px 3px 3px 3px;
    height: auto;
    overflow-x: auto;
}

.agree-disagree {
    background: #aaa;
    color: #fff;
    height: 50px;
    clear: both;
    text-align: left;
    padding: 10px 0 0;
    margin: 10px 0 0;
}

    .agree-disagree td {
        padding-bottom: 5px;
    }

    .agree-disagree + .btn-wrap {
        clear: both;
        float: right;
        margin: -53px 10px 0 0;
    }

input[type="text"].txtStudentId {
    width: 150px;
    min-width: 150px;
}

input[type="text"].studentcount {
    width: 32px;
    min-width: 32px;
    /* margin-top: 14px; */
}

    input[type="text"].studentcount + span {
        margin: 5px 10px 10px;
        line-height: 1.2;
    }

.rowIndicator {
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px 0px 5px;
    margin-top: -2px;
}

.student td {
    vertical-align: top;
    /* padding: 10px 10px 0;*/
}

    /*.student td div {
        float: left;
        width: 100%;
    }*/

    .student td .inline_block {
        width: 100%;
        margin: 0 0 20px;
    }

    .student td div .inline_block {
        float: left;
        margin: 0 15px 5px 0;
        width: 200px;
    }

    .student td div .inline_block_width {
        width: 230px !important;
    }

    .student td .check3 {
        width: 13%;
        font-weight: bold;
    }

    .student td .check2 {
        width: auto;
        margin-right: 30px;
    }
        /*.studnt td .check2 + .check2 {
    margin-right: 0px;
}*/
        .student td .check2 input[type="checkbox"] {
            margin: 10px 5px 0 0;
        }

    .student td .check3 input[type="checkbox"] {
        margin-left: 0;
    }

.container .foodstamp-instructions {
    /*margin-right: 30px;*/
}

.special-circumstance {
    float: left;
    margin-top: -30px;
    /*margin-right: 40px;*/
    margin-left: 40px;
    margin-bottom: 20px;
}


    .special-circumstance + .special-circumstance {
        /*width: 280px;*/
    }

.student td .divHouseholdMemberIncome .inline_block {
    margin-right: 20px;
    width: 350px;
}

.student td div.inline-row div.inline_block {
    display: inline-block;
    float: none;
    margin-right: 15px;
    vertical-align: bottom;
    /*width: 150px;*/
}

/*.student td div.inline-row div.inline_block input[type="text"] {
        min-width: 150px;
        width: 150px;
    }*/

.student td div.inline-row div.middleinitial {
    width: 11px;
}

    .student td div.inline-row div.middleinitial input[type="text"] {
        min-width: 25px;
        width: 25px;
    }

.student td div.inline-row div.studentnumber {
    width: 80px;
}

    .student td div.inline-row div.studentnumber input[type="text"] {
        min-width: 80px;
        width: 80px;
    }

.student td div.inline-row div.checkbox {
    margin-right: 5px;
    width: 80px;
    text-align: center;
}

    .student td div.inline-row div.checkbox * {
        float: none;
    }

    .student td div.inline-row div.checkbox label {
        display: block;
        font-size: 11px;
        margin: 0 auto;
    }

.student td div.divFoodStamp div {
    /* width: 27.5%;*/
    margin-right: 0;
}

    .student td div.divFoodStamp div input.txtFoodstamp {
        width: 100%;
    }

.student td .divFoodStamp .income-wrap {
    border: 1px #ccc solid;
    width: 55%;
    padding: 20px 20px 0;
}

.student td .divFoodStamp .divStudentIncome {
    width: 74%;
    margin-right: 0;
    margin-bottom: 0;
}

    .student td .divFoodStamp .divStudentIncome div {
        width: 100%;
        margin-right: 0;
    }

        .student td .divFoodStamp .divStudentIncome div + div {
            width: 36%;
            margin-right: 0;
        }

        .student td .divFoodStamp .divStudentIncome div.error {
            width: 41%;
        }

.emailAddress {
    width: 100px;
    min-width: 100px;
}

.error {
    float: none !important;
}

.errorDiff {
    float: left !important;
}

.error .txtStudentShort {
    width: 60px;
    min-width: 60px;
    float: none !important;
}

.error .txtStudentShortRpt {
    width: 60px;
    min-width: 60px;
    float: left !important;
}

.ddlShort {
    width: 170px !important;
    min-width: 170px !important;
}

.error .txtTiny {
    width: 15px;
    min-width: 15px;
}

.error input, .error select {
    border-color: #F68864 !important;
    border-width: 2px !important;
}


.student label {
    margin: 0;
}

.student .chkFosterChild, .student .chkFosterChild input[type="checkbox"] {
    /*margin: 0;*/
}
/*.student .chkFosterChild {
    margin-top: 9px;
}
.student b {
    float: left;
    margin: 5px 4px 0;
}*/
.student strong + input {
    float: left;
    clear: none;
    width: 64px;
    min-width: 60px;
    padding: 0px 5px;
}

.student b + input {
    float: left;
    clear: none;
    width: 60px;
    min-width: 60px;
    padding: 0px 5px;
}

    .student b + input + b + input {
        width: 16px;
        min-width: 16px;
    }

.student strong + input + strong + input {
    width: 16px;
    min-width: 16px;
}

.student td div .no-income {
    border: 1px #C0C0C0 solid;
    width: 300px;
    padding: 10px 20px 0;
    margin-top: 0;
}

    .student td div .no-income span + span {
        font-size: 13px;
    }

        .student td div .no-income span + span + span {
            clear: both;
            padding: 0;
            margin: -17px 0 8px 23px;
        }

    .student td div .no-income span input {
        padding: 0;
        margin: 7px 14px 0 -4px;
    }

#Wizard1_lblHouseholdOfOne {
    font-size: 14px;
    margin: -14px 0 20px 2px;
    float: left;
}

#Wizard1_lblStudentCount {
    /* margin-top: 5px;*/
}

.subheading {
    clear: both;
    float: left;
    margin: 15px 0;
}

    .subheading strong {
        font-weight: bold;
        font-size: 12px;
    }

.student td div .divGuardianSSN {
    width: 300px;
    margin-top: 7px;
}

.wizard div > span.social-xxx {
    margin: 7px 5px 0 0px;
}

.student td div .divGuardianSSN input {
    width: 70px;
    min-width: 70px;
    float: left;
    clear: none;
}

.noSSN {
    display: inline-block !important;
}

.student td div .noSocial {
    padding-top: 38px;
}

.signer-second-line {
    float: left;
    width: 100%;
}

.student td div .privacy-terms {
    margin-top: -16px;
    margin-left: 20px;
    display: inline;
}

.student td div .single-line {
    margin-top: 18px;
}

.student td div .addressApt {
    width: 50px;
}

.student td div .addressState {
    width: 200px;
}

.student td div .addressZip {
    width: 80px;
}

.student td div .addressApt input {
    width: 100%;
    min-width: 100%;
}

.student td div .addressZip input {
    width: 50px;
    min-width: 53px;
}

.summary {
    width: 100%;
}

.summaryHeaderBox {
    clear: both;
    float: left;
    width: 100%;
}

.membertotals {
    border: 1px #46464D solid;
    padding: 10px;
    margin: 0 0 30px;
}

.summaryHeaderBox h3 {
    font-size: 14px;
    font-weight: bold;
}

.headerFont {
    font-size: 14px;
    font-weight: bold;
}

.summaryHeaderBox a {
    float: right;
    margin-top: -15px;
}

.nolinetr {
    border-bottom: none !important;
}

.incometdStyle {
    text-align: right !important;
    width: 17% !important;
    display: inline-block;
}

.LessSpace {
    margin: -2px 0 -3px !important;
}

.incomeFreqtdStyle {
    text-align: right !important;
    width: 200px !important;
    display: inline-block;
}

.incomeClosetdStyle {
    text-align: right !important;
    width: 120px !important;
    display: inline-block;
}

.studentinfo, .householdinfo .studentquestion {
    clear: both;
    float: left;
    margin: 5px 0 50px;
}

    .studentinfo thead tr, .householdinfo thead tr {
        background: #312F36;
    }

    .studentinfo tbody tr, .householdinfo tbody tr, .studentquestion tbody tr {
        border-bottom: 1px #ccc solid;
    }
    
    .studentinfo tr th, .studentinfo tr td, .householdinfo tr th, .householdinfo tr td, .demographics tr td {
        padding: 10px;
        font-size: 13px;
        color: #fff;
        text-align: left;
    }

.studentquestion tr th, .studentquestion tr td{
    padding: 5px;
    font-size: 13px;
    text-align: left;
}

    .studentinfo tr td, .householdinfo tr td, .demographics tr td {
        color: #323132;
    }

.demographicsTable {
    width: 960px;
}

#inner-content .demographicsTable td table {
    width: 400px;
    margin-bottom: 20px;
}

.demographics tr td strong {
    display: block;
    font-weight: bold;
}

.demographicsTable table input[type="checkbox"] {
    float: left;
    margin-top: 0px;
    margin-right: 5px;
}

.membertotals {
    width: 100%;
    margin-bottom: 50px;
}

    .membertotals h2 {
        font-size: 20px;
        color: green;
        clear: both;
        float: left;
    }

        .membertotals h2 + h2 {
            float: right;
            margin-top: -24px;
        }


.signer-info {
    font-size: 13px;
    margin: 5px 0 50px;
}

.wizard .signature {
    width: 96%;
    ;
    margin: 0 auto;
    float: none;
}

    .wizard .signature span {
        font-family: Arial;
        font-size: 15px;
    }

        .wizard .signature span + span {
            font-size: 13px;
            margin: 10px 0 10px 25px;
        }

    .wizard .signature ul {
        list-style: disc inside;
        margin: 25px 10px;
    }

    .wizard .signature div {
        clear: both;
        float: none;
        width: 100%;
        margin: 20px auto;
        padding-top: 10px;
        font-weight: bold;
        text-align: center;
    }

        .wizard .signature div input {
            float: left;
            margin-top: -3px;
        }

        .wizard .signature div span {
            width: 100%;
        }

    .wizard .signature + div {
        border: solid 1px #CF7360;
        padding: 20px;
        margin: 0 auto 20px;
        width: 700px;
    }

        .wizard .signature + div h3 {
            font-weight: normal;
            font-size: 15px;
            margin: 0 0 10px;
        }

.chk-ir-signature {
    clear: both;
    float: left;
}

    .chk-ir-signature div {
        float: left;
        clear: none;
    }

        .chk-ir-signature div + div {
            margin-top: -4px;
            width: 450px;
        }

.additional-benefits .chk-ir-signature div + div {
    width: 96%;
}

    .additional-benefits .chk-ir-signature div + div span {
        width: 100%;
    }

.additional-benefits .customFieldCheckBox, .additional-benefits .customFieldCheckBox + span {
    float: left;
}

    .additional-benefits .customFieldCheckBox + span {
        width: 96%;
    }

.wizard-finish p {
    font-size: 15px;
}

.container p.first-email {
    /*margin-bottom: 10px;*/
}

input[type="text"].txtAddressEmail {
    width: 250px;
    margin-bottom: 10px;
}

table.tblAlt {
    margin: 0 0 20px;
}

#ctl00_cphBody_Wizard1_rblSpecialCircumstances, #ctl00_cphBody_Wizard1_upStudentInputs {
    clear: both;
    float: left;
}

.remove-link {
}

    .remove-link a.btn {
        color: #fff !important;
        font-size: 14px;
        padding: 8px 24px;
    }

.rmvBtn {
    margin-bottom: 20px !important;
}

.application .nav-buttons {
    position: absolute;
    bottom: 80px;
    right: 0;
}

/*.application .nav-buttons a {
	margin: 0 10px 0 0;
}
*/

.language-links {
    /*width: 400px;*/
    margin: 20px auto;
    clear: both;
    text-align: center;
}

    .language-links a {
        text-decoration: none;
        color: #323132;
        text-transform: uppercase;
        margin: 0 10px;
        font-style: normal;
        font-variant: normal;
        font-weight: 700;
        font-size: 14px;
        font-family: Arial, sans-serif;
    }

        .language-links a:hover {
            text-decoration: underline;
        }

#footer-wrap {
    clear: both;
    width: 100%;
}

#footer {
    /*width: 960px;*/
    margin: 0 auto;
    color: #434146;
    padding: 0 0 40px;
}

    #footer p {
        margin: 65px 0 0;
        float: left;
        /*width: 500px;*/
    }

    #footer ul {
        float: right;
        margin: 50px 0 0;
    }

        #footer ul li {
            float: left;
            margin-left: 10px;
        }

            #footer ul li a img {
                width: px;
            }

/* --- Buttons --- */
.btn-wrap {
    background: #d2d2cb;
    background: rgba(0,0,0,.3);
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
}

.btn-wrap-not-inline {
    kilall padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
}

.btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 10px 40px;
    margin-bottom: 0;
    /*text-transform: capitalize;*/
    line-height: 18px;
    color: #fffaf7;
    text-align: center;
    vertical-align: middle;
    background-color: #6b6c70;
    background-repeat: repeat-x;
    border: 1px solid #2d2b31;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 14px;
    font-family: Arial, sans-serif;
    background-image: linear-gradient(top, #6b6c70, #46464d);
    *;
}

    .btn:hover, .btn:active, .btn.active {
        background-color: #46464d;
    }

    .btn:active, .btn.active {
        background-color: #cccccc \9;
    }

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:hover {
        color: #fff;
        background-color: #46464d;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -ms-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

/*.btn.active, .btn:active {
        background-image: none;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        background-color: #46464d;
        background-color: #46464d \9;
        outline: 0;
    }*/

.btn-red {
    background-color: #98D788;
    background-repeat: repeat-x;
    /*background-image: linear-gradient(top, #cf7360, #873345);*/
}

    .btn-red:hover, .btn-red:active, .btn-red.active {
        background-color: #70C15B;
    }

    .btn-red:active, .btn-red.active {
        background-color: #70C15B;
    }

    .btn-red:hover {
        color: #fff;
        background-color: #70C15B;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -ms-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn-red.active, .btn-red:active {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px #338734, 0 1px 2px #338734;
    -moz-box-shadow: inset 0 2px 4px #338734, 0 1px 2px #338734;
    box-shadow: inset 0 2px 4px #338734, 0 1px 2px #338734;
    background-color: #338734;
    background-color: #338734 \9;
    outline: 0;
}


.step-btn .btn {
    min-width: 100px;
}

.alert-instructions {
    background: #fffbcc url(../images/i-warning.png) 10px 50% no-repeat;
    display: none;
    width: 96%;
    border: 1px #e6db55 solid;
    font: 13px Arial, sans-serif;
    color: #777;
    padding: 10px 0;
    margin: 30px 0 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.alert {
    background: #fffbcc url(../images/i-warning.png) 10px 50% no-repeat;
    display: none;
    width: 96%;
    border: 1px #e6db55 solid;
    font: 13px Arial, sans-serif;
    color: #777;
    padding: 10px 0;
    margin: 30px 0 55px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .alert p, .errorMessages, .alert div, .errorMessages10, .errorMessageshh10 {
        margin: 5px 0 0 15px;
    }

.terms .errorMessages, .errorMessages10, .errorMessageshh10 {
    margin-left: 0;
    margin-bottom: 10px;
}

.alert p, .alert-instructions .helpData {
    margin-left: 45px;
    width: 90%;
}

#inner-content .alert p table {
    width: 100%;
}

.alert p strong {
    font-weight: bold;
}

.alert p a {
    color: #777;
}

.alert div span {
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin: 5px 10px 0 10px;
}

#alert-name h2, #alert-zero-income1 h2, #alert-zero-income2 h2, #duplicateName h2 {
    font-size: 16px;
    margin-bottom: 15px;
}

    #duplicateName h2 strong {
        text-transform: capitalize;
    }

td div .errorMessages, .errorMessages10, .errorMessageshh10 {
    clear: both;
    float: left;
    width: 100%;
    margin: 20px 0;
}

.errorMessages, .errorMessages10, .errorMessageshh10 {
    float: left;
    position: relative;
    width: 100%;
}

.close-error, .close-errorstud, .close-errorhousehold, .close-errorAllIncome, .close-errorAllRadio, .close-errorFreq {
    position: absolute;
    top: 10px;
    right: 40px;
    color: #fff;
    text-decoration: none;
}

    .close-error strong, .close-errorstud strong, .close-errorhousehold strong, .close-errorAllIncome strong, .close-errorAllRadio strong, .close-errorFreq strong {
        font-weight: 700;
    }

    .close-error:hover, .close-errorstud:hover, .close-errorhousehold:hover, .close-errorAllIncome:hover, .close-errorAllRadio:hover, .close-errorFreq:hover {
        color: #fff;
        text-decoration: underline;
    }


.ulError {
    clear: both;
    float: left;
    background: #F68864;
    width: 97.5%;
    border: 1px #873345 solid;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .ulError li {
        color: #fff;
        clear: both;
        float: left;
        margin: 10px 0 0;
        padding: 0 23px 9px 11px;
        width: 95%;
        text-align: left;
        font-size: 13px;
    }

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.clearBoth {
    clear: both;
}

.no-margin {
    margin: 0 !important;
}

/* Do not show print icon for print link at the top of the page */
.no-print-icon {
    background: none;
}

.wizard .decimal_point {
    padding-top: 3px;
    font-weight: bold;
    font-size: 20px;
}


/* -- Clearfix -- */
.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

* html .group {
    zoom: 1;
}
/* IE6 */
*:first-child + html .group {
    zoom: 1;
}
/* IE7 */

.dropdate-select {
    width: 80px !important;
    min-width: 80px !important;
    clear: right;
}

.student td div .inline_blockBirthdate {
    float: left;
    margin: 0 0px 5px 0;
    width: 260px;
}

.student td div .noIncome {
    margin-top: 20px;
}

.phlMemberIncomes {
    width: 360px;
    /*margin: 10px;*/
    padding: 10px;
}

.crossBtn {
    color: #fff !important;
    text-decoration: none !important;
}

.sheetLink {
    font-size: small !important;
}

table.tblStd {
    width: 1108px !important;
}

.studentList td label {
    float: none !important;
    width: 500px;
}

.studentList table {
    border-spacing: 10px;
    border-collapse: separate;
}

.top_bar ul li {
    float: left;
    margin: 0 0 0 15px;
    padding: 5px 0;
}

    .top_bar ul li a {
        color: #fff;
        font-size: 11px;
        text-decoration: none;
    }

.top_bar ul {
    float: right;
    margin-bottom: 0px;
}

#header-top h2 {
    font-size: 13px;
    color: #000;
    width: 80%;
}

#header-top ul li a {
    font-size: 12px;
}

#header-top ul {
    /*margin: 32px 0 0;
    text-align: right;*/
}

.bg_shadow {
    /*background: url(../images/bg-shadow.png) bottom no-repeat;
    margin-top: -8px;*/
}

#header-middle a.btn {
    font-weight: 600;
    padding: 10px 40px;
    color: #fff !important;
}

.mar_bottom {
    margin-top: 30px;
}

.selling-points .btn-wrap a {
    background-color: #45a13d;
    font-weight: 600;
    padding: 10px 40px;
    color: #fff !important;
}

.selling-points .btn-wrap {
    margin-top: 55px;
}

.agree-disagree label {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 0px;
}

.agree-disagree table {
    margin-top: 6px !important;
}

    .agree-disagree table td {
        padding-bottom: 0px;
    }

.agree-disagree + .btn-wrap {
    margin: -47px 10px 0 0;
}

    .agree-disagree + .btn-wrap a {
        padding: 7px 40px;
        font-weight: 500;
        color: #fff !important;
    }

.btn {
    padding: 7px 40px !important;
    font-weight: 500 !important;
    color: #fff !important;
}

.center-block {
    float: none !important;
    margin: 0 auto;
}

.district_form .form {
    width: 100%;
    margin-bottom: 6px;
}

    .district_form .form p {
        width: 100%;
    }

        .district_form .form p .b-core-ui-select {
            width: 100%;
        }

.district_form .nav-buttons {
    position: relative;
    bottom: 0px;
    right: auto;
    text-align: center;
}

.district_form .errorMessages {
    float: left;
    position: relative;
    width: 100%;
    margin: 20px 0px 0px 0px;
}

#inner-content table {
    width: 100% !important;
}

#timeline ul {
    margin-top: 2px;
    margin-bottom: 6px;
}

input[type="text"].studentcount {
    width: 68px;
    padding: 8px;
}

.scrollDiv {
    width: 98%;
}


.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: inherit !important;
    margin-left: inherit !important;
}

.checkbox label, .radio label {
    min-height: inherit !important;
    padding-left: inherit !important;
    margin-bottom: inherit !important;
    font-weight: inherit !important;
    cursor: inherit !important;
}

.pnopadding {
    float: left;
}

#header-middle .btn-wrap a {
    font-size: 20px;
    padding: 16px 70px !important;
    border-radius: 7px !important;
    border: solid 4px #363636;
    /*box-shadow: 0px 4px 5px rgba(0,0,0,0.4);*/
    border-radius: 0px;
}

#header-middle .btn-wrap {
    background: none;
}

.dark_blue_bg {
    background: #3CC8EE !important;
    text-align: center;
}

.selling-points h3 i {
    display: none;
}

.selling-points div p {
    color: #fff;
}



.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */
.wizard_container {
    box-sizing: border-box;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    padding: 5px;
}

    .wizard_container ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .wizard_container li {
        box-sizing: border-box;
        margin: 5px;
        margin-left: 0px;
        width: 13.66666666666667%;
        float: left;
        line-height: 30px;
        font-weight: 400;
        color: #fff;
        font-size: 14px;
        position: relative;
    }

        .wizard_container li:after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f105";
            right: 0px;
            font-weight: normal;
            font-size: 18px;
            margin-top: 9px;
            float: right;
            padding-right: 20px;
            display: none;
        }

        .wizard_container li:last-child:after {
            display: none;
        }

        .wizard_container li:last-child {
            width: 13%;
        }

.wizard_circle {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 25px;
}

.border_circle {
    border: solid 2px #fff;
}

.yellow_circle {
    background: #ffca60;
    border: solid 2px #ffca60;
}

.green_circle {
    background: #95ce89;
    border: solid 2px #95ce89;
}

@media (max-width: 1110px) {
    .wizard_container li {
        width: 32.333333%;
    }

        .wizard_container li:last-child {
            width: 32.333333%;
        }
}

@media (max-width: 768px) {

    #header-middle hgroup h1 {
        margin: 60px 0 0;
        font-size: 40px;
    }

    #header-middle hgroup h2 {
        font-size: 30px;
    }



    .wizard_container li {
        width: 100%;
    }

        .wizard_container li:last-child {
            width: 100%;
        }

    .student td div .noSocial {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
}

.instructions {
    color: #0071bc !important;
    font-size: 16px !important;
    text-decoration: none !important;
    font-weight: bold;
}

#SearchHelp {
    background-color: yellow;
    position: relative;
    padding: 8px 8px;
    border-radius: 0px !important;
    font-size: 12px;
    line-height: 1;
    color: #858585;
    background-color: #fff;
    border: 1px solid #bbb;
    clear: both;
    float: left;
    width: 98%;
    min-width: 200px;
    margin-bottom: 25px;
}

.holder {
    width: 100%;
    display: block;
}

.content {
    background: #fff;
    padding: 28px 26px 33px 25px;
}

.popup {
    border-radius: 7px;
    background: #6b6a63;
    margin: 30px auto 0;
    padding: 6px;
    // here it comes position:absolute;
    width: 800px;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    // 1/2 width margin-top: -40px;
    // 1/2 height;
}

.txtGuardianSSN {
    float: none !important;
    margin-left: 20px !important;
}

.chkGuardianNoSSN {
    width: 15px !important;
    min-width: 0px !important;
}

.glossarizer_replaced {
    border-bottom: 1px #333 dotted;
    cursor: help;
    display: inline;
}

.mainhead {
    /*float: left;
    margin-left: 10px;*/
}

.headimage {
    height: 80px;
    width: 80px;
}

.headimageContainer {
    float: left;
    height: 90px;
}

.headlinkContainer {
    /*float: right;
    margin: 46px 0 0;*/
}

.emancipatedP {
    margin-bottom: 5px !important;
}

#instructionsDiv {
    display: none;
    position: absolute;
    width: 700px;
    top: -10px;
    background: #312f36;
    z-index: 990;
    color: white;
    overflow: auto;
}

    #instructionsDiv h1:not(.help) {
        text-align: left;
        padding-left: 20px;
    }

        #instructionsDiv h1:not(.help) div {
            text-align: right;
            float: right;
        }

    #instructionsDiv input {
        width: 70%;
        height: 40px;
        padding-left: 20px;
        margin-left: 20px;
    }

.helpdatatext {
    clear: both;
    padding: 3px 10px !important;
    margin-left: 20px;
}

#instructionsDiv .help {
    text-align: left;
    margin-left: 20px;
}

.header_div {
    margin-right: 7px;
    float: right;
}

#instructionsDiv div ul {
    list-style-type: disc !important;
}

.no-district {
    float: right;
    color: #00b9ed;
}

.district_header {
    width: 100%;
    text-align: center;
}

    .district_header span {
        display: block;
        float: none !important;
    }

#fancybox-content {
    border: 0px !important;
}

    #fancybox-content > div {
        padding: 20px;
    }

#fancybox-content {
    background: #fff;
}

#fancybox-close {
    right: -40px !important;
}

.application {
    margin-left: -20px;
}

.logo_box {
    width: 50px;
    float: left;
    margin: 18px 10px 0px 0px;
}

    .logo_box img {
        width: 50px;
    }


/*Media Query Always content bottom*/

@media (max-width: 991px) {
    #header-middle .btn-wrap {
        margin-top: -23px;
        margin-bottom: 12px;
    }
}

@media (max-width: 768px) {
    #header-top h1 {
        float: none;
    }

    #fancybox-close {
        right: -25px !important;
    }

    .application {
        margin-left: 0px;
    }

    #fancybox-content {
        width: 100% !important;
    }

        #fancybox-content > div {
            width: 100% !important;
        }

    #fancybox-wrap {
        width: 99% !important;
        left: 0px !important;
    }

    #myProgress {
        display: block;
    }

    #timeline-wrap {
        display: none;
    }

    input[type="text"].txtAddressEmail {
        width: 100%;
    }

    .hide_on_mobile {
        display: none;
    }

    /*#fancybox-content, #fancybox-wrap {
        width: 90% !important;
    }*/

    #header-top-wrap {
        height: auto;
    }

    #instructionsDiv {
        width: 100%;
    }

    #header-top ul {
        margin: 10px 0 0;
        text-align: right;
        margin-left: -9px;
        margin-bottom: 20px;
        float: left;
    }

    #header-middle-wrap img {
        position: relative;
        margin: 0 auto;
    }

    #header-middle h1 {
        margin-top: 30px !important;
        font-size: 36px !important;
    }


    #header-middle .btn-wrap {
        margin-top: -25px;
        margin-bottom: 3px;
        width: 100%;
    }

        #header-middle .btn-wrap a {
            width: 100%;
        }

    #header-bottom h4 {
        float: none;
        text-align: center;
    }

    .selling-points {
        margin: -15px 0 0;
    }

        .selling-points .btn-wrap {
            margin-top: 18px;
            width: 100%;
        }

            .selling-points .btn-wrap a {
                width: 100%;
            }

    .agree-disagree + .btn-wrap {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

        .agree-disagree + .btn-wrap a {
            width: 100%;
        }

    .agree-disagree {
        height: auto;
    }

    #timeline li {
        width: 100%;
        margin-bottom: 12px !important;
    }

    .table_adjs table td {
        display: block !important;
        width: 100% !important;
    }

    .table_adjs table th {
        display: block !important;
        width: 100% !important;
    }

    .student td div.inline-row div.inline_block {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        margin-bottom: 12px;
        margin-top: 0px;
    }

        .student td div.inline-row div.inline_block input[type="text"] {
            min-width: 100%;
            width: 100%;
            float: none;
        }

    .student td div .inline_blockBirthdate {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        margin-bottom: 12px;
    }

    .student td div .inline_block {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        margin: inherit;
        margin-bottom: 12px;
    }

    .student td div .addressZip input {
        float: none !important;
        width: 100% !important;
    }

    input[type="text"], select {
        float: none;
    }

    .table_adjs .table-responsive table th, .table_adjs .table-responsive table td {
        display: table-cell !important;
        width: inherit !important;
    }

    .table-responsive {
        width: 100%;
    }

    #inner-content .table-responsive table {
        width: 100% !important;
    }

    .membertotals h2 {
        float: none;
    }

        .membertotals h2 + h2 {
            float: none;
            margin: 0px;
            margin-bottom: 15px;
        }

    .summaryHeaderBox a {
        float: none;
    }

    .btn-wrap {
        width: 100%;
        margin-bottom: 10px;
    }

    .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .children_table {
        width: 376px !important;
    }
}

.casesRadio {
    margin-right: 5px;
    width: 62px;
    text-align: center;
}

