.pg-active {
    border-bottom: 4px #448e41 solid;
}
a:focus {
    border: 2px #c2e0c1 solid;
}
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 8px;}
div#slider figure img { width: 20%; float: left; border-radius: 10px;}
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}
#logo{
    display: inline-block;
}

#menu-icon {

    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    z-index: 1;

}
a:hover#menu-icon {

    background-color: #c2e0c1;
    border-radius: 4px;

}
header {
    padding: 6px 0;
    background: white;
    text-align: center;
}
@media only screen and (max-width : 640px) {
    #logo{padding-left: 4px;}
    #menu-icon {
        display:inline-block;
        text-align: center;
    }
    svg.feather.feather-menu{
        margin-top: 6px;
    }

    header{
        position: relative;
        top: 0;
        z-index: 1;
        background: rgba(255,255,255,0.8);
        margin-bottom: 8px;
        width: 100%;
    }

    #mainMenu{
        background: #f2f2f2 !important;
        /*border: 5px solid #444;*/
        right: 10px;
        top: 60px;
        width: calc(100% - 20px);
        border-radius: 2px;
        z-index: 1;
        border-radius: 0 !important;
        border-top:4px #448e41 solid; 
        position: absolute;
        transition:all 200ms ease;
        -webkit-transition:all 500ms ease;
        max-height: 520px;
    }

    .menu{ 
        height: 0;
        visibility:hidden;
        opacity: 0;  
    }

    .menu-active{
        height:100%;
        visibility:visible;
        opacity:1;
    }

    nav li {

        text-align: left;
        width: 90%;
        padding: 10px 0;
        margin: 0;
        border-bottom: 1px #c5c5c5 solid;

    }
    nav #mainMenu li a{

        text-shadow:none;
        color: #666;
        border:0;
        width: 100%;
    }
    .pg-active{
        border-bottom: 1px #c5c5c5 solid;
    }
    li.pg-active span{
        color: #448e41;
    }

/*    nav:hover #mainMenu {

        display: block;

    }*/
}

/*#slider{
  margin:0 12px;
}*/

#subBanner {
    height: auto;
    width: 100%;
    /* background-image: url(../images/landing-sub-banner-bg.png); */
    padding: 4px 0px;
    /*	margin-top: 2px;
	margin-bottom: -3px;*/
    margin: 12px 0;
    font-size: 12px;
    line-height: 1.4em;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    border-radius: 10px;
    display: inline-block;
    background: linear-gradient(#fcfcfc, #eeeeee, #dfdfdf, #d6d6d6);
}

#subBanner ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#subBanner div {
    display: block;
    height: 140px;
    float: left;
    margin: 0 1px;
    padding: 8px 12px;
    display: inline-block;
}

#subBanner img.readmore {
    margin-top: 1em;
}

#subBanner h2 {
    margin: 0 0 3px 0;
    padding: 0px;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #515151;
    line-height: 1em;
}

#subBanner div#subBanner1 {
    background-image: url(../images/subbanner-humanbody.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#subBanner div#subBanner2 {
    /*text-align: center;*/
    padding-bottom: 0px;
    height: 150px;
    background: url(../images/bmi.png) no-repeat;
    background-size: 70px;
    background-position-y: 17px;
    background-position-x:right;  
}

#subBanner div#subBanner2 img {
    margin: 10px 0 0 0;
}

#subBanner div#subBanner3 {
    background-image: url(../images/subbanner-soyglass.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#subBanner div#subBanner4 {
    text-align: center;
    background-image: url(../images/subbanner-brochures.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#subBanner div#subBanner4 img {
    margin-top: 65px;
}
#subBanner span{
    display: inline-block;
    max-width: 70%;
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
    #subBanner div {
        width: 90%;
        padding: 8px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    #subBanner div {
        width: 90%;
        padding: 8px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 900px) {
    #subBanner div {
        width: 45%;
        padding: 8px;
    }
}

@media only screen and (min-width: 900px) {
    #subBanner div {
        width: 25%;
    }
    #subBanner div#subBanner1 {
        width: 15%;
        padding-right: 80px;
    }
    #subBanner div#subBanner2 {
        width: 20%;
    }
    #subBanner div#subBanner3 {
        width: 15%;
        padding-right: 80px;
    }
}

@charset "utf-8";
:focus {
    outline: 0;
}


/* CSS Document */

body {
    background: #f2f2f2;
    height: 100vh;
    /* background-repeat: no-repeat;
    background-attachment: fixed; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 1em 0 0 0;
}

h1 {
    font-size: 28px;
    /*font-weight: bold;*/
    letter-spacing: -1px;
    color: #999999;
    font-family: "Century Gothic", Helvetica, Arial, sans-serif;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E2E2E2;
    margin: 0;
    padding: 10px 20px 20px 20px;
    text-shadow: #000 0px 0px 0px;
}

