﻿.h1,
.h2,
.h3,
body,
h1,
h2,
h3,
html {
    -webkit-font-smoothing: antialiased;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.d7,
.footer {
    padding-top: 40px;
}
@font-face {
    font-family: main;
    src: url(../fonts/focoregular.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fa-solid-900.ttf);
    font-display: swap;
}
@font-face {
    font-family: heading;
    src: url(../fonts/FocoBlack.ttf) format("truetype"), url(../fonts/focoblack.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: headingbold;
    src: url(../fonts/focobold.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: lockup;
    src: url(../fonts/frutiger-bold.ttf) format("truetype");
    font-display: swap;
}
a {
    color: #00594C;
    text-decoration: underline;
    font-family: headingbold;
}

a:hover {
    color: #575757;
}

.std-card a, .job-card a {font-family: main;}
.top-header-banner-col a {
    text-decoration: underline;
}
.top-header-banner-col ul a {
    text-decoration: none;
}
body,
html {
    font-family: main, sans-serif !important;
    font-size: 18px !important;
    color: #575757;
}
h1 {
    font-size: 60px;
    line-height: 1em !important;
}
h2 {
    font-size: 36px !important;
}
h3 {
    font-size: 28px !important;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-family: heading;
    font-weight: 400 !important;
}
.d2 h3 {
    padding-top: 40px;
}
.d3,
.d7 {
    background-color: #eaeff0;
}
.d5,
.d6 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.d1 {
    margin-top: 80px;
    margin-bottom: 60px;
}
.d2 {
    margin-top: 0 !important;
    margin-bottom: 60px;
}
.d7 {
    padding-bottom: 60px;
}
.d7 p {
    padding: 10px 0 10px 0;
}
.d7 h2 {
    padding: 20px 0 0 0;
}
.footer {
    background-color: #1a1919;
    padding-bottom: 30px;
    margin-bottom: -22px;
}

.button-teal-small {border: none;width:auto !important;display: inline-block;margin-top:15px;}

.button-teal {
    background: #00594C;
    color: #fff;
    padding: 14.5px 35px !important;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: 0.3s;
    text-decoration: none !important;
    font-family: headingbold;
    font-size: 18px;
    width:100%;
}
.button-teal:hover {
    background: #1c8871;
    color: #fff;
}
.bgimage img {
    margin-bottom: 12vh;
    width: 140px;
    height: auto;
    filter: brightness(0) invert(1);
}
.footer img {
    width: auto;
    max-height: 80px;
}
.footer-img-2 {
    width: auto;
    max-height: 80px !important;
    margin-left: 50px !important;
}
.footer-img-3 {
    max-width: 150px !important;
    height: auto;
    margin-left: 40px !important;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.panel-default > .panel-heading {
    color: teal !important;
    background-color: #fff;
}
.panel-default a {
    color: #16a087 !important;
}
h3.panel-title {
    font-family: main !important;
    color:#00594C !important;
}
.open-icon:after {
    content: url(../img/arrowd.png);
    float: right;
  
}
.closed-icon:after {
    content: url(../img/arrowd.png);
    float: right;
  
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-body {
    padding: 0px !important;
}
.panel-first {

    border-bottom: #d3d3d3 2px solid !important;
}
.panel {
    border-bottom: #d3d3d3 2px solid !important;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    border: 0 solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0 solid #ddd;
}

.panel-heading {
    padding: 10px 0;
}
.row > .box {
    padding: 0 3px 3px 0;
}
.box .container,
.box .info-area .description .description-inner {
    display: table;
}
.box .container {
    width: 100% !important;
    background-color: #e3e4e2 !important;
    border-radius: 5px;
}
.box .container:focus,
.box .container:hover {
    background-color: #f7f5f2;
}
.box .container:focus .description p,
.box .container:hover .description p {
    color: #fff;
}
.box .info-area,
.box .info-area .description p {
    display: table-cell;
    vertical-align: bottom;
}
.box .info-area,
.box .info-area .description .description-inner {
    padding: 0;
}
.box .info-area {
    position: relative;
    width: 100%;
}
.box .info-area .description,
.box .info-area .description .description-inner {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}
.box .info-area .description {
    position: absolute;
    top: 0;
    left: 0;
}
.box .info-area .description p {
    margin-top: 0;
    color: transparent;
}
.bgimage h1,
.box a,
.footer {
    color: #fff;
}
.bgimage h1 {
    position: absolute;
    bottom: 15px;
}
.box .info-area h3 {
    margin-bottom: 0;
    line-height: 1.3;
    vertical-align: text-bottom !important;
}
.tiles {
    margin-bottom: 0;
}
.row.tiles {
    padding-top: 0 !important;
}
.box .container:hover .description + h3,
.box .container:hover .st {
    display: none;
}
.eqh h2 {
    padding-top: 80px;
}
.eqh p {
    padding-bottom: 20px;
    padding-top: 10px;
}
.eqh p a {
    margin-bottom: 100px !important;
}
.img-block-space {
    padding-bottom: 30px !important;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bgimage {
    width: 100%;
    background-size: cover !important;
    background: url(../img/header.jpg) center center no-repeat;
}
.footer a img {
    width: 180px;
    height: auto;
}
@media only screen and (max-width: 768px) {
    .bgimage {
        width: 100%;
        background-size: cover !important;
        background: url(../img/Mob-hero.jpg) center center no-repeat;
    }
    .head-bnr {
        min-height: 70vh !important;
    }
    .bgimage img {
        margin-bottom: 12vh;
        width: 140px;
        height: auto;
        filter: brightness(0) invert(1);
    }
    .panel-body {
        width: 100%;
    }
    .carousel-control img {
        width: 40px;
    }
    .vcenter {
        display: inline !important;
        align-items: inherit;
    }
}
@media only screen and (max-width: 600px) {
    .img-block-space {
        display: none;
    }
    .bgimage img {
        max-width: 85px;
        height: auto;
    }
    .footer img {
        max-width: 150px;
        height: auto;
    }
    .footer-img-2 {
        max-width: 100px !important;
        height: auto;
    }
    .footer-img-3 {
        max-width: 100px !important;
        height: auto;
    }
    .footer a,
    .footer p {
        font-size: 14px;
        padding-top: 20px;
    }
    .bgimage img {
        margin-bottom: 20vh;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    .row > .box {
        padding: 0 15px 6px;
    }
    .button-teal {
        display: block;
        text-align: center;
    }
}
#cwrapper {
    text-align: center;
}
#carousel {
    margin-top: 40px;
}
.carousel-linked-nav,
.item img {
    display: block;
    margin: 0 auto;
}
.carousel-linked-nav {
    display: inline-block;
    margin: 0 auto;
}
.front:after {
    content: url(../img/i.png);
    float: right;
}
.back:after {
    content: url(../img/x.png);
    float: right;
}
.back,
.front {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
   
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  
    z-index: 20;
}
.card div {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 0 !important;
}
.card .back {
    background: #424242 !important;
    z-index: 99;
    color: #fff;
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    text-align: left;
    padding-left: 20px;
    border-radius: 3px;
}
label:hover .card {
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    -webkit-transform: rotateX(20deg);
    transform: rotateX(20deg);
    box-shadow: 0 20px 20px rgba(50, 50, 50, 0.2);
}
/*
input {
    display: none;
}
*/
:checked + .card {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
}
:checked + .front {
    display: none !important;
    visibility: hidden !important;
    z-index: -1;
}

/* 
:checked + span {
    display: none !important;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
}
*/
label:hover :checked + .card {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    box-shadow: 0 20px 20px rgba(255, 255, 255, 0);
}
.flip-boxes {
    margin-top: 100px;
    margin-bottom: -100px;
}
.flip-boxes .col-lg-4 {
    padding: 2px;
}
label {
    display: inline-block;
    margin-bottom: -5px !important;
    font-weight: inherit !important;
}
.card .card-content {
    position: absolute;
    bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
}
.back p {
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
}
.card h3 {
    margin-bottom: 0;
}
.card-content-back {
    position: absolute;
    bottom: 0;
    padding-right: 20px;
}
.card-content-back h3 {
    padding-left: 15px;
}
.one {
    background: url(../img/1.png) right no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.two {
    background: url(../img/2.png) right no-repeat;
    background-size: cover;
    border-radius: 3px;
}
.three {
    background: url(../img/3.png) right no-repeat;
    background-size: cover;
    border-radius: 3px;
}
.four {
    background: url(../img/4.png) right no-repeat;
    background-size: cover;
    border-radius: 3px;
}
.five {
    background: url(../img/5.jpg) right no-repeat;
    background-size: cover;
    border-radius: 3px;
}
.six {
    background: url(../img/6.png) right no-repeat;
    background-size: cover;
    border-radius: 3px;
}
.lead {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.head-bnr {
    min-height: 80vh;
}
.panel-title {
    padding-top: 15px;
    padding-bottom: 15px;
}
.d5 h2 {
    padding: 30px 0 0 0;
}
.d5 p {
    padding: 0 0 10px 0;
}
.card-flip {
    perspective: 1000px;
}
.back,
.card-flip,
.front {
    width: 100%;
    height: 480px;
}
.flip {
   
    transform-style: preserve-3d;
    position: relative;
}
.back,
.front {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.front {
    z-index: 2;
    transform: rotateY(0);
}
.back {
    transform: rotateY(180deg);
    z-index: 1;
}
.acc-para {
    padding-bottom: 45px;
}
.carousel-control.left {
    background-image: none;
    float: left;
}
.carousel-control.right {
    background-image: none;
    float: right;
}
iframe {
    height: 400px;
    width: 100%;
}
@media only screen and (max-width: 1000px) {
    .d1 {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    iframe {
        height: 300px;
        width: 100%;
    }
}
@media only screen and (max-width: 700px) {
    .d3 .col-lg-7 {
        height: 200px !important;
    }
    .carousel-control img {
        width: 40px !important;
    }
    iframe {
        height: 250px;
        width: 100%;
    }
}
@media only screen and (max-width: 1200px) {
    .carousel-indicators {
        bottom: -50px !important;
    }
    .eq-col {
        height: auto !important;
    }
    .d3 .col-lg-7 {
        height: 400px !important;
    }
}

@media only screen and (max-width: 350px) {
    .carousel-control img {
        width: 40px !important;
    }
    iframe {
        height: 180px;
        width: 100%;
    }
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d1d1d1;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #17a084;
    border: 1px solid #17a084;
}
.carousel-control {
    position: absolute;
    top: 35%;
    opacity: 1;
    width: auto;
    height: 80px;
}
.carousel-control img {
    width: 50px;
}
.carousel-indicators {
    bottom: -65px;
}
.d2 h3 {
    padding-top: 80px;
}
.carousel-control.left {
    text-align: left;
}
.carousel-control.right {
    text-align: right;
}
.d2 .col-lg-6 {
    margin-top: 50px;
}
.get-started-row {
    background: #42aed2;
    border-radius: 6px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    margin-bottom: 55px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.get-started-row img {
    position: relative;
    bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.get-started-cont {
    background-image: linear-gradient(to bottom, #fff, #fff 40%, #ecf7fa 40%, #ecf7fa);
    background-size: cover;
    background-repeat: no-repeat;
}
.top-header-banner-col {
    margin-bottom: 10vh;
}
.top-header-banner-col img {
    margin-bottom: 10vh;
    width: 120px;
    height: auto;
}
.no-text .top-header-banner-col img {
    margin-bottom: 0 !important;
}
.no-text .top-header-banner-col {
    margin-bottom: 0;
}
.top-header-banner h1,
.top-header-banner p {
    padding-left: 100px;
    padding-right: 100px;
}
.top-header-banner h1 {
    font-size: 60px !important;
}
.top-header-banner p {
    font-size: 20px !important;
}
.card-sub-title {
    font-weight: 700;
    margin-top: -10px;
}
.button-white {
    background: #fff;
    color: #42add2;
    padding: 16px 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 10px;
    display: inline-block;
}
.button-white:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.blue-cont {
    background: #cceae5;
    padding-bottom: 10px;
}
.blue-cont h4 {
    font-size: 18px;
}
.job-card .button-teal {
    display: inline-block;
}
.job-card, .std-card {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;

    border-radius: 6px;
    transition: box-shadow 0.25s;
}
.job-card .card-content {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.std-card {
    line-height: 1.42857143;
    box-shadow: none;
    border-radius: 6px;
    transition: box-shadow 0.25s;
   display: flex;
    flex-flow: column;
    height: 100%;
}
.std-card .card-content {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.res-card {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    transition: box-shadow 0.25s;
}
.res-card:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-card {
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
    object-fit: cover;
    transition: all 0.25s ease;
}
.img-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.25s ease;
}
.job-card .img-card {
    height: 320px;
    width:auto !important;
    object-fit: cover;
    min-width: 100%;
}
.job-card img {
    transition: all 0.25s ease;
    height: 320px;
    object-fit: cover;
}
.card-content {
    padding: 20px;
    text-align: left;
    height: 100%;
    display: flow-root;
}
.job-card .card-content,
.res-card .card-content,
.std-card .card-content {
    background-color: #fff;
}
.job-card .cont {
    padding-top: 10px;
    padding-bottom: 5px;
}
.job-card h3 {
    padding-top: 5px;
}
.job-card h3 a {font-family: 'heading' !important;}
.std-card a:focus,
a:hover {
    text-decoration: none;
}
.card-title {
    margin-top: 0;
    font-size: 18px;
}
.res-card h4 {
    font-weight: 700;
    margin-top: 10px;
    font-size: 18px !important;
}
.std-card h4 {
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 18px !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.std-card:focus h4,
.std-card:hover h4 {
    text-decoration: underline !important;
}

.new-accordion-box h4 {
    font-family: heading;
}
.card-title a {
    color: #000;
    text-decoration: none !important;
}
.card-read-more a {
    text-decoration: none !important;
    padding: 12px;
    font-weight: 600;
    text-align: right;
    background: #f1f1f1;
    color: #00a188;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.card-read-more a:hover {
    background: #f1f1f1;
    color: #00a188;
}
.card-fsz {
    float: left;
    padding: 12px;
    font-size: 16px;
    color: #575757;
}
.blank-cont .container,
.blue-cont-t .container,
.yellow-cont .container {
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (max-width: 800px) {
    .get-started-row .col-lg-4 {
        display: none;
    }
    .container {
        margin-left: 20px;
        margin-right: 20px;
    }
    .top-header-banner h1,
    .top-header-banner p {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.new-accordion-box {
    max-width: 711px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: left;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: -8px;
    margin-bottom: 8px;
}
.new-accordion {
    background-image: linear-gradient(to bottom, #fff, #fff 70%, #ecf7fa 70%, #ecf7fa);
    background-size: cover;
    background-repeat: no-repeat;
}
.yellow-cont {
    padding-top: 20px;
    background-image: linear-gradient(to top, #fff, #fff 25%, #cceae5 25%, #cceae5);
    background-size: cover;
    background-repeat: no-repeat;
}
.fw-yellow {
    background-color: #cceae5;
    padding-bottom: 40px;
    padding-top: 40px;
}
.fw-blue {
    background-color: #cceae5;
    padding-bottom: 40px;
    padding-top: 40px;
}
.fw-white {
    padding-bottom: 40px;
    padding-top: 40px;
}
.blue-cont-t {
    background-image: linear-gradient(to bottom, #fff, #fff 20%, #cceae5 20%, #cceae5);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.job-card h4 a {
    color: #00A188 !important;
    font-family: heading;
    -webkit-font-smoothing: antialiased;
}

.std-card h4 a {
    color: #575757;
    font-family: heading;
    -webkit-font-smoothing: antialiased;
}
.std-card h3 a {
    color: #575757 !important;
    font-family: heading;
    -webkit-font-smoothing: antialiased;
}
.std-card p a {
    color: #575757 !important;
}
.bgimage-new {
    width: 100%;
    background-size: cover !important;
    background: url(https://www.adultsocialcare.co.uk/include/img/0125/hero/2.jpg) center top no-repeat;
    margin-top: 14px;
}
.bgimage-job {
    width: 100%;
    background-size: cover !important;
    background: url(/microsites/everydayisdifferent/include/img/job-search-lg.png) center center no-repeat fixed;
}
@media only screen and (max-width: 999px) {
    .new-accordion-box {
        max-width: 533px;
    }
}
@media only screen and (max-width: 701px) {
    .new-accordion-box {
        max-width: 443px;
    }
}
@media only screen and (max-width: 768px) {
    .bgimage-new {
        width: 100%;
        background-size: cover !important;
        background: url(https://www.adultsocialcare.co.uk/include/img/0125/hero/2.jpg?q=25&w=768) center center no-repeat;
        margin-top: 0px;
    }
    .bgimage-new img {
        margin-bottom: 12vh;
        width: 140px;
        height: auto;
    }
    .bgimage-job {
        width: 100%;
        background-size: cover !important;
        background-image: url(/microsites/everydayisdifferent/include/img/job-search-lg.png);
        background-position: center center;
    }
    .bgimage-job img, .top-header-banner img {
        margin-bottom: 12vh;
        width: 140px;
        height: auto;
    }
}
@media only screen and (max-width: 600px) {
    .bgimage-job img,
    .bgimage-new img, .top-header-banner img {
        max-width: 85px;
        height: auto;
    }
    .bgimage-job img,
    .bgimage-new img, .top-header-banner img {
        margin-bottom: 20vh;
    }
}
.bgimage-job img,
.bgimage-new img, .top-header-banner img {
    width: 120px;
    height: auto;
}
.care-logo-mobile {
    float: right;
    margin-bottom: 0 !important;
    display: block;
}
.menu-logo {
    padding-left: 8px;
    margin-bottom: 0 !important;
}
.bgimage-job h1,
.bgimage-new h1 {
    color: #fff;
    padding-top: 30vh;
    padding-bottom: 10vh;
}
.menu-ph .overlay {
    margin-left: auto;
    right: 0px !important;
    position: relative;
    z-index: 99;
    float: right;
    display: inline-block;
}
.menu-ph .overlay ul li {
    display: inline-block;
    font-family: heading;
}
.overlay-menu a {
    color: #fff;
    margin-left: 20px;
    margin-top: 20px;
    display: block;
    -webkit-font-smoothing: antialiased;
        text-decoration: underline;
}
.top-header-banner .overlay-menu a {
    color: #333;
}

.top-header-banner .menu-button-clear {
    border: 2px solid #333;
}

.menu-button:hover {
    background: #1c8871;
    
}
.overlay-menu .menu-button-clear:hover, .overlay-menu a:hover, .menu-button:hover {
    transform: translatey(-2px);
}



.top-header-banner .menu-button {
    color: #fff !important;
}
@media only screen and (max-width: 768px) {
    .job-mobile-ul {
        display: block;
        list-style: none;
        float: right;
        margin: 25px 0;
        position: relative;
        padding-inline-start: 0;
    }
    .job-mobile {
        float: right;
    }
    .overlay-menu a {
        margin-left: auto;
        margin-top: auto;
        display: inline-block;
    }
    .menu-ph .container p {
        font-size: 20px;
    }
    .menu-ph .container a {
        display: inline-block;
        position: relative;
        text-align: center;
        color: #16a087;
        text-decoration: none;
        font-size: 20px;
        overflow: hidden;
        top: 5px;
    }
    .menu-ph .container a:after {
        content: "";
        position: absolute;
        background: #16a087;
        height: 2px;
        width: 0%;
        transform: translateX(-50%);
        left: 50%;
        bottom: 0;

    }
    .menu-ph .container a:active:after,
    .menu-ph .container a:focus:after,
    .menu-ph .container a:hover:after {
        width: 100%;
    }
    .menu-ph h1 {
        position: relative;
        text-align: center;
    }
    .menu-ph .button_container {
        position: relative;
        display: block;
        float: right;
        height: 24px;
        width: 28px;
        cursor: pointer;
        z-index: 100;
        margin-top:20px;
        margin-bottom:20px;
    }
    .button_container.active {
        position: relative;
        top: 20px;
        right: 20px;
        display: block;
        position: fixed;
        float: right;
        height: 24px;
        width: 28px;
    }
    .menu-logo {
        display: none;
    }
    .menu-ph .button_container:hover {
        opacity: 1;
    }
    .menu-ph .button_container.active .top {
        transform: translateY(10px) translateX(0) rotate(45deg);
        background: #fff;
    }
    .menu-ph .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }
    .menu-ph .button_container.active .bottom {
        transform: translateY(-6px) translateX(0) rotate(-45deg);
        background: #fff;
    }
    .menu-ph .button_container span {
        background: #575757;
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        top: 4px;
    }
    .menu-ph .button_container.home span {
        background: #FFFFFF;
    }

    .menu-ph .button_container span:nth-of-type(2) {
        top: 12px;
    }
    .menu-ph .button_container span:nth-of-type(3) {
        top: 20px;
    }
    .menu-ph .overlay {
        position: fixed;
        background: #1abc9c;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
   
   
        overflow: hidden;
        font-size: 30px;
    }
    .menu-ph .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
        z-index: 99;
        font-family: inherit;
    }
    .menu-ph .overlay.open li {
        animation: fadeInRight 0.5s ease forwards;
        animation-delay: 0.35s;
    }
    .menu-ph .overlay.open li:nth-of-type(2) {
        animation-delay: 0.4s;
    }
    .menu-ph .overlay.open li:nth-of-type(3) {
        animation-delay: 0.45s;
    }
    .menu-ph .overlay.open li:nth-of-type(4) {
        animation-delay: 0.5s;
    }
    .menu-ph .overlay nav {
        position: relative;
        height: 62%;
        top: 40%;
        transform: translateY(-50%);
        font-size: 50px;
        font-weight: 400;
        text-align: center;
    }
    .menu-ph .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
    }
    .menu-ph .overlay ul li {
        display: block;
        height: auto;
        margin-bottom: 30px;
        min-height: 30px;
        position: relative;
        opacity: 0;
        font-family: heading;
    }
    .menu-ph .overlay ul li a {
        display: block;
        position: relative;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        font-size: 30px;
    }
    .menu-ph .overlay ul li a:hover:after,
    .overlay ul li a:active:after,
    .overlay ul li a:focus:after {
        width: 100%;
    }
    .menu-ph .overlay ul li a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        transform: translateX(-50%);
        height: 3px;
        background: #fff;
 
    }
    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }
}
.res-card p {
    color: #575757;
}
.footer ul {
    list-style: none;
    padding-left: 0;
}
.footer ul li {
    padding-top: 5px;
}
.footer ul li:nth-of-type(1) {
    font-family: heading;
    padding-top: 0;
}

.fb-footer a, .ig-footer a
{
    text-decoration: none;
}

.fb-footer a:after {
    content: " " url(/microsites/everydayisdifferent/include/img/content/0121/footer/facebook.svg);
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.ig-footer a:after {
    content: " " url(/microsites/everydayisdifferent/include/img/content/0121/footer/instagram.svg);
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    width: 36.5px;
    height: 33px;
}

.menu-button {
    background: #00594C;
    border: 2px solid #00594C;
    color: #fff;
    padding: 8px 14px 8px 14px;
    border-radius: 4px;

    text-decoration: none !important;
}
.menu-button-clear {
    border: 2px solid #fff;
    padding: 8px 14px 8px 14px;
    border-radius: 4px;

        text-decoration:none !important;
}
.teal-text {
    color: #16a087 !important;
}
.teal-text a {
    color: #16a087 !important;
}
.iframe-container-edid {
    overflow: hidden;
    position: relative;
    min-height: 99vh;
    margin-top: 0;
}
.iframe-container-edid iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.skills-img {
    width: 100%;
    height: auto;
}
.skills-page {
    font-size: 18px;
    line-height: 1.5em;
}
.col-lg-6 p,
.col-lg-6 ul {
    font-size: 18px;
}
.fw-blue h2 {
    margin-top: 5px;
}
.job-search-cont {
    padding-bottom: 60px;
    padding-top: 60px;
    background-image: url(/microsites/everydayisdifferent/include/img/job-banner-8394.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.row.job-search__small {
    margin-right: -0px;
    margin-left: -0px;
}
.job-search__small {
    border-radius: 0 6px 6px 0;
    background: #CCEAE5;
    border-left: 3px solid #16a087;
    padding: 20px;
}
.job-search__large {
    color: #fff;
    border-radius: 0 6px 6px 0;
    background: rgba(0, 0, 0, 0.6);
    border-left: 3px solid #16a087;
    margin-top: 0;
    padding: 20px 20px 20px 20px;
    position: relative;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.job-search__large p {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 19px;
}
@media only screen and (min-width: 1024px) {
    .job-search-info__large,
    .job-search__large {
        width: 100% !important;
    }
}
.job-search-cont h2 {
    color: #fff;
}
.styled-select {
    height: 3rem;
    border-radius: 3px;
    color: #666;
    overflow: hidden;
    background: #fff !important;
    width: 100%;
    border: solid 1px #c1c1c1 !important;
    position: relative;
    margin-top: 1rem !important;
    line-height: 3rem !important;
}
.styled-select select {
    width: 120% !important;
    height: 3rem;
    -webkit-appearance: none;
    border: none;
    background: 0 0;
    line-height: 3rem;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}
.styled-select:after {
    content: "▼";
    position: absolute;
    top: 0;
    right: 0.66667rem;
    height: 3rem;
    font-size: 1.33333rem;
    z-index: 0;
}
input.job-location {
    display: block;
    height: 3rem;
    border-radius: 3px;
    color: #666;
    overflow: hidden;
    background: #fff !important;
    width: 100%;
    border: solid 0px #ffffff !important;
    position: relative;
    margin-top: 1rem !important;
    line-height: 3rem !important;
    padding: 0 1rem;
}

input.job-location-filter {
    display: block;
    border-radius: 3px;
    color: #666;
    overflow: hidden;
    background: #fff !important;
    width: 100%;
    border: solid 1px #767676!important;
    margin-bottom: 0px !important;
    padding: 0 1rem;
}

.pb-0 {padding-bottom: 0px !important;}

.pr-0 {padding-right:0px !important;}

label.job-label {
    height: auto;
    top: auto;
    left: auto;
    transform-style: initial;
    transform: none;
    margin-top: 20px;
}
.job-submit {
    border: none;
    margin-top: 1rem !important;
    padding: 14px 0;
}
.job-card-details {
    display: block;
    margin: 5px 0;
}
.job-location,
.job-salary {
    /*font-weight: 700;*/
}
.job-salary {
    margin-bottom: 10px;
}
.job-card h4.card-title {
    margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
    .job-submit {
        padding: 14px 50px;
    }
}
.pagination-wrapper {
    border-top: 1px solid#1c8871;
    border-bottom: 1px solid #1c8871;
    overflow: hidden;
    margin: 60px 0;
}
.pager-info {
    width: 30%;
    float: left;
    padding: 0 0 1.875rem 0;
    margin-top: 1.875rem;
    line-height: 42px;
}
.pagination {
    position: relative;
    padding: 0;
    margin-top: 1.875rem;
    text-align: center;
    float: right;
}
.pagination .pagination__list {
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pagination .pagination__item {
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
    display: inline-block;
    margin-right: 0;
}
.pagination .pagination__link,
.pagination__current {
    color: inherit;
    font-weight: 700;
    padding: 10px 15px;
}
.pagination .pagination__item .pagination__link:hover,
.pagination__current {
    background: #fff;
    color: #575757;
}
.pagination .pagination__item:after,
.pagination .pagination__item:before {
    content: none;
}
.pagination .pagination__prev {
    margin-right: 0;
}
.pagination .pagination__next {
    margin-right: 0;
}
a.pagination__link--backforth {
    color: #fff !important;
    background: #1c8871;
    margin: 0 40px;
    border-radius: 3px;
    min-width: 100px;
    display: block;
}
a.pagination__link--backforth:active,
a.pagination__link--backforth:hover {
    color: inherit !important;
}
@media only screen and (max-width: 1199px) {
    .pager-info {
        width: auto;
    }
    .pagination {
        float: right;
    }
}
@media only screen and (max-width: 990px) {
    .pager-info {
        width: 100%;
        float: none;
        text-align: center;
    }
    .pagination {
        width: 100%;
        float: none;
        text-align: center;
    }
}
@media only screen and (max-width: 730px) {
    .pagination {
        margin-top: 0;
    }
    a.pagination__link--backforth {
        width: 100px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 580px) {
    .pagination__prevnext {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }
    a.pagination__link--backforth {
        width: 100px;
        margin: 0 auto;
    }
}
.custom-col {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.custom-col__large {
    width: 100%;
}
.custom-col__small {
    width: 100%;
}
@media only screen and (min-width: 800px) {
    .custom-col__large {
        width: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .custom-col__large {
        width: 75%;
    }
    .custom-col__small {
        width: 25%;
    }
    label.job-label {
        margin-top: 0;
    }
    .job-search__large .custom-col__large {
        width: 72%;
    }
    .job-search__large .custom-col__small {
        width: 28%;
    }
}
.job-select span {
    display: inline-block;
    margin-top: 10px;
    color: #575757;
}

.job-detail-header {
    margin-bottom: 2rem;
}
.job-detail .item {
    display: block;
    width: 100%;
    line-height: 26px;
}
.item .detail-label {
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
}
.job-cta-card .job-button {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
}
.job-cta-card .small {
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .job-cta-card {
       
        background: #fff;
        margin-bottom: 0px;
    }
    .job-mobile-ul {
        display: none;
    }
}
.job-cta-card hr {
    margin: 0;
}
.button-ghost {
    background: 0 0;
    border: 2px solid #16a087;
    color: #16a087;
    padding: 16px 50px;
    display: block;
    margin: 15px 0;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
}
.button-ghost:active,
.button-ghost:hover {
    color: #16a087;
    opacity: 0.2;
}
.button-ghost--small {
    display: inline-block;
}
.button-download {
    background: url(https://www.adultsocialcare.co.uk/include/img/print.svg);
    background-position: 76px 14px;
    background-repeat: no-repeat;
    background-size: 28px;
}
.button-share {
    background: url(https://www.adultsocialcare.co.uk/include/img/jobs-send-icon.svg);
    background-position: 40px 18px;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 470px) {
    .button-download {
        background: 0 0;
    }
    .button-share {
        background: 0 0;
    }
}
@media only screen and (max-width: 600px) {
    .button-download {
        background-position: 25% 12px;
    }
    .button-share {
        background-position: 12% 18px;
    }
}
@media only screen and (max-width: 991px) {
    .button-download {
        background-position: 90px 12px;
    }
    .white-box {
        margin-bottom: 20px !important;
    }
    .button-share {
        background-position: 40px 18px;
    }
    .edid-next a {
        right: 49px !important;
    }
    .edid-prev a {
        left: 1px !important;
    }
    .job-search-info__large ul li {
        display: block !important;
        padding-right: 15px;
    }
    .bgimage-job h1,
    .bgimage-new h1 {
        color: #fff;
        padding-top: 150px;
        padding-bottom: 50px;
    }
    
    .strapline-header {
        margin: 30px 0 50px 0 !important;
    }
    .footer-img-2,
    .footer-img-3 {
        margin-left: 10px !important;
    }
}
@media only screen and (max-width: 1200px) {
    .button-download {
        background-position: 50px 12px;
    }
    .button-share {
        background-position: 30px 18px;
    }
}
li.current-page a {
    border-bottom: 2px solid #17a088;
}
.edid-next a {
    visibility: hidden;
    position: absolute;
    right: 70px;
    top: 250px;
    width: 0;
}
.edid-next a:before {
    content: ">";
    visibility: visible !important;
    background: #17a088;
    padding: 30px 20px;
    border-radius: 5px;
    color: #fff;
}
.edid-prev a {
    visibility: hidden;
    position: absolute;
    left: 20px;
    top: 250px;
    width: 0;
}
.edid-prev a:before {
    content: "<";
    visibility: visible !important;
    background: #17a088;
    padding: 30px 20px;
    border-radius: 5px;
    color: #fff;
}
.blank-cont-fw {
    padding-top: 30px;
    padding-bottom: 20px;
}
.blank-cont-fw p {
    margin-bottom: 30px;
}
.blank-cont-fw a {
    margin-top: 30px;
    display: inline-block;
}
.blank-cont-fw .embed-container {
    display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .job-card img {
        margin-right: 0px !important;
        float: right !important;
      
    }

    .card-content {
    padding: 20px;
    text-align: left;
    height: auto !important;
    display: flow-root;
}


}
.fw-alert {
    background: #00594C;
    color: #fff;
    padding: 5px 10px;
}
.fw-alert p {
    font-size: 16px !important;
    padding: 3px 0;
    margin: 0;
    text-align: center;
}
.fw-alert a {
    color: #fff;
    text-decoration: underline;
}
.strapline-header-span {
    font-family: lockup;
    font-weight: 700;
    background: #16a087;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    padding: 5px 10px;
    border-bottom-right-radius: 20px;
    text-overflow: ellipsis;
    word-break: keep-all;
    margin-top: 10px !important;
    display: block;
}
.strapline-header-span span {
    color: #000;
}
.strapline-header {
    margin: 0 0 50px 0;
}
.job-search-info__large {
    color: #111;
    border-radius: 6px;
    background: #fff;
    margin-top: 0;
    padding: 20px 20px 20px 20px;
    position: relative;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.job-search-info__large p {
    padding-left: 15px;
}
.job-search-info__large hr {
    margin-left: 15px;
}
.job-search-info__large h2 {
    color: #595959;
    padding-left: 15px;
}
.job-search-info__large h2 a {
    color: #595959 !important;
}
.job-search-info__large ul {
    padding-left: 15px !important;
}
.job-search-info__large ul li {
    display: list-item;
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 15px 15px;
}
.job-search-info__large ul li:first-of-type {
    border-top: 1px solid #eee;
}
.job-search-info__large ul li:last-of-type {
    border-bottom: 1px solid #eee;
}
.job-search-info__large ul li a:after {
    font-family: FontAwesome;
    content: "\f35d";
    margin-left: 5px;
}
.white-box {
    background: #fff;
    border-radius: 6px;
    margin-top: 120px;
    margin-bottom: 120px;
}
.white-box h1 {
    color: #16a087;
    padding: 40px 20px 12px 20px;
    font-size: 44px;
    margin-bottom: 0;
}
.white-box p {
    padding: 0 20px 0 20px;
    margin: 0;
}
.white-box .teal-button {
    padding: 20px 20px 20px 20px;
}
.white-box a {
    margin: 20px 20px 40px 20px;
    display: inline-block;
}
.head-bnr-new .std-card img {
    width: 100% !important;
    margin-bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.head-bnr-new .std-card {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.head-bnr-new a.card-content a {
    color: #595959 !important;
}
.head-bnr-new .card-content .card-title {
    color: #595959 !important;
}
.head-bnr-new .card-content p {
    color: #595959 !important;
}



.logo-ph {min-height:150px;
    position: relative;}
.logo-right {
     position: absolute;
  right:0;
  top: 50%;
  transform: translate(0,-50%);
}

.logo-left {   position: absolute;
  left:0;
  top: 50%;
  transform: translate(0,-50%);
}


.bgimage-new hr {    margin-top:0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #fff;
    opacity:0.5;
}

.job-card .img-card {overflow: visible !important;}
.job-card {
    line-height: 1.42857143;
    box-shadow: none;
    border-radius:0px 0px 6px 6px;
    transition: box-shadow 0.25s;
   display: flex;
    flex-flow: column;
    height: 100%;
    overflow: hidden;
    background: white;
   
}
.job-card .card-content {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}



.div-pad-none {padding-bottom:20px;}


.div-pad {padding-bottom: 60px;padding-top: 60px;}

.div-pad-bottom {padding-bottom: 60px;}

.div-pad-top {padding-top: 60px;padding-bottom:20px;}

.div-pad-min {padding-top:12px;padding-bottom:4px;}

    .grey-bg {background:#F1F1F1 !important;}

    .teal-bg {background:#cceae5 !important;}


    @media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
    
        @media (min-width: 992px) {
     .va {position: absolute;
    top: 50%;
    margin: -15% 0 0 0%;}}



.top-header-banner hr {    margin-top:0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #CCEAE5;
    opacity:0.5;

}


ul.tick-list {
  list-style:none;
  padding-left: 0em;
}
ul.tick-list > li {margin-bottom:12px;}
ul.tick-list > li:before {
    content: '';
    display: inline-block !important;
    height: 1em !important;
    width: 1em !important;
    background-image: url(/microsites/everydayisdifferent/include/img/tick.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:1.5em;   
  }

  .img-responsive {width:100%;}

  .std-card a {text-decoration:none;}

  .job-card a, .job-card h4 a {color:#575757 !important;text-decoration:none;}

   .card-content.teal-bg a {color:#575757 !important;text-decoration: none;}

   
   .div-pad ul, .div-pad-top ul, .div-pad-bottom ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
.div-pad ul > li:before, .div-pad-bottom ul > li:before, .div-pad-top ul > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}




.grid {
	 display: inline-grid;
	 grid-template-columns: 230px 230px;
	 grid-gap: 1rem;
}
 .grid > div {
	 background: white;
	 padding: 1rem;
	 position: relative;
}
 .grid > div::before {
	 content: "";
	 display: block;
	 padding-bottom: 100%;
}
 .grid-img {
	 position: absolute;
	 max-width: 70%;
	 top: 40%;
	 left: 50%;
	 transform: translate(-50%, -50%);
}



.grid > div a {
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
	background: url("/microsites/everydayisdifferent/include/img/partner-icon.svg") 50% 90% no-repeat;
}

.grid > div a:hover {
	background: url("/microsites/everydayisdifferent/include/img/partner-icon-hover.svg") 50% 90% no-repeat !important;
	    box-shadow: 10px 10px 20px rgba(200, 200, 200, 0.5) !important;

}


.std-card:hover, .job-card:hover {box-shadow: 10px 10px 20px rgba(200, 200, 200, 0.5) !important;}

 
 .grid-container {
  text-align: center;    
}


@media only screen and (max-width: 792px) {

   .grid {
    display: inline-block;
    width:50vw;
    text-align: center;
}
.grid div {margin-bottom:20px;
    right: auto;
}

.vimeo-banner-wrap h1 {margin-top:10vh !important;font-size:45px !important;}

}


.external-link:after {
  display: inline-block;
  content: ' ';
  background-image: url('/microsites/everydayisdifferent/include/img/external.svg');
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  margin-left:12px;
}

footer {background:#000;padding-top:60px;padding-bottom:60px;color:white;}
footer img {height: auto;width:150px;margin-left:20px;}
footer a {color:white;}

.footer-lockup img {height: auto;max-width: 300px;width: auto;margin-left:0px;}

.vimeo-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 80vh;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
   display:block;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100%;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.vimeo-banner-wrap h1 {margin-top:20vh;color:white;font-size:76px;}

.vimeo-banner-wrap {  display:block;height:80vh;width:100%;background:rgba(0,0,0,.6);}

.vimeo-banner-wrap img {
    width: 120px;
    height: auto;
}



@media (max-width: 768px) {

    footer p {padding-top: 20px;}
    footer p, footer a, footer div {text-align:center !important;}
    footer img {padding-top: 20px;display: list-item;margin: auto;}
    footer hr {margin-top: 20px;
    margin-bottom: 20px;}

hr {
    margin-top: 5px;
    margin-bottom: 5px;

}



.strapline-header-span {
    font-family: lockup;
    font-weight: 700;
    background: #16a087;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 10px;
    border-bottom-right-radius: 20px;
    text-overflow: ellipsis;
    word-break: keep-all;
    margin-top: 0px !important;
    display: inline !important;
   
}


footer {padding-top: 30px;
    padding-bottom: 30px;}

.div-pad-none {padding-bottom:10px;}


.div-pad {padding-bottom: 30px;padding-top: 30px;}

.div-pad-bottom {padding-bottom: 30px;}

.div-pad-top {padding-top: 30px;padding-bottom:10px;}

.div-pad-min {padding-top:12px;padding-bottom:4px;}






}

.no-display {display:none;}

a.cta-link {text-decoration: underline !important;font-family: 'headingbold';}


.justify-content {display:flex;flex-direction: column;justify-content: center;align-items: flex-start;align-content: flex-start;flex-wrap: wrap;}


#ccc #ccc-notify.ccc-notify__box {
    width: 50% !important;
    height: fit-content !important;
    max-height: none !important;
    max-width: none !important;
    padding: 30px !important;
    justify-content: flex-start !important;
    align-items: flex-start;
}

.ccc-notify-buttons {margin-top:30px !important;}

.ccc-accept-button {color: #006652 !important;background: #ffffff !important;}

.ccc-accept-button span  {color:#006652 !important}

/* Social Care Jobs Filter Styling */

.teal-bg.filters {
    display:flex;
    flex-direction: column;
    padding: 1rem;
}

    .teal-bg.filters .filters__filterItem {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        padding: 0 1rem 0 0;
    }

        .teal-bg.filters .filters__filterItem label
        {
            color: #333;
            padding-bottom: 0.6rem;
        }

        .teal-bg.filters .filters__filterItem select,
        .teal-bg.filters .filters__filterItem input {
            margin-bottom: 1rem;
            border-radius: 8px;
            padding: 4px;
        }

    .teal-bg.filters button {
        color: #fff;
        padding: 5px 14px 5px 14px;
        margin-top: 11px;
        margin-bottom: 1.6rem;
        border-radius: 4px;
        background: #00594c;
        height: 37px;
    }


        @media (min-width: 992px) {
            .teal-bg.filters {
                display: flex;
                flex-direction: row;
                justify-content: space-evenly;
                align-items: center;
            }
            .teal-bg.filters button {

                margin-bottom: 0;

            }
        }


          /* Unique blockquote styling */
.custom-quote {
  position: relative;
  background-color: #00594C;   /* Dark green background */
  color: #fff;                 /* White text */
  border-radius: 12px 0px 12px 0;  /* Rounded right corners */
  padding: 20px 25px;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
  border: none;                /* Remove Bootstrap’s border */
}

/* Remove default Bootstrap blockquote styles */
.custom-quote p {
  margin: 0;
}

/* The speech bubble tail */
.custom-quote::before {
  content: "";
  position: absolute;
  left: -20px;   /* Push outside */
  bottom: -20px;
  rotate: 315deg;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 40px solid #00594C; /* Match background */
}


.button-orange-small {border: none;width:auto !important;display: inline-block;margin-top:15px;}

.button-orange {
    background: #dd761c;
    color: #fff;
    padding: 14.5px 35px !important;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: 0.3s;
    text-decoration: none !important;
    font-family: headingbold;
    font-size: 18px;
    width:100%;
}
.button-orange:hover {
    background: #dd761c;
    color: #fff;
}

.card-badge-teal {background:#00594C;display: inline-block;padding: 0px 10px;border-radius: 0px 10px;color: white !important;}

.card-badge-grey {background:#575757;display: inline-block;padding: 0px 10px;border-radius: 0px 10px;color: white !important;}

.card-content-teal {background: #30a088 !important;color: white !important;}
.card-content-teal a, .card-content-teal p {color: white !important;}



.text-green {color:#17584c !important;}
.text-grey {color:#57575a !important;}
.text-purple {color:#522696 !important;}

.sys_cms-form-body {padding:0px; margin:0px;}

.sys_cms-form-item.sys_textbox:before, .sys_cms-form-item.sys_buttons:before {
    display: none;
}


.sys_cms-form-body, .sys_cms-form-item.sys_textbox, .sys_cms-form-item.sys_buttons {padding:0px !important;}


.sys_form-submit {
    background: #00594C;
    color: #fff;
    padding: 14.5px 35px !important;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: 0.3s;
    text-decoration: none !important;
    font-family: headingbold;
    font-size: 18px;
    line-height: 100%;
}
.sys_form-submit:hover {
    background: #1c8871;
    color: #fff;
}

.sys_medium {line-height:28px;;margin-bottom:10px !important;}


.sys_fieldlabel {    font-family: main, sans-serif !important;
    font-size: 18px !important;
    color: #575757;}

    
.justify-content-central {display:flex;flex-direction: column;justify-content: center;align-items: flex-start;align-content: center;flex-wrap: wrap;}


.panel-faq > .panel-heading {
    /* background-color: #cceae5; */
}

.panel-faq a {
    color: #575757 !important;
    text-decoration: none !important;
}

.panel-heading [aria-expanded="true"] > .open-icon:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-faq .panel-body a {
    color: #17584c !important;
    text-decoration: underline !important;
}