#b_anchor {
  overflow: hidden;
}
#bf-account-address { display: none; }

.logo {
  display: inline-block;
  background-size: cover;
}
  .logo.has-image { text-indent: -9999px; }



.bf-u-header {
  min-height: 200px;
}

.bfu-header-background {
}

  .bfu-header-background > .row,
  .bfu-header-background > .row > div {
    height: 100%;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
    .bfu-header-background > .row > div {
      padding-top: 100%;
    }


  .bfu-header-background > .row > div:first-child {
    margin-right: 1px;
  }
  .bfu-header-background > .row > div:last-child {
    margin-right: -1px;
  }


.bfu-header-content {
  position: relative;
  margin: 0 auto;

  text-align: center;
}
  .bfu-header-content .bfu-header-content-colour {
    display: inline-block;
    padding: 20px 40px;
  }


.bfutf-header {
  position: relative;
  margin-bottom: 1em;
}
  .bfutf-thumbnail-content {
    width: 50%;
    padding: 40px 20px 40px 15px;
  }
  .bfutf-image {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;

    margin-left: 5px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }



.pcce-form-errors {
  display: none;
  padding: 5px 15px;

  font-weight: 400;

  background: #faa;
  overflow: hidden;
}
  .pcce-form-errors.hasError {
    display: block;
  }


#b_head #b_nav ul.bf-subnav>li.bf-has-child>a:after {
  float: right;
  content: '\f061';

  font-family: 'Font Awesome 5 Pro';
  font-size: 1em;
  line-height: 1.25em;

  transition: transform 0.25s ease-out;
}

#b_head #b_nav ul.bf-subnav>li.bf-has-child {
  position: relative;
}
#b_head #b_nav ul.bf-subnav>li.bf-has-child>ul.bf-subnav {
  margin-left: 0;
  padding-right: 0;

  background: rgb(255, 202, 5);
}
  #b_head #b_nav ul.bf-subnav>li.bf-has-child>ul.bf-subnav a {
    margin-left: 0;
    background: rgb(255, 202, 5);
  }
  #b_head #b_nav ul.bf-subnav>li.bf-has-child:hover>ul.bf-subnav { display: block; }


.pcce-login {
  margin-top: 15px;
  margin-bottom: -20px;
}
  .pcce-login input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    padding: 8px 15px;
    margin-right: 5px;

    font-size: 16px;
    line-height: 1em;

    background: #f5f5f5;
    border: 0;
  }

  .pcce-login button[type="submit"] {
    padding: 10px 15px;

    font-size: 16px;
    line-height: 1em;

    border-radius: 24px;
    border: 0;
  }


.bf-u-header {
  min-height: 200px;
}

.bfu-header-background {
}

  .bfu-header-background > .row,
  .bfu-header-background > .row > div {
    height: 100%;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
    .bfu-header-background > .row > div {
      padding-top: 100%;
    }


  .bfu-header-background > .row > div:first-child {
    margin-right: 1px;
  }
  .bfu-header-background > .row > div:last-child {
    margin-right: -1px;
  }


.bfu-header-content {
  position: relative;
  margin: 0 auto;

  text-align: center;
}
  .bfu-header-content .bfu-header-content-colour {
    display: inline-block;
    padding: 20px 40px;
  }


.bfutf-header-ctr {
  display: table;
  width: 100%;
  margin-bottom: 1em;
}
.bfutf-header {
  display: table-row;

  position: relative;
  margin-bottom: 1em;
}
  .bfutf-thumbnail-content {
    display: table-cell;
    position: relative;

    width: 50%;
    padding: 0 30px;

    vertical-align: middle;
  }
  .bfutf-thumbnail-content:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;

    width: 5px;
    margin-left: 5px;

    background: #fff;
  }
  .bfutf-image {
    display: table-cell;
    padding-top: 50%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }


.bfa-t-pcceSummary .bf-article-image-ctr .bf-article-image, 
.bfa-t-pcceSummary .bf-article-image-ctr .bf-article-date {
  float: left;
  display: block;
  width: 50% !important;
  height: auto !important;

  margin-bottom: 1em;
}
  .bfa-t-pcceSummary .bf-article-image-ctr .bf-article-image {
    padding-top: 25%;
  }
  .bfa-t-pcceSummary .bf-article-image-ctr .bf-article-date {
    padding-top: calc( 12.5% - 0.5em );
    padding-right: 20px;
    padding-bottom: calc( 12.5% - 0.5em );

    font-size: 1em;
    line-height: 1em;
    text-align: right;

    background-color: rgb(234,234,234);
  }

.bfa-t-pcceSummary2 {
  padding: 15px 25px;
	margin-bottom: 30px;

  background: #f1f1f1;
}
  .b11.bfa-t-pcceSummary2 {
    padding: 30px 30px 5px !important;
  }

  .bfa-t-pcceSummary2 .bf-article-image-ctr {
    max-width: 50%;
    padding: 40px 0;
    margin: 0 auto;

    text-align: center;
  }
  .bfa-t-pcceSummary2 h3 {
    padding-bottom: 8px;
    margin-bottom: 8px;

    font-weight: 500;
    font-size: 0.9em;
    line-height: 1.1em;
    letter-spacing: -0.9px;

    border-bottom: 1px solid #000;
  }
    .bfa-t-pcceSummary2 h3 a {
      text-decoration: none !important;
    }

  .bfa-t-pcceSummary2 .bf-article-meta {
    margin: -1em 0 0;
    padding-bottom: 3.5em;

    font-size: 0.7em;
    font-weight: 400;
  }
    .bfa-t-pcceSummary2 .bf-article-meta .bf-article-tag {
      display: inline;
      margin: 0 8px 0 0;
      padding: 0;

      list-style: none;
      letter-spacing: -0.3px;
    }
      .bfa-t-pcceSummary2 .bf-article-meta .bf-article-tag li {
        display: inline;
        margin-right: 5px;
      }
        .bfa-t-pcceSummary2 .bf-article-meta .bf-article-tag li:before { content: '#'; }
  .bfa-t-pcceSummary2 .bf-article-btn {
    position:absolute; 
    bottom: 25px;
  }
