/* VARS */
:root {
    --laya-blue-light: #4CC2F1;
    --laya-blue-mid: #00679A;
    --laya-blue-dark: #1C3660;
    --laya-pink: #D60570;
}
h3, h4, h5, h6 {
    color:var(--laya-pink);
}
header a {
    color:var(--laya-pink);
    text-decoration: none;
}

/* FIXES: ENSURE THAT NAV ITEMS OPEN */

li.nav-item.dropdown.open>ul.sub_menu.dropdown-menu {
    display: block;
}

div.navbar-collapse.collapse.in {
    display: block;
}

/* CUSTOM BOOTSTRAP STYLE */

.navbar-nav {
    background: --laya-blue-mid;
}

.navbar.navbar-light.bg-light {
    background: linear-gradient(to right, var(--laya-blue-dark) 0%, var(--laya-blue-mid) 100%);
    padding: 0;
}

.navbar-nav {
    background: transparent;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Cocon Pro Regular';
    color: white;
    padding: 15px;
    font-size: 18px;
    line-height: 125%;
    font-weight: normal;
    white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link:link,
.navbar-light .navbar-nav .nav-link:visited,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus {
    color: white;
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle::after {
    color: var(--laya-blue-light);
    border-top-color: var(--laya-blue-light);
    border-bottom-color: var(--laya-blue-light);
}

.navbar-light .navbar-nav .nav-link:hover {
    background: var(--laya-blue-mid);
    color: white;
}

input[type=search] {
    border-radius: 50vh;
}

.navbar-light input[type=search] {
    color: white;
    border: 1px solid #347ba3;
    background: url("/common/images/header-footer/noun_Search_14173.svg") right 15px center no-repeat, #4485aa;
}

.navbar-light input[type=search]::placeholder {
    color: rgba(255, 255, 255, .5)
}

.navbar .dropdown-menu {
    width: 280px;
    border-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border-top: none;
    margin: 0;
}


.navbar .dropdown-menu a {
    padding: 10px 15px;
    font-size: 16px;
    color: var(--laya-blue-dark);
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar .dropdown-menu a:before {
    content: "\025B8";
    color: var(--laya-pink);
    padding-right: 0.5em;
}

.navbar .dropdown-menu a:hover {
    background: var(--laya-blue-mid);
    color: white;
}

/*
.dropdown:hover>.dropdown-menu {
    display: block;
}
*/

@media (max-width: 767px) {

    .navbar-light .navbar-nav .nav-link:link,
    .navbar-light .navbar-nav .nav-link:visited {
        color: var(--laya-blue-mid);
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:active,
    .navbar-light .navbar-nav .nav-link:focus {
        color: white;
    }


    .navbar.navbar-light.bg-light {
        background: inherit;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .navbar-light .navbar-nav .nav-link {
        color: var(--laya-blue-mid);
    }

    .navbar-light .navbar-nav .nav-link.dropdown-toggle::after {
        float: right;
    }

    .navbar .dropdown-menu {
        width: inherit;
        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05) inset;
        border-radius: 0px;
        border-bottom: none;
        right:0;
        margin-top:20px
    }

    .navbar-light .navbar-nav .nav-link {
        border-bottom: 1px solid #F6F6F6;
    }

    input[type=search] {
        margin: 0 10px;
        display: block !important;
        width: 100% !important;
    }
}

/* header  */
header>div {
    position: relative;
}

.laya-logo {
    margin: 20px 0;
}

#other-laya-products-tabs {
    position: absolute;
    top: 0;
    right: 0;
}

#other-laya-products-tabs a {
    display: inline-block;
    width: 200px;
    background: var(--laya-blue-light);
    font-family: 'Cocon Pro Regular';
    border: 2px solid white;
    border-bottom-left-radius: 100vh;
    color: white;
    text-align: center;
    margin-right: -25px;
    position: relative;
    left: -25px;
    top: -1px;
    border-top: none;
    font-weight: normal;
    transition: background 250ms;
}

#other-laya-products-tabs a:last-child {
    border-bottom-right-radius: 100vh;
}

#other-laya-products-tabs a.current-product {
    background: var(--laya-pink);
}

#other-laya-products-tabs a:hover {
    background: darken(var(--laya-blue-light), 10%);
}

#other-laya-products-tabs a.current-product:hover {
    background: darken(var(--laya-pink), 10%);
}


#header-contact-section {
    position: absolute;
    right: 0;
    top: 50px;
}

#header-contact-section img {
    padding-right: 20px;
}

#header-contact-section .header-contact-section-method {
    padding-right: 15px;
}

#header-contact-section-hours {
    font-size: 10px;
    position: absolute;
    top: 30px;
    left: 52px;
    color: #999;
}

