@media screen and (min-width: 20em) {}
@media screen and (min-width: 35.5em) {}
@media screen and (min-width: 48em) {}
@media screen and (min-width: 64em) {}
@media screen and (min-width: 80em) {}

/* ---------------
HIDE ADMIN BAR ITEM FOR PR TEAM
--------------- */
#wp-admin-bar-edit.pr-team {
    display: none;
}
.quicklinks .vc_inline-link {
    display: none;
}
.page-id-12 #wp-admin-bar-edit.pr-team,
.page-id-14 #wp-admin-bar-edit.pr-team,
.single-your_stories #wp-admin-bar-edit.pr-team,
.single-news_events #wp-admin-bar-edit.pr-team {
    display: list-item;
}

/* ---------------
MAIN LAYOUT
--------------- */
a,
a:visited{
    text-decoration: none;
    color: inherit;
}
p, a, div{
    font-family: 'HurmeGeometricSans4-Regular', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
}
input, textarea, select, option label {
    font-family: 'HurmeGeometricSans4-Regular', sans-serif;
}
.entry-content h1 {
    font-size: 35px;
}
.article-container article h2,
.article-container article h3,
h2.widgettitle {
    color: #830051;
}
.standfirst,
h1.standfirst {
    font-size: 21px;
    font-weight: normal;
}
.custom-link,
.faq-content .answer a,
.sub-article-content .answer a {
    color: #830051;
    text-decoration: underline;
}
.custom-link:hover {
    color: #830051;
    text-decoration: underline;
}
.custom-link:visited {
    color: #830051;
    text-decoration: underline;
}
.tagcloud a:hover {
    color: #830051;
}
img {
    display: block;
}
.page-title {
    color: #830051;
}
.purple-text {
    color: #830051;
}
.faded-text {
    color: #999999;
}
hr.purple-hr {
    height: 1px;
    background-color: #830051;
}
.wpcf7-form select::-ms-expand {
    display: none;
}
.hidden {
    display: none;
}

footer.site-footer .back-to-top-tab {
    background: #830051;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 1em 1em 0;
    height: 42px;
    width: 75px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: absolute;
    top: -42px;
    left: 50%;
    line-height: 10px;
    transform: translateX(-50%);
}
footer.site-footer .back-to-top-tab a {
    outline: none;
    padding: 7px 0;
}
footer.site-footer .back-to-top-tab a:hover,
footer.site-footer .back-to-top-tab a:visited,
footer.site-footer .back-to-top-tab a:active {
    color: #fff;
}
footer.site-footer .back-to-top-tab svg {
    color: #fff;
    margin: 4px 14px;
    font-size: 20px;
}
.wrapper {
    min-width:320px;
    max-width:1024px;
    padding:10px;
    margin: auto;
}
@media screen and (min-width: 80em) {
    .wrapper {
        padding-left:0;
        padding-right: 0;
    }
}
.top-content-area {
    margin-bottom: 50px;
}
.main-content-area {
    margin-top: 100px;
}
.wp-caption-text {
    font-size: 14px;
}
.optimised-copy-container {
    margin-top: 20px;
    width: 100%;
}
@media screen and (min-width: 48em) {
    .home .optimised-copy-container {
        padding: 10px 80px 10px 80px;
    }
}
.optimised-copy-container .main-text {
    display: none;
    margin-top: 0;
}
.optimised-copy-container .main-text > :first-child {
    margin-top: 0;
}
.optimised-copy-container .optimised-button {
    color: #830051;
    font-family: 'HurmeGeometricSans4-SemiBold', sans-serif;
}
.optimised-copy-container .optimised-button img {
    display: inline-block;
    width: 13px;
}
.well {
     padding: 20px;
     background-color: #d1e6e3;
     text-align: center;
     margin-bottom: 24px;
     border: 1px solid #d1e6e3;
     border-radius: 5px;
}

/* round select box */
.round-select {
    position: relative;
}

.round-select .mobile select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('/wp-content/themes/bhc/images/Arrowhead_down_purple.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 17px 12px;
    text-shadow: none;
    box-shadow: none;
    background-color: #fff;
    min-width: 200px;
    max-width: 500px;
    height: 40px;
    border: 1px solid #fff;
    letter-spacing: 0;
    padding: 8px 13px;
    color: inherit;
    max-width: 265px;
    display: block;
    background-color: #fff;
    border-radius: 20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    padding: 8px 13px;
    outline: none;
    margin: 0;
    color: inherit;
    margin-bottom: 10px;
}

.round-select .mobile {
    display: block;
    padding: 4px 0;
}
.round-select .desktop {
    display: none;
}

.round-select .custom-dropdown a {
    background-image: url('/wp-content/themes/bhc/images/Arrowhead_down_purple.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 17px 12px;
    min-width: 200px;
    max-width: 265px;
    display: block;
    background-color: #fff;
    border-radius: 20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    padding: 8px 13px;
    outline: none;
    color: inherit;
}
.round-select .select-options {
    position: absolute;
    top: 70px;
    display: none;
}
.round-select .select-options .arrow-up {
    position: absolute;
    top: -19px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
}
.round-select .select-options ul {
    display: block;
    left: 0;
    margin: 0;
    padding: 5px 0;
    background-color: #fff;
    min-width: 200px;
    max-width: 500px;
    border: 1px solid #ededed;
    -webkit-box-shadow: -4px -6px 37px 1px rgba(0,0,0,0.18);
    -moz-box-shadow: -4px -6px 37px 1px rgba(0,0,0,0.18);
    box-shadow: -4px -6px 37px 1px rgba(0,0,0,0.18);
}
.round-select .select-options ul li {
    list-style: none;
}
.round-select .select-options ul li a {
    display: block;
    color: inherit;
    margin: 0;
    padding: 5px;
    outline: 0;
}
.page-id-12 .round-select .select-options ul h2 {
    margin-bottom: 0px;
}
.page-id-12 .round-select .select-options ul li a {
    padding-left: 15px;
}
.round-select .select-options ul li a:hover {
    background-color: #830051;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .round-select .mobile {
        display: none;
    }
    .round-select .desktop {
        display: block;
    }
}

blockquote {
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    position: relative;
    margin: 0;
    text-align: center;
    font-size: 28px;
    font-style: italic;
    color: #830051;
}
blockquote p {
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    padding-bottom: 20px;
}
blockquote:after {
    content:"";
    background: #830051;
    position: absolute;
    bottom: 0%;
    left: 45%;
    height: 2px;
    width: 10%;
}

.helpful-block-content ul {
    text-align: center;
    margin-left: 0;
}
.helpful-block-content .wth-success {
    margin-top: 0;
}
.helpful-block-content .wth-green-btn {
    background-color: #83B5A1 !important;
    border-color: #83B5A1 !important;
}
.helpful-block-content .wth-red-btn {
    background-color: #989798 !important;
    border-color: #989798 !important;
}

/* ---------------
BUTTONS & CTAs
--------------- */
a.cta,
button.cta,
button.cta-load-more {
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    padding: 12px 0 10px 0;
    min-width: 185px;
    border: 3px solid;
    border-radius: 30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    background-color: #830051;
    color: #fff;
    position: relative;
}
a.cta:hover,
.cta.big-arrow-cta:hover,
.cta.small-arrow-cta:hover,
button.cta-load-more:hover {
    background: #be1b6b;
    border-color: #be1b6b;
}
a.cta.masthead-cta:hover {
    background: none;
    background-color: rgba(0,0,0,0.1);
    border-color: #fff;
}

.cta.uppercase {
    text-transform: uppercase;
}
.cta.centralise {
    text-align: center;
    padding-right: 0;
}
.cta.big-arrow-cta {
    display: block;
    width: 280px;
    border-color: #830051;
    background-color: #830051;
    margin: 10px 0px;
}
.cta.small-arrow-cta {
    display: inline-block;
    min-width: 130px;
    border-color: #830051;
    background-color: #830051;
    margin: 10px 0;
}
a.cta.masthead-cta {
    display: inline-block;
    border-color: #fff;
    color: #fff;
    background: none;
    background-color: rgba(0,0,0,0.1);
    width: 230px;
}
.becomeadonor-cta .cta.big-arrow-cta {
    color: #830051;
    font-family: 'HurmeGeometricSans4-Regular', sans-serif;
    background-color: #fff;
    border-color: #fff;
}
.becomeadonor-cta .cta.big-arrow-cta:hover {
    color: #830051;
    background-color: #fff;
    border-color: #fff;
}
button.cta-load-more {
    border-color: #830051;
    color: #fff;
    width: 200px;
    height: 50px;
    text-shadow: none;
    box-shadow: none;
    outline: none;
    padding-left: 0;
}
button.cta-load-more.done {
    color: #fff;
    background-color: #830051;
    cursor: default;
    opacity: .2;
    outline: 0;
    box-shadow: none;
}
button.cta-load-more.loading:before {
    background: none;
}
button.cta-load-more.loading {
    padding-left: 0;
}
.alm-btn-wrap {
    text-align: center;
    padding: 10px 0 25px;
}

button.cta.big-arrow-cta,
button.cta.small-arrow-cta,
button.cta.big-arrow-cta:hover,
button.cta.small-arrow-cta:hover {
    box-shadow: none;
    text-shadow: none;
}
.becomeadonor-cta .cta.big-arrow-cta:before {
    background-image: url("/wp-content/themes/bhc/images/Fullarrow_right_purple.png");
}

.arrow-cta-container.inline {
    display: inline-block;
}

.expandable-cta {
    position: relative;
    background-color: #830051;
    width: 28px;
    height: 28px;
    border-radius: 20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    padding: 5px;
    overflow: hidden;
}
.expandable-cta span {
    display: block;
    color: #fff;
    margin-left: 10px;
    margin-top: -2px;
    visibility: hidden;
    opacity: 0;
}
.expandable-cta img {
    position: absolute;
    top: 9px;
    right: 8px;
    width: 14px;
}
.expandable-cta svg {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 16px;
    color: #ffffff;
    vertical-align: middle;
}
.cta.cta-blue {
    background-color: #4897a8;
    border-color: #4897a8;
}
.cta.cta-blue:hover {
    background-color: #70b3c2;
    border-color: #70b3c2;
}


/* ---------------
HEADER
--------------- */
#content {
    margin-top: 79px;
}
#masthead{
    margin: auto;
}
#masthead .main-navigation {
    width: 95%;
    display: inline-block;
}
#masthead #primary-menu {
    margin-top: 25px;
}
#masthead #primary-menu li,
#masthead #primary-menu li:hover {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}
#masthead #primary-menu li a,
#masthead #primary-menu li a:visited {
    color: #000;
    font-family: 'HurmeGeometricSans4-Bold', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}
@media screen and (min-width: 1026px) {
    #masthead #primary-menu li a,
    #masthead #primary-menu li a:visited {
        font-size: 12px;
    }
}
#masthead #primary-menu li.current-menu-item a,
#masthead #primary-menu li.current-menu-ancestor a,
#masthead #primary-menu li a:hover {
    color: #830051;
}
#masthead .nav-container{
    position: relative;
}
#masthead .search-button {
    position: absolute;
    top:-38px;
    right:0;
}
#masthead .search-button img {
    width: 26px;
}
#masthead #burger-mobile,
#masthead #burger-mobile:hover{
    position: relative;
    border: 0;
    margin: -60px 20px 0 0;
    padding: 0;
    height: 25px;
    outline: 0;
    float: right;
    background: transparent;
    width: 50px;
    height: 50px;
}
#masthead #burger-mobile #nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
    outline: none;
}
#masthead #burger-mobile #nav-toggle span,
#masthead #burger-mobile #nav-toggle span:before,
#masthead #burger-mobile #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #830051;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
#masthead #burger-mobile #nav-toggle span:before {
    top: -10px;
}
#masthead #burger-mobile #nav-toggle span:after {
    top: 10px;
}
#masthead #burger-mobile #nav-toggle.active span {
    background-color: transparent;
}
#masthead #burger-mobile #nav-toggle.active span:before,
#masthead #burger-mobile #nav-toggle.active span:after {
    top: 0;
}
#masthead #burger-mobile #nav-toggle.active span:before {
    transform: rotate(45deg);
    transition-duration: 0.2s;
}
#masthead #burger-mobile #nav-toggle.active span:after {
    transform: rotate(-45deg);
    transition-duration: 0.2s;
}
#masthead .menu-toggle img {
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#masthead .site-branding {
    margin: 10px 0;
}
#masthead .site-branding img {
    max-width: 150px;
}
@media screen and (min-width: 48em) {
    #content {
        margin-top: 67px;
    }
    #masthead .site-branding {
        margin: auto;
    }
    #masthead .site-branding img {
        padding-top: 8px;
    }
}
@media screen and (min-width: 1024px) {
    #content {
        margin-top: 83px;
    }
    #masthead .search-button {
        top:0;
        margin-top: 26px;
        width: 31px;
        height:19px;
        float: right;
        display: inline-block;
    }
    #masthead #primary-menu li,
    #masthead #primary-menu li:hover {
        padding:10px 12px 10px 0;
        display: inline-block;
        width: auto;
    }
    #masthead #primary-menu li:last-child {
        padding-right: 0;
    }
}