.bfcms-ctr-container:is(.b16, .b6, .b7, .b8, .b9) .bfcms-article-summary .bf-article-content h3 > a:not([class^="button"]) {
  color: #fff;
  font-family: Inter;
}
.bfcms-ctr-container .bfcms-article-summary .bf-article-content h3 > a:not([class^="button"]):hover {
  font-family: Inter;
}
.bf-article-author {
  margin: -10px 0 20px;
  font-size: 16px;
}

.bfa-t-pcceSummary .bf-article-content {
  clear: left;
}

.bfa-t-pcceSummary .bf-article-subcontent:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;

  display: block;
  height: 50px;

  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
}

.bfa-t-pcceSummary .bf-article-subcontent {
  position: relative;
  margin-bottom: 1em;

  max-height: 300px;
  overflow: hidden;
}


.bfe-t-pcceSummary .bfe-summary-image-ctr .bfe-summary-image, 
.bfe-t-pcceSummary .bfe-summary-image-ctr .bfe-summary-date {
  float: left;
  display: block;
  width: 50% !important;
  height: 200px !important;

  margin-bottom: 1em;
}
  .bfe-t-pcceSummary .bfe-summary-image-ctr .bfe-summary-image {
    padding-top: 25%;
  }
  .bfe-t-pcceSummary .bfe-summary-image-ctr .bfe-summary-date {
    padding-top: calc( 12.5% - 1.5em );
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: calc( 12.5% - 1.45em );

    font-size: 1em;
    line-height: 1em;
    text-align: right;

    background-color: rgb(234,234,234);
  }


  .bfe-t-pcceSummary .bfe-summary-date h3 {
    margin-top: 8px;

    font-size: 1.3em;
    line-height: 1.15em;
  }

.bfe-t-pcceSummary .bfe-summary-content {
  clear: left;
}


.pcce-resource {
  padding: 15px 25px;
	margin-bottom: 30px;

  background: #f1f1f1;
}
.pcce-resource .bf-resource-picture {
  float: left;
  max-width: 25%;
  max-height: 3em;
  padding: 0;
  margin: 0 5% 0 0;

  text-align: center;
}
  .pcce-resource .bf-resource-picture img {
    max-height: 3em;
  }
.pcce-resource h3 {
  min-height: 3.25em;
  padding-bottom: 8px;
  margin-bottom: 0;
  margin-left: 30%;

  font-weight: 500;
  font-size: 1em;
  letter-spacing: -0.9px;
}

.pcce-resource .bf-resource-meta {
  font-size: 0.7em;
	font-weight: 400;

  border-top: 1px solid #000;
}
.pcce-resource .bf-resource-meta .bf-resource-tag {
  display: inline;
  margin: 0 0 0 8px;
  padding: 0;

  list-style: none;
	letter-spacing: -0.3px;
}
	.pcce-resource .bf-resource-meta .bf-resource-tag li {
		display: inline;
		margin-left: 5px;
	}
		.pcce-resource .bf-resource-meta .bf-resource-tag li:before {
			content: '#';
		}

.pcce-resource .bf-resource-link > a,
.pcce-resource .bf-resource-link > a:hover,
.pcce-resource .bf-resource-link > a:focus,
.pcce-resource .bf-resource-link > a:active {
  margin-left: 0;
	margin-right: 5px;

  font-size: 0.75em;
}

.pcce-resource-line {
  padding: 10px 15px;
  margin-bottom: 10px;
}
.pcce-resource-line .bf-resource-picture {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}
  .pcce-resource-line h3 {
    min-height: 2em;
    margin-left: 2em;
  }
  .pcce-resource-line .bf-resource-link {
    float: right;
    margin-top: 0;
  }

  .pcce-resource-line .bf-resource-link > a, 
  .pcce-resource-line .bf-resource-link > a:hover,
  .pcce-resource-line .bf-resource-link > a:focus,
  .pcce-resource-line .bf-resource-link > a:active {
    margin-left: 10px;

    font-size: 1em;
    line-height: 2em;

    color: #333;
  }
    .pcce-resource-line .bf-resource-link > a:hover, .pcce-resource-line .bf-resource-link > a:focus, .pcce-resource-line .bf-resource-link > a:active {
      color: #000;
    }

#pcce-previews {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;

  width: 50%;
}
  #pcce-previews > .content,
  #pcce-previews .bf-resource-previews,
  #pcce-previews .bf-resource-previews ul,
  #pcce-previews .bf-resource-previews li {
    height: 100%;
  }
    #pcce-previews .bf-resource-previews li { text-align: center; }
    #pcce-previews .bf-resource-previews img { max-height: 100%; }
#pcce-preview-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 999;

  background: rgba( 0,0,0,0.25 );
}

#pcce-previews .close {
  position: absolute;
  top: -15px;
  right: -25px;
  z-index: 1001;

  width: 50px;
  height: 50px;

  font-size: 30px;
  text-align: center;
  line-height: 50px;

  color: #fff;
  background: #000;
  border-radius: 25px;
  opacity: 1;
}
#pcce-job-board-listing .bf-listing-filter-btn {
  font-weight: 600;
  font-size: 22px;
  /*
  border-bottom: 1px solid rgba(51, 51, 51, .75);
  padding-bottom: 5px;
  */
}
#pcce-job-board-listing .bf-listing-search {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  margin-bottom: 3em;
}
#pcce-job-board-listing .bf-listing-search input {
  flex: 6;
  margin: 0 20px 0 0 !important;
  height: 40px;
}
#pcce-job-board-listing .bf-listing-search button {
  flex: 1;
  height: 40px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
#pcce-job-board-listing .bf-listing-search button:first-of-type {
  margin-right: 10px !important;
}
#pcce-job-board-listing .bf-listing-search button:last-of-type, 
#pcce-job-board-listing .bf-listing-search button:last-of-type:hover {
  background-color: rgb(93, 128, 161) !important;
}
.ej-t-default .pcce-job-title {
  margin-bottom: 0.75em;

  font-size: 32px;
  font-weight: bold;
  line-height: 1.5em;
}

