/**
 * Styles for yhgroup
 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Layout
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #696371;
  font-family: "Canaro", "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

@font-face {
  font-family: 'Canaro';
  src: url("../fonts/CanaroBook.eot");
  src: url("../fonts/CanaroBook.eot") format("embedded-opentype"), url("../fonts/CanaroBook.woff") format("woff2"), url("../fonts/CanaroBook.woff") format("woff"), url("../fonts/CanaroBook.ttf") format("truetype"), url("../fonts/CanaroBook.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Canaro';
  src: url("../fonts/CanaroExtraBold.eot");
  src: url("../fonts/CanaroExtraBold.eot") format("embedded-opentype"), url("../fonts/CanaroExtraBold.woff") format("woff2"), url("../fonts/CanaroExtraBold.woff") format("woff"), url("../fonts/CanaroExtraBold.ttf") format("truetype"), url("../fonts/CanaroExtraBold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Canaro';
  src: url("../fonts/CanaroLight.eot");
  src: url("../fonts/CanaroLight.eot") format("embedded-opentype"), url("../fonts/CanaroLight.woff") format("woff2"), url("../fonts/CanaroLight.woff") format("woff"), url("../fonts/CanaroLight.ttf") format("truetype"), url("../fonts/CanaroLight.svg") format("svg");
  font-weight: 300;
  font-style: normal; }
h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  color: #233163;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-top: 22px; }
  h1 a {
    color: #233163;
    text-decoration: underline; }

.yh-block h2 {
  text-transform: uppercase; }

.yh-block h5,
.grid-programmes h5 {
  color: #fff;
  font-size: 31px;
  font-size: 1.9375rem;
  margin: 1rem 0;
  text-transform: uppercase;
  line-height: 1.1em; }

.vitalinfo h2 {
  font-size: 1.2em; }

.right-column h3 {
  margin-top: 0.5em; }

h3 {
  color: #d53373; }

.homepage-grid h3,
.landing-grid h3 {
  color: #FFF; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em;
  border: 1px solid #d53373;
  border-left: 7px solid #d53373;
  padding-left: 1rem;
  padding-top: 2.5rem;
  background-color: #f3f3f4; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.pinktext {
  color: #d53373;
  font-weight: bold; }

.excerpt {
  font-size: 0.9rem; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #f3f3f4;
  /* Fallback for when there is no custom background color defined. */
  font-size: 21px;
  font-size: 1.3125rem; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

.entry-content ul {
  margin-left: 0;
  padding-left: 22px; }

.entry-content ol {
  margin-left: 0;
  padding-left: 25px; }

.entry-content ul li,
.entry-content ol li {
  padding-left: 10px; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body {
  min-width: 320px; }

.site-branding,
.site-footer .footer-message,
.site-info,
.footer-menu,
.article-inner,
.section-inner,
.cta-text,
.gform-container,
.page-header,
.content-container,
.page-content {
  padding: 0 70px;
  overflow: hidden; }
  @media (max-width: 960px) {
    .site-branding,
    .site-footer .footer-message,
    .site-info,
    .footer-menu,
    .article-inner,
    .section-inner,
    .cta-text,
    .gform-container,
    .page-header,
    .content-container,
    .page-content {
      padding: 0 40px; } }
  @media (max-width: 420px) {
    .site-branding,
    .site-footer .footer-message,
    .site-info,
    .footer-menu,
    .article-inner,
    .section-inner,
    .cta-text,
    .gform-container,
    .page-header,
    .content-container,
    .page-content {
      padding: 0 20px; } }

.site-header,
.banner,
.site-footer,
.site-main article,
.site-main section,
.page-header,
.content-container,
.page-content {
  width: 1340px;
  max-width: 100%;
  margin: 0 auto; }

.page-content,
.page-header {
  background: #fff;
  overflow: hidden; }

.left-column,
.right-column {
  width: 48.33333%; }
  @media (max-width: 768px) {
    .left-column,
    .right-column {
      width: 100%; } }

.left-column {
  float: left; }
  .left-column h2:first-child,
  .left-column h3:first-child,
  .left-column h4:first-child,
  .left-column h5:first-child,
  .left-column h6:first-child,
  .left-column p:first-child {
    margin-top: 0; }

.right-column {
  float: right; }
  .right-column p:first-child {
    margin-top: 0; }

.logo {
  max-width: 157px;
  width: auto;
  float: left;
  padding: 35px 0; }
  @media (max-width: 768px) {
    .logo {
      max-width: 120px; } }
  @media (max-width: 568px) {
    .logo {
      max-width: 100px;
      padding: 25px 0; } }

.phone-number {
  color: #233163;
  font-size: 40px;
  font-size: 2.5rem;
  float: right;
  margin-top: 48px; }
  @media (max-width: 768px) {
    .phone-number {
      font-size: 30px;
      margin-top: 49px; } }
  @media (max-width: 568px) {
    .phone-number {
      font-size: 20px;
      margin-top: 36px; } }

.social-icons {
  float: right;
  clear: right;
  margin-top: 10px; }
  .social-icons img {
    border: 1px solid #233163;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .social-icons a {
    text-decoration: none; }

.social-icon {
  width: 43px;
  height: 43px; }
  @media (max-width: 568px) {
    .social-icon {
      width: 25px;
      height: 25px; } }

#search-filter-form-867 {
  float: right;
  color: #f3f3f4; }
  #search-filter-form-867 ul {
    float: right;
    display: block; }
    @media (max-width: 420px) {
      #search-filter-form-867 ul {
        float: none; } }
  @media (max-width: 420px) {
    #search-filter-form-867 {
      float: none;
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }
  #search-filter-form-867 input[type="text"] {
    font-size: 12px;
    font-size: 0.75rem;
    height: 30px;
    border-color: #fff;
    width: 115px;
    margin-right: 5px; }
    @media (max-width: 420px) {
      #search-filter-form-867 input[type="text"] {
        width: 200px; } }
  #search-filter-form-867 .search-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #696371; }
  #search-filter-form-867 .search-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #696371; }
  #search-filter-form-867 .search-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #696371; }
  #search-filter-form-867 .search-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #696371; }
  #search-filter-form-867 input[type="submit"] {
    background: #efb8c8;
    height: 30px;
    position: relative;
    margin-left: 5px; }