h2 {
    font-size: 22px;
    color: #185398;
    font-weight: bold;
    letter-spacing: -1px;
    padding-bottom: 1em;
    text-shadow: #000 0px 0px 0px;
}

h3 {
    color: #198438;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
}

h4 {
    font-weight: bold;
    color: #333333;
    font-size: 12px;
}

h5 {
    font-weight: bold;
    font-size: 10px;
    line-height: normal;
}

p {
    margin-bottom: 1em;
    margin-top: 0px;
}


/* @group quotation */

blockquote {
    background-image: url(../images/quote-left.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0 0 30px 0;
    padding: 0 30px;
    font: 1.3em/1.4em Georgia, "Times New Roman", Times, serif;
    color: #787878;
}

blockquote p.speaker {
    font-size: 13px;
    font-style: italic;
}


/* @end */

a {
    color: #0066B3;
    text-decoration: none;
}

a:visited {
    color: #506F85;
}

a:hover {
    color: #5cb9ff;
}

#container {
    /*	width: 964px;
	margin: 5px auto 10px auto;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 964px;
    width: 100%;
/*    min-height: 960px;*/
}

@media only screen and (max-width:768px) {
    #container {
        max-width: calc(100% - 16px);
    }
}



/* @group mainMenu */

#mainMenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #fff;
    text-align: center;
    margin-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
}

#mainMenu li {
    display: inline-block;
}

#master0 {
    margin: 12px 0;
}

#mainMenu li a {
    display: inline-block;
    height: 44px;
    width: 112px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    color: #333;
    text-align: center;
    font-family: 'Arial';
    font-weight: 700;
}

#mainMenu li a span {
    /*display: none;*/
    /*	line-height: 44px;
	padding: 10px;*/
    padding: 13px 8px;
    display: inline-block;
}

#mainMenu li a:hover{
    background: #eee;
    border-radius: 2rem;
    transition: 100ms border-radius linear;
} 


/* @end */


/* @group subMenu */

#submenu {
    height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 10px 20px;
    background-color: #cccccc;
}

#submenu li {
    display: inline;
}

#submenu a {
    display: block;
    float: left;
    line-height: 20px;
    margin-right: 20px;
    font-weight: bold;
    font-size: 1em;
    text-shadow: #fff 0 1px 0;
    padding-right: 5px;
    padding-left: 5px;
}

#submenu a:link,
#submenu a:visited {
    color: #666;
}

#submenu a:hover {
    color: #3f3f3f;
}

#submenu a:active {
    color: #185398;
}


/* @end */

#body {
    width: 100%;
    max-width: 960px;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0;
    padding-top: 10px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: relative;
}

/*#bodyTop {
    background-image: url(../images/body-bg-top.png);
    background-repeat: no-repeat;
    height: 10px;
    width: 960px;
    margin: 6px auto 0 auto;
}*/

#bodyBottom {
    background-image: url(../images/body-bg-bottom.png);
    background-repeat: no-repeat;
    height: 10px;
    width: 960px;
    margin: 0 auto;
}

#content {
    padding: 20px;
    position: relative;
}

#content > div> img{
    width: 100%;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 16px;
}

/* @group twoColWrapper */

#twoColWrapper {
    background-image: url(../images/bodysidemenu-bg.png);
    background-position: left top;
    background-repeat: repeat-y;
    width: 960px;
}

#twoColWrapper #sideMenu {
    width: 240px;
    float: left;
    display: inline;
}

#twoColWrapper #sideMenu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#twoColWrapper #sideMenu ul li a {
    display: block;
    line-height: 40px;
    height: 40px;
    width: 200px;
    background-image: url(../images/sidemenu-button-bg.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #747474;
    font-size: 13px;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 10px;
    overflow: hidden;
}

#twoColWrapper #sideMenu ul li a:hover {
    color: #0066b3;
    background-position: 0px -40px;
}

#twoColWrapper #sideMenu ul li.active a {
    background-position: 0px -80px;
    color: #000000;
}

#twoColWrapper #content {
    width: 680px;
    float: left;
    padding: 20px;
}


/* @end */


/* @group nextPrev */

ul.nextPrev {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E2E2E2;
    list-style-type: none;
    margin: 20px 0px 0px;
    padding: 0px;
    clear: both;
}

ul.nextPrev li {
    *float: left;
}

ul.nextPrev li a {
    line-height: 40px;
}