/* menu for specific content types or pages */
.single-clinic_team #masthead #primary-menu .menu-item-174 a {
    color: #830051;
    border-bottom: 3px solid #830051;
}
.single-clinic_team .page-banner-top .sec-menu ul li.menu-item-185 a {
    color: #830051;
}

/* search form */
header #search {
    display: none;
    width: 100%;
    background-color: #f0eceb;
    text-align: center;
}
header #search form {
    margin: 10px auto;
    position: relative;
    width: 100%;
}
header #search .search-widget {
    position: relative;
    margin: auto;
}
header #search .search-field {
    background-color: #fff;
    color: #830051;
    padding: 8px 15px;
    border-radius:30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    height:23px;
    width: 97%;
    font-size: 16px;
    border: 0;
    outline: none;
}
header #search .search-submit {
    background: url('../images/Search_purple.png') no-repeat 5px 5px;
    position: absolute;
    background-size: 24px;
    right: 0px;
    top: 0px;
    border: 0 none;
    box-shadow: none;
    width: 33px;
    height: 29px;
    outline: 0 none;
    padding: 0;
    text-indent: 100%;
    text-shadow: none;
    float: left;
    margin: 0 0 0 -2px;
}
header #search .close-search a {
    outline: none;
}
header #search .close-search img {
    padding: 17px 0px 0px 10px;
    float: right;
    width: 35px;
}

@media screen and (min-width: 35.5em) {
    header #search .search-widget {
        max-width: 1024px;
    }
    header #search .search-field {
        border: 1px solid #fff;
    }
    header #search .search-submit {
        top: 3px;
    }
}
@media screen and (min-width: 64em) {
    header #search .search-submit {
        right: 22px;
    }
}

/* mobile menu */
#masthead {
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
}
#masthead .mobile-top-level-menu {
    background-color: #830051;
    width: 100%;
    display: none;
}
#masthead .mobile-top-level-menu .mobile-top-level-menu-container .mobile-head {
    padding:0 10px;
}

#masthead .mobile-top-level-menu ul {
    margin: 0;
    padding: 0;
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
}
#masthead .mobile-top-level-menu #primary-menu {
    margin-top: 0;
}
#masthead .mobile-top-level-menu #primary-menu li.current-menu-item a,
#masthead .mobile-top-level-menu #primary-menu li.current-menu-ancestor a {
    border-bottom: none;
}
#masthead .mobile-top-level-menu #primary-menu li a {
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    outline: none;
    font-size: 16px;
}
#masthead .mobile-top-level-menu .close-mobile-navigation {
    float: right;
    cursor: pointer;
}
#masthead .mobile-top-level-menu #primary-menu > li {
    border-top: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgba(255, 255, 255, 0.32);
    position: relative;
}
#masthead .mobile-top-level-menu #primary-menu li.current-menu-ancestor a {
    border: none;
}
#masthead .mobile-top-level-menu #primary-menu > li > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px;
    outline: none;
}
#masthead .mobile-top-level-menu #primary-menu > li.menu-item-has-children > a:after {
    position: absolute;
    right: 10px;
    background-image: url("/wp-content/themes/bhc/images/Arrowhead_down_white.png");
    background-size: 17px 12px;
    width: 17px;
    height: 12px;
    display: inline-block;
    content: "";
}
#masthead .mobile-top-level-menu #primary-menu > li.menu-item-has-children.mobile-menu-top-opened > a:after {
    position: absolute;
    right: 10px;
    background-image: url("/wp-content/themes/bhc/images/Arrowhead_up_white.png");
    background-size: 17px 12px;
    width: 17px;
    height: 12px;
    display: inline-block;
    content: "";
}
#masthead .mobile-top-level-menu #primary-menu > li > .sub-menu .sub-menu {
    display: none;
}
#masthead .mobile-top-level-menu #primary-menu > li > .sub-menu {
    display: none;
    overflow: hidden;
}
#masthead .mobile-top-level-menu #primary-menu .sub-menu {
    background-color: #D1E6E3;
}
#masthead .mobile-top-level-menu #primary-menu .sub-menu li {
    padding: 5px 10px;
}
#masthead .mobile-top-level-menu #primary-menu .sub-menu li:first-child {
    padding: 10px 10px 5px 10px;
}
#masthead .mobile-top-level-menu #primary-menu .sub-menu li:last-child {
    padding: 5px 10px 10px 10px;
}
#masthead .mobile-top-level-menu #primary-menu .sub-menu li a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 16px;
    outline: none;
    text-transform: none;
}
#masthead .mobile-top-level-menu #primary-menu .sub-menu li.current-menu-item a {
    color: #830051;
}
/* ---------------
FOOTER
--------------- */
.footer-menu-mobile {
    display: block;
}
.footer-menu-desktop {
    display: none;
}
@media screen and (min-width: 64em) {
    .footer-menu-mobile {
        display: none;
    }
    .footer-menu-desktop {
        display: block;
    }
    #masthead .mobile-top-level-menu {
        display: none !important;
    }
}

/* desktop footer menu */
footer.site-footer {
    background-color: #830051;
}
footer .footer-menu-desktop {
    padding: 25px 0 10px 0;
}
footer .footer-menu-desktop #primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .footer-menu-desktop #primary-menu .main-item {
    font-family: 'Oxygen', 'HurmeGeometricSans4-SemiBold', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
}
footer .footer-menu-desktop #primary-menu .sub-menu {
    list-style: none;
    margin:0;
    padding:0;

}
footer .footer-menu-desktop #primary-menu .sub-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .footer-menu-desktop #primary-menu .sub-menu li a{
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Oxygen', 'HurmeGeometricSans4-Regular', sans-serif;
    font-size: 13px;
    line-height: 1.9;
    font-weight: 300;
}
footer .footer-menu-desktop #primary-menu li a {
    color: #fff;
    text-decoration: none;
}
footer .footer-menu-desktop #primary-menu li a:hover {
    text-decoration: underline;
}

/* mobile footer menu */
footer {
    position: relative;
}
footer .footer-menu-mobile {
    background-color: #830051;
    width: 100%;
    margin-top: 20px;
}
footer .footer-menu-mobile .mobile-head {
    padding:0 10px;
}

footer .footer-menu-mobile ul {
    margin: 0;
    padding: 0;
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
}
footer .footer-menu-mobile #primary-menu {
    margin-top: 0;
}
footer .footer-menu-mobile #primary-menu li.current-menu-item a,
footer .footer-menu-mobile #primary-menu li.current-menu-ancestor a {
    border-bottom: none;
}
footer .footer-menu-mobile #primary-menu li a {
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    outline: none;
    font-size: 16px;
}
footer .footer-menu-mobile .close-mobile-navigation {
    float: right;
    cursor: pointer;
}
footer .footer-menu-mobile #primary-menu > li {
    border-top: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgba(255, 255, 255, 0.32);
    position: relative;
}
footer .footer-menu-mobile #primary-menu > li:last-child {
    border-top: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgba(255, 255, 255, 0.32);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    position: relative;
}
footer .footer-menu-mobile #primary-menu li.current-menu-ancestor a {
    border: none;
}
footer .footer-menu-mobile #primary-menu > li > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px;
    outline: none;
}
footer .footer-menu-mobile #primary-menu > li.menu-item-has-children > a:after {
    position: absolute;
    right: 10px;
    background-image: url("/wp-content/themes/bhc/images/Arrowhead_down_white.png");
    background-size: 17px 12px;
    width: 17px;
    height: 12px;
    display: inline-block;
    content: "";
}
footer .footer-menu-mobile #primary-menu > li.menu-item-has-children.mobile-menu-top-opened > a:after {
    position: absolute;
    right: 10px;
    background-image: url("/wp-content/themes/bhc/images/Arrowhead_up_white.png");
    background-size: 17px 12px;
    width: 17px;
    height: 12px;
    display: inline-block;
    content: "";
}
footer .footer-menu-mobile #primary-menu > li > .sub-menu .sub-menu {
    display: none;
}
footer .footer-menu-mobile #primary-menu > li > .sub-menu {
    display: none;
    overflow: hidden;
}
footer .footer-menu-mobile #primary-menu .sub-menu {
    background-color: #D1E6E3;
}
footer .footer-menu-mobile #primary-menu .sub-menu li {
    padding: 5px 10px;
}
footer .footer-menu-mobile #primary-menu .sub-menu li:first-child {
    padding: 10px 10px 5px 10px;
}
footer .footer-menu-mobile #primary-menu .sub-menu li:last-child {
    padding: 5px 10px 10px 10px;
}
footer .footer-menu-mobile #primary-menu .sub-menu li a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 16px;
    outline: none;
    text-transform: none;
}

/* footer social links */
footer .footer-social-links {
    text-align: center;
    padding-top: 20px;
}
footer .footer-social-links .social-links-container {
    text-align: left;
    display: inline-block;
}
footer .footer-social-links .social-links-container .social-link-container {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
}
footer .footer-social-links .social-links-container .social-link-container a {
    color: #830051;
}
footer .footer-social-links .social-links-container .social-link-container a i {
    margin-top:7px;
}

/* footer contact links */
footer .footer-social-links .contact-links-container > p.contact-link-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
footer .footer-social-links .contact-links-container > p.contact-link-title a {
    text-decoration: none;
    color: #fff;
}
footer .footer-social-links .contact-links-container > p.contact-link-title a:hover {
    text-decoration: underline;
    color: #fff;
}
footer .footer-social-links .becomeadonor-cta {
    text-align: center;
}
footer .footer-social-links .becomeadonor-cta a {
    margin: auto;
}

/* footer info and copyright */
footer .site-info,
footer .site-legals {
    border-top: 1px solid rgba(206, 128, 168, 0.5);
    padding-top: 10px;
    font-size: 12px;
}
footer .site-info .copyr,
footer .site-legals .copyr {
    color: #ce80a8;
}
footer .site-info .links a,
footer .site-info .links a:hover,
footer .site-info .links a:visited,
footer .site-legals .links a,
footer .site-legals .links a:hover,
footer .site-legals .links a:visited{
    padding:0 5px;
    color:#fff;
    text-decoration: none;
}
footer .site-info .cpl-tag,
footer .site-legals .cpl-tag {
    color: #fff;
    float: right;
    display: none;
    width: 100%;
    text-align: center;
}
.home footer .site-info .cpl-tag,
.home footer .site-legals .cpl-tag {
    display: block;
}

@media screen and (min-width: 1024px) {
    .home footer .site-info .cpl-tag,
    .home footer .site-legals .cpl-tag {
        width: auto;
        text-align: left;
    }
}
footer .site-accreditations {
    color: #fff;
    height: 60px;
    text-align: center;
    font-size: 0px;
    margin-top: 30px;
}
footer .site-accreditations .accreditations4 {
    display: inline-block;
    background: url('/wp-content/themes/bhc/images/cyber-essentials-logo.png') 0 0 no-repeat;
    background-size: 38px 45px;
    width: 38px;
    height: 45px;
    margin-right: 8px;
}
footer .site-accreditations .accreditations3 {
    display: inline-block;
    background: url('/wp-content/themes/bhc/images/UKAS-testing-logo.png') 0 0 no-repeat;
    background-size: 33px 45px;
    width: 33px;
    height: 45px;
    margin-right: 8px;
}
footer .site-accreditations .accreditations2 {
    display: inline-block;
    background: url('/wp-content/themes/bhc/images/ISO-27001-logo.png') 0 0 no-repeat;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    margin-right: 8px;
}
footer .site-accreditations .accreditations {
    display: inline-block;
    background: url('/wp-content/themes/bhc/images/ISO-9001-logo.png') 0 0 no-repeat;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    margin-right: 8px;
}
footer .site-accreditations .investors {
    display: inline-block;
    background: url('/wp-content/themes/bhc/images/Investors-in-people-blue.png') 0 0 no-repeat;
    background-size: 142px 45px;
    width: 142px;
    height: 45px;
}

