﻿/* RED - #cf6456 
   TEAL - #56b89f
   YELLOW - #e6bf59
*/


/* DEFINE SCRIPTY FONT */
@font-face {
  font-family: 'mvboli';
  src: url('/SiteElements/font/mvboli.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* DEFINE ROBOTO FONT */
@font-face {
  font-family: 'Roboto';
  src: url('/SiteElements/font/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoBold';
  src: url('/SiteElements/font/Roboto-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

/*h2 {
  color: #222;
  letter-spacing: -0.05em;
  font-size: 2.2em;
  }*/

h3 {}

h4 {}

h5 {}

h2,
h3,
h4,
h5 {
  color: black;
  font-family: 'RobotoBold';
  letter-spacing:-0.05em;
}

a:focus {
    border: 1px dotted #973A2D;
}


/* HEADER */

header {
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
}

header .wrapper {
  position: relative;
}

.logo {
  width: 100px;
  display: block;
  margin: 15px auto;
}

.logo img {
  width: 100%;
  height: auto;
}
.enquire-m {
  display: block;
  border: 3px solid #56b89f;
  color: #56b89f;
  text-decoration: none;
  padding: 4px;
  font-size: 0.7em;
  font-weight: 900;
  transition: all .5s ease;
  float: right;
  text-transform: uppercase;
  margin: -53px 16px 0 0;
  letter-spacing:-0.05em;
}

.enquire {
  display: none;
}

.btn-nav-open {
  cursor: pointer;
  font-size: 1.3em;
  font-weight: bold;
  float: left;
  margin: 10px 0 0 20px;
}

.btn-nav-open span {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 4px 0 0 7px;
  float: right;
  letter-spacing:-0.05em;
}

.nav-open {
  width: 250px!important;
}

header nav {
  display: none;
}


.alert p{
  font-size: 0.9em;
  width: 85%;
  margin: 15px auto;
  padding: 10px 18px;
  background-color: #fdec96; 
}



/* PARTNERS */

.partners {
  clear: both;
  background: #f9f9f9;
  padding: 20px 0 0 0;
  float: left;
  width: 100%;
}

.partners a {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  opacity: 0.6;
  transition: all .2s ease;
}

.partners a:hover {
  opacity: 0.8;
}

.partners a img {
  width: 100%;
  height: auto;
}

.partners .cheshire a {
  width: 116px;
  height: 40px;
  margin-top: 20px;
}

.partners .halton a {
  width: 77px;
  height: 63px;
}

.partners .sthelens a {
  width: 135px;
  height: 80px;
  margin-top: 60px;
}

.partners .warrington a {
  width: 115px;
  height: 30px;
  margin-top: 50px;
}

.partners .wigan a {
  width: 75px;
  height: 38px;
  margin: 10px auto 30px auto;
}


/* FOOTER */

footer {
  clear: both;
  float: left;
  width: 100%;
}

.footer-links-wrap {
  width: 100%;
  float: left;
}

.footer-links {
  margin: 30px 0 20px 0;
}

.footer-links .l-box {
  padding: 0 20px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li a {
  color: #575757;
  text-decoration: none;
  font-size: 0.8em;
  transition: all .3s ease;
  padding: 7px 0;
}

.footer-links ul li a:hover {
  color: #cf6456;
  padding: 7px 0;
  text-decoration: underline;
}

.social ul {
    list-style: none;
    margin: 0;
    padding-left: 20px;
}

.social ul li {
    float: left;
    padding-right: 20px;
}

.social img {
    width: 30px;
    height: 30px;
}

.footer-strap {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-top: 30px;
  float: left;
  width: 100%;
}

.footer-strap div {
  width: 285px;
  margin: 0 auto;
}

.footer-strap img {
  width: 90px;
  height: auto;
}

.footer-strap p {
  font-family: 'mvboli';
  letter-spacing: -0.05em;
  margin: 5px 0 0 0;
  font-size: 0.8em;
  line-height: 1.6em;
}


/***********************************************************************************************************************************
OFF-CANVAS MOBILE NAV 
************************************************************************************************************************************/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav ul {
  margin: 0;
  padding: 0;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #cecece;
  display: block;
  transition: 0.3s;
  width: 170px;
}

.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
}

.sidenav .btn-nav-close {
  position: absolute;
  top: 0;
  right: 40px;
  font-size: 36px;
  margin-left: 50px;
  cursor: pointer;
}


/****************************************************************************************************************************************
BANNERS 
*****************************************************************************************************************************************/

.banner {
  background-size: 100%;
  float: left;
  width: 100%;
}

.banner-home {
  background: url(/SiteElements/images/refresh/banner-home.png) no-repeat;
  background-size: 600px auto;
  background-position:80% 0px!important;
}

.banner-stories {
  background: url(/SiteElements/images/refresh/banner-stories.jpg) no-repeat;
  background-size: 100%;
}

.banner-support {
  background: url(/SiteElements/images/refresh/banner-supporting-you.jpg) no-repeat;
  background-size: 100%;
}

.banner-journey {
  background: url(/SiteElements/images/refresh/banner-your-journey.jpg) no-repeat;
  background-size: 100%;
}

.banner-children {
  background: url(/SiteElements/images/refresh/banner-about-us.jpg) no-repeat;
  background-size: 100%;
}


.banner-reports {
  background: url(/SiteElements/images/banner-reading.jpg) no-repeat;
  background-size: 100%;
}


.banner-policies {
  background: url(/SiteElements/images/refresh/banner-resources.jpg) no-repeat;
  background-size: 100%;
}

.banner-bike2 {
  background: url(/SiteElements/images/refresh/banner-planning.jpg) no-repeat;
  background-size: 100%;
}

.banner-skateboard {
  background: url(/SiteElements/images/banner-skateboard.jpg) no-repeat;
  background-size: 100%;
}


.banner-findus {
  background: url(/SiteElements/images/banner-kirkless.jpg) no-repeat;
  background-size: 100%;
}

.banner-toadopt {
  background: url(/SiteElements/images/refresh/banner-to-adopt.jpg) no-repeat;
  background-size: 100%;
}



/****************************************************************************************************************************************
BANNERS REFRESH V2
*****************************************************************************************************************************************/

.banner-adoption-explained {
  background: url(/SiteElements/images/refreshv2/banner-adoption-explained.png) no-repeat;
  background-size: 100%;
}

.banner-aboutus {
  background: url(/SiteElements/images/refreshv2/banner02-about-us.png) no-repeat;
  background-size: 100%;
}


.banner-our-children {
  background: url(/SiteElements/images/refreshv2/banner-our-children.png) no-repeat;
  background-size: 100%;
}

.banner-support-index {
  background: url(/SiteElements/images/refreshv2/banner-support.png) no-repeat;
  background-size: 100%;
}

.banner-children {
  background: url(/SiteElements/images/refreshv2/banner02-about-us.png) no-repeat;
  background-size: 100%;
}

.banner-who-can {
  background: url(/SiteElements/images/refreshv2/banner01-who-can.png) no-repeat;
  background-size: 100%;
}

.banner-journey {
  background: url(/SiteElements/images/refreshv2/banner05-your-journey.png) no-repeat;
  background-size: 100%;
}

.banner-faq {
  background: url(/SiteElements/images/refreshv2/banner22-faqs.png) no-repeat;
  background-size: 100%;
}

.banner-stories {
  background: url(/SiteElements/images/refreshv2/banner03-stories.png) no-repeat;
  background-size: 100%;
}

.banner-routes {
  background: url(/SiteElements/Images/refreshv2/banner04-routes-2025-08.png) no-repeat;
  background-size: 100%;
}


.banner-toadopt {
  background: url(/SiteElements/images/refreshv2/banner19-who-needs.png) no-repeat;
  background-size: 100%;
}

.banner-child-profiles {
  background: url(/SiteElements/images/refreshv2/banner15-child-profiles.png) no-repeat;
  background-size: 100%;
}

.banner-connections {
  background: url(/SiteElements/images/refreshv2/banner09-connections.png) no-repeat;
  background-size: 100%;
}

.banner-ASGSF {
  background: url(/SiteElements/images/refreshv2/banner13-asgsf.png) no-repeat;
  background-size: 100%;
}

.banner-connections {
  background: url(/SiteElements/images/refreshv2/banner09-connections.png) no-repeat;
  background-size: 100%;
}

.banner-letterbox {
  background: url(/SiteElements/images/refreshv2/banner07-letterbox.png) no-repeat;
  background-size: 100%;
}

.banner-birth-parents {
  background: url(/SiteElements/images/refreshv2/banner10-birth-parents.png) no-repeat;
  background-size: 100%;
}

.banner-support-adults {
  background: url(/SiteElements/images/refreshv2/banner08-adopted-adults.png) no-repeat;
  background-size: 100%;
}

.banner-supporting-you {
  background: url(/SiteElements/images/refreshv2/banner11supporting-you.png) no-repeat;
  background-size: 100%;
}

.banner-resources {
  background: url(/SiteElements/images/refreshv2/banner16-resources.png) no-repeat;
  background-size: 100%;
}

.banner-fostering {
  background: url(/SiteElements/images/refreshv2/banner18-fostering.png) no-repeat;
  background-size: 100%;
}

.banner-news {
  background: url(/SiteElements/Images/refreshv2/banner14-news-2025-08.png) no-repeat;
  background-size: 100%;
}

.banner-news-index {
  background: url(/SiteElements/images/refreshv2/banner23-news-index.png) no-repeat;
  background-size: 100%;
}

.banner-events {
  background: url(/SiteElements/images/refreshv2/banner20-events.png) no-repeat;
  background-size: 100%;
}

.banner-form {
  background: url(/SiteElements/images/refreshv2/banner21-enquiry.png) no-repeat;
  background-size: 100%;
}

.banner-casestudy {
  background: url(/SiteElements/images/refreshv2/banner-accessibility.png) no-repeat;
  background-size: 100%;
}


.banner-disclaimer {
  background: url(/SiteElements/images/refreshv2/banner-disclaimer.png)  no-repeat;
  background-size: 100%;
}

.banner-cookies {
  background: url(/SiteElements/images/refreshv2/banner-cookies.png) no-repeat;
  background-size: 100%;
}

.banner-social {
  background: url(/SiteElements/images/refreshv2/banner-socialmedia.png) no-repeat;
  background-size: 100%;
}

.banner-privacy {
  background: url(/SiteElements/images/refreshv2/banner-privacy.png) no-repeat;
  background-size: 100%;
}

.banner-accessibility {
  background: url(/SiteElements/images/refreshv2/banner-accessibility.png) no-repeat;
  background-size: 100%;
}


.banner-thisismyfamily {
  background: url(/SiteElements/Images/refreshv2/banner-This-is-my-family.png) no-repeat;
  background-size: 100%;
}


/*
.banner- {
  background: url(/SiteElements/images/bg-tile-yellow.gif) #e6bf59;
  background-size: 100px 101px!important;
}
*/

.banner-detail {
  background: white;
  float: left;
  padding: 30px 5% 5px 5%;
  margin: 120px 0 0 0;
  width: 90%;
}

.banner-detail h1 {
  color: #2A5C35;
  font-size: 3em;
  font-weight: 900;
  margin: 0 0 10px 0;
  float: left;
  width: 100%;
  line-height: 1em;
  font-family: 'RobotoBold';
  letter-spacing:-0.02em;

}

.banner-detail span {
  font-family: 'mvboli';
  color: black;
  font-size: 1.2em;
  letter-spacing: -0.06em;
  display: block;
  line-height: 1.3em;
  float: left;
  font-weight: bold;
  margin-bottom: 10px;
}

.banner-home .banner-detail span {
  margin: 10px 0 0 0;
}

.banner-detail p {
  color: #555;
  line-height: 1.5em;
  float: left;
}

.banner-detail.home a {
  color: #973A2D;
  text-decoration: none;
  border-bottom: 1px dotted #973A2D;
  font-weight: bold;
  transition: all .3s ease;
}

.banner-detail.home a:hover {
    border-bottom: 1px solid #973A2D;
}


/***********************************************************************************************************************************
HOMEPAGE
************************************************************************************************************************************/

/* HOMEBOXES */
.homeboxes {
  background: #fff;
  float: left;
  width: 100%;
  padding: 30px 0 50px 0;
}

.homeboxes h1 {
  font-family: 'mvboli';
  color: #222;
  letter-spacing: -0.05em;
  font-size: 2.2em;
  text-align: center;
  /*margin-bottom:40px;*/
}
.homeboxes h2 {
  margin:0;
}
.homeboxes h2 a {
  color: #222;
  text-transform:uppercase;
}

.homeboxes h2 a span {
  color: #2a5c35;
}

/*.homeboxes img {
  width: 100px;
  float: right;
  margin: 0;
  height: auto;
  dispay: none;
}*/
.homeboxes img {
width: 100%;
  height: 100%;
}
.homeboxes p {
  color: #000;
  width: 99%;
  float: left;
  xfont-size: 0.9em;
}

.homeboxes a {
  display: inline-block;
  float: left;
  color: #56b89f;
  clear: both;
  text-decoration: none;
  border-bottom: 1px dotted #131313;
}

.homeboxes a:hover {
  border-bottom: 1px solid #131313;
}

.homeboxes .l-box {
  padding: 30px 0 30px 30px;
  float: left;
}

.homeboxes .buttonred a {
display: block;
  padding: 10px 20px 10px 20px;
  font-size: 1em;
  color: #fff;
  background-color:#cb6154;
  text-decoration: none;
  width: auto;
  font-weight: bold;
}

.homeboxes .buttongreen a {
display: block;
  padding: 10px 20px 10px 20px;
  font-size: 1em;
  color: #fff;
  background-color:#458276;
  text-decoration: none;
  width: auto;
  font-weight: bold;
}

.homeboxes .buttonyellow a {
display: block;
  padding: 10px 20px 10px 20px;
  font-size: 1em;
  color: #000;
  background-color:#e6bf51;
  text-decoration: none;
  width: auto;
  font-weight: bold;
}

.homeboxes div.whychoose h2 {
  display: block; 
  text-align: center; 
  background-color: #56b89f; 
  color: #fff, 
  font-weight:bold; 
  padding: 20px; 
  width: 10em; 
  margin: -20px auto; 
  position: relative; 
  z-index: 10;
}

div.whychooseus p {
  color: #fff; 
  padding: 1.1em 2em 1.8em 7em; 
  font-weight: bold;
  height: 40px;
    font-size: 1.3em;
    margin-left: 3em;
    width:50%;
}

.whychooseimg-right {
  margin: 1rem auto;
  width: 46%;
}

div.whychooseimg-right img {
   margin: 0 auto;
  width: 550px;
}

.whychooseimg-left {
  margin: 1rem auto;
  width: 46%;
}

div.whychooseimg-left img {
  margin: 0 auto;
  width: 550px;
}

div.whychoose-desc {
  width:46%;
  margin:auto;
}

div.whychoosecontainer {
display: flex; 
align-items: center; 
margin: 20px 0 20px 15px;
}


p.whychooseus1 {
  background: url('/SiteElements/Images/Homepage/icon-Access-to-training-120px.png') no-repeat left;
  background-size:100px;
  }

p.whychooseus2 {
  background: url('/SiteElements/Images/Homepage/icon-Opportunities-to-connect-120px.png') no-repeat left;
  background-size:100px;
  }

  p.whychooseus3 {
  background: url('/SiteElements/Images/Homepage/icon-Specialist-support-120px.png') no-repeat left;
  background-size:100px;
  }

  p.whychooseus4 {
  background: url('/SiteElements/Images/Homepage/icon-Support-and-advice-120px.png') no-repeat left;
  background-size:100px;
  }

  p.whychooseus5 {
  background: url('/SiteElements/Images/Homepage/icon-welcome-adopters-120px.png') no-repeat left;
  background-size:100px;
  }

.whychooseimage img {
  width:100%;
  height:100%;
  object-fit: cover;
}

.wrapper {width:100%;}


/* NEWS/FAQ */
.homenewsfaq-wrap {
  float: left;
  width: 100%;
  padding: 30px 0 40px;
  background: #f0f0f0;
}

.homenews .l-box,
.homefaq .l-box {
  padding: 0 30px;
}

.homefaq .l-box {
  position: relative;
  padding-bottom: 100px!important;
  text-align: center;
}

.btn-faq {
  position: absolute;
  bottom: 0;
  left: 30px;
}

.homenews h2 {
  text-transform: uppercase;
  color: black;
}

.homenews ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.homenews ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  float: left;
  width: 100%;
}

.homenews ul li span {
  display: block;
  color: #999;
  font-size: 0.8em;
  float: left;
  width: 100%;
}

.homenews ul li a {
  display: block;
  color: black;
  text-decoration: none;
}

.morenews,
.btn-faq {
  display: inline-block;
  color: #2E332C!important;
  font-weight: bold;
  border-bottom: 1px dotted #2E332C;
  float: left;
  text-decoration: none;
}

.morenews:hover,
.btn-faq:hover {
  border-bottom: 1px solid #2E332C;
}

.homefaq {
  margin: 25px 0;
  float: left;
}

.homefaq img {
  width: 90%;
  height: auto;
}


/******************************************************************************************************************************
ONE COLUMN 
******************************************************************************************************************************/

.content-wrapper {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding: 20px 0;
}

.content-wrapper .sys_record-image-control {
  float: right;
  margin: 0 0 30px 30px;
  width: 300px;
}

.content-wrapper .sys_record-image-control img {
  width: 100%;
}

.image-map img {
  width: 100%;
  height: auto;
}

.image {
  width:100%;
  height:auto;
  margin-bottom:20px;
}

.content-wrapper a {
  color: #973A2D;
  text-decoration: none;
  border-bottom: 1px dotted #973A2D;
  font-weight: bold;
  transition: all .3s ease;
}

.content-wrapper a:hover {
  border-bottom: 1px solid #973A2D;
}

.container {
  background: white;
  float: left;
  margin-top: 20px;
  width: 90%;
  padding: 15px 5%;
}


.container section {
  float: left;
  margin-bottom: 40px;
}

.container section:first-of-type {
  margin-bottom: 40px;
  float: left;
}

.container section:last-of-type {
  margin-bottom: 30px;
}

.container section h3 {
  width: 70%;
}

.container section h3 {
  padding: 0;
  margin: 0;
  float: left;
  color: #cf6456;
}
.container h2,
.container h3 {
  margin: 0 0 25px 0;
  width: 100%;
}

.container h2 span {
  display: block;
  color: #973A2D;
  font-weight: 500;
  font-size: 0.9em;
}

.container p {
  color: #555;
  line-height: 1.6em;
  margin: 0 0 20px 0;
}

.container ul,
.container ol {
  color: #555;
  margin: 0 0 30px 0;
}

.container ul li,
.container ol li {
  margin-bottom: 20px;
}

.container .thumb {
  width: 100%;
  float: left;
  height: 300px;
  margin-bottom: 20px;
}

.container .thumb img,
.container .thumb iframe {
  width: 100%;
}

.container .thumb img {
  height: auto;
}

.container .thumb iframe {
  height: 100%;
}


#modal-iframe-7 iframe, #modal-iframe-4 iframe, #modal-iframe-5 iframe, #modal-iframe-6 iframe {
  width:100%;
  border:0;
  height:400px;
  display:block;
}

.iziModal-header-title,
.iziModal-header-subtitle {
   font-family: 'Roboto'!important;
  	color:white!important;
}

/* TABLES */

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}

table caption {
  background: #83342a;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 1% 5px!important;
}

th {
  background: #fff;
  color: #83342a;
  padding: 10px 5px !important;
}

tr:nth-child(even) {
  background-color: #dddddd;
}


/* EXTERNAL LINK */
.externallinkhide {
  display: block;
  height: 1px;
  position: absolute;
  text-indent: -99999px;
}


/* EMPTY EXTERNAL LINK DEFINITION SO SELECTOR CAN BE FOUND AT ALL IN HYPERLINK PROPERTIES */
.externallink {
  display: inline;
}


/* CUSTOM ICON */
.externallink:after {
  content: "\e8f1";
  font-family: "icomoon";
  font-size: 1.1em;
  line-height: 0;
  margin-left: 5px;
}

.gmap {
  width: 100%;
  height: 200px;
}

.image-map {
  float: right;
  height: auto;
  margin-bottom:30px;
}

.gmap iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

/******************************************************************************************************************************
LANDING PAGE ******************************************************************************************************************************/

ul.landing {
    margin: 0;
    padding: 0!important;
    list-style: none;
}

ul.landing li {
    clear: both;
    float: left;
    text-decoration: none;
    padding: 0;
    width: 96%;
    margin-bottom: 15px;
}

ul.landing li a {
    display: block;
    text-decoration: none;
    min-height: 100px;
    padding: 1.5% 4%;
    border-bottom: none;
}

ul.landing li a:hover, ul.landing li a:active {
    background-color: #cf6456;
    color: #fff;
    border: 0!important;
}

.landingbox {
  position: relative;
}

.landingbox:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 10px solid #cf6456;
  border-right: 10px solid transparent;
}

.landingtitle {
    display: block;
    margin: 7px 0 5px 0;
    line-height: 1.1em;
    font-size: 1.3em;
}

.landingdesc {
    color: #555;
    display: block;
    line-height: 1.3em;
    font-weight: 500;
    margin-top: 20px;
}

ul.landing li a:hover .landingdesc {
    color: #fff;
}

/***********************************************************************************************************************************
ACCORDION 
************************************************************************************************************************************/
.ui-widget-content {
  color:#555!important;
}
.jqaccordion {
  font-family:"Roboto"!important;
  font-size:1em!important;
}

.jqaccordion h3 {
  color:#973A2D;
  width: 80%!important;
	padding: 10px 10%!important;
  background:#f3f3f3!important;

}
.ui-accordion .ui-accordion-content {
    padding: 20px 10%!important;
    width: 80%!important;
}


/* YOUR JOURNEY */
.stage-label {
 border-top:1px solid; 
  width:100%;
  float:left;
  clear:left;
    margin-top:25px;
}
.stage-label span {
  display:block;
  text-transform:uppercase;
  font-weight:bold;
  border-right:5px solid white;
  padding:5px 10px;
  color:white;
  float:left;
    margin-bottom:20px;
}
.prestage1 {
  border-color:#2A5C35;
}
.prestage1 span {
  background:#2A5C35;
}

.stage1 {
  border-color:#6E5502;
}
.stage1 span {
  background:#6E5502;
}
.stage2 {
	border-color:#973A2D;
}


.stage2 span {
	background:#973A2D;
}

.stage-label + h3 {
  clear:left;
}

.btn-10steps {
  margin:0 auto 30px auto!important;
  width:300px;
  height:200px;
  background: url(/SiteElements/images/btn-10steps.gif);
  background-position:0 -187px;
  background-size:100%;
  display:block;
  text-indent:-9999px;
  border:0!important;
  transition:none!important;
}




/***********************************************************************************************************************************
NEWS 
************************************************************************************************************************************/

.sys_news-control ul {
  list-style: none;
  padding: 0;
}

.sys_news-control ul li {
  margin-bottom: 25px;
  /*float: left;
  xwidth: 100%;*/
}

.sys_news-control ul li a {
  font-weight: bold;
}

dt.sys_news-description,
dt.sys_news-datepublished,
.homenews .sys_flickrpager {
  display: none;
}

dd.sys_news-description,
dd.sys_news-datepublished {
  margin: 0;
}

dd.sys_news-description {
  margin: 10px 0;
}

dd.sys_news-datepublished {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #222;
  float: left;
  display: block;
}

.sys_news-posted-date {
  display: none;
}

.sys_paginginfo {
  font-size: 0.8em;
  text-transform: uppercase;
  float: left;
  border-top: 1px solid #ddd;
  font-weight: bold;
  width: 100%;
  margin: 40px 0;
  color: #575757;
  padding-top: 5px;
}

.news-list-deck .sys_itemslist {
  width: 100%;
  float: left;
}

.news-list-deck .sys_subitem {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 1rem;
  background: #fff;
  min-height: 225px;
  border-radius: 2px;
}

/*
.news-list-deck .sys_thumbnail img {
  margin: 0 auto;
  display: block;
}
/*

/***********************************************************************************************************************************
SOCIAL MEDIA
************************************************************************************************************************************/

.social-grid ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-grid .l-box {
  text-align: center;
  margin-right: 10px;
  padding: 0 5%;
  float: left;
  width: 90%;
}

.social-grid .l-box img {
  height: auto;
  float: none;
  margin: 0;
}

.social-grid .cheshire .l-box img {
  width: 145px;
  margin: 15px 0 15px 0;
}

.social-grid .halton .l-box img {
  width: 77px;
  margin-bottom: 8px;
}

.social-grid .sthelens .l-box img {
  width: 130px;
  margin: 34px 0 14px 0;
}

.social-grid .warrington .l-box img {
  width: 130px;
  margin: 20px 0 12px 0;
}

.social-grid .wigan .l-box img {
  width: 85px;
  margin: 10px 0 10px 0;
}

.social-grid a[class^="icon-"]:before,
.social-grid a[class*="icon-"]:before {
  color: #fff;
}

.social-grid ul li {
  float: left;
  width: 50%;
  text-align: center;
}

.social-grid ul li a {
  text-indent: -99999px;
  display: block;
  border-bottom: 0;
  padding-top: 5px;
  color: #ffffff;
}

.social-grid ul li a:hover {
  border-bottom: 0;
}

.social-grid ul li a:before {
  text-indent: 0;
  float: left;
  width: 100%;
}

.social-grid ul li:first-of-type a {
  background: #15202b;
  text-align: center;
}

.social-grid ul li:nth-child(2) a {
  background: #244ca4;
}


/***********************************************************************************************************************************
FORMS
************************************************************************************************************************************/

.sys_cms-form-body li input,
.sys_cms-form-body li select,
.sys_cms-form-body li textarea,
.sys_cms-form-body li label,
.sys_cms-form-body li .sys_legend,
.sys_cms-form-body li .sys_fieldlabel {
  font-family: 'Roboto', sans-serif!important;
}

.sys_cms-form-body {
  padding: 0!important;
}

.sys_cms-form-body li {
  font-size: 1.2em!important;
  margin-bottom: 10px!important;
  padding: 20px 0 !important;
  width: 100% !important;
}

.enquire .sys_theme-simple {
  padding:20px;
  
}
.sys_cms-form-body input[type="text"],
.sys_cms-form-body textarea  {
  border:1px solid #dcdcdc;
}

////Media queries /////////



@media screen and (min-width: 300px) {

/*div.whychooseimg-right  {
   display:none;
}

div.whychooseimg-left  {
   display:none;
}

div.whychoose-desc {
  width:90%;
}*/

}

@media screen and (max-height: 450px) {
  .sidenav a {
    font-size: 18px;
  }

}

@media screen and (max-width: 600px) {

div.whychooseimg-right  {
   display:none;
}

div.whychooseimg-left  {
   display:none;
}

div.whychoose-desc {
  width:90%;
}

div.whychooseus p {
 margin-left:.5em;
  width:55%;
  padding: 25px 30px 30px 6em;
  font-size: 1.2em;
}

p.whychooseus1 {
  background: url('/SiteElements/Images/Homepage/icon-Access-to-training-120px.png') no-repeat left;
  background-size: 80px 80px;
  }

p.whychooseus2 {
  background: url('/SiteElements/Images/Homepage/icon-Opportunities-to-connect-120px.png') no-repeat left;
  background-size: 80px 80px;
  }

  p.whychooseus3 {
  background: url('/SiteElements/Images/Homepage/icon-Specialist-support-120px.png') no-repeat left;
  background-size: 80px 80px;
  }

  p.whychooseus4 {
  background: url('/SiteElements/Images/Homepage/icon-Support-and-advice-120px.png') no-repeat left;
  background-size: 80px 80px;
  }

  p.whychooseus5 {
  background: url('/SiteElements/Images/Homepage/icon-welcome-adopters-120px.png') no-repeat left;
  background-size: 80px 80px;
  }

 

}

@media screen and (min-width: 600px) {
  .homefaq img {
    width: 300px;
  }
  .footer-links ul li {
    float: left;
    margin-right: 20px;
  }
  .btn-10steps {
  float:right;
  margin:0 0 20px 20px!important;
}
  .banner-home {
  background-size:cover;
    background-position: 78% -13px;
  }

  .sys_required {
    color: #79131e!important;
}
  div.whychooseimg-right img {
   margin: 0 auto;
  width: 250px;
}

div.whychooseimg-left img {
  margin: 0 auto;
  width: 250px;
}
}

@media screen and (min-width: 768px) {
  header {
    border: 0;
  }
  .logo {
    width: 200px;
  }
  .banner-home {
    background-position: 66% 0px;
  }
  .banner-detail {
    width:50%;
    padding: 30px 5% 50px 5%;

  }
  .btn-nav-open {
    margin-top: 38px;
  }
  .enquire-m {
  display: none;
}
  .enquire {
    display: block;
    float: right;
    margin: -93px 25px 0 0;
  }
  .enquire p {
    font-family: 'mvboli';
    letter-spacing: -0.02em;
    margin: 0 0 10px 0;
  }
  .enquire a {
    border: 3px solid #56b89f;
    background: #56b89f;
    color: #141A14;
    text-decoration: none;
    padding: 6px 29px;
    font-size: 0.8em;
    font-weight: 900;
    transition: all .5s ease;
  }
  .enquire a:hover {
    border: 3px solid #56b89f;
    background: #ffffff;
    color: #141A14;
  }
  
  /* PARTNERS */
  .partners .sthelens a {
    margin-top: 33px!important;
  }
  .warrington a {
    margin-top: 25px!important;
  }
  .wigan a {
    margin-top: 20px!important;
  }
  .container .thumb {
    float: right;
    margin: -60px 0 0 5%;
    width: 25%;
    height: 125px;
    background: #eee;
  }
  .gmap,
  .map {
    height: 300px;
  }
  
  /* SOCIAL MEDIA */
  .social-grid .warrington .l-box img {
    margin: 20px 0 -9px 0;
  }
  .social-grid .wigan .l-box img {
    margin: 17px 0 -4px 0;
  }
  .social-grid .sthelens .l-box img {
    width: 118px;
    margin: 35px 0 19px 0;
  }
  .jqaccordion h3 {
  width: 88%!important;
	padding: 10px 6%!important;

}
.ui-accordion .ui-accordion-content {
    padding: 20px 6%!important;
    width: 88%!important;
}

  .news-list-deck .sys_subitem {
    width: 42.6%;
    margin: 0 2% 15px 0;
    float: left;
  }

div.whychooseimg-right img {
   margin: 0 auto;
  width: 300px;
}

div.whychooseimg-left img {
  margin: 0 auto;
  width: 300px;
}

div .buttoncenter {
    margin: 0 auto;
    width:24em;
  }


}

@media screen and (min-width: 980px) {
  .wrapper {
    width: 960px;
    margin: 0 auto;
  }
  .content-wrapper {
    border-top: 0;
    margin: 0;
    padding: 10px 0 40px 0;
  }
  h2,
h3,
h4,
h5 {
   letter-spacing:0.02em;
}
  
  .image {
  float: right;
  margin: 0 0 30px 30px;
  width: 300px;
}
  
  .btn-nav-open {
    display: none;
  }
  header nav {
    display: block;
    background: #973A2D;
    float: left;
    width: 100%;
  }
  header nav .wrapper {
    width: 950px;
  }
  header nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  header nav ul li {
    float: left;
  }
  header nav ul li a {
    color: white;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 0.9em;
    padding: 20px 45px;
    display: block;
    font-weight: bold;
    letter-spacing: 0.02em;
    border: 1px dotted transparent;
  }
  .enquire {
    margin-right: 0;
  }

 
  
  /* BANNERS */
  .banner {
    background-size: cover;
    height: 425px;
    background-position:0 -65px;
  }
  
  .banner-news {
    xheight: 285px!important;
  }
 
  .banner-detail {
    width: 36%;
    margin: 258px 0 0 0;
  }

  .banner-detail.home {
    width: 30%;
    margin: 40px 0;
    padding: 20px 5%;
  }
    
.banner-home {
    background-position: 0;
}


  .banner-children {
    background-position: 0 -13px;
  }
  
  .banner-social {
    background-position: 0 -160px;
  }
  .banner-form {
    background-position: 0 -50px;
  }
  
  /* FOOTER */
  .footer-strap div {
    width: 415px;
  }
  .footer-strap img {
    border-left: 1px solid #444;
    float: left;
    padding-left: 15px;
    margin-left: 15px;
  }
  .footer-strap p {
    float: left;
    font-size: 1em;
  }
  .footer-links .l-box,
  .social .l-box {
    padding: 0;
  }

  .social ul {
    padding-left: 0;
}
  
  /* HOMEPAGE */
  .homenews .l-box,
  .homefaq .l-box {
    padding: 0;
  }
  .homefaq img {
    width: 360px;
  }
  /*.homeboxes img {
    width: 120px;
    margin: -25px 0 0 0;
  }*/
  .homeboxes {
    padding-bottom: 40px;
  }
  .homeboxes .l-box {
    padding: 30px 0 !important;
  }
  .homeboxes .pure-u-1:nth-child(odd) .l-box {
    padding-left: 30px!important;
  }
  .homeboxes .pure-u-1:nth-child(even) .l-box {
    padding-right: 30px!important;
  }
  .social-grid .sthelens .l-box img {
    width: 148px;
    margin: 35px 0 15px 0;
  }
  .gmap,
  .map {
    height: 400px;
  }
  .btn-10steps {
    height:200px;
    width:300px;
    background: url(/SiteElements/images/btn-10steps.gif);
    background-size:100%;
    display:block;
    float:right;
    margin:0 0 20px 20px;
    text-indent:-9999px;
    border:0!important;
    transition:none!important;
  }
  .btn-10steps:hover {
   background-position:0 -188px; 
  }

  .news-list-deck .sys_subitem {
    width: 42.6%;
    margin: 0 2% 15px 0;
    float: left;
  }
div.whychooseimg-right img {
   margin: 0 auto;
  width: 400px;
}


div.whychooseimg-left img {
  margin: 0 auto;
  width: 400px;
}

div .buttoncenter {
    margin: 0 auto;
    width:24em;
  }

}


@media screen and (min-width: 1200px) {

  .wrapper {
    width: 1200px;
    margin: 0 auto;
  }

  .wrapper2 {
    margin: 30px 0 0 0;
    /*max-width: 1200px;
    margin: 0 auto;*/
  }
  
  .content-wrapper {
    border-top: 0;
    margin: 0;
    padding: 10px 0 40px 0;
  }

  .banner-about {
    background-position: 0 -100px;
  }
  
    .banner-journey {
    background-position: 0 -85px;
  }
  
    .banner-stories {
    background-position: 0 -43px;
  }
  
    
  .banner-support {
    background-position: 0 -93px;
  }

 .news-list-deck .sys_subitem {
    xwidth: 27.3%;
  }
div.whychooseimg-right img {
   margin: 0 auto;
  width: 550px;
}

.whychooseimg-left {
  margin: 1rem auto;
  width: 46%;
}

div.whychooseimg-left img {
  margin: 0 auto;
  width: 550px;
}

div .buttoncenter {
    margin: 0 auto;
    width:24em;
  }

}