@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@charset 'UTF-8';

@font-face {
    font-family: 'fontawesome';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesome') format('svg');
}

.senior {
    background: #fff;
    max-width: 631px;
    margin: 0 auto;
    color: #494948;
    padding: 0;
    font-size: 15px;
}

.temp-template.resize_text {
    max-width: 630px;
    margin: 0 auto;
}

/***** Start - Added for New *****/
.senior {
    max-width: 1000px;
}
    /***** End - Added for New *****/

    .senior .container2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .senior .title-1 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 2.52em;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .senior .title-2 {
        font-weight: bold;
        font-size: 1.4em;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .senior .title-3 {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.571em;
    }

    .senior .space {
        margin-bottom: 20px;
    }

    .senior .back-link {
        position: absolute;
        top: 10px;
        left: 15px;
        color: #fff;
        text-decoration: underline;
        font-size: 0.857em;
        background: url(../images/icon-home.png) no-repeat left top;
        background-size: auto 100%;
        padding-left: 40px;
    }

        .senior .back-link:hover,
        .senior .back-link:focus {
            color: #fff;
        }

    .senior .hero {
        position: relative;
    }

    .senior .back-to {
        text-align: center;
        padding: 20px;
    }

        .senior .back-to a,
        .senior .back-to a:hover,
        .senior .back-to a:focus {
            margin-left: 10px;
            color: inherit;
            text-decoration: underline;
            color: #fff;
        }

    .senior .gray2 {
        color: #6f6f6f;
    }

    .senior .list-default {
        margin: 0;
        padding-left: 17px;
    }

    .senior .more-tips {
        background: #fafafa;
        color: #646464;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .senior .more-tips .title-2 {
            margin-bottom: 20px;
        }

        .senior .more-tips ul li {
            margin-bottom: 10px;
            font-size: 15px;
        }

            .senior .more-tips ul li a,
            .senior .more-tips ul li a:focus,
            .senior .more-tips ul li a:hover {
                color: inherit;
                text-decoration: underline;
            }

    .senior .roboto {
        font-family: 'Roboto Condensed', sans-serif;
    }

    .senior .text-2 {
        font-size: 16px;
        line-height: normal;
    }

.gray2 i {
    font-size: 13px;
}

.senior a.back-link {
    color: #fff;
    text-decoration: none;
}

    .senior a.back-link:hover {
        color: #fff;
        text-decoration: underline;
    }

.bg-green {
    background: #e6f3ec;
    overflow: hidden;
}

.senior a.btn-back-to {
    color: #000;
    text-decoration: none;
}

    .senior a.btn-back-to:hover {
        color: #000;
        text-decoration: underline;
    }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .senior .container2 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .senior .back-link {
        position: absolute;
        top: 20px;
        left: 20px;
        padding-left: 57px;
        padding-top: 10px;
        height: 48px;
    }

    .senior .more-tips {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .senior .text-3 {
        font-size: 1.8em;
    }
}
/*
.container {
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
}
main {
  margin: 5px 0;
  padding: 10px;
  min-height: 500px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 1px 1px;
}
*/
/* Arrows */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 0 10px;
    text-align: center;
}

    .slick-slide .col-sm-8 {
        padding: 0 30px;
    }

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 17%;
    z-index: 10;
    display: block;
    width: 49px;
    height: 49px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent;
}

.slick-prev {
    left: 25px;
    background-image: url('../images/icon-prev.png');
}

.slick-next {
    right: 25px;
    background-image: url('../images/icon-next.png');
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

#tamil .btn {
    font-size: 11px;
    padding: 0.79em 1em;
}

#tamil p {
    font-size: 14px;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.senior .land .box-2 {
    position: relative;
    z-index: 1;
    margin-top: -40px;
    padding: 20px 20px 60px;
    background: url(../images/land/line-1.jpg) no-repeat center bottom;
    background-color: #fff;
    font-size: 18px;
}

    .senior .land .box-2 .wrapper {
        background: url(../images/land/line-1.jpg) no-repeat center bottom;
        background-color: #fff;
        padding: 20px 20px 60px;
    }