@media (min-width: 768px) and (max-width: 991px) {
    #header-contact-section-hours {
        font-size: 7px;
    }
}

#mobile-logo {
    height: 40px !important;
    width: auto;
}

#mobile-nav-container {
    width: 100%;
    padding: 5px;
    margin-top:10px
}

@media (max-width: 991px) {
    .laya-logo {
        width: 33%;
    }

    #other-laya-products-tabs a {
        width: initial;
        padding: 0 40px;
    }
}

/* .header-invert-visible {
    display: none;
} */

.header-invert.header-invert-hidden {
    display: none;
}

.header-invert.header-invert-visible {
    display: inline !important;
}

@media (min-width: 768px) {
    header.header-invert {
        background: var(--laya-blue-dark);
        background: linear-gradient(to right, var(--laya-blue-dark) 0%, var(--laya-blue-mid) 100%);
        transition: background 0.2s ease-in;
    }

    .header-invert nav {
        box-shadow: 0px -15px 30px rgba(65, 182, 230, 0.2);
        border-top: 1px solid var(--laya-blue-mid);
    }

    .header-invert #header-contact-section .header-contact-section-method,
    .header-invert #header-contact-section .header-contact-section-method a,
    .header-invert #header-contact-section #header-contact-section-hours {
        color: white !important;
    }

    .header-invert #header-contact-section .header-contact-section-method a:hover {
        text-decoration: underline;
    }

    #member-area-lock-icon {
        padding: 15px 20px;
    }

}


/* HIDE WELLBEING MENU BY DEFAULT */

body .wellbeing-content {
    display: none;
}

/* HEADER AND FOOTER */
header>div {
    position: relative;
}

.laya-logo {
    margin: 20px 0;
}

#other-laya-products-tabs a {
    display: inline-block;
    width: 200px;
    background: #4CC2F1;
    font-family: 'Cocon Pro Regular';
    border: 2px solid white;
    border-bottom-left-radius: 100vh;
    color: white;
    text-align: center;
    margin-right: -25px;
    position: relative;
    left: -25px;
    top: -1px;
    border-top: none;
    font-weight: normal;
    transition: background 250ms;
}

#other-laya-products-tabs a:last-child {
    border-bottom-right-radius: 100vh;
}

#other-laya-products-tabs a.current-product {
    background: #D60570;
}

#other-laya-products-tabs a:hover {
    background: #1db2ed;
}

#other-laya-products-tabs a.current-product:hover {
    background: #a40456;
}

#header-contact-section {
    position: absolute;
    right: 0;
    top: 50px;
}

#header-contact-section img {
    padding-right: 20px;
}

#header-contact-section .header-contact-section-method {
    padding-right: 15px;
}

#header-contact-section-hours {
    font-size: 10px;
    position: absolute;
    top: 30px;
    left: 52px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #header-contact-section-hours {
        font-size: 7px;
    }
}

#mobile-logo {
    height: 40px !important;
    width: auto;
}

#mobile-nav-container {
    width: 100%;
    padding: 5px;
}

@media (max-width: 991px) {
    .laya-logo {
        width: 33%;
    }

    #other-laya-products-tabs a {
        width: initial;
        padding: 0 40px;
    }
}

.header-invert-visible {
    display: none;
}

.header-invert .header-invert-hidden {
    display: none;
}

.header-invert .header-invert-visible {
    display: inline !important;
}

@media (min-width: 768px) {
    header.header-invert {
        background: #1C3660;
        background: linear-gradient(to right, #1C3660 0%, #00679A 100%);
        transition: background 0.2s ease-in;
    }

    .header-invert nav {
        box-shadow: 0px -15px 30px rgba(65, 182, 230, 0.2);
        border-top: 1px solid #00679A;
    }

    .header-invert #header-contact-section .header-contact-section-method,
    .header-invert #header-contact-section .header-contact-section-method a,
    .header-invert #header-contact-section #header-contact-section-hours {
        color: white !important;
    }

    .header-invert #header-contact-section .header-contact-section-method a:hover {
        text-decoration: underline;
    }

    #member-area-lock-icon {
        padding: 15px 20px;
    }
}

/* HIDE WELLBEING MENU BY DEFAULT */
body .wellbeing-content {
    display: none;
}

footer #footer-links {
    background: linear-gradient(to right, #1C3660, #00679A);
    padding: 40px 0;
    margin-bottom: 20px;
}

footer #footer-links h6 {
    font-family: 'Cocon Pro Regular';
    font-weight: normal;
    color: #4CC2F1;
    font-size: 14px;
}

footer #footer-links {
    font-size: 14px;
}

.footer-links-vertical-rule {
    border: 1px solid #00344e;
    border-top: none;
    border-bottom: none;
}