/* ---------------
TABLES
--------------- */
table.tablepress .table-item-checked {
    background-color: #9ab6b4;
    width: 13px;
    height: 13px;
    margin: 3px auto 0 auto;
}
table.tablepress thead th {
    background-color: #fff;
    color: #830051;
    border-bottom: 1px solid #830051;
}

/* ---------------
WPCF7 CONTACT FORMS
--------------- */
.wpcf7-form p:empty {
    display: none;
}
.wpcf7-form .form-row input {
    padding: 10px;
    margin: 15px 0;
    width: 100%;
}
.wpcf7-form .form-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("/wp-content/themes/bhc/images/Arrowhead_down_purple-green-background.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 38px 46px;
    text-shadow: none;
    box-shadow: none;
    background-color: #fff;
    height: 45px;
    border: 1px solid #a9aaab;
    letter-spacing: 0;
    padding: 10px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    outline: none;
    margin: 0;
    min-width: 170px;
}
.wpcf7-form .response-container .wpcf7-response-output {
    border: none;
    text-align: center;
    color: #830051;
    font-size: 16px;
    font-family: 'HurmeGeometricSans4-SemiBold', sans-serif;
}
.wpcf7-form textarea {
    resize: vertical;
}
.wpcf7-form .wpcf7-captchac {
    margin: auto;
    margin-top: 25px;
}
/* ---------------
WPCF7 response modal
--------------- */
.swal2-container .swal2-icon {
    display:none!important;
}
.swal2-container .swal2-title {
    padding-top:20px;
    font-size: 18px;
}
.swal2-container .swal2-styled.swal2-confirm{
    width: 280px;
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 0 10px 0;
    border-radius: 30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    background-color: #830051;
    box-shadow:none;
}

.swal2-container .swal2-styled.swal2-confirm:hover, .swal2-container .swal2-styled.swal2-confirm:focus {
    background: #be1b6b!important;
    border:none!important;
    outline:none;
}

@media screen and (min-width: 64em){
    .wpcf7-form .wpcf7-captchac {
        float: right;
    }
}
.wpcf7-form .submit-container {
    text-align: center;
}
.wpcf7-form .submit-container button {
    margin: auto;
}
.wpcf7-form .submit-container input[type="submit"] {
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    background: url("/wp-content/themes/bhc/images/Fullarrow_right_white.png") no-repeat right;
    background-position: 95% center;
    background-size: 18px 14px;
    margin: 0px auto;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    color: #ffffff;
    font-size: 18px;
    background-color: #830051;
    padding: 15px 10px 15px 20px;
    text-decoration: none;
    text-shadow: none;
    outline: none;
    box-shadow: none;
    max-width: 200px;
    text-align: left;
}
.wpcf7-form .submit-container input[type="submit"]:hover {
    background-color: #830051;
    text-decoration: none;
    text-shadow: none;
}
.wpcf7-form .submit-container .ajax-loader {
    display: none;
}
/* ---------------
WPCF7 GET IN TOUCH FORMS
--------------- */
.wpcf7-form .get-in-touch-form {
    background-color: #f0eceb;
    padding: 20px;
}
.wpcf7-form .get-in-touch-form .text {
    text-align: center;
}
.wpcf7-form .get-in-touch-form .form-top,
.wpcf7-form .get-in-touch-form .form-middle,
.wpcf7-form .get-in-touch-form .form-bottom{
    margin-top: 20px;
    padding-bottom: 20px;
}
.wpcf7-form .get-in-touch-form .form-top,
.wpcf7-form .get-in-touch-form .form-middle {
    border-bottom: 1px solid #fff;
}
.wpcf7-form .get-in-touch-form .form-top .form-row > .pure-u-1:nth-child(odd) > span {
    padding-right: 0;
    display: block;
}
.wpcf7-form .get-in-touch-form .form-top .form-row > .pure-u-1:nth-child(even) > span {
    padding-left: 0;
    display: block;
}
.wpcf7-form .get-in-touch-form .form-middle select,
.wpcf7-form .get-in-touch-form .form-bottom select {
    width: 100%;
}
.wpcf7-form .get-in-touch-form .form-bottom .which-clinic {
    display: block;
    margin-top: 10px;
}
.wpcf7-form .get-in-touch-form .form-middle .dob-text {
    margin-top: 12px;
    margin-bottom: 0;
}
.wpcf7-form .get-in-touch-form .form-middle .dob-text ~ p {
    display: inline;
}
.wpcf7-form .get-in-touch-form .form-middle select,
.wpcf7-form .get-in-touch-form .form-bottom select {
    margin-top: 15px;
}
.wpcf7-form .get-in-touch-form .form-middle .dob-year select {
    margin-bottom: 15px;
}
.wpcf7-form .get-in-touch-form .form-bottom select,
.wpcf7-form .get-in-touch-form .form-top select {
    margin-top: 15px;
    margin-bottom: 15px;
}

.wpcf7-form .get-in-touch-form .form-top select {
    width: 100%;
}

.wpcf7-form .get-in-touch-form .form-top .form-row > .pure-u-1:nth-child(odd) > span.form-request-type {
    display:flex;
    justify-content: center;
}
.wpcf7-form .get-in-touch-form .form-top .form-row > .pure-u-1:nth-child(odd) > span.form-request-type span.wpcf7-list-item{
    display:block;
}
.wpcf7-form .get-in-touch-form .form-top .form-row span.wpcf7-list-item {
    margin-bottom: 30px;
}

.wpcf7-form .get-in-touch-form .form-top .form-request-type input[type=radio] {
    display: none;
}
.wpcf7-form .get-in-touch-form .form-top .form-request-type .wpcf7-list-item-label {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 5px;
}
.wpcf7-form .get-in-touch-form .form-top .form-request-type .wpcf7-list-item-label {
    background: url("/wp-content/themes/bhc/images/radio.png") no-repeat right;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #830051;
    color: #830051;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 5px 35px 4px 10px;
    width: 280px;
    text-align:center;
    position: relative;
}
.wpcf7-form .get-in-touch-form .form-top .form-request-type input:checked + .wpcf7-list-item-label {
    background: url("/wp-content/themes/bhc/images/radio-selected.png") no-repeat right;
    background-color: #830051;
    color: #fff;
}
@media screen and (min-width: 48em) {
    .wpcf7-form .get-in-touch-form .form-top .form-row > .pure-u-1:nth-child(odd) > span.form-request-type span.wpcf7-list-item{
        display:inline-block;
    }
}
/* ---------------
WPCF7 Checkbox
--------------- */
.wpcf7-form .form-top .event-checkbox input[type=checkbox] {
    display: none;
}
.wpcf7-form .get-in-touch-form .form-top .form-row .event-checkbox .wpcf7-list-item{
    margin-left:0;
    margin-bottom: 1.25em;
}
.wpcf7-form .form-top .event-checkbox .wpcf7-list-item-label {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 5px;
}
.wpcf7-form .form-top .event-checkbox .wpcf7-list-item-label {
    background: url("/wp-content/themes/bhc/images/radio-sm.png") no-repeat top left;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    padding: 0 10px 4px 35px;
    text-align:left;
    position: relative;
}

.wpcf7-form .form-top .event-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label {
    background: url("/wp-content/themes/bhc/images/radio-selected-sm.png") no-repeat top left;
}

