/* white */
a:link, a:visited {
	color: #135cae;
}

a:hover {
	color: #0b3768;
}

#pillmenu a:hover {
  color: #135cae;
}

#pillmenu a#active_menu-nav {
  background: url(../images/white/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, div.module_menu h3, .componentheading, table.moduletable th {
  color: #135cae;
}

h3, .componentheading, table.moduletable th {
  color: #135cae;
}

div.module_menu {
}

div.module_menu div {
}

div.module_menu div div {
}

div.module_menu div div div {
}

.item-page .icons, .item-page .article-info {
    display: none;
}

.page-header h2 {
    display: none !important;
}


@media(max-width:767px) {
    #leftcolumn {
        width: 100%;
        float: none;
    }
    
    #maincolumn {
        width: 100%;
        float: none;
        margin-left: 0px;
    }
    
    .besps_holder, .besps_holder_1_0 {
        width: 100% !important;
        margin-left: -50px;
    }
    
    
    .besps_slides, .besps_slides div, .besps_slides_1_0, .besps_slides_1_0 div, .besps_caps, .besps_caps_1_0, .besps_ctrls_1_0, .besps_caps_1_0 div.bs_outside {
        max-width: 90% !important;
    }
    
    .besps_holder .besps_slides div img {
        width: 100% !important;
        height: auto !important;
    }
    
    body.width_fmax div#wrapper {
        max-width: 100%;
        min-width: auto;
    }
    
    table.nopad {
        max-width: 100% !important;
    }
    
}