
/*  Begin:  Media Queries  */

@media only screen and (min-width: 0) and (max-width: 1000px)
{
    body
    {
        min-width: 0;
    }

    #home_top .page_title
    {
        width: 90%;
        margin-top: 10px;
        margin-right: 5%;
        margin-left: 5%;
    }

    .mobile-search
    {
        height: 35px;
    }

    .nested-accordion h2,
    .nested-accordion h3
    {
        cursor: pointer;
    }

    .menu-accordion,
    .menu-accordion-lessons,
    .mobile-search {
        position: relative;
        margin: 0 auto 5px;
        border: 2px solid gray;;
    }

    .mobile-search,
    .mobile-menu-header {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }

    .menu-accordion-lessons
    {
        margin-bottom: 5px;
    }

    .mobile-lessontabs {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }

    @media only screen and (max-width: 1000px) {
    .mobile-lessontabs {
        margin-bottom: 20px;
    }  
                                            }

    .mobile-lessontabs-nav
    {
        font-size: 18px;
        font-weight: normal;

        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 39px;

        color: #818182;
    }

    .mobile-lessontabs-nav
    {
        border-top: 1px solid #818182;
        background-color: #fff;
    }

    .mobile-search-field
    {
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 14px;
        line-height: normal;

        position: absolute;
        left: 0;

        width: 90%;
        height: 30px;
        margin-left: 10px;

        color: #888;
        border: 0;
        background: transparent;
    }

    .mobile-search-submit
    {
        position: absolute;
        top: 6px;
        right: 8px;
    }

    .site_wrap {
        margin: 0 auto 0 auto;
        display: block;
        width: auto;
    }

    .SearchReviewResultsPage .site_wrap, 
    .SearchReviewSearchPage .site_wrap  {
        margin: 0 10px 0 10px;
        display: block;
    }

    /*.maize .site_wrap {  UPDATED - moved to reviews.css
    {
        width: 94%;
    } */
    #home_banner {
        margin-bottom: 20px;
    }

    #home_banner .copy p
    {
        font-size: 20px;
        font-weight: bold;

        position: relative;
        bottom: 0;

        padding-bottom: 10px;

        color: #000;
    }

    #home_banner .copy a
    {
        font-size: 18px;

        color: #f5854b;
    }

    .mobile-lessontabs-nav.collapsed,
    .mobile-lessontabs-nav.expanded
    {
        background-position: left top;
    }

    .mobile-menu-resources
    {
        display: block;
    }

    .mobile-menu-header h2,
    .mobile-menu-resources h2,
    .search_tips h2,
    .mobile-filter-box h2
    {
        font-size: 16px;
        line-height: 30px;

        margin-bottom: 0;
        margin-left: 10px;

        text-align: left;
    }
    .reviews-search-results-accordion h2 {
        margin-left: 0;
    }

    .search_tips h2
    {
        font-weight: normal;

        color: #f5854b;
    }

    .search_tips div
    {
        padding: 10px;

        border-top: 1px solid gray;
    }

    .mobile-menu-resources h2
    {
        text-align: left;
    }

    .mobile-lessontabs h2
    {
        font-size: 18px;
        line-height: 30px;

        margin-bottom: 0;
        margin-left: 10px;

        text-align: left;
    }

    .menu-accordion ul,
    .menu-accordion-lessons ul
    {
        margin: 0;
    }

    .mobile-nav
    {
        height: 40px;
    }

    .mobile-nav a,
    .mobile-options a
    {
        font-size: 14px;
        font-weight: normal;
        line-height: 30px;

        display: block;

        width: auto;
        margin: 5px auto;

        text-align: center;
    }

    .mobile-menu-resources li
    {
        padding-bottom: 14px;
        padding-left: 10px;

        list-style-type: none;
    }

    .mobile-menu-resources li:first-child
    {
        margin-top: 10px;
    }

    .mobile-menu-resources a
    {
        padding-right: 5px;

        text-align: left;

        color: #3197b5;
    }

    .mobile-lessontabs-nav
    {
        line-height: 17px;

        padding-right: 5px;
        padding-left: 60px;

        text-align: left;
        text-indent: -20px;
    }

    .mobile-lessontabs-nav + div p
    {
        padding: 10px 40px;
    }

    .mobile-lessontabs-nav + div ul
    {
        padding: 10px;
        padding-left: 40px;
    }

    .mobile-lessontabs-nav + div ul li
    {
        padding-bottom: 14px;

        list-style-type: none;
    }

    .mobile-lessontabs-nav + div ul li a
    {
        font-size: 14px;
        line-height: 18px;

        color: #3197b5;
    }

    .mobile-lessontabs-extras
    {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .mobile-lessontabs-extras .aboutauthors
    {
        margin-bottom: 5px;
        padding: 15px;

        border: 1px solid #c7c6c5;
        border-top: none;
    }

    .mobile-lessontabs-extras .spotlight
    {
        margin-bottom: 15px;
        padding: 15px;

        border: 1px solid #c7c6c5;
        border-top: none;
    }

    .mobile-lessontabs-extras .aboutauthors a,
    .mobile-lessontabs-extras .spotlight a
    {
        font-weight: normal !important;

        color: #f5854b !important;
    }

    .mobile-lessontabs-extras .aboutauthors img
    {
        margin-bottom: 13px;
    }

    .mobile-nav a
    {
        color: #fff;
    }

    .mobile-nav:hover a,
    .mobile-options:hover a,
    .mobile-options:hover button {
        font-weight: bold;
        text-decoration: none;
    }

    .mobile-options, .mobile-nav {
        height: 40px;
        border-top: 2px solid #818182;
        background-color: #EBEBEC;
    }

        .mobile-options a, .mobile-nav a {
            color: #000;
        }

        .mobile-options:hover, .topics-menu-item:hover {
            background-color: #b4b4b4;
        }

    section#main
    {
        width: 96%;
        margin: 0 2% 0 2%;
        padding-bottom: 18px;
    }

    section#main
    {
        padding-top: 0;
        padding-bottom: 5px;
    }

    section#main.organization,  /*TEST */
    section#main.instructional,
    section#main.library
    {
        margin-top: 0;
    }

    section#main.home
    {
        padding-bottom: 18px;
    }

    section#main.loggedout
    {
        margin-top: 0;
    }

    .green section#main.home
    {
        margin-top: 0 !important;
    }

    section#main.search
    {
        margin-top: 0;
        padding-bottom: 18px;
    }

    section#main.learning_module  /*TEST */
    {
        margin-top: 0;
    }

    header
    {
        height: auto;
        padding-top: 0;
        padding-bottom: 20px;
    }

    section#main article,
    section#main aside
    {
        width: 100%;
        margin-right: 0;
    }

    div.inner
    {
        padding: 0 15px;
    }

    #extended_banner_information
    {
        position: relative;
        top: 0;
        left: 0;

        width: 94%;
        margin-top: -120px;
        margin-bottom: 20px;
    }

    #home_top
    {
        margin-bottom: 50px !important;
    }

    #home_top .issue_date
    {
        float: none;

        width: 100%;
        margin: 0;
    }

    .workshops,
    .one_question_survey
    {
        padding-bottom: 20px;
    }

    .one_question_survey .copy p
    {
        margin-bottom: 10px;
    }

    .one_question_survey div.image
    {
        float: none;

        margin: 10px auto;
    }

    .one_question_survey .copy
    {
        font-size: 16px;
        line-height: 20px;

        float: none;

        width: 90%;
        margin: 0 auto;
    }

    .one_question_survey .copy .author
    {
        margin-bottom: 10px;
    }

    .widget_side_triangle
    {
        display: none;
    }

    footer
    {
        height: auto;
        margin-top: 5px;
        padding-top: 0;
        padding-bottom: 0;
    }

    footer .center
    {
        background: none;
    }

    #footer
    {
        display: none;
    }

    #footer_logo
    {
        float: none !important;

        width: 293px !important;
        height: 35px !important;
        margin: 0 auto !important;

        background: url('../images/logos/footer_logo_mobile.jpg') no-repeat top left !important;
    }

    footer .tagline
    {
        font-size: 9px;

        display: block;
        float: none;

        box-sizing: border-box;
        width: 293px;
        margin: 0 auto;
        padding-top: 4px;
        padding-left: 40px;
    }

    footer .copyright
    {
        font-size: 11px;

        float: none;

        width: 50%;
        margin: 0 auto;
        padding-top: 0;

        text-align: center;
    }

    .mobile-menu-footer {
        display: block;
        margin: 5px auto;
        border: 2px solid #808080;
    }

    .menu-accordion-footer
    {
        position: relative;

        width: 100%;
    }

    .menu-accordion-footer div
    {
        z-index: 1000;

        width: 100%;
    }

    .menu-accordion-footer ul
    {
        margin: 0;
    }

    .mobile-menu-footer h2
    {
        font-size: 18px;
        line-height: 30px;

        margin-bottom: 0;
        margin-left: 5px;
    }

    .footer-nav {
        height: 40px;
        border-top: 2px solid #808080;
        background-color: #fff;
    }

    .footer-nav a
    {
        line-height: 30px;

        display: inline-block;

        width: 100%;
        margin: 5px auto;

        text-align: center;
    }

    .footer-nav a
    {
        color: #000;
    }

    .footer-nav:hover,
    .footer-nav:focus
    {
        background-color: #b4b4b4;
    }

    .footer-nav:hover a,
    .footer-nav:focus a
    {
        font-weight: bold;

        text-decoration: none;
    }

    #page_top
    {
        min-height: 0;
    }

    #page_top .copy
    {
        bottom: auto;
        left: auto;
        height: auto;
    }

    /*.maize #page_top .copy {  UPDATED - moved to reviews.css
    {
        margin-top: 0;
    } */

    #page_top .copy h2
    {
        font-size: 21px;
    }

    .rotator_nav a  
    {
        font-size: 15px;
    }

    .services {
        clear: both;
        margin-top: -22px;
    }

    section#main article.learning_module_article,
    section#main article.organization_management_article {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .about_the_author_description > img
    {
        margin-top: 0;
    }

    .about_the_author_description > h4
    {
        width: 100%;
        margin-left: 0;
    }

    article.one_question_survey
    {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    div.article-header
    {
        width: auto;

        text-align: center;
    }

    .article-authors
    {
        display: inline-block;
        float: none !important;
        clear: both;
    }

    .article-header h1
    {
        text-align: left;
    }

    div.article-header div
    {
        float: none;
    }

    div.article-header-2
    {
        text-align: center;
    }

    .article-header-2 .article-authors-2
    {
        display: inline-block;
        float: none;
    }

    section#main article.learning_module_article h3,
    section#main article.organization_management_article h3
    {
        padding-top: 10px;
    }

    .bookcover
    {
        display: none;
    }

    .desktop-resources
    {
        display: none;
    }

    section#main aside.lessontabs
    {
        display: none;
    }

   .return-to-article-mobile
    {
        margin-bottom: 20px;

        color: #80c1c9;
    }

    .top_box,
    .filter_box
    {
        display: none;
    }

    .filter_box_article_search
    {
        display: block;
    }

    .search_tips,
    .sort-by,
    .results-per-page,
    .mobile-filter-box,
    .mobile-select-all
    {
        display: block;
    }

    #main.search .search_tips
    {
        box-sizing: border-box;
    }

    .indexPage #main.search .search_tips {
        margin-left: 10px;
        margin-right: 10px;
    }

    /*.maize #main.search .search_tips  MOVED TO SITES CSS
    {
        width: 100%;
    } */
    .mobile-filter-box {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mobile-select-all
    {
        margin-top: 20px;
        padding-bottom: 40px;
    }

    .select_row.mobile-select-all span
    {
        font-weight: bold;

        display: inline-block !important;

        width: auto !important;
        margin-right: 20px;
    }

    .select_row.mobile-select-all a
    {
        font-size: 12px;
        line-height: 17px;

        padding-left: 10px;

        color: #80c1c9;
        background: url(../images/icons/plus_icon_blue.png) no-repeat center left;
    }

    .search-list li
    {
        margin-bottom: 10px;
    }

    .search-list li p
    {
        line-height: 18px;

        padding: 0;
    }

    .search-list a
    {
        color: #8acdd6;
    }

    #body_container,
    .tab_container_bg
    {
        margin-top: 0 !important;
    }

    .search_sec
    {
        float: none;
        width: 100%;
        min-height: auto;
        margin: 0 auto;
        padding: 0;
    }

    .SearchReviewResultsPage #searchResults #body_container, 
    .indexPage #searchResults #body_container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .SearchReviewResultsPage #searchResults .search_sec, 
    .indexPage #searchResults .search_sec {
        width: 100%;
    }


    .search_sec h3:not(.reviews-results-product-h3) {
        float: none !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        padding-bottom: 0;
        text-align: left;
        border-bottom: none;
    }

       .search_sec h3#mobile-filter
    {
        float: none !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        margin-left: 5px;
        margin-bottom:0;
        text-align: left;

        border-bottom: none;
    }

    .search_sec .search_left
    {
        float: none;

        width: 100%;
        padding: 20px 0;
    }

    .search_sec .search_left .search_input
    {
        float: none;

        padding-bottom: 20px;
    }

    .search_sec .search_left .search_input input[type='text']
    {
        float: none;

        box-sizing: border-box;
        width: 100%;
        height: 100%;
    }

    .search_sec .search_left input[type='submit']
    {
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .search_sec .col
    {
        float: none;

        width: 180px;
    }

    .search_sec .col.spacer2
    {
        width: 180px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .search_sec .search_left input[type='submit'].right
    {
        width: 80px;
        height: 38px;

        border: 0;
    }

    .filter_box_article input[type='submit']
    {
        margin-bottom: 0 !important;
    }

    .search_sec .search_left fieldset
    {
        box-sizing: border-box;
        width: 100%;
        padding: 10px 20px 0 20px;
    }

    .search_sec .search_row
    {
        float: none;

        border-bottom: none;
    }

    .search_row_article
    {
        padding-bottom: 0 !important;
    }

    .search_sec .search_right .top_box
    {
        width: 100%;
    }

    .search_sec .search_right .check_box
    {
        box-sizing: border-box;
        width: 100%;
        margin-top: -60px;
        padding: 5px 4px 20px 4px;
    }

        .search_sec .search_right .check_box .col2 .check_detail {
            float: left;
            width: 90%;
            margin-top: 1px;
            margin-left: 12px;
            padding-left: 0;
        }

    .search_sec .search_row span
    {
        display: block;
        float: none;

        width: 100%;
        padding: 0 0 10px 0;
    }

    .search_sec .search_row select
    /*.reviews-search-select  MOVED TO REVIEWS.CSS */
    {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

        .search_sec .search_row select.sort-by,
        .search_sec .search_row select.results-per-page
        /*.reviews-search-select  MOVED TO REVIEWS.CSS */ {
            border: 2px solid gray;
            height: 35px;
        }

    .search_sec .search_right
    {
        float: none;

        width: 100%;
        margin-top: 50px;
    }

    #advsearch > fieldset,
    #advsearch-mobile > fieldset {
        width: 100%;
    }

    .search_sec .pager li a
    {
        font-size: 18px;
        line-height: 22px;
    }

    .search_sec .pager,
    .search_sec .pager.spacer
    {
        float: none;
        width: 304px;
        margin: 0 auto 0 auto;
        padding-bottom: 5px;
    }

    .ie9 .pager
    {
        width: 400px !important;
    }

    .return-to-article-mobile
    {
        display: block;
    }

    .filter_box_article_search
    {
        width: 100% !important;
    }

    .help
    {
        display: none;
    }

    .history-select,
    .sort-by,
    .results-per-page
    /*.reviews-search-select,
    .reviews-results-right-sort-by,
    .reviews-results-right-product-per-page  MOVED TO REVIEWS.CSS*/
    {
        font-size: 15px !important;
        font-weight: bold !important;
        line-height: normal !important;

        overflow: hidden;

        height: 30px;
        padding-left: 5px;

        border: 1px solid gray;
        -webkit-border-radius: 0;
                border-radius: 0;
        background: url(../images/icons/select_arr_dn.png) no-repeat top right #fff;

           -moz-appearance: none;
        -webkit-appearance: none;
    }

    .ie9 .history-select,
    .ie9 .sort-by,
    .ie9 .results-per-page
    {
        background: none !important;
    }

    .history-select:focus::-ms-value
    {
        color: #000;
        background: transparent;
    }
    .gotopage
    {
        font-size: 18px !important;
        line-height: 22px !important;
    }
}

@media only screen and (max-width: 410px) {
    .search_sec .search_right .check_box .col2 .check_detail
    {
        float: none;
        margin-left: 23px;
    }
}


@media only screen and (max-width: 945px)
{
    .article-title-2
    {
        width: 100%;
    }
}

@media only screen and (max-width: 900px)
{
    #featured
    {
        width: 40%;
        margin: 0 auto;
    }

    #featured h2
    {
        font-size: 20px;
    }

    .featured_content img
    {
        float: none;

        margin: 0 0 20px;
    }

    .featured_copy
    {
        float: none;
    }

    .related,
    #features2
    {
        width: 40%;
        margin: 0 auto;
        padding-bottom: 0;
    }

    .related .left,
    .related .right
    {
        float: none;

        width: 100%;
        padding-bottom: 20px;
    }

    .related h3
    {
        font-size: 20px;
    }

    .row .left_side,
    .row .right_side
    {
        float: none;

        width: 50%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 660px)
{
    #barChart
    {
        width: 500px !important;
        height: 500px !important;
    }
}

@media only screen and (max-width: 570px)
{

    .related,
    #featured,
    #features2
    {
        width: 60%;
    }

    .row .left_side,
    .row .right_side
    {
        float: none;

        width: 60%;
        margin: 0 auto;
    }

    #barChart
    {
        width: 400px !important;
        height: 400px !important;
    }

    .article-header h1,
    .article-header-2 h1
    {
        font-size: 20px;

        margin-bottom: 5px;
    }

    .article-header h2,
    .article-header-2 h2
    {
        font-size: 12px;
    }
}

@media only screen and (max-width: 450px)
{
    .related,
    #featured,
    #features2
    {
        width: 80%;
    }

    .row .left_side,
    .row .right_side
    {
        float: none;

        width: 80%;
        margin: 0 auto;
    }

    .HomeReviewPage .subheader-nav {
        padding: 0;
    }


    .services
    {
        padding-right: 0;
    }

    .services li
    {
        padding-right: 5px !important;

        background-size: 70%;
    }

    .services li a
    {
        font-size: 13px;
    }

    #barChart
    {
        width: 300px !important;
        height: 300px !important;
    }
}

@media only screen and (max-width: 375px)
{
    .related,
    #featured,
    #features2
    {
        width: 100%;
    }

    .row .left_side,
    .row .right_side
    {
        float: none;

        width: 100%;
        margin: 0 auto;
    }

    .breadcrumb,
    .services
    {
        margin-left: 6px;
    }

    .breadcrumb li a,
    .services li a
    {
        font-size: 10px;
    }

    #footer_logo
    {
        width: 100% !important;

        background-size: contain !important;
    }

    footer .tagline
    {
        width: 100%;
    }

    .search_sec .pager,
    .search_sec .pager.spacer
    {
        width: 100%;
    }

    .search_sec .page li
    {
        margin: 0;
    }

    .search_sec .pager li {
        margin: 0;
    }

    .search_sec .pager li a
    {
        font-size: 12px;
        line-height: normal;
    }

    .gotopage {
        font-size: 12px !important;
        line-height: normal !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    span.prev-no {
        font-size: 12px !important;
        line-height: normal !important;
    }

    .article-search.nested-accordion label,
    .article-search.nested-accordion li ul li label
    {
        width: 70%;
    }

    .mobile-menu-footer h2
    {
        padding-right: 20px;
    }

    .ie9 .gotopage
    {
        width: 90px !important;
    }

    .ie9 .pager
    {
        width: 100% !important;
    }

    .mobile-nav a,
    .mobile-options a
    {
        font-size: 12px;
    }
}

/*  End:  Media Queries */