@media screen and (min-width: 64em){
    .wpcf7-form .get-in-touch-form .form-top .form-row .pure-u-lg-1-2:nth-child(odd) > [data-class="wpcf7cf_group"],
    .wpcf7-form .get-in-touch-form .form-middle .form-row .pure-u-lg-1-2:nth-child(odd),
    .wpcf7-form .get-in-touch-form .form-bottom .form-row .pure-u-lg-1-2:nth-child(odd){
        padding-right: 20px;
    }
    .wpcf7-form .get-in-touch-form .form-top .form-request-type span.wpcf7-list-item{
        margin-left:3em;
    }
}
.wpcf7-form .get-in-touch-form textarea {
    margin-top: 20px;
    height: 120px;
}
@media screen and (min-width: 64em) {
    .wpcf7-form .get-in-touch-form {
        padding: 50px 70px;
    }
    .wpcf7-form .get-in-touch-form .form-top .form-row > .pure-u-1:nth-child(odd) > span {
        padding-right: 20px;
    }
    .wpcf7-form .get-in-touch-form .form-top .form-row > .pure-u-1:nth-child(odd) > span.event-checkbox {
        padding-right: 0;
    }
    .wpcf7-form .get-in-touch-form .form-top .form-row > .pure-u-1:nth-child(even) > span {
        padding-left: 20px;
    }
    .wpcf7-form .get-in-touch-form .form-middle select {
        width: auto;
    }
    .wpcf7-form .get-in-touch-form .form-middle select[name=relation-status],
    .wpcf7-form .get-in-touch-form .form-bottom select {
        width: 100%;
    }
    .wpcf7-form .get-in-touch-form .form-bottom .which-clinic {
        display: inline;
        margin-top: 0;
    }
    .wpcf7-form .get-in-touch-form .form-middle p.dob-text:first-child {
        margin-top: 26px;
    }
}
/* ---------------
WPCF7 GET IN TOUCH FORMS - FOOTER
--------------- */
footer.site-footer .footer-contact-form{
    display: none;
}
footer.site-footer .footer-contact-form .close-form img {
    padding: 17px 17px 0px 0px;
    float: right;
    width: 35px;
}
/* ---------------
HOMEPAGE
--------------- */
/* home instagram block */
.home .instagram-container {
    text-align: center;
    position: relative;
    margin-top: 50px;
}
.home .instagram-container h2 {
    font-weight: 900;
}
.home .instagram-container p a,
.home .instagram-container p a:hover,
.home .instagram-container p a:visited {
    color: #000;
    cursor: pointer;
}
.home .instagram-container p a img {
    display: inline;
    height: 20px;
    padding-bottom: 2px;
    padding-right: 5px;
}
.home .instagram-container p a span {
    vertical-align: super;
}
.home .instagram-container .instagram-images {
    margin-left: 60px;
    margin-right: 60px;
}
.home .instagram-container .instagram-image {
    padding: 0px 5px 0px 5px;
}
.home .instagram-container .prev-arrow,
.home .instagram-container .next-arrow {
    width: 26px;
}
@media screen and (min-width: 48em) {
    .home .instagram-container .prev-arrow,
    .home .instagram-container .next-arrow {
        width: 30px;
    }
}
.home .instagram-container .prev-arrow {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.home .instagram-container .next-arrow {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.home .big-social-media-container {
    text-align: center;
    padding-top: 20px;
}
.home .big-social-media-container {
    font-family: 'HurmeGeometricSans4-Bold', sans-serif;
    font-weight: 900;
}
.home .big-social-media-container .social-links-container .social-link-container {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
}

/* home banner*/
.home .banner-container {
    position: relative;
    overflow: hidden;
}

.home .banner-container img {
    height: 300px;
    object-fit: cover;
}

.home .banner-container .home-banner-image-container,
.home .banner-container .banner-image {
    min-height: 300px;
    background-position: 50% 50%;
    background-size: cover;
}
.home .banner-container .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}
.home .banner-container .banner-content .banner-text p {
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding:0;
    line-height: 20px;
}
.home .banner-container .banner-content .banner-text p:first-child {
    font-family: 'HurmeGeometricSans4-Bold', sans-serif;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 5px;
}
.home .banner-container .banner-content .banner-text h1 {
    margin-top: 10px;
    font-size: 18px;
    text-shadow: 0px 2px 4px rgba(140, 136, 140, 1);
}
.home .banner-container .banner-content .banner-cta {
    margin-top: 0px;
}
.home .banner-container .banner-down-button {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#fff;
}
.home .banner-container .banner-down-button a {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 2px 10px 0px 10px;
    outline: none;
    color: #fff;
    font-size: 30px;
}

@media screen and (min-width: 35.5em) {
    .home .banner-container .home-banner-image-container,
    .home .banner-container .banner-image {
        min-height: 300px;
    }
    .home .banner-container .banner-content .banner-text p:first-child {
        font-size: 50px;
        line-height: 50px;
    }
}
@media screen and (min-width: 48em) {
    .home .banner-container .home-banner-image-container,
    .home .banner-container .banner-image {
        min-height: 400px;
    }
    .home .banner-container .banner-content .banner-text p {
        font-size: 27px;
        line-height: 27px;
    }
    .home .banner-container .banner-content .banner-text p:first-child {
        font-size: 90px;
        line-height: 90px;
    }
    .home .instagram-container .instagram-image {
        padding: 0px 10px 0px 10px;
    }
    .home .banner-container .banner-content .banner-text h1 {
        font-size: 22px;
    }
    .home .banner-container img {
        height: 400px;
    }
}
@media screen and (min-width: 64em) {
    .home .banner-container .banner-content {
        width: auto;
    }
    .home .banner-container .home-banner-image-container,
    .home .banner-container .banner-image {
        min-height: 500px;
    }
    .home .banner-container .banner-down-button {
        display: block;
    }
    .home .banner-container .banner-content .banner-text p {
        font-size: 35px;
        line-height: 40px;
    }
    .home .banner-container .banner-content .banner-text p:first-child {
        font-size: 110px;
        line-height: 110px;
    }
    .home .banner-container .banner-content .banner-text h1 {
        margin-top: 20px;
    }
    .home .banner-container .banner-content .banner-cta {
        margin-top: 20px;
    }
    .home .banner-container img {
        height: 500px;
    }
}
@media screen and (min-width: 1380px) {
    .home .banner-container .home-banner-image-container,
    .home .banner-container .banner-image {
        min-height: 600px;
    }
    .home .banner-container img {
        height: 600px;
    }
}
@media screen and (min-width: 1500px) {
    .home .banner-container .home-banner-image-container,
    .home .banner-container .banner-image {
        min-height: 700px;
    }
    .home .banner-container img {
        height: 700px;
    }
}
@media screen and (min-width: 2300px) {
    .home .banner-container .home-banner-image-container,
    .home .banner-container .banner-image {
        min-height: 900px;
    }
    .home .banner-container img {
        height: 900px;
    }
}

/* home banner carousel */
.home .banner-container .home-banner-image-carousel {
    position: relative;
}
.home .banner-container .home-banner-image-carousel {
    display: none;
}
.home .banner-container .home-banner-image-carousel.slick-initialized {
    display: block;
}
.home .banner-container .home-banner-image-carousel .slick-arrow {
    font-size: 34px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #fff;
    cursor: pointer;
    z-index: 99;
}
.home .banner-container .home-banner-image-carousel .next-arrow {
    right: 10px;
    left: auto;
}

/* home link blocks */
.home .main-links {
    border-top: 2px solid #fff;
}
.home .main-links .single-item {
    background-color: #f0eceb;
    padding: 0;
    border-right: 0;
    margin-bottom: 2px;
    min-height: 250px;
    cursor: pointer;
    position: relative;
}
.home .main-links .single-item .text {
    padding: 10px;
    padding-right: 40px;
}
.home .main-links .item-1 {
    background-color: #d1e6e3;
}
.home .main-links .single-item p{
    margin-top: 0;
}
.home .main-links .single-item p.taxonomy {
    color: #9b0951;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.home .main-links .single-item p.title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'HurmeGeometricSans4-SemiBold', sans-serif;
    color: #4B2B47;
}
.home .main-links .single-item:hover p.taxonomy {
    color: #4B2B47;
}
.home .main-links .single-item:hover p.title {
    color: #9b0951;
}
.home .main-links .single-item .expandable-cta {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 28px;
    height: 28px;
}
.home .main-links .main-links-img {
    opacity: 0.8;
}
.home .main-links .single-item:hover .main-links-img {
    opacity: 1;
}

.home .main-links > .pure-g .main-links-img {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}
.home .main-links > .pure-g img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (min-width: 48em) {
    .home .main-links .single-item:nth-child(odd){
        border-right: 1px solid #fff;
    }
    .home .main-links .single-item:nth-child(even){
        border-left: 1px solid #fff;
    }
}
@media screen and (min-width: 64em) {
    .home .main-links .single-item,
    .home .main-links .single-item:nth-child(odd),
    .home .main-links .single-item:nth-child(even) {
        border-left: 2px solid #fff;
        border-right: none;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 80em) {
    .home .main-links {
        padding-left:0;
        padding-right: 0;
    }
}
.home .main-links .single-item.item-1 {
    border-left: none;
}

/* ---------------
FAQS PAGES
--------------- */
.page-faqs .entry-title {
    color: #830051;
}
.page-faqs .faq-content .single-faq {
    margin-bottom: 40px;
}
.page-faqs .jump-to-content .faq-sections p a,
.page-faqs .jump-to-content .faq-sections p a:visited {
    color: #830051;
    font-size: 18px;
    font-family: 'Oxygen', 'HurmeGeometricSans4-Light', sans-serif;
    font-weight: 900;
    cursor: pointer;
    text-decoration: none;
}
.page-faqs .jump-to-content .faq-sections p a:hover {
    color: #830051;
    text-decoration: underline;
}
.page-faqs .jump-to-content {
    margin-bottom: 100px;
}
.page-faqs .faq-content .single-faq .jump-to-content .sub-article-sections p a,
.page-faqs .faq-content .single-faq .jump-to-content .sub-article-sections p a:visited {
    color: #830051;
    font-size: 18px;
    font-family: 'Oxygen', 'HurmeGeometricSans4-Light', sans-serif;
    font-weight: 900;
    cursor: pointer;
    text-decoration: none;
}

.page-faqs .faq-content .single-faq .jump-to-content .sub-article-sections p a:hover {
    color: #830051;
    text-decoration: underline;
}
.page-faqs .faq-content .single-faq .jump-to-content {
    margin-bottom: 100px;
    border-top: 1px solid #6f6e73;
}

.page-faqs .faq-content .single-faq .jump-to-content {
    border: none;
    margin: 0;
    text-align: right;
    color: #830051;
}
.page-faqs .faq-content .single-faq .jump-to-content a:hover {
    color: #830051;
    text-decoration: underline;
}
.page-faqs .faq-content .single-faq .faq-title {
    color: #830051;
    font-size: 25px;
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
}
.page-faqs .faq-content .single-faq .question {
    position: relative;
    border-bottom: 1px solid #6f6e73;
    margin: 0;
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
}
.page-faqs .faq-content .single-faq .question a {
    display: block;
    color: #7d7d7f;
    font-size: 21px;
    line-height: 25px;
    padding: 12px 17px 10px 0;
}
.page-faqs .faq-content .single-faq .question:nth-child(2) {
    border-top: 1px solid #6f6e73;
}
.page-faqs .faq-content .single-faq .question a svg {
    float: right;
}
.page-faqs .faq-content .single-faq .question a.opened svg.fa-angle-down {
    transform: rotate(180deg);
}
.page-faqs .faq-content .single-faq .answer {
    display: none;
    background-color: #f0eceb;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #6f6e73;
}
.page-faqs .faq-content .single-faq .answer p {
    margin: 0;
    padding: 0;
}
.single-faqs.postid-543 .page-faqs .faq-content .single-faq .faq-title {
    color: #fff;
    font-size: 1px;
}
/* Hide jump to content for using buserelin FAQ */
.single-faqs.postid-460 .page-faqs #jump-to-content {
    display: none;
}


/* ---------------
CLINICS PAGES
--------------- */
.single-clinics .clinic-name h1{
    color: #830051;
}
.single-clinics .staff-container .single-staff {
    background-color: #f0eceb;
}
.single-clinics .staff-container .single-staff {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}
.single-clinics .staff-container .single-staff .staff-name-role {
    padding: 0 5px;
    margin-bottom: 20px;
}
.single-clinics .staff-container .single-staff h2.name {
    color: #830051;
    margin: 0;
    padding: 0;
    line-height: 28px;
}
.single-clinics .staff-container .single-staff p.role {
    margin-top: 0;
}
.single-clinics .staff-container .single-staff p.accreditation {
    margin-top: 0;
    color: #7d7c7c;
    font-weight: 800;
}
.single-clinics .staff-container .single-staff img {
    max-height: none;
    width: 100%;
}
.single-clinics .staff-container .single-staff .team-cta-container {
    text-align: center;
}
.single-clinics .staff-container .single-staff .team-cta-container .big-arrow-cta {
    margin: auto;
    margin-top: 20px;
}
.single-clinics .staff-container .pure-g > div:nth-child(odd)  {
    padding-right: 0;
}
.single-clinics .staff-container .pure-g > div:nth-child(even) {
    padding-left: 0;
}

@media screen and (min-width: 48em) {
    .single-clinics .staff-container .pure-g > div:nth-child(odd)  {
        padding-right: 10px;
    }
    .single-clinics .staff-container .pure-g > div:nth-child(even) {
        padding-left: 10px;
    }
}
.single-clinics .clinic-map-embed {
    text-align: center;
    margin: 20px 0px;
}
.single-clinics .clinic-map-embed .overlay {
   background:transparent;
   position:relative;
   width:100%;
   height:320px; /* embedded map iframe height */
   top:330px;  /* embedded map iframe height */
   margin-top:-320px;  /* embedded map iframe height */
}

/* ---------------
TEAM MEMBERS PAGES
--------------- */
.single-clinic_team .top-panel {
    margin-top: 30px;
    background-color: #f0eceb;
}
.single-clinic_team .top-panel .panel-name-role {
    padding: 20px;
}
.single-clinic_team .top-panel .panel-name-role h1 {
    margin: 0;
    color: #830051;
    line-height: 32px;
    margin-bottom: 7px;
}
.single-clinic_team .top-panel .panel-name-role p.role {
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 25px;
}

.single-clinic_team .top-panel .panel-name-role p.accreditation {
    margin-top: 0;
    color: #7d7c7c;
    font-weight: 800;
}
.single-clinic_team .back-link a {
    background: url("/wp-content/themes/bhc/images/Fullarrow_left_purple.png") no-repeat left;
    background-size: 20px 15px;
    color: #830051;
    padding-left: 25px;
}
.single-clinic_team .top-panel .panel-image-container img {
    width: 100%;
}

/* ---------------
TREATMENTS PAGE
--------------- */
.page .treatment-single {
    margin-bottom: 20px;
    background-color: #f0eceb;
}
.page .treatment-single .content {
    padding: 20px;
}
.page .treatment-single .content-container {
    order: 2;
    cursor: pointer;
}
.page .treatment-single .content h2 {
    margin-top: 0;
    color: #830051;
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    font-size: 30px;
    line-height: 32px;
}
.page.page-id-6 .treatment-single:nth-child(2) .content h2 {
    color: #4797a8;
}
.page.page-id-6 .treatment-single:nth-child(2) .expandable-cta {
    background-color: #4797a8;
}
.page .treatment-single .image img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    cursor: pointer;
}
.page .treatment-single:nth-child(odd) .image-position {
    order: 1;
}

@media screen and (min-width: 48em) {
    .page .treatment-single:nth-child(odd) .image-position {
        order: 3;
    }

    .page .treatment-single:nth-child(even) .image-position {
        order: 1;
    }
}

/* ---------------
TREATMENT SUB ARTICLES
--------------- */
.treatment-sub-article-container .entry-title {
    color: #830051;
}
.treatment-sub-article-container .sub-article-content .single-sub-article {
    margin-bottom: 80px;
}
.treatment-sub-article-container .sub-article-content .sub-article-title {
    color: #830051;
    font-size: 25px;
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    border-bottom: 1px solid #6f6e73;
}
.treatment-sub-article-container .sub-article-content .sub-article-text {
    border-bottom: 1px solid #6f6e73;
}
.treatment-sub-article-container .jump-to-content .sub-article-sections p a,
.treatment-sub-article-container .jump-to-content .sub-article-sections p a:visited {
    color: #830051;
    font-size: 18px;
    font-family: 'Oxygen', 'HurmeGeometricSans4-Light', sans-serif;
    font-weight: 900;
    cursor: pointer;
    text-decoration: none;
}