.ej-t-default .pcce-job-metadata {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
  line-height: 2.5em;
  background: #f1f1f1;
}
  .ej-t-default .pcce-job-metadata li {
    float: left;
    display: inline-block;
    padding: 13px 15px;
  }
  .ej-t-default .pcce-job-metadata .pcce-job-types {
    background: rgba(51, 51, 51, .75);
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
  }
  .ej-t-default .pcce-job-metadata .pcce-job-school {
    width: calc(100% - 700px);
    font-size: 1em;
    line-height: 1.25em
  }
  .ej-t-default .pcce-job-metadata .pcce-job-school a {
    color: rgb(51, 51, 51);
    font-weight: 600;
  }
.ej-t-default .pcce-job-content {
  margin: 0 0 1.5em;
}

.ej-t-default .pcce-job-other {
  margin: 0 -15px 1.5em;
}
  .pcce-job-apply {
    padding: 30px;
  }
  .pcce-job-school-about {
    padding: 30px 15px;
  }
    .ej-t-default .pcce-job-school-about h3,
    .ej-t-default .pcce-job-apply h3,
    .ej-t-default .pcce-job-apply h3:hover,
    .ej-t-default .pcce-job-apply h3:focus,
    .ej-t-default .pcce-job-apply h3:active {
      font-weight: bold;
      font-size: 32px;
    }

.ej-t-default .pcce-job-school-about h3 + .pcce-job-school-tagline {
  margin-top: -0.5em;
  margin-bottom: 1em;

  font-style: italic;

}
.ej-t-summary {
  border-bottom: 1px solid rgb(51, 51, 51);
  margin-bottom: 50px;
}
.ej-t-summary h3.pcce-job-title {
  margin-bottom: 14px;
  font-size: 32px;
}
.ej-t-summary .pcce-job-title a {
  color: rgb(51, 51, 51);
}
.ej-t-summary .pcce-job-title a:hover {
  color: rgb(171, 57, 38);
}
.ej-t-summary .pcce-job-tags {
  margin: -0.5rem 0 1rem;
  padding: 0;
  list-style: none;
}
  .ej-t-summary .pcce-job-tags li {
    display: inline-block;
    padding: 6px 12px;
    color: rgba(51, 51, 51, .7);
    font-size: 0.7em;
    line-height: 1em;

    background: #f1f1f1;
    border-radius: 5px;
    margin-bottom: 5px;
  }
    .ej-t-summary .pcce-job-tags li:before {
      content: '#';
    }

.ej-t-summary .pcce-job-summary-alt {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;

  font-size: 0.8em;
  line-height: 2.5em;
  font-weight: 400;

  background: #f1f1f1;
}
  .ej-t-summary .pcce-job-summary-alt a {
    font-weight: normal;
  }
  .ej-t-summary .pcce-job-summary-alt li {
    display: inline-block;
    float: left;

    padding: 13px 15px;

    text-align: left;
  }
  .ej-t-summary .pcce-job-types {
    background: rgb(93, 128, 161);
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
  }
  .ej-t-summary .pcce-job-school {
    line-height: 1.25em;
    width: calc(100% - 500px);
  }
  .ej-t-summary .pcce-job-school a {
    color: rgb(51, 51, 51);
    font-weight: 600;
  }
  .ej-t-summary .pcce-job-content {
    margin-bottom: 60px;
  }
  .ej-t-summary .pcce-job-content > p {
    font-size: 18px;
  }
  .pcce-job-summary-link {
    margin-top: 0.5em;
  }
  .pcce-job-summary-link a {
    margin: 0 !important;
  }
    .pcce-job-summary-link .button-2 {
      float: right;
    }

.pcce-job-featured {
  color: #000;
  background: rgb( 255, 202, 5 );
}
  .pcce-job-featured .pcce-job-summary-main h3, .pcce-job-featured .pcce-job-summary-main h3 a { color: #000; }
  .pcce-job-featured .pcce-job-summary-main { padding: 20px 20px 0; }
  .pcce-job-featured .pcce-job-types {
    color: #fff;
    background: rgb(0, 184, 171);
  }
  .pcce-job-featured .pcce-job-content { padding: 0 20px 20px; }
  .pcce-job-featured .pcce-job-content .button {
    color: #fff;
    background: rgb(0, 184, 171);
  }

#pcce-job-form .row {
  margin-bottom: 1em;
}
  #pcce-job-form input[type="text"],
  #pcce-job-form input[type="email"],
  #pcce-job-form input[type="number"],
  #pcce-job-form input[type="password"],
  #pcce-job-form select,
  #pcce-job-form textarea {
    width: 100%;
  }

  #pcce-job-form .chosen-container-single .chosen-single input[type=text] { display: none; }
  #pcce-job-form .chosen-container-single.chosen-with-drop .chosen-single input[type=text] { display: block; }

  #pcce-job-form .pcce-job-application-other {
    display: none;
    padding: 20px;
    margin: 1em 0;

    font-size: 0.7em;
    background: #f5f5f5;
  }

.pcce-job-detail {
  font-size: 0.8em;
}

.pcce-school-staff {
  margin: 0 0 3em;
  padding: 0;
  list-style: none;
}
  .pcce-school-staff > li {
    position: relative;
    display: inline-block;
    float: left;

    width: 48%;

    margin: 0 2% 2% 0;
    padding: 20px;

    word-break: break-word;

    background: #f1f1f1;
  }
    .pcce-school-staff > li .staff-details {
      min-height: 150px;
    }
    .pcce-school-staff > li:nth-child(2n+1) {
      clear: both;
    }

    .pcce-school-staff .staff-controls {
      position: absolute;
      top: -10px;
      right: -10px;
    }
      .pcce-school-staff .staff-controls a.pcce-staff-remove {
        color: #fff;
        background: rgba(51, 51, 51, .75);
      }
      .pcce-school-staff .staff-controls a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-left: 0;

        text-align: center;
        line-height: 40px;

        color: #fff !important;
        background: rgb(171, 57, 38);
        border-radius: 20px;

        opacity: 0.7;
      }
        .pcce-school-staff .staff-controls a:hover,
        .pcce-school-staff .staff-controls a:focus,
        .pcce-school-staff .staff-controls a:active {
          opacity: 1;
        }

