/* Desktop Layout: 1920px. */

@media only screen and (min-width: 1900px) {}


/* Desktop Layout: 1024px. */

@media only screen and (min-width: 992px) and (max-width: 1279px) {
    .logo img {
        width: 100%;
    }
    .nav ul li {
        padding: 10px 26px;
    }
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo img {
        width: 100%;
    }
    .header_text h4 {
        font-size: 23px;
    }
    .header_text h2 {
        font-size: 31px;
    }
    .nav ul li {
        padding: 10px;
    }
    .nav ul li a {
        font-size: 14px;
    }
    .body_section h3 {
        font-size: 21px;
    }
    .right_side_forms {
        margin-top: 30px;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .logo img {
        width: 100%;
    }
    .header_text {
        text-align: center;
    }
    .header_text h4 {
        font-size: 15px;
    }
    .header_text h2 {
        font-size: 28px;
    }
    .nav ul li {
        float: none;
        padding: 10px;
        border-left: 0;
        border-bottom: 1px solid#fff;
    }
    .nav ul li a {
        font-size: 13px;
    }
    .body_section h3 {
        line-height: 30px;
    }
    .right_manual {
        margin-top: 20px;
    }
    .right_side_forms {
        margin-top: 30px;
    }
    .right_side_forms h3 {
        line-height: 20px;
    }
    .right_side_forms h2,
    .two_col_sec h2 {
        font-size: 22px;
        line-height: 27px;
    }
    .member_info table tr {
        height: 45px;
    }
    .member_info table tr td {
        width: auto;
    }
    .selected_radio_ans {
        float: none;
    }
    .change_radio_here .form-group {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
    .payment_page .form-group.floatright{
        float: none;
    }
    .waiver_confirm_ans {
    margin-left: 0;
    float: none;
    margin-top: 10px;
}
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .column {
        width: 450px
    }
}

@-moz-document url-prefix() {
    .login_form input[type="text"], .input_form input[type="text"], input[type="email"], .input_form select.form-control, .change_radio_here .form-group select, .part_of_form input[type="text"], .part_of_form select {

  height: 32px;
}
}