.senior .land .box-3 {
    background: url(../images/land/line-2.jpg) no-repeat center top;
    background-color: #65c2e6;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.senior .land .box-4 {
    margin-top: -50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .senior .land .box-4 .row {
        margin-bottom: 40px;
    }

        .senior .land .box-4 .row img {
            width: 100%;
        }

        .senior .land .box-4 .row .col-sm-4 {
            margin-bottom: 20px;
        }

.senior .land .box-5 {
    overflow: hidden;
    background: #ebf8fe;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #646464;
}

    .senior .land .box-5 .title-2 {
        margin-bottom: 20px;
        text-align: center;
    }

    .senior .land .box-5 .slide img {
        width: 333px;
    }

    .senior .land .box-5 a {
        color: inherit;
        text-decoration: none;
    }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .senior .land .box-2 {
        margin-top: -140px;
        padding: 40px 40px 80px;
        font-size: 1.4em;
    }

    .senior .land .box-4 .row .col-sm-4 {
        margin: 0;
    }

    .senior .land .box-5 {
        padding: 40px;
    }

        .senior .land .box-5 .title-2 {
            margin-bottom: 40px;
        }

        .senior .land .box-5 .slide {
            margin-bottom: 40px;
        }

            .senior .land .box-5 .slide .row > div {
                display: table-cell;
                vertical-align: middle;
                float: none;
            }
}

.senior .fall .box-1 {
    position: relative;
    z-index: 1;
    background: #fff;
    margin-top: -20px;
    font-size: 18px;
    padding: 20px;
    color: #000;
}

.senior .fall .box-2 {
    background: #fff;
    font-size: 13px;
}

    .senior .fall .box-2 .tab-pane {
        padding: 20px 0;
    }

.box-2 .tab-pane .col-sm-8 p:nth-child(2) {
    margin-bottom: 13px;
}

.box-2 .tab-pane .col-sm-4 {
    margin-top: 4px;
}

.senior .fall .box-2 .tab-pane .row {
    margin-bottom: 40px;
}

.senior .fall .box-2 .tab-pane .btn {
    display: block;
}

.senior .fall .box-2 .nav {
    margin-left: -5px;
    margin-right: -5px;
    width: 101%;
}

    .senior .fall .box-2 .nav li {
        padding: 0 5px 14px;
        width: 25%;
        margin: 0;
        text-align: center;
    }

        .senior .fall .box-2 .nav li a,
        .senior .fall .box-2 .nav li a:hover,
        .senior .fall .box-2 .nav li a:focus {
            background: #ea790a;
            border: 3px solid #fdc689;
            border-radius: 0;
            color: #fff;
        }

        .senior .fall .box-2 .nav li.active {
            background: url(../images/fall/nav-arrow.png) no-repeat center bottom;
        }

            .senior .fall .box-2 .nav li.active a {
                background: #fff;
                color: #ea790a;
            }

.senior .fall .box-2 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/fall/nav-arrow2.jpg) no-repeat center right 10px;
    border: 3px solid #fbe0c2;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    color: #ea790a;
}

.senior .fall .box-3 {
    margin-bottom: 20px;
}

.senior .fall .box-5 {
    background: #fffaf0;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .senior .fall .box-5 .location .btn-group {
        display: block;
        margin-bottom: 10px;
    }

        .senior .fall .box-5 .location .btn-group .btn {
            display: block;
            float: none;
        }

    .senior .fall .box-5 .box-6 {
        border: 3px solid #fbe0c2;
        padding: 20px;
        margin: 10px 0;
        font-size: 18px;
    }

    .senior .fall .box-5 .title-3 {
        background: url(../images/fall/icon-where.png) no-repeat left top;
        background-size: auto 100%;
        padding-left: 60px;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: normal;
    }

.senior .fall .btn,
.senior .fall .btn:hover,
.senior .fall .btn:focus {
    background: #ea790a;
    color: #fff;
    border-radius: 0;
    /*
    padding-left: 40px;
    padding-right: 40px;
*/
}