ul.nextPrev li.prev a {
    background-image: url(../images/bullet-arrow-left.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 20px;
    float: left;
}

ul.nextPrev li.next a {
    background-image: url(../images/bullet-arrow-right.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 20px;
    float: right;
}


/* @end */


/* @group breadcrumbs */

#breadcrumbs {
    /*background-image: url(../images/breadcrumbs-bg.png);*/
    background-repeat: no-repeat;
    height: 30px;
    max-width: 960px;
    font-size: 11px;
    line-height: 30px;
    color: #333333;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 0;
    background: #e6e6e6;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

#breadcrumbs ul {
    margin: 0 5px;
    padding: 0px;
    list-style-type: none;
    clear: both;
        display:inline-block;
}

#breadcrumbs ul li {
    padding-left: 20px;
    background-image: url(../images/breadcrumbs-pointer.png);
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
    display: block;
    margin-right: 5px;
}

#breadcrumbs ul li.firstBreadcrumbs {
    background-image: none;
    padding-left: 5px;
}

#breadcrumbs ul li a {
    display: block;
    float: left;
    color: #747474;
    text-decoration: none;
}

#breadcrumbs ul li a:hover {
    color: #0066b3;
}


/* @end */


/* @group footer */

#footer {
    background: #fff;
    margin: 0 auto;
    padding: 24px 20px;
    line-height: normal;
    font-size: 11px;
    /* border-radius: 12px; */
    border-top: 1px #e1e1e1 solid;
}
.footerContainer{
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#footer img.footerLogo {
    margin-left: -5px;
}

#footer div.footerLinks ul {
    margin: 0 0 20px 0;
    padding: 0px;
    list-style-type: none;
}

#footer div.footerLinks ul li {
    display: inline;
    margin-left: 15px;
}

#footer div.footerLinks img {
    margin-left: 15px;
    vertical-align: middle;
}

#footer div.footerLinks {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

#footer div.footerLeft {
    vertical-align: middle;
    display: inline-block;
}

@media only screen and (min-width: 900px){
	#footer div.footerLinks {
    width: 100%;
    /* max-width: 60%; */
    text-align: right;
    flex: 1;
    padding-left: 15px;
    align-content: center;
}
}
@media only screen and (min-width:0) and (max-width: 900px){
	#footer div.footerLeft {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
}
#footer div.footerLinks > ul{
display: none;
}
}


/* @end */


/* @group topic */

#topic {
    margin: 0px;
    padding: 0 0 20px 0;
    list-style-type: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E2E2E2;
    overflow: auto;
    width: 920px;
}

#topic a {
    display: block;
    float: left;
    width: 440px;
    line-height: 20px;
    padding-left: 20px;
    color: #777;
}

#topic a:visited {
    background-image: url(../images/bullet-tick.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#topic a:hover {
    color: #333333;
}


/* @end */

#reference {
    clear: both;
    margin-top: 40px;
    font-size: 0.8em;
    color: #999999;
    line-height: normal;
}

#reference h4 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

#reference li {
    margin-bottom: .5em;
}

#medLegend {
    width: 200px;
    float: right;
    margin: 20px 0 20px 20px;
    padding: 20px;
    background-color: #eee;
}

div.captionBox {
    text-align: center;
    clear: both;
    font-style: italic;
    line-height: normal;
    font-size: 0.75em;
}


/* @group table */

table {
    font-size: 14px;
    line-height: 1.5;
}

table caption {
    font-style: italic;
    line-height: normal;
}

table th,
table td {
    padding: 2px 0.5em;
}

table th {
    color: #FFFFFF;
    background-color: #a7a7a7;
}

table td {}

table ul,
table ol {
    margin-top: 0px;
    margin-bottom: 0px;
}

.table-container{
    display: inline-block;
    max-width: 100%;
    overflow: auto;
}


/* @end */


/* @group zebra table */

table.zebraTable {
    border-collapse: collapse;
    border-spacing: 0;
    background-image: url(../images/zebra-table-stripe.png);
    background-color: #ededed;
}

table.zebraTable td {
    background: none;
}

table.zebraTable th,
table.zebraTable td {
    height: 20px;
    line-height: 20px;
    padding: 2px 0.5em;
}


/* @end */


/* @group nutrition table */

table.nutritionTable {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
}

table.nutritionTable caption {
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    padding-bottom: 0.5em;
}

table.nutritionTable tr {
    border-bottom: 1px solid #808080;
    text-align: left;
}

table.nutritionTable th {
    text-align: left;
    width: 300px;
}

table.nutritionTable th,
table.nutritionTable td {
    padding: 0 2px;
    background: none;
    color: #666;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5em;
}

table.nutritionTable td {
    text-align: right;
}

table.nutritionTable th.nutritionCategory {
    font-weight: bold;
    color: #000;
    border-top: 1em solid #000;
}


/* @end */