#pcce-school-details {
  margin-bottom: 2em;
}
#pcce-school-details .row > div {
  margin-bottom: 16px;
}
.pcce-school-logo {
  width: 100%;
  height: 250px;
  background-size: contain;
  background-position: center 10%;
  background-repeat: no-repeat;
}
  #pcce-school-details .pcce-school-logo {
    height: 200px;
  }

  .ej-t-default .pcce-school-logo {
    height: 150px;
    margin-bottom: 1em;
  }
#pcce-school-details .wcs-school-name {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
}
.pcce-school-metadata {
}
  .pcce-school-address > li {
    padding-left: 2em;
    position: relative;
  }
  .pcce-school-address > li > span {
    position: absolute;
    left: 0;
    top: 4px;
  }
  .pcce-school-metadata ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
    .pcce-school-metadata ul > li {
      display: inline-block;
      margin-right: 25px;
      margin-bottom: 5px;
    }
    .pcce-school-metadata ul > li > a:not(.icon-link) {
      color: rgb(77, 77, 79);
    }
    .pcce-school-metadata ul > li > span.fas {
      margin-right: 5px;
      color: rgb(93, 128, 161);
    }
    .pcce-school-metadata ul > li > span.fab {
      color: rgb(93, 128, 161);
    }

ul.pcce-school-stats li {
  margin-right: 0.5rem;
  padding: 0.5rem 0.5rem 0.25rem;

  font-size: 0.8rem;
  line-height: 1;

  color: #fff;
  background: rgb(93, 128, 161);
  border-radius: 0.25rem;
}

.pcce-school-building,
.pcce-school-map {
  height: 400px;
}
  .pcce-school-building {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(206, 170, 104, 0.25);
  }

.pcce-school-map {
  margin-top: 2em;
  margin-bottom: 3em;
}

.pcce-school-title {
}
  .pcce-school-title h2 {
    margin-bottom: 0;

    font-weight: 400;
  }

  .pcce-school-listings {
    margin-bottom: 1em;
    padding: 40px 0 0 0;
  }

.pcce-school-links {
  margin-top: 1em;
}


.pcce-school-update {
}
  .pcce-school-update label {
    display: block;
    margin-top: 1em;

    font-size: 0.8em;
    font-weight: 500;
    text-transform: uppercase;
  }
  .pcce-school-update select,
  .pcce-school-update textarea,
  .pcce-school-update input[type="text"],
  .pcce-school-update input[type="email"],
  .pcce-school-update input[type="phone"] {
    width: 100%;
  }

  .pcce-school-update img.school-logo {
    display: block;
    margin-bottom: 1em;
  }

.wcs-icon-float {
  float: left;
}
.wcs-icon-offset {
  margin-left: 40px;
}

.wcs-school-map .wcs-school-listing {
  position: absolute;
  right: 0;
  top: 0;

  width: 450px;
}
  .wcs-school-map .wcs-school-listing .wcs-school {
    display: none;
    width: 100%;
    height: 500px;
    padding: 20px;

    background: #f5f5f5;
  }
  #pcce-affiliate-schools.wcs-school-listing {
    width: 100%;
  }
  #pcce-affiliate-schools.wcs-school-listing .wcs-school {
    display: block;
    margin-bottom: 1em;

    background: none;
  }
    #pcce-affiliate-schools.wcs-school-listing .wcs-school > div {
      padding: 20px;

      font-size: 0.9em;
      line-height: 1.35em;

      background: #f5f5f5;
    }

.wcs-school-type {
  margin: 0;
}
  .wcs-school-type span {
    display: inline-block;
    font-weight: 500;
  }

h4.wcs-school-tagline {
  margin: -0.5em 0 1em;

  font-weight: 300;
  font-style: italic;
}

.wcs-school-map h3 {
  font-size: 30px;
}
.wcs-school-map .wcs-link {
  margin-top: 1rem;
}
.wcs-link a, .wcs-link a:hover, .wcs-link a:active, .wcs-link a:focus {
    margin: 0;
}
  .wcs-link a:hover, .wcs-link a:active, .wcs-link a:focus {
    opacity: 0.9;
  }

.wcs-school-map-search {
  margin-top: -5px;
  margin-bottom: 5px;
  padding: 10px 0;

  text-align: center;

  background: rgb(238,237,237);
}
  .wcs-school-map-search input {
    display: inline-block;

    width: 33%;
    max-width: 450px;
    margin-right: 10px;
  }
  .wcs-school-map-search input,
  .wcs-school-map-search select {
    margin-right: 10px
  }

  .gm-style img {
    width: 100%;
  }
  .gm-style .cluster > div {
    color: #fff !important;
  }

  .wcs-school-reset {
    display: none;

    margin: 0 5px 5px 0;
    padding: 10px 15px;

    font: 16px/1em "open sans",sans-serif;
    text-transform: none;
    text-decoration: none;

    color: rgb(255, 255, 255);
    background-color: rgb(133, 126, 123);
    border: 1px solid rgb(164, 66, 66);
  }

.bf-align-center .button,
*[style*="text-align: center"] .button,
*[style*="text-align: center"].button,
*[style*="text-align:center"] .button,
*[style*="text-align:center"].button {
  margin-right: 0 !important;
}
.bf-listing-search + .bf-listing-row {
  clear:both;
}
.bfcms-listing .bf-listing-title, .bfcms-listing .bf-listing-title:hover {
  text-align: left;
}

.bfcms-listing.bf-listing-has-filters {
  transition: min-height 0.25s ease-in;
}
.bfcms-listing.bf-listing-has-filters .bf-listing-filter-ctr {
  clear: both;
}

