.sync {
    display: block;
}
    
/********** Phone: Portrait **********/
@media only screen and (min-device-width : 320px) and (max-width: 735px) and (orientation: portrait) {
    h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.3em;
        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.1em;
        font-weight: 700;
        color: #007C9D;
    }

    h5 {
        clear: both;
        float: left;
        margin: 2% 0 0 0;
        width: 100%;
        font-size: 1em;
        font-weight: 700;
        text-transform: capitalize;
        color: #007C9D;
    }

    p {
        margin: 0 0 1.5% 0;
        font-size: 1em;
        line-height: 1.3;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .noMarginPara {
        margin-bottom: 0;
    }

    .kynResourcesFoodsPotassiumImgs {
        width: 22%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesFoodsPotassiumImgs > img {
        width: 100%;
    }

    .kynResourcesFoodsRecipeImgs {
        width: 22%;
        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 1.5% 0;
        list-style: disc;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesListCircle > li {
        margin: 0 0 2% 0;
        list-style: circle;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesListNumber ol > li {
        list-style: upper-roman;
        font-size: 1em;
        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;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    .divider {
        position: relative;
        height: 1px;
        width: 80%;
        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: 40px;
    }

    .mainContainer {
        width: 100%;
        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% 0 0;
        display: none;
    }

    .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: 15%;
        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: 75%;
        margin: 8% auto 3%;
        padding: 2%;
        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-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .kynResourcesCalloutBox {
        width: 96%;
        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 {
        font-size: .9em;
        line-height: 1.2;
        color: #007C9D;
    }
    
    /** 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 2% 0;
    }

    .kynResourcesTriglyceridesFoodControlListBullet > li {
        margin: 0 0 .5% 0;
        list-style: disc;
        font-size: 1em;
    }

    .kynResourcesTriglyceridesOmegaTable {
        width: 90%;
        margin: 2% auto;
    }

    .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: 1em;
        line-height: 1.2;
    }

    .kynResourcesTriglyceridesOmegaTable tr, td {
        vertical-align: top;
        padding: 1%;
        border: solid #5f5f5f 1px;
    }

    /** Triglycerides Field Guide **/
    .kynResourcesTriglyceridesHdr {
        width: 70%;
        margin: 1% auto;
    }

    .kynResourcesTriglyceridesHdrImg {
        float: left;
        width: 15%;
        margin: 0 2% 10% 0;
    }

    .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;
    }
    
    .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 {
        max-width: 100%;
        font-size: .9em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesTriglyceridesSugarTable td {
        vertical-align: top;
        padding: 1%;
    }

    .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: 32%;
        height: 35px;
        font-size: 1em;
        font-weight: 700;
        line-height: 2;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesSugarTableTwo {
        width: 15%;
        height: 35px;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesSugarTableThree {
        width: 14%;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesInfoBox {
        clear:both;
        width: 75%;
        margin: 4% auto 3%;
        padding: 2%;
        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;
    }

    .kynResourcesTriglyceridesSugarTwoTable {
        width: 50%;
        margin: 2% auto;
    }

    table#triglyceridesSugarTwoTable {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynResourcesTriglyceridesSugarTwoTableHdr {
        height: 35px;
        padding: 1% 0 1% 1.5%;
        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;
    }

    .kynResourcesTriglyceridesMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesTriglyceridesMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
        overflow-x: scroll;
    }

    .kynResourcesTriglyceridesMealPlanTable {
        max-width: 100%;
        font-size: .8em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .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 **/
    .kynResourcesTriglyceridesSelfCareRiskContainer {
        width: 52%;
        float: left;
        padding: 1%;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer {
        width: 46%;
        float: left;
        padding: 1%;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer p {
        font-size: .9em;
        margin: 0 0 3% 0;
    }

    /** Triglycerides Food Control **/
    .kynResourcesTriglyceridesHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 10% 0;
    }

    .kynResourcesTriglyceridesOmegaTable {
        width: 100%;
        margin: 2% auto;
    }

    .kynResourcesTriglyceridesOmegaTableHdr {
        height: 35px;
        padding: 1% 0 1% 1.5%;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesOmegaTable table {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynResourcesTriglyceridesOmegaTable tr, td {
        vertical-align: middle;
        padding: 1.5%;
        border: solid #5f5f5f 1px;
    }

    /** Triglycerides Field Guide **/
    .kynResourcesTriglyceridesHdr {
        width: 70%;
        margin: 1% auto;
    }

    .kynResourcesTriglyceridesHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 10% 0;
    }

    .kynResourcesTriglyceridesFoodImgs {
        width: 22%;
        margin: 2% 2% 1% 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;
    }

    .kynResourcesTriglyceridesSugarTable {
        max-width: 100%;
        font-size: .9em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesTriglyceridesSugarTable td {
        vertical-align: top;
        padding: 5px 20px;
    }

    .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: 32%;
        height: 35px;
        font-size: 1em;
        font-weight: 700;
        line-height: 2;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesSugarTableTwo {
        width: 15%;
        height: 35px;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesSugarTableThree {
        width: 14%;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesInfoBox {
        clear:both;
        width: 75%;
        margin: 4% auto 3%;
        padding: 2%;
        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;
    }

    .kynResourcesTriglyceridesSugarTwoTable {
        width: 50%;
        margin: 2% auto;
    }

    table#triglyceridesSugarTwoTable {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynResourcesTriglyceridesSugarTwoTableHdr {
        height: 35px;
        padding: 1% 0 1% 1.5%;
        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;
    }

    .kynResourcesTriglyceridesMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesTriglyceridesMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
        overflow-x: auto;
    }

    .kynResourcesTriglyceridesMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesTriglyceridesMealPlanTable ul {
        margin: 0 0 0 2%;
        width: 190px;
        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);
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1.1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    /** Triglycerides Self-care **/
    .kynResourcesSelfCareInfoBox {
        overflow: hidden;
        clear:both;
        width: 100%;
        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);
    }

    .kynResourcesSelfCareInfoBoxHdr {
        width: 90%;
        margin: .5% auto 0;
        color: #007C9D;
        font-size: 1em;
        font-weight: 700;
        text-align: center;
        line-height: 1.2;
    }
    .kynResourcesTriglyceridesSelfCareRiskContainer {
        width: 52%;
        float: left;
        padding: 1%;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer {
        width: 46%;
        float: left;
        padding: 1%;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer p {
        font-size: .9em;
        margin: 0 0 3% 0;
    }

    .kynResourcesSelfCareRiskContainer {
        width: 45%;
        float: left;
        padding: 1%;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesSelfCareVeryHighRisk {
        font-size: .9em;
        font-weight: 700;
        color: #cc0000;
    }

    .kynResourcesSelfCareHighRisk {
        font-size: .9em;
        font-weight: 700;
        color: red;
    }

    .kynResourcesSelfCareMediumRisk {
        font-size: .9em;
        font-weight: 700;
        color: orange;
    }

    .kynResourcesSelfCareLowRisk {
        font-size: .9em;
        font-weight: 700;
        color: green;
    }

    .kynResourcesSelfCareUnderweight {
        font-size: .9em;
        font-weight: 700;
        color: #7b7b7b;
    }

    .kynResourcesSelfCareDisclaimer {
        margin: 2% 0 0 0;
        font-size: .8em;
        line-height: 1.2;
    }

    .kynResourcesSelfCareDisclaimerNoLink {
        float: right;
        margin: 2% 2% 0 0;
        font-size: .8em;
        line-height: 1.2;
        color: #007bff;
    }
    
    .kynResourcesSelfCareGoalContainer {
        width: 54%;
        padding: 1% 2% 0 0;
        float: right;
    }

    .kynResourcesSelfCareGoalContainer p {
        font-size: 1em;
        margin: 0 0 3% 0;
    }

    .kynResourcesSelfCareLeft {
        float: left;
        width: 100%;
        margin: 0 0 2% 0;
    }

    .kynResourcesSelfCareRight {
        float: right;
        width: 100%;
        margin: 0 0 4% 0;
    }

    .kynResourcesSelfCareSubHdr {
        width: 100%;
        font-size: 1em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesSelfCareLeft p {
        margin: 0;
        padding: 0 3%;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesSelfCareLeft ul {
        margin: 0;
        padding: 0 0 0 8%;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesSelfCareLeft li {
        margin: 0 0 .5% 0;
        list-style: disc;
    }

    .kynResourcesSelfCareRight p {
        margin: 0;
        padding: 0 3%;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesSelfCareRight ul {
        margin: 0;
        padding: 0 0 0 8%;
        font-size: 1em;
        line-height: 1.3;
    }

    .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;
    }

    .kynResourcesTriglyceridesSelfCarePageHdr {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 3%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .kynResourcesTriglyceridesSelfCareHdrImg {
        float: left;
        width: 30%;
        margin: 0 1% 0 0;
        display: none;
    }

    .kynResourcesTriglyceridesSelfCarePageHdr > h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.15em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }

    .kynResourcesTriglyceridesSelfCareRiskContainer {
        width: 100%;
        float: left;
        padding: 1%;
        border-bottom: solid #007C9D 1px;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer {
        width: 100%;
        float: left;
        padding: 1%;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer p {
        font-size: .9em;
        line-height: 1.3;
        margin: 0 0 3% 0;
    }

    /** Triglycerides Field Guide **/
    .kynResourcesTriglyceridesHdr {
        width: 100%;
        margin: 1% auto;
    }

    .kynResourcesTriglyceridesHdrImg {
        float: left;
        width: 16%;
        margin: 0 4% 9% 0;
        display: none;
    }

    .kynResourcesTriglyceridesListBullet {
        margin: 0;
    }

    .kynResourcesTriglyceridesListBullet > li {
        margin: 0 0 1% 0;
        list-style: disc;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesTriglyceridesFoodImgs {
        width: 24%;
        margin: 2% 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;
        overflow-x: scroll;
    }

    .kynResourcesTriglyceridesSugarTable {
        margin: 0;
        width: 100%;
        overflow-x: auto;
    }

    .triglyceridesSugarTable {
        width: 150%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .triglyceridesSugarTable td {
        vertical-align: top;
        padding: 1.5%;
        border: solid #5f5f5f 1px
    }

    .triglyceridesSugarTable 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);
    }

    .triglyceridesSugarTable li {
        list-style-type: disc;
        line-height: 1.3;
    }

    .kynResourcesTriglyceridesSugarTableOne {
        width: 33%;
        font-size: 1em;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border-right: solid #fff 1px !important;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesSugarTableTwo {
        width: 33%;
        font-size: 1em;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border-right: solid #fff 1px !important;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesSugarTableThree {
        width: 33%;
        font-size: 1em;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesInfoBox {
        clear:both;
        width: 100%;
        margin: 4% auto 6%;
        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-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }
    
    .kynResourcesTriglyceridesInfoBox > p {
        margin: 0 0 1.5% 0;
        font-size: .95em;
        line-height: 1.2;
    }

    .kynResourcesTriglyceridesSugarTwoTable {
        width: 100%;
        margin: 2% auto;
    }

    table#triglyceridesSugarTwoTable {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynResourcesTriglyceridesSugarTwoTableHdr {
        height: 35px;
        padding: 1% 0 1% 1.5%;
        font-size: 1.1em;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-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;
    }
}

/********** Phone: Landscape **********/
@media only screen and (min-device-width: 360px) and (max-device-height: 736px) and (orientation: landscape) {
    h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.3em;
        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.2em;
        font-weight: 700;
        color: #007C9D;
    }

    h5 {
        clear: both;
        float: left;
        margin: 2% 0 0 0;
        width: 100%;
        font-size: 1.1em;
        font-weight: 700;
        text-transform: capitalize;
        color: #007C9D;
    }

    p {
        margin: 0 0 1% 0;
        font-size: 1em;
        line-height: 1.3;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .noMarginPara {
        margin-bottom: 0;
    }

    .kynResourcesFoodsPotassiumImgs {
        width: 22%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesFoodsPotassiumImgs > img {
        width: 100%;
    }

    .kynResourcesFoodsRecipeImgs {
        width: 22%;
        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 > li {
        margin: 0 0 1% 0;
        list-style: disc;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesListCircle > li {
        list-style: circle;
        font-size: 1em;
        line-height: 1.5;
    }

    .kynResourcesListNumber ol > li {
        list-style: upper-roman;
        font-size: 1em;
        line-height: 1.5;
    }

    .kynResourcesListSpacing > li:last-child {
        margin: 0;
    }

    .right {
        float: right !important;
    }

    .subHdr {
        font-size: 1.1em;
        font-weight: 700;
        color: #007C9D;
        text-transform: capitalize;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    .divider {
        position: relative;
        height: 1px;
        width: 80%;
        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: 90px;
    }

    .mainContainer {
        width: 100%;
        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: 15%;
        margin: 0 2% 0 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: 15%;
        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: 75%;
        margin: 8% auto 3%;
        padding: 2%;
        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-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .kynResourcesCalloutBox {
        width: 75%;
        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;
    }
    
    /** 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 2% 5%;
    }

    .kynResourcesTriglyceridesFoodControlListBullet > li {
        margin: 0 0 .5% 12%;
        list-style: disc;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesTriglyceridesOmegaTable {
        width: 90%;
        margin: 2% auto;
    }

    .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: 1em;
        line-height: 1.2;
    }

    .kynResourcesTriglyceridesOmegaTable tr, td {
        vertical-align: top;
        padding: 1.2%;
        border: solid #5f5f5f 1px;
    }

    /** Triglycerides Meal Plan **/
    .kynResourcesTriglyceridesMealPlanTableArrows {
        margin: 1.5% 0 0 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
    }

    .kynResourcesTriglyceridesMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesTriglyceridesMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
        overflow-x: auto;
    }

    .kynResourcesTriglyceridesMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesTriglyceridesMealPlanTable ul {
        margin: 0 0 0 2%;
        width: 190px;
        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);
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1.1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    /** Triglycerides Self-care **/
    .kynResourcesSelfCareInfoBox {
        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);
    }

    .kynResourcesSelfCareInfoBoxHdr {
        margin: 0;
        color: #007C9D;
        font-size: 1em;
        font-weight: 700;
    }
    .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;
    }

    .kynResourcesSelfCareRiskContainer {
        width: 45%;
        float: left;
        padding: 1%;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesSelfCareVeryHighRisk {
        font-size: 1em;
        font-weight: 700;
        color: #cc0000;
    }

    .kynResourcesSelfCareHighRisk {
        font-size: 1em;
        font-weight: 700;
        color: red;
    }

    .kynResourcesSelfCareMediumRisk {
        font-size: 1em;
        font-weight: 700;
        color: orange;
    }

    .kynResourcesSelfCareLowRisk {
        font-size: 1em;
        font-weight: 700;
        color: green;
    }

    .kynResourcesSelfCareUnderweight {
        font-size: 1em;
        font-weight: 700;
        color: #7b7b7b;
    }

    .kynResourcesSelfCareDisclaimer {
        margin: 2% 0 0 0;
        font-size: .8em;
        line-height: 1.2;
    }

    .kynResourcesSelfCareDisclaimerNoLink {
        float: right;
        margin: 2% 2% 0 0;
        font-size: .8em;
        line-height: 1.2;
        color: #007bff;
    }
    
    .kynResourcesSelfCareGoalContainer {
        width: 54%;
        padding: 1% 2% 0 0;
        float: right;
    }

    .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: 1em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesSelfCareLeft p {
        margin: 0;
        padding: 0 3%;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesSelfCareLeft ul {
        margin: 0;
        padding: 0 0 0 8%;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesSelfCareLeft li {
        margin: 0 0 .5% 0;
        list-style: disc;
    }

    .kynResourcesSelfCareRight p {
        margin: 0;
        padding: 0 3%;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesSelfCareRight ul {
        margin: 0;
        padding: 0 0 0 8%;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesSelfCareRight li {
        margin: 0 0 .5% 0;
        list-style: disc;
    }

    .kynResourcesSelfCareRight p {
        margin: 0;
        padding: 0 3%;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesSelfCareListBullet > li {
        margin: 0 0 2% 0;
        list-style: disc;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesSelfCareCopyright {
        width: 100%;
        overflow: hidden;
        margin: 2% 0;
        font-size: .8em;
        line-height: 1.2;
    }

    .kynResourcesTriglyceridesSelfCarePageHdr {
        width: 80%;
        overflow: hidden;
        margin: 0 auto 3%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .kynResourcesTriglyceridesSelfCareHdrImg {
        float: left;
        width: 30%;
        margin: 0 1% 0 0;
    }

    .kynResourcesTriglyceridesSelfCareRiskContainer {
        width: 52%;
        float: left;
        padding: 1%;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer {
        width: 48%;
        float: left;
        padding: 1%;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer p {
        font-size: 1em;
        line-height: 1.3;
        margin: 0 0 3% 0;
    }

    /** Triglycerides Field Guide **/
    .kynResourcesTriglyceridesHdr {
        width: 100%;
        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: 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;
        overflow-x: auto;
    }

    .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: 3% auto 0;
        width: 92%;
        overflow-x: scroll;
    }

    .triglyceridesSugarTable {
        width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .triglyceridesSugarTable td {
        vertical-align: top;
        padding: 1.2%;
        border: solid #5f5f5f 1px
    }

    .triglyceridesSugarTable 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);
    }

    .triglyceridesSugarTable li {
        list-style-type: disc;
        line-height: 1.3;
    }

    .kynResourcesTriglyceridesSugarTableOne {
        width: 22%;
        font-size: 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: 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: 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: 1em;
        line-height: 1.3;
    }

    .kynResourcesTriglyceridesSugarTwoTable {
        width: 70%;
        margin: 2% auto;
    }

    table#triglyceridesSugarTwoTable {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    .kynResourcesTriglyceridesSugarTwoTableHdr {
        height: 35px;
        padding: 1% 0 1% 1.5%;
        font-size: 1.1em;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-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;
    }
}

/********** Tablet: Portrait **********/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    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.2em;
        font-weight: 700;
        color: #007C9D;
    }

    h5 {
        clear: both;
        float: left;
        margin: 2% 0 0 0;
        width: 100%;
        font-size: 1.1em;
        font-weight: 700;
        text-transform: capitalize;
        color: #007C9D;
    }

    p {
        margin: 0 0 1% 0;
        font-size: 1em;
        line-height: 1.4;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .noMarginPara {
        margin-bottom: 0;
    }

    .kynResourcesFoodsPotassiumImgs {
        width: 22%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesFoodsPotassiumImgs > img {
        width: 100%;
    }

    .kynResourcesFoodsRecipeImgs {
        width: 22%;
        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: 1em;
        line-height: 1.4;
    }

    .kynResourcesListCircle > li {
        list-style: circle;
        font-size: 1em;
        line-height: 1.4;
    }

    .kynResourcesListNumber ol > li {
        list-style: upper-roman;
        font-size: 1em;
        line-height: 1.4;
    }

    .kynResourcesListSpacing > li:last-child {
        margin: 0;
    }

    .right {
        float: right !important;
    }

    .subHdr {
        font-size: 1.1em;
        font-weight: 700;
        color: #007C9D;
        text-transform: capitalize;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    .divider {
        position: relative;
        height: 1px;
        width: 80%;
        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: 90px;
    }

    .mainContainer {
        width: 100%;
        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: 18%;
        margin: 1% 3% 0 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: 15%;
        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: 75%;
        margin: 8% auto 3%;
        padding: 2%;
        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-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .kynResourcesCalloutBox {
        width: 75%;
        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;
    }
    
    /** 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: 1em;
        line-height: 1.6;
    }

    .kynResourcesTriglyceridesOmegaTable {
        width: 100%;
        margin: 2% auto;
    }

    .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: 1em;
        line-height: 1.4;
    }

    .kynResourcesTriglyceridesOmegaTable tr, td {
        vertical-align: top;
        padding: 1.5%;
        border: solid #5f5f5f 1px;
    }

    /** Triglycerides Field Guide **/
    .kynResourcesTriglyceridesHdr {
        width: 70%;
        margin: 1% auto;
    }

    .kynResourcesTriglyceridesHdrImg {
        float: left;
        width: 18%;
        margin: 0 2% 10% 0;
    }

    .kynResourcesTriglyceridesListBullet {
        margin: 0 0 0 19%;
    }

    .kynResourcesTriglyceridesListBullet > li {
        margin: 0 0 1% 0;
        list-style: disc;
        font-size: 1em;
        line-height: 1.4;
    }

    .kynResourcesTriglyceridesFoodImgs {
        width: 15%;
        margin: 0 2% 0 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 {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.4;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesTriglyceridesSugarTable td {
        vertical-align: top;
        padding: 1.5%;
    }

    .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: 32%;
        height: 35px;
        font-size: 1em;
        font-weight: 700;
        line-height: 2;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesSugarTableTwo {
        width: 22%;
        height: 35px;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesSugarTableThree {
        width: 16%;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        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: 1em;
        line-height: 1.3;
    }

    .kynResourcesTriglyceridesSugarTwoTable {
        width: 60%;
        margin: 2% auto;
    }

    table#triglyceridesSugarTwoTable {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.4;
    }

    .kynResourcesTriglyceridesSugarTwoTableHdr {
        height: 35px;
        padding: 1% 0 1% 1.5%;
        font-size: 1.1em;
        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;
    }

    .kynResourcesTriglyceridesMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesTriglyceridesMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
        overflow-x: auto;
    }

    .kynResourcesTriglyceridesMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesTriglyceridesMealPlanTable ul {
        margin: 0 0 0 2%;
        width: 190px;
        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);
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1.1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }
    
    /** Triglycerides Self-care **/
    .kynResourcesSelfCareInfoBox {
        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);
    }

    .kynResourcesSelfCareInfoBoxHdr {
        margin: 0;
        color: #007C9D;
        font-size: 1em;
        font-weight: 700;
    }

    .kynResourcesTriglyceridesSelfCareRiskContainer {
        width: 52%;
        float: left;
        padding: 1%;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer {
        width: 46%;
        float: left;
        padding: 1%;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer p {
        font-size: .9em;
        margin: 0 0 3% 0;
    }

    .kynResourcesSelfCareRiskContainer {
        width: 45%;
        float: left;
        padding: 1%;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesSelfCareVeryHighRisk {
        font-size: 1em;
        font-weight: 700;
        color: #cc0000;
    }

    .kynResourcesSelfCareHighRisk {
        font-size: 1em;
        font-weight: 700;
        color: red;
    }

    .kynResourcesSelfCareMediumRisk {
        font-size: 1em;
        font-weight: 700;
        color: orange;
    }

    .kynResourcesSelfCareLowRisk {
        font-size: 1em;
        font-weight: 700;
        color: green;
    }

    .kynResourcesSelfCareUnderweight {
        font-size: 1em;
        font-weight: 700;
        color: #7b7b7b;
    }

    .kynResourcesSelfCareDisclaimer {
        margin: 2% 0 0 0;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynResourcesSelfCareDisclaimerNoLink {
        float: right;
        margin: 2% 2% 0 0;
        font-size: .8em;
        line-height: 1.2;
        color: #007bff;
    }
    
    .kynResourcesSelfCareGoalContainer {
        width: 54%;
        padding: 1% 2% 0 0;
        float: right;
    }

    .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.1em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesSelfCareLeft p {
        margin: 0;
        padding: 0 3%;
        font-size: 1em;
        line-height: 1.4;
    }

    .kynResourcesSelfCareLeft ul {
        margin: 0;
        padding: 0 0 0 6%;
        font-size: 1em;
        line-height: 1.4;
    }

    .kynResourcesSelfCareLeft li {
        margin: 0 0 .5% 0;
        list-style: disc;
    }

    .kynResourcesSelfCareRight p {
        margin: 0;
        padding: 0 3%;
        font-size: 1em;
        line-height: 1.4;
    }

    .kynResourcesSelfCareRight ul {
        margin: 0;
        padding: 0 0 0 6%;
        font-size: 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;
    }

    .kynResourcesTriglyceridesSelfCarePageHdr {
        width: 95%;
        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: 48%;
        float: left;
        padding: 1%;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer p {
        font-size: 1em;
        line-height: 1.3;
        margin: 0 0 3% 0;
    }
    
    /** 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;
    }
}

/********** Tablet Size: Landscape **********/
@media only screen and (min-width: 1024px) and (max-width: 1280px) and (orientation : landscape) {
    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 .5% 0;
        width: 100%;
        text-decoration: underline;
        text-transform: capitalize;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    h5 {
        clear: both;
        float: left;
        margin: 2% 0 0 0;
        width: 100%;
        font-size: 1.1em;
        font-weight: 700;
        text-transform: capitalize;
        color: #007C9D;
    }

    p {
        margin: 0 0 1% 0;
        font-size: 1.1em;
        line-height: 1.4;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .noMarginPara {
        margin-bottom: 0;
    }

    .kynResourcesFoodsPotassiumImgs {
        width: 22%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesFoodsPotassiumImgs > img {
        width: 100%;
    }

    .kynResourcesFoodsRecipeImgs {
        width: 22%;
        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 0 1% 0;
    }

    .kynResourcesListBullet > li {
        margin: 0 0 .5% 0;
        list-style: disc;
        font-size: 1.1em;
        line-height: 1.4;
    }

    .kynResourcesListCircle > li {
        list-style: circle;
        font-size: 1.1em;
        line-height: 1.4;
    }

    .kynResourcesListNumber ol > li {
        list-style: upper-roman;
        font-size: 1.1em;
        line-height: 1.4;
    }

    .kynResourcesListSpacing > li:last-child {
        margin: 0;
    }

    .right {
        float: right !important;
    }

    .subHdr {
        font-size: 1.1em;
        font-weight: 700;
        color: #007C9D;
        text-transform: capitalize;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    .divider {
        position: relative;
        height: 1px;
        width: 80%;
        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: 100%;
        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: 13%;
        margin: 0 2% 0 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: 15%;
        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: 75%;
        margin: 8% auto 3%;
        padding: 2%;
        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-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .kynResourcesCalloutBox {
        width: 75%;
        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 {
        margin: 0 0 1% 0;
        font-size: 1.1em;
        line-height: 1.3;
        color: #007C9D;
    }
    
    /** 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: 69%;
        margin: 2% auto;
    }

    .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: 1em;
        line-height: 1.2;
    }

    .kynResourcesTriglyceridesOmegaTable tr, td {
        vertical-align: top;
        padding: 1%;
        border: solid #5f5f5f 1px;
    }

    /** Triglycerides Field Guide **/
    .kynResourcesTriglyceridesHdr {
        width: 100%;
        margin: 1% auto;
        font-size: 1.5em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #007C9D;
    }

    .kynResourcesTriglyceridesHdrImg {
        float: left;
        width: 13%;
        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: 13%;
        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: 90%;
        overflow-x: auto;
    }

    .triglyceridesSugarTable {
        font-size: 1em;
        line-height: 1.2;
        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: 65%;
        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% 0;
        font-size: 1.1em;
        line-height: 1.4;
    }

    .kynResourcesTriglyceridesSugarTwoTable {
        width: 70%;
        margin: 2% auto;
    }

    table#triglyceridesSugarTwoTable {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    .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;
    }

    .kynResourcesTriglyceridesMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesTriglyceridesMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
        overflow-x: auto;
    }

    .kynResourcesTriglyceridesMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        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);
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1.1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }
    
    /** Triglycerides Self-care **/
    .kynResourcesTriglyceridesSelfCareRiskContainer {
        width: 52%;
        float: left;
        padding: 1%;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer {
        width: 46%;
        float: left;
        padding: 1%;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer p {
        font-size: .9em;
        margin: 0 0 3% 0;
    }

    .kynResourcesSelfCareInfoBox {
        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);
    }

    .kynResourcesSelfCareInfoBoxHdr {
        margin: 0;
        color: #007C9D;
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesSelfCareRiskContainer {
        width: 45%;
        float: left;
        padding: 1%;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesSelfCareVeryHighRisk {
        font-size: 1em;
        font-weight: 700;
        color: #cc0000;
    }

    .kynResourcesSelfCareHighRisk {
        font-size: 1em;
        font-weight: 700;
        color: red;
    }

    .kynResourcesSelfCareMediumRisk {
        font-size: 1em;
        font-weight: 700;
        color: orange;
    }

    .kynResourcesSelfCareLowRisk {
        font-size: 1em;
        font-weight: 700;
        color: green;
    }

    .kynResourcesSelfCareUnderweight {
        font-size: 1em;
        font-weight: 700;
        color: #7b7b7b;
    }

    .kynResourcesSelfCareDisclaimer {
        margin: 2% 0 0 0;
        font-size: .8em;
        line-height: 1.2;
    }

    .kynResourcesSelfCareDisclaimerNoLink {
        float: right;
        margin: 2% 2% 0 0;
        font-size: .8em;
        line-height: 1.2;
        color: #007bff;
    }
    
    .kynResourcesSelfCareGoalContainer {
        width: 54%;
        padding: 1% 2% 0 0;
        float: right;
    }

    .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.1em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesSelfCareLeft p {
        margin: 0;
        padding: 0 3%;
        font-size: 1.1em;
        line-height: 1.4;
    }

    .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;
    }

    .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;
    }
    
    /** 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;
    }
}

/***** Laptop *****/
@media (min-width: 1281px) and (max-width: 1599px) {
    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.2em;
        font-weight: 700;
        color: #007C9D;
    }

    h5 {
        clear: both;
        float: left;
        margin: 2% 0 0 0;
        width: 100%;
        font-size: 1.1em;
        font-weight: 700;
        text-transform: capitalize;
        color: #007C9D;
    }

    p {
        margin: 0 0 1% 0;
        font-size: 1.1em;
        line-height: 1.4;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .noMarginPara {
        margin-bottom: 0;
    }

    .kynResourcesFoodsPotassiumImgs {
        width: 22%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesFoodsPotassiumImgs > img {
        width: 100%;
    }

    .kynResourcesFoodsRecipeImgs {
        width: 22%;
        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 > li {
        margin: 0 0 .5% 0;
        list-style: disc;
        font-size: 1.1em;
        line-height: 1.4;
    }

    .kynResourcesListCircle > li {
        list-style: circle;
        font-size: 1.1em;
        line-height: 1.4;
    }

    .kynResourcesListNumber ol > li {
        list-style: upper-roman;
        font-size: 1.1em;
        line-height: 1.4;
    }

    .kynResourcesListSpacing > li:last-child {
        margin: 0;
    }

    .right {
        float: right !important;
    }

    .subHdr {
        font-size: 1.1em;
        font-weight: 700;
        color: #007C9D;
        text-transform: capitalize;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    .divider {
        position: relative;
        height: 1px;
        width: 80%;
        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: 120px;
    }

    .mainContainer {
        width: 75%;
        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: 15%;
        margin: 0 2% 2% 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: 15%;
        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: 75%;
        margin: 8% auto 3%;
        padding: 2%;
        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-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .kynResourcesCalloutBox {
        width: 75%;
        margin: 3% auto;
        padding: 0;
        text-align: center;
    }

    .kynResourcesCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesCalloutBox > p {
        font-size: 1.1em;
        color: #007C9D;
    }
    
    /** 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: 75%;
        margin: 2% auto;
    }

    .kynResourcesTriglyceridesOmegaTableHdr {
        height: 35px;
        padding: 1% 0 1% 1.5%;
        font-size: 1em;
        line-height: 1.2;
        font-weight: 700;
        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;
    }

    .kynResourcesTriglyceridesOmegaTable tr, td {
        vertical-align: top;
        padding: 1%;
        border: solid #5f5f5f 1px;
    }

    /** Triglycerides Field Guide **/
    .kynResourcesTriglyceridesHdr {
        width: 70%;
        margin: 1% auto;
    }

    .kynResourcesTriglyceridesHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 10% 0;
    }

    .kynResourcesTriglyceridesFoodImgs {
        width: 15%;
        margin: 0 2% 3% 0;
        padding: 0;
        float: left;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesTriglyceridesFoodImgs > img {
        width: 100%;
    }

    .kynResourcesTriglyceridesSugarTable {
        max-width: 100%;
        font-size: .9em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesTriglyceridesSugarTable td {
        vertical-align: top;
        padding: 5px 20px;
    }

    .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: 32%;
        height: 35px;
        font-size: 1em;
        font-weight: 700;
        line-height: 2;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesSugarTableTwo {
        width: 15%;
        height: 35px;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesSugarTableThree {
        width: 14%;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesTriglyceridesInfoBox {
        clear:both;
        width: 75%;
        margin: 4% auto 3%;
        padding: 2%;
        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: 50%;
        margin: 2% auto;
    }

    table#triglyceridesSugarTwoTable {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: .9em;
        line-height: 1.2;
    }

    .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;
    }

    .kynResourcesTriglyceridesMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesTriglyceridesMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
        overflow-x: auto;
    }

    .kynResourcesTriglyceridesMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        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);
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1.1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    /** Triglycerides Self-care **/
    .kynResourcesTriglyceridesSelfCareRiskContainer {
        width: 52%;
        float: left;
        padding: 1%;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer {
        width: 46%;
        float: left;
        padding: 1%;
    }

    .kynResourcesTriglyceridesSelfCareGoalContainer p {
        font-size: .9em;
        margin: 0 0 3% 0;
    }

    /** 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.4;
    }

    .kynResourcesTriglyceridesFoodImgs {
        width: 12%;
        margin: 0 1% 2% 0;
        padding: 0;
        float: left;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesTriglyceridesFoodImgs > img {
        width: 100%;
    }

    .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 {
        width: 90%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .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: 65%;
        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-size: 1.2em;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .kynResourcesTriglyceridesInfoBox p {
        margin: 0 0 1% 0;
        font-size: 1.1em;
        line-height: 1.4
    }

    .kynResourcesTriglyceridesSugarTwoTable {
        width: 70%;
        margin: 2% auto;
    }

    table#triglyceridesSugarTwoTable {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    .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 Self-care **/
    .kynResourcesSelfCareInfoBox {
        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);
    }

    .kynResourcesSelfCareInfoBoxHdr {
        margin: 0;
        color: #007C9D;
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesSelfCareRiskContainer {
        width: 45%;
        float: left;
        padding: 1%;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesSelfCareVeryHighRisk {
        font-size: 1em;
        font-weight: 700;
        color: #cc0000;
    }

    .kynResourcesSelfCareHighRisk {
        font-size: 1em;
        font-weight: 700;
        color: red;
    }

    .kynResourcesSelfCareMediumRisk {
        font-size: 1em;
        font-weight: 700;
        color: orange;
    }

    .kynResourcesSelfCareLowRisk {
        font-size: 1em;
        font-weight: 700;
        color: green;
    }

    .kynResourcesSelfCareUnderweight {
        font-size: 1em;
        font-weight: 700;
        color: #7b7b7b;
    }

    .kynResourcesSelfCareDisclaimer {
        margin: 2% 0 0 0;
        font-size: .8em;
        line-height: 1.2;
    }

    .kynResourcesSelfCareDisclaimerNoLink {
        float: left;
        margin: 2% 2% 0 0;
        font-size: .8em;
        line-height: 1.2;
        color: #007bff;
    }
    
    .kynResourcesSelfCareGoalContainer {
        width: 54%;
        padding: 1% 2% 0 0;
        float: right;
    }

    .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.1em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesSelfCareLeft p {
        margin: 0;
        padding: 0 3%;
        font-size: 1.1em;
        line-height: 1.4;
    }

    .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;
    }

    .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;
    }
    
    /** 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;
    }
}