@charset "utf-8";
/* CSS Document */
/*defaults go here - to be overridden below*/
.gridContainer {
	width: 100%;
	margin: 0;
	padding:0;
}
body {
	background-color: #263747;
	width: 100%;
	margin: 0;
	padding: 0;
}
.container {
	max-width: none;
	width: 100%;
	margin: 0;
	padding-top: 1.5em;
	padding-bottom: 1em;
	background-color: #ffffff;
}
.container_white {background-color: #ffffff;}
.container_grey {background-color: #ece9e2;}
.home .container, .general .container {padding-top: 0;padding-bottom:0;}
.general .container {
	
}
#content_general {min-height: 4em; /*padding-bottom: 2em;*/}

.header_container {
	max-width: none;
	float:  none;
	background-color: #02335e;
}
.header{ text-align: center;}

#strapline { display: block;clear: both; float: none; margin: 0 auto;}
.header_right_bottom {display: inline-block;}
.header_right_bottom .clearfix {display: none;}

/* Top Navigation */
.top_nav {display: none;}
.phone_header {
	color: #ffffff !important;
	display: block;
	line-height: 130%;
	margin-top: 10px;
	padding: 0 0.5em 0 23px;
	background-image: url(/images/web-layout/phone_icon.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	font-size: 1.375em; /*22px*/
	/*float: left;*/
}

.social_networking_links_header {/*float: left;*/display: block; /*margin: 10px 1em 0 0;*/margin: 10px 0 0 0;}
.social_networking_links_header ul {
	display: block;margin: 0; padding: 0; list-style-type: none;
}
.social_networking_links_header ul li {
	/*display: block;*/
	/*float: left;*/
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 0 0 0 7px;
	margin: 0;
}
.social_networking_links_header ul li a {
	display: block;
	width: 28px;
	height: 28px;
	padding: 0;
	margin: 0;
}
.social_networking_links_header ul li ul {display: none;}
.login_button, .login_button:visited, .login_button:hover {
	display: block;
	color: #ffffff;
	background-color: #a70427;
	height: 24px; /*39*/
	line-height: 100%;
	width: 70px; /*100*/
	padding: 15px 0 0 30px;
	background-image: url(/images/web-layout/login_icon.gif);
	background-position: 18px 8px;
	background-repeat: no-repeat;
	text-decoration: none;
	/*float: left;*/
	clear: both;
	/*margin: 3.5em auto 0.475em auto;*/
	margin: 0 auto 0.475em auto;
}
.login_button:hover {text-decoration: underline;}
#search_block {
	width: 215px;
	height: 28px;
	padding-left: 5px;
	margin: 0 auto;
}
#search_block .search-box { padding: 0;}
#search_block form {
	margin: 0 !important;
	padding: 0 !important;
}
#search_block .search-box input#CAT_Search {
	float: left;
	margin: 0 !important;
	padding: 1px 0 1px 6px !important;
	border: none !important;
	background-color: ffffff !important;
	color: #303030 !important;
	font-size: 0.875em !important; /*14px*/
	font-style: italic;
	width: 182px !important; /*188*/
	height: 26px !important; /*28*/
    -webkit-appearance: none !important;
    border-radius: 0 !important;
}
#search_block .search-box input#search_button { 
	float: left;
	clear: right;
    -webkit-appearance: none !important;
    border-radius: 0 !important;	
}

/*small_screen_padding*/
.padded {margin: 1em 0.5em;}

/* Responsive Main Navigation */
.mid_desktop_menu {display: none;}
#top_navigation_button {width: 100%; background-color: #075da8; height: 43px; border-bottom: 1px solid #ffffff; background-image: url(../images/web-layout/expand.png); background-position: 97% center; background-repeat: no-repeat; margin-top: 1em;}
#top_navigation_button.collapse {background-image: url(../images/web-layout/expanded.png);}
#top_navigation_button a#menu_button {display: block; height: 43px; line-height: 43px; color: #ffffff; font-size: 1.125em; /*18px*/ font-weight: 400; text-decoration: none;padding-left: 2%; text-align: left;}