li.bf-listing-filter.bf-listing-has-children > a:after {
  content: '\f0d7';
  float: right;
  margin-right: 5px;

  font-family: 'Font Awesome 5 Pro';
  font-size: 0.8em;
  font-weight: 800;
}
  li.bf-listing-filter.bf-listing-has-children > ul {
    display: none;
  }
    li.bf-listing-filter.bf-listing-filter-active.bf-listing-has-children > ul { display: block; }
    li.bf-listing-filter.bf-listing-has-children > a,
    li.bf-listing-filter.bf-listing-has-children > a:active,
    li.bf-listing-filter.bf-listing-has-children > a:focus,
    li.bf-listing-filter.bf-listing-has-children > a:hover,
    li.bf-listing-filter.bf-listing-has-children.bf-listing-filter-active > a,
    li.bf-listing-filter.bf-listing-has-children.bf-listing-filter-active > a:hover,
    li.bf-listing-filter.bf-listing-has-children.bf-listing-filter-active > a:active,
    li.bf-listing-filter.bf-listing-has-children.bf-listing-filter-active > a:focus {
      display: block; 
    }


.bf-listing-btn.hidden { display: none !important; }


.pcce-resource-big-buttons {
  text-align: center;
}
  .pcce-resource-big-buttons > ul {
        list-style: none;
            padding: 0;
                margin: 0;
  }
    .pcce-resource-big-buttons > ul > li {
      display: inline-block;
    }
    .pcce-resource-big-buttons a, .pcce-resource-big-buttons a:hover, .pcce-resource-big-buttons a:focus, .pcce-resource-big-buttons a:active {
      font-size: 1.2em;
      padding: 20px 25px;
    }


.pcce-school-dashboard h2.pcce-school-name:hover,
.pcce-school-dashboard h2.pcce-school-name:focus,
.pcce-school-dashboard h2.pcce-school-name:active,
.pcce-school-dashboard h2.pcce-school-name {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}
.pcce-tagline { 
  margin-bottom: 1em;
}
.pcce-school-dashboard a.button {
  margin: 0;
}
.pcce-school-dashboard p i {
  padding-right: 6px;
  color: rgb(171, 57, 38) !important;
}
.pcce-school-dashboard a:not(.button) {
  color: rgb(51, 51, 51);
  font-weight: unset;
  font-size: 16px;
}
.pcce-school-dashboard h1 {
  font-size: 42px;
  position: relative;
  margin-bottom: 0;
}
.pcce-school-dashboard h2 {
  font-size: 36px;
  position: relative;
}
.pcce-school-dashboard #staff h2 {
  margin-bottom: 1em;
}
.pcce-school-dashboard #staff h3 {
  position: relative;
  font-size: 32px;
  margin-bottom: 14px;
}
#b_account_nav > li {
  padding: 0 0 5px;
}
#b_account_nav a {
  color: rgb(51, 51, 51);
  font-weight: 600;
}
#b_account_nav a:hover,
#b_account_nav a:active,
#b_account_nav a:focus {
  color: rgb(171, 57, 38);
  text-decoration: none;
}
#b_account_nav .bf-subnav {
  margin: 0.5em 0 1em 0.5em;
}
#b_account_nav .bf-has-child .bf-subnav li {
	padding: 5px 0 0;
}

#b_head #b_mobile_toggle {
    right: 16px;
}
#b_mobile_toggle:hover {
    cursor: pointer;
}
.board-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    list-style-type: none;
    padding-left: 0;
    gap: 2em;
}
.quote-icon,
.quote-icon:hover {
    position: relative;
    padding-top: 6.5em;
}
.quote-icon::before {
	content: '';
	position: absolute;
	background-image: url('/res/pub/Logos-Icons/pcceQuoteMarks.svg');
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 5em;
	background-repeat: no-repeat;
	margin: auto;
}
.image-text-feature[style*="Watermark"] {
    background-size: contain !important;
    background-position: right !important;
}

#b_pre_head #member-portal {
    position: relative;
    padding-left: 1.4em;
}
#b_pre_head #member-portal::before {
    content: '\f023';
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
}
#b_foot {
    position: relative;
}
#b_foot::after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	background-image: url('/res/pub/Logos-Icons/PCCE-Wheat-Watermark.png');
	background-repeat: no-repeat;
	background-position: right 0px top -42px;
	background-size: cover;
	right: 0;
	height: 100%;
	max-width: 600px;
}
#b_foot .container {
    position: relative;
    z-index: 1;
}
.phone {
    padding-left: 1.4em;
    margin-bottom: 4px !important;
    position: relative;
}
.phone::before {
    content: '\f095';
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}
.email {
    padding-left: 1.4em;
    position: relative;
}
.email::before {
    content: '\f0e0';
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}
.bfcms-ctr-container.overlay-bg > .bf-flex-underlay {
    opacity: 0.8;
}
.button-4::after {
	content: '\f105';
    margin-left: 12px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    vertical-align: bottom;
    font-weight: 600;
}
#b_content .bfcms_cell:first-child .bfcms-richtext a {
    font-size: 16px;
}
*:has(>.heading-underline),
*:has(>.heading-underline):hover {
    position: relative;
    margin-bottom: 5rem !important;
}
.heading-underline::after {
    content: '';
	position: absolute;
	bottom: -2.5rem;
	left: 0;
	width: 4rem;
	height: 4px;
	background: rgb(171, 57, 38);
	margin: auto;
}
.bfcms-ctr-container:is(.b6, .b7, .b8, .b9, .b16) .heading-underline::after,
.featurette:is(.b6, .b7, .b8, .b9, .b16) .heading-underline::after {
    background: white;
}
.bfcms-ctr-container.b14 .heading-underline::after,
.featurette.b14 .heading-underline::after {
    background: rgb(93, 128, 161);
}
*[style="text-align: center;"] .heading-underline::after {
    right: 0;
}
.bfcms-image-feature.bf-align-left * {
  text-align: left;
}
.bfcms-image-feature.bfif-stretched:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16) {
    padding: 0;
}
.bfcms-image-feature.bfif-stretched:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16) .bfif-content {
    padding: 15px 30px 30px;
}
.bfcms-ctr-2-cell .image-text-feature.bfcms-richtext,
.bfcms-ctr-2-cell .double-text-feature.bfcms-richtext {
    padding-left: 14%;
    padding-right: 14%;
}
.bfcms-ctr-2-cell .image-form-feature.bfcms-form-multistep {
    padding-left: 14%;
    padding-right: 14%;
}
.bfcms-form-multistep .bf-r-submit-row {
    margin-top: 0;
}
.bfcms-form-multistep .bf-r-submit-row .button.bf-r-submit {
    margin-top: 4px;
}
.bfcms-form-multistep.bf-align-left .bf-r-submit-row .bf-align-center {
    text-align: left;
}
.bfcms-listing.bf-listing-carousel .bf-listing-row .bfcms-testimonial {
    max-width: 60em;
    margin: 0 auto;
}
.bfcms-listing.bf-listing-carousel .bf-listing-pagination .bf-listing-next {
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: #777;
	background: transparent;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 56px;
	line-height: 1.6em;
	font-family: "PT Serif";
	display: inline-block;
	text-shadow: none;
	top: 40%;
}
.bfcms-listing.bf-listing-carousel .bf-listing-pagination .bf-listing-prev {
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: #777;
	background: transparent;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 56px;
	line-height: 1.6em;
	font-family: "PT Serif";
	display: inline-block;
	text-shadow: none;
	top: 40%;
}
.bfcms-listing.bf-listing-carousel .bf-listing-pagination .fas {
	font-weight: 300;
}
.ctr-3-feature-icon .featurette .bfif-ctr {
    max-width: 23em;
	margin: auto;
}

