/********** Phone: Portrait **********/
@media only screen and (min-device-width : 320px) and (max-width: 752px) 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;
        line-height: 1.2;
        font-weight: 700;
        color: #007C9D;
    }

    h5 {
        clear: both;
        float: left;
        margin: 2% 0 1% 0;
        width: 100%;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.1;
        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;
    }

    .kynResourcesListNoPadding {
        padding: 0 0 0 1%;
    }

    .kynResourcesListSpacing > li {
        margin: 0 0 6% 0;
    }

    .kynResourcesListBullet {
        margin: 0;
    }

    .kynResourcesListBullet > li {
        margin: 0 0 1% 0;
        list-style: disc;
        font-size: 1em;
        line-height: 1.4;
    }

    .kynResourcesListCircle > li {
        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: 1em;
        font-weight: 700;
        color: #007C9D;
        text-transform: capitalize;
    }

    .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: 1% 2.5% 0 0;
        padding: 0;
        width: 24%;
        border-radius: 6px;
        border: solid #007C9D 2px;
        /*display: none;*/
    }

    .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: 95%;
        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-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .kynResourcesInfoBox > p {
        font-size: .9em;
        line-height: 1.1;
    }

    .kynResourcesCalloutBox {
        width: 98%;
        margin: 2% auto;
        padding: 1%;
        text-align: center;
    }

    .kynResourcesCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: .9em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesCalloutBox > p {
        color: #007C9D;
        font-size: .9em;
        line-height: 1.2;
    }

    /** Cholesterol Basics **/
    .kynResourcesCholesterolLifeStyle {
        width: 100%;
        overflow: hidden;
        margin: 0 0 2% 0;
    }

    .kynResourcesCholesterolLifeStyle p {
        margin: 1% 0 0 0;
        line-height: 1.3;
    }

    .kynResourcesCholesterolLifeStyleImg {
        float: left;
        margin: .5% 1.5% 0 0;
        padding: 0;
        width: 15%;
        border-radius: 6px;
        border: solid #007C9D 2px;
        display: none;
    }

    .kynResourcesCholesterolBulletListContainer {
        float: left;
        width: 100%;
        overflow: hidden;
        margin: 0;
    }

    .kynResourcesCholesterolBulletListContent {
        float: left;
        width: 33%;
    }

    .kynResourcesSelfCareDisclaimer {
        margin: 0;
        font-size: .8em;
        line-height: 1.1;
    }

    .kynResourcesSelfCareDisclaimerNoLink {
        float: right;
        margin: 2% 2% 0 0;
        font-size: .8em;
        line-height: 1.2;
        color: #007bff;
    }

    .kynResourcesCholesterolFoodsList {
        margin: 0;
        padding: 0 0 0 22%;
        width: 90%;
    }

    .kynResourcesCholesterolFoodsList li {
        font-size: 1em;
        line-height: 1.5;
    }

    /** Cholesterol Food Control **/
    .kynResourcesCholesterolFoodControlLists {
        margin: 0;
        padding: 0 0 0 12%;
    }
    
    .kynResourcesCholesterolFoodControlLists li {
        font-size: 1em;
        line-height: 1.6;
    }
    
    /*** Cholesterol Field Guide ***/
    .kynResourcesCholesterolFieldGuideHdrContainer {
        margin: 0 auto 3%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .kynResourcesCholesterolFieldGuideHdrImg {
        float: left;
        width: 28%;
        margin: 0 2% 0 0;
        display: none;
    }

    .kynResourcesCholesterolFieldGuideHdrContainer h1 {
        font-size: 1.3em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }

    .kynResourcesCholesterolFiberTableArrows {
        margin: 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%;
    }

    .kynResourcesCholesterolFiberTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolFiberTableContent {
        width: 100%;
        overflow-x: scroll;
    }

    .kynResourcesCholesterolFiberTable {
        width: 220%;
        font-size: 1em;
        line-height: 1.3;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesCholesterolFiberTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolFiberTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolFiberTable ul {
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesCholesterolFiberTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
    }

    .kynResourcesCholesterolOmegasTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
    }

    .kynResourcesCholesterolOmegasTableContainer {
        width: 100%;
        margin: 2% auto;
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolOmegasTableContent {
        width: 100%;
        overflow-x: scroll;
    }

    .kynResourcesCholesterolOmegasTable {
        width: 150%;
        font-size: 1em;
        line-height: 1.4;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesCholesterolOmegasTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolOmegasTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolOmegasTable ul {
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesCholesterolOmegasTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    table#mealPlan li {
        margin: 0 0 10px 0;
    }
    
    /** Cholesterol Meal Plan **/
    .kynResourcesCholesterolMealPlanHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 5% 0;
        display: none;
    }

    .kynResourcesCholesterolMealPlanTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
    }
    
    .kynResourcesArrowLeft {
        overflow: hidden;
    }

    .kynResourcesArrowTxt {
        margin: .25% 2% 0;
        font-size: 1em;
        text-align: center;
    }
    
    .kynResourcesArrowRight {
        overflow: hidden;
    }

    .kynResourcesCholesterolMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
        overflow-x: scroll;
    }

    .kynResourcesCholesterolMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px !important;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    .kynResourcesCholesterolMealPlanTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolMealPlanTable ul {
        padding: 0 0 0 2%;
        width: 180px;
    }

    .kynResourcesCholesterolMealPlanTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
        line-height: 1.3;
    }

    /** Cholesterol Self-care **/
    .kynResourcesCholesterolSelfCarePageHdr {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 3%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynResourcesCholesterolSelfCarePageHdr h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.19em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }
    
    .kynBPSelfCareHdrImg {
        display: none;
    }

    .kynResourcesCholesterolSelfCareInfoBox {
        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);
    }

    .kynResourcesCholesterolSelfCareInfoBoxHdr {
        width: 90%;
        margin: .5% auto 0;
        text-align: center;
        color: #007C9D;
        font-size: 1.2em;
        line-height: 1.3;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareListContainer {
        width: 100%;
        padding: .5%;
        overflow: hidden;
        border-bottom: solid #7b7b7b 1px;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft {
        width: 100%;
        float: left;
        padding: 1%;
        border-right: none;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft > p {
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft ul {
        margin: 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft ul > li {
        font-size: 1em;
        line-height: 1.3;
        margin: 0 0 1% 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight {
        width: 100%;
        float: left;
        padding: 1%;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight > p {
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight ul {
        margin: 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight ul > li {
        font-size: 1em;
        line-height: 1.3;
        margin: 0 0 1% 0;
    }

    .kynResourceskynResourcesCholesterolSelfCareGoalContainer {
        width: 100%;
        float: left;
        padding: 1%;
    }

    .kynResourceskynResourcesCholesterolSelfCareGoalContainer p {
        width: 100%;
        font-size: 1em;
        line-height: 1.1;
        margin: 0 0 1% 0;
    }
    
    .kynResourcesCholesterolSelfCareDisclaimerNoLink {
        width: 100%;
        margin: 2% 2% 0 0;
    }
    
    .kynResourcesCholesterolSelfCareDisclaimerNoLink p {
        font-size: .9em;
        line-height: 1.2;
        text-align: center;
        color: #007bff;
    }

    .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;
    }

    /** Cholesterol Medications **/
    .kynResourcesCholesterolCalloutBox {
        overflow: hidden;
        width: 85%;
        margin: 2% auto;
        padding: 0;
        text-align: center;
    }

    .kynResourcesCholesterolCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1em;
        line-height: 1.2;
        font-weight: 700;
        color: #007C9D;
    }

    /** Footer **/
    .kynResourcesFooter {
        width: 100%;
        margin: 3% 0 0 0;
        padding: 2%;
        background-color: #007C9D;
    }

    .kynResourcesFooter > p {
        margin: 0;
        text-align: center;
        font-size: .8em;
        line-height: 1.2;
        color: #fff;
    }

    .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: 2% 0 .5% 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% 0;
        font-size: 1em;
        line-height: 1.4;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .noMarginPara {
        margin-bottom: 0;
    }

    .kynResourcesListNoPadding {
        padding: 0 0 0 1%;
    }

    .kynResourcesListSpacing > li {
        margin: 0 0 6% 0;
    }

    .kynResourcesListBullet  {
        margin: 0;
    }

    .kynResourcesListBullet > li {
        margin: 1% 0 1% 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;
    }

    .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% 1% 0;
    }

    .kynResourcesPageHdr {
        width: 100%;
        overflow: hidden;
        margin: 0 0 3% 0;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynBPImg {
        float: left;
        margin: .5% 1.5% 0 0;
        padding: 0;
        width: 13%;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .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: 80%;
        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);
    }

    .kynResourcesInfoBox > h2 {
        margin: 0 0 1% 0;
        color: #007C9D;
        font-size: 1.1em;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .kynResourcesInfoBox > p {
        font-size: 1em;
        line-height: 1.2;
    }

    .kynResourcesCalloutBox {
        width: 65%;
        margin: 2% auto;
        padding: 0;
        text-align: center;
    }

    .kynResourcesCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesCalloutBox > p {
        color: #007C9D;
        font-size: 1em;
        line-height: 1.3;
    }

    /** Cholesterol Basics **/
    .kynResourcesCholesterolLifeStyle {
        width: 90%;
        overflow: hidden;
        margin: 0 0 2% 0;
    }

    .kynResourcesCholesterolLifeStyle p {
        margin: 1% 0 0 0;
        line-height: 1.3;
    }

    .kynResourcesCholesterolLifeStyleImg {
        float: left;
        margin: .5% 1.5% 0 0;
        padding: 0;
        width: 15%;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesCholesterolBulletListContainer {
        float: left;
        width: 83%;
        overflow: hidden;
        margin: 0 0 2% 0;
    }

    .kynResourcesCholesterolBulletListContent {
        float: left;
        width: 30%;
    }

    .kynResourcesSelfCareDisclaimer {
        margin: 0;
        font-size: .8em;
        line-height: 1.1;
    }

    .kynResourcesSelfCareDisclaimerNoLink {
        float: right;
        margin: 2% 2% 0 0;
        font-size: .8em;
        line-height: 1.2;
        color: #007bff;
    }

    .kynResourcesCholesterolFoodsList {
        margin: 0;
        padding: 0 0 0 22%;
        width: 90%;
    }

    .kynResourcesCholesterolFoodsList li {
        font-size: 1em;
        line-height: 1.4;
    }

    /** Cholesterol Food Control **/
    .kynResourcesCholesterolFoodControlLists {
        margin: 0;
    }
    
    .kynResourcesCholesterolFoodControlLists li {
        font-size: 1.1em;
        line-height: 1.6;
    }
    
    /*** Cholesterol Field Guide ***/
    .kynResourcesCholesterolFieldGuideHdrContainer {
        margin: 0 auto 3%;
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .kynResourcesCholesterolFieldGuideHdrImg {
        float: left;
        width: 28%;
        margin: 0 2% 0 0;
    }

    .kynResourcesCholesterolFieldGuideHdrContainer h1 {
        font-size: 1.5em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }

    .kynResourcesCholesterolFiberTableArrows {
        margin: 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%;
    }

    .kynResourcesCholesterolFiberTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolFiberTableContent {
        width: 100%;
        overflow-x: scroll;
    }

    .kynResourcesCholesterolFiberTable {
        width: 120%;
        font-size: 1em;
        line-height: 1.3;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesCholesterolFiberTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolFiberTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolFiberTable ul {
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesCholesterolFiberTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
    }

    .kynResourcesCholesterolOmegasTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
        display: none;
    }

    .kynResourcesCholesterolOmegasTableContainer {
        width: 70%;
        margin: 2% auto;
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolOmegasTableContent {
        width: 100%;
    }

    .kynResourcesCholesterolOmegasTable {
        width: 100%;
        font-size: 1em;
        line-height: 1.4;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesCholesterolOmegasTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolOmegasTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolOmegasTable ul {
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesCholesterolOmegasTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    table#mealPlan li {
        margin: 0 0 10px 0;
    }
    
    /** Cholesterol Meal Plan **/
    .kynResourcesCholesterolMealPlanHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 5% 0;
    }

    .kynResourcesCholesterolMealPlanTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
    }
    
    .kynResourcesArrowLeft {
        overflow: hidden;
    }

    .kynResourcesArrowTxt {
        margin: .25% 2% 0;
        font-size: 1em;
        text-align: center;
    }
    
    .kynResourcesArrowRight {
        overflow: hidden;
    }

    .kynResourcesCholesterolMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
        overflow-x: scroll;
    }

    .kynResourcesCholesterolMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px !important;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    .kynResourcesCholesterolMealPlanTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolMealPlanTable ul {
        padding: 0 0 0 2%;
        width: 180px;
    }

    .kynResourcesCholesterolMealPlanTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
        line-height: 1.3;
    }
    
    /** Cholesterol Meal Plan **/
    .kynResourcesCholesterolMealPlanHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 5% 0;
    }

    .kynResourcesCholesterollFieldGuideTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
    }
    
    .kynResourcesArrowLeft {
        overflow: hidden;
    }

    .kynResourcesArrowTxt {
        margin: .25% 2% 0;
        font-size: 1em;
        text-align: center;
    }
    
    .kynResourcesArrowRight {
        overflow: hidden;
    }

    .kynResourcesCholesterolMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
        overflow-x: scroll;
    }

    .kynResourcesCholesterolMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px !important;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    .kynResourcesCholesterolMealPlanTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolMealPlanTable ul {
        padding: 0 0 0 2%;
        width: 180px;
    }

    .kynResourcesCholesterolMealPlanTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
        line-height: 1.3;
    }
    
    /** Cholesterol Self-care **/
    .kynResourcesCholesterolSelfCarePageHdr {
        width: 90%;
        overflow: hidden;
        margin: 0 auto 3%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynResourcesCholesterolSelfCarePageHdr h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }
    
    .kynBPSelfCareHdrImg {
        width: 22%;
    }

    .kynResourcesCholesterolSelfCareInfoBox {
        overflow: hidden;
        clear:both;
        width: 100%;
        margin: 0 auto 3%;
        padding: 0;
        border: double #007C9D 6px;
        border-radius: 12px;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesCholesterolSelfCareInfoBoxHdr {
        width: 100%;
        margin: .5% 0 .5% 0;
        text-align: center;
        color: #007C9D;
        font-size: 1.2em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareListContainer {
        width: 100%;
        padding: .5%;
        overflow: hidden;
        border-bottom: solid #7b7b7b 1px;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft {
        width: 52%;
        float: left;
        padding: 1%;
        border-right: solid 1px #7b7b7b;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft > p {
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft ul {
        margin: 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft ul > li {
        font-size: 1em;
        line-height: 1.3;
        margin: 0 0 1% 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight {
        width: 48%;
        float: left;
        padding: 1%;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight > p {
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight ul {
        margin: 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight ul > li {
        font-size: 1em;
        line-height: 1.3;
        margin: 0 0 1% 0;
    }

    .kynResourceskynResourcesCholesterolSelfCareGoalContainer {
        width: 100%;
        float: left;
        padding: 1%;
        display: flex;
        justify-content: space-between;
    }

    .kynResourceskynResourcesCholesterolSelfCareGoalContainer p {
        width: 48%;
        font-size: .9em;
        margin: 0 0 1% 0;
    }
    
    .kynResourcesCholesterolSelfCareDisclaimerNoLink {
        width: 100%;
        margin: 2% 2% 0 0;
    }
    
    .kynResourcesCholesterolSelfCareDisclaimerNoLink p {
        font-size: .9em;
        line-height: 1.2;
        text-align: center;
        color: #007bff;
    }

    .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.4;
    }

    .kynResourcesSelfCareLeft ul {
        margin: 0;
        padding: 0  0 0 8%;
        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 8%;
        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;
    }

    /** Cholesterol Medications **/
    .kynResourcesCholesterolCalloutBox {
        overflow: hidden;
        width: 65%;
        margin: 2% auto;
        padding: 0;
        text-align: center;
    }

    .kynResourcesCholesterolCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.1em;
        font-weight: 700;
        color: #007C9D;
    }

    /** Footer **/
    .kynResourcesFooter {
        width: 100%;
        margin: 3% 0 0 0;
        padding: 2%;
        text-align: center;
        font-size: .9em;
        color: #fff;
        background-color: #007C9D;
    }

    .kynResourcesFooter > p {
        margin: 0;
    }

    .kynResourcesFooter > p > a {
        margin: 0;
        text-align: center;
        color: #fff;
    }
}

/********** Tablet: Portrait **********/
@media only screen and (min-width: 736px) 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: 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;
    }

    .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: 14pt;
        line-height: 1.3;
    }

    .kynResourcesListCircle > li {
        list-style: circle;
        font-size: 14pt;
    }

    .kynResourcesListNumber ol > li {
        list-style: upper-roman;
        font-size: 14pt;
    }

    .kynResourcesListSpacing > li:last-child {
        margin: 0;
    }

    .right {
        float: right !important;
    }

    .subHdr {
        font-size: 1.1em;
        font-weight: 700;
        color: #007C9D;
        text-transform: capitalize;
    }

    .divider {
        position: relative;
        height: 1px;
        width: 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);
    }

    .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.6;
    }

    .kynResourcesListNumber ol > li {
        list-style: upper-roman;
        font-size: 1em;
        line-height: 1.6;
    }

    .kynResourcesListSpacing > li:last-child {
        margin: 0;
    }

    .right {
        float: right !important;
    }

    .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;
    }

    .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: 80%;
        margin: 6% 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: 70%;
        margin: 2% auto;
        padding: 0;
        text-align: center;
    }

    .kynResourcesCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.1em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesCalloutBox > p {
        color: #007C9D;
        font-size: 1em;
        line-height: 1.4;
    }

    /** Cholesterol Basics **/
    .kynResourcesCholesterolLifeStyle {
        width: 90%;
        overflow: hidden;
        margin: 0 0 2% 0;
    }

    .kynResourcesCholesterolLifeStyle p {
        margin: 1% 0 0 0;
        line-height: 1.3;
    }

    .kynResourcesCholesterolLifeStyleImg {
        float: left;
        margin: .5% 1.5% 0 0;
        padding: 0;
        width: 16%;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesCholesterolBulletListContainer {
        float: left;
        width: 82%;
        overflow: hidden;
        margin: 0 0 2% 0;
    }

    .kynResourcesCholesterolBulletListContent {
        float: left;
        width: 33%;
    }

    .kynResourcesCholesterolFoodsList {
        margin: 0;
        padding: 0 0 0 22%;
        width: 90%;
    }

    .kynResourcesCholesterolFoodsList li {
        font-size: 1em;
        line-height: 1.4;
    }

    /** Cholesterol Food Control **/
    .kynResourcesCholesterolFoodControlLists {
        margin: 0;
    }
    
    .kynResourcesCholesterolFoodControlLists li {
        font-size: 1.1em;
        line-height: 1.6;
    }

    /*** Cholesterol Field Guide ***/
    .kynResourcesCholesterolFieldGuideHdrContainer {
        margin: 0 auto 3%;
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .kynResourcesCholesterolFieldGuideHdrImg {
        float: left;
        width: 28%;
        margin: 0 2% 0 0;
    }

    .kynResourcesCholesterolFieldGuideHdrContainer h1 {
        font-size: 1.5em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }

    .kynResourcesTableArrows {
        margin: 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%;
    }

    .kynResourcesCholesterolFiberTableArrows {
        margin: 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%;
    }

    .kynResourcesCholesterolFiberTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolFiberTableContent {
        width: 100%;
        overflow-x: scroll;
    }

    .kynResourcesCholesterolFiberTable {
        width: 120%;
        font-size: 1em;
        line-height: 1.3;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesCholesterolFiberTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolFiberTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolFiberTable ul {
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesCholesterolFiberTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
    }
    
    .kynResourcesCholesterolOmegasTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
        display: none;
    }

    .kynResourcesCholesterolOmegasTableContainer {
        width: 70%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolOmegasTableContent {
        width: 100%;
    }

    .kynResourcesCholesterolOmegasTable {
        width: 100%;
        font-size: 1em;
        line-height: 1.4;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesCholesterolOmegasTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolOmegasTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolOmegasTable ul {
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesCholesterolOmegasTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    table#mealPlan li {
        margin: 0 0 10px 0;
    }
    
    /** Cholesterol Meal Plan **/
    .kynResourcesCholesterolMealPlanHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 5% 0;
    }

    .kynResourcesCholesterolMealPlanTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
    }
    
    .kynResourcesArrowLeft {
        overflow: hidden;
    }

    .kynResourcesArrowTxt {
        margin: .25% 2% 0;
        font-size: 1em;
        text-align: center;
    }
    
    .kynResourcesArrowRight {
        overflow: hidden;
    }

    .kynResourcesCholesterolMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
        overflow-x: scroll;
    }

    .kynResourcesCholesterolMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px !important;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    .kynResourcesCholesterolMealPlanTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolMealPlanTable ul {
        padding: 0 0 0 2%;
        width: 180px;
    }

    .kynResourcesCholesterolMealPlanTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
        line-height: 1.3;
    }
    
    /** Cholesterol Self-care **/
    .kynResourcesCholesterolSelfCarePageHdr {
        width: 90%;
        overflow: hidden;
        margin: 0 auto 3%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynResourcesCholesterolSelfCarePageHdr h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }

    .kynResourcesCholesterolSelfCareInfoBox {
        overflow: hidden;
        clear:both;
        width: 100%;
        margin: 0 auto 3%;
        padding: 0;
        border: double #007C9D 6px;
        border-radius: 12px;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesCholesterolSelfCareInfoBoxHdr {
        width: 100%;
        margin: .5% 0 .5% 0;
        text-align: center;
        color: #007C9D;
        font-size: 1.2em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareListContainer {
        width: 100%;
        padding: .5%;
        overflow: hidden;
        border-bottom: solid #7b7b7b 1px;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft {
        width: 52%;
        float: left;
        padding: 1%;
        border-right: solid 1px #7b7b7b;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft > p {
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft ul {
        margin: 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft ul > li {
        font-size: 1em;
        line-height: 1.3;
        margin: 0 0 1% 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight {
        width: 48%;
        float: left;
        padding: 1%;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight > p {
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight ul {
        margin: 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight ul > li {
        font-size: 1em;
        line-height: 1.3;
        margin: 0 0 1% 0;
    }

    .kynResourceskynResourcesCholesterolSelfCareGoalContainer {
        width: 100%;
        float: left;
        padding: 1%;
        display: flex;
        justify-content: space-between;
    }

    .kynResourceskynResourcesCholesterolSelfCareGoalContainer p {
        width: 48%;
        font-size: .9em;
        margin: 0 0 1% 0;
    }
    
    .kynResourcesCholesterolSelfCareDisclaimerNoLink {
        width: 100%;
        margin: 2% 2% 0 0;
    }
    
    .kynResourcesCholesterolSelfCareDisclaimerNoLink p {
        font-size: .9em;
        line-height: 1.2;
        text-align: center;
        color: #007bff;
    }

    .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;
    }

    /** Cholesterol Medications **/
    .kynResourcesCholesterolCalloutBox {
        overflow: hidden;
        width: 65%;
        margin: 2% auto;
        padding: 0;
        text-align: center;
    }

    .kynResourcesCholesterolCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.1em;
        font-weight: 700;
        color: #007C9D;
    }

    /** Footer **/
    .kynResourcesFooter {
        width: 100%;
        margin: 3% 0 0 0;
        padding: 2%;
        background-color: #007C9D;
    }

    .kynResourcesFooter > p {
        margin: 0;
        text-align: center;
        font-size: .9em;
        color: #fff;
    }

    .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 1% 0;
        width: 100%;
        text-decoration: underline;
        text-transform: capitalize;
        font-size: 1.3em;
        font-weight: 700;
        color: #007C9D;
    }

    h5 {
        clear: both;
        float: left;
        margin: 2% 0 0 0;
        width: 100%;
        font-size: 1.1em;
        font-weight: 700;
        text-transform: capitalize;
        color: #007C9D;
    }

    p {
        margin: 0 0 1% 0;
        font-size: 1.1em;
        line-height: 1.3;
    }
    
    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .noMarginPara {
        margin-bottom: 0;
    }

    .kynResourcesListNoPadding {
        padding: 0 0 0 1%;
    }

    .kynResourcesListSpacing > li {
        margin: 0 0 6% 0;
    }

    .kynResourcesListBullet {
        margin: 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: 1.1em;
        line-height: 1.6;
    }

    .kynResourcesListNumber ol > li {
        list-style: upper-roman;
        font-size: 1.1em;
        line-height: 1.6;
    }

    .kynResourcesListSpacing > li:last-child {
        margin: 0;
    }

    .right {
        float: right !important;
    }

    .subHdr {
        font-size: 1.1em;
        font-weight: 700;
        color: #007C9D;
        text-transform: capitalize;
    }

    .divider {
        position: relative;
        height: 1px;
        width: 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% 1% 0;
    }

    .kynResourcesPageHdr {
        width: 100%;
        overflow: hidden;
        margin: 0 0 3% 0;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynBPImg {
        float: left;
        margin: .5% 1.5% 0 0;
        padding: 0;
        width: 12%;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .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;
    }

    .kynResourcesInfoBox > p {
        font-size: 1.1em;
    }

    .kynResourcesCalloutBox {
        width: 75%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .kynResourcesCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesCalloutBox > p {
        color: #007C9D;
    }

    /** Cholesterol Basics **/
    .kynResourcesCholesterolLifeStyle {
        width: 90%;
        overflow: hidden;
        margin: 0 0 2% 0;
    }

    .kynResourcesCholesterolLifeStyle p {
        margin: 1% 0 0 0;
        line-height: 1.3;
    }

    .kynResourcesCholesterolLifeStyleImg {
        float: left;
        margin: .5% 1.5% 0 0;
        padding: 0;
        width: 12%;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesCholesterolBulletListContainer {
        float: left;
        width: 86%;
        overflow: hidden;
        margin: 0 0 2% 0;
    }

    .kynResourcesCholesterolBulletListContent {
        float: left;
        width: 30%;
    }

    .kynResourcesCholesterolFoodsList {
        margin: 0;
        padding: 0 0 0 22%;
        width: 90%;
    }

    .kynResourcesCholesterolFoodsList li {
        font-size: 1.1em;
        line-height: 1.6;
    }
    
    /** Cholesterol Food Control **/
    .kynResourcesCholesterolFoodControlLists {
        margin: 0;
    }
    
    .kynResourcesCholesterolFoodControlLists li {
        font-size: 1.1em;
        line-height: 1.6;
    }

    /*** Cholesterol Field Guide ***/
    .kynResourcesCholesterolFieldGuideHdrContainer {
        margin: 0 auto 3%;
        width: 65%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .kynResourcesCholesterolFieldGuideHdrImg {
        float: left;
        width: 28%;
        margin: 0 2% 0 0;
    }

    .kynResourcesCholesterolFieldGuideHdrContainer h1 {
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }

    .kynResourcesCholesterollFieldGuideTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
        display: none;
    }
    
    .kynResourcesArrowLeft {
        overflow: hidden;
    }

    .kynResourcesArrowTxt {
        margin: .25% 2% 0;
        font-size: 1em;
        text-align: center;
    }
    
    .kynResourcesArrowRight {
        overflow: hidden;
    }
    
    .kynResourcesCholesterolFiberTableArrows {
        display: none;
    }

    .kynResourcesCholesterolFiberTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolFiberTableContent {
        width: 100%;
    }

    .kynResourcesCholesterolFiberTable {
        width: 100%;
        font-size: 1.1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesCholesterolFiberTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolFiberTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolFiberTable ul {
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesCholesterolFiberTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
        font-size: 1.1em;
        line-height: 1.3;
    }

    .kynResourcesCholesterolOmegasTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
        display: none;
    }

    .kynResourcesCholesterolOmegasTableContainer {
        width: 70%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolOmegasTableContent {
        width: 100%;
    }

    .kynResourcesCholesterolOmegasTable {
        width: 100%;
        font-size: 1.1em;
        line-height: 1.5;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesCholesterolOmegasTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolOmegasTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolOmegasTable ul {
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesCholesterolOmegasTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
        font-size: 1.1em;
        line-height: 1.3;
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    table#mealPlan li {
        margin: 0 0 10px 0;
    }
    
    /** Cholesterol Meal Plan **/
    .kynResourcesCholesterolMealPlanHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 5% 0;
    }

    .kynResourcesCholesterolMealPlanTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
    }
    
    .kynResourcesArrowLeft {
        overflow: hidden;
    }

    .kynResourcesArrowTxt {
        margin: .25% 2% 0;
        font-size: 1em;
        text-align: center;
    }
    
    .kynResourcesArrowRight {
        overflow: hidden;
    }

    .kynResourcesCholesterolMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
        overflow-x: scroll;
    }

    .kynResourcesCholesterolMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px !important;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    .kynResourcesCholesterolMealPlanTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolMealPlanTable ul {
        padding: 0 0 0 2%;
        width: 180px;
    }

    .kynResourcesCholesterolMealPlanTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
        line-height: 1.3;
    }
    
    /** Cholesterol Self-care **/
    .kynResourcesCholesterolSelfCarePageHdr {
        width: 70%;
        overflow: hidden;
        margin: 0 auto 3%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynResourcesCholesterolSelfCarePageHdr h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }

    .kynResourcesCholesterolSelfCareInfoBox {
        overflow: hidden;
        clear:both;
        width: 100%;
        margin: 0 auto 3%;
        padding: 0;
        border: double #007C9D 6px;
        border-radius: 12px;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesCholesterolSelfCareInfoBoxHdr {
        width: 100%;
        margin: .5% 0 .5% 0;
        text-align: center;
        color: #007C9D;
        font-size: 1.2em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareListContainer {
        width: 100%;
        padding: .5%;
        overflow: hidden;
        border-bottom: solid #7b7b7b 1px;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft {
        width: 52%;
        float: left;
        padding: 1%;
        border-right: solid 1px #7b7b7b;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft > p {
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft ul {
        margin: 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft ul > li {
        font-size: 1em;
        line-height: 1.3;
        margin: 0 0 1% 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight {
        width: 48%;
        float: left;
        padding: 1%;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight > p {
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight ul {
        margin: 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight ul > li {
        font-size: 1em;
        line-height: 1.3;
        margin: 0 0 1% 0;
    }

    .kynResourceskynResourcesCholesterolSelfCareGoalContainer {
        width: 100%;
        float: left;
        padding: 1%;
        display: flex;
        justify-content: space-between;
    }

    .kynResourceskynResourcesCholesterolSelfCareGoalContainer p {
        width: 48%;
        font-size: .9em;
        margin: 0 0 1% 0;
    }
    
    .kynResourcesCholesterolSelfCareDisclaimerNoLink {
        width: 100%;
        margin: 2% 2% 0 0;
    }
    
    .kynResourcesCholesterolSelfCareDisclaimerNoLink p {
        font-size: .9em;
        line-height: 1.2;
        text-align: center;
        color: #007bff;
    }

    .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.3;
    }

    .kynResourcesSelfCareLeft ul {
        margin: 0;
        padding: 0 0 0 6%;
        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 6%;
        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;
    }

    /** Cholesterol Medications **/
    .kynResourcesCholesterolCalloutBox {
        overflow: hidden;
        width: 55%;
        margin: 2% auto;
        padding: 0;
        text-align: center;
    }

    .kynResourcesCholesterolCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    /** Footer **/
    .kynResourcesFooter {
        width: 100%;
        margin: 3% 0 0 0;
        padding: 2%;
        text-align: center;
        font-size: 1em;
        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.3em;
        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.2em;
        line-height: 1.3;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .noMarginPara {
        margin-bottom: 0;
    }

    .kynResourcesListNoPadding {
        padding: 0 0 0 4%;
    }

    .kynResourcesListSpacing > li {
        margin: 0 0 6% 0;
    }

    .kynResourcesListBullet {
        margin: 0;
    }

    .kynResourcesListBullet > li {
        margin: 0 0 1% 0;
        list-style: disc;
        font-size: 1.1em;
        line-height: 1.3;
    }

    .kynResourcesListCircle > li {
        list-style: circle;
        font-size: 1.1em;
        line-height: 1.3;
    }

    .kynResourcesListNumber ol > li {
        list-style: upper-roman;
        font-size: 1.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;
    }

    .divider {
        position: relative;
        height: 1px;
        width: 60%;
        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% 0 0;
    }

    .kynResourcesPageHdr {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 2%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynBPImg {
        float: left;
        margin: .5% 1.5% 0 0;
        padding: 0;
        width: 14%;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynBPHeartImg {
        float: right;
        width: 32%;
        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-size: 1.2em;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .kynResourcesInfoBox > p {
        font-size: 1.1em;
    }

    .kynResourcesCalloutBox {
        width: 75%;
        margin: 3% auto 1%;
        padding: 0;
        text-align: center;
    }

    .kynResourcesCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesCalloutBox > p {
        color: #007C9D;
    }

    /** Cholesterol Basics **/
    .kynResourcesCholesterolLifeStyle {
        width: 90%;
        overflow: hidden;
        margin: 0 0 2% 0;
    }

    .kynResourcesCholesterolLifeStyle p {
        margin: 1% 0 0 0;
        line-height: 1.3;
    }

    .kynResourcesCholesterolLifeStyleImg {
        float: left;
        margin: .5% 1.5% 0 0;
        padding: 0;
        width: 12%;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesCholesterolBulletListContainer {
        float: left;
        width: 86%;
        overflow: hidden;
        margin: 0 0 2% 0;
    }

    .kynResourcesCholesterolBulletListContent {
        float: left;
        width: 30%;
    }

    .kynResourcesCholesterolFoodsList {
        margin: 0;
        padding: 0 0 0 22%;
        width: 90%;
    }

    .kynResourcesCholesterolFoodsList li {
        font-size: 1.1em;
        line-height: 1.6;
    }
    
    /** Cholesterol Food Control **/
    .kynResourcesCholesterolFoodControlLists {
        margin: 0;
    }
    
    .kynResourcesCholesterolFoodControlLists li {
        font-size: 1.1em;
        line-height: 1.6;
    }

    /*** Cholesterol Field Guide ***/
    .kynResourcesCholesterolFieldGuideHdrContainer {
        margin: 0 auto 3%;
        width: 65%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .kynResourcesCholesterolFieldGuideHdrImg {
        float: left;
        width: 28%;
        margin: 0 2% 0 0;
    }

    .kynResourcesCholesterolFieldGuideHdrContainer h1 {
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }
    
    .kynResourcesCholesterolFiberTableArrows {
        display: none;
    }

    .kynResourcesCholesterolFiberTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolFiberTableContent {
        width: 100%;
    }

    .kynResourcesCholesterolFiberTable {
        width: 100%;
        font-size: 1.1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesCholesterolFiberTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolFiberTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolFiberTable ul {
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesCholesterolFiberTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
        line-height: 1.3;
    }

    .kynResourcesCholesterolOmegasTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
        display: none;
    }

    .kynResourcesCholesterolOmegasTableContainer {
        width: 70%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolOmegasTableContent {
        width: 100%;
    }

    .kynResourcesCholesterolOmegasTable {
        width: 100%;
        font-size: 1.2em;
        line-height: 1.4;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesCholesterolOmegasTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolOmegasTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolOmegasTable ul {
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesCholesterolOmegasTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
        line-height: 1.3;
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    table#mealPlan li {
        margin: 0 0 10px 0;
    }
    
    /** Cholesterol Meal Plan **/
    .kynResourcesCholesterolMealPlanHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 5% 0;
    }

    .kynResourcesCholesterolMealPlanTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
    }
    
    .kynResourcesArrowLeft {
        overflow: hidden;
    }

    .kynResourcesArrowTxt {
        margin: .25% 2% 0;
        font-size: 1em;
        text-align: center;
    }
    
    .kynResourcesArrowRight {
        overflow: hidden;
    }

    .kynResourcesCholesterolMealPlanTableContainer {
        position: relative;
        overflow: hidden;
    }

    .kynResourcesCholesterolMealPlanTableContent {
        max-width: 100%;
        margin-left: 100px;
        overflow-x: scroll;
    }

    .kynResourcesCholesterolMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
        overflow-x: auto;
        overflow-y: visible;
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px !important;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlueTxt {
        font-size: 1em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    .kynResourcesCholesterolMealPlanTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesCholesterolMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: white;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesCholesterolMealPlanTable ul {
        padding: 0 0 0 2%;
        width: 180px;
    }

    .kynResourcesCholesterolMealPlanTable li {
        margin: 0 0 4% 0;
        list-style-type: disc;
        line-height: 1.3;
    }
    
    /** Cholesterol Self-care **/
    .kynResourcesCholesterolSelfCarePageHdr {
        width: 70%;
        overflow: hidden;
        margin: 0 auto 3%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynResourcesCholesterolSelfCarePageHdr h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }

    .kynResourcesCholesterolSelfCareInfoBox {
        overflow: hidden;
        clear:both;
        width: 100%;
        margin: 0 auto 3%;
        padding: 0;
        border: double #007C9D 6px;
        border-radius: 12px;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesCholesterolSelfCareInfoBoxHdr {
        width: 100%;
        margin: .5% 0 .5% 0;
        text-align: center;
        color: #007C9D;
        font-size: 1.2em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareListContainer {
        width: 100%;
        padding: .5%;
        overflow: hidden;
        border-bottom: solid #7b7b7b 1px;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft {
        width: 52%;
        float: left;
        padding: 1%;
        border-right: solid 1px #7b7b7b;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft > p {
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft ul {
        margin: 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerLeft ul > li {
        font-size: 1em;
        line-height: 1.3;
        margin: 0 0 1% 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight {
        width: 48%;
        float: left;
        padding: 1%;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight > p {
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight ul {
        margin: 0;
    }

    .kynResourcesCholesterolSelfCareRiskContainerRight ul > li {
        font-size: 1em;
        line-height: 1.3;
        margin: 0 0 1% 0;
    }

    .kynResourceskynResourcesCholesterolSelfCareGoalContainer {
        width: 100%;
        float: left;
        padding: 1%;
        display: flex;
        justify-content: space-between;
    }

    .kynResourceskynResourcesCholesterolSelfCareGoalContainer p {
        width: 48%;
        font-size: .9em;
        margin: 0 0 1% 0;
    }
    
    .kynResourcesCholesterolSelfCareDisclaimerNoLink {
        width: 100%;
        margin: 2% 2% 0 0;
    }
    
    .kynResourcesCholesterolSelfCareDisclaimerNoLink p {
        font-size: .9em;
        line-height: 1.2;
        text-align: center;
        color: #007bff;
    }

    .kynResourcesSelfCareLeft {
        float: left;
        width: 52%;
        margin: 0 0 2% 0;
    }

    .kynResourcesSelfCareRight {
        float: right;
        width: 45%;
        margin: 0 0 4% 0;
    }

    .kynResourcesSelfCareSubHdr {
        width: 100%;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesSelfCareLeft p {
        margin: 0;
        padding: 0 3%;
        font-size: 1.1em;
        line-height: 1.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;
    }

    /** Cholesterol Medications **/
    .kynResourcesCholesterolCalloutBox {
        overflow: hidden;
        width: 55%;
        margin: 2% auto;
        padding: 0;
        text-align: center;
    }

    .kynResourcesCholesterolCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    /** Footer **/
    .kynResourcesFooter {
        width: 100%;
        margin: 3% 0 0 0;
        padding: 2%;
        text-align: center;
        font-size: .9em;
        color: #fff;
        background-color: #007C9D;
    }

    .kynResourcesFooter > p {
        margin: 0;
        font-size: 1.1em;
    }

    .kynResourcesFooter > p > a {
        margin: 0;
        text-align: center;
        color: #fff;
    }
}