a.textButton {
    background-image: url(../images/bullet-arrow-right.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 20px;
    line-height: 20px;
}

a.button {
    background-color: #ffffff;
    padding: 0.5em;
    clear: none;
    display: block;
    margin: 0.5em;
    border: 1px solid #d9d9d9;
}

.warning {
    color: #CC0000;
}

.referenceSource {
    padding-top: 1em;
    padding-bottom: 1em;
    font-style: italic;
    font-size: 0.8em;
}

.specialWriteUp {
    padding: 2em;
    background-color: #f1f1f1;
}

.titleAndList h2 {
    padding-bottom: 0;
}

.productHighlight {
    float: left;
    width: 460px;
    height: 250px;
}

#productList {
    /*background-image: url(../images/subpanel-5-col-base.png);*/
    text-align: center;
    /*height: 420px;*/
}

#productList div {
    width: 25%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#productList div a {
    color: #555;
    font-weight: 700;
    line-height: 1.2;
}
@media only screen and (min-width: 0) and (max-width: 600px){
    #productList div {
        width: 45%;
    }
}
@media only screen and (min-width: 900px){
    #productList div {
        width: 18%;
    }
}
#productList div > a{
    display: inline-block;
}
#productList div > a > img{
display: inline-block;
margin: 0 auto;
/* width: 100%; */
height: auto;
}
#productList div:hover {
background: #f2f2f2;
}


/* @group columns in 960px */

#container #body #content div.column2 {
    width: 450px;
    float: left;
    display: inline;
    margin-left: 20px;
}
.top{
	vertical-align: top;
}
#container #body #content div.column3 {
    width: 33%;
	display: inline-block;
}

@media only screen and (max-width: 900px){
	#container #body #content div.column3 {
    width: 100%;
}
}

#container #body #content div.first {
    margin-left: 0;
}

.mhd-navbar{
	list-style-type: none;
	padding:0;
    margin-bottom: 0;
}

.mhd-navbar > li {
	display: inline-block;
	min-width: 100px;
	text-align: center;
}

.mhd-navbar > li > a{
    display: inline-block;
    padding: 12px 16px;
    text-decoration: none;
}

.mhd-tab-active{
	border-top:4px #185398 solid;
    font-weight: 700;
    background: #e5e5e5;
}
/* @end */


/* @group columns in 680px */

#container #body #twoColWrapper #content div.column2 {
    width: 330px;
    float: left;
    display: inline;
    margin-left: 20px;
}

#container #body #twoColWrapper #content div.column3 {
    width: 213px;
    float: left;
    display: inline;
    margin-left: 20px;
}

#container #body #twoColWrapper #content div.first {
    margin-left: 0;
}


/* @end */


/* @group sub panel 3 column */

div.subPanel3Col {
    width: 690px;
    margin: 0;
    font-size: 11px;
    line-height: normal;
    float: left;
    display: inline;
}

div.subPanel3Col h2 {
    margin: 0;
    padding: 0;
}

div.subPanel3Col div.subPanelBody {
    background: url(../images/subpanel-3-col-base.png) repeat-y;
}

div.subPanel3Col ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.subPanel3Col li {
    width: 190px;
    height: 120px;
    padding: 20px;
    display: block;
    float: left;
}

div.subPanel3Col li h3 {
    font-size: 13px;
    line-height: 1em;
    padding: 0;
    height: 3em;
    margin-bottom: 1em;
}

div.subPanel3Col li h3 a {
    color: #000;
}

div.subPanel3Col li h3 a:hover {
    color: #0066B3;
}

div.subPanel3Col li img.download {
    margin-top: 1em;
}

div.subPanel3Col li img.img-right {
    margin: 0;
}


/* @end */


/* @group sub panel list */

div.subPanelList {
    width: 210px;
    float: left;
    display: inline;
    margin-left: 20px;
    margin-bottom: 20px;
}

div.subPanelList h3 {
    padding: 0 10px;
    margin: 0;
    display: block;
    background-image: url(../images/subpanel-titlebg-210.png);
    line-height: 30px;
    color: white;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

div.subPanelList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.subPanelList ul li {
    background-image: url(../images/subpanel-bg-210.png);
}

div.subPanelList ul li.last {
    background-position: 0 -40px;
}

div.subPanelList ul li a {
    height: 26px;
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    padding: 7px 10px;
}

div.subPanelList ul li a:hover {
    color: #0066B3;
}

ul.tabBar {
    list-style-type: none;
    display: table;
    padding: 0;
}

.tabBar .langActive {
    background: #185398;
}

.tabBar .langActive > a {
    color: white;
}
.langSwitch {
    display: inline-block;
    min-width: 40px;
    border: 1px #185398 solid;
    background: #f5f5f5;
    padding: 4px 8px;
    text-align: center;
}

.langSwitch > a {
    font-size: 14px;
    color: #185398;
    font-weight: 700;
}

#eng {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#chi {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

svg.v-center{
    display: inline-block;
    vertical-align: middle;
}

/* @end */
