


.button-group .cta.positive {
    background-color: #E37222;
    color: #FFFFFF;
}

.btn.btn-primary, .cta {
    background-color: #E37222;
    color: #FFFFFF;
    border-color: #E37222;
    border-radius: 4px;
}

.btn.btn-primary:hover {
    background-color: #F78B42;
    border-color: #F78B42;
    color: #FFFFFF;
}

.btn.btn-orange-outline,
.btn.orange-border,
a.btn-white.orange-border {
    background-color: #FFFFFF;
    border-color: #E98F4F;
    border-radius: 4px;
    color: #E98F4F;
    text-shadow: none;
}

.btn.btn-orange-outline:hover,
.btn.orange-border:hover,
a.btn-white.orange-border:hover {
    background-color: #E98F4F;
    border-color: #E98F4F;
    color: #FFFFFF;
}

.cta.secondary {
    background-color: rgba(227, 114, 34, 0.2);
}

.skin {
    
    background-color: #FFFFFF;
    padding: 24px 12px 0;
    margin-bottom: 24px;
}

.skin > section {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
}

.skin > section:first-of-type {
    max-width: 948px;
}

.organisation-link {
    margin-left: 6px;
    align-self: flex-start;
    max-width: 60%;
}

.organisation-logo {
    width: 240px;
    max-width: 100%;
}

.healthshare-logo {
    margin-right: 6px;
    margin-left: auto;
    padding-left: 12px;
    font-size: 16px;
    text-align: left;
    /* TODO: remove once the redesign is in */
    font-family: 'Open Sans', sans-serif;
}

.healthshare-logo sup {
    display: block;
    font-size: 12px;
    line-height: 12px;
    opacity: 0.6;
    margin-top: -3px;
    top: 0;
}

.healthshare-logo a {
    color: #002328;
}
.healthshare-logo.logo-white a {
    color: #FFFFFF;
}

.healthshare-logo a:hover {
    text-decoration: none;
}

.healthshare-logo path {
    fill: #00aec7;
}

.healthshare-logo.logo-white path {
    fill: #FFFFFF;
}

.healthshare-logo svg {
    width: 24px;
    height: 24px;
    margin: 0 6px 0 -30px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    float: left;
}

.skin .nav-bar {
    display: block;
    background: #FFFFFF;
    border-top: 0;
    border-bottom: 0;
    margin-top: 30px;
    margin-right: -12px;
    margin-left: -12px;
    padding-left: 12px;
    padding-right: 12px;
}

.nav-bar nav {
    max-width: 948px;
    margin: 0 auto;
}

.nav-link {
    display: inline-block;
    background-color: #FFFFFF;
    color: #197DB2;
    padding: 12px 6px;
    font-size: 14px;
    touch-action: manipulation;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.nav-link:hover {
    background-color: #FFFFFF;
    color: #104E6F;
    text-decoration: none;
}

.nav-bar a:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.side-link {
    align-self: center;
    border-left: 1px solid #197DB2;
    color: #197DB2;
    font-weight: normal;
    margin-left: 12px;
    padding: 12px 12px;
}

.side-link:hover {
    color: #104E6F;
    text-decoration: none
}

.footer-skin {
    
    background-color: #48484A;
    padding: 30px 0 60px;
    text-align: center;
}

.footer-skin img {
    margin: 30px;
    max-width: 120px;
}

.footer-skin .healthshare-logo {
    display: inline-block;
    margin-right: auto;
}

@media screen and (max-width: 720px) {
    .skin {
        padding-right: 6px;
        padding-left: 6px;
    }
    .side-link {
        display: none;
    }
    .healthshare-logo em {
        display: none;
    }
}

#practice-group.redesign-v1 > .card-profile {
    background-color: #faeae5;
}

#practice-group #related-info-tab {
    display: none !important;
}

#practice-group.redesign-v1 a {
color: #D63600;
}
#practice-group.redesign-v1 a:active {
color: #C03000;
}
#practice-group.redesign-v1 .button-handle.collapsible-text {
    color: #D63600;
}
#practice-group.redesign-v1 .button-handle.collapsible-text span:active{
    color: #C03000;
}

/* hospital page colour changes - links and background */

#hospital-page.redesign-v1 > .card-profile {
    background-color: #faeae5;
}

#hospital-page.redesign-v1 a {
color: #D63600;
}
#hospital-page.redesign-v1 a:active {
color: #C03000;
}
#hospital-page.redesign-v1 .button-handle.collapsible-text {
    color: #D63600;
}
#hospital-page.redesign-v1 .button-handle.collapsible-text span:active{
    color: #C03000;
}


:root {
    --color-base: ##2A1829;
    --color-base-transparent: 42, 42, 42;
    --color-brand: #fc5400;
    --color-brand-light: #f7e6dd;
    --color-brand-dark: #D63600;
    --color-brand-transparent: 252, 84, 0;
}