.senior .fall .tips {
    padding-top: 20px;
}

    .senior .fall .tips .title-3 {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: normal;
    }

    .senior .fall .tips .tip {
        margin-bottom: 20px;
    }

        .senior .fall .tips .tip .col-sm-4 {
            margin-bottom: 10px;
        }

            .senior .fall .tips .tip .col-sm-4 ul {
                margin: 0;
                padding: 0;
                list-style: none;
                text-transform: uppercase;
                color: #83451e;
                font-size: 18px;
            }

                .senior .fall .tips .tip .col-sm-4 ul .title {
                    font-weight: bold;
                }

                .senior .fall .tips .tip .col-sm-4 ul li {
                    display: inline-block;
                    margin-right: 10px;
                }

        .senior .fall .tips .tip .col-sm-8 {
            font-size: 18px;
        }

            .senior .fall .tips .tip .col-sm-8 .title {
                color: #83451e;
                font-weight: bold;
            }

            .senior .fall .tips .tip .col-sm-8 a,
            .senior .fall .tips .tip .col-sm-8 a:focus,
            .senior .fall .tips .tip .col-sm-8 a:hover {
                color: inherit;
                text-decoration: underline;
            }

        .senior .fall .tips .tip .read-more .read-text {
            display: none;
        }

        .senior .fall .tips .tip .read-more .close-text {
            display: block;
        }

        .senior .fall .tips .tip .read-more.collapsed .read-text {
            display: block;
        }

        .senior .fall .tips .tip .read-more.collapsed .close-text {
            display: none;
        }

.senior .fall .more-tips {
    font-size: 18px;
}

    .senior .fall .more-tips .title-2 {
        font-size: 18px;
    }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .collapse {
        display: block;
    }

    .senior .fall .box-1 {
        margin-top: -40px;
        padding: 40px;
    }

    .senior .fall .box-2 .tab-pane {
        padding-bottom: 40px;
    }

        .senior .fall .box-2 .tab-pane .btn {
            display: inline-block;
        }

    .senior .fall .box-5 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .senior .fall .box-5 .title-3 {
            font-size: 1.8em;
        }

        .senior .fall .box-5 .location {
            display: table;
            width: 100%;
            table-layout: fixed;
            border-collapse: separate;
            margin-left: -5px;
            margin-right: -5px;
            width: 101%;
        }

            .senior .fall .box-5 .location > .btn,
            .senior .fall .box-5 .location > .btn-group {
                float: none;
                display: table-cell;
                width: 1%;
            }

                .senior .fall .box-5 .location > .btn-group .btn {
                    width: 100%;
                }

                .senior .fall .box-5 .location > .btn-group .dropdown-menu {
                    left: auto;
                }

            .senior .fall .box-5 .location .btn-group {
                padding: 0 5px;
                margin: 0;
            }

                .senior .fall .box-5 .location .btn-group .btn {
                    display: inline-block;
                    float: left;
                }

        .senior .fall .box-5 .box-6 {
            font-size: 1em;
        }

            .senior .fall .box-5 .box-6 .list-split:before,
            .senior .fall .box-5 .box-6 .list-split:after {
                content: " ";
                display: table;
            }

            .senior .fall .box-5 .box-6 .list-split:after {
                clear: both;
            }

            .senior .fall .box-5 .box-6 .list-split li {
                width: 50%;
                float: left;
            }

    .senior .fall .tips {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .senior .fall .tips .title-3 {
            margin-bottom: 40px;
            font-size: 1.8em;
        }

        .senior .fall .tips .tip {
            margin-bottom: 40px;
        }

            .senior .fall .tips .tip .col-sm-4 {
                text-align: right;
            }

                .senior .fall .tips .tip .col-sm-4 ul {
                    font-size: 1em;
                }

                    .senior .fall .tips .tip .col-sm-4 ul li {
                        margin: 0;
                        display: list-item;
                    }

            .senior .fall .tips .tip .col-sm-8 {
                font-size: 1em;
                border-left: 2px solid #fbe0c2;
            }

    .senior .fall .more-tips {
        font-size: 1em;
    }

        .senior .fall .more-tips .title-2 {
            font-size: 1.4em;
        }
}

.senior .nutrition .box-1 {
    position: relative;
    z-index: 1;
    background: #fff;
    margin-top: -40px;
    font-size: 18px;
    padding: 20px;
    color: #000;
}

