﻿/** ======================================================================================================================= */    
/*** RESPONSIVE - Site specific ***/
/** ======================================================================================================================= */    

@media all and (max-width: 1250px) {
    .logged-in-greeting {
        display: none;
    }
}

@media only screen and (max-width : 1060px) {
    .social_links
    {
        position:static;
        margin-left:10px;
        width:300px;
	margin-top:10px;
    }
    .social_links a
    {
        display:inline-block;
        margin-right:5px
    }
    
    .download_link{
        margin-left:0;
    }
    
}

@media only screen and (max-width : 1000px) 
{
    body {
        min-width: 100%;
    }
    #wrapper {
        max-width: 100%;
    }
    
    /*** NAVIGATION ***/
    /*** mobile nav button ***/
    .main_nav
    {
        text-align:center;
        background-color: #fff;
        padding: 0px;
        
        z-index: 999;
        position: absolute;
        width: 280px;
        float: left;
        border-right: 1px solid #ccc;
    }
    
    #toggleMobileNav
    {
        display: block;
        float: left;
        background-color: transparent;
        height:auto;
	overflow:visible;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    }
    #toggleMobileNav span
    {
        display: block;
        color: #333;
        padding: 12px 10px 12px 30px;
        background-image: url(/AppImages/hotdog.gif);
        background-position: 10px center;
        font-size: 14px;
    }
    #fullNav
    {
        display:none;
    }
    
    .panel_nav 
    {
    }
    
    #mobileNav
    {
        clear:both;
	
    height:auto;
    overflow:visible;
    }
    
    .main_nav ul li, .main_nav ul li a, .main_nav ul li a span {
        float: none;
        display: block;
    }
    .main_nav ul li a
    {
        margin:0 2px;
    }
    .main_nav ul li
    {
        display:block;
        vertical-align: middle;
    }
    .panel_nav_panel 
    {
        display: none !important;
    }
    
    .panel_nav > ul > li
    {
        max-width:100%;
        width:auto;
    }
    .panel_nav > ul > li > a
    {
        padding:4px 10px;
        height:auto;
        text-align: left;
        border-bottom: 1px solid #ddd;
        margin:0;
	font-weight:normal;
	color:#444;
	
    }
    .panel_nav > ul > li > a:hover{
    	background-color:#f5f5f5;
    }
    .panel_nav > ul > li.selected
    {
        background-image: none;
        padding:0;
    }
    .panel_nav > ul > li.selected a
    {
	font-weight:bold;
	color:#1f739c;
    }
    .panel_nav > ul > li.parent > a > span
    {
        background-image: none;
        padding-bottom:0;
    }
    
    .header_functions
    {
        position: static;
        clear: both;
        background-color: #f5f5f5;
    }
    .header_functions .button
    {
        margin: 0;
        text-align: center;
        padding: 10px 4px;
        background-image: none;
        background-color: #f5f5f5;
        border-radius: 0;
        color: #333;
        border-left:1px solid #ccc;
        display:table-cell;
    }
    .header_functions_inner
    {
        display: block;
        height: 40px;
        background-color: #f5f5f5;
    }
    
    
    .cycle_pager_wrapper
    {
        display:none;
    }
    .border_6
    {
        background-image: none;
    }
    
    .listings_callout_wrapper{
    padding-left:100px;
    position:relative;
    }
    .listings_callout_header{
    padding-left:0;
    }
    .listings_callout_image img{
    	width:90px;
    }
    .listings_callout_image{
	position:absolute;
	left:0;
	top:0;
	width:90px;
	margin:0;
    }
    .listings_callout_detail{
    width:auto;
    }
    
    .products_popular_callout .products_popular_callout{
    	position:relative;
	padding-right:100px !important;
	display:block;
    }
    .products_popular_callout img{
    	position:absolute;
	top:0;
	right:0;
	width:90px;
    }
    .carousel_products_popular_inner a h3{
    	width:auto;
    }
    .carousel_products_popular_inner a{
    	display:block;
    }
    
    .homeBorderLeft{
    	background-image:none;
    }
    .product_category_nav {
        background: #117EA0 !important;
        border-top: 1px solid #044E71;
    }
    .product_category_nav .second_level_nav {
        margin-bottom: 10px;
    }
    .product_search .normal_search,
    .product_search .detail_search {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .product_search .normal_search input[type=text] {
        width: 100%;
        padding: 3px 0;
        text-indent: 20px;
    }
    .product_search .detail_search.open .search_popover {
        max-width: 100%;
        padding-left: 0;
    }
    .product_search .detail_search .search_popover .search_field {
        width: 100%;
    }
    .product_search .detail_search .search_popover .search_field:after {
        content: none !important;
    }
    .product_search .detail_search .search_popover .search_field select {
        width: 97%;
    }
    .product_search .detail_search .search_popover .button {
        margin-right: 2%;
    }

    .product_category_nav li {
        width: 100%;
        border-bottom: 1px solid #044E71;
    }

    .content_wrapper .product_category_nav li a {
        text-align: center !important;
        background: url(/AppImages/product_nav_arrow.png) no-repeat center 25px !important;
        padding: 3px 0 10px 0 !important;
    }

    .shop_callouts {
        padding-top: 0;
        margin-left: -12%;
    }
    .best_sellers ul li {
        width: 100%;
        padding: 13px 0;
    }

    .conferencepage .countdown{
        padding-left: 0;
    }
    
}