footer #footer-links a {
    color: white;
    font-weight: normal;
    white-space: nowrap;
}

footer #footer-links h6 a {
    font-family: 'open_sanssemibold';
}

footer #footer-links a:hover {
    text-decoration: underline;
}

footer p {
    color: #6c757d;
    font-size: 12px;
}

.social-media-logo {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url(/common/images/header-footer/logo-sprite-map-brand-colours.svg);
    background-position-y: 0px;
    background-position-x: 0px;
    margin-right: 5px;
}

#white-mobile-logo {
    width: 100%;
    max-width: 162px;
}

.social-media-logo-email {
    background-position-x: 0px !important;
}

.social-media-logo-facebook {
    background-position-x: -40px !important;
}

.social-media-logo-twitter {
    background-position-x: -80px !important;
}

.social-media-logo-youtube {
    background-position-x: -120px !important;
}

.social-media-logo-google-plus {
    background-position-x: -160px !important;
}

.social-media-logo-linked-in {
    background-position-x: -200px !important;
}

.social-media-logo-instagram {
    background-position-x: -240px !important;
}

.social-media-logo-pinterest {
    background-position-x: -280px !important;
}

@media (max-width: 767px) {
    .social-media-logo {
        margin-right: 2px;
    }

    .footer-links-vertical-rule {
        border: none;
        text-align: center;
        margin-bottom: 20px;
    }

    #footer-awards {
        display: block;
        clear: both;
        text-align: center;
    }
}

#cookie_notice {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100vw;
    background: #00679A;
    border-top: 1px solid white;
    z-index: 999;
}

#cookie_notice p {
    color: white;
    text-align: center;
    margin: 0;
    font-size: 0.875rem;
    padding-top: 0.33em;
    padding-bottom: 0.33em;
}

#cookie_notice a {
    font-weight: bold;
    color: white;
}

#cookie_notice a:hover {
    text-decoration: underline;
}

#cookie_notice button {
    margin-left: 1em;
    display: inline-block;
    min-width: 150px;
}

@media (max-width: 575px) {
    #cookie_notice p {
        padding-left: 15px;
        padding-right: 15px;
    }

    #cookie_notice button {
        margin-top: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

#star-rating-section {
    border-top: 1px dotted #4CC2F1;
    padding: 15px 0;
    margin-top: 15px;
}

.nobreak {
    white-space: nowrap !important;
}

.hidden {
    display: none !important;
}

.subtle-black-text-outline {
    text-shadow: 1px 0 rgba(0, 0, 0, 0.25), -1px 0 rgba(0, 0, 0, 0.25), 0 1px rgba(0, 0, 0, 0.25), 0 -1px rgba(0, 0, 0, 0.25);
}

/* HOME PAGE */
#wellbeing h2 {
    font-size: 42px;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    #wellbeing h3 {
        font-size: 1.5rem;
    }

    #wellbeing p {
        font-size: 14px;
    }
}

.wellbeing-link-box,
.wellbeing-link-box-medium,
.wellbeing-link-box-small {
    position: relative;
    width: 100%;
    height: 376px;
    border-top-left-radius: 25px;
    overflow: hidden;
    padding: 15px;
    font-weight: normal;
}

.wellbeing-link-box-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center top;
    transition: transform 1s ease-out;
    z-index: 1;
}

.wellbeing-link-box:hover .wellbeing-link-box-background,
.wellbeing-link-box-medium:hover .wellbeing-link-box-background,
.wellbeing-link-box-small:hover .wellbeing-link-box-background {
    transform: scale(1.05);
}

.wellbeing-link-box-content {
    position: absolute;
    bottom: 55px;
    left: 25px;
    width: calc(100% - 50px);
    z-index: 3;
}

.wellbeing-link-box-content.text-bottom {
    bottom: 40px;
    left: 25px;
    width: calc(100% - 50px);
}

.wellbeing-link-box-content.text-top-left {
    top: 15px;
    left: 25px;
    width: calc(100% - 50px);
}

.wellbeing-link-box-content.text-60pc {
    top: 15px;
    left: 25px;
    width: calc(60% - 50px);
}

@media (max-width: 1199px) {
    .wellbeing-link-box-content {
        width: calc(100% - 50px) !important;
    }
}

@media (max-width: 767px) {
    .wellbeing-link-box-small .wellbeing-link-box-content p {
        display: block;
    }

    .wellbeing-link-box-content {
        width: calc(80% - 50px) !important;
        top: 15px !important;
        left: 25px !important;
    }
}

.wellbeing-link-box-medium {
    height: 260px;
}

.wellbeing-link-box-small {
    height: 175px;
}