.senior .nutrition .box-2 {
    background: #fff;
    font-size: 15px;
    overflow: hidden;
}

    .senior .nutrition .box-2 .tab-pane {
        padding: 20px 0 0;
    }

        .senior .nutrition .box-2 .tab-pane .row {
            margin-bottom: 15px;
        }

        .senior .nutrition .box-2 .tab-pane .btn {
            display: block;
        }

        .senior .nutrition .box-2 .tab-pane p {
            margin-bottom: 7px;
        }

    .senior .nutrition .box-2 .nav {
        margin-left: -5px;
        margin-right: -5px;
        width: 101%;
    }

        .senior .nutrition .box-2 .nav li {
            padding: 0 5px 14px;
            width: 25%;
            margin: 0;
            text-align: center;
            font-size: 13px;
        }

            .senior .nutrition .box-2 .nav li a,
            .senior .nutrition .box-2 .nav li a:hover,
            .senior .nutrition .box-2 .nav li a:focus {
                background: #009241;
                border: 3px solid #007d2c;
                border-radius: 0;
                color: #fff;
                text-decoration: none;
            }

            .senior .nutrition .box-2 .nav li.active {
                background: url(../images/nutrition/nav-arrow.jpg) no-repeat center bottom;
            }

                .senior .nutrition .box-2 .nav li.active a {
                    background: #fff;
                    color: #009241;
                }

    .senior .nutrition .box-2 select,
    .senior .nutrition .box-2 .selector {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        background: url(../images/nutrition/nav-arrow2.jpg) no-repeat center right 10px;
        border: 3px solid #009241 !important;
        border-radius: 0 !important;
        box-shadow: none;
        height: 40px;
        color: #009241;
        text-align: center;
        -moz-text-align-last: center;
        text-align-last: center;
    }
	.senior .nutrition .box-2 .selector{border:none !important;}
	.senior .nutrition .box-2 select{padding: 0 14px !important;
    background: none;}
	.tab-content > .tab-pane:not(.active){display:none;}

        .senior .nutrition .box-2 .selector span {
            margin-top: 0.2em;
            font-size: 15px;
            color: #009241;
            text-align: center;
            -moz-text-align-last: center;
            text-align-last: center;
            text-indent: 0px !important;
            max-width: 100% !important;
			display:none;
        }

    .senior .nutrition .box-2 .gray2 {
        margin-bottom: 10px;
    }

.senior .nutrition .box-3 {
    margin-bottom: 20px;
}

.senior .nutrition .box-5 {
    background: #e6f3ec;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .senior .nutrition .box-5 p {
        margin-bottom: 10px;
    }

    .senior .nutrition .box-5 .location .btn-group {
        display: block;
        margin-bottom: 10px;
        float: none;
    }

        .senior .nutrition .box-5 .location .btn-group .btn {
            display: block;
            float: none;
        }

    .senior .nutrition .box-5 .box-6 {
        border: 3px solid #009241;
        padding: 20px;
        margin: 10px 0;
        font-size: 18px;
    }

        .senior .nutrition .box-5 .box-6 p {
            margin-bottom: 10px;
        }

        .senior .nutrition .box-5 .box-6 li {
            font-size: 15px;
        }

    .senior .nutrition .box-5 .title-3 {
        background: url(../images/nutrition/icon-where.png) no-repeat left top;
        background-size: auto 100%;
        padding-left: 80px;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: normal;
    }

.senior .nutrition .btn,
.senior .nutrition .btn:hover,
.senior .nutrition .btn:focus {
    background: #009241;
    color: #fff;
    border-radius: 0;
    /*
    padding-left: 40px;
    padding-right: 40px;
*/
}

.senior .nutrition .tips {
    padding-top: 20px;
}

    .senior .nutrition .tips .title-3 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: normal;
    }

    .senior .nutrition .tips .tip {
        margin-bottom: 20px;
        border-bottom: 1px solid #cbdfd4;
        padding-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }

        .senior .nutrition .tips .tip .text-2 {
            margin-bottom: 7px;
        }

        .senior .nutrition .tips .tip:last-child {
            border: none;
        }

        .senior .nutrition .tips .tip .col-sm-4 {
            margin-bottom: 20px;
            padding-left: 0;
            padding-right: 0;
        }

        .senior .nutrition .tips .tip .col-sm-8 {
            font-size: 15px;
            padding-left: 0;
            padding-right: 0;
        }

            .senior .nutrition .tips .tip .col-sm-8 li {
              font-size: 1.125em;
            }

            .senior .nutrition .tips .tip .col-sm-8 .title {
                color: #83451e;
                font-weight: bold;
            }

            .senior .nutrition .tips .tip .col-sm-8 a,
            .senior .nutrition .tips .tip .col-sm-8 a:focus,
            .senior .nutrition .tips .tip .col-sm-8 a:hover {
                color: inherit;
                text-decoration: underline;
            }

        .senior .nutrition .tips .tip .read-more .read-text {
            display: none;
        }

        .senior .nutrition .tips .tip .read-more .close-text {
            display: block;
        }

        .senior .nutrition .tips .tip .read-more.collapsed .read-text {
            display: block;
        }

        .senior .nutrition .tips .tip .read-more.collapsed .close-text {
            display: none;
        }

