body.page-cart-checkout form select::-ms-expand{
	display: block !important;
}

.mnav a{
	padding:10px 35px 10px 10px !important;
	font-size: .9em !important;
}
.mnavbar .mlab {
	font-size: .8em;
}
.mnav {
    z-index: 0;
}
#header_donate_now{
	/* nonononononono. NO.
	line-height: 33px;
	position: absolute;
	right: 220px;
	top: -13px;
	height: 35px;
	color:white;
	*/
}

#cart-donate-block {
    margin-top: -162px !important;
    position: absolute;
}

.donate_button_copy {
    color: #1471ae;
    line-height: 1.3em;
    text-align: left;
    font-size: 15px;
    padding-top: 16px;
    padding-left: 10px;
    font-weight: bold;
}

.donate_button_cart {
    float: left;
}

@media (max-width: 859px) and (min-width: 770px) {
    #cart-donate-block {
        margin-top: 0px !important;
    }
}

@media (max-width: 660px) and (min-width: 482px) {
    #cart-donate-block {
        margin-top: 0px !important;
    }
}

@media (max-width: 481px) {
    #cart-donate-block {
        float: left;
        margin-top: 0px !important;
        position: inherit;
    }
}

.sharepills .tw .count {
	display: none;
}

.sharepills .tw .arrow-left {
	display: none;
}
li.tw span.icon-twitter {
	color: #fff;
	padding: 3px 20px 0 20px;
	display: inline-block;
	font-size: 16px;
	float: right;
}

li.tw {
	background-color: #4099ff;
}

@media (max-width: 767px){
	.view.view-estore-landing-main-featured .main_featured_content .main_featured_header {
	margin-top: -60px;
	}
	.prodcomment .left .line.rating {
	font-size: .8em;
	}	
	.prodcomment .left span {
	margin-right: 0;
	}
	#header_donate_now{
		/* OMG NO. 
		line-height: 33px;
		position: absolute;
		right: 210px;
		top: -13px;
		height: 35px;
		*/
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	.signupcontainer {
		display: block;
	}
	#follownews {
		background: #93cb76!important;
	}
	.signupcontainer .left {
		font-size: 1em;
	}
}
@media (max-width: 320px){
    .signupcontainer #doMCSignup {
        width: 60%!important;
    }

}

@media (max-width: 480px){
	.signupcontainer {
		display: block;
	}

	#follownews {
		background: #93cb76!important;
	}
	.product_info_image_row .asl_video .icon .right {
	width: 73%;
	}
	.product_info_image_row .asl_video .icon .left {
	width: 22%;
	margin-right: 5%;
	}
	.prodcomment .left {
	width: 30%;
	}
	#comments .right {
	width: 70%!important;
	}	
	.navbar-toggle {
	float: left!important;
	border: 0;
	padding: 0.5em;
	margin-left: 0 !important;
	margin-top: .5em;
	}	
}
@media (max-width: 641px){
    .signupcontainer .left {
        width: 31%!important;
    }
    .signupcontainer #doMCSignup {
        margin-bottom: 5px!important;
        float: left;
        /*width: 46%;*/
    }
    .mc_signup input[type='text'] {
        margin-right: 5px;
        width: 100%;
    }
}

@media (max-width: 992px){
	.prodcomment .left .cfraction {
	float:none;
	display: block;
	margin-left:0;
	}
	.signupcontainer {
		/*width: 60%;*/
		margin-top: 0.5em;
	}
	.signupcontainer .right {
		width: 64%!important;

	}
	.signupcontainer .left {
		width: 33%;
		margin-top: 0.5em;
	}
}

@media (min-width: 990px) {
    .fu {
        padding-right: 0;
        width: 205px!important;
    }

    .signupcontainer {
        width: 790px;
    }

    .signupcontainer .right {
        width: 62%;
    }

    .signupcontainer .left {
        float: none;
    }

    .follow li {
        width: 38px;
    }

    .firstname, .lastname {
        width: 100px!important;
    }

    .mc-email {
        width: 160px!important;
    }
}

@media (max-width: 986px) {

    .firstname {
        float: left;
        margin-bottom: 5px;
        width: 49%;
        margin-right: 5px;
    }

    .lastname {
        float: left;
        margin-bottom: 5px;
        width: 49%;
    }

    .mc-email {
        float: left;
        margin-bottom: 5px;
        width: 68%;
    }

    .signupcontainer #doMCSignup {
        /*width: 30%;*/
        height: 40px;
        margin: 0;
    }
}

.region-content .mhg_table th {
	padding: .5em .5em;
}

.region-content .mhg_table td {
	padding: .5em .5em;
}

/*News Ticker styles starts */