@media only screen and (min-width : 745px) and (max-width : 1000px) {
       
    .container_12
    {
        width:100%;
    }  
    
    .site_header
    {
        height:auto;
    }
    .header_logo
    {
        padding-bottom:20px;
    }
    .main_nav
    {
        border:0px none;
    }
    .main_nav .panel_nav
    {
        border: 1px solid #ccc;
        box-shadow: 2px 7px 10px rgba(0,0,0,0.2);
	background-color: #fff;
    }
    
    .header_links
    {
        position: absolute;
        left: 81px;
        right: 0;
    }
    
    .header_search
    {
        position: absolute;
        top: 9px;
        right: 6px;
    }
    .header_functions div {
        display: inline-block !important;
        height: 30px !important;
	text-align: left;
    }
    .header_functions .button
    {
        padding:10px 14px;
    }
    .common_cta
    {
        position: absolute;
        right: 6px;
        top: 48px;
        width: auto;
        z-index: 1;
    }
    .common_cta a
    {
        display: inline-block;
        width: auto;
        font-size: 0.875em;
        padding: 5px 10px;
    }
    .page_header
    {
        position:static;
        height:auto;
    }
    .page_header h1
    {
        position:static;
        height:68px;
        padding-top:20px;
    }
    
    .content_wrapper {
        padding: 10px;
        position: relative;
    }
    
    .home_banner
    {
        position:static !important;
        height: 270px;
        margin-bottom: 30px;
    }
    .home_banner_spacer
    {
        height:auto;
        margin-bottom:0;
    }
    
    .home_banner .cycle_item
    {
        height: 280px;
        padding-top: 0;
        background-size: cover;
        background-position: center top;
        width: 100%;
    }
    .home_banner .cycle_item_content
    {
        height: auto;
        margin: 0;
        position: absolute;
        right: 10px;
        bottom: auto;
        width: 440px;
        top: 10px;
        min-height: 210px
    }
    .home_banner .cycle_item_content h1
    {
        padding: 10px 20px;
        font-size: 25px;
        margin:0;
    }
    .home_banner .cycle_item_content h2
    {
        font-size:1em;
        padding:0 20px;
    }
    .home_banner .cycle_item_content p
    {
        padding:0 20px;
    }    
    .cycle_pager_wrapper
    {
    }
    
    .home_intro{
    	margin-bottom:20px;
    }
    .home_intro .grid_5{
    	width:45% !important;
	margin-left:0 !important;
	margin-right:5% !important;
    }
    .home_intro .grid_6{
    	margin-right:0 !important;
	margin-left:2%;
	width:45% !important;
    }
    .home_intro .grid_3{
    	margin:0 !important;
	width:45% !important;
    }
    .home_intro .grid_3.first{
    	margin:0 6% 0 0 !important;
    }
    
    .container_12 .grid_9
    {
        width:460px;
    }
    
    .container_12 .grid_8,
    .container_12 .grid_10,
    .container_12 .grid_11,
    .container_12 .grid_12
    {
        width:100%;
        margin-left:0;
        margin-right:0;
    }
    .container_12 .grid_4,
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7
    {
        width:40%;
        
        margin-left:5%;
        margin-right:5%;
    }
    
    #footer
    {
        padding:0 20px;
    }
    #footer .container_12
    {
        background-image: none;
    }
    #footer .grid_4
    {
        margin-left:0;
        margin-right:0;
        width:100%;
        margin-top:30px;
    }
    .container_12 .push_1
    {
        left:0;
    }
    
    
    .callout_quote blockquote
    {
        width:auto;
        margin: 10px 0 0;
    }
    
    div > .second_level_nav > ul > li > a, .shop_callouts > ul.catalog_nav > li > a,
    div > .second_level_nav > ul > li.selected > a, .shop_callouts > ul.catalog_nav > li.selected > a
    {
        background-image: none;
        padding:5px;
        font-size:12px;
    }
    
    .content, #content
    {
        padding-top:0;
    }
    
    .container_12.main
    {
        width:715px;
    }
    
    .grid_9.article
    {
        width:550px;
        margin-left:0;
    }
    .grid_3.aside
    {
        width:150px;
        margin-right:0;
        margin-left:0;
    }
    
    .img_left
    {
        max-width:200px;
        height:auto;
    }
    .img_right
    {
        max-width:200px !important;
        height:auto;
    }
    
    .grid_3.aside img
    {
        width:150px;
        max-width:100%;
    }
    .block_callout
    {
        padding:10px;
        font-size:14px;
    }
    .block_callout img
    {
        left:-10px;
        top:-10px;
    }
    .block_callout h2
    {
        margin-bottom:10px;
    }
    #twitter_feed
    {
        padding:10px;
        font-size:14px;
        background-image: none;
    }
    
    #twitter_feed h2
    {
        padding-left:0;
        margin-bottom:0;
    }
    div > .second_level_nav, .shop_callouts > ul.catalog_nav
    {
        margin-bottom:30px;
    }
    
    .membershiptypes h3
    {
        font-size: 14px;
        font-weight: bold;
    }
    .infographic
    {
        padding-top: 20px;
        width: 90%;
        margin: 0 auto 50px;
        overflow: hidden;
    }
    .infographic a
    {
        margin-bottom:0;
        border: 5px solid #fff;
    }
    .infographic .grid_2,
    .infographic .grid_3,
    .infographic .grid_4,
    .infographic .grid_6
    {
        text-align: center;
    }
    .infographic .grid_2,   
    .infographic .grid_3,   
    .infographic .grid_4
    {
        width: 50% !important;
        margin: 0 !important;
    }
    
    .callout_quote h2
    {
        float:left;
    }
    .callout_quote a
    {
        float:right;
    }
    .callout_quote_inner
    {
        width:100%;
    }
    .callout_quote_inner br
    {
        display:none;
    }
    
    .grid_9.module_list_item
    {
        width:100%;
    }
    .grid_9.module_list_item .grid_2
    {
        width:20%;
        margin:0;
    }
    .grid_9.module_list_item .grid_2 a
    {
        width:100%;
    }
    .grid_9.module_list_item .grid_7
    {
        width:75%;
        margin-left:5%;
    }
    .module_list_item_abstract
    {
        
    }
    
    #ql_res_items .grid_2
    {
        width: 100px;
    }
    #ql_res_items .grid_7
    {
        width: 435px;
        margin-left: 0;
    }
    #ql_res_items .grid_7 h2 em
    {
        display:block;
        margin-left:0;
    }
    
    .listing_wrapper.journals #ql_res_items .grid_2
    {
        width:12%;
        margin-right:2%;
    }
    .listing_wrapper.journals #ql_res_items .grid_10
    {
        width:86%;
    }
    .listing_wrapper.journals .search_button
    {
        display:block;
	    clear:both;
	    margin-top:10px;
    }
    .listing_fields_wrapper .download_link
    {
        margin-left:0;
    }
    .module_detail_wrapper.book_reviews .grid_7
    {
        width: 390px !important;
        font-size: 14px;
	margin-left:0 !important;
    }
    
    .book_reviews blockquote
    {
        padding-left:20px;
    }
    .book_reviews blockquote:before {
        position: static;
        width: 24px;
        height: 16px;
        display: inline-block;
        background-size: contain;
        margin-right: 10px;
    }
    
    .product_category_item.grid_2,
    .product_item_spacer.grid_2,
    .priority_products .grid_2{
        width: 125px;
        margin-right: 0;
        margin-left: 15px;
    }
    .product_list_items .grid_8
    {
        width:480px;
    }
    .product_list_items .module_list_item
    {
        margin-bottom:20px;
    }
    .product_detail_info{
    	width:295px !important;
	margin-left:15px !important;
    }
    
    .contact_form_article .grid_6
    {
        width:100%;
        margin:0 0 20px 0;
    }
    
    .branch_list
    {
        display:none;
    }
}