.menu>section:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.menu>section:first-child>* {
    align-self: center;
}

.organisation-link {
    margin: 0;
}

.healthshare-logo sup {
    margin-top: 0;
}

.healthshare-logo svg {
    margin-top: 4px;
}

.organisation-logo.desktop {
    display: block;
    width: 130px;
    max-width: 130px;
}

.organisation-logo.mobile {
    display: none;
    width: initial;
    max-width: initial;
    height: 50px;
    max-height: 50px;
}


    .organisation-logo.mobile {
        display: block;
    }

    .healthshare-logo a {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .healthshare-logo svg {
        margin: 0;
    }

    .healthshare-logo sup {
        order: -1;
    }
}

@media screen and (max-width: 330px) {
    .healthshare-logo sup {
        display: none;
    }
}

/* typography */
html,
body,
[type="text"],
[type="tel"],
[type="email"],
[type="password"],
[type="search"],
textarea,
button,
select,
.menu,
.foot a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 400;
}

h1, h2 {
    font-family: "Merriweather", arial, sans-serif !important;
}

.v2-modal * {
    font-family: "Merriweather", arial, sans-serif !important;
}

html,
body,
[type="text"],
[type="tel"],
[type="email"],
[type="password"],
[type="search"],
textarea,
button,
select,
.menu {
    color: var(--color-base);
}

strong {
    font-weight: bold;
}

.mark>*,
.healthshare-logo>*,
.foot .healthshare-logo a {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif !important;
}

.foot .healthshare-logo a:active {
    color: #0055d4;
}

/* Chips, pills, filters */
ul.chips li,
.card-profile .chips li,
.filters .filter.primary {
    background-color: rgba(var(--color-brand-transparent), 0.2) !important;
}

.filters .filter.primary>div {
    font-weight: 700;
}

.filters label input:checked~svg * {
    fill: var(--color-brand);
}

.chips .tooltip .content {
    color: initial;
}

/* Dropdown button */
.phi-picker .button-handle,
.phi-picker[aria-expanded="true"]>.button-handle,
form.fap-form [role="combobox"] [type="submit"] {
    background: var(--color-brand);
}

.phi-picker .button-handle:active,
.phi-picker[aria-expanded="true"]>.button-handle:active {
    background: var(--color-brand-dark);
}

/* Primary cta */
button.cta.positive,
button.cta,
.button-group .cta.positive {
    background-color: var(--color-brand);
}

button.cta.positive,
.button-group .cta.positive {
    box-shadow: 0 3px 6px rgba(191, 32, 51, 0.2), 0 6px 12px -3px rgba(var(--color-base-transparent), 0.2);
}

/* Tertiary cta */
button.cta.offers svg {
    fill: var(--color-brand);
}

/* Secondary cta */
button.cta.secondary {
    background-color: white;
}

a.cta.secondary {
    background-color: rgba(var(--color-brand-transparent), 0.1);
}

/* Not first button in button group */
.button-group .cta:not(.secondary):not(.tertiary):not(:first-child) {
    background-color: white;
    color: var(--color-base);
}

.drop-down.expand-cta .button-handle svg:not(:first-child) {
    border-left: 2px solid rgba(var(--color-base-transparent), 0.05);
}

.fund-picker div {
    background-color: var(--color-brand) !important;
}

/* focus */
.key-controlled a:focus,
.key-controlled button:focus,
.key-controlled .tooltip:focus,
.insurer-widget .search-results li a:focus {
    border-color: var(--color-brand) !important;
    box-shadow: 0 0 0 2px white, 0 0 0 4px var(--color-brand), 0 0 0 7px rgba(var(--color-brand-transparent), 0.2) !important;
}

.menu form [type="text"]:focus,
.menu form [type="password"]:focus,
.menu form [type="email"]:focus,
.menu form [type="search"]:focus,
.menu form select:focus,
.menu form textarea:focus,
form.search-form input[type].expanded,
form.search-form input[type]:focus,
[type="text"]:focus,
[type="tel"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="search"]:focus,
textarea:focus,
select:focus,
form.search-form [type="reset"]:focus {
    border-color: var(--color-brand) !important;
    box-shadow: 0 0 0 3px rgba(var(--color-brand-transparent), 0.2) !important;
}

.filters .filter:focus {
    box-shadow: inset 0 0 0 2px var(--color-brand), 0 0 0 3px rgba(var(--color-brand-transparent), 0.2);
}

/* search */
.search-results li .highlight,
.insurer-widget .search-results li .result-body:active {
    background-color: rgba(var(--color-brand-transparent), 0.2) !important;
}

.insurer-widget .search-results li.selected,
.insurer-widget .search-results .result-body:focus,
.insurer-widget .search-results li a:focus {
    background-color: rgba(var(--color-brand-transparent), 0.1) !important;
    box-shadow: none !important;
    outline: none !important;
}