.news_ticker_bootstrap_container {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.news_ticker_container {
    /*background-color: black;*/
	/*border: 2px dashed #FFFFFF;*/
	/*text-transform: uppercase;*/
	letter-spacing: 0px;
	text-align: center;
	color: white;
	padding: 5px 10px 10px 10px;
	border-radius: 4px;
	margin: 5px;
}

.news_ticker_container:hover {
	/*background-color: rgba(247, 0, 0, 0.73);*/
	/*background-color: rgba(24, 0, 0, 0.73);*/
	color: white;
	cursor: pointer;
}

.news_ticker_container:hover a {
	/*color: #fae3b7;*/
	/*text-decoration: none;*/
	color: white;
	text-decoration: underline;

}
.news_ticker_container p {
	margin-bottom: -5px;
}

.news_ticker_container a {
	color: white;
	text-decoration: none;
}

/*
.news_ticker_container a:hover {
	color: #fae3b7;
}
*/

.news_ticker_title {
	font-weight: 600;
	font-size: 21px;
	text-decoration: underline;
}

/*News Ticker styles ends */

.p-margin-small {
	margin: 0 0 .5em!important;
}
.first-level-ul ul li ul {
	margin-bottom: 0!important;
	
}

.first-level-ul li ul li {
	list-style-type: circle!important;
}

.first-level-ul li ul li ul li{
	list-style-type: square!important;
}		

.first-level-ul ul {
	margin-bottom: 0!important;	
}
.first-level-ul li {
	padding-left: 0px!important;
	margin-left: 20px;
	background: none!important;
	list-style-type: disc!important;
}

/*Redesign CHS Shop page*/

.main_featured_content {
	width: 100%!important;
	border-bottom: 1px #8a8a8a solid;
	padding-bottom: 20px;
}

.view-estore-landing-main-featured img {
	max-width: 100%!important;
	padding-left: 1%;
}
.main_featured_sell_price{
	font-size: 1.2em!important;
	margin-top: 0px!important;
	width: 70%;
	display: inline-block;
}
.form_featured_wrapper input{
	padding-top: 0px;
	padding-bottom: 38px;
	font-size: 16px;
	margin-top: 0;
	float: right;
}

.info_wrapper {
	width: 50%;
	height: 48px;
}
.price_wrapper {
	float:left;
}

.clear_left {
	border-right-width: 10px;
	width: 50%;
	padding-top: 5px;
	border-top: 2px #d9d9d9 solid;
	clear: left;
}

.view-estore-landing-main-featured .uc-out-of-stock-instock {
	float: left!important;
	padding-top: 4px;
}

.estore_homepage_categories {
	margin-bottom: 0px;
}

#estore_homepage_categories li {
	 line-height: 1;
	padding-bottom: 5px;
 }

.category_section_estore {
	background: none;
	margin-bottom: 1em;
	width: 65%;
	display: inline-block;
	padding: 0;
}

.category_section_estore h2 {
	text-transform: none;
	margin-bottom: 1em;
	margin-top: 0;
	font-weight: bold;
	font-size: 18px;
	margin-left: 14px;
}
.category_section_estore a {
	font-size: 13px;
	color: #1479CC !important;
}
.category_section_estore > div:first-of-type {
	padding-left: 0 !important;
}
.div_border_left ul {
	margin-bottom: 0px;
}

.main_featured_header a{
	text-decoration: none;
	color: black!important;
	font-weight: bold;
}

.main_featured_header a:hover{
	color: #515151!important;
}

.main_featured_content input[type=submit]{
	background: #767676!important;
	line-height: 30px;
	padding-bottom: 30px;
	border-radius: 0;
	text-transform: none;
	font-size: 0.95em;
	background-image: url('/misc/icons/cart-icon.png') !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
	padding-right: 40px;
 }

.main_featured_content input[type=submit]:hover{
	background: #8D8D8D!important;
	background-image: url('/misc/icons/cart-icon.png') !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
 }
.rightside {
	display: block;
}
#navfooter > ul.menu {
	width: 100%;
}
#userShippingInfoBlock, #userBillingInfoBlock {
	width: 48%;
	display: inline-block;
}

#userShippingInfoBlock .vertical-tabs-panes {
	padding-right: 20px;
	border-right: 1px solid black;
}
#userBillingInfoBlock .vertical-tabs-panes {
	padding-left: 20px;
}

#edit-submit {
	background-color: #7D7D7D;
	border: 0;
	color: white;
	font-weight: bold;
	padding: 5px 25px;
}
ul.tabs.secondary li{
	padding: 0;
}
.accountHeader {
	display: inline-block;
}
.contactInformationBlock .addressBlock {
	display: inline-block;
	width:49%;
	font-size: 14px;
}
h3 {
	font-weight: bold !important;
}
#editAccountLink {
	display: inline-block;
	margin-left: 20px;
}
.userDetails {
	margin-right: 20px;
}
#closeButton {
	float: right;
	font-size: 20px;
}
#closeButton:hover {
	color: grey;
	cursor: pointer;
}
#order-pane-order_comments .order-pane-title {
	font-size: 21px;
}

#edit-field-brand-tid-desktop-wrapper input[type=checkbox]{
	vertical-align: top;
}

@media screen and (max-width: 550px) {
	#userShippingInfoBlock, #userBillingInfoBlock {
		width: 100%;
		display: block;
	}

	#userShippingInfoBlock .vertical-tabs-panes {
		padding-right: 0;
		border-right: none;
	}
	#userBillingInfoBlock .vertical-tabs-panes {
		padding-left: 0;
	}
}

@media screen and (max-width: 500px) {
	.contactInformationBlock .addressBlock {
		width: 100%;
		display: block;
	}
}

.password-strength-title, #billing-pane .fieldset-legend, #customer-pane .fieldset-legend, #coupon-pane .fieldset-legend {
	text-transform: capitalize!important;
}

.page-node-2168 .region-content .content{
		margin-top: 0!important;
}
#block-views-orhma-articles-block h2:first-child {
		line-height: 1em!important;
}
.specValue p {
	margin-bottom: 0!important;
	line-height: 1.4em!important;
}