.treatment-sub-article-container .jump-to-content .sub-article-sections p a:hover {
    color: #830051;
    text-decoration: underline;
}
.treatment-sub-article-container .jump-to-content {
    margin-bottom: 100px;
    border-top: 1px solid #6f6e73;
}
.treatment-sub-article-container .sub-article-content .question {
    position: relative;
    border-bottom: 1px solid #6f6e73;
    margin: 0;
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
}
.treatment-sub-article-container .sub-article-content .question a {
    display: block;
    color: #7d7d7f;
    font-size: 21px;
    line-height: 25px;
    padding: 12px 17px 10px 0;
}
.treatment-sub-article-container .sub-article-content .question:nth-child(2) {
    border-top: 1px solid #6f6e73;
}
.treatment-sub-article-container .sub-article-content .question a svg {
    float: right;
}
.treatment-sub-article-container .sub-article-content .question a.opened svg.fa-angle-down {
    transform: rotate(180deg);
}
.treatment-sub-article-container .sub-article-content .answer {
    display: none;
    background-color: #f0eceb;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #6f6e73;
}
.treatment-sub-article-container .sub-article-content .jump-to-content {
    border: none;
    margin: 0;
    text-align: right;
    color: #830051;
}
.treatment-sub-article-container .sub-article-content .jump-to-content a:hover {
    color: #830051;
    text-decoration: underline;
}
.page-id-10306 .tablepress-id-1 th {
    color: #4797a8;
    border-bottom-color: #4797a8;
}

/* ---------------
PREGNANCY SUCCESS RATES PAGE
--------------- */
/* desktop table */
.page-id-289 .desktop-table,
.page-id-8 .desktop-table{
    display: none;
}
.page-id-289 .table-container .select,
.page-id-8 .table-container .select {
    background-color: #d1e6e3;
    padding: 20px;
}
.page-id-289 .desktop-table .table-container .select .text,
.page-id-8 .desktop-table .table-container .select .text {
    font-size: 18px;
    margin-top: 10px;
}
@media screen and (min-width: 48em) {
    .page-id-289 .desktop-table,
    .page-id-8 .desktop-table{
        display: block;
    }
}
/* mobile table */
.page-id-289 .mobile-table,
.page-id-8 .mobile-table {
    display: block;
}
.page-id-289 .mobile-table .mobile-psm-item,
.page-id-8 .mobile-table .mobile-psm-item {
    border-bottom: 1px solid #000;
}
.page-id-289 .mobile-table .mobile-psm-item:first-child,
.page-id-8 .mobile-table .mobile-psm-item:first-child {
    border: none;
}
.page-id-289 .mobile-table .mobile-psm-item,
.page-id-8 .mobile-table .mobile-psm-item {
    padding: 10px 0;
}
.page-id-289 .mobile-table .mobile-psm-item .mobile-row,
.page-id-8 .mobile-table .mobile-psm-item .mobile-row {
    margin-bottom: 10px;
}
.page-id-289 .mobile-table .mobile-psm-item .mobile-row:last-child,
.page-id-8 .mobile-table .mobile-psm-item .mobile-row:last-child {
    margin-bottom: 0;
}
.page-id-289 .mobile-table .mobile-psm-item .mobile-row .psm-head,
.page-id-8 .mobile-table .mobile-psm-item .mobile-row .psm-head {
    color: #830051;
    padding-right: 5px;
}
.page-id-289 .mobile-table .mobile-psm-item .mobile-row .psm-item,
.page-id-8 .mobile-table .mobile-psm-item .mobile-row .psm-item {
    padding-left: 5px;
}
@media screen and (min-width: 48em) {
    .page-id-289 .mobile-table,
    .page-id-8 .mobile-table {
        display: none;
    }
}

