/*
    Name: MHI Website
    Date: June 2012
    Description: Base CSS file for the mobile website
*/

/*************************************
Base Styles - Defaults
*************************************/
html 
{ 
  font-size: 100%; 
  -webkit-text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%; 

  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
}
body
{
    font-size: 1em;
    padding: 0 3px;
    background: #eee url(../../images/backgrounds/page-gradient.png) repeat-x;
}
hr
{
    margin-top: 0;
    margin-bottom: 8px;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"], [role="button"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

input,
button,
select,
textarea {
  font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left:3px;
    margin-bottom :10px;
	color: #333;
	-webkit-box-shadow: 0 1px 3px rgba(127,157,185,0.5);
}

label
{
    display: block;
    font-weight: bold;
}

/*************************************
Layout Styles - Divides the page into sections
*************************************/
.container 
{    
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.content-container
{
  margin: 0 auto;
  background-color: inherit;
  background-image: none;
  padding: 4px;
}
.content-primary, .content-secondary, .content-tertiary
{
    display:block;        
    width: 100%;
}
.content-secondary
{
    margin-top: 15px;
}

/*************************************
Module Styles - Reusable, modular, parts such as callouts, sidebar sections
*************************************/

/* Site Header */
.site-header
{
    margin-top: 10px; /* 12px */
    margin-bottom:  10px; /* 26px */
}

/* Header H1 */
.content-primary h1
{    
    line-height: 1.6em; /* 33px */
    font-size: 1.2em; /* 22px / 16px */
    text-shadow: 1px 1px #fff;
}

.anchor-footer
{
    display: none;
    float: right; 
    margin-top: 3px;
    font-size: 0.688em; /* 12px / 16px */
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.anchor-footer a
{
    padding-right: 18px;
    background: url(../../images/backgrounds/menu.png) no-repeat right 1px;
}
.anchor-footer a, .anchor-footer a:hover
{
    color: #3b4043;
}
.logo-header
{
    background: url(../../images/logo-notag@2x.png) no-repeat;
    -webkit-background-size: 135px 50px;
    background-size: 135px 50px;
    width: 135px;
    height: 50px; 
    display: block;
    float: none;
    margin: 0 auto; 
    margin-top: 0; 
}  
.logo-header img
{
    display: none;
}  
.sitesearch
{
    padding: 4px;
    display: block;    
    background-color: #e2e2e2;    
    vertical-align: middle;   
    margin: 10px 0;
    position: relative;
    text-align: center;
    float: none;
    display: none;
}
.sitesearch-field
{
    width: 90%;
    font-size: 0.875em;
    line-height: 0.875em;
    padding: 4px 6px;
}
.sitesearch-submit
{
    text-indent:-9999px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 8px;
  margin-left: -23px;
  background-color: transparent;
  border: none;
  background: #408ecc url(../../images/backgrounds/magnifying-glass-white.png) no-repeat 2px 2px;
  -webkit-background-size: 11px 11px;
  background-size: 16px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* QR Code - For Print Display Only */
.qr-code
{
    display: none;
}

/* Responsive Dropdown */
.selectnav
{ 
  width: 70%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.menu
{
  margin-left: -16px;
}

.menu-global, .menu-container, .menu, .homepage .menu
{ 
  display: block; 
  background-color: inherit;
  background-image: none;
}
.menu-container, .menu, .homepage .menu
{
    height: auto;
}
.menu-primary
{
    list-style: none;
    padding: 0;
    margin: 0;    
    height: 89.1304347826087%; /* 41px / 46px */
    width: 100%;
    text-align: center;
    display: none;
}
.menu-primary-home,
.menu-primary-about,
.menu-primary-solutions,
.menu-primary-education,
.menu-primary-news,
.menu-primary-members
{
    display: block;
    height: 100%; /* 41px */
    text-transform: uppercase; 
    text-align: left;
    background: url(../../images/backgrounds/nav-pattern.png) repeat-x;    
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);    
    margin-bottom: 6px;
}
.menu-primary-home a,
.menu-primary-about a,
.menu-primary-solutions a,
.menu-primary-education a,
.menu-primary-news a,
.menu-primary-members a
{
    display: block;
    width: 100%;
    height: 87%;
    color: #fff;
    color: rgba(255, 255, 255, .9); 
    *color: #fff; /* IE 7 */
    
    text-decoration: none;
    vertical-align: middle;
    font-size: 0.875em; /* 14px / 16px */
    font-weight: 700;    
    padding: 3px 30px;
}
.homepage .menu-primary-home
{
    display: none; /* Hide Home link from the homepage */
}
.menu-primary-home
{
    border-bottom: 0.313em solid #3a6f8f; /* 5px */
}
.menu-primary-about
{
    border-bottom: 0.313em solid #8dc63f; /* 5px */
}
.menu-primary-solutions
{
    border-bottom: 0.313em solid #00aeef; /* 5px */
}
.menu-primary-education
{    
    border-bottom: 0.313em solid #e52828; /* 5px */
}
.menu-primary-news
{
    border-bottom: 0.313em solid  #19388a; /* 5px */
}
.homepage .menu-primary-members
{    
    border-bottom: 0.313em solid #3a6f8f; /* 5px */
}
.menu-primary-members
{    
    border-bottom: 0.313em solid #3a6f8f; /* 5px */
}
.menu-primary-about > ul
{
  display: none;
}

/* Secondary Navigation */
.menu-secondary
{
    display: none;
}

/* Quick Links - Home Page */
.quicklinks
{
  display: none;
}

/* Slider - Home Page */
.slider-homepage
{
  display: block;
}
.flexslider .slides img
{
    margin-left: auto;
    margin-right: auto;
}

/* Member Benefits - Home Page */
.member-benefits-container
{
    display: none;
}

/* Solutions Sorter - Home Page */
#solutions-homepage-nav
{
    display: none;
}
#solutions-homepage article
{
    text-align: center;
}
#solutions-homepage article a,
#solutions-homepage article h3,
#solutions-homepage article p
{
    text-align: left;
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
}
#solutions-homepage article a > span
{
    display: inline-block; /* none to hide from mobile */
    text-align: center;
    margin: 0 auto;
}


/* Recent - Home Page */
.homepage .featured-tabs + header
{
    margin-top: 12px;
}
.homepage header
{
    text-align: center;
}

/* Slider - Indside Page */
.slider img
{
    margin: 0 auto;
}
.slider .slides
{
    padding: 20px;
}
.flex-direction-nav li .next {right: -10px;}
.flex-direction-nav li .prev {left: -10px;}

/* Site Footer */
.site-footer-stretch
{
    border-top: 1px solid #929293; 
    background-color: #E5E5E5;
}
.site-footer-container
{
    margin: 0;
}
.site-footer
{
  font-size: 0.786em; /* 11px */
  line-height: 1.455em;
   border-top: 1px solid #929293;
    background-color: #e5e5e5;    
}
.site-footer .sitesearch
{
  display: block;
  width: 96%;
  margin-right: 0;
}
.site-footer .sitesearch-field
{
  font-size: 1.273em;
}
.site-footer-separator
{
    display: none;
}
.menu-global 
{ 
  display: none; 
}
.menu-footer
{
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;    
    height: 89.1304347826087%; /* 41px / 46px */
    width: 100%;
    text-align: center;
}
.menu-footer > li:last-child
{
    background: url(../../images/backgrounds/nav-pattern.png) repeat;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);     
}
.menu-footer-home,
.menu-footer-about,
.menu-footer-solutions,
.menu-footer-education,
.menu-footer-news,
.menu-footer-members
{
    display: block;
    width: 100%;
    height: auto; /* 41px */
    text-transform: uppercase; 
    text-align: left;
    background: url(../../images/backgrounds/nav-pattern.png) repeat;    
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);    
    margin-bottom: 6px;
    min-height: inherit;
}
.menu-footer-about 
{
    margin-left: 0;
}
.menu-footer-home a,
.menu-footer-about a,
.menu-footer-solutions a,
.menu-footer-education a,
.menu-footer-news a,
.menu-footer-members a
{
    display: block;
    width: 70%;
    height: auto;
    border: none;
    color: #fff;
    color: rgba(255, 255, 255, .9); 
    
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.091em; /* 12px / 11px */
    font-weight: 700;    
    padding: 3px 30px;
    background: url(../../images/backgrounds/cross-white.png) no-repeat right 6px;  
}
.menu-footer-home a
{
    background-image: none;
}
.menu-footer-home
{
    border-bottom: 0.313em solid #3a6f8f; /* 5px */
}
.menu-footer-about
{
    border-bottom: 0.313em solid #8dc63f; /* 5px */
}
.menu-footer-solutions
{
    border-bottom: 0.313em solid #00aeef; /* 5px */
}
.menu-footer-education
{    
    border-bottom: 0.313em solid #e52828; /* 5px */
}
.menu-footer-news
{
    border-bottom: 0.313em solid  #19388a; /* 5px */
}
.menu-footer-members
{    
    border-bottom: 0.313em solid #3a6f8f; /* 5px */
}
.menu-footer-about .menu-footer-secondary
{
    border-top: 0.313em solid #8dc63f; /* 5px */
}
.menu-footer-solutions .menu-footer-secondary
{
    border-top: 0.313em solid #00aeef; /* 5px */
}
.menu-footer-education .menu-footer-secondary
{    
    border-top: 0.313em solid #e52828; /* 5px */
}
.menu-footer-news .menu-footer-secondary
{
    border-top: 0.313em solid  #19388a; /* 5px */
}
.menu-footer-members .menu-footer-secondary
{    
    border-top: 0.313em solid #3a6f8f; /* 5px */
}
.menu-footer-secondary
{
  margin: 0;
  display: none;  
  list-style: none;
}
.menu-footer-secondary > li
{
    background-color: #dfdfdf;
    background-image: none;
    border-bottom: 1px solid #EEE;    
}
.menu-footer-secondary > li > a
{
    color: #333;
    text-transform: none;
    background-image: none;
}
.menu-footer-local
{
    margin: 0;
    margin-top: 10px;
    padding: 0;
    display: block;
    list-style: none; 
    width: 100%;
}
.menu-footer-local > li
{
    background-color: #dfdfdf;
    border-bottom: 1px solid #EEE;
}
.menu-footer-local > li > a
{
    display: block;
    width: 100%;
    height: 87%;
    color: #333;
    
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.091em; /* 12px / 11px */
    font-weight: 700;    
    padding: 3px 30px;
}

.address-footer
{
  margin-top: 18px;
  height: auto;
}
.address-footer > p
{
  background-image: none;
  font-size: 1em;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-top: 0;
}
.social-footer
{
  float: none;
  clear: both;
  height: auto;
}
.social-footer > p
{
  margin-bottom: 0;
  margin-top: 18px;
  font-size: 1em;
}
.social-footer-links
{
    list-style: none;
    margin: 0;
    margin-left: 2px;
    padding: 0;    
}
.social-footer-links > li
{
    display: inline-block;
    
     /* Display: Inline-Block For IE 7 */
    zoom: 1;
    *display: inline;
    
    width: 16px;
    height: 16px;     
    margin-right: 5px;  
}
.social-footer-links > li > a
{
    text-indent:-9999px;
  width: 16px;
  height: 16px;
  display: block;
}
.blog
{    
    background: url(../../images/icons/social-media-icons.png) no-repeat;    
    background-position: -246px 0;
}
.linkedin
{    
    background: url(../../images/icons/social-media-icons.png) no-repeat;    
    background-position: -82px 0;
}
.twitter
{
    background: url(../../images/icons/social-media-icons.png) no-repeat;    
    background-position: -164px 0;
}
.facebook
{
    background: url(../../images/icons/social-media-icons.png) no-repeat;    
    background-position: 0 0;    
}
.google
{
    background: url(../../images/icons/social-media-icons.png) no-repeat;    
    background-position: -41px 0;  
}
.youtube
{
    background: url(../../images/icons/social-media-icons.png) no-repeat;    
    background-position: -205px 0;
}
.rss
{
    background: url(../../images/icons/social-media-icons.png) no-repeat;    
    background-position: -123px 0;
}
.mhiView
{
    background: url(../../images/icons/social-media-icons.png) no-repeat;    
    background-position: -287px 0;
}
.copyright
{
  margin-top: 18px;
  clear: both;
  font-size: 1em;
}

/* Lists */
.content-primary li
{
    line-height: 1.5em;
    margin-bottom: 6px;
}


/* Call Outs */
.callout-show,
.callout-text,
.callout,
.ad-300-250
    {
        width: 320px;
        display: block;
        text-align: center;        
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }

/* Advertisements */
.ad-container
{
    width: 300px;
    height: 250px;
    margin:0 auto; 
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Breadcrumbs */
.breadcrumb
{
    display: none;
}

/* Tweets */
#tweets
{
    display: none;
}

/* Hero Unit */
.hero-unit 
{
    display: none;
}

/* Spacer */
.vertical-spacer
{
    display: block;
    margin-bottom: 15px;
    *zoom: 1;
}

/* Header - See More */
.header-with-separator
{
    margin-bottom: 10px;
}
.header-with-separator > hr
{
    height: 1px;
    width: 100%;
    border: 0;
    background-color: #dfdfdf;
    margin: 0;
    padding: 0;
}

/* List - Gallery */
.article-list-gallery article,
.event-gallery article
{
    display: block;
    width: 100%;
} 
.article-list-gallery img,
.event-gallery article img
{
    display: block;
    margin-bottom: 0.375em; /* 6px */
    margin: 0 auto;  /* Center */

    -moz-box-shadow: 0 1px 3px rgba(34,25,25,0.8);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.8);
    box-shadow: 0 1px 3px rgba(34,25,25,0.8);
}
.event-gallery article
{
    margin-bottom: 16px;
}
.article-list-gallery h3
{
    font-size: 1em; /* 14px */
    margin: 0;
    margin: 0;
    padding: 0;    
}
.article-list-gallery  p
{    
    margin: 0;
    margin-bottom: 2.857em; /* 40px */
    padding: 0;    
    text-shadow: 1px 1px #fff;
}

/* Social Buttons */
.social-buttons
{
    display: none;
}

/* Industry Group Logo */
.industrygroup-logo
{
    display:block; 
    margin: 0 auto;
    margin-bottom: 22px;
    margin-top: 22px;
}

/* Back to Search Results Link */
.back-search-results
{
    display: none;
}

/* Video Player */
video {
    max-width: 100%;
    height: auto;
}
.playlist
{
    background-color: #e5e5e5;
    /*border: 1px solid #a7a7a7;*/
    padding: 3px;
}
.playlist-header
{
	background-color: #eee;
	padding: 5px 8px;
	font-weight: bold;
}
.playlist ul
{
	padding:0;
	margin: 0;
	margin-bottom: 2px;
	list-style: none;
	max-height: 545px;
	overflow: auto;
	overflow-x: hidden;
	background-color: #fff;
}
.playlist li
{
	padding: 3px 6px;
	margin: 0;
	margin-bottom: 10px;
	height: auto;
	/*border: 1px solid blue;*/
}
.playlist img
{
    display: none;
}
.playlist a, .playlist a:visited
{
	text-decoration: none;
	padding: 0;
	font-weight: normal;
	font-size: 0.857em; /* 12px / 14px */
	line-height: 1.429em; /* 20px */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	vertical-align: top;
	margin-top: 3px;
	
	/* Long Links */
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

/* Map */
.map-container
{
    display: none;
}

/* Search Results */
.searchform-view,
#search-results img,
.facets
{
   display:none;
}

/* Tabs */
.nav-tabs
{
    margin: 0;
    padding: 0;
    margin-top: 10px;
    display:none;
}
.nav-tabs > li
{
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    padding: 3px 0;
}
.tab-content
{
    margin-top: 10px;
    border: 1px solid #b6b6b6;
    background-color: #fff;
    padding: 8px;
}


/* Modals */
.modal, .modal-link
{
    display: none;
}

/* Tables */
.table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  font-size: 0.929em; /* 13px / 14 px */
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  
  /* Long Words */
    word-wrap: break-word;      /* IE 5+ */
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
.table .optional
    {
        display: none;
    }

/* Forms */
.btn {
  display: inline-block;
  *border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #b3b3b3;
    display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    -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;
    margin-left: .3em;
    background-image: linear-gradient(top, #ffffff, #e6e6e6);/*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  }
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  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: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:visited,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #0074cc;
  background-repeat: repeat-x;
    background-image: linear-gradient(top, #0088cc, #0055cc);
    border-left-color: #0055cc;
    border-right-color: #0055cc;
    border-top-color: #0055cc;
    border-bottom-color: #003580;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}

/* Search Results */
.searchform-container
{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.searchform-submit
{
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 10px;
    font-weight: bold;   
}
#searchform-by
{
    display: block;
}
.searchform-sortcontrols,
.searchform-summary
{
    display: none;
}
.searchform-field
{
    width: 65%;
}
.searchform-container select
{
    padding: 3px;
    margin-bottom: 10px;
    width: 70%;
}
.article-list h3
{
    font-size: 1em; /* 14px */
    margin: 0;
    margin: 0;
    padding: 0;    
}

/* Paging Styles */
.pagination
{
    margin: 12px 0;
}
.pagination ul
{
    display: block;
	border: none;
	padding: 0;
	margin: 12px 0 12px 0;
	text-transform: uppercase;
	font-size: 90%;
	list-style: none;
}
.pagination li
{
	list-style: none;
	display: inline;
	float: left; 
	margin: 0;
	padding: 0;
	line-height:normal;
}
.pagination a
{
    background-image: none;
	display: block;	
	border: 1px solid #D5D5D5;
	padding: 4px 8px;
	margin: 0px 5px 0px 0px;
	text-decoration: none; 
	text-shadow: none;
	color: #fff;
	
	background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
}
.pagination .pgEmpty
{
	display: block;
	border: 1px solid #D5D5D5;
	padding: 4px 8px;
	background-color: #a7a7a7;
	color: #fff;
	margin: 0px 5px 0px 0px;
    text-shadow: none;
}
.pagination .pgCurrent
{
	display: block;
	border: 1px solid #a7a7a7;
	color: #131311;
	font-weight: bold;
	padding: 4px 8px;
	margin: 0px 5px 0px 0px; 
}
.pagination .pgNum
{
    display: none;
}

/* Advertisements */
.ad-300-250
{
    margin-bottom: 18px;
    display: block;
}

/* MHI Solutions */
.column-left .mhi-solutions
{
    display: none;
}
.column-right .mhi-solutions
{
     display: block;
}

/* Forecast */
.members-download-link
{
	display: block;
}

/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}*/