.ctr-3-feature-icon .bfcms-image-feature.bfif-t-default.bfif-image-xs .bfif-image-ctr {
    max-width: 5em;
	width: auto;
}
.ctr-3-feature-expand .featurette .bficf-ctr {
	max-width: 23em;
	margin: auto;
}
.bfcms-article[class^='b'] .bf-article-teaser.bf-article-overlay {
    margin: -60px;
}
.bf-article-teaser.bf-article-overlay.no-image {
	background: linear-gradient(165deg, rgba(0,0,0,.5), 60%, rgba(0,0,0,1));
}
.bf-article-teaser.bf-article-overlay {
	aspect-ratio: 4/5;
	background: linear-gradient(rgba(0,0,0,.1), 60%, rgba(0,0,0,.8));
	transition: background 200ms ease-in-out;
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
}
.bf-article-teaser.bf-article-overlay .bf-article-image-ctr {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}
.bf-article-teaser.bf-article-overlay .bf-article-image {
	height: 100% !important;
}
.bf-article-teaser.bf-article-overlay .bf-article-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	right: 30px;
	height: 100%;
	color: white;
}
.bf-article-teaser.bf-article-overlay .bf-article-subcontent {
    height: 100%;
}
.bf-article-teaser.bf-article-overlay .bf-article-subcontent .bf-article-title {
    position: absolute;
    bottom: 12px;
}
.bf-article-teaser.bf-article-overlay .bf-article-content h4 {
	color: white;
}
.bf-article-teaser.bf-article-overlay .bf-article-content h4 a {
	color: white;
}
.bf-article-teaser.bf-article-overlay .bf-article-content .bf-article-subcontent p {
	position: absolute;
	top: 30px;
}
.bf-article-teaser.bf-article-overlay .bf-article-content p {
	opacity: 0;
	transition: opacity 200ms ease-in-out;
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
}
.bf-article-teaser.bf-article-overlay .bf-article-content > p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.bf-article-teaser.bf-article-overlay:hover {
    background-color: rgba(0,0,0,.7);
}
.bf-article-teaser.bf-article-overlay:hover .bf-article-content p {
    opacity: 1;
}
.bf-article-teaser.bf-article-overlay .bf-article-content .bf-article-subcontent .bf-article-date {
    margin-bottom: 1rem;
}
.bf-article-teaser.bf-article-overlay .bf-article-content .bf-article-subcontent .bf-article-date,
.bf-article-teaser.bf-article-overlay .bf-article-content .bf-article-subcontent h4 {
    opacity: 1;
    transition: opacity 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
}
.bf-article-teaser.bf-article-overlay:hover .bf-article-content .bf-article-subcontent .bf-article-date,
.bf-article-teaser.bf-article-overlay:hover .bf-article-content .bf-article-subcontent h4 {
    opacity: 0;
}
.bfe-t-horiz .bfe-summary {
	display: flex;
	align-items: start;
	column-gap: 16px;
}
.bfe-t-horiz .bfe-summary-image-ctr {
	float: unset;
	max-width: unset;
	flex: 1;
}
.bfe-t-horiz .bfe-summary .bfe-summary-date {
	display: flex;
	flex-direction: column-reverse;
}
.bfe-t-horiz .bfe-summary-content {
	padding: 0 20px;
	margin-left: 0 !important;
	flex: 1;
}
.bfe-t-horiz .bfe-summary .bfe-summary-month {
    position: relative;
}
.bfe-t-horiz .bfe-summary .bfe-summary-month::after {
	content: '';
	width: 70%;
	height: 4px;
	background-color: currentColor;
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
}
.bfcms-listing:has(.bfe-summary) {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
}
.bfcms-listing:has(.bfe-summary) .bf-listing-row {
    margin-bottom: 0;
}
.bfcms-listing .bf-listing-inf .bf-listing-btn, .bfcms-listing .bf-listing-inf .bf-listing-btn a:hover {
	padding: 15px 30px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}