.search-form {
  float: right;
  color: #f3f3f4; }
  @media (max-width: 420px) {
    .search-form {
      float: none; } }
  .search-form .search-field {
    font-size: 12px;
    font-size: 0.75rem;
    height: 30px;
    border-color: #fff;
    width: 115px; }
  .search-form .search-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #696371; }
  .search-form .search-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #696371; }
  .search-form .search-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #696371; }
  .search-form .search-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #696371; }
  .search-form .search-submit {
    background: #efb8c8;
    height: 30px;
    position: relative;
    top: 1px; }

.site-footer .footer-message {
  background: #67b6d7;
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.2em;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px; }
  @media (max-width: 960px) {
    .site-footer .footer-message {
      font-size: 38px;
      font-size: 2.375rem; } }
  @media (max-width: 768px) {
    .site-footer .footer-message {
      font-size: 31px;
      font-size: 1.9375rem; } }
  @media (max-width: 568px) {
    .site-footer .footer-message {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media (max-width: 420px) {
    .site-footer .footer-message {
      font-size: 20px;
      font-size: 1.25rem; } }
.site-footer .footer-menu {
  text-align: center;
  background: #fff; }
  .site-footer .footer-menu ul {
    display: inline-block;
    margin: 21px 0 13px 0;
    padding-left: 0;
    list-style: none; }
  .site-footer .footer-menu li {
    float: left;
    font-size: 1rem;
    font-weight: 300;
    text-transform: capitalize;
    color: #d53373; }
  .site-footer .footer-menu li:after {
    content: "|";
    padding-right: 5px;
    padding-left: 5px; }
  .site-footer .footer-menu li:last-child:after {
    content: ""; }
  .site-footer .footer-menu a {
    color: #d53373;
    text-decoration: none; }
  .site-footer .footer-menu a:hover,
  .site-footer .footer-menu a:focus {
    text-decoration: underline; }
  .site-footer .footer-menu ul.sub-menu {
    display: none; }
.site-footer .site-info {
  font-size: 14px;
  font-size: 0.8765rem;
  background: #d53373;
  color: #fff;
  float: left;
  width: 100%;
  font-weight: 300;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1.2em; }
  .site-footer .site-info .right-column {
    text-align: right; }
  .site-footer .site-info a {
    color: #fff;
    text-decoration: none; }
    .site-footer .site-info a:hover {
      text-decoration: underline; }
  @media (max-width: 768px) {
    .site-footer .site-info .left-column,
    .site-footer .site-info .right-column {
      width: 100%;
      text-align: center; } }

.banner {
  background: #233163 url("../img/blue-banner.jpg") right no-repeat;
  background-size: 1340px 280px;
  height: 280px;
  border-bottom: 3px solid #233163;
  -webkit-box-shadow: 0px 5px 5px 0px #f3f3f4;
  -moz-box-shadow: 0px 5px 5px 0px #f3f3f4;
  box-shadow: 0px 5px 5px 0px #f3f3f4;
  position: relative;
  z-index: 50; }
  .banner .banner-caption {
    padding: 0 70px;
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    font-size: 3rem;
    text-align: center;
    line-height: 1.2em;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    margin: 0; }
    @media (max-width: 768px) {
      .banner .banner-caption {
        font-size: 34px;
        font-size: 2.125rem; } }
    @media (max-width: 568px) {
      .banner .banner-caption {
        font-size: 29px;
        font-size: 1.8125rem; } }
    @media (max-width: 420px) {
      .banner .banner-caption {
        font-size: 26px;
        font-size: 1.625rem; } }

.site-main article,
.site-main section,
.content-container {
  background: #fff;
  overflow: hidden;
  padding-bottom: 28px; }

.page-intro {
  text-align: center; }

.entry-content .left-clomn,
.entry-content .right-column {
  margin-bottom: 40px; }

.testimonial {
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.125rem;
  border-top: 3px double #efb8c8;
  padding-top: 40px;
  overflow: hidden; }
  .testimonial .testimonial-photo {
    float: left;
    width: 150px;
    margin: 9px 20px 10px 0; }
  .testimonial .testimonial-photo + p {
    margin-top: 0; }
  .testimonial button {
    float: right; }
  .testimonial .testimonial-more-text {
    display: none; }
  .testimonial .testimonial-more-text.show-more {
    display: block; }
  .testimonial .testimonial-more.hide {
    display: none; }
  .testimonial .name {
    display: block; }
  .testimonial .author {
    clear: both;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 300;
    text-align: right;
    padding-top: 10px; }
  .testimonial .programme,
  .testimonial .course {
    text-transform: capitalize; }
  .testimonial .employer-name {
    text-align: right;
    font-weight: 300; }

.vacancy {
  margin-bottom: 40px;
  border-top: 3px double #efb8c8;
  padding-top: 40px;
  overflow: hidden;
  line-height: 1.3em; }
  .vacancy .button {
    float: right;
    clear: both; }
  .vacancy p {
    margin-bottom: 10px; }

.vacancy-single {
  line-height: 1.3em; }

article.type-vacancies {
  padding-top: 40px; }

.apply-form-container {
  max-width: 900px; }
  .apply-form-container ul.gform_fields li.gfield {
    padding-left: 0;
    padding-right: 0; }
  .apply-form-container .gform_wrapper label.gfield_label {
    font-weight: normal;
    font-size: 17px;
    font-size: 1.0625rem; }
  .apply-form-container .gform_wrapper .top_label div.ginput_container {
    margin-top: 3px; }
  .apply-form-container .gform_wrapper .gform_footer input[type=submit] {
    height: auto; }

.qanda-page .question,
.qanda-page .answer {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 300; }
.qanda-page .question {
  border-top: 1px solid #f3f3f4;
  display: block;
  padding: 6px 0;
  cursor: pointer;
  position: relative;
  padding-right: 20px; }
.qanda-page .question:first-of-type {
  border-top: 0; }
.qanda-page .question:after {
  content: '+';
  position: absolute;
  right: 0;
  top: 6px; }
.qanda-page .question.answer-open:after {
  content: '-'; }
.qanda-page .answer {
  display: none;
  padding-bottom: 30px;
  padding-right: 20px;
  font-size: 17px;
  font-size: 1.0625rem; }
  .qanda-page .answer p {
    margin-bottom: 0; }
  .qanda-page .answer li {
    margin-top: 10px; }
.qanda-page .answer.show-answer {
  display: block; }

.locations span {
  display: block;
  margin-bottom: 5px; }
.locations .location-info {
  margin-bottom: 40px; }

.search-results article {
  border-top: 3px double #efb8c8;
  padding-top: 40px; }
  .search-results article h2 {
    font-size: 1.17em;
    margin-bottom: 0; }
    .search-results article h2 a {
      color: #d53373;
      text-decoration: none; }
      .search-results article h2 a:hover {
        text-decoration: underline; }

.search-results .entry-summary {
  margin-top: 0; }
  .search-results .entry-summary p {
    margin-top: 15px;
    margin-bottom: 15px; }

.who-we-work-with-carousel {
  padding: 0 70px; }

.gform_wrapper div.validation_error {
  color: #d53373 !important;
  border-top: #d53373 !important;
  border-bottom: #d53373 !important; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #e688ad !important;
  color: #fff !important; }

.gform_wrapper .validation_message {
  color: #fff !important;
  padding-left: 1rem !important;
  font-weight: 300 !important; }

.yh-block,
.grid-programmes {
  padding: 12px;
  float: left;
  width: 100%; }
  .yh-block a.button,
  .grid-programmes a.button {
    float: right;
    background: #fff;
    color: #d53373; }
  .yh-block a.button:hover,
  .yh-block a.button:active,
  .yh-block a.button:focus,
  .grid-programmes a.button:hover,
  .grid-programmes a.button:active,
  .grid-programmes a.button:focus {
    color: #fff; }

.yh-block {
  margin-bottom: 15px; }

.link-block {
  background: #d53373;
  padding-top: 58px;
  padding-bottom: 58px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 31px;
  font-size: 1.9375rem; }
  .link-block span {
    display: block; }
  .link-block img {
    clear: both; }

a.link-block-link {
  color: #fff;
  text-decoration: none;
  display: block; }

a.link-block-link:hover span,
a.link-block-link:focus span,
a.link-block-link:active span {
  color: #fff;
  text-decoration: underline; }

.fact-block {
  background: #233163;
  padding: 0; }
  .fact-block img {
    display: block; }
  .fact-block .fact-text {
    font-size: 1.9375rem;
    color: #fff;
    padding: 16px 12px;
    font-weight: bold;
    line-height: 1.2em; }
    @media (max-width: 768px) {
      .fact-block .fact-text {
        font-size: 1.5rem; } }

.testimonial-block {
  background: #a0bb7a;
  color: #fff; }
  .testimonial-block .testimonial-author,
  .testimonial-block .testimonial-text {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 300; }

.blog-block {
  background: #a0bb7a;
  color: #fff; }
  .blog-block p {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 300; }

.list-block,
.grid-programmes {
  background: #67b6d7;
  color: #fff; }
  .list-block.pink,
  .grid-programmes.pink {
    background: #d53373; }
  .list-block ul,
  .grid-programmes ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-weight: bold; }
    .list-block ul li,
    .grid-programmes ul li {
      padding-left: 0; }

@media (max-width: 1170px) {
  .grid-programmes ul li::before {
    content: ''; }
  .grid-programmes ul li {
    float: left; }
    .grid-programmes ul li :last-of-type:after {
      border: 1px solid; }
  .grid-programmes ul :after {
    content: ", ";
    width: 5px;
    margin-right: 3px; } }
@media (max-width: 768px) {
  .grid-programmes ul {
    font-size: 1rem; } }

.qa-block {
  background: #d53373;
  color: #fff; }
  .qa-block .question,
  .qa-block .answer {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300; }
  .qa-block .question {
    border-top: 1px solid #fff;
    display: block;
    padding: 6px 0;
    cursor: pointer;
    position: relative;
    padding-right: 20px; }
  .qa-block .question:first-of-type {
    border-top: 0; }
  .qa-block .question:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 6px; }
  .qa-block .question.answer-open:after {
    content: '-'; }
  .qa-block .answer {
    display: none;
    padding-bottom: 30px; }
    .qa-block .answer p {
      margin-bottom: 0; }
  .qa-block .answer.show-answer {
    display: block; }

.cta-block {
  float: left;
  width: 100%;
  margin-top: 30px; }
  .cta-block .cta-text {
    background: #67b6d7;
    color: #fff;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3em; }
    .cta-block .cta-text p,
    .cta-block .cta-text span {
      max-width: 850px;
      display: block;
      margin: 0 auto; }
    .cta-block .cta-text a {
      color: #d53373;
      text-decoration: none; }
    @media (max-width: 568px) {
      .cta-block .cta-text {
        font-size: 24px;
        font-size: 1.5rem; } }
  .cta-block .cta-phone-number {
    font-size: 55px;
    font-size: 3.4375rem;
    font-weight: bold;
    line-height: 1.1em;
    padding: 12px 0; }
    @media (max-width: 568px) {
      .cta-block .cta-phone-number {
        font-size: 50px;
        font-size: 3.125rem; } }
  .cta-block .gform-container {
    max-width: 1040px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    .cta-block .gform-container label.gfield_label {
      display: none; }
    .cta-block .gform-container input {
      height: 58px;
      font-size: 15px !important;
      padding-left: 15px !important; }
    .cta-block .gform-container textarea {
      font-size: 15px !important;
      padding-left: 15px !important; }
    .cta-block .gform-container ul li.gfield {
      margin-top: 7px; }
    .cta-block .gform-container .gform_footer input.gform_button {
      float: right;
      width: 26.11111%;
      /* 235/900 */
      background: #fff;
      color: #696371;
      border: 1px solid #ccc;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      margin-bottom: 0; }
      .cta-block .gform-container .gform_footer input.gform_button:hover, .cta-block .gform-container .gform_footer input.gform_button:focus, .cta-block .gform-container .gform_footer input.gform_button:active {
        background: #d53373;
        color: #fff;
        border-color: #d53373; }
      @media (max-width: 420px) {
        .cta-block .gform-container .gform_footer input.gform_button {
          width: 100%; } }
    .cta-block .gform-container ul.gform_fields li:last-child,
    .cta-block .gform-container #field_1_3 {
      width: 73.33333%;
      /* 660/900 */ }
      @media (max-width: 420px) {
        .cta-block .gform-container ul.gform_fields li:last-child,
        .cta-block .gform-container #field_1_3 {
          width: 100%; } }
    .cta-block .gform-container .gform_footer {
      padding-top: 0;
      margin-top: -58px; }
      @media (max-width: 420px) {
        .cta-block .gform-container .gform_footer {
          margin-top: 7px; } }
  .cta-block #gform_wrapper_3 label.gfield_label {
    display: block;
    font-weight: normal;
    font-size: 17px;
    font-size: 1.0625rem; }

.centres-block {
  background: #67b6d7;
  color: #fff; }
  .centres-block a {
    color: #fff;
    text-decoration: none; }
    .centres-block a:hover, .centres-block a:focus, .centres-block a:active {
      color: #fff;
      text-decoration: underline; }
  .centres-block ul {
    margin-bottom: 0; }

.work-with-block {
  background: #67b6d7;
  color: #fff;
  /* big buttons, no circle */
  /* arrow color */
  /* hide disabled button */ }
  .work-with-block .logo-container {
    width: 25%;
    float: left;
    position: relative;
    background: #fff;
    height: 58px;
    margin-right: 10px; }
    .work-with-block .logo-container img {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      max-width: 80%;
      max-height: 90%;
      width: auto; }
  .work-with-block .flickity-prev-next-button {
    width: 50px;
    height: 50px;
    background: transparent; }
  .work-with-block .flickity-prev-next-button:hover {
    background: transparent; }
  .work-with-block .flickity-prev-next-button .arrow {
    fill: white; }
  .work-with-block .flickity-prev-next-button.no-svg {
    color: white; }
  .work-with-block .flickity-prev-next-button:disabled {
    display: none; }
  .work-with-block h5 {
    text-align: center; }

.accreditations h4 {
  margin-top: 24px;
  text-align: center;
  text-transform: uppercase;
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 24px; }
  @media (max-width: 768px) {
    .accreditations h4 {
      font-size: 1.6rem; } }
.accreditations .accreditation-logos {
  margin-left: auto;
  margin-right: auto;
  padding: 0 70px; }
  .accreditations .accreditation-logos .accr-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 21%;
    margin: 0 2%; }
    @media (max-width: 768px) {
      .accreditations .accreditation-logos .accr-logo {
        width: 50%; } }
  .accreditations .accreditation-logos .accr-logo:first-child {
    margin-left: 0; }

.vacancies {
  background-color: #d53373; }

.who-we-work-with {
  background-color: #67b6d7; }

.landing-grid,
.homepage-grid {
  color: #fff;
  margin-top: 40px;
  font-size: 19px;
  font-size: 1.1875rem; }
  .landing-grid p,
  .landing-grid h3,
  .homepage-grid p,
  .homepage-grid h3 {
    margin: 0; }
  .landing-grid h3,
  .homepage-grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1;
    margin-bottom: 5px; }
  .landing-grid .work-with h3,
  .homepage-grid .work-with h3 {
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 30px; }
  .landing-grid h2,
  .homepage-grid h2 {
    text-transform: uppercase;
    clear: both; }
    @media (max-width: 768px) {
      .landing-grid h2,
      .homepage-grid h2 {
        font-size: 20px;
        font-size: 1.25rem; } }
  .landing-grid a,
  .homepage-grid a {
    color: #fff;
    text-decoration: none; }
    .landing-grid a:hover, .landing-grid a:focus, .landing-grid a:active,
    .homepage-grid a:hover,
    .homepage-grid a:focus,
    .homepage-grid a:active {
      color: #fff; }
  .landing-grid a.button,
  .homepage-grid a.button {
    background-color: #fff;
    color: #d53373; }
  .landing-grid .button,
  .homepage-grid .button {
    position: absolute;
    bottom: 10px;
    right: 12px; }
  .landing-grid .article,
  .landing-grid .article-full,
  .landing-grid .article-wide,
  .homepage-grid .article,
  .homepage-grid .article-full,
  .homepage-grid .article-wide {
    position: relative; }
  .landing-grid .article .text-banner.violet,
  .homepage-grid .article .text-banner.violet {
    position: absolute;
    bottom: 0px;
    background-color: #c981ad;
    width: 100%;
    color: #fff;
    padding: 5px 10px; }
  .landing-grid .article .text-banner.indigo,
  .homepage-grid .article .text-banner.indigo {
    position: absolute;
    bottom: 0px;
    background-color: #8376ad;
    width: 100%;
    color: #fff;
    padding: 5px 10px; }
  .landing-grid .article .text-banner.green,
  .homepage-grid .article .text-banner.green {
    position: absolute;
    bottom: 0px;
    background-color: #a0bb7a;
    width: 100%;
    color: #fff;
    padding: 5px 10px; }
  .landing-grid .article-full .text-banner.blue,
  .landing-grid .article-wide .text-banner.blue,
  .landing-grid .article .text-banner.blue,
  .homepage-grid .article-full .text-banner.blue,
  .homepage-grid .article-wide .text-banner.blue,
  .homepage-grid .article .text-banner.blue {
    position: absolute;
    bottom: 0px;
    background-color: #67b6d7;
    width: 100%;
    color: #fff;
    padding: 5px 10px; }
  .landing-grid img.arrow,
  .homepage-grid img.arrow {
    display: block;
    clear: both; }
  .landing-grid .social.facebook,
  .landing-grid .social.twitter,
  .landing-grid .social.linkedin,
  .homepage-grid .social.facebook,
  .homepage-grid .social.twitter,
  .homepage-grid .social.linkedin {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .landing-grid .social.facebook,
  .homepage-grid .social.facebook {
    background-image: url(../img/facebook.jpg);
    background-color: #1751a0; }
  .landing-grid .social.twitter,
  .homepage-grid .social.twitter {
    background-image: url(../img/twitter.jpg);
    background-color: #279dd4; }
  .landing-grid .social.linkedin,
  .homepage-grid .social.linkedin {
    background-image: url(../img/linkedin.jpg);
    background-color: #127cb7; }

/* Homepage Grid */
.homepage-grid {
  /*.block-1 { background-image: url(https://www.yh-group.co.uk/content/themes/yhgroup/assets/img/photo-networkengineer.jpg); }
  .block-3 { background-image: url(https://www.yh-group.co.uk/content/themes/yhgroup/assets/img/photo-manatcomputer.jpg); }
  .block-4 { background-image: url(https://www.yh-group.co.uk/content/themes/yhgroup/assets/img/photo-atcarshowroom.jpg); }
  .block-6 { background-image: url(https://www.yh-group.co.uk/content/themes/yhgroup/assets/img/photo-ladiesonphone.jpg); }
  .block-8 { background-image: url(https://www.yh-group.co.uk/content/themes/yhgroup/assets/img/photo-ladyatcomputer.jpg); }
  .block-9 { background-image: url(https://www.yh-group.co.uk/content/themes/yhgroup/assets/img/photo-placeholder.jpg); }*/ }
  .homepage-grid .section-one {
    float: left;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .homepage-grid .section-one > .box-container {
      margin-right: 5px; }
    .homepage-grid .section-one .box-container div.social {
      margin-right: 5px; }
    .homepage-grid .section-one .subgrid .box-container {
      width: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      float: left; }
    .homepage-grid .section-one .subgrid .box-container .box-inner-left {
      margin-right: 5px; }
    .homepage-grid .section-one .subgrid .box-container .box-inner-right {
      margin-left: 5px; }
    @media (max-width: 768px) {
      .homepage-grid .section-one {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover; }
        .homepage-grid .section-one > .box-container {
          margin-right: 0; }
        .homepage-grid .section-one .social.linkedin {
          margin-bottom: 10px; } }
    @media (max-width: 568px) {
      .homepage-grid .section-one .subgrid .box-container {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover; }
      .homepage-grid .section-one .subgrid .box-container .box-inner-left,
      .homepage-grid .section-one .subgrid .box-container .box-inner-right {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 0;
        margin-right: 0; }
      .homepage-grid .section-one .subgrid .box-container .box-inner-left {
        margin-bottom: 10px; } }
  .homepage-grid .section-two {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    float: left; }
    .homepage-grid .section-two > .box-container {
      margin-left: 5px; }
    .homepage-grid .section-two .subgrid-cols {
      width: 50%;
      background-repeat: no-repeat;
      background-size: cover; }
    .homepage-grid .section-two .subgrid-cols:first-child .box-container {
      margin-right: 5px; }
    .homepage-grid .section-two .subgrid-cols:last-child .box-container {
      margin-left: 5px; }
    @media (max-width: 768px) {
      .homepage-grid .section-two {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover; }
        .homepage-grid .section-two > .box-container {
          margin-left: 0; } }
    @media (max-width: 568px) {
      .homepage-grid .section-two .subgrid .subgrid-cols {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 10px; }
      .homepage-grid .section-two .subgrid-cols:nth-child(n) .box-container {
        margin-left: 0;
        margin-right: 0; } }
  .homepage-grid .section-three {
    clear: both; }
    .homepage-grid .section-three .box-container {
      width: 25%;
      background-repeat: no-repeat;
      background-size: cover;
      width: 24.8%;
      float: left; }
    .homepage-grid .section-three .box-container.box-wide {
      width: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      width: 50.4%;
      float: left; }
    .homepage-grid .section-three .article {
      width: initial;
      float: none; }
    .homepage-grid .section-three .box-left .article {
      margin-right: 5px; }
    .homepage-grid .section-three .box-wide .article-wide {
      margin-left: 5px;
      margin-right: 5px; }
    .homepage-grid .section-three .box-container.box-right {
      float: right;
      overflow: hidden; }
    .homepage-grid .section-three .box-right .social {
      margin-left: 5px; }
    .homepage-grid .section-three .article,
    .homepage-grid .section-three .social {
      height: 195px;
      max-height: 195px; }
    .homepage-grid .section-three .article-wide {
      height: 195px;
      max-height: 195px; }
    @media (max-width: 768px) {
      .homepage-grid .section-three .box-left,
      .homepage-grid .section-three .box-right {
        width: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 10px; }
      .homepage-grid .section-three .box-container.box-wide {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover; }
        .homepage-grid .section-three .box-container.box-wide .article-wide {
          margin-left: 0;
          margin-right: 0; } }
    @media (max-width: 568px) {
      .homepage-grid .section-three .box-left,
      .homepage-grid .section-three .box-right {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover; }
      .homepage-grid .section-three .box-left .article,
      .homepage-grid .section-three .box-right .social {
        margin-left: 0;
        margin-right: 0; } }
  .homepage-grid .subgrid {
    clear: both; }
  .homepage-grid .article-full,
  .homepage-grid .subgrid-cols .article,
  .homepage-grid .subgrid-cols .social {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    float: left; }
  .homepage-grid .article,
  .homepage-grid .social,
  .homepage-grid .subgrid-cols {
    width: 100%;
    height: 195px;
    max-height: 195px;
    float: left; }
  .homepage-grid .subgrid-cols,
  .homepage-grid .news {
    height: 401px;
    max-height: 401px; }
  .homepage-grid .news {
    padding: 10px;
    position: relative; }
    @media (max-width: 1140px) {
      .homepage-grid .news p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.4; } }
  .homepage-grid .article-full.block-1 {
    height: 401px;
    max-height: 401px; }
  .homepage-grid .article-full.block-4 {
    height: 195px;
    max-height: 195px; }
  .homepage-grid .text-banner p {
    display: inline-block;
    background-image: url(../img/arrow-icon.png);
    background-size: 20px 20px;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: center right;
    line-height: 1.2; }
  .homepage-grid .section-one,
  .homepage-grid .section-two {
    margin-bottom: 10px; }
  .homepage-grid .article-full {
    margin-bottom: 10px; }
  .homepage-grid .social.twitter {
    margin-bottom: 10px; }
  .homepage-grid .news {
    background-color: #a0bb7a; }

.landing-grid {
  /* big buttons, no circle */
  /* arrow color */
  /* hide disabled button */ }
  .landing-grid h3 {
    margin-top: 0.3rem; }
  .landing-grid .section-one {
    float: left;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 401px;
    max-height: 401px;
    margin-bottom: 10px; }
    @media (max-width: 568px) {
      .landing-grid .section-one {
        margin-bottom: 0; } }
    .landing-grid .section-one .box-container {
      margin-right: 5px;
      margin-bottom: 10px; }
      @media (max-width: 568px) {
        .landing-grid .section-one .box-container {
          margin-right: 0; } }
    .landing-grid .section-one .article {
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 195px;
      max-height: 195px; }
    .landing-grid .section-one .box-container a:first-of-type .article {
      margin-bottom: 10px; }
    @media (max-width: 568px) {
      .landing-grid .section-one {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        border-bottom: 10px;
        height: auto;
        max-height: initial; } }
  .landing-grid .section-two {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    float: left; }
    .landing-grid .section-two .box-container {
      margin-left: 5px;
      margin-bottom: 10px; }
      @media (max-width: 568px) {
        .landing-grid .section-two .box-container {
          margin-left: 0; } }
    .landing-grid .section-two .article {
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 401px;
      max-height: 401px; }
      @media (max-width: 568px) {
        .landing-grid .section-two .article {
          margin-bottom: 10px; } }
    @media (max-width: 568px) {
      .landing-grid .section-two {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        clear: left; } }
  .landing-grid .section-three {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden; }
    @media (max-width: 960px) {
      .landing-grid .section-three {
        overflow: visible; } }
    .landing-grid .section-three .article {
      margin-left: 5px;
      margin-right: 5px;
      height: 195px;
      max-height: 195px; }
    .landing-grid .section-three .article-wide {
      margin-left: 5px;
      margin-right: 5px;
      height: 195px;
      max-height: 195px; }
    .landing-grid .section-three .box-container {
      float: left;
      width: 25%;
      background-repeat: no-repeat;
      background-size: cover; }
    .landing-grid .section-three .box-right {
      float: right; }
    .landing-grid .section-three .box-left .article {
      margin-left: 0; }
    .landing-grid .section-three .box-right .article {
      margin-right: 0; }
    .landing-grid .section-three .box-container.box-wide {
      width: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      float: left; }
    .landing-grid .section-three h2 {
      text-align: center; }
    @media (max-width: 768px) {
      .landing-grid .section-three .box-left,
      .landing-grid .section-three .box-right {
        width: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 10px; }
      .landing-grid .section-three .box-container.box-wide {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover; }
        .landing-grid .section-three .box-container.box-wide .article-wide {
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 10px; } }
    @media (max-width: 568px) {
      .landing-grid .section-three .box-left,
      .landing-grid .section-three .box-right {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover; }
      .landing-grid .section-three .box-left .article,
      .landing-grid .section-three .box-right .article {
        margin-left: 0;
        margin-right: 0; } }
  .landing-grid .section-four {
    clear: both; }
    .landing-grid .section-four .box-container {
      width: 25%;
      background-repeat: no-repeat;
      background-size: cover;
      float: left; }
    .landing-grid .section-four .article {
      height: 195px;
      max-height: 195px;
      margin-left: 5px;
      margin-right: 5px; }
    .landing-grid .section-four .box-container:first-child .article {
      margin-left: 0; }
    .landing-grid .section-four .box-container:last-child .article {
      margin-right: 0; }
    @media (max-width: 768px) {
      .landing-grid .section-four .box-container {
        width: 50%;
        margin-bottom: 10px; }
      .landing-grid .section-four .box-container:nth-child(2) .article {
        margin-right: 0; }
      .landing-grid .section-four .box-container:nth-child(3) .article {
        margin-left: 0; } }
    @media (max-width: 568px) {
      .landing-grid .section-four .box-container {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover; }
      .landing-grid .section-four .box-container:nth-child(n) .article {
        margin-left: 0;
        margin-right: 0; } }
  .landing-grid .article p {
    line-height: 1.2;
    font-size: 0.9rem;
    margin-bottom: 5px; }
  .landing-grid .arrow-icon {
    display: inline-block;
    background-image: url(../img/arrow-icon.png);
    background-size: 20px 20px;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: center right;
    line-height: 1.2; }
  .landing-grid .logo-container {
    width: 25%;
    float: left;
    position: relative;
    background: #fff;
    height: 58px;
    margin-right: 10px; }
    @media (max-width: 960px) {
      .landing-grid .logo-container {
        width: 50%; } }
    .landing-grid .logo-container img {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      max-width: 80%;
      max-height: 90%;
      width: auto; }
  .landing-grid .color-block {
    padding: 10px;
    position: relative; }
  .landing-grid .color-block.centered {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align-content: center;
    -webkit-align-content: center;
    -webkit-flex-direction: column;
    /* works with row or column */
    flex-direction: column;
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    text-align: center; }
    .landing-grid .color-block.centered h2 {
      margin: 0;
      align-self: center;
      -webkit-align-self: center;
      /* Safari 7.0+ */
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
      display: flex; }
  .landing-grid .color-block.pink {
    background-color: #d53373; }
  .landing-grid .color-block.green {
    background-color: #a0bb7a; }
  .landing-grid .color-block.blue {
    background-color: #67b6d7; }
  .landing-grid .color-block.indigo {
    background-color: #8376ad; }
  .landing-grid .flickity-prev-next-button {
    width: 50px;
    height: 50px;
    background: transparent; }
  .landing-grid .flickity-prev-next-button:hover {
    background: transparent; }
  .landing-grid .flickity-prev-next-button .arrow {
    fill: white; }
  .landing-grid .flickity-prev-next-button.no-svg {
    color: white; }
  .landing-grid .flickity-prev-next-button:disabled {
    display: none; }

.employers-grid .section-three .box-container {
  width: 25%;
  background-repeat: no-repeat;
  background-size: cover; }
.employers-grid .section-three .box-left .article {
  margin-left: 0; }
.employers-grid .section-three .box-right {
  float: right; }
.employers-grid .section-three .box-right .article {
  margin-right: 0; }
.employers-grid .section-three .box-wide {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover; }
@media (max-width: 960px) {
  .employers-grid .section-three .box-wide .article {
    margin-left: 0;
    margin-right: 0; } }
@media (max-width: 768px) {
  .employers-grid .section-three .box-left,
  .employers-grid .section-three .box-right {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover; } }
@media (max-width: 568px) {
  .employers-grid .section-three .box-left,
  .employers-grid .section-three .box-right {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; } }
.employers-grid .section-four .box-container {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover; }
@media (max-width: 568px) {
  .employers-grid .section-four .box-container {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; } }

/*.apprenticeships-grid {
	.section-one {

	}

	.section-two {
		.box-container {
			@include grid-width(full);
			//margin-right: $grid-margin;
			//float: left;
			margin-left: 0;
			overflow: hidden;
			//margin-left: $grid-margin-half;
		}

		.box-container:last-child .article {
			margin-left: $grid-margin-half;
		}


		@media( max-width: $mobile-large ){
			.box-container{
				@include grid-width(full);
			}

			.box-container:nth-child(n) .article {
				margin-left: 0;
				margin-right: 0;
			}
		}
	}

	.section-three {
		@media( max-width: $tablet-small ){
			.box-wide .article {
				margin-left: 0;
				margin-right: 0;
			}
		}
	}
}*/
.about-grid .section-one,
.about-grid .section-two {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 195px;
  max-height: 195px;
  margin-bottom: 10px; }
  @media (max-width: 568px) {
    .about-grid .section-one,
    .about-grid .section-two {
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      border-bottom: 10px;
      height: auto;
      max-height: initial;
      margin-bottom: 0; } }
.about-grid .section-two .article {
  height: 195px;
  max-height: 195px; }

.about-grid .section-three,
.employers-grid .section-three,
.apprenticeships-grid .section-three {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 401px;
  max-height: 401px; }
  .about-grid .section-three .social,
  .about-grid .section-three .article,
  .employers-grid .section-three .social,
  .employers-grid .section-three .article,
  .apprenticeships-grid .section-three .social,
  .apprenticeships-grid .section-three .article {
    height: 195px;
    max-height: 195px; }
    @media (max-width: 960px) {
      .about-grid .section-three .social.block-1,
      .about-grid .section-three .article.block-1,
      .employers-grid .section-three .social.block-1,
      .employers-grid .section-three .article.block-1,
      .apprenticeships-grid .section-three .social.block-1,
      .apprenticeships-grid .section-three .article.block-1 {
        width: 49.5%;
        float: left;
        margin-right: 0px;
        padding-right: 0; } }
  .about-grid .section-three .article,
  .employers-grid .section-three .article,
  .apprenticeships-grid .section-three .article {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px; }
    @media (max-width: 960px) {
      .about-grid .section-three .article,
      .employers-grid .section-three .article,
      .apprenticeships-grid .section-three .article {
        margin-bottom: 0; } }
  .about-grid .section-three .subgrid-1,
  .employers-grid .section-three .subgrid-1,
  .apprenticeships-grid .section-three .subgrid-1 {
    width: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    float: left; }
    .about-grid .section-three .subgrid-1 .box-container,
    .employers-grid .section-three .subgrid-1 .box-container,
    .apprenticeships-grid .section-three .subgrid-1 .box-container {
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 960px) {
        .about-grid .section-three .subgrid-1 .box-container,
        .employers-grid .section-three .subgrid-1 .box-container,
        .apprenticeships-grid .section-three .subgrid-1 .box-container {
          width: 50%;
          background-repeat: no-repeat;
          background-size: cover;
          padding-left: 10px; } }
      .about-grid .section-three .subgrid-1 .box-container .color-block,
      .employers-grid .section-three .subgrid-1 .box-container .color-block,
      .apprenticeships-grid .section-three .subgrid-1 .box-container .color-block {
        height: 195px;
        max-height: 195px; }
    @media (max-width: 960px) {
      .about-grid .section-three .subgrid-1,
      .employers-grid .section-three .subgrid-1,
      .apprenticeships-grid .section-three .subgrid-1 {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 10px; } }
    @media (max-width: 568px) {
      .about-grid .section-three .subgrid-1,
      .employers-grid .section-three .subgrid-1,
      .apprenticeships-grid .section-three .subgrid-1 {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        border-bottom: 10px;
        height: auto;
        max-height: initial; } }
  .about-grid .section-three .subgrid-2,
  .employers-grid .section-three .subgrid-2,
  .apprenticeships-grid .section-three .subgrid-2 {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    float: left; }
    @media (max-width: 960px) {
      .about-grid .section-three .subgrid-2,
      .employers-grid .section-three .subgrid-2,
      .apprenticeships-grid .section-three .subgrid-2 {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover; } }
    .about-grid .section-three .subgrid-2 .box-container,
    .employers-grid .section-three .subgrid-2 .box-container,
    .apprenticeships-grid .section-three .subgrid-2 .box-container {
      width: 50%;
      background-repeat: no-repeat;
      background-size: cover; }
    .about-grid .section-three .subgrid-2 .box-wide .article-wide,
    .employers-grid .section-three .subgrid-2 .box-wide .article-wide,
    .apprenticeships-grid .section-three .subgrid-2 .box-wide .article-wide {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 10px;
      clear: both; }
      @media (max-width: 960px) {
        .about-grid .section-three .subgrid-2 .box-wide .article-wide,
        .employers-grid .section-three .subgrid-2 .box-wide .article-wide,
        .apprenticeships-grid .section-three .subgrid-2 .box-wide .article-wide {
          margin-left: 0px;
          margin-right: 0px; } }
    .about-grid .section-three .subgrid-2 .subgrid-cols .box-container,
    .employers-grid .section-three .subgrid-2 .subgrid-cols .box-container,
    .apprenticeships-grid .section-three .subgrid-2 .subgrid-cols .box-container {
      width: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 195px;
      max-height: 195px;
      float: left; }
    .about-grid .section-three .subgrid-2 .box-container .box-inner.left,
    .employers-grid .section-three .subgrid-2 .box-container .box-inner.left,
    .apprenticeships-grid .section-three .subgrid-2 .box-container .box-inner.left {
      margin-left: 10px;
      margin-right: 10px;
      height: 100%;
      position: relative; }
      @media (max-width: 960px) {
        .about-grid .section-three .subgrid-2 .box-container .box-inner.left,
        .employers-grid .section-three .subgrid-2 .box-container .box-inner.left,
        .apprenticeships-grid .section-three .subgrid-2 .box-container .box-inner.left {
          margin-left: 0; } }
      @media (max-width: 568px) {
        .about-grid .section-three .subgrid-2 .box-container .box-inner.left,
        .employers-grid .section-three .subgrid-2 .box-container .box-inner.left,
        .apprenticeships-grid .section-three .subgrid-2 .box-container .box-inner.left {
          margin-right: 0;
          margin-bottom: 10px; } }
    .about-grid .section-three .subgrid-2 .box-container .box-inner.right,
    .employers-grid .section-three .subgrid-2 .box-container .box-inner.right,
    .apprenticeships-grid .section-three .subgrid-2 .box-container .box-inner.right {
      margin-right: 10px; }
      @media (max-width: 960px) {
        .about-grid .section-three .subgrid-2 .box-container .box-inner.right,
        .employers-grid .section-three .subgrid-2 .box-container .box-inner.right,
        .apprenticeships-grid .section-three .subgrid-2 .box-container .box-inner.right {
          margin-left: 0;
          margin-right: 0; } }
    .about-grid .section-three .subgrid-2 .subgrid-cols,
    .employers-grid .section-three .subgrid-2 .subgrid-cols,
    .apprenticeships-grid .section-three .subgrid-2 .subgrid-cols {
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 195px;
      max-height: 195px;
      overflow: hidden; }
      @media (max-width: 960px) {
        .about-grid .section-three .subgrid-2 .subgrid-cols,
        .employers-grid .section-three .subgrid-2 .subgrid-cols,
        .apprenticeships-grid .section-three .subgrid-2 .subgrid-cols {
          overflow: visible; } }
    @media (max-width: 568px) {
      .about-grid .section-three .subgrid-2,
      .employers-grid .section-three .subgrid-2,
      .apprenticeships-grid .section-three .subgrid-2 {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 10px;
        height: auto;
        max-height: initial; } }
  .about-grid .section-three .subgrid-final,
  .employers-grid .section-three .subgrid-final,
  .apprenticeships-grid .section-three .subgrid-final {
    width: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 401px;
    max-height: 401px;
    overflow: hidden; }
    @media (max-width: 960px) {
      .about-grid .section-three .subgrid-final,
      .employers-grid .section-three .subgrid-final,
      .apprenticeships-grid .section-three .subgrid-final {
        overflow: visible;
        clear: both;
        height: 195px;
        max-height: 195px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover; } }
    .about-grid .section-three .subgrid-final .box-container,
    .employers-grid .section-three .subgrid-final .box-container,
    .apprenticeships-grid .section-three .subgrid-final .box-container {
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 960px) {
        .about-grid .section-three .subgrid-final .box-container,
        .employers-grid .section-three .subgrid-final .box-container,
        .apprenticeships-grid .section-three .subgrid-final .box-container {
          margin-top: 10px; } }
      .about-grid .section-three .subgrid-final .box-container .news,
      .employers-grid .section-three .subgrid-final .box-container .news,
      .apprenticeships-grid .section-three .subgrid-final .box-container .news {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 401px;
        max-height: 401px;
        position: relative; }
        @media (max-width: 960px) {
          .about-grid .section-three .subgrid-final .box-container .news,
          .employers-grid .section-three .subgrid-final .box-container .news,
          .apprenticeships-grid .section-three .subgrid-final .box-container .news {
            height: 195px;
            max-height: 195px; } }
        @media (max-width: 568px) {
          .about-grid .section-three .subgrid-final .box-container .news,
          .employers-grid .section-three .subgrid-final .box-container .news,
          .apprenticeships-grid .section-three .subgrid-final .box-container .news {
            height: 401px;
            max-height: 401px; } }
    @media (max-width: 960px) {
      .about-grid .section-three .subgrid-final,
      .employers-grid .section-three .subgrid-final,
      .apprenticeships-grid .section-three .subgrid-final {
        width: 50%;
        background-repeat: no-repeat;
        background-size: cover; } }
    @media (max-width: 960px) {
      .about-grid .section-three .subgrid-final,
      .employers-grid .section-three .subgrid-final,
      .apprenticeships-grid .section-three .subgrid-final {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        border-bottom: 10px;
        height: auto;
        max-height: initial;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px; } }
  @media (max-width: 568px) {
    .about-grid .section-three,
    .employers-grid .section-three,
    .apprenticeships-grid .section-three {
      overflow: visible; } }

@media (max-width: 568px) {
  .employers-grid .section-three .subgrid-2 {
    margin-bottom: 0; } }
@media (max-width: 568px) {
  .employers-grid .section-three .subgrid-2 .subgrid-cols .box-container {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; } }
@media (max-width: 568px) {
  .employers-grid .section-three .subgrid-2 .subgrid-cols .box-container {
    margin-top: 10px; } }
.employers-grid .section-three .subgrid-2 .box-container {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 768px) {
    .employers-grid .section-three .subgrid-2 .box-container {
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover; } }
@media (max-width: 568px) {
  .employers-grid .section-three .subgrid-2 .box-wide .article-wide {
    margin-bottom: 0; } }

.about-grid .section-three .social,
.about-grid .section-three .article {
  height: 195px;
  max-height: 195px; }
  @media (max-width: 960px) {
    .about-grid .section-three .social.block-1,
    .about-grid .section-three .article.block-1 {
      width: 100%;
      float: left;
      margin-right: 0px;
      padding-right: 0; } }
.about-grid .section-three .subgrid-1 .box-container {
  padding-left: 0;
  padding-right: 5px;
  /*&:nth-of-type(2) {
  	padding-left: 6px;
  	padding-right: 0;
  }*/ }
@media (max-width: 768px) {
  .about-grid .section-three .subgrid-2 {
    margin-bottom: 0; }
    .about-grid .section-three .subgrid-2 .box-container .box-inner.left {
      margin-right: 0; } }
.about-grid .section-three .subgrid-2 .box-container {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover; }
@media (max-width: 768px) {
  .about-grid .section-three .subgrid-2 .subgrid-cols .box-container {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px; } }
@media (max-width: 768px) {
  .about-grid .section-three .subgrid-final {
    margin-top: 0; }
    .about-grid .section-three .subgrid-final .box-container {
      margin-top: 0; } }

@media (max-width: 960px) {
  .apprenticeships-grid .section-three .subgrid-1 .box-container {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 6px;
    padding-left: 0; }
    .apprenticeships-grid .section-three .subgrid-1 .box-container:nth-of-type(2) {
      padding-right: 0;
      padding-left: 6px; } }
@media (max-width: 568px) {
  .apprenticeships-grid .section-three .subgrid-1 .box-container {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 0;
    padding-right: 0; }
    .apprenticeships-grid .section-three .subgrid-1 .box-container:nth-of-type(1) {
      margin-bottom: 10px; }
    .apprenticeships-grid .section-three .subgrid-1 .box-container:nth-of-type(2) {
      padding-left: 0; } }
@media (max-width: 568px) {
  .apprenticeships-grid .section-three .subgrid-2 {
    margin-bottom: 0; } }
@media (max-width: 960px) {
  .apprenticeships-grid .section-three .subgrid-2 .subgrid-cols .box-container {
    margin-top: 10px;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: 0; } }
@media (max-width: 568px) {
  .apprenticeships-grid .section-three .subgrid-2 .subgrid-cols .box-container {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; } }
.apprenticeships-grid .section-three .subgrid-2 .box-container {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 568px) {
    .apprenticeships-grid .section-three .subgrid-2 .box-container {
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover; } }
@media (max-width: 960px) {
  .apprenticeships-grid .section-three .subgrid-2 .box-container .box-inner.left {
    margin-left: 0;
    padding-left: 0px;
    padding-right: 12px;
    margin-right: 0; } }
@media (max-width: 568px) {
  .apprenticeships-grid .section-three .subgrid-2 .box-container .box-inner.left {
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 960px) {
  .apprenticeships-grid .section-three .subgrid-2 .box-wide .article-wide {
    margin-right: 0px;
    margin-bottom: 0; } }
@media (max-width: 568px) {
  .apprenticeships-grid .section-three .subgrid-2 .box-wide .article-wide {
    margin-right: 0; } }
.apprenticeships-grid .apprenticeships-grid .section-one,
.apprenticeships-grid .apprenticeships-grid .section-two {
  margin-bottom: 10px; }
.apprenticeships-grid .partners-box h3 {
  margin-bottom: 15px; }
.apprenticeships-grid .partner-logo {
  height: 150px;
  width: 50%;
  float: left;
  position: relative;
  background: #fff; }
  .apprenticeships-grid .partner-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 80%;
    max-height: 100%;
    width: auto; }
@media (max-width: 768px) {
  .apprenticeships-grid .article {
    background-position: 50% 50%;
    background-size: cover; } }
@media (max-width: 768px) {
  .apprenticeships-grid .homepage-grid .subgrid-final,
  .apprenticeships-grid .landing-grid .subgrid-final,
  .apprenticeships-grid .apprenticeships-grid .subgrid-final,
  .apprenticeships-grid .employers-grid .subgrid-final,
  .apprenticeships-grid .about-grid .subgrid-final {
    margin-top: 0; }
    .apprenticeships-grid .homepage-grid .subgrid-final .box-container,
    .apprenticeships-grid .landing-grid .subgrid-final .box-container,
    .apprenticeships-grid .apprenticeships-grid .subgrid-final .box-container,
    .apprenticeships-grid .employers-grid .subgrid-final .box-container,
    .apprenticeships-grid .about-grid .subgrid-final .box-container {
      margin-top: 0; } }

.landing-header {
  text-align: center;
  color: #696371; }
  .landing-header h1 {
    margin-top: 22px;
    color: #233163; }
  .landing-header p {
    margin-bottom: 1.5em; }

.article-wide,
.article {
  background-position: center center;
  background-size: cover; }

.blog-intro {
  color: #d53373;
  margin-top: 22px; }

.nav-links {
  border-top: 3px double #efb8c8;
  padding-top: 40px; }
  .nav-links a {
    color: #d53373; }
  .nav-links .nav-previous a:before {
    content: '< '; }
  .nav-links .nav-next a:after {
    content: ' >'; }

.site-main .blog-landing,
.site-main .blog-centres {
  width: 32%;
  float: left;
  margin-right: 1%;
  padding-bottom: 0; }
  .site-main .blog-landing:nth-of-type(1+3n),
  .site-main .blog-centres:nth-of-type(1+3n) {
    margin-right: 0; }
  @media (max-width: 960px) {
    .site-main .blog-landing,
    .site-main .blog-centres {
      width: 49%;
      float: left;
      margin-right: 1%;
    /*&:nth-child(n) {
      margin-right: 2%;
    }

    &:nth-child(2n) {
      margin-right: 0;
    }

    &:nth-child(n) {
      clear: none;
    }

    &:nth-child(2n-1) {
      clear: left;
    }*/ } }
  @media (max-width: 768px) {
    .site-main .blog-landing,
    .site-main .blog-centres {
      width: 100%; }
      .site-main .blog-landing:nth-child(n),
      .site-main .blog-centres:nth-child(n) {
        margin-right: 0; }
      .site-main .blog-landing:nth-child(n),
      .site-main .blog-centres:nth-child(n) {
        clear: left; } }
  .site-main .blog-landing .article-inner,
  .site-main .blog-centres .article-inner {
    padding: 0;
    min-height: 260px; }

.content-container .entry-content {
  position: relative;
  margin-top: 0; }
  .content-container .entry-content .blog-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #67b6d7;
    width: 90%; }
    .content-container .entry-content .blog-caption h2 {
      margin: 10px;
      text-align: center;
      line-height: 1;
      font-size: 20px;
      font-size: 1.25rem; }
      @media (max-width: 768px) {
        .content-container .entry-content .blog-caption h2 {
          font-size: 18px;
          font-size: 1.125rem; } }

.blog-landing a,
.blog-centres a {
  color: #fff;
  text-decoration: none; }
  .blog-landing a:hover,
  .blog-centres a:hover {
    color: white; }

.posted-in {
  display: block;
  font-size: 18px;
  font-size: 1.125rem; }
  .posted-in a {
    color: #d53373; }

.getintouch .centre-details {
  width: 49%;
  float: left;
  margin-right: 1%;
    /*&:nth-child(n) {
      margin-right: 2%;
    }

    &:nth-child(2n) {
      margin-right: 0;
    }

    &:nth-child(n) {
      clear: none;
    }

    &:nth-child(2n-1) {
      clear: left;
    }*/ }
  @media (max-width: 768px) {
    .getintouch .centre-details {
      width: 100%; }
      .getintouch .centre-details:nth-child(n) {
        margin-right: 0; }
      .getintouch .centre-details:nth-child(n) {
        clear: left; } }
  .getintouch .centre-details .location-map {
    height: 100px; }
  @media (max-width: 960px) {
    .getintouch .centre-details {
      width: 49%;
      float: left;
      margin-right: 1%;
    /*&:nth-child(n) {
      margin-right: 2%;
    }

    &:nth-child(2n) {
      margin-right: 0;
    }

    &:nth-child(n) {
      clear: none;
    }

    &:nth-child(2n-1) {
      clear: left;
    }*/ } }

.get-in-touch.centre-details {
  width: 49%;
  float: left;
  margin-right: 1%;
    /*&:nth-child(n) {
      margin-right: 2%;
    }

    &:nth-child(2n) {
      margin-right: 0;
    }

    &:nth-child(n) {
      clear: none;
    }

    &:nth-child(2n-1) {
      clear: left;
    }*/
  margin-bottom: 1%; }
  @media (max-width: 960px) {
    .get-in-touch.centre-details {
      width: 49%;
      float: left;
      margin-right: 1%;
    /*&:nth-child(n) {
      margin-right: 2%;
    }

    &:nth-child(2n) {
      margin-right: 0;
    }

    &:nth-child(n) {
      clear: none;
    }

    &:nth-child(2n-1) {
      clear: left;
    }*/ } }
  @media (max-width: 768px) {
    .get-in-touch.centre-details {
      width: 100%; }
      .get-in-touch.centre-details:nth-child(n) {
        margin-right: 0; }
      .get-in-touch.centre-details:nth-child(n) {
        clear: left; } }

.locations-page.centre-details {
  width: 32%;
  float: left;
  margin-right: 1%;
  padding-bottom: 0;
  min-height: 650px;
  position: relative;
  border: 1px solid #d53373;
  margin-bottom: 2rem; }
  .locations-page.centre-details:nth-of-type(1+3n) {
    margin-right: 0; }
  @media (max-width: 960px) {
    .locations-page.centre-details {
      width: 49%;
      float: left;
      margin-right: 1%;
    /*&:nth-child(n) {
      margin-right: 2%;
    }

    &:nth-child(2n) {
      margin-right: 0;
    }

    &:nth-child(n) {
      clear: none;
    }

    &:nth-child(2n-1) {
      clear: left;
    }*/ } }
  @media (max-width: 768px) {
    .locations-page.centre-details {
      width: 100%; }
      .locations-page.centre-details:nth-child(n) {
        margin-right: 0; }
      .locations-page.centre-details:nth-child(n) {
        clear: left; } }
  .locations-page.centre-details .location-map {
    height: 300px; }
  .locations-page.centre-details .location-info {
    padding: 1rem;
    position: relative; }
    .locations-page.centre-details .location-info .info {
      clear: both; }

.location-map {
  position: relative; }
  .location-map .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: rgba(213, 51, 115, 0.8);
    width: 90%; }
    .location-map .caption h2 {
      margin: 10px;
      text-align: center;
      line-height: 1;
      font-size: 20px;
      font-size: 1.25rem;
      color: #fff; }
      @media (max-width: 768px) {
        .location-map .caption h2 {
          font-size: 18px;
          font-size: 1.125rem; } }
    .location-map .caption a {
      text-decoration: none;
      color: #fff; }

.centre-details .button {
  float: right;
  margin: 1rem 0;
  position: absolute;
  bottom: 1rem;
  right: 1rem; }

.getintouch .location-map h2 {
  margin: 10px;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  font-weight: 300;
  color: #fff; }

.bottom-link {
  clear: both;
  float: right; }

.vacancy-expired {
  border: 4px double #d53373;
  background-color: #f3f3f4;
  padding: 1rem;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem; }

.vitalinfo {
  border: 2px double #d53373;
  background-color: #f3f3f4;
  margin: 0 0 2rem;
  width: 90%; }
  .vitalinfo h2 {
    background-color: #d53373;
    color: #fff;
    padding: 1rem;
    margin-top: 0; }
  .vitalinfo p {
    padding-left: 1rem; }
  @media (max-width: 768px) {
    .vitalinfo {
      margin: 0 auto 2rem; } }

.full {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  float: left; }

.half {
  width: 48%;
  float: left; }
  @media (max-width: 768px) {
    .half {
      width: 100%; } }

.half:nth-of-type(odd) {
  margin-right: 25px; }

.single-vacancies header h1 {
  margin-bottom: 0; }

.single-vacancies header p {
  margin: 0; }

.single-vacancies .back.button {
  float: right; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
  border: 1px solid;
  border-color: #fff;
  border-radius: 3px;
  background: #d53373;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em;
  height: 30px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none; }
  button:hover, button:active, button:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  a.button:hover,
  a.button:active,
  a.button:focus {
    background: #d53373;
    color: #fff; }

.gform_wrapper .gform_footer input[type=submit] {
  height: auto; }

.cta-block .gform_wrapper .gform_footer input[type=submit] {
  height: 58px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%;
  vertical-align: bottom; }

.entry-content .gform_wrapper label.gfield_label {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem; }

.entry-content .gform_wrapper ul.gform_fields li.gfield {
  padding-left: 0; }

.entry-content .gform_wrapper {
  width: 900px; }

#search-filter-form-806 ul li {
  float: left; }
#search-filter-form-806 ul .sf-field-post-meta-_dm_vacancy_programme {
  width: 100%;
  float: left; }
  #search-filter-form-806 ul .sf-field-post-meta-_dm_vacancy_programme li {
    width: 25%;
    float: left;
    font-size: 0.8rem; }
    @media (max-width: 1200px) {
      #search-filter-form-806 ul .sf-field-post-meta-_dm_vacancy_programme li {
        width: 33%; } }
    @media (max-width: 960px) {
      #search-filter-form-806 ul .sf-field-post-meta-_dm_vacancy_programme li {
        width: 50%; } }
    @media (max-width: 768px) {
      #search-filter-form-806 ul .sf-field-post-meta-_dm_vacancy_programme li {
        width: 100%; } }
#search-filter-form-806 ul .sf-field-search,
#search-filter-form-806 ul .sf-field-post-meta-_dm_vacancy_centre {
  width: 50%; }
  @media (max-width: 960px) {
    #search-filter-form-806 ul .sf-field-search,
    #search-filter-form-806 ul .sf-field-post-meta-_dm_vacancy_centre {
      width: 100%; } }
  #search-filter-form-806 ul .sf-field-search label,
  #search-filter-form-806 ul .sf-field-post-meta-_dm_vacancy_centre label {
    width: 60%; }
    @media (max-width: 960px) {
      #search-filter-form-806 ul .sf-field-search label,
      #search-filter-form-806 ul .sf-field-post-meta-_dm_vacancy_centre label {
        width: 100%; } }
  #search-filter-form-806 ul .sf-field-search input[type="text"],
  #search-filter-form-806 ul .sf-field-search select,
  #search-filter-form-806 ul .sf-field-post-meta-_dm_vacancy_centre input[type="text"],
  #search-filter-form-806 ul .sf-field-post-meta-_dm_vacancy_centre select {
    width: 100%; }
#search-filter-form-806 ul .sf-field-search {
  text-align: right; }
#search-filter-form-806 select {
  padding: 5px;
  border: 1px solid #d53373;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow.png) no-repeat 96% 10px; }
  #search-filter-form-806 select option {
    padding: 17px; }
#search-filter-form-806 input[type="text"] {
  border: 1px solid #d53373; }

#search-filter-results-806 {
  clear: both; }

/* Feedback form */
#gform_wrapper_5 {
  margin: 0 auto; }

#gform_confirmation_wrapper_5 {
  text-align: center; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-main-nav-container {
  float: left; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #d53373;
  padding: 0 70px;
  border-bottom: 2px solid #fff; }
  @media (max-width: 960px) {
    .main-navigation {
      padding: 0 40px; } }
  @media (max-width: 420px) {
    .main-navigation {
      padding: 0 20px;
      text-align: center; } }
  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      text-align: left;
      background: #fff;
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      border-top: 2px solid #FFF;
      margin-left: -1px;
      width: 350px; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        border-bottom: 1px solid #d53373;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul li:hover {
        background: #d53373;
        color: #fff; }
      .main-navigation ul ul a {
        color: #d53373;
        width: 350px;
        padding: 8px 10px; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        background-color: #d53373;
        color: #fff; }
      .main-navigation ul ul a:hover,
      .main-navigation ul ul a.focus {
        background-color: #d53373;
        color: #fff; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a {
    background-color: #fff;
    color: #d53373; }
  .main-navigation button + div > ul > li {
    border-left: 1px solid #fff;
    text-align: center; }
  .main-navigation button + div > ul > li > a {
    padding: 16px 1rem; }
  .main-navigation button + div > ul > li.current_page_item {
    background: #fff;
    color: #d53373; }

/* Small menu. */
.menu-toggle {
  display: none;
  float: left;
  height: 46px;
  border: none;
  background: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  width: 134px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .menu-toggle:hover {
    background: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #d53373; }
  @media (max-width: 420px) {
    .menu-toggle {
      width: 100%;
      border-left: 0;
      border-right: 0;
      border-bottom: 1px solid #fff; } }

.main-navigation.toggled ul {
  display: block; }
  @media (max-width: 768px) {
    .main-navigation.toggled ul {
      width: 50%; } }
  @media (max-width: 568px) {
    .main-navigation.toggled ul {
      width: 100%; } }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  clear: both; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.main-navigation .plus {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 2px;
  padding: 8px 18px 7px 18px;
  background: #efb8c8;
  color: #d53373; }

@media screen and (max-width: 1340px) {
  .main-navigation a {
    font-size: 14px;
    font-size: 0.875rem; }

  .main-navigation button + div > ul > li > a {
    padding: 16px 0.9rem; } }
@media screen and (max-width: 1240px) {
  .main-navigation a {
    font-size: 12px;
    font-size: 0.75rem; } }
@media screen and (max-width: 1170px) {
  .main-navigation ul {
    display: none; }

  .menu-toggle {
    display: block; } }
  @media screen and (max-width: 1170px) and (max-width: 768px) {
    .menu-toggle {
      max-width: 50%; } }
  @media screen and (max-width: 1170px) and (max-width: 568px) {
    .menu-toggle {
      max-width: 100%; } }

@media screen and (max-width: 1170px) {
  .main-navigation.toggled ul {
    clear: left; }

  .main-navigation.toggled button {
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: left;
    padding-left: 47px; }

  .main-navigation.toggled button + div > ul > li {
    width: 100%;
    text-align: left;
    border-left: 0;
    border-bottom: 1px solid #fff; }
    .main-navigation.toggled button + div > ul > li a {
      padding-left: 47px;
      width: 100%; }

  .main-navigation.toggled ul li:hover > ul,
  .main-navigation.toggled ul li.focus > ul {
    left: -999em; }

  .main-navigation.toggled .search-form {
    float: left;
    padding-left: 47px; }

  .main-navigation.toggled .plus {
    display: block; }

  .main-navigation.toggled .plus.menu-open + ul.sub-menu {
    position: relative;
    left: 0;
    width: 100%;
    margin-left: 0;
    border-top: 1px solid #fff; }
    .main-navigation.toggled .plus.menu-open + ul.sub-menu li {
      width: 50%;
      border-left: 0;
      border-right: 0; } }
@media (max-width: 768px) {
  .main-navigation.toggled .plus.menu-open + ul.sub-menu li {
    width: 100%; } }
@media (max-width: 420px) {
  .main-navigation.toggled .search-form {
    float: none;
    padding-left: 0; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.page-template-template-policies .entry-content {
  text-align: center; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*# sourceMappingURL=yhgroup.css.map */