/* COLOR NAMES
----------------------------------------- */


/*theme colors*/


/*hard-coded colors*/


/* FUNCTIONAL COLORS
----------------------------------------- */


/*border colors*/


/*text colors*/


/*background colors*/


/*gradient colors*/


/* line 3, ../../sass/components/html/_html-base.scss */

.html .hints a {
    float: left;
    margin-right: 5px;
}


/* Panadol Styles Starts */

.panadol-content-box,
.carousel-slides,
.panadol-footer-box {
    width: 79%;
    margin: 0 auto;
}

.panadol-desktop-content-box,
.panadol-tablet-content-box,
.panadol-mobile-content-box {
    margin-bottom: 0;
}

.panadol-tablet-content-box,
.panadol-mobile-content-box {
    display: none;
}


/* Campaign - Desktop Content CSS start - Anand-08-12*/

.panadol-related-articles-carousel ul.carousel-slides {
    width: 84%;
    margin: 0 auto;
}


/* Campaign - Desktop Content CSS End - Anand-08-12*/


/* More than 1680px Styles Starts

@media screen and (min-width: 1681px) {

#wrapper {
  width: 1680px;
  margin: 0 auto;
}
#wrapper .main {
  width: 1680px;
  padding: 0;
}
.panadol-home-outer-box{
  width: 1680px;
  margin: 0 auto;
}

}

/* More than 1680px Styles Ends */


/* Desktop Styles Starts */

@media screen and (min-width: 1680px) {
    .panadol-desktop-box .panadol-header-links-rte.richText ul li.highlightedMenu,
    .panadol-desktop-box .panadol-header-links-rte.richText ul li.highlightedMenuActive {
        padding-bottom: 1.05em;
    }
    .panadol-desktop-box .panadol-header-links-rte.richText ul li {
        padding-bottom: 1.45em;
        padding-top: 1.45em;
    }
}
@media (min-width: 992px) {
    .panadol-logo {
        position: relative;
        top: -5.0em;
        left: 0;
        min-width: 11em;
        z-index: 4;
        margin-bottom: -14em;
    }
}

@media screen and (min-width: 1024px) {
    .panadol-mobile-box {
        display: none;
    }
    .panadol-search-icon {
        max-width: 2vw;
        margin-top: 2vw;
        position: relative;
        left: 0.5vw;
    }
    .gsk-logo {
        float: right !important;
        margin-right: 2.5vw;
        max-width: 4vw;
    }
    .main .panadol-compare-outer-box .panadol-compare-second-level-box .panadol-compare-table-section-box {
        margin-left: auto;
        margin-right: auto;
    }
    .main .panadol-compare-outer-box .panadol-compare-second-level-box .panadol-compare-table-section-box.TotalProduct2 {
        width: 49%;
    }
    .main .panadol-compare-table-section-box.TotalProduct2 .panadol-product-table-section {
        width: 70%;
    }
    .main .panadol-compare-table-section-box.TotalProduct2 .panadol-compare-label-rte {
        width: 30%;
    }
    .main .panadol-compare-outer-box .panadol-compare-second-level-box .panadol-compare-table-section-box.TotalProduct3 {
        width: 68%;
    }
    .main .panadol-compare-table-section-box.TotalProduct3 .panadol-product-table-section {
        width: 75%;
    }
    .main .panadol-compare-table-section-box.TotalProduct3 .panadol-compare-label-rte {
        width: 25%;
    }
    .main .panadol-compare-outer-box .panadol-compare-second-level-box .panadol-compare-table-section-box.TotalProduct4 {
        width: 80%;
    }
    .main .panadol-compare-outer-box .panadol-compare-second-level-box .panadol-compare-table-section-box.TotalProduct5 {
        width: 100%;
    }
    .main .panadol-compare-table-section-box.TotalProduct5 .panadol-product-table-section {
        width: 85%;
    }
    .main .panadol-compare-table-section-box.TotalProduct5 .panadol-compare-label-rte {
        width: 15%;
    }
    .panadol-compare-label-rte.richText ul li span {
        font-size: 1.3vw;
    }
    .box.panadol-product-list-tab-box .panadol-content-rte p span.green-text,
    .box.panadol-product-list-tab-box .panadol-content-rte p span.green-text a {
        font-size: 1.43vw;
    }
    .panadol-homepage-carousel-box {
        min-height: 600px;
    }
}


/* Desktop Styles Ends */

.panadol-mobile-box {
    display: none;
}
/* Mobile and Tablet Styles Starts */