.table-wrapper.transferred .desktop-table .column-3,
.table-wrapper.transferred .desktop-table .column-5,
.table-wrapper.transferred .desktop-table .column-7,
.table-wrapper.transferred .mobile-table .mobile-psm-item .mobile-row:nth-of-type(2n+1):not(:first-child) .psm-head,
.table-wrapper.transferred .mobile-table .mobile-psm-item .mobile-row:nth-of-type(2n+1):not(:first-child) .psm-item{
    color: #f5911e;
}
/* ---------------
OUR CLINICS PAGE
--------------- */
.page-id-1218 .entry-content h2 {
    border-bottom: 1px solid #830051;
    margin-top: 32px;
}
.page-id-26 .main-content .mc-text {
    max-width: 500px;
    margin: auto;
    text-align: center;
}
.page-id-26 .phone-number-container {
    max-width: 800px;
    margin: auto;
}
.page-id-26 .phone-number-container .contact-cta {
    background-color: #d1e6e3;
    width: 350px;
    max-width: 100%;
    position: relative;
    text-align: center;
    color: #830051;
}
.page-id-26 .phone-number-container {
    min-height: 70px;
    margin-top: 30px;
}
.page-id-26 .phone-number-container .contact-cta:nth-child(1) {
    float: none;
}
.page-id-26 .phone-number-container .contact-cta:nth-child(2) {
    float: none;
}
.page-id-26 .phone-number-container .contact-cta {
    margin: auto;
    margin-bottom: 10px;
}
.page-id-26 .phone-number-container .contact-cta a {
    color: inherit;
}
.page-id-26 .phone-number-container .contact-cta a {
    display: block;
    padding: 15px;
    font-size: 23px;
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
}
.page-id-26 .clinics {
    display: block;
    clear: both;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.page-id-26 .clinics .single-clinic:nth-child(odd) {
    padding-right: 0;
}
.page-id-26 .clinics .single-clinic:nth-child(even) {
    padding-left: 0;
}
.page-id-26 .clinics .single-clinic h2 {
    color: #830051;
    font-size: 28px;
    line-height: 28px;
    border-bottom: 1px solid #830051;
    padding-bottom: 10px;
}
.page-id-26 .clinics .single-clinic .clinic-name {
    cursor: pointer;
}
.page-id-26 .clinics .single-clinic .clinic-name a {
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    padding-right: 37px;
    position: relative;
}
.page-id-26 .clinics .single-clinic .clinic-name:hover a {
    color: #be1b6b;
}
.page-id-26 .clinics .single-clinic .clinic-name a:before {
    background-image: url("/wp-content/themes/bhc/images/Fullarrow_right_purple-light.png");
}
.page-id-26 .clinics .single-clinic .address-container {
    position: relative;
}
.page-id-26 .clinics .single-clinic .address-container .address {
    padding-left: 25px;
}
/* Welcome videos */
.page-id-26 .clinics .single-clinic .left-side {
    order: 2;
}
.page-id-26 .clinics .single-clinic .right-side {
    order: 1;
    padding: 0 10px;
}
.page-id-26 .clinics .single-clinic .welcome-video-container .embed-container,
.single-clinics .welcome-video-container .embed-container {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 2em;
}
.page-id-26 .clinics .single-clinic .welcome-video-container .embed-container iframe,
.page-id-26 .clinics .single-clinic .welcome-video-container .embed-container object,
.page-id-26 .clinics .single-clinic .welcome-video-container .embed-container embed,
.single-clinics .welcome-video-container .embed-container iframe,
.single-clinics .welcome-video-container .embed-container object,
.single-clinics .welcome-video-container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 48em) {
    .page-id-26 .clinics .single-clinic > div > div.pure-u-md-1-2 {
        order: unset;
    }
    .page-id-26 .phone-number-container .contact-cta {
        margin: 0;
        margin-bottom: 0;
    }
    .page-id-26 .phone-number-container .contact-cta:nth-child(1) {
        float: left;
    }
    .page-id-26 .phone-number-container .contact-cta:nth-child(2) {
        float: right;
    }
    .page-id-26 .clinics .single-clinic:nth-child(odd) {
        padding-right: 15px;
    }
    .page-id-26 .clinics .single-clinic:nth-child(even) {
        padding-left: 15px;
    }
}
/* ---------------
STORIES PAGES
--------------- */
.page-id-12 .stories-container #treatment-filter {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.page-id-12 .stories-container #treatment-filter .custom-dropdown {
    margin-left: 5px;
    margin-right: 5px;
}
.page-id-12 .stories-container #treatment-filter .custom-dropdown,
.page-id-12 .stories-container #treatment-filter .select-options {
    text-align: left;
}
.page-id-12 .stories-container #treatment-filter .custom-dropdown a {
    background-color: #f0eceb;
}
.page-id-12 .round-select #treatment-select-mobile {
    text-align: center;
}
@media screen and (min-width: 48em) {
    .page-id-12 .round-select #treatment-select-mobile {
        text-align: left;
    }
}
.page-id-12 .round-select #treatment-select-mobile select {
    background-color: #f0eceb;
    margin: 10px auto;
}
.page-id-12 .stories-container .treatment-filter .text {
    text-align: center;
    margin-top: 7px;
    padding-right: 10px;
    font-size: 18px;
}
.page-id-12 .featured-story,
.page-id-14 .featured-story {
    margin: 10px;
}
.featured-story .post-box {
    background-color: #d1e6e3;
    padding: 10px 20px 60px 30px;
    position: relative;
    cursor: pointer;
}
.page-id-12 .featured-story .post-box {
    padding: 20px 20px 20px 30px;
}
.featured-story .post-box .post-date-container {
    bottom: 0px;
    position: absolute;
    margin-left: -30px;
    padding-left: 30px;
    width: calc(100%);
    padding-right: 20px;
    border-top: 2px solid #fff;
    font-size: 13px;
}
.featured-story .post-box .post-date-container .post-date {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.featured-story .post-box .post-date-container .post-date span.time {
    position: absolute;
    left: 60%;
    transform: translateX(-50%);
}
.featured-story .post-box .post-date-container .post-date span.location {
    float: right;
}
@media screen and (min-width: 20em) {
    .page-id-12 .featured-story,
    .page-id-14 .featured-story {
        max-width: 100%;
        margin: auto;
    }
    .page-id-12 .featured-story .post-box,
    .page-id-14 .featured-story .post-box {
        order: 2;
    }
    .page-id-12 .featured-story .picture-box,
    .page-id-14 .featured-story .picture-box {
        order: 1;
    }
    .page-id-12 .featured-story .post-box .excerpt,
    .page-id-14 .featured-story .post-box .excerpt {
        display: none;
    }
}
@media screen and (min-width: 64em) {
    .page-id-12 .featured-story,
    .page-id-14 .featured-story {
        max-width: none;
        margin: 10px;
    }
    .page-id-12 .featured-story .post-box .excerpt,
    .page-id-14 .featured-story .post-box .excerpt {
        display: block;
    }
    .page-id-12 .stories-container .treatment-filter .text {
        text-align: right;
    }

    .page-id-12 .featured-story .post-box,
    .page-id-14 .featured-story .post-box {
        order: 1;
        min-height: 340px;
    }
    .page-id-12 .featured-story .picture-box,
    .page-id-14 .featured-story .picture-box {
        order: 2;
    }
    .page-id-12 .featured-story .picture-box .image-container.wide,
    .page-id-14 .featured-story .picture-box .image-container.wide {
        padding: 0;
        height: 100%;
    }
}
@media screen and (min-width: 64em) {
    .featured-story .post-box {
        padding: 10px 20px 40px 30px;
    }
}
.treatment-filter .chosen-container {
    min-width: 250px;
    text-align: left;
    margin: 10px auto;
}
.treatment-filter .chosen-container a.chosen-single {
    height: 40px;
    border: none;
    box-shadow: none;
}
.treatment-filter .chosen-container a.chosen-single b {
    display: none;
}
.treatment-filter .chosen-container a.chosen-single abbr {
    right: 35px;
    top: 13px;
}
.treatment-filter .chosen-container-active.chosen-with-drop a.chosen-single {
    background-image: url('/wp-content/themes/bhc/images/Arrowhead_up_purple.png');
}
.treatment-filter .chosen-container .chosen-results li.group-result {
    font-weight: 900;
    font-size: 20px;
    margin-top: 10px;
}

@media screen and (min-width: 48em) {
    .treatment-filter .chosen-container {
        margin-top: 0px;
    }
}

@media screen and (min-width: 1025px) {
    .treatment-filter .round-select .mobile {
        display: block;
    }
    .treatment-filter .round-select .desktop {
        display: none;
    }
}

.stories-container .story-container .alm-reveal {
    width: 100%;
}
.stories-container .story-container .story-article {
    padding-top: 10px;
}
.stories-container .story-container .story-article .story-content {
    background-color: #f0eceb;
    padding-bottom: 20px;
    max-width: 100%;
    margin: auto;
    cursor: pointer;
}
.stories-container .story-container .story-article .story-content .wp-post-image {
    width: 100%;
}
.stories-container .story-container .story-article .story-content h3,
.stories-container .story-container .story-article .story-content p,
.stories-container .story-container .story-article .story-content div {
    margin-left: 20px;
    margin-right: 20px;
}
.stories-container .story-container .story-article .story-content div.expandable-cta {
    margin: auto;
}
@media screen and (min-width: 35.5em) {
    .stories-container .story-container .story-article .story-content div.expandable-cta {
        margin-left: 20px;
        margin-right: 20px;
    }
}
.stories-container .story-container .story-article .story-content h3 {
    min-height: 84px;
}
.stories-container .story-container .story-article .story-content .category-name {
    color: #830051;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: -10px;
    font-size: 13px;
}
.page-id-12 .story-container .story-article .story-footer {
    display: none;
}
.stories-container .story-container .story-article .story-footer {
    background-color: #f0eceb;
    max-width: 100%;
    margin: auto;
    margin-top: 2px;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.stories-container .story-container .story-article .story-footer .category-name {
    color: #830051;
    text-transform: uppercase;
    font-weight: 900;
}
.stories-container .story-container .story-article .story-footer .post-date {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
}
.stories-container .story-container .story-article .story-footer .post-date span.time {
    position: absolute;
    left: 60%;
    transform: translateX(-50%);
}
.stories-container .story-container .story-article .story-footer .post-date span.location {
    float: right;
}

@media screen and (min-width: 48em) {
    .stories-container .story-container .story-article {
        padding: 10px;
    }
}

/* ---------------
YOUR STORIES SINGLE
--------------- */
.single-your_stories .page-container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: url('/wp-content/themes/bhc/images/background.jpg');
}
.single-your_stories .article-container {
    width: 100%;
    padding: 20px;
    margin: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
@media screen and (min-width: 700px) {
    .single-your_stories .article-container {
        padding: 50px;
    }
}
.single-your_stories .article-container,
.single-clinic_team .article-container {
    max-width: 700px;
}
.single-your_stories article.your_stories {
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.single-your_stories article.your_stories .post-title {
    color: #830051;
}
.single-your_stories article.your_stories .entry-excerpt p {
    color: #7d7d7f;
    font-size: 21px;
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
}

.single .content-area .post-navigation {
    margin-top: 50px;
}
.post-navigation .nav-previous a {
    padding-left: 25px;
    background: url("/wp-content/themes/bhc/images/Fullarrow_left_purple.png") left no-repeat;
    background-size: 20px 15px;
}
.post-navigation .nav-next a {
    padding-right: 25px;
    background: url("/wp-content/themes/bhc/images/Fullarrow_right_purple.png") right no-repeat;
    background-size: 20px 15px;
}
.entry-footer .share-email {
    color: #830051;
    padding-left: 35px;
    background: url("/wp-content/themes/bhc/images/Email-icon_grey.png") left no-repeat;
    background-size: 27px 18px;
}
.single-your_stories .vc_color-pink.vc_message_box-solid {
    color: #404040 !important;
    background-color: #D1E6E3 !important;
}
.single-your_stories .vc_color-pink.vc_message_box-solid .vc_message_box-icon {
    color:#4B2B47 !important;
}
.single-your_stories .vc_color-bh-message.vc_message_box-solid {
    color: #404040 !important;
    background-color: #D1E6E3 !important;
}
.single-your_stories .vc_color-bh-message.vc_message_box-solid .vc_message_box-icon {
    color:#4B2B47 !important;
}
.single-your_stories .vc_color-bh-fertility-hw.vc_message_box-solid {
    color: #ffffff !important;
    background-color: #4797A8 !important;
}
.single-your_stories .vc_color-bh-fertility-hw.vc_message_box-solid .vc_message_box-icon {
    color:#4B2B47 !important;
}
.single-your_stories .vc_color-bh-mustard.vc_message_box-solid {
    color: #404040 !important;
    background-color: #D9D58B !important;
}
.single-your_stories .vc_color-bh-mustard.vc_message_box-solid .vc_message_box-icon {
    color:#4B2B47 !important;
}
.single-your_stories .vc_color-pink.vc_message_box-solid h3,
.single-your_stories .vc_color-bh-message.vc_message_box-solid h3,
.single-your_stories .vc_color-bh-fertility-hw.vc_message_box-solid h3,
.single-your_stories .vc_color-bh-mustard.vc_message_box-solid h3 {
    margin-top: 0;
}


/* ---------------
NEWS EVENTS SINGLE
--------------- */
.single-news_events .page-container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: url('/wp-content/themes/bhc/images/background.jpg');
}
.single-news_events .article-container {
    width: 100%;
    padding: 20px;
    margin: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
@media screen and (min-width: 700px) {
    .single-news_events .article-container {
        padding: 50px;
    }
}
.single-news_events .featured-image .image-container {
    width: 100%;
    max-width: 700px;
}
.single-news_events .featured-image .image-container img {
    margin: auto;
    width: 100%;
}
.single-news_events .post-category {
    font-size: 13px;
}
.single-news_events .post-category .category-name {
    color: #830051;
    text-transform: uppercase;
    font-weight: 900;
}
.single-news_events .post-category .post-date {
    position: relative;
}
.single-news_events .post-category .post-date span.time {
    position: absolute;
    left: 60%;
    transform: translateX(-50%);
    padding-top: 20px;
}
.single-news_events .post-category .post-date span.location {
    float: right;
    padding-right: 20px;
    padding-top: 20px;
}
@media screen and (min-width: 35.5em) {
    .single-news_events .post-category .post-date span.time,
    .single-news_events .post-category .post-date span.location {
        padding-top: 0;
    }
}
.single-news_events .post-category hr {
    height: 2px;
    width: 100%;
    background-color: rgba(204, 204, 204, 0.5);
}
.single-news_events .article-container {
    max-width: 700px;
}
.single-news_events article.news_events {
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.single-news_events article.news_events .post-title {
    color: #830051;
}
.single-news_events article.news_events .entry-excerpt p {
    color: #7d7d7f;
    font-size: 21px;
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
}
.single-news_events .stories-container .more-title {
    text-align: center;
    color: #830051;
}
.single-news_events .wpcf7-form .get-in-touch-form .form-top .form-row span.to-email,
.single-news_events .wpcf7-form .get-in-touch-form .form-top .form-row span.subject-line,
.single-news_events .wpcf7-form .get-in-touch-form .form-top .form-row span.registrant-subject,
.single-news_events .wpcf7-form .get-in-touch-form .form-top .form-row span.message-body {
    display: none;
}

/* ---------------
CAREERS PAGE
--------------- */
.page-id-365 h1,
.page-id-365 h2,
.page-id-1619 h1,
.page-id-1619 h2,
.page-id-370 h1,
.page-id-370 h2 {
    color: #830051;
}
.page-id-365 .applications-and-contacts .aac-deps .aac-deps-single .aac-content h3,
.page-id-1619 .applications-and-contacts .aac-deps .aac-deps-single .aac-content h3,
.page-id-370 .applications-and-contacts .aac-deps .aac-deps-single .aac-content h3 {
    color: #830051;
    margin: 0;
}
.page-id-365 .applications-and-contacts .aac-deps .aac-deps-single .aac-contacts,
.page-id-1619 .applications-and-contacts .aac-deps .aac-deps-single .aac-contacts,
.page-id-370 .applications-and-contacts .aac-deps .aac-deps-single .aac-contacts {
    padding: 15px;
    background-color: #f0eceb;
    color: #830051;
}
.page-id-365 .applications-and-contacts .aac-deps .aac-deps-single .aac-contacts a,
.page-id-1619 .applications-and-contacts .aac-deps .aac-deps-single .aac-contacts a,
.page-id-370 .applications-and-contacts .aac-deps .aac-deps-single .aac-contacts a {
    text-decoration: underline;
}
.page-id-365 .applications-and-contacts .aac-deps .aac-deps-single .aac-contacts p,
.page-id-1619 .applications-and-contacts .aac-deps .aac-deps-single .aac-contacts p,
.page-id-370 .applications-and-contacts .aac-deps .aac-deps-single .aac-contacts p {
    margin-bottom: 0;
}
.page-id-365 .applications-and-contacts .aac-deps .aac-deps-single .aac-text,
.page-id-1619 .applications-and-contacts .aac-deps .aac-deps-single .aac-text,
.page-id-370 .applications-and-contacts .aac-deps .aac-deps-single .aac-text {
    padding: 15px;
    background-color: #f0eceb;
}
.page-id-365 .applications-and-contacts .aac-deps .aac-deps-single .aac-text,
.page-id-1619 .applications-and-contacts .aac-deps .aac-deps-single .aac-text,
.page-id-370 .applications-and-contacts .aac-deps .aac-deps-single .aac-text {
    margin-top: 7px;
}
.page-id-365 .applications-and-contacts .aac-deps .aac-deps-single .aac-text p,
.page-id-1619 .applications-and-contacts .aac-deps .aac-deps-single .aac-text p,
.page-id-370 .applications-and-contacts .aac-deps .aac-deps-single .aac-text p {
    margin: 0;
}
.page-id-365 .vacancies .vacancies-container .single-vacancy {
    background-color: #d1e6e3;
    padding: 15px;
    margin-bottom: 15px;
}
.page-id-365 .vacancies .vacancies-container .single-vacancy:last-child {
    margin-bottom: 0;
}
.page-id-365 .vacancies .vacancies-container .single-vacancy .vacancy-links {
    text-align: left;
}
.page-id-365 .vacancies .vacancies-container .single-vacancy .vacancy-links > div {
    display: inline;
}
.page-id-365 .vacancies .vacancies-container .single-vacancy .vacancy-links .vacancy-description {
    margin-left: 10px;
}
.page-id-365 .vacancies .vacancies-container .single-vacancy .vacancy-description {
    margin-top: 5px;
}
.page-id-365 .vacancies .vacancies-container .single-vacancy .vacancy-description a {
    text-decoration: underline;
    color: #830051;
    font-size: 15px;
    margin-right: 10px;
}

@media screen and (min-width: 20em) {
    .page-id-365 .applications-and-contacts .aac-deps .aac-deps-single.aac-deps-cot,
    .page-id-1619 .applications-and-contacts .aac-deps .aac-deps-single.aac-deps-cot,
    .page-id-370 .applications-and-contacts .aac-deps .aac-deps-single.aac-deps-cot {
        margin-top: 20px;
    }
}
@media screen and (min-width: 48em) {
    .page-id-365 .applications-and-contacts .aac-deps .aac-deps-single.aac-deps-hrt,
    .page-id-1619 .applications-and-contacts .aac-deps .aac-deps-single.aac-deps-hrt,
    .page-id-370 .applications-and-contacts .aac-deps .aac-deps-single.aac-deps-hrt {
        padding-right: 10px;
    }
    .page-id-365 .applications-and-contacts .aac-deps .aac-deps-single.aac-deps-cot,
    .page-id-1619 .applications-and-contacts .aac-deps .aac-deps-single.aac-deps-cot,
    .page-id-370 .applications-and-contacts .aac-deps .aac-deps-single.aac-deps-cot {
        padding-left: 10px;
        margin-top: 0px;
    }
}
@media screen and (min-width: 64em) {
    .page-id-365 .vacancies .vacancies-container .single-vacancy .vacancy-links > div {
        display: block;
    }
    .page-id-365 .vacancies .vacancies-container .single-vacancy .vacancy-links .vacancy-description {
        margin-left: 0;
    }
    .page-id-365 .vacancies .vacancies-container .single-vacancy .vacancy-links {
        text-align: right;
    }
}
.single-bp_vacancies .back-button {
    margin-top: 50px;
    margin-bottom: 50px;
}
.single-bp_vacancies .back-button a {
    padding-left: 25px;
    color: #830051;
    font-size: 20px;
    background: url(/wp-content/themes/bhc/images/Fullarrow_left_purple.png) no-repeat left;
    background-size: 20px 15px;
}
.single-bp_vacancies .vacancy-details-container p {
    line-height: 35px;
}
.single-bp_vacancies .vacancy-details-container .vacancy-details {
    padding-right: 40px;
    white-space: nowrap;
}
.single-bp_vacancies .vacancy-intro {
    margin-bottom: 50px;
    width: 80%;
}
.single-bp_vacancies .vacancy-disclaimer {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 50px;
}
.single-bp_vacancies .vacancy-details-block {
    padding: 50px 20px;
    background-color: #f0eceb;
    margin-bottom: 5px;
}
@media screen and (min-width: 48em) {
    .single-bp_vacancies .vacancy-details-block {
        padding: 50px 70px;
    }
}
.single-bp_vacancies .vacancy-details-block .form-cell {
    padding: 10px;
}
.single-bp_vacancies .vacancy-details-block h2,
.single-bp_vacancies .vacancy-details-block p {
    padding-left: 10px;
}
.single-bp_vacancies .vacancy-details-block select {
    padding-right: 40px;
    margin-top: 13px;
    width: 100%;
}
.single-bp_vacancies .vacancy-details-block .wpcf7-captchac {
    margin-right: 20px;
}

.single-bp_vacancies .wpcf7-form  .submit-container input[type="submit"] {
    font-size: 16px;
    max-width: 300px;
    padding-right: 50px;
}
.single-bp_vacancies .vacancy-details-block .file-uploader {
    text-align: center;
    position: relative;
}
.single-bp_vacancies .vacancy-details-block .file-uploader p {
    padding: 0;
}
.single-bp_vacancies .vacancy-details-block .file-uploader #custom-button {
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    margin: 0 auto;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    color: #ffffff;
    font-size: 16px;
    background-color: #aaa;
    padding: 15px 50px 10px 20px;
    text-decoration: none;
    text-shadow: none;
    outline: none;
    box-shadow: none;
    max-width: 300px;
    text-align: left;
    cursor: pointer;
    position: relative;
}
.single-bp_vacancies .vacancy-details-block .file-uploader #filecv {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/* ---------------
GET IN TOUCH
--------------- */
.page-id-16 .patient-services-team {
    text-align: center;
}
.page-id-16 .patient-services-team .phone img {
    display: inline;
    margin-right: 20px;
}
.page-id-16 .patient-services-team .phone span {
    vertical-align: super;
}
.page-id-16 .contact-block-container .contact-block {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.page-id-16 .contact-block-container .contact-block .header {
    background-color: #f0eceb;
    padding: 1px 20px 1px 15px;
}
.page-id-16 .contact-block-container .contact-block .header p a {
    text-decoration: underline;
}
.page-id-16 .contact-block-container .contact-block .content {
    margin-top: 7px;
    background-color: #f0eceb;
    padding: 15px;
}

@media screen and (min-width: 20em) {
    .page-id-16 .contact-block-container .contact-block {
        margin: auto;
        margin-top: 20px;
    }
}
@media screen and (min-width: 48em) {
    .page-id-16 .contact-block-container .contact-block {
        padding: 20px;
        max-width: 390px;
        margin: 0;
    }
    .page-id-16 .contact-block-container div:first-child .contact-block {
        margin: auto;
        margin-right: 10px;
    }
}

/* ------------------------
FERTILITY HEALTH & WEELBEING
------------------------ */
.page-id-199 #tablepress-1_wrapper {
    font-size: 13px;
}
.two-col-grid {
    margin-left: -15px;
    margin-right: -15px;
}
.two-col-grid .column {
    padding: 15px;
    /*align-self: stretch;*/
}
.two-col-grid .column .column__content {
    text-align: center;
    height: 100%;
    padding: 20px;
}
.two-col-grid .column .column__content h2 {
    /*font-size: 35px;*/
    margin: 0;
}
.two-col-grid .column .column__content p {
    margin: 0 0 10px;
    font-size: 18px;
}
.two-col-grid .column .column__content a {
    color: #fff;
    text-decoration: none;
    display: block;
}
@media screen and (min-width: 48em) {
    .page-id-199 #tablepress-1_wrapper {
        font-size: 16px;
    }
}

/* ------------------------
FREE IVF OPTIONS
------------------------ */
.ivf-treatment-table th.first {
    background-color: #d1e6e3;
    padding: 15px 0 15px 10px;
    text-align: left;
}
.ivf-treatment-table th.second {
    background-color: #d1e6e3;
    padding: 15px 10px 15px 0;
    text-align: right;
    font-family: 'HurmeGeometricSans4-SemiBold', sans-serif;
}
.ivf-treatment-table td {
    border-top: 1px solid #ddd;
    padding: 5px 5px 5px 10px;
}
.ivf-treatment-table tbody tr:first-of-type td {
    border-top: none;
}
.ivf-treatment-table .odd td {
    background-color: #f9f9f9;
}
.ivf-treatment-table tbody tr:hover td {
    background-color: #f3f3f3;
}
.ivf-treatment-table tbody tr.em:hover td {
    background-color: #fff;
}
.ivf-treatment-table tbody tr.em td em {
    font-size: 13px;
    font-family: 'HurmeGeometricSans4-SemiBold', sans-serif;
    padding-right: 5px;
}

/* ---------------
SEARCH RESULTS
--------------- */
/* Styling the search results page */
.search-results .content-area #search {
    display: block;
}
.search-results .content-area #search .search-form input[type="search"] {
    box-sizing: border-box;
    width: 100%;
    height: 41px;
}
.search-results .content-area #search .search-form input[type="submit"] {
    right: 5px;
}
.search-results .content-area article .entry-title {
    color: #830051;
}
.search-results .content-area article .entry-type {
    color: #7d7d7f;
    margin-top: -20px;
    margin-bottom: -20px;
    font-size: 14px;
}
.search-results .custom-navigation {
    border-top: 1px solid #830051;
    padding-top: 40px;
    text-align: center;
}
.search-results .custom-navigation .prev {
    padding-left: 25px;
    background: url("/wp-content/themes/bhc/images/Fullarrow_left_purple.png") left no-repeat;
    background-size: 20px 15px;
    color: #830051;
    border: none;
    float: left;
}
.search-results .custom-navigation .next {
    padding-right: 25px;
    background: url("/wp-content/themes/bhc/images/Fullarrow_right_purple.png") right no-repeat;
    background-size: 20px 15px;
    color: #830051;
    border: none;
    float: right;
}
.search-results .custom-navigation .page {
    background: none;
    border: none;
}
.search-results .custom-navigation .page.current {
    background: none;
    border: none;
    color: #830051;
}
.search-results #search-filter {
    margin-top: 20px;
}
.search-results #search-filter .filter-tabs .tab {
    padding: 3px;
    display: inline-block;
}
.search-results #search-filter .filter-tabs .radio-tab {
    display: none;
}
.search-results #search-filter .filter-tabs .radio-label img {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 5px;
}
.search-results #search-filter .filter-tabs .radio-label {
    background: url("/wp-content/themes/bhc/images/radio.png") no-repeat right;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #830051;
    color: #830051;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 5px 35px 4px 10px;
    max-width: 250px;
    position: relative;
}
.search-results #search-filter .filter-tabs .radio-tab:checked + .radio-label {
    background: url("/wp-content/themes/bhc/images/radio-selected.png") no-repeat right;
    background-color: #830051;
    color: #fff;
}