.senior .nutrition .further-enquiries {
    background: #e6f3ec;
    padding-top: 20px;
    padding-bottom: 20px;
}

.senior .nutrition .more-tips {
    font-size: 18px;
    color: #000;
}

    .senior .nutrition .more-tips .title-2 {
        font-size: 18px;
    }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .collapse {
        display: block;
    }

    .senior .nutrition .box-1 {
        margin-top: -80px;
        padding: 40px 40px 15px;
    }

    .senior .nutrition .box-2 .tab-pane .row {
        margin-bottom: 8px;
    }

    .senior .nutrition .box-2 .tab-pane .btn {
        display: inline-block;
    }

    .senior .nutrition .box-5 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .senior .nutrition .box-5 .title-3 {
            font-size: 1.8em;
        }

        .senior .nutrition .box-5 .location {
            display: table;
            width: 100%;
            table-layout: fixed;
            border-collapse: separate;
            margin-left: -5px;
            margin-right: -5px;
            width: 101%;
        }

            .senior .nutrition .box-5 .location > .btn,
            .senior .nutrition .box-5 .location > .btn-group {
                float: none;
                display: table-cell;
                width: 1%;
            }

                .senior .nutrition .box-5 .location > .btn-group .btn {
                    width: 100%;
                }

                .senior .nutrition .box-5 .location > .btn-group .dropdown-menu {
                    left: auto;
                }

            .senior .nutrition .box-5 .location .btn-group {
                padding: 0 5px;
                margin: 0;
            }

                .senior .nutrition .box-5 .location .btn-group .btn {
                    display: inline-block;
                    float: left;
                }

        .senior .nutrition .box-5 .box-6 {
            font-size: 1em;
        }

            .senior .nutrition .box-5 .box-6 .list-split:before,
            .senior .nutrition .box-5 .box-6 .list-split:after {
                content: " ";
                display: table;
            }

            .senior .nutrition .box-5 .box-6 .list-split:after {
                clear: both;
            }

            .senior .nutrition .box-5 .box-6 .list-split li {
                width: 50%;
                float: left;
            }

    .senior .nutrition .tips {
        padding-top: 40px;
        padding-bottom: 40px;
        /*margin-left: -15px;
    margin-right: -15px;*/
    }

        .senior .nutrition .tips .title-3 {
            margin-bottom: 40px;
            font-size: 1.8em;
        }

        .senior .nutrition .tips .tip {
            margin-bottom: 40px;
            padding-bottom: 20px;
        }

            .senior .nutrition .tips .tip:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
            }

            .senior .nutrition .tips .tip .col-sm-4 {
                display: table-cell;
                float: none;
                padding-left: 15px;
                padding-right: 15px;
                text-align: right;
                margin-bottom: 0;
                width: 1000px;
            }

            .senior .nutrition .tips .tip .col-sm-8 {
                display: table-cell;
                float: none;
                vertical-align: middle;
                padding-left: 15px;
                padding-right: 15px;
            }

    .senior .nutrition .further-enquiries {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .senior .nutrition .more-tips {
        font-size: 1em;
    }

        .senior .nutrition .more-tips .title-2 {
            font-size: 1.4em;
        }
}

@media screen and (max-width: 767px) {
    .senior .nutrition .box-2 .tab-pane p {
        margin-top: 9px;
    }

    .senior .nutrition .box-2 .tab-pane .row:nth-child(5) {
        margin-bottom: 2.3em;
    }

    .senior .nutrition .box-2 .gray2 {
        margin-bottom: 16px;
    }
}
