<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.ph
{

}

.ph  .p{
    margin:auto;
    max-width:1150px;
    width:100%;
}


.search-bar
{
    background-color:#008081;
    padding-bottom:20px;
    padding-top:20px;
    color:#fff;
    font-size:20px;
}

.search-bar .pp
{
    margin-top:0px !important;
    padding-top:0px !important;
    margin-bottom:0px !important;
    padding-bottom:0px !important;
}

.search-bar-in
{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.search-bar-in &gt; *
{
    margin-left:20px;
    margin-right:20px;
}

.search-bar-in &gt; *:first-child
{
    margin-left:0px;
}

.search-bar-in &gt; *:last-child
{
    margin-right:0px;
}

.search-bar-in .formItem .lbl
{
    display:none !important;
}

.search-bar-in .formItem
{
    margin:0 !important;
    padding:0 !important;
}

.search-bar-in .query, .search-bar-in .location
{
    flex:1;
}

.search-bar .i
{
    color:#F29B06;
    font-size:32px;
}

.search-bar .button input
{
    border: none;
    color: #fff;
    background-color: #F29B06;
    font-size: 20px;
    line-height: 40px;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width:950px) {

    .search-bar {
        font-size: 16px;
    }

    .search-bar-in &gt; * {
        margin-left: 5px;
        margin-right: 5px;
    }

    .search-bar .i {
        font-size: 22px;
    }
}

@media(max-width:720px) {
    .search-bar .i, .search-bar .title
    {
        display:none;
    }

    .search-bar .button input {
        font-size:16px
    }
}





    .info-box
    {
        margin-bottom:25px;
        margin-top:5px;
        font-size:14px;
        padding:5px;
        background-color:#5b698c;
        color:#fff;
    }
    .info-box a
    {
        color:white;
    }


    .info-text
    {
        font-size:18px;
        font-weight:bold;
        margin-bottom:30px;
    }



    .jaFormHolder
{
	float:left;
	width:68%;
}

    .jaDetailsHolder
{
	float:right;
	width:30%;
}
@media(max-width:800px)
{
	.jaFormHolder
{
	float:none;
	width:100%;
}
.jaDetailsHolder
{
	float:none;
	width:100%;
	margin-bottom: 10px;
	
}
	.jaDetailsHolder .jobDetails
	{
		margin-left:0px !important;
	}
}
.jaDetailsHolder .jobDetails
{
	background-color:#eff1f4;
	padding:15px;
	margin-left:10px;
    margin-bottom:20px;
}
.jaDetailsHolder .jobDetails .jdLabel
{
	font-weight:bold;
}
.jaDetailsHolder .jobDetails .jdItem
{
	margin-bottom:5px;
}
.jaDetailsHolder .jobDetails .jdValue
{

}

.jaDetailsHolder .jobDetailsImportant
{
	background-color:#E9E9E9;
	padding:15px;
	margin-left:10px;
    margin-bottom:20px;
    border:solid 3px #B0B0B0;

}

.applicationOptopns a
{
    display:block;
    font-size:12px;
    background-color:#F29B06;
    padding:5px;
    border-radius:15px;
    margin-bottom:5px;
    color:#000 !important;
    text-decoration:none;
    text-align:center;
}

.jobDetailsImportant
{
	background-color:#E9E9E9;
	padding:15px;
    margin-bottom:20px;
    border:solid 3px #B0B0B0;

}

.submitHolder
{
    display:flex;
    justify-content:space-between;
}


.reviewBox-section
{
    background-color:#FBFAFA;
    margin-bottom:30px;
}

.reviewBox-section &gt; .title{
    background-color:#008081;
    color:#fff;
    display:flex;
    justify-content:space-between;
    padding:5px;
    align-items:center;
}

.reviewBox-section &gt; .details
{
    padding:5px;
}

.reviewBox-section &gt; .title .edit a
{
    display:block;
    color:#fff;
    text-decoration:none;
    padding:10px;
    text-transform:uppercase;
    font-size:14px;
    background-color:#5b698c;
}


.application-submitted
{
    margin-bottom:30px;
}

.application-submitted .icon{
    font-size:72px;
    text-align:center;
    margin-bottom:30px;
    color:#008081;
}

.application-submitted  .txt-holder
{
    font-size:18px;
        margin-bottom:30px
}
.application-submitted .line1
{
    font-size:28px;
    font-weight:bold;
    margin-bottom:20px;
}

    .application-submitted .line2 {
        font-size:18px;
        margin-bottom:30px;
    }

    .application-submitted .button
    {
        display:flex;
    }

    .application-submitted .button a
    {
        text-decoration:none;
        color:#000;
        background-color:#f29b06;
        font-size:18px;
        line-height:40px;
        border-radius:20px;
        padding-left:40px;
        padding-right:40px;
        text-transform:uppercase;
        font-weight:bold;
    }


    .search-page,.job-page {
        display:flex;
        
    }
    .search-page .filter,.job-page .left
    {
        width:320px;
        background-color:#f0ecec;
        padding-right:30px;
    }
    .search-page .results,.job-page .right
    {
        flex:1;
        padding-left:30px;
        background-color:white;
    }
    .halfGrey {
        background: linear-gradient(to left, #fff 50%, #f0ecec 50%)
    }

    .search-page .filter,.search-page .results,.job-page .left,.job-page .right
{
    padding-top:60px;
    padding-bottom:60px;
}
.search-page .search-filter .title
{
    color:var(--default-colourPrimary);
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-family: 'fibraonealt-bold';
    font-weight: 300;
}

.search-page .results #results
{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
}

.search-page .results #results a
{
    border:1px solid var(--default-colourPrimary);
    padding: 20px;
    border-radius: 10px;
    color: #9e9e9d;
    display: flex;
    flex-direction: column;
    max-width: 48%;
    min-width: 48%;
}

.search-page .results .job-itm-title
{
    color:var(--default-colourPrimary);
    font-weight:bold;
    margin-bottom:10px;
    font-size: 1.5rem;
    font-family: 'fibraonealt-bold';
    font-weight: 300;
}
.search-page .results .job-itm-postcode
{
     font-family: 'fibraonealt-bold';
    font-weight: 300;
    color:#575756;
    margin-bottom:10px;
	    font-size: 1.1rem;
}
.search-page .results .job-itm-home i,
.search-page .results .job-itm-pound i
{
    color:var(--default-colourAccent);
    width:20px;
}
.search-page .results .job-itm-home ,
.search-page .results .job-itm-pound
{
    margin-bottom:5px;
}
.search-page .results .job-itm-contract_type
{
    margin-bottom:10px;
}
.search-page .results .job-itm-home ,
.search-page .results .job-itm-pound,
.search-page .results .job-itm-contract_type
{
    font-size:0.9em;
}

.search-page .results .applyNowHolder
{
    display:flex;
}
.search-page .results .applyNowHolder&gt;span
{
    background-color:var(--default-colourPrimary);
    color:white;
    padding:8px;
    padding-left:20px;
    padding-right:20px;
      border-radius: 50px;
    padding-right:20px;
    line-height:1.5;
    
}

.job-itm .icon
{
   width:14px;
    height:13px;
  
    margin-right:10px;
    background-size:contain;
    background-repeat:no-repeat;
    
}
.search-page .results .job-itm-home,
.search-page .results .job-itm-pound
{
    display:flex;
    align-items:center;
}
.job-itm .icon.home{
    background-image:url('/libalt/images/icons/Care home-1.svg');
}
.job-itm .icon.salary{
    background-image:url('/libalt/images/icons/salary.svg');
}

@media(max-width:959px) {
    .search-page {
        flex-direction:column;
    }.job-page
    {
        flex-direction:column;
   
    }
     .search-page .filter,.job-page .left
    {
        flex:1;
        width: unset;
        padding-right:0px;
       
    }
    .halfGrey
    {
        background:none;
    }
    .search-page .results,.job-page .right
    {
        padding-left:0px;
    }
}

@media(max-width:1175px)
{
    .pp.ppSearch
    {
        padding-left:0px !important;
        padding-right:0px !important;
    }

    .search-page .filter,
    .search-page .results,
    .job-page .left,
    .job-page .right
    {
        padding-left:25px;
        padding-right:25px;
    }
}

@media(max-width:600px)
{
    .search-page .filter,
    .search-page .results,
    .job-page .left,
    .job-page .right
    {
        padding-left:10px;
        padding-right:10px;
    }
}
@media(max-width:796px)
{
 
       .search-page .results #results
    {
        justify-content:space-between;
    }
    .search-page .results #results a
    {
        max-width:47%;
        min-width:47%;
    }
}

@media(max-width:600px)
{
    .search-page .results #results a
    {
        max-width:100%;
        min-width:100%;
    }
}

.checkCollectionTitle {
    font-weight:bold;
    margin-bottom:10px;
}

.search-page .filter,.search-page .filter label,.search-page .filter input,.search-page .filter select
{
    color:#6e6d6c !important;
}
.job-page .left,.job-page .right
{
    color:#6e6d6c;
}

.checkCollection {
    margin-bottom:20px;
}
.checkCollection .formItem
{
    margin-bottom:5px;
}
.search-page .filter input[type='text']
{
    border:none !important;
    border-bottom:2px solid #767574 !important;
    background-color:transparent !important;
}

.search-page .filter select
{
    background-color:transparent !important;
    border:none !important;
    border-bottom:2px solid #767574 !important;
	background-image:url('/libalt/images/chevron-down.svg');
    background-size:15px 15px;
    background-repeat:no-repeat;
    background-position:right 5px center;
}
.search-page .filter .ddlHolder
{
    background-color:transparent;
    background-image:none;
    display:flex;
    position: relative;
}


/*.search-page .filter .ddlHolder:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 24px;
    height: 24px;
    background-image: url(/libalt/images/chevron-down.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size:12px auto;
 
}*/


.job-detail {
    margin-bottom:10px;
}
.job-detail:last-of-type
{
    margin-bottom:20px;
}

.job-detail-label {
    font-weight:bold;
}

.apply
{
    background-color: var(--default-colourPrimary);
    color: white;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    padding-right: 20px;
    line-height: 1.5;
    display:inline-block;
}
.job-page h3 {
    color:var(--default-colourPrimary);
 }

 .purple
{
    background-color:var(--default-colourPrimary);
    color:white;
    padding-top:60px;
    padding-bottom:60px;
}

.randomBox {
  display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.randomBox&gt;div
{
 
    text-align:center;
}
.randomBox&gt;div&gt;div:first-of-type
{
    padding-bottom:37%;
  
    background-position:center;
    background-repeat:no-repeat;
     background-size: auto 80%;
}

.randomBox&gt;div:nth-child(4n + 1)&gt;div:first-of-type
{
   background-image:url('/libalt/images/hearts/Double line pattern.svg')
}

.randomBox&gt;div:nth-child(4n + 2)&gt;div:first-of-type
{
   background-image:url('/libalt/images/hearts/Brush line pattern.svg')
}

.randomBox&gt;div:nth-child(4n + 3)&gt;div:first-of-type
{
   background-image:url('/libalt/images/hearts/Dotted line pattern.svg')
}

.randomBox&gt;div:nth-child(4n + 4)&gt;div:first-of-type
{
   background-image:url('/libalt/images/hearts/Thick line pattern.svg')
}

@media (max-width: 1175px)
{
	.randomBox
	{
		padding-left: 25px;
    padding-right: 25px;
}
	
}

@media(max-width:880px)
{
    .randomBox {
  display: grid;
grid-template-columns: repeat(2, 1fr);
padding-left:10px;
padding-right:10px;
    }
}

@media(max-width:600px)
{
     .randomBox {
  display: grid;
grid-template-columns: repeat(1, 1fr);
    }
    .randomBox&gt;div
    {
        display:flex;
    }
    .randomBox&gt;div&gt;div:first-of-type
    {
        width:100px;
      padding-bottom:0px;
	  height:59px;
	      background-size: 100% auto;
     
    }
	 .randomBox&gt;div&gt;div:last-of-type
	 {
		     text-align: left;
    margin-left: 20px;
	 }
}

.jobrole-image img
{
    max-width:100%;
}
.phGreen
{
	background-color: #00A694;
}

.phAboutHome
{
    background-color: #00A694;
    padding-top:60px;
    padding-bottom:60px;
}
.phAboutHomeInner
{

    background: linear-gradient(to left, #fff 70%, #00A694 30%)
}

.aboutHomeDetails {
 display:flex;
 padding-top:60px;
 padding-bottom:60px;
 gap:30px;
}
.aboutHomeDetails&gt;div
{
 flex:1;
}
.aboutHomeDetails h2,.phAboutUs h2 {
    color:#632680;
    font-weight: 200;
    font-family:fibraonealt-bold;
}
    .aboutHomeDetails &gt; div:last-of-type &gt; div {
        max-width: 530px;
    }
@media(max-width: 959px)
{
    .job-page .mmcg_career_logo
    {
        display:none;
    }
    .job-page .left
    {
      display:flex;
        flex-wrap:wrap;
        gap:20px;
    }
	
    .job-page .left&gt;div{
        width:calc(50% - 20px);
    }
	.job-page .left&gt;div:last-of-type {
    
    width:100% !important;
    display:flex;
    justify-content:center;
}
}
@media (max-width: 1175px)
{
	.aboutHomeDetails
    {
     
        padding-left:25px;
        padding-right:25px;
       
    }
}
@media(max-width: 959px)
{
    .aboutHomeDetails
    {
     flex-direction:column;   
       
        padding-top:0px;
        padding-bottom:10px;
    }

    .phAboutHomeInner {
    background: linear-gradient(to top, #fff 80%, #00A694 20%);
}
    .phAboutHome
    {
        padding-top:20px;
        padding-bottom:20px;
    }
    .aboutHomeDetails &gt; div:last-of-type &gt; div {
        max-width: unset;
    }
}
@media(max-width:600px)
{
	.aboutHomeDetails
    {
     flex-direction:column;   
        padding-left:10px;
        padding-right:10px;
        padding-top:0px;
        padding-bottom:10px;
    }
}

.youbox {
    display: flex;
    gap: 50px;
    justify-content: center;
}

.applyNowBoxy {
    border-radius: 10px;
    background-color: #632680;
    padding: 20px;
    color: white;
}

.applyNowBoxy_title {
    font-size: 1.4rem;
    font-family: fibraonealt-bold;
    font-weight: 400;
}

.youbox &gt; div {
    max-width: 352px;
    display: flex;
}

    .youbox &gt; div p {
        line-height: 1.7rem;
    }

.ph.you {
    padding-top: 50px;
    padding-bottom: 50px;
}

.applyNowBoxy a {
    border: 2px solid white;
}

@media(max-width:700px) {
    .youbox {
        flex-direction: column;
    }

        .youbox &gt; div {
            max-width: unset;
        }

            .youbox &gt; div:first-of-type {
                justify-content: center;
            }
}

.ph.stories {
    background: linear-gradient(to top, #f0ecec 70%, #fff 50%);
    padding-top: 50px;
    padding-bottom: 50px;
}

div#stories {
    display: flex;
    gap: 32px;
}

.storyItem_text {
    padding: 19px;
}


.storyItem img {
    max-width: 100%;
    width: 100%;
}

.storyItem_title {
    font-family: fibraonealt-bold;
    font-size: 1.4rem;
    color: #632680;
    margin-bottom: 10px;
    font-weight: 400;
}

.storyItem_d {
    line-height: 1.65rem;
    margin-bottom: 10px;
}

.storyItem_l a {
    text-decoration: underline;
    font-family: fibraonealt-bold;
    font-weight: 400;
    color: #632680;
}

@media(max-width:959px) {
    #stories {
        flex-direction: column;
    }

    .ph.stories {
        background: linear-gradient(to top, #f0ecec 90%, #fff 10%);
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.checkCollectionItems input[type='text'] {
    display: none;
}

.checkCollectionItems ul,
.checkCollectionItems li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.checkCollectionItems li {
    font-size: 0.9rem;
    display: flex;
    margin-bottom: 5px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

    .checkCollectionItems li span:first-of-type {
        flex: 1;
    }

    .checkCollectionItems li:hover {
        border-bottom: 1px solid #767574;
    }

.search-filter .refined ul,
.search-filter .refined li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.search-filter .refined {
    margin-bottom: 10px;
}

    .search-filter .refined div {
        margin-bottom: 5px;
        font-weight: bold;
    }

    .search-filter .refined li {
        display: flex;
        cursor: pointer;
        border-bottom: 1px solid transparent;
    }

        .search-filter .refined li span:first-of-type {
            flex: 1;
        }

        .search-filter .refined li:hover {
            border-bottom: 1px solid #767574;
        }

.search-filter .refined {
    font-size: 0.9rem;
}

/*mobile droppy*/

@media(max-width:959px)
{
    .search-page [data-search_filter="1"]
    {
        display:none;
    }
	.openForMobile  .search-page [data-search_filter="1"]
	{
		display:block;
	}
	.search-page .search-filter .title
    {
        display:flex;
        gap:8px;
        align-items:center;
        position:relative;
		cursor:pointer;
    }

    .search-page .search-filter .title .toggle:before
    {
            content: "\f078";
        
    }
	.openForMobile .search-page .search-filter .title .toggle:before
    {
            content: "\f077";
        
    }
	
	
    .search-page .search-filter .title .toggle
    {
        position:absolute;
        right:0px;
    }
}
</pre></body></html>