/* Main Navigation */
.mid_nav ul {
	display: none;
	padding:0;
	margin: 0;
	list-style-type: none;
	clear: both;
	width: 100%;
	/*float: left;*/
}
.mid_nav ul li {width: auto;height: auto;margin: 0;}
.mid_nav ul li.expand a { background-image: url(../images/web-layout/expand.png); background-position: 97% center; background-repeat: no-repeat;}
.mid_nav ul li.expand ul li a {  background-image: none;}
.mid_nav ul li.collapse a { background-image: url(../images/web-layout/expanded.png); background-position: 97% center; background-repeat: no-repeat;}
.mid_nav ul li a, .mid_nav ul li a:visited, .mid_nav ul li a:hover {
	margin: 0;
	display: block;
	/*padding-left: 14px;*/
	padding-left: 3%; padding-right: 3%; width: 94%;
	min-height: 43px;
	line-height: 43px;
	background-color: #075da8;
	border-bottom: 1px solid #ffffff;
	text-transform: uppercase;
}
.mid_nav ul li ul {clear: both; float: none;border-bottom: 1px solid #ffffff;padding: 0.5em 0 0.5em 0;background-color: #ffffff;}
.mid_nav ul li ul li a, .mid_nav ul li ul li a:visited, .mid_nav ul li ul li a:hover {
	background-color: #ffffff;border-bottom: 0px solid #ffffff; text-transform: none;line-height: 120%; height: auto; min-height: 0; padding: 0.5em 3% 0.5em 3%;
}

.button_menu {
	width: 100%;
	clear: both;
}
.button_menu .button_link {
	margin: 0 1% 2% 1%;
	display: block;
	float: left;
	width: 98%;
}
.button_menu .button_link a, .button_menu .button_link a:visited, .button_menu .button_link a:hover{
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}
.button_menu .button_txt {
	display: block;
	width: 100%;
	background-color: #da0911;
	line-height: 100%;
	padding: 0.5em 0;
}
.button_menu .button_link a:hover .button_txt {background-color: #02335e;}

.hyfeed .button_menu .button_txt_top {
	width: 100%;
	color: #02335e;
	font-weight: bold;
	padding: 1.25em 0 1em 0;
	display: block;
}
.hyfeed .button_menu .button_txt {
	line-height: 100%;
	width: 90%;
	padding: 0.675em 0 0.675em 10%;
	font-size: 0.875em; /*14px*/
	background-position: 4px center;
	background-repeat: no-repeat;
}
.hyfeed .button_menu .complete_feed .button_txt {
	background-image: url(/images/web-layout/hyfeed/complete_feeds_button_menu_icon.png);
	
}
.hyfeed .button_menu .supplement .button_txt {
	background-image:url(/images/web-layout/hyfeed/supplements_button_menu_icon.png);
	
}

.button, .button:visited, .button:hover {
	display: inline-block;
	color: #ffffff !important;
	padding: 0.5em 1em;
	border-radius: 10px;
	text-decoration:  none;
}

.panel_right_top, .panel_right_mid, .panel_right_bottom, .news_buttons {
	text-align: center;
}
.blue_button, .blue_button:visited, .blue_button:hover, .download_brochure_button, .download_brochure_button:visited, .download_brochure_button:hover {
	font-size: 1.375em; /*22px*/
	background-color: #033ba1;
	line-height: 130%;
	margin: 1.75em 0 1em 0;
}
.download_brochure_button, .download_brochure_button:visited, .download_brochure_button:hover{
    font-size: 1em;
    font-style: italic;
    background-color: #02335e;
    padding: 0.5em 2em 0.75em 60px;
    line-height: 130%;
    margin: 0.25em 0 0.75em 0;
    background-image: url(/images/web-layout/hyfeed/download_icon_bg.png);
    background-position: 17px center;
    background-repeat: no-repeat;
    text-align: center;
    max-width: 240px;
}
.hyfeed .blue_button, .hyfeed .blue_button:visited, .hyfeed .blue_button:hover {margin: 0.75em 0 1em 0;}
.blue_button:hover, .download_brochure_button:hover {background-color: #1e64e4;}
.blue_button strong, .download_brochure_button strong {font-size: 1.0909em; /*24px*/}

.news_button_red, .news_button_red:visited, .news_button_red:hover {
	font-size: 0.9375em; /*15px*/
	background-color: #ed1c24;
	padding: 0.8125em 2em;
	line-height: 130%;
	margin: 0.25em 0 1em 0;
	text-align: left;
}
.news_button_red:hover {background-color: #fe262e;}

.facebook_find_us_button, .facebook_find_us_button:visited, .facebook_find_us_button:hover {
	font-size: 0.9375em; /*15px*/
	background-color: #3f5d9b;
	padding: 0.8125em 2em 0.8125em 54px;
	line-height: 130%;
	margin: 0.25em 0 0.75em 0;
	background-image: url(/images/web-layout/facebook_icon_bg.png);
	background-position: 13px 9px;
	background-repeat: no-repeat;
	text-align: left;
	max-width: 280px;
}
.facebook_find_us_button:hover {background-color: #3d75e7;}

.catalogue_button, .catalogue_button:visited, .catalogue_button:hover {
	font-size: 0.875em; /*14px*/
	background-color: #ed1c24;
	line-height: 145%;
	margin: 0.75em 0 1em 0;
	text-align: center;
	padding: 0.8125em 0.125em;
	min-width: 176px;
}
.catalogue_button:hover {background-color: #ff484f;}
.catalogue_button strong {font-size: 1.5625em; /*24px*/}
.catalogue_button img {display: inline-block; padding: 0.5em 0 0 0;}

.feature_panel_left_bottom {text-align: center;}
.feature_panel_right_bottom {background-color: #02335e;}
.feature_panel_right_bottom .feature_right_content {
	text-align: center;
	color: #ffffff;
	padding: 1em 0;
}
.feature_right_content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*float: left;
	text-align: left;
	width: 25%;
	padding: 1em 0 1em 7%;*/
}
.feature_right_content ul li {
	margin: 0;
	padding: 2px 0 3px 0;
	font-weight: bold;
	line-height: 130%;
}
.feature_right_content a, .feature_right_content a:visited, .feature_right_content a:hover {color: #ffffff;}
.feature_right_content .hyfeed_red_button, .feature_right_content .hyfeed_red_button:visited, .feature_right_content .hyfeed_red_button:hover {
	background-color: #fc0001;
	padding: 0.5em 0.75em;
}
.feature_right_content .hyfeed_red_button:hover {background-color: #fe262e;}

.general_bottom_panel { text-align: center;margin-bottom: 2em;}
.white_button, .white_button:visited, .white_button:hover {
	font-weight: bold;
	font-size: 1.5625em; /*25px*/
	background-color: #ffffff;
	border: 1px solid #075da8;
	color: #075da8 !important;
	line-height: 130%;
	margin: 0.75em 0 1em 0;
	text-align: center;
}
.white_button:hover {
	background-color: #075da8;
	color: #ffffff !important;
}
#feedsafe_logo_general {}
.general_icon_menu_container {}
.general_icon_menu {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	padding: 0.5em 0;
	background-color: #da0911;
}
.general_icon_menu_blue .general_icon_menu {background-color: #075da8;margin-top: 0.05em; margin-bottom: 0.3em;}
.general_icon_menu .button_link {
	padding: 0 1% 0 1%;
	display: block;
	float: left;
	width: 18%;
}
.general_icon_menu .button_link a, .general_icon_menu .button_link a:visited, .general_icon_menu .button_link a:hover{
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.general_icon_menu img {}
.general_icon_menu .button_txt { display: none;}

.footer_container {	padding-bottom: 1.25em;}

#footer_mobile {border-bottom: 1px solid #ffffff;margin-bottom: 1em;}
#footer_mobile #top_arrow { display: block; width: 34px; height: 34px; margin: 1em auto 0.5em auto;}
.footer_menu_mobile { text-align: center; padding: 0 1em;padding: 0.25em 0 1.25em 0; }
.footer_menu_mobile ul {margin: 0; padding: 0; list-style-type: none;}
.footer_menu_mobile ul li { margin: 0; padding: 0.2em 0.6125em 0.2em 0.6125em; display: inline-block;}
.footer_menu_mobile ul li ul { display: none;}

.footer_nav_desktop ul {display: none;}

.footer_col_last {text-align: center;}
#footer_logo_1 {display:none;}
#footer_logo_2 { display: block; margin: 1em 0;}
.social_networking_links_footer {display: inline-block; padding-top: 1em;}
.social_networking_links_footer ul {
	display: block;margin: 0; padding: 0; list-style-type: none;
}
.social_networking_links_footer ul li {
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	padding: 0 8px 0 0;
	margin: 0;
}
.social_networking_links_footer ul li a {
	display: block;
	width: 35px;
	height: 35px;
	padding: 0;
	margin: 0;
}
.social_networking_links_footer ul li ul {display: none;}
.footer_info_content { margin-bottom: 0.25em; margin-top: 0.25em; text-align: center;}
.footer_info_left .footer_info_content { padding-top: 1.25em;}

.clearer{ /* outside container clearer */
	width: 100%;	
	height: 0px;
	background-color:transparent;
	position: relative;
	clear: both;
}
.clear { clear: both; }
hr { height: 1px; border: 0; border-top: 1px solid #acacac; clear: both; }

/* Override styling in modulestylesheets.css */  
/* @group Blog */
/* NOTE: div.post-list exists in FORUMS as well */
.blog-container p.description {margin: 0;}
.blog-post .post-details {margin: 5px 0 7px;}
.blog-container .post-list {float: none;width: 100%;}
.blog-post .post-body {margin: 0 0 20px;}
.comment-list {margin-bottom: 36px;padding: 0; background:none; border: 0px solid #000000;}
.comment-list h5 {margin: 0 0 18px;}
.comment-list input#Captcha, input#Captcha, input#CaptchaV2 {width: 90% !important;}
.comment-list textarea.cat_listbox_small {height: 120px;width: 90%;}
.blog-comment-container  .comment-details {font-size: 0.875em;padding: 6px;}
.blog-comment-container .comment {background: #fff;padding: 9px;}
span.flag {	margin: 0 6px;vertical-align: middle;}
input#fullname, input#website, input#emailaddress {width: auto;}
textarea.comment {height: 160px;width: 0%;}
.forum-registration textarea.comment {height: 70px;	width: auto;}
.blog-container .side-panel {float: none;width: 100%;}
.blog-post dl {
	background: none;
	border: 0px solid #000000;
	margin: 0 0 18px;
	padding: 3px;
}
.blog-post dd, .blog-post dt {font-size:  0.875em; /*14px*/}
.post-body .links {font-size:  0.875em; /*14px*/}

/* @group Web Form */
.form, .webform {font-size: 0.875em !important}
ul.form {margin: 0;	padding: 0;}
ul.form li {list-style: none;margin: 0 0 18px 0;}
ul.form li label {color: #888;display: block;}
div.form div.item, div.webform div.item {padding: 9px 0 9px 0;}
label {font-size: 1em !important;line-height: 130%;}
input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {width: 90%;}
.cat_dropdown_small {width: 90%;}
.cat_dropdown_smaller {	width: 90%;}
.cat_textbox_small, .cat_listbox_small {width: 90%; /* DON'T TOUCH THIS */}
.cat_listbox {height: 120px;width: auto;}
table.webform,
table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
table.webform td {line-height: 24px;padding: 6px;}
.form input, .webform input {margin-right: 0; float: none !important;}

/* @end */

/* @group System Message */
.system-message, .system-error-message {
	margin: 18px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 5px;
}
/* @end */

/* @group Comment */
.comment-container {margin: 0 0 18px;}
.comment-container .header {
	background: #eee;
	font-size: 0.875em;
	padding: 6px 18px;
}
.comment-container span.name {color: #000;}
.comment-container span.rating {margin: 0 9px;vertical-align: middle;}
.comment-container .content {padding: 18px;}
.comment-form {	margin: 0 0 18px;padding: 18px;}
.comment-form h3 {font-size: 1em;margin: 0 0 18px;}
.comment-form h5 {font-size: 1em;margin: 0 0 18px;}
.comment-form input.cat_textbox_small,
.comment-form textarea {width: 90%;}

/* Override inline styling for images inserted into content */
.content_div img, .content_div table img {/*width: 100% !important;*/max-width: 100% !important;height: auto !important;}

.search-box input.cat_textbox_small {
    margin: 0 0 0.5em 0;
    float: none;
    border: 1px solid #c0c0c0;
}

form div.item, div.form div.item, div.webform div.item {
	padding: 0.125em 0 0.25em 0;
}
form div.item label, div.form div.item label, div.webform div.item label {
	padding: 0.125em 0 0.25em 0;
}

label {
	font-size: 1em !important;
	line-height: 130%;
}

form div.item, div.form div.item, div.webform div.item {padding: 0.5em 0 0.5em 0;}
form div.item label, div.form div.item label, div.webform div.item label {display: inline-block;padding: 0.5em 0 0.25em 0;}
label {	font-size: 1em !important;line-height: 130%;}
input[type="radio"], input[type="checkbox"] {margin: 0.5em;}

/* Payment form */
#CardExpiryMonth { width: 45%;}
#CardExpiryYear { width: 45%;}

/* YouTube Video CSS */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content_div .float_left, .content_div .float_elements_left { float: none !important;}
.content_div .float_right, .content_div .float_elements_right { float: none !important }

.google-maps {
	position: relative;
	padding-bottom: 75%; /* This is the aspect ratio*/
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

table.cart {font-size: 0.6875em; /*11px*/}
table.cart strong {font-size: 1.2727em;/*14px*/}
.productitemcell {height: 70px;line-height: 130%;}
input.cartInputText {width: 40px;}
table.cart td.actions {text-align: left;}
table.cart td.actions a {margin: 0 5px 0 0;}

@media only screen and (max-width: 959px) {

}
/* Mobile Layout: 241px to 480px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 241px) {
#content_general {min-height: 6em;} 
.button_menu .button_link {	width: 48%;}
}
@media only screen and (min-width: 272px) {
.phone_header {float: left;}
.social_networking_links_header {float: left; margin: 10px 1em 0 0;}
.social_networking_links_header ul li {display: block;float: left;}
.login_button, .login_button:visited, .login_button:hover {margin: 3.5em auto 0.475em auto;}
}

@media only screen and (min-width: 390px) {
.login_button, .login_button:visited, .login_button:hover {
	float: left;
	clear: none;
	margin: 0;
}
.feature_right_content ul {
	float: left;
	text-align: left;
	width: 25%;
	padding: 1em 0 1em 7%;
}
.feature_right_content ul li {line-height: 110%;}

}

@media only screen and (min-width: 481px) {	
#content_general {min-height: 10em;}
#content_home {padding-right: 1em;}
table.cart td.actions {text-align: right;}

}

/* Desktop Layout: 769px to a max of 960px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 768px) {
.max_960 {
	width: 960px;
	margin: 0 auto;
	float: none;
}
.container, .general .container {float: none; padding-top: 1.75em; padding-bottom: 1.25em; background-image: url(/images/web-layout/banner_bg.jpg);
background-position: center top; background-repeat: no-repeat;}
.home .container {
	padding-top: 278px;
	padding-bottom: 2em;
}
.home.hyfeed .container {padding-top: 372px;background-image: url(/images/web-layout/hyfeed/hyfeed_banner_bg.jpg);}
.general .container {background-image: url(/images/web-layout/banner_bg_general.jpg);}
.general.hyfeed .container {background-image: url(/images/web-layout/hyfeed/banner_bg_general.jpg);}
.container_2 { padding-top: 1em; padding-bottom: 1em;}
.container_3 { padding-top: 1em; padding-bottom: 1em;}
.mobile_banner {display: none;}

.padded { margin: 0;}

.header_container {
	background-image: url(/images/web-layout/header_bg_repeater.gif);
	background-position: left top;
	background-repeat: repeat-x;	
}
.header {height: 196px;position: relative;}
.header_left {height: 146px;}
.logo_header {width: 275px; height: 146px; }
.logo_header img {width: 275px !important;height: 146px !important;}

.hyfeed .logo_header {width: 260px; }
.hyfeed .logo_header img {width: 260px !important;}

#strapline {
	display: block;
	float: left;
	width: 217px;
	height: 46px;
	padding: 37px 0 0 65px;
}
.hyfeed #strapline {
	width: 273px;
	height: 77px;
	padding: 0 0 0 12px;
}

.header_right {height: 146px;}
.top_nav {
	display: block;
	float: right;
	margin-top: 10px;	
	padding: 0 107px 0 0;
	height: 27px; /*55*/
}
.hyfeed .top_nav {padding: 0;}
.top_nav ul {
	padding:0;
	margin: 0;
	list-style-type: none;
}
.top_nav ul li {
	display: inline;
	float: left;
	height: 27px;
	line-height: 25px;
	margin: 0;
	padding: 0 8px 0 16px;
}
.top_nav ul li ul { display: none;}
.header { position: relative;}
.header_right_bottom {
	display: block;
	float: right;
}
.header_right_bottom .clearfix {display: block;}

.phone_header {float: right;margin-top: 29px;padding: 0 0 0 23px; line-height: 100%;background-position: left 4px;}
.social_networking_links_header {margin: 0;float: right;padding-top: 17px;}

#search_block {position: absolute; top: 105px; right: 75px;}
.login_button {position: absolute;float: none; top: 0; right: 0;}

/*main navigation */
#top_navigation_button {display: none;}
.mid_mobile_menu {display: none;}
.mid_desktop_menu {display: block;}
.mid_nav {z-index: 999; position: relative; height: 50px; background-color: #075da8; width:960px;}
.mid_nav ul {display: block; height: 50px;padding: 0; margin: 0;}
.mid_nav ul li {
	padding: 0;
	float: left;
	margin: 0;
	height: 50px;
	display: inline;
	position: relative;
}
.mid_nav ul li a, .mid_nav ul li a:visited, .mid_nav ul li a:hover {
	display: inline-block;
	padding:3px 45px 0 29px;
	width: auto;
	height: 47px; /*50*/
	line-height: 47px;
	border: none;
	background-color: transparent;
	text-transform: none;
}
.hyfeed .mid_nav ul li a, .hyfeed .mid_nav ul li a:visited, .hyfeed .mid_nav ul li a:hover {padding:3px 25px 0 10px;}
.hyfeed .mid_nav ul li#complete_feeds_menu_item a, .hyfeed .mid_nav ul li#complete_feeds_menu_item a:visited, .hyfeed .mid_nav ul li#complete_feeds_menu_item a:hover {
padding-left: 27px;
background-image: url(/images/web-layout/hyfeed/complete_feeds_menu_icon.png);
background-position: 4px center;
background-repeat: no-repeat;
}
.hyfeed .mid_nav ul li#supplements_menu_item a, .hyfeed .mid_nav ul li#supplements_menu_item a:visited, .hyfeed .mid_nav ul li#supplements_menu_item a:hover {
padding-left: 27px;
background-image: url(/images/web-layout/hyfeed/supplements_menu_icon.png);
background-position: 4px center;
background-repeat: no-repeat;
}
/* main navigation Hover menu CSS */
/* Top navigation Hover menu CSS */
.mid_nav ul li ul { 
  line-height: normal;
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  width:220px;
  z-index: 1002 !important;
  height: auto;
  padding: 12px 0 30px 0;
  margin: 0;
  background-color: transparent !important;
  background-image: url(../images/web-layout/nav_dropdown_bg_repeater.png);
  background-position: left top;
  background-repeat: repeat;
  border-bottom: 0px solid #ffffff;
}
.mid_nav ul li:hover ul { display: block;}
.mid_nav ul li ul li {padding: 0 !important; width:220px;height: auto;}
.mid_nav ul li:hover ul li a, .mid_nav ul li:hover ul li a:hover, .mid_nav ul li:hover ul li a:visited {
	padding: 6px 5px 6px 26px;
	line-height: 115%;
	width: 189px; /*220*/
	height:auto;
	min-height: 0;
	text-align: left;
	display:block;
	cursor:pointer;
	background-color: transparent;
	border: 0px solid #ffffff; 
	background-image: none !important;
	color: #ffffff;	
}
.mid_nav ul li:hover ul li a:hover {text-decoration: none; color: #ffffff;}
		/* Level 3 */
		.mid_nav ul li:hover ul li ul { position: absolute; top: 0; left: 220px; display: none;}
		.mid_nav ul li:hover ul li:hover ul { display: block;} 
		
.button_menu .button_link, .hyfeed .button_menu .button_link  {
	margin: 0 3px 9px 2px;
	width: 187px;
}
.button_menu .button_link a, .button_menu .button_link a:visited, .button_menu .button_link a:hover{
	background-image: url(/images/web-layout/button_menu_bg.png);
	background-position: left top;
	background-repeat: repeat;
}
.button_menu .button_txt {
	font-size: 1.3125em; /*21*/
	height: 38px;
	line-height: 38px;
	padding: 2px 0 0 0;
}

.hyfeed .button_menu .button_txt_top {
	height: 79px !important; /*99px*/
	line-height: 125%;
	padding: 20px 0 0 0;
}
.hyfeed .button_menu .button_txt {
	height: 36px;
	line-height: 36px;
	padding: 4px 0 0 15px;
	width: 172px;
	font-size: 1em;
}

.home .content_div {padding: 20px 34px 0 9px;}
#content_home {}
#content_general {min-height: 26em; padding: 14px 25px 1em 25px; margin: 0;}
#content_shop {padding: 14px 0 1em 0}
.news_buttons { padding-top: 0.5em;}
.news_button_red, .news_button_red:visited, .news_button_red:hover { float: left; margin-right: 15px; margin-bottom: 0.25em;}
.facebook_find_us_button, .facebook_find_us_button:visited, .facebook_find_us_button:hover { float: left;margin-bottom: 0.25em;}
.feature_panel_right_bottom { margin: 0;}
.feature_panel_right_bottom .feature_right_content {padding: 18px 0 0 0; height: 296px; /*314*/}
.feature_right_content ul { padding: 19px 0 16px 7%;}
.feature_right_content ul li {padding: 2px 0 3px 0;}
.feature_right_content a, .feature_right_content a:visited, .feature_right_content a:hover {color: #ffffff;}
.feature_right_content .hyfeed_red_button, .feature_right_content .hyfeed_red_button:visited, .feature_right_content .hyfeed_red_button:hover {
	height: 32px;
	line-height: 32px;
	padding: 0 0.75em;
}

.pba_banner_hyfeed_home { margin: 2em 0 1em 0;}

.general_bottom_panel { text-align: left; margin-bottom: 20px;}
.general_bottom_panel br {display: none;}
.white_button, .white_button:visited, .white_button:hover {margin: 38px 0 0 288px; width: 384px; padding: 0; height: 51px; line-height: 51px;}
#feedsafe_logo_general { float: right; margin-right: 14px;}

.hyfeed .white_button, .hyfeed .white_button:visited, .hyfeed .white_button:hover { float: left;margin: 38px 35px 0 25px; width: 308px;font-size: 1.25em; /*20px*/}
.hyfeed .white_button#general_shop_button, .hyfeed .white_button#general_shop_button:visited, .hyfeed .white_button#general_shop_button:hover { }

.hyfeed .general_bottom_panel {margin-bottom: 0;}
.general_icon_menu {padding: 11px 0; margin-top: 0 !important; margin-bottom: 0 !important;}
.general_icon_menu_red .general_icon_menu {margin-right: 5px;}
.general_icon_menu_blue {margin-left: 0;}
.general_icon_menu_blue .general_icon_menu {margin-left: 5px;}

.footer_info_content {padding-top: 1.75em !important;}
.footer_info_left .footer_info_content {text-align: left;}
.footer_info_middle .footer_info_content {text-align: center;}
.footer_info_right .footer_info_content {text-align: right;}

.footer_nav_desktop ul {display: block;}
#footer_mobile {display: none;}
.footer_nav {  /* Default footer nav column widths */
	float: left;
	width: 143px; /*163px*/
	padding: 14px 20px 10px 0;
}
.footer_nav ul {
	display: block;	
	width: 143px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
}
.footer_nav ul li {
	padding: 4px 0 4px 0;
	margin: 0;
	width: 143px;
	line-height: 100%;		
}
.footer_nav ul li ul {
	width: 143px;
	margin: 0;
	padding: 4px 0 14px 0;
}
.footer_nav ul li ul li {
	padding: 3px 0 5px 0;
	line-height: 100%;
	margin: 0;
	width: 143px;
}
.footer_nav ul li ul li ul {
	width: 143px;
	margin: 0;
	padding: 1px 0 5px 0;
}
.footer_nav ul li ul li ul li {
	padding: 0 0 0 23px;
	background-image: url(../images/web-layout/footer_submenu_item_bg.gif);
	background-repeat: no-repeat;
	background-position: 13px 10px;
	line-height: 100%;
}
/* Override defaults */
#footer_nav_2 { width: 182px; /*202*/}
#footer_nav_2 ul { width: 182px; }
#footer_nav_2 ul li { width: 182px; }
#footer_nav_2 ul li ul { width: 182px; }
#footer_nav_2 ul li ul li { width: 182px; }
#footer_nav_2 ul li ul li ul { width: 182px; }
#footer_nav_2 ul li ul li ul li {}

#footer_nav_3 { width: 205px;/*225*/}
#footer_nav_3 ul { width: 205px; }
#footer_nav_3 ul li { width: 205px; }
#footer_nav_3 ul li ul { width: 205px; }
#footer_nav_3 ul li ul li { width: 205px; }
#footer_nav_3 ul li ul li ul { width: 205px; }
#footer_nav_3 ul li ul li ul li {}

#footer_nav_4 { width: 195px;/*215*/} 
#footer_nav_4 ul { width: 195px; }
#footer_nav_4 ul li { width: 195px; }
#footer_nav_4 ul li ul { width: 195px; }
#footer_nav_4 ul li ul li { width: 195px; }
#footer_nav_4 ul li ul li ul { width: 195px; }
#footer_nav_4 ul li ul li ul li {}

.footer_col_last {
	text-align: left; 
	float: left;
	width: 155px;
	padding-top: 9px;
}
.hyfeed .footer_col_last {text-align: right;}
#footer_logo_1 { display:block;}
#footer_logo_2 { display:none;}
.social_networking_links_footer {float: right;padding: 23px 3px 0 0;}
.social_networking_links_footer ul li {}

.content_div .float_left{float: left !important; clear: left;padding: 0 10px 10px 0;}
.content_div .float_elements_left {float: left !important; clear: left;max-width: 300px;padding: 0 25px 20px 0 !important;}

.content_div .float_right {float: right !important; clear: right;padding: 0 0 10px 10px;}
.content_div .float_elements_right {float: right !important; clear: right;max-width: 300px; padding: 0 0 20px 25px !important; }
.content_div .float_left img, .content_div .float_elements_left img {display: block;max-width: 300px; padding-bottom: 10px;}
.content_div .float_right img, .content_div .float_elements_right img {display: block;max-width: 300px;padding-bottom: 10px; }

form div.item, div.form div.item, div.webform div.item {width: 50%;}
input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {width: 100%;}
.cat_dropdown_small {width: 100%;}
.cat_dropdown_smaller {	width: 100%;}
.cat_textbox_small, .cat_listbox_small {width: 100%;}

div.form_full_width div.item {width: 100%;}
.half_width{width: 50%;}

/* YouTube Video CSS */
.videoWrapper {
	position: static;
	padding-bottom:0; /* 16:9 */
	padding-top:0;
	height: auto;
}
.videoWrapper iframe {
	position: static;
	width: 479px;
	height: 269px;
}
.productitemcell {height: 33px;line-height: 130%;}
}

/* Large product layout */
ul.catalogueList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.catalogueList li {
	margin: 0;
	padding: 0;
}
ul.productList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* small_product_layout */
.small_product_layout {
	border: 0px solid #ffffff;
	background-color: transparent;
	padding: 0 0 1em 0;
}

.small_product_layout h2.product_title, .large_product_layout h2.product_title {
	padding: 0.75em 1.25em 0.5em 1.25em;
	color: #ffffff;
	background-color: #eb2128;
	font-weight: normal;
	margin-bottom: 1em;
	background-position: 97% center;
	background-repeat: no-repeat;
}
.small_product_layout h2.product_title.supplement, .large_product_layout h2.product_title.supplement { background-image: url(/images/web-layout/hyfeed/supplements_icon_small_product.png);}
.small_product_layout h2.product_title.complete_feed, .large_product_layout h2.product_title.complete_feed {background-image: url(/images/web-layout/hyfeed/complete_feeds_icon_small_product.png);}
.small_product_layout h2.product_title a, .small_product_layout h2.product_title a:visited, .small_product_layout h2.product_title a:hover, .large_product_layout h2.product_title {color: #ffffff; font-size: 1em;}
/*.small_product_layout {width: 90%;}*/
.small_product_layout .image {padding-bottom: 0.5em;}
.small_product_layout .image img {max-width: 124px;}
.large_product_layout .image img {max-width: 228px !important;}
.small_product_layout h3.description_heading, .large_product_layout h3.description_heading {
	font-size: 1.125em; /*18px*/
	padding: 0.25em 0 0 0;
	margin: 0;
	height: auto;
	line-height: 110%;
	color: #303030;
}
.small_product_layout p.more_link { padding-bottom: 1em;}
.small_product_layout .actions ul.details_right, .small_product_layout .actions ul.details_left, .large_product_layout .actions ul.details_right, .large_product_layout .actions ul.details_left {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

.small_product_layout .actions ul.details_right li, .small_product_layout .actions ul.details_left li, .large_product_layout .actions ul li.details_right, .large_product_layout .actions ul li.details_left {
	margin: 0;
	padding: 0;
	font-size: 0.875em; /*14px*/
	color: #303030;
	line-height: 120%;
}


.small_product_layout .actions ul.details_right, .large_product_layout .actions ul.details_right {padding: 1em 0 0 0;}
.small_product_layout .actions ul li.qty, .large_product_layout .actions ul li.qty { margin-bottom: 0.25em;}
.small_product_layout .actions ul li.qty label, .large_product_layout .actions ul li.qty label { font-size: 0.875em !important;}
.small_product_layout .actions ul li.qty input, .large_product_layout .actions ul li.qty input {border: 1px solid #aba6a4; background-color: transparent !important; height: 18px; padding-left: 2px;/*width: 80px !important;*/}
.large_product_layout .actions ul li.qty input {width: 90px !important;}
.small_product_layout .actions ul li.add_to_cart_button, .large_product_layout .actions ul li.add_to_cart_button {padding: 0.5em 0 0 0;}
.small_product_layout .actions ul li.checkout_button, .large_product_layout .actions ul li.checkout_button {padding: 0.5em 0 0 0;}
.small_product_layout .actions ul li.add_to_cart_button input, .small_product_layout .actions ul li.checkout_button input, .large_product_layout .actions ul li.add_to_cart_button input, .large_product_layout .actions ul li.checkout_button input {
	background-color: transparent !important;
	-webkit-appearance: none !important;
	border: 1px solid #aba6a4;
    border-radius: 5px !important;
	font-size: 0.875em; /*14px*/
	/*width: 80px !important;*/
	padding: 0.5em;
	margin: 0.25em;
}

/* Large product layout */
ul.productList.large_product_layout li {margin: 0;padding: 0;}
.large_product_layout .description p {line-height: 120%;}
.productLarge img.long_separator_bottom {padding: 1em 0 1.5em 0;}

.download_brochure_button, .download_brochure_button:visited, .download_brochure_button:hover {
	font-size: 1em; /*16px*/
	font-style: italic;
	background-color: #02335e;
	padding: 0.5em 2em 0.75em 60px;
	line-height: 130%;
	margin: 0.25em 0 0.75em 0;
	background-image: url(/images/web-layout/hyfeed/download_icon_bg.png);
	background-position: 17px center;
	background-repeat: no-repeat;
	text-align: center;
	max-width: 240px;
}
.download_brochure_button:hover {background-color: #eb2128;}
.download_brochure_button .large_text {display: inline-block;font-size: 1.125em; /*19px*/font-style: normal; line-height: 120%; padding-top: 5px;}
/* Phone Layout (smartphone) */
@media only screen and (min-width: 190px) {
}

/* Phone Layout (smartphone) */
@media only screen and (min-width: 241px) {

}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
   
  .small_product_layout h2.product_title a, .small_product_layout h2.product_title a:visited, .small_product_layout h2.product_title a:hover {font-size: 1.25em; /*20px*/}  
  .large_product_layout h2.product_title {font-size: 1.375em; /*22px*/padding: 0.375em 1.25em 0.375em 1.25em;} 
  .small_product_layout .image {
	  float: left;
	  width: 30%;
	  padding: 0 2% 0 0;
	  max-width: 124px;
  }

  .small_product_layout .actions, .large_product_layout .actions { float: left; width: 68%;}
  .small_product_layout .actions ul.details_left {
	  float: left;
	  width: 56%;
	  padding: 0.75em 2% 0 0;
  }  
  .small_product_layout .actions ul.details_right { float: left; width: 42%; }
  .small_product_layout .actions ul.details_right { text-align:right;}
.large_product_layout .actions  ul.details_left {padding-top: 1em;}
.large_product_layout .actions  ul.details_right {padding-top: 1.5em;}  
  .small_product_layout p.more_link {padding-bottom: 2em;}  
  table.cart, table.cart strong {font-size: 1em !important;}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 768px) {
.shop-main .cart-summary {text-align: right;}	
.shop_heading {	padding: 0 10px 0 30px;}
.shop-header {padding: 0 10px 0 30px;}
.shop-header h2 {padding: 0.75em 0; float: left;}

.shop-main .shop-header p.bread-crumbs {float: left; width: 50%;}
table.cartSummaryTable {
	float: right;
	margin: 10px 10px 0 0;
	width: 45%;
}

.large_product_layout {padding: 0 6px 0 4px;}
.small_product_layout .image {width: 124px; padding: 0 18px;}
.large_product_layout .image {float: left;width: 228px; padding: 0 20px 0 0;}
.large_product_layout .image img {width: 228px;}
.small_product_layout .actions {width: 305px;}
.large_product_layout .actions {width: 629px;}
.small_product_layout .actions ul.details_left {width: 154px;padding: 0.75em 0 0 0;}  
.small_product_layout .actions ul.details_right {width: 141px;padding: 0 10px 0 0;}
.large_product_layout .actions  ul.details_left {padding-top: 1.5em;}
.large_product_layout .actions  ul.details_right {padding-top: 2em;width: 135px; text-align: right;}
.large_product_layout .actions  ul.details_right li {text-align: right;}

.small_product_layout .actions ul li.qty, .large_product_layout .actions ul li.qty { margin-bottom: 0;}

.small_product_layout .actions ul li.qty input, .large_product_layout .actions ul li.qty input {width: 95px !important;}
.small_product_layout .actions ul li.add_to_cart_button input, .small_product_layout .actions ul li.checkout_button input, .large_product_layout .actions ul li.add_to_cart_button input, .large_product_layout .actions ul li.checkout_button input {width: 85px !important; margin: 0; padding: 0;}

.productSmall .productItem, .productSmall .productItemLast {
	width:49%;
	margin: 0.5em 0.5% 1em 0.5%;
	padding: 0;
	float: left;
}

.large_product_layout .description {padding-bottom: 1em;}
/*.productSmall .productItem, .productSmall .productItemLast{
	width: 160px;
	margin: 0.5em 40px 1em 0;
	padding: 0;
}*/
/*.small_product_layout {width: 100%;}*/
}