.bfcms-listing .bf-product-summary .bf-product-name {
    font-size: 30px;
}
.bfcms-listing .bf-product-summary .bf-product-add {
    display: flex;
    align-items: start;
}
.bfcms-listing .bf-product-summary .bf-product-add > div:first-of-type:not(.bf-payment-btn) {
    flex: 1;
}
.bfcms-listing .bf-product-summary .bf-product-price,
.bfcms-listing .bf-product-summary .bf-product-user-prices {
    margin: 0;
}
.bfcms-listing .bf-product-summary .bf-product-user-prices-select select {
    margin: 0;
    padding-bottom: 10px;
}
.bfcms-listing .bf-product-summary .bf-payment-btn {
    margin: 0;
    flex: 0;
}
.bf-heading-subtitle {
    display: block;
    margin-top: 0.9rem;
    
    font-size: 1.4rem;
    font-weight: 300;
    
}
.bfcms-listing .bf-listing-search button,
.bfcms-listing .bf-listing-search button:hover {
    margin-right: 0;
    padding-top: 13px;
    padding-bottom: 12px;
}
.bfcms-listing .bf-listing-title:hover {
    margin-bottom: 1em;
}
.bfcms-listing .bf-listing-filter-btn,
.bfcms-listing .bf-listing-filter-btn:hover {
    font-weight: 600;
}
.bfcms-listing .bf-listing-filter {
    padding: 3px 0;
    color: black;
}
.bfcms-listing .bf-listing-filter.bf-listing-has-children > a:after {
    content: '\f0d7';
    float: right;
    margin-right: 5px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.8em;
    font-weight: 800;
    color: rgb(51, 51, 51);
}
.bfcms-listing .bf-listing-filter.bf-listing-has-children > .bf-listing-filter-children {
    display: none;
    margin: unset !important;
    padding-left: 0 !important;
    background-color: rgb(238, 238, 238);
}
.bfcms-listing .bf-listing-filter.bf-listing-has-children > .bf-listing-filter-children > a {
    padding-left: 20px;
}
.bfcms-listing .bf-listing-filter.bf-listing-has-children:hover {
    background-color: rgb(238, 238, 238);
}
.bfcms-listing .bf-listing-filter.bf-listing-has-children.open {
    color: rgb(51, 51, 51);
    background-color: rgb(238, 238, 238);
    outline: 1px solid white;
}
.bfcms-listing .bf-listing-filter:not(.bf-listing-has-children):hover,
.bfcms-listing .bf-listing-filter:not(.bf-listing-has-children) > a:hover,
.bfcms-listing .bf-listing-filter.bf-listing-filter-active:not(.bf-listing-has-children),
.bfcms-listing .bf-listing-filter.bf-listing-filter-active:not(.bf-listing-has-children) > a{
    background-color: rgb(171, 57, 38);
    color: white !important;
}
.bfcms-listing .bf-listing-filter:not(.bf-listing-has-children):hover {
    outline: 1px solid rgb(238, 238, 238);
}
.bfcms-listing .bf-listing-filter.bf-listing-has-children > .bf-listing-filter-children a {
    padding-left: 20px;
    font-size: 16px;
}
.bfcms-listing .bf-listing-filter a {
    color: unset;
    font-weight: 300;
    padding-left: 12px;
    text-decoration: none;
}
.bfcms-listing .bf-listing-filter a:hover, .bfcms-listing .bf-listing-filter.bf-listing-filter-active a {
    text-decoration: none;
}
.bfcms-listing .bf-listing-row {
    margin-bottom: 0;
}
.bfcms-listing .bf-listing-row:nth-child(2n-1) .bf-resource.featurette {
	background: rgba(238,238,238, .5);
}
.bfcms-listing .bf-listing-row .bf-resource-is-icon {
    grid-column: 1;
    grid-row: 1;
    display: none; /*Prevent icons from showing by default.*/
}
.bfcms-listing .bf-listing-row .bf-resource-is-icon a {
    font-size: 18px;
}
.bfcms-listing.bf-horiz .bf-listing-row .bf-resource > .bf-resource {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    align-items: center;
}
.bfcms-listing.bf-horiz .bf-listing-row .bf-resource:has(.bf-resource-content) {
    align-items: flex-start;
}
.bfcms-listing.bf-horiz .bf-listing-row .featurette .bf-resource {
    padding: 1.2em 1em;
}
.bfcms-listing.bf-horiz .bf-listing-row .bf-resource h3 {
    font-size: 14px !important;
    font-weight: 100;
    text-transform: uppercase;
    grid-column: 1;
    grid-row: 1;
    margin: 0;
}
.bfcms-listing.bf-horiz .bf-listing-row .bf-resource-content {
    grid-column: 1;
    grid-row: 2;
}
.bfcms-listing.bf-horiz .bf-listing-row .bf-resource-content p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
}
.bfcms-listing.bf-horiz .bf-listing-row .bf-resource .bf-resource-link {
    margin-top: 0;
    grid-column: 2;
    align-self: center;
    height: 24px;
    text-align: right;
}
.bfcms-listing .bf-listing-row .bf-resource .bf-resource-previews {
  display: none;
}
  .bfcms-listing .bf-listing-row .bf-resource .bf-resource-previews.open {
    display: block;
  }
.bfcms-listing.bf-horiz .bf-listing-row .bf-resource .bf-resource-link .bf-preview-button,
.bfcms-listing.bf-horiz .bf-listing-row .bf-resource .bf-resource-link .button.bf-button {
    font-size: 14px;
    padding: 0;
    margin: 0 0 0 1rem;
    color: rgb(64, 61, 71);
    background: transparent;

    cursor: pointer;
}
.bfcms-listing.bf-horiz .bf-listing-row .bf-resource .bf-resource-link .button.bf-button::before {
	content: '\f019';
	font-family: 'Font Awesome 5 Pro';
  padding-right: 8px;
}
.bfcms-listing.bfcms-horiz .bf-listing-inf .bf-listing-btn,
.bfcms-listing.bfcms-horiz .bf-listing-inf .bf-listing-btn a:hover {
    padding: 8px 30px !important;
    font-size: 1em !important;
}