.search-no-results .search-results-filter {
    display: none;
}

/* ---------------
PARTIALS
--------------- */
/* Read more stories partial */
.read-more.stories-container .more-title {
    text-align: center;
    color: #830051;
}
.read-more.stories-container .more-buttons-list {
    padding-left: 10px;
    padding-right: 20px;
    text-align: center;
}
.read-more.stories-container .more-buttons-list .arrow-cta-container {
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
.read-more.stories-container .more-buttons-list .arrow-cta-container .big-arrow-cta {
    width: 100%;
    max-width: 350px;
    margin: auto;
}
@media screen and (min-width: 48em) {
    .read-more.stories-container .more-buttons-list .arrow-cta-container {
        width: 30%;
        padding: 15px 5px;
    }
}
@media screen and (min-width: 64em) {
    .read-more.stories-container .more-buttons-list .arrow-cta-container {
        width: unset;
        padding: 10px 0 0 0;
    }
}

/* footer map partial */
.map-footer {
    margin-top: 100px;
    cursor: pointer;
}
.map-footer .single {
    max-width: 512px;
}
.map-footer .text-left {
    order: 2;
    background-color: #f0eceb;
}
.map-footer .map-right {
    background-color: #a9c7e9;
}
.map-footer .text-left .text-container {
    padding: 30px 30px 45px 30px;
}
.map-footer .text-left .text-container h2 {
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    color: #830051;
    font-size: 32px;
    line-height: 40px;
    margin: 10px 0;
    font-weight: 100;
}
.map-footer .text-left .text-container .footer-cta {
    margin-top: 35px;
    margin-bottom: 10px;
}
.map-footer .map-img-container img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
.map-footer .text-left .text-container .footer-cta .cta.big-arrow-cta{
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 48em) {
    .map-footer .text-left {
        order: 0;
    }
    .map-footer .text-left .text-container {
        padding: 14px 45px 14px 45px;
        margin: auto;
    }
    .map-footer .text-left .text-container h2 {
        font-size: 34px;
        line-height: 40px;
        margin: 10px 0;
    }
    .map-footer .text-left .text-container p {
        margin-bottom: 15px;
    }
    .map-footer .text-left .text-container .footer-cta {
        margin-top: 15px;
    }
    .map-footer .text-left .text-container .footer-cta .cta.big-arrow-cta {
        margin: 10px 0px;
    }
}
@media screen and (min-width: 64em) {
    .map-footer .text-left .text-container {
        float: right;
        padding: 30px 20px 30px 20px;
    }
    .map-footer .text-left .text-container h2 {
        font-size: 55px;
        line-height: 60px;
        margin: 10px 0;
    }
    .map-footer .text-left .text-container p {
        margin-bottom: 20px;
    }
}

/* footer DFP Advert partial */
.advert-footer .single.advert-container {
    margin: auto;
}
.advert-footer .single.advert-container div {
    text-align: center;
}
.advert-footer .single.advert-container p:first-of-type {
    display: none;
}
.advert-footer .text-left .text-container {
    padding: 30px 30px 50px 30px;
}
@media screen and (min-width: 64em) {
    .advert-footer .text-left .text-container {
        padding: 10px 20px 15px 20px;
    }
}
@media screen and (min-width: 48em) {
    .advert-footer .text-left .text-container {
        padding: 14px 45px 14px 45px;
    }
    .advert-footer .single.advert-container {
        margin: 0;
    }
    .advert-footer .single.advert-container div {
        text-align: left;
    }
}
.advert-footer .text-left .text-container .footer-cta {
    margin-bottom: 0px;
}


/* footer get in touch partial */
.get-in-touch-footer {
    background-color: #f0eceb;
    margin-top: 100px;
    cursor: pointer;
}
.get-in-touch-footer .get-in-touch-content {
    text-align: center;
    padding: 45px 0;
}
.get-in-touch-footer .get-in-touch-content h2 {
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    color: #830051;
    font-size: 60px;
    line-height: 60px;
    margin: 10px 0;
    font-weight: 100;
}
.get-in-touch-footer .footer-cta #footer-contact-btn{
    margin-left:auto;
    margin-right:auto;
}

    /* top banner for pages partial */
