body {
    font-family: 'Monda', Arial, Helvetica, sans-serif;
    background-color: #efefef;
}

.sync {
    display: none;
}

@media (min-width : 1600px) {
    h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }

    h2 {
        clear: both;
        margin: 3% 0 1% 0;
        width: 100%;
        text-decoration: underline;
        text-transform: capitalize;
        font-size: 1.3em;
        font-weight: 700;
        color: #007C9D;
    }

    h5 {
        clear: both;
        float: left;
        margin: 2% 0 0 0;
        width: 100%;
        font-size: 1.2em;
        font-weight: 700;
        text-transform: capitalize;
        color: #007C9D;
    }

    p {
        margin: 0 0 1% 0;
        font-size: 1.2em;
        line-height: 1.3;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .noMarginPara {
        margin-bottom: 0;
    }

    .kynResourcesFoodsPotassiumImgs {
        width: 18%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesFoodsPotassiumImgs > img {
        width: 100%;
    }

    .kynResourcesFoodsRecipeImgs {
        width: 18%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesListNoPadding {
        padding: 0 0 0 1%;
    }

    .kynResourcesListSpacing > li {
        margin: 0 0 6% 0;
    }

    .kynResourcesListBullet {
        margin: 0;
    }

    .kynResourcesListBullet > li {
        margin: 0 0 .5% 0;
        list-style: disc;
        font-size: 1.2em;
        line-height: 1.3;
    }

    .kynResourcesListCircle {
        margin: 0 0 2% 0;
    }

    .kynResourcesListCircle > li {
        list-style: circle;
        font-size: 1.2em;
        line-height: 1.3;
    }

    .kynResourcesListNumber ol > li {
        list-style: upper-roman;
        font-size: 1.2em;
        line-height: 1.3;
    }

    .kynResourcesListSpacing > li:last-child {
        margin: 0;
    }

    .right {
        float: right !important;
    }

    .subHdr {
        font-size: 1.1em;
        font-weight: 700;
        color: #007C9D;
        text-transform: capitalize;
    }

    .divider {
        position: relative;
        height: 1px;
        width: 100%;
        margin: 2% auto !important;
    }

    .div-transparent::before {
        content: "";
        position: absolute;
        top: 0;
        left: 5%;
        right: 5%;
        height: 2px;
        background-image: linear-gradient(to right, transparent, rgb(0, 124, 157), transparent);
    }

    .kynResourcesHeader {
        width: 100%;
        overflow: hidden;
        height: 130px;
    }

    .mainContainer {
        width: 1000px;
        margin: 0 auto;
        background-color: #fff;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .mainContent {
        padding: 0;
        margin: 2% 4% 0 4%;
        overflow: hidden;
    }

    .kynResourcesPageTitle {
        width: 100%;
        margin: 0 0 2% 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .kynHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 1% 0;
    }

    .kynResourcesPageHdr {
        width: 100%;
        overflow: hidden;
        margin: 0 0 3% 0;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynBPImg {
        float: left;
        margin: .5% 1.5% 0 0;
        padding: 0;
        width: 13%;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynBPHeartImg {
        float: right;
        width: 40%;
        margin: 0 1% 0 3%;
    }

    .kynResourcesBold {
        font-weight: 700;
        text-decoration: underline;
    }

    .kynResourcesSubHdr {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesParaIndent {
        margin-left: 3%;
    }

    .kynResourcesInfoBox {
        clear:both;
        width: 68%;
        margin: 6% auto 3%;
        padding: 1%;
        border: double #007C9D 6px;
        border-radius: 12px;
        text-align: center;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesInfoBox > h2 {
        margin: 0 0 1% 0;
        color: #007C9D;
        font-size: 1.2em;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .kynResourcesInfoBox > p {
        font-size: 1em;
    }

    .kynResourcesCalloutBox {
        width: 68%;
        margin: 2% auto;
        padding: 1%;
        text-align: center;
    }

    .kynResourcesCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesCalloutBox > p {
        color: #007C9D;
    }

    /*** BP Food Control ***/
    .kynResourcesFoodsRecipesContainer {
        width: 100%;
    }

    /*** BP Field Guide ***/
    .kynLowSodiumImage {
        margin: 1% 0;
    }

    .kynLowSodiumImage p {
        font-size: .7em;
        color: #000;
        width: 96%;
        margin: .5% auto 0;
    }

    .kynResourcesFoodsRecipiesContainer {
        width: 100%;
        overflow: hidden;
        margin: 2% 0;
        padding: 0;
    }

    .kynResourcesFoodsRecipesContent {
        width: 90%;
        overflow: hidden;
        margin: 0 auto 2%;
    }

    .kynResourcesFoodsRecipeTxt {
        margin: 0;
        float: left;
        width: 100%;
    }

    .kynResourcesFoodsRecipeImgs > img {
        width: 100%;
    }

    .kynRecipeList {
        list-style: disc;
    }

    .kynResourcesSodiumBrandsContainer {
        width: 100%;
        overflow: hidden;
        margin: 2% 0;
        padding: 0;
    }

    .kynResourcesSodiumBrandsContent {
        width: 90%;
        overflow: hidden;
        margin: 0;
    }

    .kynResourcesSaltImg {
        width: 30%;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesSaltImg > img {
        width: 100%;
    }

    /*** BP Meal Plan ***/
    .kynResourcesNoSugarImage {
        margin: 1% 0 0 25%;
    }

    .kynResourcesRecommendedTableContainer {
        width: 80%;
        overflow: hidden;
        margin: 2% auto;
    }

    .kynResourcesRecommendedTableHdr {
        width: 100%;
        padding: 1% 2% 0 1%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        background-color: #007C9D;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .kynResourcesRecommendedTableHdr p {
        width: auto;
        font-size: 1em;
        font-weight: 700;
        text-align: center;
        color: #fff;
    }

    .kynResourcesRecommendedTableContent {
        width: 100%;
        overflow: hidden;
        border: solid #007C9D 1px;
    }

    .kynResourcesRecommendedTableRow {
        width: 100%;
        overflow: hidden;
        height: 45px;
        padding: 1.5%;
        border-bottom: solid 1px #e4e4e4;
    }

    .kynResourcesRecommendedTableRow:nth-child(odd) {
        background-color: #f5f5f5;
    }

    .kynResourcesRecommendedTableLeft {
        float: left;
        font-size: 1em;
        text-align: left;
    }

    .kynResourcesRecommendedTableRight {
        width: 25%;
        float: right;
        font-size: 1em;
        text-align: left;
    }

    .kynResourcesRecommendedTableFooter {
        width: 100%;
        padding: 1.5%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        background-color: #007C9D;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .kynResourcesRecommendedTableFooter p {
        width: auto;
        font-size: .9em;
        text-align: left;
        color: #fff;
    }

    .kynResourcesBPMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesBPMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
    }

    .kynResourcesBPMealPlanTable {
        max-width: 100%;
        font-size: 1.1em;
        line-height: 1.3;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesBPMealPlanTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesBPMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }
    
    .kynResourcesBPMealPlanTable ul {
        margin: 0 0 0 2%;
        padding: 0
    }

    .kynResourcesBPMealPlanTable li {
        margin: 0 0 2% 0;
        list-style-type: disc;
        line-height: 1.3;
        font-size: .9em;
    }

    .outer {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .inner {
        overflow-x: scroll;
        overflow-y: visible;
        max-width: 100%;
        margin-left: 110px;
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px !important;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    table#mealPlan li {
        margin: 0 0 10px 0;
    }

    /*** BP Self-Care ***/
    .kynResourcesBPSelfCarePageHdr {
        width: 90%;
        overflow: hidden;
        margin: 0 auto 1%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynResourcesBPSelfCareHdrImg {
        float: left;
        width: 22%;
        margin: 0 1% 0 0;
    }

    .kynResourcesSelfCareInfoBox {
        overflow: hidden;
        clear:both;
        width: 96%;
        margin: 0 auto 3%;
        padding: 0;
        border: double #007C9D 6px;
        border-radius: 12px;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesSelfCareInfoBoxHdr {
        margin: 0 0 .5% 0;
        color: #007C9D;
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesSelfCareRiskContainer {
        width: 45%;
        float: left;
        padding: 1%;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesSelfCareVeryHighRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: #cc0000;
    }

    .kynResourcesSelfCareHighRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: red;
    }

    .kynResourcesSelfCareMediumRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: orange;
    }

    .kynResourcesSelfCareLowRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: green;
    }

    .kynResourcesSelfCareUnderweight {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: #7b7b7b;
    }

    .kynResourcesSelfCareDisclaimer {
        margin: 0;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynResourcesSelfCareDisclaimerNoLink {
        float: left;
        margin: 2% 2% 0 0;
        font-size: .8em;
        line-height: 1.2;
        color: #007bff;
    }

    .kynResourcesSelfCareGoalContainer {
        width: 50%;
        padding: 1%;
        float: left;
    }

    .kynResourcesSelfCareGoalContainer p {
        font-size: 1em;
        margin: 0 0 3% 0;
    }

    .kynResourcesSelfCareLeft {
        float: left;
        width: 52%;
        margin: 0 0 2% 0;
    }

    .kynResourcesSelfCareRight {
        float: right;
        width: 45%;
        margin: 0 0 4% 0;
    }

    .kynResourcesSelfCareSubHdr {
        width: 100%;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesSelfCareLeft p {
        margin: 0;
        padding: 0 3%;
        font-size: 1.1em;
        line-height: 1.3;
    }

    .kynResourcesSelfCareLeft ul {
        margin: 0;
        padding: 0 0 0 8%;
        font-size: 1.1em;
        line-height: 1.3;
    }

    .kynResourcesSelfCareLeft li {
        margin: 0 0 .5% 0;
        list-style: disc;
    }

    .kynResourcesSelfCareRight p {
        margin: 0;
        padding: 0 3%;
        font-size: 1.1em;
        line-height: 1.4;
    }

    .kynResourcesSelfCareRight ul {
        margin: 0;
        padding: 0 0 0 8%;
        font-size: 1.1em;
        line-height: 1.4;
    }

    .kynResourcesSelfCareRight li {
        margin: 0 0 .5% 0;
        list-style: disc;
    }

    .kynResourcesSelfCareCopyright {
        width: 100%;
        overflow: hidden;
        margin: 2% 0;
        font-size: .8em;
        line-height: 1.2;
    }

    /** BP Low Pressure **/
    .kynResourcesLowPressureFooter {
        width: 30%;
        margin: 0 auto;
        text-align: center;
    }

    .kynResourcesLowPressureFooter img {
        width: 100%;
    }

    /** BP Medications **/
    #kynMedList > li {
        margin: 0;
    }
    
    .kynResourcesMedsIncreaseBPList {
        margin: 0 0 3% 16%;
    }

    .kynResourcesMedsIncreaseBPList > li {
        margin: 0 0 1% 0;
        font-size: 1.1em;
        line-height: 1.4;
    }

    .kynResourcesBPMedsListContainer {
        width: 100%;
    }

    .kynResourcesBPMedsListContainer > ol > li {
        list-style: decimal;
        font-size: 14pt;
    }

    .kynResourcesBPMedsNestedListContainer > li {
        list-style: lower-latin;
        font-size: 14pt;
        line-height: 1.5;
        margin: 0;
    }

    /** BMI Basics **/
    .kynResourcesBMICategoriesTableContainer {
        width: 45%;
        margin: 2% auto;
    }

    .kynResourcesBMICategoriesTable {
        width: 100%;
        font-size: 1em;
    }

    .kynReferencesBMICalc {
        width: 100%;
        margin: 1% 0;
        text-align: center;
    }

    .kynResourcesBMIBasicsList li {
        list-style-type: disc;
        font-size: 14pt;
        line-height: 1.3;
    }

    /** BMI Food Control **/
    .kynResourcesBMIFoodControlTableArrows {
        display: none;

    }

    .kynResourcesBMICalciumFoodsTableContainer {
        width: 80%;
        margin: 2% auto;
        position: relative;
        overflow: hidden;
    }

    .bmiCalciumFoodsTable {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    .bmiCalciumFoodsTable ul {
        padding: 0 0 0 2%;
        list-style: none;
    }

    .bmiCalciumFoodsTable ul > li {
        margin: 0 0 2% 0;
    }

    td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesBMIFoodsTableBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesBMIFoodsTableGrey {
        background-color: #f5f5f5;
    }

    /*** BMI Meal Plan ***/
    .kynResourcesBMIMealPlanTableArrows {
        margin: 1.5% 0 0 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
    }

    .kynResourcesBMIMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesBMIMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
        overflow-x: scroll;
    }

    .kynResourcesBMIMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesBMIMealPlanTable ul {
        padding: 0 0 0 2%;
        width: 170px;
    }

    .kynResourcesBMIMealPlanTable td {
        vertical-align: top;
        padding: 5px 20px;
    }

    .kynResourcesBMIMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesBMIMealPlanTable li {
        list-style-type: disc;
        line-height: 1.3;
        margin: 0 0 6% 0;
    }

    /** BMI Field Guide **/
    .kynResourcesBMIFieldGuideTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
        display: none;
    }

    .kynResourcesBMIFoodsAvoidTableContainer {
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow-x: auto;
    }

    .kynResourcesBMIFoodsAvoidTable {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: 1.1em;
        line-height: 1.5;
    }

    .kynResourcesBMIFoodsAvoidTable ul {
        list-style: none;
        padding: 0 0 0 2%;
    }

    .kynResourcesBMIFoodsAvoidTable li {
        list-style: none;
    }

    .kynResourcesBMIFoodsAvoidTableBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesBMIFoodsTableGrey {
        background-color: #f5f5f5;
    }

    .kynResourcesBMIOilTable {
        width: 240px;
    }

    .kynResourcesBMITableHighlight {
        width: 78%;
        background-color: yellow;
    }

    .kynResourcesBMIRealFoodsTableContainer {
        width: 100%;
        margin: 2% auto;
        position: relative;
        overflow-x: auto;
    }

    .bmiRealFoodsTable {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1.1em;
    }

    .bmiRealFoodsTable td {
        vertical-align: top;
        padding: 1%;
    }

    .bmiRealFoodsTable ul {
        list-style: none;
        line-height: 1.4;
        padding: 0 0 0 2%;
    }

    .bmiRealFoodsTable li {
        margin: 0 0 2% 0;
    }

    /** Glucose Basics **/
    .kynGlucoseRiskTables {
        width: 100%;
        margin: 2% 0;
        display: flex;
        justify-content:space-between;
    }

    .kynGlucoseRiskTableOne {
        width: 48%;
        margin: 0 auto;
        table-layout: fixed;	
        border-collapse: collapse;
    }

    .kynGlucoseRiskTableTwo {
        width: 48%;
        table-layout: fixed;	
        border-collapse: collapse;
    }

    table#glucoseTableOne {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
    }

    table#glucoseTableTwo {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
    }

    .kynResourcesGlucoseRiskTableHdr {
        height: 35px;
        padding: 1% 0 1% 3%;
        font-weight: 700;
        text-align: left;
        text-transform: capitalize;
        color: #fff;
        background-color: #007C9D;
    }

    .kynGlucoseReadingsTable {
        width: 40%;
        margin: 0 auto;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynGlucoseReadingsTable td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    /** Glucose Field Guide **/
    .kynResourcesGlucoseHdrImg {
        float: left;
        width: 15%;
        margin: 0 2% 3% 0;
    }
    
    .kynResourcesGlucoseFieldGuideTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
        display: none;
    }

    .kynGlucoseShoppingTableContainer {
        width: 90%;
        margin: 4% auto;
    }

    .kynGlucoseShoppingTable {
        width: 100%;
        margin: 4% auto;
        overflow-x: auto;
    }

    .kynGlucoseShoppingTable table {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
    }

    .kynGlucoseShoppingTable td {
        width: 50%;
        padding: 1%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
        font-size: 1.1em;
    }

    .kynResourcesGlucoseSugarsTable {
        width: 50%;
        margin: 2% auto 0;
        font-size: 1.1em;
    }

    .kynResourcesGlucoseSugarsTable table {
        width: 100%;
        font-family: sans-serif;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .kynResourcesGlucoseSugarsTable td {
        width: 50%;
        padding: 1.5%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    /** Glucose Meal Planning **/
    .kynResourcesGlucoseMealPlanning {
        padding: 0 0 0 22%;
    }
    
    .kynResourcesGlucoseMealPlanning > li {
        font-size: 1.1em;
    }

    .kynResourcesGlucoseSubHdr {
        font-size: 1.2em;
        font-weight: 700;
        color: #000;
        text-decoration: underline;
    }

    .kynResourcesGlucoseMealPlanTableContainer {
        position: relative;
        overflow: hidden;
        margin: 0 0 3% 0;
    }

    .kynResourcesGlucoseMealPlanTableContent {
        max-width: 100%;
        margin-left: 148px;
    }

    .kynResourcesGlucoseMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible
    }

    .kynResourcesGlucoseMealPlanTable td {
        height: 60px;
        vertical-align: top;
        padding: 5px 20px;
    }

    .kynResourcesGlucoseMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 150px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }
    
    .kynResourcesGlucoseMealPlanTable ul {
        margin: 0 0 2% 1%;
        padding: 0;
    }

    .kynResourcesGlucoseMealPlanTable li {
        margin: 0 0 2% 0;
        font-size: 1em;
        line-height: 1.2;
    }

    .kynResourcesGlucoseMealPlanTableRowOne {
        width: 16%;
        font-size: 1.1em;
    }

    .kynResourcesGlucoseMealPlanTableRowTwo {
        width: 42%;
        font-size: 1.1em;
    }

    .kynResourcesGlucoseMealPlanTableRowThree {
        width: 42%;
        font-size: 1.1em;
    }
    
    .kynResourcesGlucoseMealPlanTable p {
        font-size: 1em;
        line-height: 1.4;
    }

    /** Glucose Medications **/
    .kynResourcesGlucoseMedsHdrImg {
        float: left;
        width: 15%;
        margin: 0 2% 3% 0;
    }

    .kynResourcesGlucoseMedsListBullet {
        margin: 0 0 2% 16%;
    }

    .kynResourcesGlucoseMedsListBullet > li {
        font-size: 1.1em;
        line-height: 1.5;
    }

    /** Glucose Self-care **/
    .kynResourcesGlucoseSelfCarePageHdr {
        width: 70%;
        overflow: hidden;
        margin: 0 auto 1%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynResourcesGlucoseSelfCarePageHdr h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #007C9D;
    }
    
    .kynResourcesGlucoseSelfCareHdrImg {
        float: left;
        width: 26%;
        margin: 0 1% 0 0;
    } 

    .kynResourcesGlucoseSelfCareInfoBox {
        overflow: hidden;
        clear: both;
        width: 90%;
        margin: 0 auto 3%;
        padding: 1%;
        border: double #007C9D 6px;
        border-radius: 12px;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesGlucoseSelfCareGlucoseRiskContainer {
        width: 50%;
        float: left;
        padding: 0;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesGlucoseSelfCareA1cRiskContainer {
        width: 46%;
        float: left;
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesGlucoseSelfCareInfoBoxHdr {
        margin: 0;
        color: #007C9D;
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesGlucoseSelfCareGoalContainer {
        width: 100%;
        padding: 1% 2% 0 0;
        float: left;
    }

    .kynResourcesGlucoseSelfCareGoalContainer p {
        font-size: 1em;
    }

    .kynResourcesGlucoseSelfCareDivider {
        position: relative;
        height: 1px;
        width: 80%;
        margin: 1% auto !important;
    }

    /** Triglycerides Basic **/
    .kynResourcesTriglyceridesExerciseImg {
        width: 80%;
        margin: 2% auto;
    }

    /** Triglycerides Food Control **/
    .kynResourcesTriglyceridesHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 10% 0;
    }
    
    .kynResourcesTriglyceridesFoodControlListBullet {
        margin: 0 0 1% 18%;
    }
    
    .kynResourcesTriglyceridesFoodControlListBullet > li {
        font-size: 1.1em;
        line-height: 1.6;
    }

    .kynResourcesTriglyceridesOmegaTable {
        width: 85%;
        margin: 2% auto;
        font-size: 1.1em;
        line-height: 1.3;
    }

    .kynResourcesTriglyceridesOmegaTableHdr {
        height: 35px;
        padding: 1% 0 1% 1.5%;
        font-weight: 700;
        line-height: 1.5;
        text-align: left;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesOmegaTable table {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: 1.1em;
        line-height: 1.2;
    }

    .kynResourcesTriglyceridesOmegaTable tr, td {
        vertical-align: top;
        padding: 1%;
        border: solid #5f5f5f 1px;
    }

    /** Triglycerides Field Guide **/
    .kynResourcesTriglyceridesHdr {
        width: 98%;
        margin: 1% auto;
    }

    .kynResourcesTriglyceridesHdrImg {
        float: left;
        width: 16%;
        margin: 0 4% 9% 0;
    }

    .kynResourcesTriglyceridesListBullet {
        margin: 0 0 0 19%;
    }

    .kynResourcesTriglyceridesListBullet > li {
        margin: 0 0 1% 0;
        list-style: disc;
        font-size: 1.1em;
        line-height: 1.3;
    }

    .kynResourcesTriglyceridesFoodImgs {
        width: 15%;
        margin: 0 2% 3% 0;
        padding: 0;
        float: left;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesTriglyceridesFoodImgs > img {
        width: 100%;
    }

    .kynResourcesTriglyceridesMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesTriglyceridesMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
    }

    .kynResourcesTableArrows {
        margin: 1.5% 0 0 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
        display: none;
    }
    
    .kynResourcesArrowLeft {
        overflow: hidden;
    }
    
    .kynResourcesArrowLeft img {
        width: 90%;
    }

    .kynResourcesArrowTxt {
        margin: .25% 2% 0;
        font-size: 1em;
        text-align: center;
    }
    
    .kynResourcesArrowRight {
        overflow: hidden;
    }
    
    .kynResourcesArrowRight img {
        width: 90%;
    }

    .kynResourcesTriglyceridesSugarTable {
        margin: 2% auto 0;
        width: 100%;
        overflow-x: auto;
    }
    
    .triglyceridesSugarTable {
        width: 100%;
        font-size: 1.1em;
        line-height: 1.3;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .kynResourcesTriglyceridesSugarTable td {
        vertical-align: top;
        padding: 1%;
        border: solid #5f5f5f 1px
    }

    .kynResourcesTriglyceridesSugarTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesTriglyceridesSugarTable li {
        list-style-type: disc;
        line-height: 1.3;
    }

    .kynResourcesTriglyceridesSugarTableOne {
        width: 28%;
        font-size: 1.1em;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border-right: solid #fff 1px !important;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesSugarTableTwo {
        width: 12%;
        font-size: 1.1em;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border-right: solid #fff 1px !important;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesSugarTableThree {
        width: 9%;
        font-size: 1.1em;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesInfoBox {
        clear:both;
        width: 75%;
        margin: 4% auto 3%;
        padding: 1%;
        border: double #007C9D 6px;
        border-radius: 12px;
        text-align: center;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesTriglyceridesInfoBox > h2 {
        margin: 0 0 1% 0;
        color: #007C9D;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }
    
    .kynResourcesTriglyceridesInfoBox > p {
        margin: 0 0 1.5% 0;
        font-size: 1.2em;
        line-height: 1.3;
    }

    .kynResourcesTriglyceridesSugarTwoTable {
        width: 70%;
        margin: 2% auto;
    }

    table#triglyceridesSugarTwoTable {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: 1.1em;
        line-height: 1.3;
    }

    .kynResourcesTriglyceridesSugarTwoTableHdr {
        height: 35px;
        padding: 1% 0 1% 1.5%;
        font-size: 1.2em;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    /** Triglycerides Meal Plan **/
    .kynResourcesTriglyceridesMealPlanTableArrows {
        margin: 1.5% 0 0 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
    }
    
    .kynResourcesArrowLeft {
        overflow: hidden;
    }

    .kynResourcesArrowTxt {
        margin: .25% 2% 0;
        font-size: 1em;
        text-align: center;
    }
    
    .kynResourcesArrowRight {
        overflow: hidden;
    }

    .kynResourcesTriglyceridesMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesTriglyceridesMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
        overflow-x: scroll;
    }

    .kynResourcesTriglyceridesMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.3;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesTriglyceridesMealPlanTable ul {
        margin: 0 0 0 2%;
        width: 170px;
        padding: 0;
    }

    .kynResourcesTriglyceridesMealPlanTable li {
        margin: 0 0 2% 0;
        list-style-type: disc;
        line-height: 1.3;
    }

    .kynResourcesTriglyceridesMealPlanTable td {
        vertical-align: top;
        padding: 5px 20px;
    }

    .kynResourcesTriglyceridesMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    /** Triglycerides Self-care **/
    .kynResourcesTriglyceridesSelfCarePageHdr {
        width: 74%;
        overflow: hidden;
        margin: 0 auto 3%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .kynResourcesTriglyceridesSelfCareHdrImg {
        float: left;
        width: 32%;
        margin: 0 1% 0 0;
    }

    .kynResourcesTriglyceridesSelfCareRiskContainer {
        width: 52%;
        float: left;
        padding: 1%;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer {
        width: 46%;
        float: left;
        padding: 1%;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer p {
        font-size: 1em;
        margin: 0 0 3% 0;
    }

    /** Cholesterol Basics **/
    .kynResourcesCholesterolLifeStyle {
        width: 90%;
        overflow: hidden;
        margin: 0 0 2% 0;
    }

    .kynResourcesCholesterolLifeStyle p {
        margin: 1% 0 0 0;
        line-height: 1.3;
    }

    .kynResourcesCholesterolLifeStyleImg {
        float: left;
        margin: .5% 1.5% 0 0;
        padding: 0;
        width: 12%;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesCholesterolBulletListContainer {
        float: left;
        width: 75%;
        overflow: hidden;
        margin: 0 0 2% 0;
    }

    .kynResourcesCholesterolBulletListContent {
        float: left;
        width: 30%;
    }

    .kynResourcesCholesterolFoodsList {
        margin: 0;
        padding: 0 0 0 22%;
        width: 90%;
    }

    .kynResourcesCholesterolFoodsList li {
        font-size: 1.1em;
        line-height: 1.6;
    }
    
    /** Cholesterol Food Control **/
    .kynResourcesCholesterolFoodControlLists {
        margin: 0;
    }
    
    .kynResourcesCholesterolFoodControlLists li {
        font-size: 1.1em;
        line-height: 1.6;
    }

    /** Cholesterol Self-care **/
    .kynResourcesCholesterolSelfCarePageHdr {
        width: 70%;
        overflow: hidden;
        margin: 0 auto 3%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynResourcesCholesterolSelfCarePageHdr h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }

    .kynResourcesCholesterolSelfCareInfoBox {
        overflow: hidden;
        clear:both;
        width: 100%;
        margin: 0 auto 3%;
        padding: 0;
        border: double #007C9D 6px;
        border-radius: 12px;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesCholesterolSelfCareInfoBoxHdr {
        width: 100%;
        margin: .5% 0 .5% 0;
        text-align: center;
        color: #007C9D;
        font-size: 1.2em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareListContainer {
        width: 100%;
        padding: .5%;
        overflow: hidden;
        border-bottom: solid #7b7b7b 1px;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft {
        width: 50%;
        float: left;
        margin: 0 1% 0 0;
        padding: 1%;
        border-right: solid 1px #7b7b7b;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft > p {
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft ul {
        margin: 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft ul > li {
        font-size: 1em;
        line-height: 1.3;
        margin: 0 0 1% 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight {
        width: 48%;
        float: left;
        padding: 1%;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight > p {
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight ul {
        margin: 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight ul > li {
        font-size: 1em;
        line-height: 1.3;
        margin: 0 0 1% 0;
    }

    .kynResourceskynResourcesCholesterolSelfCareGoalContainer {
        width: 100%;
        float: left;
        padding: 1%;
        display: flex;
        justify-content: space-between;
    }

    .kynResourceskynResourcesCholesterolSelfCareGoalContainer p {
        width: 48%;
        font-size: 1em;
        margin: 0 0 1% 0;
    }
    
    .kynResourcesCholesterolSelfCareDisclaimerNoLink {
        width: 100%;
        margin: 2%;
    }
    
    .kynResourcesCholesterolSelfCareDisclaimerNoLink p {
        font-size: .9em;
        line-height: 1.2;
        text-align: left;
        color: #007bff;
    }

    /** Cholesterol Meal Plan **/
    .kynResourcesCholesterolMealPlanHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 5% 0;
    }

    .kynResourcesCholesterolMealPlanTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
    }

    .kynResourcesCholesterolMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
        overflow-x: scroll;
    }

    .kynResourcesCholesterolMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesCholesterolMealPlanTable td {
        vertical-align: top;
        padding: 5px 20px;
        width: 20%;
    }

    .kynResourcesCholesterolMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolMealPlanTable ul {
        padding: 0 0 0 2%;
        width: 180px;
    }

    .kynResourcesCholesterolMealPlanTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
        line-height: 1.3;
    }

    /*** Cholesterol Field Guide ***/
    .kynResourcesCholesterolFieldGuideHdrContainer {
        margin: 0 auto 3%;
        width: 65%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .kynResourcesCholesterolFieldGuideHdrImg {
        float: left;
        width: 28%;
        margin: 0 2% 0 0;
    }

    .kynResourcesCholesterolFieldGuideHdrContainer h1 {
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }
    
    .kynResourcesCholesterolFiberTableArrows {
        display: none;
    }

    .kynResourcesCholesterolFiberTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolFiberTableContent {
        width: 100%;
    }

    .kynResourcesCholesterolFiberTable {
        width: 100%;
        font-size: 1.1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesCholesterolFiberTable ul {
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesCholesterolFiberTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
        line-height: 1.3;
    }

    .kynResourcesCholesterolFiberTable td {
        vertical-align: top;
        padding: 5px 20px;
    }

    .kynResourcesCholesterolFiberTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolOmegasTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
        display: none;
    }

    .kynResourcesCholesterolOmegasTableContainer {
        width: 70%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolOmegasTableContent {
        width: 100%;
    }

    .kynResourcesCholesterolOmegasTable {
        width: 100%;
        font-size: 1.1em;
        line-height: 1.4;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesCholesterolOmegasTable ul {
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesCholesterolOmegasTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
        line-height: 1.3;
    }

    .kynResourcesCholesterolOmegasTable td {
        vertical-align: top;
        padding: 5px 20px;
    }

    .kynResourcesCholesterolOmegasTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    /** Cholesterol Medications **/
    .kynResourcesCholesterolCalloutBox {
        overflow: hidden;
        width: 55%;
        margin: 2% auto;
        padding: 0;
        text-align: center;
    }

    .kynResourcesCholesterolCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }
    
    /** Footer **/
    .kynResourcesFooter {
        width: 100%;
        margin: 3% 0 0 0;
        padding: 2%;
        text-align: center;
        font-size: .9em;
        color: #fff;
        background-color: #007C9D;
    }

    .kynResourcesFooter > p {
        margin: 0;
    }

    .kynResourcesFooter > p > a {
        margin: 0;
        text-align: center;
        color: #fff;
    }
}

