.sync {
    display: block;
}
    
/********** Phone: Portrait **********/
@media only screen and (min-device-width : 320px) and (max-width: 735px) and (orientation: portrait) {
    h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.3em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }

    h2 {
        clear: both;
        margin: 3% 0 1% 0;
        width: 100%;
        text-decoration: underline;
        text-transform: capitalize;
        font-size: 1.1em;
        font-weight: 700;
        color: #007C9D;
    }

    h5 {
        clear: both;
        float: left;
        margin: 2% 0 0 0;
        width: 100%;
        font-size: 1.1em;
        font-weight: 700;
        text-transform: capitalize;
        color: #007C9D;
    }

    p {
        margin: 0 0 3% 0;
        font-size: 1em;
        line-height: 1.3;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .noMarginPara {
        margin-bottom: 0;
    }

    .kynResourcesFoodsPotassiumImgs {
        width: 22%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesFoodsPotassiumImgs > img {
        width: 100%;
    }

    .kynResourcesFoodsRecipeImgs {
        width: 22%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesListNoPadding {
        padding: 0 0 0 1%;
    }

    .kynResourcesListSpacing > li {
        margin: 0 0 6% 0;
    }

    .kynResourcesListBullet > li {
        margin: 0 0 1.5% 0;
        list-style: disc;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesListCircle > li {
        list-style: circle;
        font-size: 1em;
    }

    .kynResourcesListNumber ol > li {
        list-style: upper-roman;
        font-size: 1em;
    }

    .kynResourcesListSpacing > li:last-child {
        margin: 0;
    }

    .right {
        float: right !important;
    }

    .subHdr {
        font-size: 1.1em;
        font-weight: 700;
        color: #007C9D;
        text-transform: capitalize;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    .divider {
        position: relative;
        height: 1px;
        width: 80%;
        margin: 2% auto !important;
    }

    .div-transparent::before {
        content: "";
        position: absolute;
        top: 0;
        left: 5%;
        right: 5%;
        height: 2px;
        background-image: linear-gradient(to right, transparent, rgb(0, 124, 157), transparent);
    }

    .kynResourcesHeader {
        width: 100%;
        overflow: hidden;
        height: 40px;
    }

    .mainContainer {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .mainContent {
        padding: 0;
        margin: 2% 4% 0 4%;
        overflow: hidden;
    }

    .kynResourcesPageTitle {
        width: 100%;
        margin: 0 0 2% 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .kynHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 0 0;
        display: none;
    }

    .kynResourcesPageHdr {
        width: 100%;
        overflow: hidden;
        margin: 0 0 3% 0;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynBPImg {
        float: left;
        margin: .5% 1.5% 0 0;
        padding: 0;
        width: 15%;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynBPHeartImg {
        float: right;
        width: 40%;
        margin: 0 1% 0 3%;
    }

    .kynResourcesBold {
        font-weight: 700;
        text-decoration: underline;
    }

    .kynResourcesSubHdr {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesParaIndent {
        margin-left: 3%;
    }

    .kynResourcesInfoBox {
        clear:both;
        width: 75%;
        margin: 8% auto 3%;
        padding: 2%;
        border: double #007C9D 6px;
        border-radius: 12px;
        text-align: center;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesInfoBox > h2 {
        margin: 0 0 1% 0;
        color: #007C9D;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .kynResourcesCalloutBox {
        width: 70%;
        margin: 2% auto;
        padding: 1%;
        text-align: center;
    }

    .kynResourcesCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesCalloutBox > p {
        color: #007C9D;
    }
    
    /** Glucose Basics **/
    .kynGlucoseRiskTables {
        width: 80%;
        margin: 2% auto;
    }

    .kynGlucoseRiskTableOne {
        width: 100%;
        margin: 4% auto;
        border-collapse: collapse;
    }

    .kynGlucoseRiskTableTwo {
        width: 100%;
        margin: 2% auto;
        border-collapse: collapse;
    }

    table#glucoseTableOne {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    table#glucoseTableOne td {
        width: 50%;
        padding: 2%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }
    
    table#glucoseTableTwo {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    table#glucoseTableTwo td {
        width: 50%;
        padding: 2%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesGlucoseRiskTableHdr {
        height: 35px;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        background-color: #007C9D;
    }

    .kynResourcesGlucoseSugarsTable {
        width: 50%;
        margin: 2% auto 0;
    }

    .kynResourcesGlucoseSugarsTable table {
        width: 100%;
        font-family: sans-serif;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .kynResourcesGlucoseSugarsTable td {
        width: 50%;
        padding: 1.5%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynGlucoseReadingsTable {
        width: 40%;
        margin: 0 auto;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynGlucoseReadingsTable td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynGlucoseSugarsTable {
        width: 100%;
        margin: 2% auto 0;
    }

    .kynGlucoseSugarsTable table {
        width: 100%;
        font-family: sans-serif;
        font-size: .9em;
        line-height: 1.5;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .kynGlucoseSugarsTable td {
        width: 50%;
        padding: 1%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }
    
    /** Glucose Field Guide **/
    .kynResourcesGlucoseHdrImg {
        float: left;
        width: 15%;
        margin: 0 2% 3% 0;
        display: none;
    }
    
    .kynResourcesGlucoseFieldGuideTableArrows {
        margin: 1.5% 0 0 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
    }

    .kynGlucoseShoppingTableContainer {
        width: 90%;
        margin: 0 auto 4%;
        overflow-x: scroll;
    }

    .kynGlucoseShoppingTable {
        width: 150%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    .kynGlucoseShoppingTable td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesGlucoseSugarsTable {
        width: 100%;
        margin: 2% auto 0;
        font-size: 1em;
    }

    .kynResourcesGlucoseSugarsTable table {
        width: 100%;
        font-size: .9em;
        font-family: sans-serif;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .kynResourcesGlucoseSugarsTable td {
        width: 50%;
        padding: 1.5%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }
    
    /** Glucose Meal Planning **/
    .kynResourcesGlucoseMealPlanning {
        padding: 0 0 0 12%;
    }
    
    .kynResourcesGlucoseMealPlanning > li {
        font-size: 1em;
    }

    .kynResourcesGlucoseSubHdr {
        font-size: 1em;
        font-weight: 700;
        color: #000;
        text-decoration: underline;
    }

    .kynResourcesTableArrows {
        margin: 1.5% 0 0 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
    }
    
    .kynResourcesArrowLeft {
        overflow: hidden;
    }
    
    .kynResourcesArrowLeft img {
        width: 90%;
    }

    .kynResourcesArrowTxt {
        margin: .25% 2% 0;
        font-size: 1em;
        text-align: center;
    }
    
    .kynResourcesArrowRight {
        overflow: hidden;
    }
    
    .kynResourcesArrowRight img {
        width: 90%;
    }

    .kynResourcesGlucoseMealPlanTableContainer {
        position: relative;
        overflow: hidden;
        clear: both;
        margin: 0 0 4% 0;
    }

    .kynResourcesGlucoseMealPlanTableContent {
        max-width: 100%;
        margin-left: 99px;
        overflow-x: auto;
    }

    .kynResourcesGlucoseMealPlanTable {
        max-width: 100%;
        font-size: .9em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .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: 1.3em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    .kynResourcesGlucoseMealPlanTable tr {
        height: 60px;
    }

    .kynResourcesGlucoseMealPlanTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesGlucoseMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 100px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: #fff;
        background-color: #007C9D;
        border-top: solid #fff 1px !important;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesGlucoseMealPlanTable ul {
        width: 250px;
        margin: 0;
        padding: 0;
    }

    .kynResourcesGlucoseMealPlanTable li {
        margin: 0 0 2% 0;
        list-style-type: disc;
    }

    .kynResourcesGlucoseMealPlanTable p {
        font-size: 1em;
    }

    /*** Glucose Self-care ***/
    .kynResourcesGlucoseSelfCarePageHdr {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 1%;
        padding: 0 2%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynResourcesGlucoseSelfCarePageHdr h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.3em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #007C9D;
    }
    
    .kynResourcesGlucoseSelfCareHdrImg {
        float: left;
        width: 26%;
        margin: 0 1% 0 0;
        display: none;
    }

    .kynResourcesGlucoseSelfCareInfoBox {
        overflow: hidden;
        clear: both;
        width: 90%;
        margin: 1% auto 6%;
        padding: 1%;
        border: double #007C9D 6px;
        border-radius: 12px;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesGlucoseSelfCareGlucoseRiskContainer {
        width: 100%;
        float: left;
        margin: 0;
        padding: 1%;
        border-bottom: solid #007C9D 1px;
    }

    .kynResourcesGlucoseSelfCareA1cRiskContainer {
        width: 100%;
        float: left;
        margin: 1%;
        padding: 0;
    }

    .kynResourcesGlucoseSelfCareInfoBoxHdr {
        margin: 0;
        color: #007C9D;
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesGlucoseSelfCareGoalContainer {
        width: 100%;
        padding: 1%;
        float: left;
    }

    .kynResourcesGlucoseSelfCareGoalContainer p {
        font-size: 1em;
    }

    .kynResourcesGlucoseSelfCareDivider {
        position: relative;
        height: 1px;
        width: 100%;
        margin: 1% auto 4% !important;
    }
    
    .kynResourcesSelfCareVeryHighRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: #cc0000;
    }

    .kynResourcesSelfCareHighRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: red;
    }

    .kynResourcesSelfCareMediumRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: orange;
    }

    .kynResourcesSelfCareLowRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: green;
    }

    .kynResourcesSelfCareUnderweight {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: #7b7b7b;
    }

    .kynResourcesSelfCareDisclaimer {
        margin: 3% 0 0 0;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynResourcesSelfCareDisclaimerNoLink {
        float: left;
        margin: 2% 2% 0 0;
        font-size: .8em;
        line-height: 1.2;
        color: #007bff;
    }

    .kynResourcesSelfCareLeft {
        float: left;
        width: 100%;
        margin: 0 0 2% 0;
    }

    .kynResourcesSelfCareRight {
        float: left;
        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.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;
    }
    
    /** Glucose Medications **/
    .kynResourcesGlucoseMedsHdrImg {
        float: left;
        width: 16%;
        margin: 0 3% 18% 0;
        display: none;
    }

    .kynResourcesGlucoseMedsListBullet {
        margin: 0 0 2% 0;
    }

    .kynResourcesGlucoseMedsListBullet > li {
        font-size: 1em;
        line-height: 1.5;
    }
    
    /** Footer **/
    .kynResourcesFooter {
        width: 100%;
        margin: 3% 0 0 0;
        padding: 2%;
        text-align: center;
        font-size: .9em;
        color: #fff;
        background-color: #007C9D;
    }

    .kynResourcesFooter > p {
        margin: 0;
    }

    .kynResourcesFooter > p > a {
        margin: 0;
        text-align: center;
        color: #fff;
    }
    
}

/********** Phone: Landscape **********/
@media only screen and (min-device-width: 360px) and (max-device-height: 736px) and (orientation: landscape) {
    h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.3em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }

    h2 {
        clear: both;
        margin: 3% 0 1% 0;
        width: 100%;
        text-decoration: underline;
        text-transform: capitalize;
        font-size: 1.1em;
        font-weight: 700;
        color: #007C9D;
    }

    h5 {
        clear: both;
        float: left;
        margin: 2% 0 0 0;
        width: 100%;
        font-size: 1.1em;
        font-weight: 700;
        text-transform: capitalize;
        color: #007C9D;
    }

    p {
        margin: 0 0 1% 0;
        font-size: 1em;
        line-height: 1.3;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .noMarginPara {
        margin-bottom: 0;
    }

    .kynResourcesFoodsPotassiumImgs {
        width: 22%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesFoodsPotassiumImgs > img {
        width: 100%;
    }

    .kynResourcesFoodsRecipeImgs {
        width: 22%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesListNoPadding {
        padding: 0 0 0 1%;
    }

    .kynResourcesListSpacing > li {
        margin: 0 0 6% 0;
    }

    .kynResourcesListBullet > li {
        margin: 0 0 .5% 0;
        list-style: disc;
        font-size: 1em;
        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;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    .divider {
        position: relative;
        height: 1px;
        width: 80%;
        margin: 2% auto !important;
    }

    .div-transparent::before {
        content: "";
        position: absolute;
        top: 0;
        left: 5%;
        right: 5%;
        height: 2px;
        background-image: linear-gradient(to right, transparent, rgb(0, 124, 157), transparent);
    }

    .kynResourcesHeader {
        width: 100%;
        overflow: hidden;
        height: 90px;
    }

    .mainContainer {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .mainContent {
        padding: 0;
        margin: 2% 4% 0 4%;
        overflow: hidden;
    }

    .kynResourcesPageTitle {
        width: 100%;
        margin: 0 0 2% 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .kynHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 0 0;
    }

    .kynResourcesPageHdr {
        width: 100%;
        overflow: hidden;
        margin: 0 0 3% 0;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynBPImg {
        float: left;
        margin: .5% 1.5% 0 0;
        padding: 0;
        width: 15%;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynBPHeartImg {
        float: right;
        width: 40%;
        margin: 0 1% 0 3%;
    }

    .kynResourcesBold {
        font-weight: 700;
        text-decoration: underline;
    }

    .kynResourcesSubHdr {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesParaIndent {
        margin-left: 3%;
    }

    .kynResourcesInfoBox {
        clear:both;
        width: 75%;
        margin: 8% auto 3%;
        padding: 2%;
        border: double #007C9D 6px;
        border-radius: 12px;
        text-align: center;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesInfoBox > h2 {
        margin: 0 0 1% 0;
        color: #007C9D;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .kynResourcesCalloutBox {
        width: 70%;
        margin: 2% auto;
        padding: 1%;
        text-align: center;
    }

    .kynResourcesCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesCalloutBox > p {
        color: #007C9D;
    }
    
    /** Glucose Basics **/
    .kynGlucoseRiskTables {
        width: 100%;
        margin: 2% 0;
        overflow: hidden;
    }

    .kynGlucoseRiskTableOne {
        float: left;
        width: 55%;
        margin: 0;	
        border-collapse: collapse;
    }

    .kynGlucoseRiskTableTwo {
        float: right;
        width: 40%;
        table-layout: fixed;	
        border-collapse: collapse;
    }

    table#glucoseTableOne {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    table#glucoseTableOne td {
        width: 50%;
        padding: 2%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }
    
    table#glucoseTableTwo {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
    }

    table#glucoseTableTwo td {
        width: 50%;
        padding: 2%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesGlucoseRiskTableHdr {
        height: 35px;
        padding: 1% 0 1% 3%;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynGlucoseShoppingTableContainer {
        width: 90%;
        margin: 0 auto 4%;
        overflow-x: scroll;
    }

    .kynGlucoseShoppingTable {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    .kynGlucoseShoppingTable td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynGlucoseReadingsTable {
        width: 40%;
        margin: 0 auto;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynGlucoseReadingsTable td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynGlucoseSugarsTable {
        width: 60%;
        margin: 2% auto 0;
    }

    .kynGlucoseSugarsTable table {
        width: 100%;
        font-family: sans-serif;
        font-size: 1em;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .kynGlucoseSugarsTable td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }
    
    /** Glucose Meal Planning **/
    .kynResourcesGlucoseMealPlanning {
        padding: 0 0 0 22%;
    }
    
    .kynResourcesGlucoseMealPlanning > li {
        font-size: 1em;
    }

    .kynResourcesGlucoseSubHdr {
        font-size: 1em;
        font-weight: 700;
        color: #000;
        text-decoration: underline;
    }

    .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%;
    }

    .kynResourcesGlucoseMealPlanTableContainer {
        position: relative;
        overflow: hidden;
        clear: both;
        margin: 0 0 3% 0;
    }

    .kynResourcesGlucoseMealPlanTableContent {
        max-width: 100%;
        margin-left: 119px;
        overflow-x: auto;
    }

    .kynResourcesGlucoseMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .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: 1.3em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    .kynResourcesGlucoseMealPlanTable tr {
        height: 60px;
    }

    .kynResourcesGlucoseMealPlanTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesGlucoseMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 120px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: #fff;
        font-size: 12pt;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesGlucoseMealPlanTable ul {
        width: 300px;
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesGlucoseMealPlanTable li {
        margin: 0 0 2% 0;
        list-style-type: disc;
    }

    .kynResourcesGlucoseMealPlanTable p {
        font-size: 1em;
    }
    
    /** Glucose Field Guide **/
    .kynResourcesGlucoseHdrImg {
        float: left;
        width: 15%;
        margin: 0 2% 3% 0;
    }
    
    .kynResourcesGlucoseFieldGuideTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
        display: none;
    }

    .kynGlucoseShoppingTableContainer {
        width: 100%;
        margin: 0 auto 4%;
        overflow-x: scroll;
    }

    .kynGlucoseShoppingTable {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    .kynGlucoseShoppingTable td {
        width: 50%;
        padding: 1%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesGlucoseSugarsTable {
        width: 80%;
        margin: 2% auto 0;
        font-size: 1em;
    }

    .kynResourcesGlucoseSugarsTable table {
        width: 100%;
        font-size: 1em;
        font-family: sans-serif;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .kynResourcesGlucoseSugarsTable td {
        width: 50%;
        padding: 1.5%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }
    
    /** Glucose Self-care **/
    .kynResourcesGlucoseSelfCarePageHdr {
        width: 80%;
        overflow: hidden;
        margin: 0 auto 1%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynResourcesGlucoseSelfCarePageHdr h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.4em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #007C9D;
    }
    
    .kynResourcesGlucoseSelfCareHdrImg {
        float: left;
        width: 26%;
        margin: 0 1% 0 0;
    }

    .kynResourcesGlucoseSelfCareInfoBox {
        overflow: hidden;
        clear: both;
        width: 90%;
        margin: 0 auto 3%;
        padding: 1%;
        border: double #007C9D 6px;
        border-radius: 12px;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesGlucoseSelfCareGlucoseRiskContainer {
        width: 50%;
        float: left;
        padding: 0;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesGlucoseSelfCareA1cRiskContainer {
        width: 46%;
        float: left;
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesGlucoseSelfCareInfoBoxHdr {
        margin: 0;
        color: #007C9D;
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesGlucoseSelfCareGoalContainer {
        width: 100%;
        padding: 1% 2% 0 0;
        float: left;
    }

    .kynResourcesGlucoseSelfCareGoalContainer p {
        margin: 0 0 1% 0;
        font-size: 1em;
        line-height: 1.3;
    }

    .kynResourcesGlucoseSelfCareDivider {
        position: relative;
        height: 1px;
        width: 80%;
        margin: 1% auto !important;
    }
    
    .kynResourcesSelfCareVeryHighRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: #cc0000;
    }

    .kynResourcesSelfCareHighRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: red;
    }

    .kynResourcesSelfCareMediumRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: orange;
    }

    .kynResourcesSelfCareLowRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: green;
    }

    .kynResourcesSelfCareUnderweight {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: #7b7b7b;
    }

    .kynResourcesSelfCareDisclaimer {
        margin: 3% 0 0 0;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynResourcesSelfCareDisclaimerNoLink {
        float: left;
        margin: 2% 2% 0 0;
        font-size: .8em;
        line-height: 1.2;
        color: #007bff;
    }

    .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.3;
    }

    .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;
    }
    
    /** Glucose Medications **/
    .kynResourcesGlucoseMedsHdrImg {
        float: left;
        width: 16%;
        margin: 0 3% 18% 0;
    }

    .kynResourcesGlucoseMedsListBullet {
        margin: 0 0 2% 16%;
    }

    .kynResourcesGlucoseMedsListBullet > li {
        font-size: 1em;
        line-height: 1.5;
    }
    
    /** Footer **/
    .kynResourcesFooter {
        width: 100%;
        margin: 3% 0 0 0;
        padding: 2%;
        text-align: center;
        font-size: .9em;
        color: #fff;
        background-color: #007C9D;
    }

    .kynResourcesFooter > p {
        margin: 0;
    }

    .kynResourcesFooter > p > a {
        margin: 0;
        text-align: center;
        color: #fff;
    }
}

/********** Tablet: Portrait **********/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }

    h2 {
        clear: both;
        margin: 3% 0 1% 0;
        width: 100%;
        text-decoration: underline;
        text-transform: capitalize;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    h5 {
        clear: both;
        float: left;
        margin: 2% 0 0 0;
        width: 100%;
        font-size: 1.1em;
        font-weight: 700;
        text-transform: capitalize;
        color: #007C9D;
    }

    p {
        margin: 0 0 1% 0;
        font-size: 1em;
        line-height: 1.3;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .noMarginPara {
        margin-bottom: 0;
    }

    .kynResourcesFoodsPotassiumImgs {
        width: 22%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesFoodsPotassiumImgs > img {
        width: 100%;
    }

    .kynResourcesFoodsRecipeImgs {
        width: 22%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesListNoPadding {
        padding: 0 0 0 1%;
    }

    .kynResourcesListSpacing > li {
        margin: 0 0 6% 0;
    }

    .kynResourcesListBullet > li {
        margin: 0 0 .5% 0;
        list-style: disc;
        font-size: 1em;
        line-height: 1.3;
    }

    .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: 1.1em;
        font-weight: 700;
        color: #007C9D;
        text-transform: capitalize;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    .divider {
        position: relative;
        height: 1px;
        width: 80%;
        margin: 2% auto !important;
    }

    .div-transparent::before {
        content: "";
        position: absolute;
        top: 0;
        left: 5%;
        right: 5%;
        height: 2px;
        background-image: linear-gradient(to right, transparent, rgb(0, 124, 157), transparent);
    }

    .kynResourcesHeader {
        width: 100%;
        overflow: hidden;
        height: 90px;
    }

    .mainContainer {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .mainContent {
        padding: 0;
        margin: 2% 4% 0 4%;
        overflow: hidden;
    }

    .kynResourcesPageTitle {
        width: 100%;
        margin: 0 0 2% 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .kynHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 0 0;
    }

    .kynResourcesPageHdr {
        width: 100%;
        overflow: hidden;
        margin: 0 0 3% 0;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynBPImg {
        float: left;
        margin: .5% 1.5% 0 0;
        padding: 0;
        width: 15%;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynBPHeartImg {
        float: right;
        width: 40%;
        margin: 0 1% 0 3%;
    }

    .kynResourcesBold {
        font-weight: 700;
        text-decoration: underline;
    }

    .kynResourcesSubHdr {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesParaIndent {
        margin-left: 3%;
    }

    .kynResourcesInfoBox {
        clear:both;
        width: 75%;
        margin: 8% auto 3%;
        padding: 2%;
        border: double #007C9D 6px;
        border-radius: 12px;
        text-align: center;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesInfoBox > h2 {
        margin: 0 0 1% 0;
        color: #007C9D;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .kynResourcesCalloutBox {
        width: 70%;
        margin: 2% auto;
        padding: 1%;
        text-align: center;
    }

    .kynResourcesCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesCalloutBox > p {
        color: #007C9D;
    }
    
    /** Glucose Basics **/
    .kynGlucoseRiskTables {
        width: 100%;
        margin: 2% 0;
        overflow: hidden;
    }

    .kynGlucoseRiskTableOne {
        float: left;
        width: 52%;
        margin: 0;
    }

    .kynGlucoseRiskTableTwo {
        float: left;
        width: 45%;
        margin: 0;
    }

    table#glucoseTableOne {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    table#glucoseTableOne td {
        width: 50%;
        padding: 2%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }
    
    table#glucoseTableTwo {
        margin: 0 0 0 6%;
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    table#glucoseTableTwo td {
        width: 50%;
        padding: 2%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesGlucoseRiskTableHdr {
        height: 35px;
        padding: 1% 0 1% 3%;
        font-weight: 700;
        line-height: 1.5;
        text-align: left;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynGlucoseShoppingTableContainer {
        width: 90%;
        margin: 0 auto 4%;
        overflow-x: scroll;
    }

    .kynGlucoseShoppingTable {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynGlucoseShoppingTable td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynGlucoseReadingsTable {
        width: 40%;
        margin: 0 auto;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynGlucoseReadingsTable td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynGlucoseSugarsTable {
        width: 50%;
        margin: 2% auto 0;
    }

    .kynGlucoseSugarsTable table {
        width: 100%;
        font-family: sans-serif;
        font-size: .9em;
        line-height: 1.5;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .kynGlucoseSugarsTable td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }
    
    /** Glucose Meal Planning **/
    .kynResourcesGlucoseMealPlanning {
        padding: 0 0 0 22%;
    }
    
    .kynResourcesGlucoseMealPlanning > li {
        margin: 0 0 .5% 0;
        font-size: 1em;
        line-height: 1.4;
    }

    .kynResourcesGlucoseSubHdr {
        font-size: 1em;
        font-weight: 700;
        color: #000;
        text-decoration: underline;
    }

    .kynResourcesTableArrows {
        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;
    }

    .kynResourcesGlucoseMealPlanTableContainer {
        position: relative;
        overflow: hidden;
        clear: both;
        margin: 0 0 2% 0;
    }

    .kynResourcesGlucoseMealPlanTableContent {
        max-width: 100%;
        margin-left: 119px;
        overflow-x: auto;
    }

    .kynResourcesGlucoseMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .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: 1.3em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    .kynResourcesGlucoseMealPlanTable tr {
        height: 60px;
    }

    .kynResourcesGlucoseMealPlanTable td {
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesGlucoseMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 120px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: #fff;
        font-size: 12pt;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }

    .kynResourcesGlucoseMealPlanTable ul {
        width: 300px;
        margin: 0;
        padding: 0;
    }

    .kynResourcesGlucoseMealPlanTable li {
        margin: 0 0 2% 0;
        list-style-type: disc;
    }

    .kynResourcesGlucoseMealPlanTable p {
        width: 300px;
        font-size: 1em;
    }
    
    /** Glucose Field Guide **/
    .kynResourcesGlucoseHdrImg {
        float: left;
        width: 15%;
        margin: 0 2% 3% 0;
    }
    
    .kynResourcesGlucoseFieldGuideTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
        display: none;
    }

    .kynGlucoseShoppingTableContainer {
        width: 100%;
        margin: 0 auto 4%;
        overflow-x: scroll;
    }

    .kynGlucoseShoppingTable {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    .kynGlucoseShoppingTable td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesGlucoseSugarsTable {
        width: 80%;
        margin: 2% auto 0;
        font-size: 1em;
    }

    .kynResourcesGlucoseSugarsTable table {
        width: 100%;
        font-family: sans-serif;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .kynResourcesGlucoseSugarsTable td {
        width: 50%;
        padding: 1.5%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }
    
    /** Glucose Self-care **/
    .kynResourcesGlucoseSelfCarePageHdr {
        width: 90%;
        overflow: hidden;
        margin: 0 auto 1%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynResourcesGlucoseSelfCarePageHdr h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #007C9D;
    }
    
    .kynResourcesGlucoseSelfCareHdrImg {
        float: left;
        width: 26%;
        margin: 0 1% 0 0;
    }

    .kynResourcesGlucoseSelfCareInfoBox {
        overflow: hidden;
        clear: both;
        width: 90%;
        margin: 0 auto 3%;
        padding: 1%;
        border: double #007C9D 6px;
        border-radius: 12px;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesGlucoseSelfCareGlucoseRiskContainer {
        width: 50%;
        float: left;
        padding: 0;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesGlucoseSelfCareA1cRiskContainer {
        width: 46%;
        float: left;
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesGlucoseSelfCareInfoBoxHdr {
        margin: 0;
        color: #007C9D;
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesGlucoseSelfCareGoalContainer {
        width: 100%;
        padding: 1% 2% 0 0;
        float: left;
    }

    .kynResourcesGlucoseSelfCareGoalContainer p {
        font-size: 1em;
    }

    .kynResourcesGlucoseSelfCareDivider {
        position: relative;
        height: 1px;
        width: 80%;
        margin: 1% auto !important;
    }
    
    .kynResourcesSelfCareVeryHighRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: #cc0000;
    }

    .kynResourcesSelfCareHighRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: red;
    }

    .kynResourcesSelfCareMediumRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: orange;
    }

    .kynResourcesSelfCareLowRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: green;
    }

    .kynResourcesSelfCareUnderweight {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: #7b7b7b;
    }

    .kynResourcesSelfCareDisclaimer {
        margin: 3% 0 0 0;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynResourcesSelfCareDisclaimerNoLink {
        float: left;
        margin: 2% 2% 0 0;
        font-size: .8em;
        line-height: 1.2;
        color: #007bff;
    }

    .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;
    }
    
    /** Glucose Medications **/
    .kynResourcesGlucoseMedsHdrImg {
        float: left;
        width: 16%;
        margin: 0 3% 18% 0;
    }

    .kynResourcesGlucoseMedsListBullet {
        margin: 0 0 2% 16%;
    }

    .kynResourcesGlucoseMedsListBullet > li {
        font-size: 1.1em;
        line-height: 1.5;
    }
    
    /** Footer **/
    .kynResourcesFooter {
        width: 100%;
        margin: 3% 0 0 0;
        padding: 2%;
        text-align: center;
        font-size: .9em;
        color: #fff;
        background-color: #007C9D;
    }

    .kynResourcesFooter > p {
        margin: 0;
    }

    .kynResourcesFooter > p > a {
        margin: 0;
        text-align: center;
        color: #fff;
    }
}

/********** Tablet Size: Landscape **********/
@media only screen and (min-width: 1024px) and (max-width: 1280px) and (orientation : landscape) {
    h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }

    h2 {
        clear: both;
        margin: 3% 0 1% 0;
        width: 100%;
        text-decoration: underline;
        text-transform: capitalize;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    h5 {
        clear: both;
        float: left;
        margin: 2% 0 0 0;
        width: 100%;
        font-size: 1.1em;
        font-weight: 700;
        text-transform: capitalize;
        color: #007C9D;
    }

    p {
        margin: 0 0 1% 0;
        font-size: 1.2em;
        line-height: 1.3;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .noMarginPara {
        margin-bottom: 0;
    }

    .kynResourcesFoodsPotassiumImgs {
        width: 22%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesFoodsPotassiumImgs > img {
        width: 100%;
    }

    .kynResourcesFoodsRecipeImgs {
        width: 22%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesListNoPadding {
        padding: 0 0 0 1%;
    }

    .kynResourcesListSpacing > li {
        margin: 0 0 6% 0;
    }

    .kynResourcesListBullet > li {
        margin: 0 0 .5% 0;
        list-style: disc;
        font-size: 1.2em;
        line-height: 1.3;
    }

    .kynResourcesListCircle > li {
        list-style: circle;
        font-size: 1.2em;
        line-height: 1.3;
    }

    .kynResourcesListNumber ol > li {
        list-style: upper-roman;
        font-size: 1.2em;
        line-height: 1.3;
    }

    .kynResourcesListSpacing > li:last-child {
        margin: 0;
    }

    .right {
        float: right !important;
    }

    .subHdr {
        font-size: 1.1em;
        font-weight: 700;
        color: #007C9D;
        text-transform: capitalize;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    .divider {
        position: relative;
        height: 1px;
        width: 80%;
        margin: 2% auto !important;
    }

    .div-transparent::before {
        content: "";
        position: absolute;
        top: 0;
        left: 5%;
        right: 5%;
        height: 2px;
        background-image: linear-gradient(to right, transparent, rgb(0, 124, 157), transparent);
    }

    .kynResourcesHeader {
        width: 100%;
        overflow: hidden;
        height: 130px;
    }

    .mainContainer {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .mainContent {
        padding: 0;
        margin: 2% 4% 0 4%;
        overflow: hidden;
    }

    .kynResourcesPageTitle {
        width: 100%;
        margin: 0 0 2% 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .kynHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 0 0;
    }

    .kynResourcesPageHdr {
        width: 100%;
        overflow: hidden;
        margin: 0 0 3% 0;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynBPImg {
        float: left;
        margin: .5% 1.5% 0 0;
        padding: 0;
        width: 15%;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynBPHeartImg {
        float: right;
        width: 40%;
        margin: 0 1% 0 3%;
    }

    .kynResourcesBold {
        font-weight: 700;
        text-decoration: underline;
    }

    .kynResourcesSubHdr {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesParaIndent {
        margin-left: 3%;
    }

    .kynResourcesInfoBox {
        clear:both;
        width: 75%;
        margin: 8% auto 3%;
        padding: 2%;
        border: double #007C9D 6px;
        border-radius: 12px;
        text-align: center;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesInfoBox > h2 {
        margin: 0 0 1% 0;
        color: #007C9D;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .kynResourcesCalloutBox {
        width: 70%;
        margin: 2% auto;
        padding: 1%;
        text-align: center;
    }

    .kynResourcesCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesCalloutBox > p {
        color: #007C9D;
    }
    
    /** Glucose Basics **/
    .kynGlucoseRiskTables {
        width: 80%;
        margin: 2% auto 3%;
        overflow: hidden;
    }

    .kynGlucoseRiskTableOne {
        width: 48%;
        float: left;
        border-collapse: collapse;
    }

    .kynGlucoseRiskTableTwo {
        width: 45%;
        float: right;	
        border-collapse: collapse;
    }

    table#glucoseTableOne {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    table#glucoseTableOne td {
        width: 50%;
        padding: 2%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }
    
    table#glucoseTableTwo {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    table#glucoseTableTwo td {
        width: 50%;
        padding: 2%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesGlucoseRiskTableHdr {
        height: 35px;
        padding: 1% 0 1% 3%;
        font-weight: 700;
        line-height: 1.5;
        text-align: left;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }

    .kynGlucoseReadingsTable {
        width: 40%;
        margin: 0 auto;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynGlucoseReadingsTable td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }
    
    /** Glucose Field Guide **/
    .kynResourcesGlucoseHdrImg {
        float: left;
        width: 15%;
        margin: 0 2% 3% 0;
    }
    
    .kynResourcesGlucoseFieldGuideTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
        display: none;
    }

    .kynGlucoseShoppingTableContainer {
        width: 90%;
        margin: 0 auto 4%;
        overflow-x: scroll;
    }

    .kynGlucoseShoppingTable {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    .kynGlucoseShoppingTable td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesGlucoseSugarsTable {
        width: 50%;
        margin: 2% auto 0;
    }

    .kynResourcesGlucoseSugarsTable table {
        width: 100%;
        font-family: sans-serif;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .kynResourcesGlucoseSugarsTable td {
        width: 50%;
        padding: 1.5%;
        font-size: 1.1em;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }
    
    /** Glucose Meal Planning **/
    .kynResourcesGlucoseMealPlanning {
        padding: 0 0 0 22%;
    }
    
    .kynResourcesGlucoseMealPlanning > li {
        font-size: 1.2em;
    }

    .kynResourcesGlucoseSubHdr {
        font-size: 1em;
        font-weight: 700;
        color: #000;
        text-decoration: underline;
    }

    .kynResourcesTableArrows {
        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;
    }

    .kynResourcesGlucoseMealPlanTableContainer {
        position: relative;
        overflow: hidden;
        clear: both;
        margin: 2% 0;
    }

    .kynResourcesGlucoseMealPlanTableContent {
        max-width: 100%;
        margin-left: 149px;
    }

    .kynResourcesGlucoseMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .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: 1.3em;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    .kynResourcesGlucoseMealPlanTable td {
        height: 60px;
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesGlucoseMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 150px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: #fff;
        font-size: 12pt;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }
    
    .kynResourcesGlucoseMealPlanTable ul {
        margin: 0 0 2% 1%;
        padding: 0;
    }

    .kynResourcesGlucoseMealPlanTable li {
        margin: 0 0 2% 0;
        list-style-type: disc;
    }

    .kynResourcesGlucoseMealPlanTable p {
        font-size: 1em;
        line-height: 1.4;
    }
    
    /** Glucose Self-care **/
    .kynResourcesGlucoseSelfCarePageHdr {
        width: 70%;
        overflow: hidden;
        margin: 0 auto 1%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynResourcesGlucoseSelfCarePageHdr h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #007C9D;
    }
    
    .kynResourcesGlucoseSelfCareHdrImg {
        float: left;
        width: 26%;
        margin: 0 1% 0 0;
    }

    .kynResourcesGlucoseSelfCareInfoBox {
        overflow: hidden;
        clear: both;
        width: 90%;
        margin: 0 auto 3%;
        padding: 1%;
        border: double #007C9D 6px;
        border-radius: 12px;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesGlucoseSelfCareGlucoseRiskContainer {
        width: 50%;
        float: left;
        padding: 0;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesGlucoseSelfCareA1cRiskContainer {
        width: 46%;
        float: left;
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesGlucoseSelfCareInfoBoxHdr {
        margin: 0;
        color: #007C9D;
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesGlucoseSelfCareGoalContainer {
        width: 100%;
        padding: 1% 2% 0 0;
        float: left;
    }

    .kynResourcesGlucoseSelfCareGoalContainer p {
        font-size: 1em;
    }

    .kynResourcesGlucoseSelfCareDivider {
        position: relative;
        height: 1px;
        width: 80%;
        margin: 1% auto !important;
    }
    
    .kynResourcesSelfCareVeryHighRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: #cc0000;
    }

    .kynResourcesSelfCareHighRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: red;
    }

    .kynResourcesSelfCareMediumRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: orange;
    }

    .kynResourcesSelfCareLowRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: green;
    }

    .kynResourcesSelfCareUnderweight {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: #7b7b7b;
    }

    .kynResourcesSelfCareDisclaimer {
        margin: 3% 0 0 0;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynResourcesSelfCareDisclaimerNoLink {
        float: left;
        margin: 2% 2% 0 0;
        font-size: .8em;
        line-height: 1.2;
        color: #007bff;
    }

    .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;
    }

    /** Glucose Medications **/
    .kynResourcesGlucoseMedsHdrImg {
        float: left;
        width: 16%;
        margin: 0;
    }

    .kynResourcesGlucoseMedsListBullet {
        margin: 0 0 2% 16%;
    }

    .kynResourcesGlucoseMedsListBullet > li {
        font-size: 1.1em;
        line-height: 1.5;
    }
    
    /** Footer **/
    .kynResourcesFooter {
        width: 100%;
        margin: 3% 0 0 0;
        padding: 2%;
        text-align: center;
        font-size: .9em;
        color: #fff;
        background-color: #007C9D;
    }

    .kynResourcesFooter > p {
        margin: 0;
    }

    .kynResourcesFooter > p > a {
        margin: 0;
        text-align: center;
        color: #fff;
    }
}

/***** Laptop *****/
@media (min-width: 1281px) and (max-width: 1599px) {
    h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color:#007C9D;
    }

    h2 {
        clear: both;
        margin: 3% 0 1% 0;
        width: 100%;
        text-decoration: underline;
        text-transform: capitalize;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    h5 {
        clear: both;
        float: left;
        margin: 2% 0 0 0;
        width: 100%;
        font-size: 1.1em;
        font-weight: 700;
        text-transform: capitalize;
        color: #007C9D;
    }

    p {
        margin: 0 0 1% 0;
        font-size: 1.1em;
        line-height: 1.4;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .noMarginPara {
        margin-bottom: 0;
    }

    .kynResourcesFoodsPotassiumImgs {
        width: 22%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesFoodsPotassiumImgs > img {
        width: 100%;
    }

    .kynResourcesFoodsRecipeImgs {
        width: 22%;
        padding: 0;
        float: right;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynResourcesListNoPadding {
        padding: 0 0 0 1%;
    }

    .kynResourcesListSpacing > li {
        margin: 0 0 6% 0;
    }

    .kynResourcesListBullet > li {
        margin: 0 0 .5% 0;
        list-style: disc;
        font-size: 1.1em;
        line-height: 1.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;
    }

    tr:nth-child(even) {
        background: #fff;
    }

    tr:nth-child(odd) {
        background: #f5f5f5;
    }

    .divider {
        position: relative;
        height: 1px;
        width: 80%;
        margin: 2% auto !important;
    }

    .div-transparent::before {
        content: "";
        position: absolute;
        top: 0;
        left: 5%;
        right: 5%;
        height: 2px;
        background-image: linear-gradient(to right, transparent, rgb(0, 124, 157), transparent);
    }

    .kynResourcesHeader {
        width: 100%;
        overflow: hidden;
        height: 120px;
    }

    .mainContainer {
        width: 75%;
        margin: 0 auto;
        background-color: #fff;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .mainContent {
        padding: 0;
        margin: 2% 4% 0 4%;
        overflow: hidden;
    }

    .kynResourcesPageTitle {
        width: 100%;
        margin: 0 0 2% 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .kynHdrImg {
        float: left;
        width: 16%;
        margin: 0 2% 0 0;
    }

    .kynResourcesPageHdr {
        width: 100%;
        overflow: hidden;
        margin: 0 0 3% 0;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynBPImg {
        float: left;
        margin: .5% 1.5% 0 0;
        padding: 0;
        width: 15%;
        border-radius: 6px;
        border: solid #007C9D 2px;
    }

    .kynBPHeartImg {
        float: right;
        width: 40%;
        margin: 0 1% 0 3%;
    }

    .kynResourcesBold {
        font-weight: 700;
        text-decoration: underline;
    }

    .kynResourcesSubHdr {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesParaIndent {
        margin-left: 3%;
    }

    .kynResourcesInfoBox {
        clear:both;
        width: 75%;
        margin: 8% auto 3%;
        padding: 2%;
        border: double #007C9D 6px;
        border-radius: 12px;
        text-align: center;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesInfoBox > h2 {
        margin: 0 0 1% 0;
        color: #007C9D;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .kynResourcesCalloutBox {
        width: 70%;
        margin: 2% auto;
        padding: 1%;
        text-align: center;
    }

    .kynResourcesCalloutBox > h5 {
        margin: 0 0 .5% 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #007C9D;
    }

    .kynResourcesCalloutBox > p {
        color: #007C9D;
    }
    
    /** Glucose Basics **/
    .kynGlucoseRiskTables {
        width: 100%;
        margin: 2% 0;
        display: flex;
        justify-content:space-between;
    }

    .kynGlucoseRiskTableOne {
        width: 48%;
        margin: 0 auto;
        table-layout: fixed;	
        border-collapse: collapse;
    }

    .kynGlucoseRiskTableTwo {
        width: 48%;
        table-layout: fixed;	
        border-collapse: collapse;
    }

    table#glucoseTableOne {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    table#glucoseTableOne td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }
    
    table#glucoseTableTwo {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: 1em;
        line-height: 1.2;
    }

    table#glucoseTableTwo td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesGlucoseRiskTableHdr {
        height: 35px;
        padding: 1% 0 1% 3%;
        font-weight: 700;
        line-height: 1.5;
        text-align: left;
        text-transform: capitalize;
        color: #fff;
        border: solid #fff 1px;
        background-color: #007C9D;
    }
    
    .kynGlucoseShoppingTableContainer {
        width: 90%;
        margin: 0 auto 4%;
        overflow-x: scroll;
    }

    .kynGlucoseShoppingTable {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynGlucoseShoppingTable td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesGlucoseSugarsTable {
        width: 50%;
        margin: 2% auto 0;
        font-size: 1.1em;
    }

    .kynResourcesGlucoseSugarsTable table {
        width: 100%;
        font-family: sans-serif;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .kynResourcesGlucoseSugarsTable td {
        width: 50%;
        padding: 1.5%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    .kynGlucoseReadingsTable {
        width: 40%;
        margin: 0 auto;
        table-layout: fixed;	
        border-collapse: collapse;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynGlucoseReadingsTable td {
        width: 50%;
        padding: 8px 20px;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }

    /** Glucose Field Guide **/
    .kynResourcesGlucoseHdrImg {
        float: left;
        width: 15%;
        margin: 0 2% 3% 0;
    }
    
    .kynResourcesGlucoseFieldGuideTableArrows {
        margin: 0;
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
        display: none;
    }

    .kynGlucoseShoppingTableContainer {
        width: 90%;
        margin: 0 auto 4%;
        overflow-x: scroll;
    }

    .kynGlucoseShoppingTable {
        width: 100%;
        table-layout: fixed;	
        border-collapse: collapse;
    }

    .kynGlucoseShoppingTable td {
        width: 50%;
        padding: 1%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
        font-size: 1.1em;
        line-height: 1.2;
    }

    .kynGlucoseSugarsTable {
        width: 50%;
        margin: 2% auto 0;
    }

    .kynGlucoseSugarsTable table {
        width: 100%;
        font-family: sans-serif;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .kynGlucoseSugarsTable td {
        width: 50%;
        padding: 1.5%;
        vertical-align: middle;
        border: solid #5f5f5f 1px;
    }
    
    /** Glucose Meal Planning **/
    .kynResourcesGlucoseMealPlanning {
        padding: 0 0 0 22%;
    }
    
    .kynResourcesGlucoseMealPlanning > li {
        font-size: 1.2em;
    }

    .kynResourcesGlucoseSubHdr {
        font-size: 1em;
        font-weight: 700;
        color: #000;
        text-decoration: underline;
    }

    .kynResourcesTableArrows {
        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;
    }

    .kynResourcesGlucoseMealPlanTableContainer {
        position: relative;
        overflow: hidden;
        clear: both;
        margin: 2% 0;
    }

    .kynResourcesGlucoseMealPlanTableContent {
        max-width: 100%;
        margin-left: 148px;
        overflow-x: auto;
    }

    .kynResourcesGlucoseMealPlanTable {
        max-width: 100%;
        font-size: 1em;
        line-height: 1.2;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .kynResourcesMealPlanBlue {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #fff 1px !important;
        background-color: #007C9D;
    }

    .kynResourcesMealPlanBlue:last-child {
        padding: 1% 0 1% 1%;
        font-weight: 700;
        text-align: left;
        color: #fff;
        border: solid #000 1px;
        background-color: #007C9D;
    }

    .kynResourcesGlucoseMealPlanTable td {
        height: 60px;
        vertical-align: top;
        padding: 5px 20px;
        border: solid #5f5f5f 1px;
    }

    .kynResourcesGlucoseMealPlanTable th {
        display: block;
        position: absolute;
        left: 0px;
        width: 150px;
        height: 100%;
        z-index: 0;
        padding: 5px;
        color: #fff;
        font-size: 12pt;
        background-color: #007C9D;
        border-top: solid #fff 1px;
        box-shadow: 1px 1px 10px rgba(255,255,255,0.125);
    }
    
    .kynResourcesGlucoseMealPlanTable ul {
        margin: 0 0 2% 1%;
        padding: 0;
    }

    .kynResourcesGlucoseMealPlanTable li {
        margin: 0 0 1% 0;
        list-style-type: disc;
    }

    .kynResourcesGlucoseMealPlanTable p {
        font-size: 1em;
        line-height: 1.3;
    }

    /** Glucose Self-care **/
    .kynResourcesGlucoseSelfCarePageHdr {
        width: 70%;
        overflow: hidden;
        margin: 0 auto 1%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kynResourcesGlucoseSelfCarePageHdr h1 {
        margin: 0 0 1% 0;
        width: 100%;
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #007C9D;
    }
    
    .kynResourcesGlucoseSelfCareHdrImg {
        float: left;
        width: 26%;
        margin: 0 1% 0 0;
    }

    .kynResourcesGlucoseSelfCareInfoBox {
        overflow: hidden;
        clear: both;
        width: 90%;
        margin: 0 auto 3%;
        padding: 1%;
        border: double #007C9D 6px;
        border-radius: 12px;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.35);
    }

    .kynResourcesGlucoseSelfCareGlucoseRiskContainer {
        width: 50%;
        float: left;
        padding: 0;
        border-right: solid #007C9D 1px;
    }

    .kynResourcesGlucoseSelfCareA1cRiskContainer {
        width: 46%;
        float: left;
        margin: 0 0 0 2%;
        padding: 0;
    }

    .kynResourcesGlucoseSelfCareInfoBoxHdr {
        margin: 0;
        color: #007C9D;
        font-size: 1.1em;
        font-weight: 700;
    }

    .kynResourcesGlucoseSelfCareGoalContainer {
        width: 100%;
        padding: 1% 2% 0 0;
        float: left;
    }

    .kynResourcesGlucoseSelfCareGoalContainer p {
        font-size: 1em;
    }

    .kynResourcesGlucoseSelfCareDivider {
        position: relative;
        height: 1px;
        width: 80%;
        margin: 1% auto !important;
    }
    
    .kynResourcesSelfCareVeryHighRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: #cc0000;
    }

    .kynResourcesSelfCareHighRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: red;
    }

    .kynResourcesSelfCareMediumRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: orange;
    }

    .kynResourcesSelfCareLowRisk {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: green;
    }

    .kynResourcesSelfCareUnderweight {
        margin: 0 0 .5% 0;
        font-size: 1em;
        font-weight: 700;
        color: #7b7b7b;
    }

    .kynResourcesSelfCareDisclaimer {
        margin: 3% 0 0 0;
        font-size: .9em;
        line-height: 1.2;
    }

    .kynResourcesSelfCareDisclaimerNoLink {
        float: left;
        margin: 2% 2% 0 0;
        font-size: .8em;
        line-height: 1.2;
        color: #007bff;
    }

    .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;
    }

    /** Glucose Medications **/
    .kynResourcesGlucoseMedsHdrImg {
        float: left;
        width: 15%;
        margin: 0;
    }

    .kynResourcesGlucoseMedsListBullet {
        margin: 0 0 2% 16%;
    }

    .kynResourcesGlucoseMedsListBullet > li {
        font-size: 1.1em;
        line-height: 1.5;
    }
    
    /** 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;
    }
}