@media screen and (max-width: 991px) {
    #wrapper .panadol-desktop-box {
        display: none;
    }
    /*#footer .panadol-desktop-box {
	display:block;
}*/
    .panadol-mobile-header-menu-box {
        border-bottom: 3px solid #4196c8;
    }

    .panadol-mobile-box {
        display: block;
    }

    .panadol-mobile-header-menu-box:after {
        content: "";
        display: block;
        width: 100%;
        height: 5px;
        background-color: #2c7ebe;
        bottom: -8px;
        position: absolute;
    }

    .panadol-mobile-header-menu-box {
        margin-bottom: 0;
        position: relative;
        background: -webkit-linear-gradient(left, #e60005, #aa161b); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, #e60005, #aa161b); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, #e60005, #aa161b); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, #e60005, #aa161b);
        background: -ms-linear-gradient(to right, #e60005, #aa161b);
        -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.35);
        opacity: 0.93;
    }
    .panadol-mobile-header-menu-box .panadol-menu-icon p {
        font-size: 16px;
        font-family: GothamBold;
        color: #fff;
    }
    .panadol-mobile-box .gsk-logo {
        margin-right: 21px;
        width: 35px !important;
    }
    .panadol-menu-icon {
        min-width: 45px;
    }
    .panadol-mobile-box .panadol-search-icon {
        left: 0;
        width: 22px !important;
        margin-right: 21px;
    }
    .panadol-dosage-mobile {
        width: 33px !important;
        margin-right: 21px;
    }
    .panadol-mobile-box .panadol-header-links-rte,
    .panadol-mobile-menu-rte {
        width: 100%;
        float: left;
        z-index: 2;
    }
    .panadol-mobile-header-menu-wrapper {
        margin-bottom: 0;
        padding-top: 0.8em;
        float: right;

        .paragraphSystem {
            display: flex;
            justify-content: flex-end;
        }

        .haleon-logo {
            width: 14%;
            margin-top: .15rem;
        }
    }
    .panadol-logo {
        width: 6.8em !important;
        position: absolute;
        top: 1.8em;
        z-index: 5;
    }
    .panadol-header-links-rte,
    .panadol-products-submenu-rte,
    .panadol-headaches-menu-box,
    .panadol-children-menu-box,
    .panadol-muscle-menu-box,
    .panadol-period-menu-box,
    .panadol-fever-menu-box,
    .panadol-decongestant-menu-box,
    .panadol-cold-menu-box,
    .panadol-safety-content-box,
    .main .panadol-mobile-box .panadol-navigation-dosage-box,
    .panadol-search,
    .panadol-mobile-box .panadol-mobile-language-rte {
        display: none;
        background-color: #ffffff;
        -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.44);
        -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.44);
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.44);
    }
    .panadol-mobile-box,
    .panadol-mobile-header-box,
    .panadol-mobile-header-inner-box {
        margin-bottom: 0;
    }
    .panadol-mobile-box .panadol-mobile-header-box {
        position: absolute;
        width: 100%;
        z-index: 10000;
    }
    .panadol-header-links-rte.richText ul,
    .panadol-products-submenu-rte.richText ul li {
        margin-left: 1.2em;
        margin-right: 1.2em;
        margin-top: 0;
        margin-bottom: 0;
    }
    .panadol-header-links-rte.richText ul li,
    .panadol-mobile-menu-rte.richText ul li {
        display: block;
        border-bottom: 1px solid #d4d4d4;
        padding-left: 0;
        text-align: center;
        font-size: 13.39px;
        color: #19326e;
        margin-bottom: 0;
        padding-top: 1.1em;
        padding-bottom: 1.1em;
    }
    .panadol-mobile-menu-rte.richText ul li strong {
        font-size: 20px;
        line-height: 2;
    }
    .panadol-header-links-rte.richText ul li a,
    .panadol-mobile-menu-rte.richText ul li a {
        color: #19326e;
        text-decoration: none;
    }
    .panadol-header-links-rte.richText ul li:last-child,
    .panadol-mobile-menu-rte.richText ul li:last-child {
        border: none;
    }
    .panadol-header-links-rte.richText ul li:nth-child(3),
    .panadol-header-links-rte.richText ul li:nth-child(4),
    .panadol-header-links-rte.richText ul li:nth-child(6) {
        background: none;
        padding-right: 0;
    }
    .panadol-mobile-menu-rte {
        width: 100%;
    }
    .panadol-products-submenu-rte.richText ul li:first-child span,
    .richText.panadol-mobile-header-nav-rte {
        background: #19326e url("../../assets/img/white-back-arrow.png") no-repeat 97%;
        color: #ffffff;
        margin: 0;
        display: block;
    }
    span.mobile-menu-active {
        padding-top: 1.5em;
        padding-bottom: 1em;
    }
    .panadol-header-links-rte.richText ul li a span,
    .panadol-mobile-menu-rte.richText ul li a span {
        display: block;
    }
    .panadol-products-submenu-rte.richText ul li {
        background: none;
    }
    .panadol-products-submenu-rte.richText ul li:nth-child(1) {
        padding-top: 0;
        padding-bottom: 0;
        position: inherit;
        margin-left: 0;
        margin-right: 0;
    }
    .panadol-products-submenu-rte.richText ul {
        padding: 0;
        margin: 0;
    }
    .panadol-navigation-products-rte p,
    .panadol-navigation-products-rte p a {
        font-size: 14px;
        font-family: GothamBook;
        color: #666666;
        margin-top: 0;
        margin-bottom: 0;
        text-decoration: none;
    }
    span.nav-pdct-title,
    span.nav-pdct-title a {
        font-size: 18px;
        font-family: GothamBold;
        color: #2d9147;
    }
    .main .panadol-mobile-box .panadol-mobile-header-inner-box .panadol-navigation-products-rte {
        margin-bottom: 0;
        border-bottom: 1px solid #eeeeee;
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 90%;
    }
    .panadol-navigation-products-rte .richText-content {
        margin-top: 2.8em;
        margin-bottom: 1.8em;
    }
    .richText.panadol-navigation-products-rte img {
        margin-top: 1.5em;
    }
    .panadol-mobile-box .panadol-header-links-rte.richText ul li span {
        padding-right: 1em;
        padding-left: 0em;
        background: url("../../assets/img/green-arrow.png?auto=format") no-repeat right 2px;
        display: block;
    }
    .panadol-mobile-box .richText.panadol-mobile-header-nav-rte p {
        margin: 0;
    }
    .panadol-mobile-box .panadol-search-icon,
    .panadol-mobile-box .gsk-logo,
    .panadol-mobile-box .panadol-dosage-mobile,
    .panadol-mobile-box .richText.panadol-menu-icon {
        margin-bottom: 0;
    }
    .panadol-home-spotlight-tab.tabs .tabs-nav {
        width: 16em;
    }
    .panadol-mobile-box .panadol-safety-content-box .richText.panadol-mobile-header-nav-rte p {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p:nth-child(5),
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p:nth-child(4) {
        float: none;
        padding-top: 1em;
    }
    span.product-green-bar {
        font-size: 16px;
    }
    .panadol-related-products-carousel li.carousel-nav-prev,
    .panadol-related-products-carousel li.carousel-nav-next {
        display: none;
    }
    .richText.panadol-prod-comp-checkbox-rte p {
        margin-top: 1em;
        padding-left: 40px;
        margin-bottom: 1em;
    }
    .panadol-related-articles-carousel .carousel-nav li.carousel-nav-prev,
    .panadol-related-articles-carousel .carousel-nav li.carousel-nav-next {
        display: none;
    }
    .panadol-related-articles-carousel ul.carousel-slides {
        width: 84%;
        margin: 0 auto;
        height: auto !important;
    }
    .panadol-related-articles-carousel .panadol-related-articles-box,
    .panadol-related-products-carousel .box.panadol-product-list-tab-box,
    .panadol-content-rte.panadol-warning-section {
        margin-left: 0 !important;
        width: 47% !important;
    }
    .panadol-related-articles-carousel .panadol-related-articles-box.last,
    .panadol-related-products-carousel .box.panadol-product-list-tab-box.last,
    .panadol-content-rte.panadol-warning-section.last {
        margin-left: 5% !important;
    }
    .component-content.panadol-compare-second-level-box-wrapper {
        /* width: 925px; */
        overflow-x: scroll;
    }
    .panadol-product-listing-box.panadol-product-listing-active-box {
        padding-top: 5em;
    }
    .panadol-product-listing-box.panadol-product-listing-active-box .panadol-content-rte p,
    .box.panadol-product-list-tab-box .panadol-content-rte p span.green-text,
    .box.panadol-product-list-tab-box .panadol-content-rte p span.green-text a {
        font-size: 16px;
        line-height: 22px;
    }
    .tabs.panadol-product-children-tab.panadol-home-best-of-week-tab .tabs-nav {
        width: 25em;
    }
    .compare-section {
        width: 217px;
        padding-top: 1em;
    }
    .compare-section span.green-text {
        font-size: 16px;
    }
    .image.panadol-compare-product {
        min-height: 15em;
    }
    span.panadol-product-label {
        min-height: 12.3em;
    }
    span.panadol-product-label {
        min-height: 10.8em;
        padding-top: 10em;
        display: block;
    }
    .compare-section .richText ul li,
    .panadol-compare-label-rte.richText ul li,
    .compare-name .panadol-content-rte p,
    .panadol-compare-now-link p {
        font-size: 16px !important;
        line-height: 22px;
    }
    .compare-name .panadol-content-rte p {
        padding-top: 1em;
        word-wrap: break-word;
    }
    .main .panadol-compare-outer-box .panadol-content-box {
        padding-top: 2vw;
        width: 90%;
        margin: 0 auto;
    }
    .compare-section .panadol-content-rte p {
        min-height: 6.7em;
    }
    span.panadol-format-label,
    span.panadol-age-label,
    span.panadol-keyfeatures-label,
    .compare-section .richText ul:nth-child(2) li {
        min-height: 3em;
        padding-top: 1.5em;
    }
    .panadol-compare-product-close img {
        float: right;
        width: 20px;
    }
    .panadol-compare-product-close {
        padding-left: 1em;
        padding-right: 1em;
    }
    .box.panadol-compare-table-section-box {
        width: 1300px;
    }
    .panadol-download a.fileList-download-link {
        padding-left: 4em;
        font-size: 16px;
    }
    .main .fileList.panadol-download {
        width: 50%;
    }
    /*.main .parametrizedhtml.share-bar {
  width: 46%;
  margin-left: 4%;
}*/
    .share-bar a.addthis_button {
        line-height: 4em;
        padding-left: 4em;
        text-align: left;
        font-size: 16px;
    }
    .main .panadol-print {
        display: none !important;
    }
    .box.panadol-compare-table-section-box.TotalProduct5 {
        width: 1300px;
    }
    .box.panadol-compare-table-section-box.TotalProduct4 {
        width: 1040px;
    }
    .box.panadol-compare-table-section-box.TotalProduct3 {
        width: 770px;
    }
    .box.panadol-compare-table-section-box.TotalProduct2 {
        width: 590px;
    }
    .main .box.panadol-compare-table-section-box.TotalProduct2 .panadol-compare-label-rte {
        width: 25%;
    }
    .main .box.panadol-compare-table-section-box.TotalProduct2 .panadol-product-table-section {
        width: 75%;
    }
    .panadol-symptoms-lanading-outer-box .carousel.panadol-related-articles-carousel .box.panadol-related-articles-box .panadol-content-rte p .grey-title,
    .box.panadol-related-articles-box .panadol-content-rte p:first-child {
        font-family: GothamBold;
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .panadol-symptoms-lanading-outer-box .richText ul {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 0;
    }
    .panadol-search-results .searchResults-title a,
    .panadol-search-results .searchResults-description {
        font-size: 16px !important;
    }
    .searchResults {
        width: 90% !important;
        margin-bottom: 0;
        margin-top: 2em;
    }
    .panadol-symptoms-lanading-outer-box .carousel.panadol-symptoms-tip-section {
        width: 100%;
        max-width: 510px;
    }
    .compare-section .richText ul:nth-child(2) li {
        background: url("../../assets/img/article_list_icon.png") no-repeat 1vw;
    }
    .compare-section .richText ul:nth-child(3) li {
        background: url("../../assets/img/panadol-list-bullet.png") no-repeat 0.5em 0.5em;
    }
    .panadol-header-links-rte.richText ul li {
        margin-right: 0em !important;
    }
}


/* Mobile and Tablet Styles Ends */


/* Tablet Alone Styles Starts */

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .panadol-header-links-rte,
    .panadol-products-submenu-rte,
    .panadol-headaches-menu-box,
    .panadol-children-menu-box,
    .panadol-muscle-menu-box,
    .panadol-period-menu-box,
    .panadol-fever-menu-box,
    .panadol-decongestant-menu-box,
    .panadol-cold-menu-box,
    .panadol-safety-content-box,
    .main .panadol-mobile-box .panadol-navigation-dosage-box,
    .panadol-search,
    .panadol-mobile-box .panadol-mobile-language-rte {
        -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    }
    .panadol-mobile-symptoms-tab.panadol-home-spotlight-tab,
    .tabs.panadol-navigation-tab.panadol-home-best-of-week-tab {
        margin-top: 1em;
    }
    #footer .panadol-mobile-box {
        display: none;
    }
    .panadol-mobile-header-menu-wrapper {
        min-width: 230px;
    }
    .panadol-mobile-header-menu-wrapper {
        padding-top: 10px;
    }
    .panadol-search-icon {
        padding-top: 7px;
    }
    .panadol-mobile-header-menu-box .panadol-menu-icon p {
        margin: 0;
        padding-top: 4px;
    }
    .panadol-menu-icon {
        min-width: 50px;
        margin-right: 10px;
    }
    .main .panadol-mobile-box .panadol-mobile-header-inner-box .panadol-navigation-products-rte {
        margin-bottom: 0;
        border-bottom: 1px solid #eeeeee;
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 40%;
        float: left;
        clear: right;
    }
    .panadol-mobile-box .tabs.panadol-navigation-tab.panadol-home-best-of-week-tab .richText.panadol-navigation-products-rte {
        margin-left: 5% !important;
        width: 40%;
        min-height: 16em;
    }
    .panadol-mobile-box .tabs.panadol-navigation-tab.panadol-home-best-of-week-tab .tabs-nav {
        width: 22em;
        padding-bottom: 0em;
        height: auto;
    }
    .panadol-mobile-box .panadol-safety-content-box .panadol-content-rte h2 {
        font-size: 16px;
        line-height: normal;
        font-family: GothamBold;
        margin-top: 1.5em;
        margin-bottom: 1em;
        text-align: left;
        margin-left: 9em;
    }
    .panadol-mobile-box .panadol-safety-content-box .panadol-content-rte.richText ul {
        border-top: 1px solid #eeeeee;
        padding-top: 1.5em;
        margin-left: 2em;
        margin-right: 2em;
        padding-left: 6em;
        padding-right: 6em;
    }
    .panadol-mobile-box .panadol-safety-content-box .panadol-content-rte.richText ul li {
        background: url("../../assets/img/panadol-list-bullet.png") no-repeat 15px 10px;
        padding-left: 2em;
        padding-right: 1em;
    }
    .panadol-mobile-box .panadol-dosage-mobile.activeSection {
        max-height: 41px;
    }
    .panadol-mobile-box .panadol-dosage-age-box .dosagecalculator.panadol-dosage-weight {
        background: url("../../assets/img/dosage-calc-tablet-background.png") no-repeat;
        width: 360px;
        min-height: 73px;
    }
    .panadol-mobile-box .panadol-navigation-dosage-box .dosagecalculator .dosageCalculatorInput input {
        width: 110px;
        margin-right: 7px;
        min-height: 25px;
    }
    .panadol-mobile-box .panadol-navigation-dosage-box .dosagecalculator .dosageCalculatorInput button.button.dosageCalculatorButton {
        background: url("../../assets/img/panadol-calc-buttton-tab.png") no-repeat;
        min-width: 133PX;
        min-height: 47px;
        float: right;
    }
    .panadol-mobile-box .panadol-dosage-weight-box .dosagecalculator.panadol-dosage-weight {
        background: url("../../assets/img/panadol-tablet-weight-background.png") no-repeat;
        margin-bottom: 0;
        width: 324px;
        margin: 0 auto;
    }
    .panadol-mobile-box .panadol-navigation-dosage-box .richText.panadol-dosage-content-rte span.dosage-cta-link {
        font-size: 16.04px;
    }
    .panadol-mobile-box .panadol-navigation-dosage-box p {
        font-size: 16.08px;
    }
    .panadol-mobile-box .panadol-navigation-dosage-box h2 {
        font-size: 25.09px;
    }
    .panadol-mobile-box .panadol-navigation-dosage-box .panadol-dosage-age-box .richText.panadol-dosage-content-rte p:nth-child(1) span.dosage-cta-link {
        font-size: 14.01px;
        background: none;
        font-family: GothamBook;
        color: #666666;
        display: block;
        text-align: left;
    }
    .panadol-mobile-box .panadol-dosage-age-box .panadol-dosage-content-rte {
        width: 360px;
        margin: 0 auto;
    }
    .main .panadol-mobile-box .panadol-mobile-header-inner-box .panadol-headaches-menu-box .panadol-navigation-products-rte {
        border-bottom: 0;
    }
    .main .panadol-mobile-box .panadol-headaches-menu-box .panadol-navigation-products-rte .richText-content {
        margin-top: 3.8em;
        margin-bottom: 0;
    }
    .main .panadol-mobile-box .panadol-headaches-menu-box .panadol-navigation-products-rte p:nth-child(3) {
        border-top: 1px solid #eeeeee;
        position: relative;
        width: 100%;
        padding-top: 0.5em;
        float: left;
    }
    /* Homepage - Tablet Content CSS Start - Anand-17-11*/
    .panadol-content-box,
    .carousel-slides,
    .panadol-footer-box {
        width: 84%;
        margin: 0 auto;
    }
    .panadol-mobile-box .panadol-navigation-dosage-box .dosagecalculator .dosageCalculatorInput span {
        font-size: 20.05px;
    }
    span.nav-pdct-title {
        font-size: 16px;
        display: block;
        min-height: 6em;
    }
    .panadol-tablet-content-box {
        display: block;
    }
    .panadol-desktop-content-box .panadol-home-new-kids-box,
    .panadol-mobile-content-box {
        display: none;
    }
    /* Homepage - Tablet Content CSS End - Anand-17-11*/
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box {
        margin-top: 0em;
        padding-top: 7em;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box span.green-text {
        font-size: 20px;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box span.grey-title {
        font-size: 32px;
        line-height: 38px;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p {
        text-align: center;
        font-size: 16px;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p span.where-to-buy {
        font-size: 16.31px;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText ul,
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText p,
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText p strong,
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section ul li,
    .richText.section.panadol-prod-detail-rte p,
    .box.panadol-prod-dosage-text-box .panadol-content-rte p,
    .box.panadol-prod-dosage-table-box .panadol-content-rte p:nth-child(1),
    .panadol-content-rte.panadol-warning-section p,
    .richText.panadol-content-rte.panadol-enquiry-section p,
    .panadol-related-products-carousel .box.panadol-product-list-tab-box .panadol-content-rte p span.green-text,
    .panadol-related-products-carousel .box.panadol-product-list-tab-box .panadol-content-rte p,
    .richText.panadol-prod-comp-checkbox-rte p,
    .panadol-related-articles-carousel .panadol-related-articles-box .richText.panadol-content-rte p,
    .panadol-related-articles-box .panadol-content-rte span.read-more-button,
    .main .richText.panadol-content-rte.panadol-symptoms-heading-rte .richText-content p,
    .main .see-more-pdct-details,
    .main .panadol-symptoms-tip-section-rte p,
    .panadol-symptoms-lanading-outer-box .panadol-content-grey-box p,
    .panadol-symptoms-lanading-outer-box .panadol-content-grey-box ul li,
    .panadol-symptoms-lanading-outer-box .panadol-content-grey-box p strong,
    .richText.panadol-content-rte.panadol-enquiry-section p span.green-text {
        line-height: 20px;
        font-size: 16px !important;
    }
    .symptoms-heading {
        font-size: 45px;
    }
    .main .richText.panadol-content-rte.panadol-symptoms-tip-section-rte p strong {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
        display: block;
    }
    .main .panadol-symptoms-lanading-outer-box .panadol-content-rte h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .carousel.panadol-related-products-carousel ul.carousel-slides {
        width: 100%;
    }
    .panadol-related-articles-carousel .panadol-related-articles-box {
        background-color: #ecf4f9;
    }
    .box.panadol-product-detail-outer-box .panadol-related-articles-carousel .panadol-related-articles-box {
        background-color: #ffffff;
    }
    .box.panadol-product-list-tab-box,
    .panadol-product-listing-box .box.panadol-product-list-tab-box {
        width: 45%;
        margin-left: 3%;
    }
    .main .panadol-compare-outer-box .panadol-compare-second-level-box {
        /* overflow-x: scroll; */
        overflow: hidden;
    }
    .box.panadol-product-list-tab-box.odd {
        margin-left: 0;
    }
    .box.compare-name {
        min-height: 8.5em;
        width: 15vw;
    }
    .panadol-mobile-box .image.panadol-search-icon.activeSection {
        background: url("../../assets/img/panadol-green-search.png") no-repeat center;
        background-size: 100%;
    }
    .box.panadol-product-detail-outer-box .carousel.panadol-related-products-carousel ul.carousel-slides {
        width: 84%;
    }
    .box.panadol-error-page-outer-box .panadol-content-rte h1 {
        font-size: 90px;
        line-height: normal;
    }
    .box.panadol-error-page-outer-box .panadol-content-rte p {
        font-size: 16px;
        color: #666666;
        line-height: 22px;
    }
    .panadol-compare-close {
        width: 30px;
        margin-right: 1em;
        position: absolute;
        padding-top: 1em;
        right: 0;
    }
    .box.panadol-mobile-header-menu-box {
        min-height: 51px;
    }
    .panadol-content-page-rte ul li .terms-and-conditions-list {
        background-position: 0px 7px !important;
    }
    .panadol-mobile-box .panadol-dosage-weight-box button.button.dosageCalculatorButton {
        margin-left: 90px;
    }
    .panadol-mobile-header-box .panadol-home-spotlight-tab ul.tabs-nav-list li.tabs-nav-item.is-active {
        background: rgba(0, 0, 0, 0) url("../../assets/img/Tablet_Tabs_GreenBar.png?auto=format") no-repeat scroll 50% 100%;
        padding-bottom: 1.2em;
        height: 14px;
    }
    .panadol-mobile-header-box .panadol-home-spotlight-tab ul.tabs-nav-list li.tabs-nav-item a,
    .panadol-mobile-header-box .panadol-home-best-of-week-tab ul.tabs-nav-list li.tabs-nav-item a {
        padding: 0 1em;
    }
    span.sweetPink,
    span.skyBlue,
    span.olivine,
    span.sunglow,
    span.cinnabar,
    span.viking,
    span.mediumSeaGreen,
    span.seaBuckThorn,
    span.mandy,
    span.summerSky,
    span.carissma,
    span.pancho {
        font-size: 45px;
    }
    .main .panadol-header-tooltip {
        background: url("../../assets/img/tablet-tooltip-background.png?auto=format") no-repeat;
        width: 183px;
        height: 70px;
        left: inherit;
        right: 3em;
        top: 3em;
        font-size: 16px;
        padding-top: 0.8em;
        padding-left: 0.1em;
        padding-right: 0.2em;
    }
    .panadol-symptoms-heading-rte p {
        width: 100%;
    }
    .panadol-symptoms-lanading-outer-box .panadol-symptoms-tip-section-rte img.richText-image {
        max-width: 90px;
    }
    .panadol-symptoms-lanading-outer-box .carousel.panadol-symptoms-tip-section ul.carousel-slides {
        min-height: 12em;
    }
    .panadol-download {
        min-width: 50%;
    }
}


/* Tablet Alone Styles Ends */


/* Mobile Styles Starts */

@media screen and (max-width: 767px) and (min-width: 320px) {
    #footer .panadol-mobile-box {
        display: block;
    }
    .panadol-mobile-box .image.panadol-search-icon.activeSection {
        padding-bottom: 0px;
        padding-top: 1px;
    }
    .panadol-menu-icon,
    .panadol-dosage-mobile,
    .panadol-search-icon {
        float: left !important;
        width: 10% !important;
    }
    .panadol-mobile-box .gsk-logo {
        /* width: 25% !important; */
        max-width: 31px;
        float: left !important;
        margin: 0 15px;
    }
    .panadol-mobile-header-menu-wrapper {
        float: right;
        margin-bottom: 0;
        padding-top: 5px;

        .paragraphSystem {
            display: flex;
            justify-content: flex-end;
        }

        .haleon-logo {
            width: 18% !important;
        }
    }
    .main .panadol-mobile-box .panadol-search-icon {
        margin-right: 16px;
        width: 18px !important;
        margin-top: 5px;
        color: #fff;
    }
    .panadol-logo {
        position: absolute;
        width: 70px !important;
        margin-bottom: 0;
    }
    .panadol-mobile-header-menu-box {
        height: 39px;
        -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.28);
        z-index: 1;
    }
    .panadol-dosage-mobile {
        width: 28px !important;
        margin-right: 16px;
    }
    .panadol-mobile-header-menu-box .panadol-menu-icon p {
        margin: 0;
        color: #fff !important;
    }
    .panadol-menu-icon {
        margin-right: 8px;
        margin-top: 5px;
    }
    .panadol-mobile-box .panadol-dosage-age-box .panadol-dosage-content-rte {
        width: 228px;
        margin: 0 auto;
    }
    .panadol-mobile-box .panadol-navigation-dosage-box .panadol-dosage-age-box .richText.panadol-dosage-content-rte p:nth-child(1) span.dosage-cta-link {
        display: block;
        text-align: left;
    }
    /* Homepage - Mobile Content CSS Start - Anand-17-11*/
    .panadol-content-box,
    .carousel-slides,
    .panadol-home-carousel-slide-box,
    .panadol-social-icon-box .component-content,
    .panadol-footer-newsletter-box .component-content,
    .panadol-footer-country-sel-box .component-content,
    .panadol-footer-text .component-content {
        width: 90%;
        margin: 0 auto;
    }
    .main .box.share-print-wrapper {
        margin: 0 auto;
        float: left;
    }
    .main .box.share-print-wrapper .richText.panadol-download {
        float: left;
        width: 65%;
    }
    .main .box.share-print-wrapper .share-bar {
        float: left;
        width: 30%;
    }
    .panadol-social-icon-box .panadol-footer-rte .component-content,
    .panadol-footer-newsletter-box .panadol-footer-rte .component-content,
    .panadol-footer-country-sel-box .panadol-footer-rte .component-content,
    .parametrizedhtml .component-content {
        width: 100%;
    }
    .panadol-home-did-you-know-carousel,
    .panadol-footer-box {
        width: 100%;
        padding: 0;
    }
    #wrapper .panadol-desktop-box,
    #footer .panadol-desktop-box {
        display: none;
    }
    .panadol-mobile-content-box {
        display: block;
    }
    .panadol-desktop-content-box,
    .panadol-tablet-content-box {
        display: none;
    }
    /* Homepage - Mobile Content CSS End - Anand-17-11*/
    .panadol-live-well-outer-box .panadol-content-box {
        width: 100%;
    }
    .panadol-live-well-outer-box .panadol-livewell-header-rte .component-content,
    .panadol-live-well-outer-box .livewell-select,
    .panadol-live-well-outer-box .panadol-content-grey-box {
        width: 90%;
        margin: 0 auto;
    }
    .main .box.panadol-desktop-n-tablet-conent-box.component {
        display: none;
    }
    .carousel.panadol-product-detail-image-carousel {
        border: none;
        background-color: transparent;
    }
    .carousel.panadol-product-detail-image-carousel .carousel-nav li.carousel-nav-prev,
    .carousel.panadol-product-detail-image-carousel .carousel-nav li.carousel-nav-next,
    .panadol-related-products-carousel .carousel-nav li.carousel-nav-prev,
    .panadol-related-products-carousel .carousel-nav li.carousel-nav-next,
    .panadol-related-articles-carousel .carousel-nav li.carousel-nav-prev,
    .panadol-related-articles-carousel .carousel-nav li.carousel-nav-next {
        display: none;
    }
    .carousel.panadol-product-detail-image-carousel .carousel-nav li,
    .panadol-related-products-carousel .carousel-nav li,
    .panadol-related-articles-carousel .carousel-nav li {
        display: inline-block;
    }
    .carousel.panadol-product-detail-image-carousel .carousel-nav li a,
    .panadol-related-products-carousel .carousel-nav li a,
    .panadol-related-articles-carousel .carousel-nav li a {
        width: 18px;
        height: 18px;
    }
    .carousel.panadol-product-detail-image-carousel .carousel-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box span.green-text {
        font-size: 17px;
        line-height: 20px;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box span.grey-title {
        font-size: 21.33px;
        line-height: 25px;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText ul,
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText p,
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText p strong,
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section ul li,
    .richText.section.panadol-prod-detail-rte p,
    .box.panadol-prod-dosage-text-box .panadol-content-rte p,
    .box.panadol-prod-dosage-table-box .panadol-content-rte p:nth-child(1),
    .panadol-content-rte.panadol-warning-section p,
    .richText.panadol-content-rte.panadol-enquiry-section p,
    .panadol-related-products-carousel .box.panadol-product-list-tab-box .panadol-content-rte p span.green-text,
    .panadol-related-products-carousel .box.panadol-product-list-tab-box .panadol-content-rte p,
    .richText.panadol-prod-comp-checkbox-rte p,
    .panadol-related-articles-carousel .panadol-related-articles-box .richText.panadol-content-rte p,
    .panadol-related-articles-box .panadol-content-rte span.read-more-button,
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p span.where-to-buy,
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p,
    .main .see-more-pdct-details,
    .panadol-symptoms-lanading-outer-box .panadol-content-grey-box p,
    .panadol-symptoms-lanading-outer-box .panadol-content-grey-box ul li,
    .panadol-related-articles-box .panadol-content-rte span.read-more-button a,
    .panadol-symptoms-lanading-outer-box .panadol-content-grey-box p strong,
    .richText.panadol-content-rte.panadol-enquiry-section p span.green-text {
        font-size: 10px !important;
        line-height: 14px !important;
    }

    body.page-symptoms #wrapper p, body.page-symptoms #wrapper li, body.page-symptoms #wrapper p strong, body.page-symptoms #wrapper p span {
        font-size: 13px !important;
        line-height: 16px !important;
    }
    .richText.panadol-prod-detail-rte {
        height: auto !important;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box {
        padding-top: 4.5em;
    }
    .panadol-product-overview .accordion-container {
        border: 0;
    }
    /*Amrendra | 08-12-2022/
    /* .panadol-product-overview .panadol-content-rte ul li {
        background: url("../../assets/img/article_list_icon.png") no-repeat left center;
        font-size: 13.65px;
        font-family: GothamBold;
        color: #666666;
    } */
    .panadol-product-overview .panadol-content-rte ul {
        padding: 0;
        margin: 0;
    }
    .panadol-product-overview .panadol-content-rte {
        margin-bottom: 0;
    }
    .panadol-product-overview .panadol-content-rte p {
        font-size: 13.65;
        color: #666666;
    }
    .richText.panadol-prod-detail-rte .richText-content {
        border-top: 2px solid #f1f1f1;
        margin: 0 auto;
        width: 70%;
        text-align: center;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    .richText.panadol-prod-detail-rte img.richText-image {
        margin: 0 auto;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .richText.panadol-prod-detail-rte {
        margin-bottom: 1.8em;
    }
    .box.panadol-prod-dosage-text-box .panadol-content-rte p {
        text-align: center;
    }
    .box.panadol-prod-dosage-table-box .richText.panadol-content-rte {
        float: left;
    }
    .box.panadol-prod-dosage-table-box .panadol-content-rte p {
        border-left: 1px solid #d4d4d4;
    }
    .box.panadol-prod-dosage-table-box .panadol-content-rte p:nth-child(1) {
        border-left: 1px solid #ffffff;
    }
    .main .panadol-content-rte.panadol-warning-section {
        margin-top: 1.8em;
        margin-bottom: 0;
        width: auto !important;
        height: auto !important;
        margin-left: 0 !important;
    }
    .richText.panadol-content-rte.panadol-warning-section.last {
        margin-bottom: 3em;
    }
    .panadol-content-rte.panadol-warning-section p {
        text-align: center;
    }
    .panadol-related-products-carousel .box.panadol-product-list-tab-box,
    .panadol-related-articles-carousel .panadol-related-articles-box {
        width: auto !important;
    }
    .panadol-related-products-carousel .box.panadol-product-list-tab-box.last,
    .panadol-related-articles-carousel .panadol-related-articles-box.last {
        margin-left: 0 !important;
    }
    .richText.panadol-prod-comp-checkbox-rte p {
        width: 32px;
        height: 32px;
        padding-top: 0;
        line-height: 32px !important;
        margin-bottom: 0em;
    }
    .panadol-related-products-carousel .carousel-nav li {
        display: inline-block;
    }
    .main .symptoms-heading {
        font-size: 38.4px;
        line-height: 40px;
        margin-top: 0.8em;
        margin-bottom: 0.5em;
        display: block;
    }
    .main .richText.panadol-content-rte.panadol-symptoms-heading-rte .richText-content > h1 {
        margin-top: 0em;
    }
    .main .richText.panadol-content-rte.panadol-symptoms-heading-rte .richText-content p {
        font-size: 12.8px;
        line-height: 18.7px;
        width: 100%;
    }
    .main .panadol-symptoms-heading-rte {
        float: none;
        margin: 0 auto;
        width: auto;
    }
    .main .panadol-symptoms-tip-section-rte {
        width: auto;
        margin-top: 0em;
        margin-bottom: 0em;
    }
    .main .richText.panadol-content-rte.panadol-symptoms-tip-section-rte p strong,
    .main .panadol-symptoms-tip-section-rte p {
        font-size: 13.66px;
        text-align: center;
    }
    .main .panadol-symptoms-tip-section-rte .richText-image.pull-left {
        float: none;
        width: auto;
        max-width: 35%;
        margin: 0 auto;
    }
    .main .panadol-symptoms-lanading-outer-box h2 {
        font-size: 21.33px;
        line-height: 25.6px;
    }
    .panadol-related-articles-carousel .panadol-related-articles-box {
        background-color: #ecf4f9;
    }
    .panadol-product-detail-outer-box .panadol-related-articles-carousel .panadol-related-articles-box {
        background-color: #ffffff;
    }
    .tabs.panadol-product-children-tab.panadol-home-best-of-week-tab .tabs-nav {
        width: 20em;
    }
    .tabs.panadol-product-children-tab.panadol-home-best-of-week-tab .tabs-nav .tabs-nav-item {
        padding: 7px 5px 7px 5px;
    }
    .box.panadol-product-list-tab-box,
    .panadol-product-listing-box .box.panadol-product-list-tab-box {
        border: 10px solid #efefef;
        width: 95%;
        margin: 0 auto;
        background-color: #ffffff;
        margin-bottom: 2em;
    }
    .tabs.panadol-product-children-tab.panadol-home-best-of-week-tab.tabs .tabs-content {
        background-color: #FFFFFF;
    }
    .compare-name img {
        float: right;
        width: 16px;
        margin-top: 5px;
    }
    .panadol-compare-now-link {
        width: auto;
        margin: 0;
        margin-left: 8%;
        text-align: left;
    }
    .compare-name {
        width: 130px;
        padding: 0.5em;
        min-height: 8em;
        margin-right: 0.8em;
    }
    .panadol-compare-close {
        float: right;
        width: 30px;
        margin-right: 1em;
        padding-top: 2em;
    }
    .main .panadol-compare-outer-box .panadol-content-box {
        padding-top: 5em;
        width: auto;
        margin-left: 20px;
    }
    .component-content.panadol-compare-first-level-box-wrapper {
        overflow-x: scroll;
    }
    .panadol-compare-now-link p {
        text-align: left;
    }
    .box.section.panadol-compare-first-level-box {
        overflow-x: scroll;
        height: 190px;
        overflow: hidden;
        min-width: 300px;
    }
    .content.paragraphSystem.panadol-compare-first-level-box-paragraph {
        width: 800px;
    }
    .main .richText.panadol-content-rte.panadol-compare-label-rte {
        display: none;
    }
    .main .panadol-compare-outer-box .panadol-compare-second-level-box {
        /* height: 780px; */
        overflow: hidden;
        min-width: 300px;
    }
    /*.main .parametrizedhtml.share-bar {
  width: 46%;
  margin-left: 2% !important;
  float: right;
} */
    .main .fileList.panadol-download {
        width: 52% !important;
        float: left !important;
    }
    .panadol-mobile-box .panadol-safety-content-box .panadol-content-rte h2 {
        margin-top: 1.5em;
        margin-bottom: 1em;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    .panadol-mobile-box .panadol-safety-content-box .panadol-content-rte.richText ul {
        padding-left: 0;
        padding-right: 0;
    }
    .panadol-mobile-box .panadol-mobile-symptoms-tab.panadol-home-spotlight-tab .tabs-nav {
        width: 14em;
    }
    .panadol-mobile-box .tabs.panadol-navigation-tab.panadol-home-best-of-week-tab .tabs-nav {
        width: 280px;
    }
    .panadol-mobile-box .panadol-home-best-of-week-tab ul.tabs-nav-list li.tabs-nav-item a {
        padding: 0px;
    }
    .panadol-mobile-box .tabs.panadol-navigation-tab.panadol-home-best-of-week-tab li.tabs-nav-item {
        padding: 10px;
    }
    .box.panadol-compare-table-section-box.TotalProduct2 {
        width: 440px;
    }
    .box.panadol-compare-table-section-box.TotalProduct3 {
        width: 670px;
    }
    .box.panadol-compare-table-section-box.TotalProduct4 {
        width: 880px;
    }
    .box.panadol-compare-table-section-box.TotalProduct5 {
        width: 1100px;
    }
    .main .box.panadol-compare-table-section-box.TotalProduct2 .panadol-product-table-section {
        width: 100%;
    }
    .box.panadol-error-page-outer-box .panadol-content-rte h1 {
        font-size: 60px;
        line-height: normal;
        margin-bottom: 0.2em;
    }
    .box.panadol-error-page-outer-box .panadol-content-rte p {
        font-size: 16px;
        line-height: 22px;
    }
    .box.panadol-error-page-outer-box .panadol-content-rte {
        width: 80%;
    }
    .compare-section .panadol-content-rte p,
    .compare-section .panadol-content-rte.richText ul li {
        padding-left: 1em;
        padding-right: 1em;
    }
    .panadol-related-products-carousel .carousel-nav li,
    .panadol-related-articles-carousel .carousel-nav li {
        display: inline-block;
        width: 4%;
    }
    .panadol-mobile-box .panadol-mobile-symptoms-tab.panadol-home-spotlight-tab .tabs-nav {
        width: 230px;
    }
    .panadol-mobile-header-box .panadol-home-spotlight-tab ul.tabs-nav-list li.tabs-nav-item {
        padding: 7px 20px 7px 20px !important;
    }
    .panadol-header-links-rte.richText ul li:nth-child(3),
    .panadol-header-links-rte.richText ul li:nth-child(4) {
        margin-right: 1.4vw;
    }
    .main .panadol-header-tooltip {
        background: url("../../assets/img/mobile-tooltip-background.png") no-repeat;
        width: 170px;
        height: 63px;
        left: inherit;
        right: 1.3em;
        top: 2.3em;
        font-size: 16px;
        padding-top: 0.8em;
        padding-left: 0.1em;
        padding-right: 0.2em;
    }
    span.sweetPink,
    span.skyBlue,
    span.olivine,
    span.sunglow,
    span.cinnabar,
    span.viking,
    span.mediumSeaGreen,
    span.seaBuckThorn,
    span.mandy,
    span.summerSky,
    span.carissma,
    span.pancho {
        font-size: 46.87px;
    }
    .panadol-symptoms-lanading-outer-box .panadol-content-grey-box ul li {
        background: url(../../assets/img/panadol-list-bullet.png) no-repeat left 6px;
    }
    .panadol-symptoms-lanading-outer-box .panadol-symptoms-article-second-box {
        margin-top: -15px;
    }
    .panadol-symptoms-lanading-outer-box .panadol-content-grey-box {
        background-color: #ecf4f9;
        padding-bottom: 0;
    }
    .panadol-symptoms-lanading-outer-box .panadol-content-grey-box .panadol-content-rte {
        margin-bottom: 0;
    }
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}


/* Mobile Styles Ends */

@media screen and (min-width: 1460px) {
    span.panadol-product-label {
        min-height: 15.85vw;
    }
}


/* Print Media Starts */

@media print {
    #header,
    #footer {
        display: none;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box span.green-text {
        font-size: 18.3px;
        line-height: normal;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box span.grey-title {
        line-height: normal;
        font-size: 30.45px;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p {
        line-height: normal;
        font-size: 14.66px;
    }
    .snippetReference .box.share-print-wrapper .panadol-print {
        display: none;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p span.where-to-buy,
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p span.where-to-buy a {
        font-size: 14.74px;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-print p,
    .panadol-download a.fileList-download-link,
    .share-bar a.addthis_button,
    .main .panadol-print p {
        font-size: 14.64px;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte h2 {
        font-size: 30.45px;
        line-height: normal;
    }
    span.product-green-bar {
        font-size: 18.45px;
        line-height: normal;
        padding: 0.5em;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section ul li {
        font-size: 14.63px;
        line-height: normal;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText ul,
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText p,
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText p strong {
        font-size: 14.64px;
        line-height: normal;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText p:nth-child(2),
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText ul {
        padding-left: 1em;
        padding-right: 1em;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText ul,
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText p {
        padding-left: 1em;
        padding-right: 1em;
    }
    .main .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section p:nth-child(1) {
        margin-bottom: 1em;
    }
    /*Amrendra | 08-12-2022 |*/
    /* .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section ul li {
        background: url("../../assets/img/article_list_icon.png") no-repeat left 7px;
    } */
    .box.panadol-prod-dosage-text-box .panadol-content-rte,
    .panadol-content-rte.panadol-warning-section p,
    .richText.panadol-content-rte.panadol-enquiry-section p,
    .box.panadol-product-list-tab-box .panadol-content-rte p,
    .panadol-related-articles-carousel .panadol-related-articles-box .richText.panadol-content-rte p {
        font-size: 16px;
        line-height: normal;
    }
    .snippetReference {
        margin-bottom: 0;
    }
    .box.panadol-prod-dosage-table-box .panadol-content-rte p:nth-child(1) {
        font-size: 15.86px;
        line-height: normal;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section,
    .box.panadol-prod-dosage-text-box,
    .panadol-content-rte.panadol-warning-section,
    .main .panadol-related-products-carousel .box.panadol-product-list-tab-box,
    .panadol-related-articles-carousel .panadol-related-articles-box,
    .panadol-article-related-content-richtext {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .panadol-related-articles-box .panadol-content-rte span.read-more-button {
        font-size: 18px;
        line-height: normal;
    }
    .panadol-related-articles-box .panadol-content-rte span.read-more-button a {
        font-size: 18px;
        line-height: normal;
    }
    .share-bar a.addthis_button {
        padding-left: 4.5em;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p span.where-to-buy,
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p span.where-to-buy a {
        display: inline-block;
        margin-top: 1em;
    }
    .panadol-product-detail-lhs-wrapper {
        float: left !important;
        width: 45% !important;
    }
    .panadol-product-detail-rhs-text-box {
        float: right !important;
        width: 45% !important;
    }
    .panadol-content-box,
    .carousel-slides,
    .panadol-footer-box {
        width: 98%;
        margin: 0 auto;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section {
        width: 48%;
        /* height: auto !important;*/
        padding-bottom: 1em;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.odd,
    .panadol-content-rte.panadol-warning-section.odd,
    .panadol-related-articles-carousel .panadol-related-articles-box.odd {
        float: right !important;
    }
    .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.even,
    .panadol-content-rte.panadol-warning-section.even,
    .panadol-related-articles-carousel .panadol-related-articles-box.even {
        float: left !important;
    }
    .box.panadol-prod-dosage-table-box .richText.panadol-content-rte {
        margin: 0;
        width: 33.33%;
        float: left !important;
    }
    .panadol-content-rte.panadol-warning-section,
    .panadol-related-articles-carousel .panadol-related-articles-box {
        width: 48% !important;
    }
    .main .panadol-related-products-carousel .box.panadol-product-list-tab-box {
        min-height: auto !important;
        width: 33%;
        float: left !important;
        display: block;
        margin-left: 2% !important;
    }
    .carousel.panadol-related-products-carousel ul.carousel-nav,
    .panadol-related-articles-carousel ul.carousel-nav {
        display: none;
    }
    .green-text {
        font-size: 20px;
    }
    .richText.panadol-prod-comp-checkbox-rte p {
        color: #009151;
        font-family: GothamBold;
        margin: 0;
        margin-left: 2em;
        padding-left: 2.5em;
        background: url("../../assets/img/panadol-checkbox.png") no-repeat left center;
        width: 32px;
        height: 2em;
        padding-top: 0.5em;
        font-size: 16px;
        line-height: normal;
    }
    .carousel-slides {
        height: auto !important;
    }
    .panadol-article-detail-content-box h1 {
        font-size: 24px !important;
        line-height: normal !important;
    }
    .panadol-article-detail-content-box p,
    .panadol-article-detail-content-box ul li,
    .panadol-article-related-content-richtext p a,
    .panadol-article-bread-crumb ul li {
        font-size: 16px !important;
        line-height: normal !important;
    }
    .box.panadol-article-detail-content-box {
        width: 50% !important;
        float: left !important;
    }
    .panadol-content-box .panadol-desktop-n-tablet-conent-box {
        float: right !important;
        width: 45% !important;
    }
    .panadol-article-detail-rel-article-box .panadol-content-rte p,
    .panadol-article-detail-rel-product-box .panadol-content-rte p {
        font-size: 20px !important;
        line-height: normal !important;
    }
}


/* Print Media Ends */


@media screen and (min-width: 1300px) {
    .aus-locale .panadol-header-links-rte.grid_10 .panadol-children-menu-box {
        top: calc(100% + 0.8em);
    }
}

@media (min-width: 768px) {
    :lang(es) .carousel-slide .no-image,
    :lang(es) .carousel-slide,
    :lang(es) .carousel-slide .no-image .carousel-content,
    :lang(es) .carousel-slide .no-image .carousel-content > .content /*,
    :lang(es) .main .panadol-related-products-carousel .box.panadol-product-list-tab-box */
    {
        height: 100% !important;
    }

    :lang(es) .carousel-slide .no-image .carousel-content > .content {
        display: flex;
    }

    :lang(es) .main .panadol-related-products-carousel .box.panadol-product-list-tab-box {
        position: relative;
        padding-bottom: 60px;
    }

    :lang(es) .box.panadol-product-list-tab-box .panadol-content-rte {
        height: auto !important;
    }

    :lang(es) .richText.panadol-prod-comp-checkbox-rte {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    :lang(es) .main .panadol-related-products-carousel .box.panadol-product-list-tab-box {
        padding-bottom: 80px;
    }
}/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/image/_image-base.scss */
.image .right {
  text-align: right;
}

/* line 7, ../../sass/components/image/_image-base.scss */
.image .left {
  text-align: left;
}

/* line 11, ../../sass/components/image/_image-base.scss */
.image .middle {
  text-align: center;
}
/* Homepage - Desktop content CSS Start*/
.panadol-home-bow-image img {
	border:20px solid #ffffff;
	width:94%;
}

.panadol-home-teddy-image {
	margin-top:-2.3em;
    margin-bottom: -2.3em;	
}
.panadol-home-bestweek-content-Box .panadol-home-bow-box img {
	border:1.19vw solid #ffffff;
	width:93%;
	padding-top: 0em;	
}


/* Homepage - Desktop content CSS End*/

/* Article Landing - Desktop  CSS Start - Anand-30-11*/

.panadol-livewell-featured-article-box img {
	border:1.19vw solid #ffffff;
	width:96%;
    padding-top: 0.3em;
}

.panadol-home-bow-box img {
	border:1.19vw solid #ffffff;
	width:90%;
	padding-top: 0.5em;	
}
.panadol-dosage-result-outer-box .panadol-home-bow-box img{
	border:1.19vw solid #efefef;
	width:93.5%;
	padding-top:0;
}
/* Article Landing - Desktop  CSS End - Anand-30-11*/


/* Campaign - Desktop Content CSS Start - Anand-08-12*/

.panadol-campaign-header-box .panadol-home-teddy-image {
	margin-top:1.4em;
    margin-bottom: 1.4em;	
}

.panadol-campaign-blue-background-box  .panadol-content-image img{
	width: 80%;
	float:left;
}



/* Campaign - Desktop Content CSS End - Anand-08-12*/


/* Campaign - Desktop Content CSS End - Anand-08-12*/

@media screen and (min-width: 1680px) {
.panadol-home-bow-box img {
    border: 2.3vw solid #ffffff;
    width: 85%;
    padding-top: 0.5em;
}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	
/* Homepage - Tablet Content CSS Start - Anand-17-11*/
	

.panadol-home-bow-image img { 
	border:10px solid #ffffff;
    padding-top: 0;
}

.panadol-home-teddy-image{
    margin-top: -7.5em;
    margin-bottom: -1.95em;
    float: right;
    margin-right: 6em;
}
.panadol-campaign-blue-background-box .panadol-content-image img{
    width: 30vw;	
}
.panadol-campaign-header-box .panadol-home-teddy-image {
	float: none;
    width: 20em;
    margin: 0 auto;
	margin-top:0.2em;
    margin-bottom: 0em;	
}

}
/* Homepage - Tablet Content CSS End - Anand-17-11*/

@media only screen and (max-width: 767px) {
  /* line 16, ../../sass/components/image/_image-base.scss */
  .image .component-content {
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {

.panadol-social-icon-box  .image .component-content {
	text-align:left;
}

.panadol-home-bow-image img {
   width: 90%;
   padding-top: 0.8em;
}

.panadol-home-bestweek-content-Box .panadol-home-bow-box img{
	border:0.9vw solid #ffffff;width: 95%;
	
}
.panadol-home-teddy-image {
	margin-top: 0em;
}

.panadol-campaign-blue-background-box .panadol-content-image img{
	height:auto;     width: 80%;   margin: 0 auto; float:none;
}

.panadol-campaign-header-box .panadol-home-teddy-image {
	margin:0 auto;
	margin-top:1em;
    margin-bottom:1em;	
	float: none;
    width: 13em;
}
.panadol-dosage-result-outer-box .panadol-home-bow-box img{
	padding-top:0.6em;
}

}

.panadol-mobile-content-box .image {
    margin-top: 40px;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

/* line 9, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 13, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-view {
  border: solid 2px #323131;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: white;
}

/* line 22, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-view img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* line 29, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-description {
  margin: 10px 0;
}

/* line 33, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnails {
  position: relative;
  margin: 20px 0;
}

/* line 38, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-list {
  overflow: hidden;
  margin: 0 50px;
  position: relative;
}

/* line 44, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow,
.imageGallery-arrow.is-disabled:hover {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  width: 35px;
  height: 60px;
  font: 0/0 serif;
  color: transparent;
}
/* line 56, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow:before,
.imageGallery-arrow.is-disabled:hover:before {
  position: absolute;
  top: 50%;
  color: #AAA;
}

/* line 63, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow:hover:before {
  color: #888;
}

/* line 67, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-description {
  margin: 15px 0;
}

/* line 71, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow.is-disabled {
  opacity: 0.5;
}

/* line 75, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow {
  text-align: center;
}

/* line 79, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow-left,
.imageGallery-arrow-left.is-disabled:hover {
  left: 0;
}
/* line 82, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow-left:before,
.imageGallery-arrow-left.is-disabled:hover:before {
  content: "\f053";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}

/* line 88, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow-right,
.imageGallery-arrow-right.is-disabled:hover {
  right: 0;
}
/* line 91, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow-right:before,
.imageGallery-arrow-right.is-disabled:hover:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}

/* line 97, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-list-inner {
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 4000px;
}

/* line 109, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 9px;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: block;
  border: solid 4px #323131;
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  -ms-transition: opacity .2s;
  transition: opacity .2s;
}

/* line 128, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail:hover,
.imageGallery-thumbnail.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 134, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail-cover {
  display: block;
  max-width: none;
}

/* line 139, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail-title {
  display: block;
  margin: 10px auto 0 auto;
  font-size: 11px;
  width: 71px;
}

/* line 146, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery .thumbnails-list li:hover .image,
.imageGallery .thumbnails-list li.active .image {
  border: solid 4px #323131;
  margin: 0;
}

/* line 152, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail-image {
  margin: 2px;
  border: solid 2px #323131;
  position: relative;
}

/* line 158, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail-overlay {
  opacity: 0.7;
  height: 28px;
  left: 50%;
  margin: -14px 0 0 -15px;
  position: absolute;
  top: 50%;
  width: 30px;
  cursor: pointer;
}
/* line 167, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail-overlay:before {
  content: "\f04b";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 15px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #3e3e3e;
  text-indent: 7px;
  background: #fff;
  text-align: center;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 186, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail.is-active .imageGallery-thumbnail-overlay {
  opacity: 0;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

/* line 195, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail a {
  display: block;
}

/* line 199, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail-image img {
  display: block;
  width: 63px;
  height: 52px;
  margin: 0 auto;
}

/* line 206, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-view {
  cursor: pointer;
}

/* line 210, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-view-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 73px;
  height: 69px;
  margin: -34px 0 0 -36px;
  cursor: pointer;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}
/* line 224, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-view-overlay:before {
  content: "\f04b";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  width: 100%;
  height: 100%;
  border: 3px solid #3e3e3e;
  text-indent: 5px;
  background: #fff;
  text-align: center;
  line-height: 65px;
}

/* line 241, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery.is-playing .imageGallery-view-overlay:before {
  content: "\f04c";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px;
}

/* line 247, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery .gallery-play {
  color: #323131;
}

/* line 251, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-view:hover .imageGallery-view-overlay {
  opacity: 0.7;
}

/* line 255, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-view .imageGallery-view-overlay:hover {
  opacity: 1;
  text-decoration: none;
}

/* line 261, ../../sass/components/imageGallery/_imageGallery-base.scss */
.mod-js .imageGallery-thumbnail {
  padding: 0;
}
/* line 265, ../../sass/components/imageGallery/_imageGallery-base.scss */
.mod-js .imageGallery-thumbnails {
  position: relative;
}

/*no js view*/
/* line 271, ../../sass/components/imageGallery/_imageGallery-base.scss */
.no-js .imageGallery-view {
  display: none;
}

/* line 275, ../../sass/components/imageGallery/_imageGallery-base.scss */
.no-js .imageGallery-list {
  margin: 0;
}

/* line 279, ../../sass/components/imageGallery/_imageGallery-base.scss */
.no-js .imageGallery-thumbnail img {
  width: auto;
  height: auto;
}

/* line 284, ../../sass/components/imageGallery/_imageGallery-base.scss */
.no-js .imageGallery-thumbnail {
  border: 0;
  opacity: 1;
  float: none;
  overflow: hidden;
}

/* line 291, ../../sass/components/imageGallery/_imageGallery-base.scss */
.no-js .imageGallery-thumbnail a:after {
  content: attr(data-description);
  display: block;
  padding: 10px 0 30px;
  text-align: left;
}

/* line 298, ../../sass/components/imageGallery/_imageGallery-base.scss */
.no-js .imageGallery-arrow {
  display: none;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.locationfinder input[type=text] {
  font-family: arial;
  font-size: 12px;
  border: 1px solid #D5D1CE;
  display: inline;
  float: left;
  height: 12px;
  padding: 8px;
  width: 27%; }
  @media only screen and (max-width: 767px) {
    .locationfinder input[type=text] {
      width: 60%;
      margin-bottom: 20px; } }

.locationfinder .button {
  padding: 8px;
  background-image: url(../../img/Search-icon.png);
  background-repeat: no-repeat;
  border: none;
  margin-right: 20px;
  width: 30px;
  height: 30px; }
  @media only screen and (max-width: 767px) {
    .locationfinder .button {
      margin-right: 24%;
      margin-bottom: 20px; } }

.locationfinder .locationFinder-selectOption {
  width: 7%;
  border: 1px solid #D5D1CE;
  height: 30px;
  margin-left: 10px;
  margin-right: 20px; }
  @media only screen and (max-width: 767px) {
    .locationfinder .locationFinder-selectOption {
      width: 20%;
      margin-left: 0px;
      margin-right: 15px; } }

.locationfinder .locationFinder-selectOption1 {
  height: 30px;
  margin-left: 15px;
  width: 15%; }
  @media only screen and (max-width: 767px) {
    .locationfinder .locationFinder-selectOption1 {
      width: 40%;
      margin-left: 0px; } }

.locationfinder .locationFinder-loadMore .loadMore {
  background-color: #f36633;
  border-radius: 3px;
  color: white;
  padding: 8px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block; }
  .locationfinder .locationFinder-loadMore .loadMore:hover {
    background-color: #939191;
    color: white; }
  .locationfinder .locationFinder-loadMore .loadMore:active {
    background-color: #939191;
    color: white; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/map/_map-base.scss */
.map-canvas {
  border: solid 2px #323131;
  margin-bottom: 10px;
  text-align: center;
}

/* line 9, ../../sass/components/map/_map-base.scss */
.map-canvas img {
  width: 100%;
  max-width: inherit;
}

/* line 14, ../../sass/components/map/_map-base.scss */
.no-js .map-canvas img {
  width: 100%;
  max-width: 640px;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*** SETTINGS ***/
/* line 25, ../../sass/components/navigation/_navigation-base.scss */
.navigation-root {
  text-align: left;
  z-index: 10;
  max-width: 100%;
}

/* line 31, ../../sass/components/navigation/_navigation-base.scss */
.navigation-mobile-menu {
  display: none;
}

/* line 38, ../../sass/components/navigation/_navigation-base.scss */
.no-js .navigation-level1 > .navigation-branch {
  display: block;
}
/* line 44, ../../sass/components/navigation/_navigation-base.scss */
.no-js .navigation-root.navigation-branch.navigation-level1 {
  display: block;
}
/* line 52, ../../sass/components/navigation/_navigation-base.scss */
.no-js .navigation-vertical .navigation-item .navigation-branch.navigation-level2 {
  display: block;
}
/* line 59, ../../sass/components/navigation/_navigation-base.scss */
.no-js .navigation-horizontal .navigation-item .navigation-branch.navigation-level2 {
  display: block;
  margin: 0 0 -2px 0;
  border-left: none;
  border-right: none;
  position: static;
}
/* line 65, ../../sass/components/navigation/_navigation-base.scss */
.no-js .navigation-horizontal .navigation-item .navigation-branch.navigation-level2 > .navigation-item {
  float: none;
}

/* line 73, ../../sass/components/navigation/_navigation-base.scss */
.navigation-branch {
  overflow: visible;
  margin: 0;
  padding: 0;
  list-style: none;
  border-color: #4a4a4a;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 82, ../../sass/components/navigation/_navigation-base.scss */
.navigation-branch.navigation-level1 {
  border: none;
  display: block;
}

/* line 88, ../../sass/components/navigation/_navigation-base.scss */
.navigation-item {
  margin: 0 0 0 0;
  /* so that borders collapse */
  border-color: #4a4a4a;
  border-width: 0 0 0 0;
  border-style: solid;
}
/* line 93, ../../sass/components/navigation/_navigation-base.scss */
.navigation-item > .navigation-item-title {
  display: block;
  padding: 5px 15px 5px 15px;
  background: #e1e1e1;
  color: black;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 105, ../../sass/components/navigation/_navigation-base.scss */
.navigation-item > a.navigation-item-title:hover {
  color: black;
  background: #d5d5d5;
  text-decoration: none;
}
/* line 111, ../../sass/components/navigation/_navigation-base.scss */
.navigation-item > span.navigation-item-title {
  cursor: default;
}
/* line 116, ../../sass/components/navigation/_navigation-base.scss */
.navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
  background-color: #c8c8c8;
}
/* line 123, ../../sass/components/navigation/_navigation-base.scss */
.navigation-item.has-active-child > .navigation-item-title, .navigation-item.is-active > .navigation-item-title {
  color: black;
  background: #a2a2a2;
  text-decoration: none;
}
/* line 131, ../../sass/components/navigation/_navigation-base.scss */
.navigation-item.is-open > .navigation-branch, .no-js .navigation-item:hover > .navigation-branch {
  display: block;
}
/* line 135, ../../sass/components/navigation/_navigation-base.scss */
.navigation-item.navigation-level1 {
  margin: 0 0 -2px -2px;
  /* so that borders collapse */
  border-color: #4a4a4a;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  box-sizing: border-box;
}
/* line 141, ../../sass/components/navigation/_navigation-base.scss */
.navigation-item.navigation-level1 > .navigation-item-title {
  color: black;
  background: #e1e1e1;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 20px 10px 20px;
}
/* line 151, ../../sass/components/navigation/_navigation-base.scss */
.navigation-item.navigation-level1 > a.navigation-item-title:hover {
  color: black;
  background: #939191;
  text-decoration: none;
}
/* line 159, ../../sass/components/navigation/_navigation-base.scss */
.navigation-item.navigation-level1.has-active-child > .navigation-item-title, .navigation-item.navigation-level1.is-active > .navigation-item-title {
  color: #FFF;
  background: #605e5e;
  text-decoration: none;
}
/* line 166, ../../sass/components/navigation/_navigation-base.scss */
.navigation-item.navigation-level2 {
  border-top: 1px solid #4a4a4a;
}

/* line 172, ../../sass/components/navigation/_navigation-base.scss */
.navigation-branch.navigation-level2 {
  display: block;
}

/* line 176, ../../sass/components/navigation/_navigation-base.scss */
.navigation-item > .navigation-item-title {
  padding-left: 40px;
}

/* line 184, ../../sass/components/navigation/_navigation-base.scss */
.mod-touch .navigation-horizontal .navigation-item .is-open.navigation-branch.navigation-level2 {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
/* line 191, ../../sass/components/navigation/_navigation-base.scss */
.mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
  overflow: hidden;
}
/* line 196, ../../sass/components/navigation/_navigation-base.scss */
.mod-touch .navigation-horizontal .navigation-item.navigation-level2:first-child {
  border-top: none;
}
/* line 201, ../../sass/components/navigation/_navigation-base.scss */
.mod-touch .navigation-horizontal .navigation-item .navigation-level2 .navigation-item {
  width: 100%;
}

/* line 212, ../../sass/components/navigation/_navigation-base.scss */
.mod-no-touch .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 {
  min-width: 100%;
  position: absolute;
  top: 41px;
  left: -2px;
  display: block;
}
/* line 218, ../../sass/components/navigation/_navigation-base.scss */
.mod-no-touch .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 .navigation-item {
  float: none;
}

/* line 227, ../../sass/components/navigation/_navigation-base.scss */
.navigation-horizontal .navigation-item {
  float: left;
  position: relative;
}
/* line 230, ../../sass/components/navigation/_navigation-base.scss */
.navigation-horizontal .navigation-item .navigation-branch.navigation-level2,
.navigation-horizontal .navigation-item .navigation-branch.navigation-level3 {
  display: none;
}
/* line 235, ../../sass/components/navigation/_navigation-base.scss */
.navigation-horizontal .navigation-item.is-open > .navigation-branch.navigation-level2,
.navigation-horizontal .navigation-item.is-open > .navigation-branch.navigation-level3 {
  display: block;
  float: none;
}
/* line 242, ../../sass/components/navigation/_navigation-base.scss */
.navigation-horizontal .navigation-item.navigation-level2:first-child {
  border-top: none;
}
/* line 247, ../../sass/components/navigation/_navigation-base.scss */
.navigation-horizontal .has-children > .navigation-item-title {
  padding-right: 61px;
  background-image: none;
}
/* line 250, ../../sass/components/navigation/_navigation-base.scss */
.navigation-horizontal .has-children > .navigation-item-title .navigation-item-decoration {
  height: 41px;
  width: 41px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 41px;
}
/* line 258, ../../sass/components/navigation/_navigation-base.scss */
.navigation-horizontal .has-children > .navigation-item-title .navigation-item-decoration:after {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
/* line 269, ../../sass/components/navigation/_navigation-base.scss */
.navigation-horizontal .has-children > .navigation-item-title:hover .navigation-item-decoration {
  background-color: #939191;
}
/* line 273, ../../sass/components/navigation/_navigation-base.scss */
.navigation-horizontal .has-children.navigation-level2 > .navigation-item-title {
  padding-right: 55px;
}
/* line 275, ../../sass/components/navigation/_navigation-base.scss */
.navigation-horizontal .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration {
  height: 31px;
  width: 31px;
  line-height: 31px;
}
/* line 279, ../../sass/components/navigation/_navigation-base.scss */
.navigation-horizontal .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration:after {
  width: 31px;
  height: 31px;
}
/* line 286, ../../sass/components/navigation/_navigation-base.scss */
.navigation-horizontal .has-active-child > .navigation-item-title .navigation-item-decoration {
  background-color: #605e5e;
}
/* line 291, ../../sass/components/navigation/_navigation-base.scss */
.navigation-horizontal .navigation-level2.navigation-branch {
  border-color: #4a4a4a;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
}
/* line 296, ../../sass/components/navigation/_navigation-base.scss */
.navigation-horizontal .navigation-level2 .navigation-item-title {
  padding: 5px 15px 5px 15px;
}
/* line 300, ../../sass/components/navigation/_navigation-base.scss */
.navigation-horizontal .navigation-level2.navigation-root {
  max-width: none;
}

/* line 307, ../../sass/components/navigation/_navigation-base.scss */
.navigation-vertical .navigation-branch.navigation-level2,
.navigation-vertical .navigation-branch.navigation-level3 {
  display: none;
}
/* line 312, ../../sass/components/navigation/_navigation-base.scss */
.navigation-vertical .navigation-item.is-open > .navigation-branch.navigation-level2,
.navigation-vertical .navigation-item.is-open > .navigation-branch.navigation-level3 {
  display: block;
}
/* line 317, ../../sass/components/navigation/_navigation-base.scss */
.navigation-vertical .has-children > .navigation-item-title {
  position: relative;
}
/* line 319, ../../sass/components/navigation/_navigation-base.scss */
.navigation-vertical .has-children > .navigation-item-title .navigation-item-decoration {
  height: 41px;
  width: 41px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 41px;
}
/* line 327, ../../sass/components/navigation/_navigation-base.scss */
.navigation-vertical .has-children > .navigation-item-title .navigation-item-decoration:before {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
/* line 340, ../../sass/components/navigation/_navigation-base.scss */
.navigation-vertical .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration {
  height: 31px;
  width: 31px;
  line-height: 31px;
}
/* line 344, ../../sass/components/navigation/_navigation-base.scss */
.navigation-vertical .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration:before {
  width: 31px;
  height: 31px;
}
/* line 351, ../../sass/components/navigation/_navigation-base.scss */
.navigation-vertical .has-active-child > .navigation-item-title .navigation-item-decoration {
  background-color: #c8c8c8;
}

@media only screen and (min-width: 990px) {
  /* line 362, ../../sass/components/navigation/_navigation-base.scss */
  .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
    margin: 0 0 -2px -2px;
    position: absolute;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  /* line 376, ../../sass/components/navigation/_navigation-base.scss */
  .mod-touch .navigation-horizontal .navigation-item {
    width: 100%;
  }
  /* line 379, ../../sass/components/navigation/_navigation-base.scss */
  .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
    margin: 0 0 -2px 0;
    border-left: none;
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 395, ../../sass/components/navigation/_navigation-base.scss */
  .mod-touch .navigation-horizontal .navigation-item {
    width: 100%;
  }
  /* line 398, ../../sass/components/navigation/_navigation-base.scss */
  .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
    margin: 0 0 -2px 0;
    border-left: none;
    border-right: none;
    position: static;
  }

  /* line 409, ../../sass/components/navigation/_navigation-base.scss */
  .navigation-mobile-menu {
    display: block;
    width: 100%;
    height: 41px;
    position: relative;
    cursor: pointer;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #4a4a4a;
    box-sizing: border-box;
    margin: 0 0 -2px -2px;
    overflow: hidden;
    background: whitesmoke;
  }
  /* line 422, ../../sass/components/navigation/_navigation-base.scss */
  .navigation-mobile-menu:after {
    content: "\f0c9";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    line-height: 38px;
    font-size: 25px;
    right: 0;
  }

  /* line 434, ../../sass/components/navigation/_navigation-base.scss */
  .navigation-item.navigation-level1 {
    width: 100%;
  }

  /* line 437, ../../sass/components/navigation/_navigation-base.scss */
  .navigation-branch.navigation-level1 {
    display: none;
  }
  /* line 439, ../../sass/components/navigation/_navigation-base.scss */
  .navigation-branch.navigation-level1.is-open {
    display: block;
  }

  /* line 445, ../../sass/components/navigation/_navigation-base.scss */
  .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2, .navigation-vertical .navigation-item:hover .navigation-branch.navigation-level2 {
    left: 0;
    border-left: none;
    border-right: none;
  }
}

/* navigation fixes */
@media only screen and (min-width: 992px) {
  .aus-locale .panadol-header-links-rte.richText ul {
    margin-left: 0;
    display: flex;
    justify-content: space-around;
    height: 78px;
  }
}/* NEWSFEED ITEM */
/* NEWSFEED COMPONENT */
/* PER PAGE */
/* MOBILE */
.newsfeed-result {
  padding: 0;
  margin: 0;
  background: #F5F5F5;
  margin-bottom: 20px; }

.newsfeed-image {
  margin: 0;
  height: 150px;
  overflow: hidden; }
  .newsfeed-image img {
    height: 100%;
    min-width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%); }

.newsfeed-inner-content {
  padding: 10px 15px;
  border-top: solid 4px #F36533; }

.newsfeed-category {
  margin: 0 0 10px;
  font-style: italic;
  color: #73645D; }

.newsfeed-title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #7E7E7E; }
  .newsfeed-title:only-child {
    border-bottom: 0;
    padding: 0;
    margin: 0; }
  .newsfeed-title a:hover {
    text-decoration: none; }
  .newsfeed-title a:active {
    text-decoration: none; }
  .newsfeed-title a:focus {
    text-decoration: none; }

.newsfeed-date {
  font-size: 13px;
  margin: 0 0 10px;
  font-style: italic;
  color: #73645D; }

.newsfeed-description {
  margin: 0 0 10px;
  color: #73645D; }

.newsfeed-url {
  font-size: 13px;
  word-break: break-all; }
  .newsfeed-url a {
    color: #16727F;
    font-weight: bold; }
    .newsfeed-url a:hover {
      text-decoration: none; }
    .newsfeed-url a:active {
      text-decoration: none; }
    .newsfeed-url a:focus {
      text-decoration: none; }

.newsfeed {
  position: relative; }
  .newsfeed a {
    color: inherit;
    text-decoration: none; }
  .newsfeed .active a {
    font-weight: bold; }
  .newsfeed .splitter {
    color: #F36533; }

.newsfeed-number {
  margin-bottom: 20px;
  position: absolute;
  left: 250px;
  top: -50px; }
  .newsfeed-number .results-count-strong {
    font-weight: bold; }

.newsfeed-pagination .mobile {
  display: none; }

.newsfeed-pagination-list {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  float: right; }

.newsfeed-pagination-item {
  display: inline-block; }
  .newsfeed-pagination-item a {
    display: block;
    border: 1px solid #e9e9e9;
    width: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 3px; }
    .newsfeed-pagination-item a:hover {
      text-decoration: none;
      border-color: #a0ce4e; }
    .newsfeed-pagination-item a:focus {
      text-decoration: none;
      border-color: #a0ce4e; }
    .newsfeed-pagination-item a:active {
      text-decoration: none;
      border-color: #a0ce4e; }

.newsfeed-pagination-item.separator {
  display: inline-block;
  border: 1px solid #fff;
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 3px;
  letter-spacing: 2px; }
  .newsfeed-pagination-item.separator:before {
    content: "..."; }

.newsfeed-pagination-item.is-active a {
  background: #a0ce4e;
  color: #fff;
  cursor: default; }

.newsfeed-pagination-item.item-next a {
  border: 0;
  width: auto; }
  .newsfeed-pagination-item.item-next a:hover {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-next a:focus {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-next a:active {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-next a:after {
    content: ">";
    font-family: FontAwesome, serif;
    display: inline-block;
    font-style: normal;
    position: relative;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 1rem;
    margin-left: 5px; }

.newsfeed-pagination-item.item-previous a {
  border: 0;
  width: auto; }
  .newsfeed-pagination-item.item-previous a:hover {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-previous a:focus {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-previous a:active {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-previous a:before {
    content: "<";
    font-family: FontAwesome, serif;
    display: inline-block;
    font-style: normal;
    position: relative;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 1rem;
    margin-right: 5px; }

.view-all.button {
  margin-top: 30px; }

.promo .view-all.button {
  text-align: center; }

.related .view-all.button {
  text-align: start; }

.view-all a {
  background: #15717d;
  padding: 10px 23px;
  border-radius: 20px;
  color: #fff; }

span.newsfeed-related-updates {
  display: block;
  margin: 50px 0 20px 0;
  font-style: italic;
  color: #73645D; }

a.newsfeed-related-category {
  background: #f3f2f0;
  padding: 15px;
  border-radius: 40px;
  font-weight: bold;
  color: #15717d; }

.newsfeed-perPage {
  max-width: 200px;
  margin: 14px 0 0; }
  .newsfeed-perPage > div {
    display: inline-block; }
  .newsfeed-perPage .active {
    font-style: italic;
    background: #DDD; }
  .newsfeed-perPage a {
    color: inherit;
    text-decoration: none; }
  .newsfeed-perPage .heading {
    background: #EEE;
    min-width: 100px;
    padding: 10px; }
  .newsfeed-perPage .slider {
    position: absolute;
    background: #FFF;
    width: 100%;
    max-width: 198px;
    border: 1px solid grey;
    z-index: 100; }
  .newsfeed-perPage ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .newsfeed-perPage li {
    padding: 5px 20px; }
    .newsfeed-perPage li a {
      display: block; }

@media (max-width: 767px) {
  .newsfeed-pagination {
    text-align: center; }
    .newsfeed-pagination .mobile {
      display: block; }
    .newsfeed-pagination .desktop {
      display: none; }
  .newsfeed-pagination-list {
    display: inline-block;
    float: none; }
  .newsfeed-result.has-image {
    text-align: center; }
    .newsfeed-result.has-image .newsfeed-image {
      position: static;
      margin-bottom: 20px; }
    .newsfeed-result.has-image .newsfeed-title {
      text-align: left;
      margin-left: 0; }
    .newsfeed-result.has-image .newsfeed-description {
      text-align: left;
      margin-left: 0; }
    .newsfeed-result.has-image .newsfeed-date {
      text-align: left;
      margin-left: 0; }
    .newsfeed-result.has-image .newsfeed-url {
      text-align: left;
      margin-left: 0; }
  .item-previous {
    float: left; }
  .item-next {
    float: right; } }
.newsfeedFilterBy {
  max-width: 200px; }
  .newsfeedFilterBy .active {
    font-style: italic;
    background: #DDD; }
  .newsfeedFilterBy a {
    color: inherit;
    text-decoration: none; }
  .newsfeedFilterBy .heading {
    background: #F36533;
    color: #FFF;
    padding: 10px; }
  .newsfeedFilterBy .slider {
    position: absolute;
    background: #FFF;
    width: 100%;
    max-width: 198px;
    border: 1px solid grey;
    z-index: 100; }
    .newsfeedFilterBy .slider .tag-link a {
      display: block; }
  .newsfeedFilterBy .top-level {
    font-weight: bold;
    padding-left: 10px; }
  .newsfeedFilterBy ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .newsfeedFilterBy li {
    padding: 5px 20px; }
.podcast {
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #EFEFED;
  max-width: 800px; }
  .podcast p {
    margin: 0; }

.podcast__information {
  display: flex; }

.podcast__text {
  padding: 10px; }

.podcast__title {
  font-weight: 700; }

.audio {
  background-color: #efefed; }

.audio__controls {
  display: flex;
  align-items: center; }

.audio__backwards {
  visibility: hidden;
  height: 37px;
  width: 37px;
  border: 1px solid #15717d;
  border-radius: 50%; }

.audio__forwards {
  visibility: hidden;
  height: 37px;
  width: 37px;
  border: 1px solid #15717d;
  border-radius: 50%; }

.audio__backwards, .audio__forwards, .audio__play, .audio__pause {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.audio__play {
  height: 50px;
  width: 50px;
  background-color: #15717d;
  border-radius: 50%; }
  .audio__play:after {
    content: "\25b6";
    color: #fff;
    font-size: 25px; }

.audio__pause {
  display: none;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 50%; }
  .audio__pause:after {
    content: "| |";
    color: #000;
    font-size: 25px; }

.audio--playing .audio__pause {
  display: flex; }

.audio--playing .audio__backwards {
  visibility: visible; }

.audio--playing .audio__forwards {
  visibility: visible; }

.audio--playing .audio__play {
  display: none; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.powerreviews {
  border: solid 1px #e0e0e0;
  padding: 5px 10px 0 10px;
  margin-bottom: 5px; }
  .powerreviews .p-w-r .pr-header-title {
    color: #f36633; }
  .powerreviews .p-w-r .pr-star-selected {
    background-color: #f36633; }
  .powerreviews .pr-snapshot-rating .pr-stars {
    background-image: url("../../img/stars.gif"); }
  .powerreviews .pr-review-rating .pr-stars-small {
    background-image: url("../../img/stars_small.gif"); }
  .powerreviews .pr-snippet-stars .pr-stars-small {
    background-image: url("../../img/stars_small.gif"); }
  .powerreviews.pr-base-modal a, .powerreviews .pr-pa-snippet a, .powerreviews .pr-review-engine a, .powerreviews .pr-snippet a, .powerreviews prImageSnippet a {
    color: #f36633; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.product-list-main__results .product {
  border-bottom: 2px solid #f3f2f1; }

.productList .product-list-content {
  display: table;
  width: 50%;
  margin-left: auto;
  margin-right: auto; }
  .productList .product-list-content .product-list-main, .productList .product-list-content product-list-header {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto; }

.productList .alphabet-filter__element {
  margin-left: 10px; }

.productList .no-of-shown-results, .productList .no-of-all-results, .productList .applied-filter {
  font-weight: bold; }

.productList .product-list-main {
  display: table-row;
  justify-content: space-around; }

.productList .product-list-header {
  display: table-row;
  justify-content: space-around; }

.productList .product-list-filter--alphabet {
  border-left: 2px solid #f3f2f1; }

.productList .product-list-filter .filter-trigger--alphabet {
  color: #72635d;
  cursor: default;
  opacity: 0.5;
  text-decoration: none;
  margin: 0; }
  .productList .product-list-filter .filter-trigger--alphabet.filter-trigger--active {
    color: #f36633;
    cursor: pointer;
    opacity: 1;
    text-decoration: none; }

.productList .product-list-header__filter-by .filter-by__label {
  background-color: #f36633;
  color: white;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  cursor: pointer; }

.productList ul.filter__product-types {
  display: none;
  position: absolute;
  background-color: #f2f2f2;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }
  .productList ul.filter__product-types li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }
    .productList ul.filter__product-types li input ~ span::after {
      content: "";
      background-color: white;
      border-radius: 30px;
      width: 20px;
      height: 20px;
      margin: 0 7px 0 0;
      position: absolute;
      right: 0; }
    .productList ul.filter__product-types li input:checked ~ span::after {
      background-color: #15717e;
      border: 2px solid white;
      margin: 0 6px 0 0; }
    .productList ul.filter__product-types li input {
      visibility: hidden; }

.productList ul .alphabet-filter__elements, .productList ul .product__links--additional {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.productList ul.filter__product-types.show {
  display: block;
  padding: 0; }

.productList .product__info-formula-text {
  font-style: italic; }

.productList .product .product__links a {
  color: #15717e;
  font-weight: bold; }

.productList .product .product__info-title, .productList .product .product__info-title a {
  color: #15717e;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold; }

.productList .product .product__info-title.lock-icon {
  color: black;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold; }
  .productList .product .product__info-title.lock-icon a:before {
    content: '!';
    color: #ff0000; }

.productList .product-list-main__results {
  width: 95%; }
  .productList .product-list-main__results .product {
    display: flex;
    margin-top: 15px; }
    .productList .product-list-main__results .product .product__info {
      width: 50%; }
    .productList .product-list-main__results .product .product__links {
      width: 60%;
      margin-left: auto;
      margin-right: auto;
      font-family: arial;
      font-size: 13px;
      font-weight: 700; }

.productList .results__show-more-btn {
  display: inline-block;
  margin-top: 15px;
  color: white;
  background-color: #15717e;
  padding: 10px 30px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  width: 20%;
  margin-left: 35%;
  margin-right: auto; }
  .productList .results__show-more-btn:hover {
    background-color: white;
    display: inline-block;
    padding: 8px 30px;
    border: 2px solid #15717e;
    color: #15717e;
    font-size: 18px;
    width: 20%;
    margin-left: 35%;
    margin-right: auto; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.questionanswers.hideScoreBox .quizScoreBox, .questionanswers.hideScoreBox .quizResultBoxContainer {
  display: none; }

.quizResultBoxContainer.showBoxQuiz {
  display: block; }

.quizButton img {
  cursor: pointer; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.questionWithCheck {
  border: dotted 1px #D5D1CE;
  padding: 10px; }
  .questionWithCheck .formControl-radio {
    float: left;
    margin: 0;
    padding: 0;
    width: 21px; }
  .questionWithCheck .genericFormGroup span input[type="checkbox"] {
    float: left;
    margin: 2px 2px 0 0;
    padding: 0;
    width: 15px; }

.questionWithRadio button {
  background: white;
  border: 1px solid white;
  border-radius: 0;
  float: left;
  margin-right: 15px; }
  .questionWithRadio button.optionActive {
    border: solid 1px #D5DCEF; }

.questionWithRadio .formControl-radio {
  float: left;
  margin: 0;
  padding: 0;
  width: 21px; }

.questionWithRadio .genericFormGroup span input[type="radio"] {
  float: left;
  margin: 2px 2px 0 0;
  padding: 0;
  width: 15px; }

.questionWithRadio .genericFormGroup label, .questionWithCheck .genericFormGroup label {
  float: left;
  padding: 1px 0 0;
  width: auto;
  margin-right: 15px; }

.questionWithRadio .genericFormGroup .quizRadioImg label, .questionWithCheck .genericFormGroup .quizRadioImg label {
  width: 100px; }

.questionWithRadio .quizScoreBox, .questionWithCheck .quizScoreBox {
  border: 1px solid #0F61AF;
  background: white;
  text-align: center;
  font-weight: 700;
  padding: 5px;
  width: 50px;
  height: 15px;
  margin-left: 20px;
  float: left; }
  .questionWithRadio .quizScoreBox p, .questionWithCheck .quizScoreBox p {
    margin: 0;
    font-weight: 700; }

.questionWithRadio .imgContainer, .questionWithCheck .imgContainer {
  width: 100%;
  float: left; }

.questionWithRadio .quizQuestion p, .questionWithCheck .quizQuestion p {
  margin: 0 0 15px 0; }

.quizHideBox {
  display: none; }

.quizOverlayContainer .overlay-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 1000;
  /* high z-index */
  background: #000;
  /* fallback */
  background: rgba(0, 0, 0, 0.75);
  text-align: center; }

.quizOverlayContainer .overlay-content {
  background: none repeat scroll 0 0 white;
  display: inline-block;
  max-width: 90%;
  min-height: 80px;
  min-width: 80px;
  padding: 30px 10px 10px;
  position: relative;
  text-align: left;
  top: 150px; }

.quizOverlayContainer .overlay-close {
  background: url("../../img/overlay-close-icon.png") no-repeat scroll 0 0/20px auto rgba(0, 0, 0, 0);
  cursor: pointer;
  display: none;
  font-size: 25px;
  height: 20px;
  position: absolute;
  right: 3px;
  top: 5px;
  width: 20px;
  z-index: 9999; }

.quizOverlayContainer .close-btn:hover {
  background: #05abe0; }

.questionWithImage {
  clear: both; }
  .questionWithImage .quizQuestion {
    border: 2px solid #0F61AF;
    background: #D5DCEF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px 10px 20px 10px;
    float: left;
    width: 80%; }
    .questionWithImage .quizQuestion p {
      font-weight: 700;
      line-height: 1.2em;
      margin: 10px 0 0 0;
      vertical-align: middle;
      color: black; }
  .questionWithImage .imgContainer {
    float: left;
    width: 50%;
    text-align: center; }
    .questionWithImage .imgContainer span {
      border: 3px solid #78A7D2;
      padding: 10px;
      height: 36px;
      width: 36px;
      -webkit-border-radius: 150px;
      -moz-border-radius: 150px;
      border-radius: 150px; }
    .questionWithImage .imgContainer img {
      text-align: center;
      vertical-align: bottom;
      cursor: pointer; }
  .questionWithImage .quesLeftCaption, .questionWithImage .quesRighCaption {
    float: left;
    width: 25%; }

.quizResultContainer {
  width: 92%; }

.quizScoreBox {
  border: 2px solid #0F61AF;
  background: #D5DCEF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 5px;
  width: 58px;
  height: 62px;
  margin-left: 20px;
  float: left; }
  .quizScoreBox p {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    color: black;
    margin-top: 15px; }
  .quizScoreBoxtotalScoreBox {
    float: right; }

.quiz .nextQuestionPage {
  float: right; }

.quiz .generateScore {
  float: right; }

.quiz .button.generateScore {
  width: 230px;
  padding: 10px;
  font-weight: 700;
  font-size: 22px;
  color: white;
  background: #115A64; }

.quiz .button.generateScoreNewPage {
  padding: 10px;
  font-weight: 700;
  color: #0073BD;
  border: solid 1px white;
  background: #E4FE98; }

.quiz.quizWithBGImage {
  float: left; }
  .quiz.quizWithBGImage .quizQuestionBox {
    background-color: #FFF1D0;
    padding: 20px;
    width: 70%; }
    .quiz.quizWithBGImage .quizQuestionBox h2 {
      color: #4469A1;
      font-size: 40px;
      margin-bottom: 0; }
    .quiz.quizWithBGImage .quizQuestionBox p {
      font-size: 18px;
      color: #5C5D59;
      margin: 0;
      line-height: 22px; }
  .quiz.quizWithBGImage .quizQuestionOption {
    position: relative;
    background-repeat: no-repeat;
    background-position: left top; }
  .quiz.quizWithBGImage .quizOptionButton {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #E2F1F3;
    padding: 17px 25px 17px 25px;
    font-size: 20px;
    border: 0;
    border-radius: 0;
    color: #73A1A7; }
    .quiz.quizWithBGImage .quizOptionButton focus {
      border: dotted 1px #000; }
    .quiz.quizWithBGImage .quizOptionButton span {
      background: url("../../img/boxlink-arrow.png") no-repeat right center;
      padding-right: 25px; }

.quiz.quizProgressBar .quizProgressBarQuestions {
  background-color: white;
  padding: 5px;
  position: relative;
  margin-bottom: 35px; }
  .quiz.quizProgressBar .quizProgressBarQuestions .quizProgressBarQuestion {
    color: #22508E;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 2px;
    padding: 0;
    border: none;
    background: none;
    cursor: text; }

.quiz.quizProgressBar .quizProgressBarDots {
  background-color: #eeece4;
  border: 1px solid #eeece4;
  border-radius: 18px;
  height: 10px;
  padding: 5px;
  position: relative; }

.quiz.quizProgressBar .quizProgressDots {
  background-color: white;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 12px;
  box-shadow: none;
  border: 0px solid gainsboro; }
  .quiz.quizProgressBar .quizProgressDots.active {
    background-color: #099696;
    height: 16px;
    width: 16px;
    left: 0;
    position: absolute;
    top: 2px; }
  .quiz.quizProgressBar .quizProgressDots.firstactive {
    background-color: #099696;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 2px; }
  .quiz.quizProgressBar .quizProgressDots.progressActive {
    background-color: #099696;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 2px; }

.quizWithBGImage.questionOption1 .quizQuestionOption {
  height: 450px; }

.quizWithBGImage.questionOption2 .quizQuestionOption, .quizWithBGImage.questionOption3 .quizQuestionOption, .quizWithBGImage.questionOption4 .quizQuestionOption, .quizWithBGImage.questionOption5 .quizQuestionOption {
  height: 225px; }

.quizWithBGImage.questionOption1, .quizWithBGImage.questionOption4 {
  width: 50%; }

.quizWithBGImage.questionOption2, .quizWithBGImage.questionOption3 {
  width: 25%; }

#question3 .quizWithBGImage .questionOption2 {
  height: 450px; }
  #question3 .quizWithBGImage .questionOption2 .quizQuestionOption {
    height: 450px; }

#question3 .quizWithBGImage.questionOption2 {
  widht: 50%; }

#question2 .quizWithBGImage.questionOption3, #question2 .quizWithBGImage.questionOption4, #question2 .quizWithBGImage.questionOption5 {
  width: 25%; }

.quizProgressBar {
  background: white;
  border: solid 1px white;
  padding: 20px 0;
  border-color: white;
  box-shadow: 0 0 10px #9ecaed; }

.progressDotActive {
  width: 2%;
  background: #099696;
  height: 10px; }

.quizRadioImg {
  float: left;
  width: 100px; }

.hideQuizTotalBox .quizResultContainer {
  display: none; }

/* Mobile start */
@media only screen and (max-width: 767px) {
  .questionWithCheck .formControl-radio {
    clear: both;
    display: block; } }

@media only screen and (max-width: 420px) {
  .questionWithRadio .formControl-radio, .questionWithCheck .formControl-radio {
    clear: both;
    display: block;
    float: left;
    width: 6%; }
  .questionWithRadio .genericFormGroup label, .questionWithCheck .genericFormGroup label {
    display: block;
    float: left;
    width: 50%; }
  .quizRadioImg {
    width: 100%; }
  .questionWithImage .quizQuestion {
    width: 60%; }
  .questionWithImage .quesLeftCaption, .questionWithImage .quesRightCaption, .questionWithImage .imgContainer {
    display: block;
    width: 100%; }
  .quiz.quizProgressBar .quizProgressBarQuestions {
    margin-bottom: 15px; }
    .quiz.quizProgressBar .quizProgressBarQuestions .quizProgressBarQuestion {
      font-size: 12px;
      font-weight: 700; }
  .quiz.quizWithBGImage {
    width: 100%;
    display: block; }
    .quiz.quizWithBGImage .quizQuestionOption {
      width: 100%;
      display: block;
      background: no-repeat;
      background-position: center center;
      background-attachment: scroll;
      background-size: 100% 100%; }
  .quizWithBGImage.questionOption1, .quizWithBGImage.questionOption4, .quizWithBGImage.questionOption2, .quizWithBGImage.questionOption3 {
    width: 100%; }
  .quizWithBGImage #question3 .quizWithBGImage.questionOption2 {
    width: 100%; }
  .quizWithBGImage #question2 .quizWithBGImage.questionOption3, .quizWithBGImage #question2 .quizWithBGImage.questionOption4, .quizWithBGImage #question2 .quizWithBGImage.questionOption5 {
    width: 100%; } }