.school-listing .wcs-schools-list::before,
.school-listing .wcs-schools-list::after {
    display: none;
}
.school-listing .wcs-schools-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	gap: 0;
}
.school-listing .wcs-school {
	padding: 1rem;
	width: 100%;
	display: flex;
  flex-direction: column;
  justify-content: space-between;

	background: transparent;
  border-bottom: 1px solid #ccc;
}
  .school-listing .wcs-school:focus,
  .school-listing .wcs-school:hover {
    background-color: #f5f5f5;
  }
.school-listing .wcs-school-type {
	text-transform: uppercase;
	font-weight: 300;
}
.school-listing .wcs-school-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: .8em;
}
.bfcms-ctr-container .school-listing h3 {
  margin-bottom: 0.5rem;
	font-size: 24px !important;
}
.school-listing .wcs-link a {
	background-color: #515151;
}
.school-listing .wcs-link a::after {
	content: '\f061';
	padding-left: 10px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
}
.school-listing .row > div:has(.wcs-schools-load) {
	text-align: center;
}.school-listing .wcs-schools-load {
	margin: 4em 0 0;
}
.bfcms-image-feature.bfif-t-profileOverlay .bfif-ctr:not(:has(.bfif-image)) {
  min-height: 448px;
}
.bfcms-image-feature.bfif-t-profileOverlay.show-overlay .bfif-profile-overlay {
	display: block !important;
}
.bfcms-image-feature.bfif-t-profileOverlay .bfif-profile-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	margin: 0;
	padding: 10%;
	background-color: transparent;
}
.bfcms-image-feature.bfif-t-profileOverlay .bfif-profile-overlay .bfif-profile-overlay-colour {
    background: linear-gradient(rgba(0,0,0,0), 75%, rgba(0,0,0,.9));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
}
.bfcms-image-feature.bfif-t-profileOverlay .bfif-profile-overlay .bfif-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 20px;
}
.bfcms-image-feature.bfif-t-profileOverlay .bfif-content > :last-child {
	margin-bottom: 0;
}
.bfcms-image-feature.bfif-t-profileOverlay .bfif-content > :first-child {
	margin-top: 0;
}
.pcce-overlay .pcce-overlay-ctr {
	height: 100%;
  position: relative;
  overflow: hidden;
}
.pcce-overlay .pcce-overlay-image {
	height: 100%;
	width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
	margin: 0 auto;
	background-size: cover;
	background-position: center center;
	position: absolute;
}
.pcce-overlay .pcce-overlay-default {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	margin: 0;
	padding: 10%;
	background-color: transparent;
}
.pcce-overlay .pcce-overlay-overlay {
    visibility: hidden;
    opacity: 0;
    position: relative;
    z-index: 3;
    padding: 10%;
    background-color: transparent;
    height: 100%;
}
.pcce-overlay .pcce-overlay-default {
    visibility: visible;
    opacity: 1;
}
.pcce-overlay:not(:has(.pcce-overlay-flip)):hover .pcce-overlay-default:not(.overlay-disabled) {
    opacity: 0;
    transition: opacity 200ms;
}
.pcce-overlay:not(:has(.pcce-overlay-flip)):hover .pcce-overlay-overlay:not(.disabled) {
    visibility: visible;
    opacity: 1;
    transition: opacity 200ms;
}
.pcce-overlay .pcce-overlay-default-colour, .pcce-overlay .pcce-overlay-overlay-colour {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
}
.pcce-overlay .pcce-overlay-overlay-colour {
    opacity: 0;
    transition: opacity 200ms;
}
.pcce-overlay:not(:has(.pcce-overlay-flip)):hover .pcce-overlay-overlay-colour {
    opacity: .85;
}
.pcce-overlay .pcce-overlay-default .pcce-overlay-default-colour {
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(51, 51, 51, .2) 50%, rgba(51, 51, 51, .7) 70%);
	opacity: 1;
	transition: opacity 200ms;
}
.pcce-overlay .pcce-overlay-default.overlay-disabled .pcce-overlay-default-colour {
  background: transparent;
}
.pcce-overlay .placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pcce-overlay .placeholder.default {
  background: rgb(238, 238, 238);
}
.pcce-overlay:has(.pcce-overlay-image) .placeholder.default {
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(51, 51, 51, .2) 50%, rgba(51, 51, 51, .7) 70%);
}
.pcce-overlay:not(:has(.pcce-overlay-flip)):hover .pcce-overlay-default:not(.overlay-disabled) .pcce-overlay-default-colour {
    opacity: 0;
}
.pcce-overlay .pcce-overlay-default .pcce-overlay-content {
    position: absolute;
    z-index: 2;
    bottom: 7%;
	right: 7%;
	left: 7%;
}
.pcce-overlay .pcce-overlay-overlay .pcce-overlay-content {
	position: relative;
	z-index: 2;
}
.bfcms-ctr-2-cell .pcce-overlay .pcce-overlay-overlay .pcce-overlay-content {
  min-height: 30vw;
}
.bfcms-ctr-3-cell .pcce-overlay .pcce-overlay-overlay .pcce-overlay-content {
  min-height: 20vw;
}
.pcce-overlay .pcce-overlay-content .pcce-overlay-description *:not(.button) {
	color: white;
}
.pcce-overlay .pcce-overlay-default .pcce-overlay-content .pcce-overlay-description :last-child {
    margin-bottom: 0;
}
.bf-photo.position-left .bf-photo-image-bg {
  background-position: left center;
}
.bf-photo.position-right .bf-photo-image-bg {
  background-position: right center;
}
.bf-article-subcontent p:last-child {
  margin-bottom: 5px;
}

#flex-card-listing h3 {
	font-size: 28px !important;
	font-weight: 400;
	line-height: 1.2em;
  margin-bottom: 12px;
}
#flex-card-listing .bf-resource-content p {
  margin-bottom: -.7em;
}
#flex-card-listing .bf-resource-picture {
  margin-bottom: 16px;
}
#flex-card-listing .bf-resource-picture img {
  object-fit: cover;
  object-position: center 30%;
  width: 100%;
}