.wellbeing-link-box-medium,
.wellbeing-link-box-small {
    margin-bottom: 27px;
}

.wellbeing-link-box h3,
.wellbeing-link-box-small h3 {
    color: #1C3660;
    text-shadow: 1px 0 rgba(255, 255, 255, 0.5), -1px 0 rgba(255, 255, 255, 0.5), 0 1px rgba(255, 255, 255, 0.5), 0 -1px rgba(255, 255, 255, 0.5);
}

.wellbeing-link-box p,
.wellbeing-link-box-small p {
    font-family: 'Sari Pro Medium';
    color: #00679A;
    text-shadow: 1px 0 rgba(255, 255, 255, 0.5), -1px 0 rgba(255, 255, 255, 0.5), 0 1px rgba(255, 255, 255, 0.5), 0 -1px rgba(255, 255, 255, 0.5);
}

.wellbeing-link-box .wellbeing-link-box-content.text-white h3,
.wellbeing-link-box-small .wellbeing-link-box-content.text-white h3,
.wellbeing-link-box .wellbeing-link-box-content.text-white p,
.wellbeing-link-box-small .wellbeing-link-box-content.text-white p {
    color: white;
    text-shadow: 1px 0 rgba(0, 0, 0, 0.25), -1px 0 rgba(0, 0, 0, 0.25), 0 1px rgba(0, 0, 0, 0.25), 0 -1px rgba(0, 0, 0, 0.25);
}

.find-out-more-pink,
.find-out-more-blue {
    border-top-left-radius: 40px;
    height: 40px;
    background: #D60570;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "Cocon Pro Regular";
    color: white;
    font-size: 16px;
    line-height: 16px;
    padding: 16px 16px 28px 32px;
    font-weight: normal;
    transition: background 250ms;
    z-index: 5;
}

.find-out-more-blue {
    background: #4CC2F1;
}

.wellbeing-link-box:hover .find-out-more-pink,
.wellbeing-link-box-medium:hover .find-out-more-pink,
.wellbeing-link-box-small:hover .find-out-more-pink {
    background: #a40456;
}

.wellbeing-link-box:hover .find-out-more-blue,
.wellbeing-link-box-medium:hover .find-out-more-blue,
.wellbeing-link-box-small:hover .find-out-more-blue {
    background: #1db2ed;
}

.new-item-container {
    background: #00679A;
    padding: 2px 0;
    transform: rotate(45deg);
    width: 100px;
    position: absolute;
    top: 10px;
    right: -25px;
    z-index: 5;
}

.new-item {
    font-family: "Cocon Pro Regular";
    color: white;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border: 2px dotted white;
    border-left: none;
    border-right: none;
}

@media (max-width: 767px) {
    #wellbeing h2 {
        font-size: 26px;
        line-height: 28px;
        padding: 15px 0;
    }

    .wellbeing-link-box {
        height: 175px;
    }

    .wellbeing-link-box {
        margin-bottom: 27px;
    }
}

#other-laya-products-tabs {
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-toggler.float-left {
    float: left;
}

.navbar-toggler.float-right {
    float: right
}

#mobileMemberWidget.float-right {
    float: right

}

/* page rating */
.glyphicon {
    width: 2rem;
    height: 2rem;
    display: inline-block;
}
#star-rating-section {
    border-top: 1px dotted #4CC2F1;
    padding: 15px 0;
    margin-top: 15px;
  }
  #star-rating-section h6 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #star-rating-desc,
  #star-rating-feedback-link {
    font-size: 14px;
    line-height: 14px;
    position: relative;
    top: -6px !important;
    /* needs to be important to overwrite BS3 scripted style */
  }
  button#star-rating-send-feedback {
    padding: 10px;
  }
  #star-rating-feedback-modal h4.modal-title {
    width: 100%;
  }
  input#feedback-q-able-no {
    margin-left: 8px;
  }
  .nobreak {
    white-space: nowrap !important;
  }
  .hidden {
    display: none !important;
  }
  .subtle-black-text-outline {
    text-shadow: 1px 0 rgba(0, 0, 0, 0.25), -1px 0 rgba(0, 0, 0, 0.25), 0 1px rgba(0, 0, 0, 0.25), 0 -1px rgba(0, 0, 0, 0.25);
  }
  .glyphicon-remove {
    background-image: url("/common/svg/ic_close.svg");
  }
  .glyphicon-star {
    background-image: url("/common/svg/ic_star_yellow.svg");
  }
  .glyphicon-star-empty {
    background-image: url("/common/svg/lic_star_yellow.svg");
  }
  .glyphicon-user {
    background-image: url("/common/svg/ic_avatar_female_02.svg");
  }
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
  }
  .form-inline input{
    margin:auto!important;
    height:2.5rem
  }