.page-banner-top .banner-container {
    position: relative;
    overflow: hidden;
}
.page-banner-top .banner-container .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 1024px;
    padding: 10px;
}
.page-banner-top .banner-container .banner-content .banner-text p {
    font-family: 'HurmeGeometricSans4-Light', sans-serif;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding:0;
    line-height: 20px;
}
.page-banner-top .banner-container .banner-content .banner-text p:first-child {
    font-family: 'HurmeGeometricSans4-SemiBold', sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}
.page-banner-top .banner-container .banner-content .banner-cta {
    margin-top: 20px;
}
.page-banner-top .banner-container .banner-down-button {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-banner-top .banner-image-container img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
}
.page-banner-top .banner-image-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 200px;
}
@media screen and (min-width: 35.5em) {
    .page-banner-top .banner-image-container {
        padding-bottom: 300px;
    }
    .page-banner-top .banner-container .banner-content .banner-text p:first-child {
        font-size: 50px;
        line-height: 50px;
    }
}
@media screen and (min-width: 48em) {
    .page-banner-top .banner-image-container {
        padding-bottom: 400px;
    }
    .page-banner-top .banner-container .banner-content .banner-text p {
        font-size: 15px;
        line-height: 20px;
    }
    .page-banner-top .banner-container .banner-content .banner-text p:first-child {
        font-size: 75px;
        line-height: 75px;
    }
    .page-banner-top .banner-container .banner-content .banner-cta {
        margin-top: 45px;
    }
}
@media screen and (min-width: 64em) {
    .page-banner-top .banner-container .banner-down-button {
        display: block;
    }
    .page-banner-top .banner-container .banner-content .banner-text p {
        font-size: 24px;
        line-height: 30px;
    }
    .page-banner-top .banner-container .banner-content .banner-text p:first-child {
        font-size: 90px;
        line-height: 90px;
    }
}
@media screen and (min-width: 80em) {
    .page-banner-top .banner-image-container {
        padding-bottom: 500px;
    }
}

.image-container {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}
.image-container img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
}
.image-container.wide {
    padding: 56.25% 0 0 0;
}
.image-container.square {
    padding: 100% 0 0 0;
}

.page-banner-top .sec-menu {
    background-color: #f0eceb;
}
.page-banner-top .sec-menu ul {
    margin:0;
    padding: 15px 0;
    text-align: center;
}
.page-banner-top .sec-menu ul li {
    display: inline-block;
    list-style: none;
    padding: 0 8px;
    line-height: 45px;
}
.page-banner-top .sec-menu ul li a{
    color: inherit;
    font-size: 15px;
}
.page-banner-top .sec-menu ul li a:hover{
    color: #830051;
}
.page-banner-top .sec-menu ul li.current-menu-item a,
.page-banner-top .sec-menu ul li.current-menu-ancestor a {
    color: #830051;
}
.page-banner-top .sec-menu {
    display: none;
}
/* Always show secondary menu on News/Events, Success rates, Get in touch pages */
.page-id-8 .page-banner-top .sec-menu,
.page-id-14 .page-banner-top .sec-menu,
.page-id-16 .page-banner-top .sec-menu,
.page-id-289 .page-banner-top .sec-menu,
.parent-pageid-16 .page-banner-top .sec-menu {
    display: block;
}
@media screen and (min-width: 64em) {
    .page-banner-top .sec-menu {
        display: block;
    }
}


/* ---------------
THIRD LEVEL MENU MOBILE AND DESKTOP
--------------- */
/* third level menu on mobile */
.mobile-select-third-level-menu .menu-main-menu-container {
    max-height: 0;
    overflow: hidden;

    -webkit-transition:  max-height 0.3s ease-in-out;
    -moz-transition:  max-height 0.3s ease-in-out;
    -ms-transition:  max-height 0.3s ease-in-out;
    -o-transition:  max-height 0.3s ease-in-out;
    transition:  max-height 0.3s ease-in-out;
}
.mobile-select-third-level-menu .menu-main-menu-container.menu-main-menu-container-expanded {
    max-height: 1000px;
}
.mobile-select-third-level-menu .menu-image-container {
    text-align: right;
    background-color: #f7f8fa;
    position: relative;
}
.mobile-select-third-level-menu .text,
.mobile-select-third-level-menu .menu-image-container {
    cursor: pointer;
}
.mobile-select-third-level-menu .text {
    padding: 15px;
    background-color: #f7f8fa;
}
.mobile-select-third-level-menu .text a,
.mobile-select-third-level-menu .text a:hover,
.mobile-select-third-level-menu .text a:visited{
    color: inherit;
    font-family: 'HurmeGeometricSans4-Bold', sans-serif;
}
.mobile-select-third-level-menu .image {
    background-color: #830051;
    width: 70px;
    display: block;
    height: 100%;
    outline: none;
    float: right;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 42px;
    text-align: center;
}
.mobile-select-third-level-menu .image.active svg {
    transform: rotate(0.5turn);
}
.mobile-select-third-level-menu .image svg {
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}
.mobile-select-third-level-menu #primary-menu {
    background-color: #d3dfdd;
}
.mobile-select-third-level-menu #primary-menu {
    margin:0;
    padding: 0;
}
.mobile-select-third-level-menu #primary-menu li {
    border-bottom: 1px solid #D1E6E3;
    padding: 10px 15px;
}
.mobile-select-third-level-menu #primary-menu li:last-child {
    border-bottom: none;
}
.mobile-select-third-level-menu #primary-menu li a {
    display: block;
    width: 100%;
    color: inherit;
}

@media screen and (min-width: 64em) {
    .mobile-select-third-level-menu {
        display: none;
    }
}

/* third level menu on desktop */
.third-level-menu ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 33px;
}
.third-level-menu ul.menu li {
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #d1e6e3;
    color: #000;
    position: relative;
    max-width: 250px;
}
.third-level-menu ul.menu li a {
    display: block;
    font-size: 14px;
    padding: 15px 45px 15px 15px;
}
.third-level-menu ul.menu li a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    background-image: url("/wp-content/themes/bhc/images/Fullarrow_right_black.png");
    background-size: 18px 14px;
    width: 18px;
    height: 14px;
    display: inline-block;
    content: "";
}
.third-level-menu ul.menu li:hover,
.third-level-menu ul.menu li.current-menu-item {
    background-color: #81cec1;
    color: #fff;
}
.third-level-menu ul.menu li a,
.third-level-menu ul.menu li a:hover,
.third-level-menu ul.menu li a:visited{
    color: inherit;
}
.third-level-menu ul.menu li:hover a:after,
.third-level-menu ul.menu li.current-menu-item a:after{
    background-image: url("/wp-content/themes/bhc/images/Fullarrow_right_white.png");
    background-size: 18px 14px;
    width: 18px;
    height: 14px;
    display: inline-block;
    content: "";
}
.third-level-menu {
    display: none;
}
.page-id-10308 #primary-menu .menu-item.menu-item-3640,
#primary-menu .menu-item.menu-item-10316,
#primary-menu .menu-item.menu-item-10317{
    display: none;
}
@media screen and (min-width: 64em) {
    .third-level-menu {
        display: block;
    }
}

/**
* Contact us popup
*/
.contact-us-popout {
    box-sizing: border-box;
    width: 325px;
    position: fixed;
    right: -325px;
    top: 30%;
    z-index: 1000;
    transition: right 0.2s 0.0s;
    height: 70%;
}
.home .contact-us-popout,
.page-id-16 .contact-us-popout {
    display: none;
}

.contact-us-popout .popout-icon {
    cursor: pointer;
    background-color: #80B59F;
    border-radius: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 4px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(100,100,100,0.5);
    -moz-box-shadow: 1px 1px 1px 0 rgba(100,100,100,0.5);
    box-shadow: 1px 1px 1px 0 rgba(100,100,100,0.5);
    position: absolute;
    top: 0;
    right: 100%;
    font-size: 30px;
    color: #ffffff;
    visibility: visible;
    transition: visibility 0.2s;
}

.contact-us-popout.is-open {
    right: 0;
    transition: right 0.2s 0.2s;
}
.contact-us-popout.is-open .popout-icon {
    visibility: hidden;
}
@media screen and (min-width: 768px) {
    .contact-us-popout .popout-icon {
        width: 56px;
        height: 56px;
        padding: 8px;
        font-size: 30px;
    }
}
.contact-us-popout .form-container {
    height: 100%;
}
.contact-us-popout .form-container .header {
    background-color: #80B59F;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px 3px 0 0;
}
.contact-us-popout .form-container .header p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}
.contact-us-popout .form-container .header svg {
    float: right;
    font-size: 22px;
    line-height: 25px;
    cursor: pointer;
}
.contact-us-popout .form-container > .wpcf7 {
    height: calc(100% - 44px);
    overflow-y: scroll;
}
.contact-us-popout .form-container .get-in-touch-form {
    padding: 5px 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F0ECEB 100%);
    border-radius: 0 0 3px 3px;
}
.contact-us-popout .form-container .get-in-touch-form .text {
    font-size: 12px;
}
.contact-us-popout .form-container hr {
    height: 1px;
    width: 100%;
    background-color: #ffffff;
}

.contact-us-popout .form-container .form-top {
    border-bottom: none;
    padding-bottom: 0;
}
.contact-us-popout .form-container label {
    color: #4A4A4A;
    font-size: 11px;
}
.contact-us-popout .form-container span.wpcf7-not-valid-tip {
    font-size: 14px;
}
.contact-us-popout .form-container input {
    margin-top: 0;
    outline: 0;
    padding: 5px;
}
.contact-us-popout .form-container textarea {
    height: 4em;
    margin-top: 0;
    outline: 0;
}
.contact-us-popout .form-container select {
    width: 100%;
    padding: 5px;
    height: 35px;
    margin-bottom: 15px;
}
.contact-us-popout .form-container input:focus,
.contact-us-popout .form-container textarea:focus,
.contact-us-popout .form-container select:focus {
    outline: none;
}
@media screen and (min-width: 64em) {
    .contact-us-popout .form-container .wpcf7-form-control-wrap.title {
        padding-right: 10px !important;
    }
}
.contact-us-popout .form-container .wpcf7-form-control-wrap.first-name,
.contact-us-popout .form-container .wpcf7-form-control-wrap.last-name,
.contact-us-popout .form-container .wpcf7-form-control-wrap.email,
.contact-us-popout .form-container .wpcf7-form-control-wrap.which-clinic,
.contact-us-popout .form-container .wpcf7-form-control-wrap.age,
.contact-us-popout .form-container .wpcf7-form-control-wrap.telephone,
.contact-us-popout .form-container .wpcf7-form-control-wrap.how-help {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.grecaptcha-badge {
    display: none;
}
.page-id-16 .grecaptcha-badge,
.single-bp_vacancies .grecaptcha-badge {
    display: block;
}

/* ---------------
HOMEPAGE ADDITIONAL BANNER CONTENT
--------------- */
.additional-banner-wrapper {
    padding: 10px;
    position: relative;
    background-color: #d1e6e3;
    color: #4B2B47;
    text-align: center;
}

.additional-banner-wrapper .arrow-cta-container {
    margin-top: 10px;
}


/**
* Cookie management
*/
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme.gdpr_infobar_postion_bottom {
    border-top: none;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme.gdpr_infobar_postion_bottom .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    max-width: 1200px;
    margin: auto;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme.gdpr_infobar_postion_bottom .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
    color: #404040;
    font-weight: normal;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme.gdpr_infobar_postion_bottom .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p a,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme.gdpr_infobar_postion_bottom .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p .change-settings-button {
    color: #830051;
    font-weight: normal;
    text-decoration: none;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme.gdpr_infobar_postion_bottom .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p a:hover {
    text-decoration: underline;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme.gdpr_infobar_postion_bottom .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    box-shadow: none;
    text-shadow:none;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme.gdpr_infobar_postion_bottom .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
    background-color: #be1b6b;
    box-shadow: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button.moove-gdpr-tab-nav span.gdpr-icon,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button.moove-gdpr-tab-nav span.gdpr-icon,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button.moove-gdpr-tab-nav span.gdpr-nav-tab-title,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button.moove-gdpr-tab-nav span.gdpr-nav-tab-title,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li:hover button,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li:hover button svg,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button svg {
    color: #830051;
}

.moove-gdpr-tab-main-content table td {
    padding: 4px;
}