@media only screen and (min-width : 745px) and (max-width : 800px)
{
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7
    {
        width:100%;        
        margin-left:0;
        margin-right:0;
    }
    .container_12 .grid_6 .grid_2,
    .container_12 .grid_6 .grid_3,
    .container_12 .grid_6 .grid_4
    {
        width:46%;
        margin-left:3%;
        margin-right:3%;
    }
    .product_detail_info{
    	width:295px !important;
	margin-left:15px !important;
    }
}


@media only screen and (max-width : 1000px)
{
    /* infographic */
    .infographic {
	    padding-top: 0px;
        max-width: 440px;
        margin: 0 auto 30px;
    }
    .infographic a.ig_journal,
    .infographic a
    {
        height:auto;
        margin-bottom:10px;
        background-color: transparent;
    }
    .infographic a img
    {
        width:100%;        
    }
    
    .container_12 .infographic .grid_2,
    .container_12 .infographic .grid_3,
    .container_12 .infographic .grid_4,
    .container_12 .infographic .grid_6
    {
        margin:0 !important;
	width:100%;
    }
    
    .container_12 .infographic .grid_2
    {
        width:30%;
        float:right;
    }
    
    .container_12 .infographic .grid_3
    {
        width:48%;
        float:left;
    }
    .container_12 .infographic .grid_3 + .grid_3
    {
        float:right;
    }
    
    .container_12 .infographic .grid_4
    {
        width:67%;
        float:left;
    }
}

    
@media only screen and (max-width : 744px) 
{

    .conferencepage #content .aside .book {
        background: #189BBD;
        width:100%;
        padding:30px 0;
        text-align:center;
    }

    .conferencepage .resources p{
        display:block;
        width:100%;
        text-align:left !important;
        padding: 0 0 25px 25px;
    }
    
    .mobile_hidden /* Hides stuff at mobile size - useful for removing callouts etc */
    {
        display: none !important;
    }
    
    .mobile_only /* Shows stuff at mobile size - useful for adding stuff in at mobile level etc */
    {
        display: block !important;
    }
    /** grid overrides **/
    .push_1
    {
        left:0 !important;
    }
    
    body 
    {
        background-color: #FFFFFF;
    }
    #wrapper
    {
        width:100%;
        overflow: hidden;
        min-width:280px;
    }
    
    /** type ***/
    h1
    {
        font-size:1.875em;
    }
    .callout_quote blockquote
    {
        width:auto;
        margin:10px 0 0 0;
        padding:15px;
    }
    .callout_quote blockquote:before
    {
        position:static;
        margin-right:10px;
        float:left;
    }
    
    #header 
    {
        padding: 0;
        margin: 0;
    }
    .header_functions
    {
        position: static;
    }
    .header_functions .button
    {
        padding: 10px 4px;
    }
    #pnlHeaderSearch.mobile_search
    {
        display:none;
        border-bottom: 2px solid #ddd;
        border-top: 1px solid #ccc;
    }
    .header_search
    {
        position: relative;
        background-color: #fff;
        left: 0;
        right: 0;
        height: 40px;
        width: 100%;
        border-radius: 0;
    }
    .header_search .input_wrapper
    {
        position: absolute;
        left: 35px;
        right: 5px;
        top: 2px;
    }
    .header_search .input_wrapper input[type=text]
    {
        width: 100%;
        border: 0px none;
        line-height: 30px;
        text-indent: 5px;
        padding-top: 2px;
        position: static;
        padding: 0;
    }
    .header_search a.search_button
    {
        background-color: #fff;
        background-image: url(/AppImages/search.gif);
        background-position: center;
        width:30px;
        border: 0px none;
        position:absolute;
	    left:0;
	    top:5px;
	    bottom:5px;
	    border:0px none;
	    margin:0;
	    border-radius:0px;
    }
   
    .header_functions_inner
    {
        display: block;
        height: 40px;
        background-color: #f5f5f5;
    }
    .header_links
    {
        position: absolute;
        left: 81px;
        right: 0;
    }
    
    .main_nav
    {
        width:100%;
        border-right:0px none;
    }
    
    .table_wrapper
    {
        display:table;
	    width:100%;
	    table-layout: fixed;
    }
    .page_header
    {
        margin-top:0;
        height:auto;
	clear: both;
    }
    .page_header h1
    {
        position:static;
	    height:auto;
	    padding:10px;
	    margin-bottom:0;
    }
    
    .home_banner
    {
        top:0;
    }
    
    .common_cta
    {
        position:static;
	    width:auto;
    }
    .common_cta a
    {
        padding:10px;
        font-size:15px;
    }
        
    .cart_summary
    {
        display:none !important;
    }
   
    .content_wrapper
    {
        padding:10px;
        position:relative;
    }
   
   
    .content, #content {
        padding: 0;
    }
    
    #footer {
        text-align: center;
    }
    
    .header_logo
    {
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 0 5px 0;
        padding: 10px;
        float:none;
    }
    .header_logo img
    {
        max-width:284px;
        width:90%;
    }
    
    .header_logo span
    {
        display:none;
    }
    .header_logo img
    {
        max-width:118px;
    }
    
    .site_header
    {
        height:auto;
    }
    
    
    /*** mobile nav button ***/
    .main_nav
    {
        text-align:center;
        background-color: #fff;
        padding: 0px;
        position:relative;
    }
    
    
    .panel_nav 
    {
    }
    
    #mobileNav
    {
        clear:both;
    }
    
    .main_nav ul li, .main_nav ul li a, .main_nav ul li a span {
        float: none;
        display: block;
    }
    .main_nav ul li a
    {
        margin:0 2px;
    }
    .main_nav ul li
    {
        display:block;
        vertical-align: middle;
    }
    .panel_nav_panel 
    {
        display: none !important;
    }
    
    
    
    .panel_nav > ul > li
    {
        max-width:100%;
        width:auto;
    }
    .panel_nav > ul > li > a
    {
        padding:4px 10px;
        height:auto;
        text-align: left;
        border-bottom: 1px solid #ddd;
        margin:0;
	color: #444;
	font-weight: normal;
    }
    .panel_nav > ul > li.selected
    {
        background-image: none;
        padding:0;
    }
    .panel_nav > ul > li.parent > a > span
    {
        background-image: none;
        padding-bottom:0;
    }
    
    /*** power Nav ***/
    
    #footer
    {
        padding:20px;
        text-align: left;
    }
    #footer .container_12
    {
        padding:0;
    }
    .powernav_container
    {
        overflow: hidden;
        margin-bottom: 30px;
    }
    .powernav_col 
    {
        width: 100% !important;
        padding: 15px 3%;
        margin: 0 !important;
        float: left !important;
        text-align: left;
     }
    
    .powernav_container .col_1, .powernav_container .col_3, .powernav_container .col_5, .powernav_container .col_7 
    {
        clear: both;
    }
        
    h2.powernav_title {
        padding: 0 0 0 85px;
        text-align: left;
    }
    .module_callout_list_item
    {
        display:none;
    }
    .module_callout_list_item.index_0
    {
        display:block;
    }
    
    /*** home page ***/
    .home_banner
    {
        position:static !important;
        height: 220px;
        margin-bottom: 30px;
    }
    .home_banner_spacer
    {
        height:auto;
        margin-bottom:0;
    }
    .home_banner .cycle_item
    {
        height: 90px;
        padding-top: 100px;
        background-size: cover;
        background-position: center top;
    }
    .home_banner .cycle_item_content
    {
        height: auto;
        margin: 0 auto;
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: -30px;
        width: auto;
    }
    .home_banner .cycle_item_content h1
    {
        padding: 16px;
        font-size: 25px;
        margin:0;
    }
    .home_banner .cycle_item_content p
    {
        display:none;
    }
    
    .cycle_pager_wrapper
    {
        display:none;
    }
    
    /*** Module Lists ***/
    
    .module_callout
    {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }
    
    .module_list_item 
    {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #CCCCCC;
    }

    .module_list_item_date /* 126px Wide */
    {
        float: none;
        text-align: left;
        width: 100%;
        font-size: 12px;
        font-weight: normal;
        margin-left: 0;
    }
    
    .module_list_item_title  /* 600px Wide */
    {
        float: none; 
        width: 100%; 
    }

    .module_list_item_image 
    {
        float: none;
        width: 100%;
    }
    
    .module_list_item_image img
    {
        width: 100%;
        margin-bottom: 5px;
    }
    
    
    
    #toggleSlideNav
    {
        display:block;
    }
    
    
    
    .mobile_cta
    {
        margin-bottom:0;
    }
    .mobile_cta a
    {
        display:block;
        padding:10px;        
        display: block;
        padding: 15px;
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        
        background: #064164;
        background: -moz-linear-gradient(top, #064164 0%, #053556 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#064164), color-stop(100%,#053556));
        background: -webkit-linear-gradient(top, #064164 0%,#053556 100%);
        background: -o-linear-gradient(top, #064164 0%,#053556 100%);
        background: -ms-linear-gradient(top, #064164 0%,#053556 100%);
        background: linear-gradient(to bottom, #064164 0%,#053556 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064164', endColorstr='#053556',GradientType=0 );
    }
    .mobile_cta.alt a
    {
        background: #199dbf;
        background: -moz-linear-gradient(top, #199dbf 0%, #158cae 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#199dbf), color-stop(100%,#158cae));
        background: -webkit-linear-gradient(top, #199dbf 0%,#158cae 100%);
        background: -o-linear-gradient(top, #199dbf 0%,#158cae 100%);
        background: -ms-linear-gradient(top, #199dbf 0%,#158cae 100%);
        background: linear-gradient(to bottom, #199dbf 0%,#158cae 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#199dbf', endColorstr='#158cae',GradientType=0 );
    }
    
    /*** Module details ***/

    .module_detail_date /* 130px Wide */
    {
        float: none;
        text-align: left;
        width: 100%;
        font-size: 12px;
        font-weight: normal;
        margin-left: 0;
    }

    .module_detail_title  /* 600px Wide */
    {
        float: none; 
        width: 100%;
    }
    
    .module_detail_content 
    {
        clear: both;
    }
    
    .module_image_gallery 
    {
        float: none;
        width: 100%;
        margin: 10px 0;
        }
        
    .module_image_gallery_list {
        width: 100%;
        overflow: hidden;
    }

    .module_image_gallery_item 
    {
        text-align: center;
        width: 100%;
    }
    
    .module_image_gallery_item img
    {
        text-align: center;
    }
    
     /*** Search Results ***/
     
     .search_results_wrapper {
        padding: 0;
     }

    .refine_search 
     {
         display: none;
         }
     
     .search_result_item 
     {
         position: relative;
         padding-bottom: 25px;
         margin-bottom: 25px;
         }
     
     .search_result_details h2 {
        font-size: 16px;
     }

     .search_result_image {
        background-color: #F9F9F9;
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
        overflow: hidden;
        border: 0px none;
        margin-bottom: 10px;
    }
    
    .search_result_image img {
        width: 100%;
        height: auto;
    }
    
    .search_type_icon {
        position: absolute;
        top: -4px;
        right: -14px;
    }
    
    /*** Contact Form ***/
    
    .contact_form .form_field input, .contact_form .form_field textarea, .contact_form .form_captcha input {
        display: block;
        border: 1px solid #cccccc;
    }
    
    /*** Formbuilder ***/
    
    .field_cont input, .field_cont textarea
    {
    }  

    .field_cont select
    {
        width: 100%;
    } 
    
    .checkbox_field label, .checkbox_field input, .list_control label, .list_control input {
        display: inline;
        width: 15px;
        height: 15px;
        padding: 0;
    }
    
    .ui-tooltip 
    {
        display: none !important;
        }
    
    /*** Event Booking Form ***/
    
    .event_booking_form label {
        clear: both;
        display: block;
        float: none;
        width: 100%;
        margin-right: 0;
        padding: 5px 0;
        text-align: left;
        margin-bottom: 3px;
    }
    
    .event_booking_form input, .event_booking_form textarea {
        float: none;
        margin-bottom: 15px;
        display: block;
        border: 1px solid #cccccc;
    }
    
    /*** FLEX BOX ***/
    .flex_container
    {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;      
  
        flex-direction:column;
        -webkit-flex-direction:column;
	    -webkit-box-orient:vertical;
    }
    
    .flex_priority_0{ -webkit-box-ordinal-group: 0; -webkit-order: 0; order: 0; }
    .flex_priority_1{ -webkit-box-ordinal-group: 1; -webkit-order: 1; order: 1; }
    .flex_priority_2{ -webkit-box-ordinal-group: 2; -webkit-order: 2; order: 2; }
    .flex_priority_3{ -webkit-box-ordinal-group: 3; -webkit-order: 3; order: 3; }
    .flex_priority_4{ -webkit-box-ordinal-group: 4; -webkit-order: 4; order: 4; }
    
    .book_reviews .module_list_item_image
    {
        display:none !important;
    }
    
    .listing_wrapper.journals .module_list_item
    {
        position:relative;
    }
    .listing_wrapper.journals .listing_item_image
    {
        position:absolute;
	    top:0;
	    left:0;
	    margin:0;
	    width:60px;
	    height:70px;
	    text-align: center;
	    overflow:hidden;
	    z-index: 1;
    }
    .listing_wrapper.journals .listing_item_image img
    {
        height:70px;
        max-width:60px;
        width:auto;
    }
    .listing_wrapper.journals .listing_item_image .button
    {
        display:none;
    }
    .listing_wrapper.journals .listing_item_description ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    }
    .listing_wrapper.journals .module_list_item h2{
	    font-size:1em;
	    padding-left: 70px;
	    height:70px;
    }
    .listing_wrapper.journals .module_list_item h2 a
    {
        display:block;
        height:70px;
    }
    .listing_wrapper.journals .module_list_item h2 em{
	    display:block;
	    margin-left:0;
    }
    .listing_item_description li
    {
        width:100%;
        -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
    }
    .ql_searchField,
    .snr_date_range
    {
        margin-right:0;
    }
    .dr_from, .dr_to
    {
        width:50%;
        margin-left:0;
        display:inline-block;
    }
    .form_field label,
    .dr_from label, .dr_to label
    {
        width:35%;
        display:inline-block;
        margin-right:0;
        -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
    }
    .ql_searchField.sf_searchall,
    .ql_searchField.sf_date,
    .snr_date_range
    {
        width:100%;
    }
    .form_field input
    {
        width:100%;
        -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    margin-top:10px;
    }
    .dr_to label
    {
        padding-right:10px;
        text-align: right;
    }
    .dr_from input, .dr_to input
    {
        width:65%;
        -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    margin-top:0;
    }
    .senior_quicklist_knockout .search_button
    {
        display:block;
        -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    width:100%;
	    margin-top:10px;
    }
    
    
    .join_e_red h2,
    .join_personal h2,
    .join_tit h2,
    .join_primary h2,
    .join_secondary h2,
    .join_larger h2,
    .join_uni h2
    {
        padding:0;
        background-image: none;
    }
    
    .join_e_red .button,
    .join_personal .button,
    .join_tit .button,
    .join_primary .button,
    .join_secondary .button,
    .join_larger .button,
    .join_uni .button {
	    display:block;
	    float:none;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    width:100%;
	    margin-top:10px;
	    margin-bottom:0;
    }
    
    #ql_res_items .grid_2
    {
        /*display:none;*/
    }
    #ql_res_items .grid_7 h2 em
    {
        display:block;
        margin-left:0;
    }
    
    .book_reviews .module_detail_image_primary
    {
        width:100%;
        text-align: center;
    }
    .book_reviews .module_detail_image_primary img{
    	width:150px;
	margin-bottom:20px;
    }
    blockquote
    {
        padding-left:20px;
    }
    blockquote:before {
        position: static;
        width: 24px;
        height: 16px;
        display: inline-block;
        background-size: contain;
        margin-right: 10px;
    }
    .branch_list
    {
        padding:10px;
    }
    .branch_locations
    {
        display:none;
    }
    
    .calloutquote
    {
        padding:10px;
        background-color: #f5f5f5;
        position:relative;
    }

    .calloutquote blockquote
    {
        margin:10px 0;
    }
    .calloutquote h2,
    .calloutquote a.button
    {
        position:static;
    }
    
    
    
    .product_category_list .module_list_item {
    	position:relative;
	padding-left:60px;
	width:auto !important;
	min-height: 100px;
    }
    .product_category_list .product_list_image{
    	width:50px !important;
	position:absolute;
	left:0;
	top:0;
	height: 100px;
	overflow:hidden;
    }
    .product_category_list .product_category_item{
    	clear:both;
    }
    .product_category_list .product_category_item a{
    	display:block;
	background-color:#f5f5f5;
	overflow:hidden;
	padding:5px;
    }
    .product_category_list .product_category_image{
    	width:30px;
	display:inline-block;
	height:auto !important;
	margin-bottom:0;
	vertical-align:middle;
    }
    .product_category_item h3{
	clear:none;
	margin-left:10px;
	display:inline-block;
	vertical-align:middle;
	max-width: 70%;
	font-size:1em;
	margin-bottom:0;
    }
    .product_category_list .module_list_item_abstract{
    	width:auto !important;
    }
    .product_category_list_item h2 a span{
    	display:block;
	clear:both;
	margin-left:0;
    }
    .breadcrumbs,
    .product_item_spacer{
    	display:none !important;
    }
    
    .img_left,
    .img_right{
    max-width:200px !important;

    }
    
    .member_type_item h3 br{
        display:block;
    }
    
    .member_type_item h3{
    	text-align:center;
	border:1px solid #ccc;
	margin-bottom:20px;
    }
    .member_type_item h3.price{
    	text-align:left;
	border:0px none;
    }
    .member_type_item .button{
    	float: right;
	width: 44%;
	margin: 8px 1%;
	display: block;
	padding:5px 2%;
    }
    .member_type_item h3:after{
    	content:' ';
	display:block;
	clear:both;
    }
    .shop_callouts {
        margin-left: 0;
    }
    
    #membershipWrapper .content_header h1 {
        margin-left: 5px;
    }
    #membershipWrapper .cycle-pager {
        display: none;
    }
    #membershipWrapper .member_resource {
        height: auto;
    }
    #membershipWrapper .overview {
        width: 100%;
        clear: both;
    }
    #membershipWrapper .overview .fa {
        margin-top: 15px;
        font-size: 40px;
        float: left;
        margin-left: 10px;
    }
    #membershipWrapper .overview h3 {
        clear: none;
        float: left;
        margin-left: 10px;
        margin-top: 20px;
    }
    #membershipWrapper .overview p {
        clear: both;
        text-align: left;
    }
    #membershipWrapper .details {
        width: 100%;
        margin: 0;
    }
    #membershipWrapper .details .detail_item {
        width: 96%;
        clear: both;
        text-align: left;
    }
    #membershipWrapper .details .detail_item img {
        margin: 0
    }
}

@media only screen and (max-width : 680px) {
    .product_category_list_item .priority_products {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }
    .big-banner.banner{
        height: 200px;
    }
    .big-banner.banner li {
        height: 200px;
    }
    .conferencepage .countdown{
        height:auto;
        background: #F2BB14;
        background-position:bottom;
    }
    .conferencepage .countdown span.until br {
        content:" ";
        display:none;
    }
    .conferencepage .countdown span.until{
        margin-top:10px;
    }
}
@media only screen and (max-width : 450px) 
{
    .img_left,
    .img_right{
    	max-width:100% !important;
	width:auto;
    margin:10px auto 20px auto;
    float:none;    
    display:block;
    }
    .product_search .detail_search .search_popover .search_field select {
        width: 90%;
    }
    .product_search .detail_search .search_popover .button {
        margin-right: 7%;
    }
    .tab-content table tr td{
        width:100%;
        display:block;
        padding: 0 0 5px 0;
    }
}
