
@media (min-width:768px)  {
  .bfu-header-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
    .bfu-header-background > .row > div {
      padding-top: 0; 
    }

  .bfu-header-content {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
  }
  .ctr-3-feature-expand .container {
    width: fit-content;
    max-width: 96%;
  }
  .bfcms-ctr-container:has(.bfif-t-profileOverlay) .container .row > div[class*="col"],
  .bfcms-ctr-container.small-margins .container .row > div[class*="col"] {
  	padding-left: 5px;
  	padding-right: 5px;
  }
  .bf-photo-image-bg {
    background-position: center 30%;
  }
  .bfcms-event.bfe-t-default .bfe-event-image {
    max-width: 50%;
    float: left;
    padding-right: 2em;
  }
  .bfcms-event.bfe-t-default .bfe-event > *:nth-child(n+3) {
    max-width: 50%;
    float: right;
  }
  .pcce-overlay:has(.pcce-overlay-flip) .pcce-overlay-default .pcce-overlay-content {
    transform: translateY(3em);
    transition: transform 300ms ease-in-out;
  }
  .pcce-overlay:has(.pcce-overlay-flip) .pcce-overlay-default.overlay-disabled .pcce-overlay-content {
    transform: translateY(0);
  }
  .pcce-overlay:has(.pcce-overlay-flip):hover .pcce-overlay-content {
    transform: translateY(0);
  }
  .pcce-overlay:hover .pcce-overlay-default .pcce-overlay-flip {
    opacity: 1;
  }
  .pcce-overlay .pcce-overlay-default .pcce-overlay-flip {
    opacity: 0;
    transition: height 200ms ease-in-out, opacity 200ms ease-in-out;
  }
}

@media (min-width:1200px) {
    #b_head #b_nav > ul.bfcms-nav > li > .bf-subnav {
      top: 4.2em;
    }
    #b_head.fixed #b_nav > ul.bfcms-nav > li > .bf-subnav {
      top: 3em;
    }
    #flex-card-listing .bf-resource-picture img {
      height: 360px;
    }
}

@media (min-width:992px) {
    .bfcms-ctr-2-cell.bf-header .bfcms-richtext,
    .bfcms-ctr-2-cell.bf-header .bfcms-form-multistep {
      display: flex !important;
      flex-direction: column;
      justify-content: center;
     }
    #b_head #b_nav>ul.bfcms-nav>li>a.nav-link-toggle-menu,
    #b_head.fixed #b_nav>ul.bfcms-nav>li>a.nav-link-toggle-menu {
        display: none;
    }
    #b_head.fixed {
      height: 80px;
    }
    #b_head.fixed .logo, #b_head.fixed .logo:hover {
	    max-height: 70px;
    }
    #b_head #b_nav>ul.bfcms-nav {
      padding-top: 14px;
    }
    #b_head.fixed #b_nav > ul.bfcms-nav > li > a {
      margin: 0 !important;
    }
    #b_head #b_nav > ul.bfcms-nav > .bf-has-child {
      position: relative;
    }
    #b_head #b_nav .bfcms-nav > li > a {
    position: relative;
    }
    #b_head #b_nav .bfcms-nav > li > a::after {
    	content: '';
    	width: 1.7em;
    	background: rgb(171, 57, 38);
    	position: absolute;
    	display: block;
    	bottom: 0;
    	height: 0.15em;
    	opacity: 0;
    	transition: opacity 300ms ease-in-out;
    }
    #b_head #b_nav .bfcms-nav li > a:hover::after,
    #b_head #b_nav .bfcms-nav > li:has(.bf-subnav:hover) > a::after {
    	opacity: 1;
    }
    .ctr-3-feature-expand .container {
        width: fit-content;
        max-width: 96%;
    }
    .ctr-3-feature-expand div[class^="col"] {
    	padding: 0 20px;
    }
    .ctr-3-feature-expand .featurette {
    	margin: auto;
    	transform: scale(1);
    	transition: transform 300ms ease-in-out;
    	-webkit-transition: transform 300ms ease-in-out;
    	-moz-transition: transform 300ms ease-in-out;
    	-o-transition: transform 300ms ease-in-out;
    	z-index: 2;
    	cursor: default;
    }
    .ctr-3-feature-expand .featurette:hover {
    	transform: scale(1.05, 1.1);
      z-index: 3;
    }
    .bfcms-listing.bf-listing-has-filters .bf-listing-filter-ctr {
        width: 250px;
    }
    .bfcms-listing.bf-listing-has-filters .bf-listing-title, .bfcms-listing.bf-listing-has-filters .bf-listing-error, .bfcms-listing.bf-listing-has-filters .bf-listing-search,
    .bfcms-listing.bf-listing-has-filters .bf-listing-row, .bfcms-listing.bf-listing-has-filters .bf-listing-inf {
	      margin-left: 250px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #b_head > .container {
    background: #fff;
    width: 100%;
  }
  #b_head > .container > .row > div:first-child {
    width: 100%;
  }
  #b_head > .container > .row > div:first-child .logo {
    width: 25%;
    margin: auto;
  }
  #b_head > .container > .row > div:last-child {
    width: fit-content;
    margin: auto;
    float: none;
  }
  #b_head > .container > .row > div:last-child #b_head_social {
    display: none;
  }
  #b_head > .container > .row > div:last-child #b_nav .bfcms-nav > li > a {
    margin-top: 0;
    margin-bottom: 30px;
  }
  #b_head #b_nav > ul.bfcms-nav > li > .bf-subnav {
    top: 2em;
  }
  #b_head.fixed #b_nav > ul.bfcms-nav > li > a, 
  #b_head.fixed #b_nav > ul.bfcms-nav > li.on > a, 
  #b_head.fixed #b_nav > ul.bfcms-nav > li > a:hover, 
  #b_head.fixed .bf-main-nav > ul.bfcms-nav > li > a, 
  #b_head.fixed .bf-main-nav > ul.bfcms-nav > li.on > a, 
  #b_head.fixed .bf-main-nav > ul.bfcms-nav > li > a:hover {
    line-height: 34px !important;
  }
  #flex-card-listing .bf-resource-picture img {
    height: 293.33px;
  }
}

@media (min-width:1170px) {
}

@media (min-width: 1200px) {
    .bfcms-listing .bf-listing-inf {
    	position: absolute;
    	bottom: -6rem;
    	left: 0;
    	right: 0;
    	width: auto;
    }
}

@media (min-width: 1400px) and (max-width: 1920px) {
    .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext) .bf-photo,
    .bfcms-ctr-2-cell.full-width:not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16)) .bf-photo {
      min-height: 37vw;
    } 
    .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header) .bfcms-richtext,
    .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header) .bf-form,
    .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header) .bfcms-form-multistep,
    .bfcms-ctr-2-cell.full-width:not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header) .bfcms-richtext:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16),
    .bfcms-ctr-2-cell.full-width:not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header) .bf-form:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16),
    .bfcms-ctr-2-cell.full-width:not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header) .bfcms-form-multistep:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16) {
    	min-height: 37vw;
    	display: flex !important;
    	flex-direction: column;
    	justify-content: center;
    }
    .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext):has(.bfcms-richtext) .bfcms-richtext {
        min-height: unset;
        justify-content: start;
    }
    .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bf-form, .bfcms-form-multistep) .bfcms-richtext,
    .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext) .bf-form,
    .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext) .bfcms-form-multistep,
    .bfcms-ctr-2-cell.full-width:not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bf-form, .bfcms-form-multistep) .bfcms-richtext:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16),
    .bfcms-ctr-2-cell.full-width:not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext) .bf-form:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16) {
        min-height: 24vw;
        justify-content: start;
        padding-top: 5vw;
    }
    .bfcms-ctr-2-cell.full-width:not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext) .bfcms-form-multistep:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16) {
        padding: 0 60px;
    }
}

@media (min-width:1600px) {
    .ctr-3-feature-expand .container {
        width: fit-content;
        max-width: 80%;
    }
}

@media (min-width:1920px) {
  .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext) .bf-photo,
  .bfcms-ctr-2-cell.full-width:not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16)) .bf-photo {
    min-height: 30vw;
  }
  .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header) .bfcms-richtext,
  .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header) .bf-form,
  .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header) .bfcms-form-multistep,
  .bfcms-ctr-2-cell.full-width:not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header) .bfcms-richtext:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16),
  .bfcms-ctr-2-cell.full-width:not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header) .bf-form:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16),
  .bfcms-ctr-2-cell.full-width:not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header) .bfcms-form-multistep:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16) {
    	min-height: 30vw;
     	display: flex !important;
     	flex-direction: column;
    	justify-content: center;
   }
   .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext):has(.bfcms-richtext) .bfcms-richtext {
      min-height: unset;
      justify-content: start;
   }
   .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bf-form, .bfcms-form-multistep) .bfcms-richtext,
   .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext) .bf-form,
   .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext) .bfcms-form-multistep,
   .bfcms-ctr-2-cell.full-width:not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bf-form, .bfcms-form-multistep) .bfcms-richtext:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16),
   .bfcms-ctr-2-cell.full-width:not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext) .bf-form:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16) {
      min-height: 24vw;
      justify-content: start;
      padding-top: 5vw;
    }
   .bfcms-ctr-2-cell.full-width:not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext) .bfcms-form-multistep:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16) {
      padding: 0 60px;
    }
}

@media (max-width:1999px) {
    .bfcms-ctr-container h3 {
      font-size: 38px !important;
    }
}

@media (max-width: 1199px) {
    .bfcms-ctr-container:has(.bfif-profile-overlay) .bfcms-richtext h2 {
      font-size: 34px !important;
    }
    #pcce-job-board-listing {
      margin-bottom: 0;
    }
    #pcce-job-board-listing .bf-listing-search {
      padding-left: 0;
    }
    .pcce-job-metadata.clearfix::before,
    .pcce-job-summary-alt.clearfix::before {
      content: none;
    }
    .ej-t-default .pcce-job-metadata,
    .ej-t-summary .pcce-job-summary-alt {
      display: flex !important;
      align-items: center;
      flex-wrap: wrap;
      line-height: 3.7em;
    }
    .ej-t-default .pcce-job-metadata {
      line-height: 5em;
    }
    .pcce-job-school,
    .ej-t-default .pcce-job-metadata .pcce-job-school {
      width: 25%;
    }
    .ej-t-default .pcce-job-metadata li {
      font-size: 0.9em;
    }
}

@media (max-width:991px) {
    .bfcms-ctr-container h1, .h1-style {
      font-size: 44px !important;
    }
    .bfcms-ctr-container h2, .h2-style {
      font-size: 38px !important;
    }
    .bfcms-ctr-container h3, .h3-style {
      font-size: 30px !important;
    }
    .bfcms-ctr-container h4, .h4-style {
      font-size: 28px !important;
    }
    .bfcms-ctr-container h5, .h5-style {
      font-size: 26px !important;
    }
    .bf-text-xlarge {
      font-size: 24px !important;
    }
    .bf-text-large {
      font-size: 22px !important;
    }
    .bfcms-testimonial-quote {
      font-size: 28px !important;
    }
    #b_foot {
        padding: 30px 0 40px;
    }
    #b_foot .row {
        display: grid;
        grid-template-columns: auto;
    }
    #b_foot .row::before {
        display: none;
    }
    #b_foot .row > div:nth-child(1) img {
        max-width: 270px;
        margin-left: -8px;
    }
    #b_foot .row > div:nth-child(2) {
        order: -1;
        max-width: 400px;
        padding-bottom: 20px;
    }
    #b_foot .row > div:nth-child(3) > div * {
        text-align: left !important;
    }        
    #b_foot .row div .featurette ul li a {
        line-height: 1.5;
    }
    #b_nav ul.bfcms-nav .bf-has-child > a {
        width: 100%;
    }
    #b_nav ul.bfcms-nav .bf-has-child > a::after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        color: #4a4a4a;
        content: "\f0d7";
        position: absolute;
        right: 2rem;
    }
    #b_nav ul.bfcms-nav .bf-has-child > ul > .bf-has-child a::after {
        right: 2.12rem;
    }
    .bf-subnav-toggled::after {
        content: "\f0d8" !important;
    }
    #b_head #b_nav ul.bfcms-nav li.bf-has-child > ul.bf-subnav {
        display: none;
        background-color: rgb(240,240,240);
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    #b_head #b_nav ul.bfcms-nav li.bf-has-child > ul.bf-subnav.mobile-only {
        display: none;
    }
    #b_head #b_nav ul.bfcms-nav li.bf-has-child > ul.bf-subnav > li > a {
        background-color: rgb(240,240,240);
        color: black;
        font-size: 16px;
        text-align: left;
        margin-left: 0.5rem;
        border: none;
        padding: 10px 13px;
    }
    #b_head #b_nav ul.bfcms-nav > li {
        text-align: left;
    }
    #b_head #b_nav ul.bfcms-nav > li {
        margin-bottom: 10px;
        border-bottom: 1px solid #f2f2f2;
    }
    #b_head #b_nav ul.bfcms-nav > li.on > a {
        border: none;
    }
    #b_head #b_nav ul.bfcms-nav > li > a {
        margin-bottom: 10px !important;
    }
    #b_head #b_nav ul.bfcms-nav > li > a,
    #b_head #b_nav ul.bfcms-nav > li > a.on,
    #b_head #b_nav ul.bfcms-nav > li > a:active,
    #b_head #b_nav ul.bfcms-nav > li > a:hover,
    #b_head #b_nav ul.bfcms-nav > li > a:focus,
    #b_head #b_nav ul.bfcms-nav>li>a:visited {
        font-size: 1.2rem !important;
        line-height: 1.75 !important;
        padding-bottom: 5px;
        border: none;
    }
    .nav-link-toggle-menu {
        display: block;
    }
    #b_head.fixed #b_nav {
      top: 50px !important;
      height: 100vh !important;
    }
    #b_head.fixed .logo, #b_head.fixed .logo:hover {
        margin-bottom: 5px;
    }
    #b_head.fixed #b_mobile_toggle {
        top: 11px;
    }
    #b_head > .container {
        width: 100%;
    }
    .ctr-3-feature-expand .bfcms-image-feature {
      padding: 80px 30px !important;
    }
    .bfcms-ctr-container:has(.bfif-profile-overlay) .bfcms-richtext {
      padding: 30px;
    }
    .pcce-school-logo {
      background-position: left;
    }
    .pcce-job-apply, .pcce-job-school-map {
      height: auto !important;
    }
    .pcce-job-apply {
      margin-bottom: 27px;
    }
    .bf-header.bfcms-ctr-2-cell:has(.bfcms-form-multistep) {
      background: rgba(171, 57, 38, .9);
    }
    .bf-header.bfcms-ctr-2-cell:has(.bfcms-form-multistep) > .container-fluid > .row > div:nth-child(2) {
      position: absolute;
      z-index: -1;
      width: 100%;
    }
}

@media (min-width: 540px) and (max-width: 991px) {
    #b_foot .row > div:nth-child(2) {
    }
}

@media (max-width: 767px) {
    .bfcms-ctr-2-cell:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16):not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext) .bf-photo,
    .bfcms-ctr-2-cell.full-width:not(.bf-1-4-height, .bf-1-3-height, .bf-1-2-height, .bf-2-3-height, .bf-3-4-height, .bf-full-height, .bf-header):has(.bfcms-richtext:is(.b6, .b7, .b8, .b9, .b12, .b14, .b16)) .bf-photo {
      height: 50vh;
      overflow: hidden;
    }
    .bf-photo-image-bg {
      background-position: center top;
    }
    .flip .row {
      display: grid;
    }
    .flip .row > div:nth-child(2) {
      order: -1;
    }
    .board-grid {
        grid-template-columns: auto auto;
    }
    .ctr-3-feature-expand .row > div:nth-child(n+2):not(:has(.bfcms-image-feature)) {
      margin-top: 15px;
    }
    .quote-icon {
      padding-top: 5.5em;
    }
    .quote-icon::before {
      width: 4em;
    }
    .bf-header .bfcms-richtext,
    .bf-header .bfcms-form-multistep {
      padding: 30px 15px !important;
    }
    .wcs-school-map-search {
      padding: 30px 0;
    }
    .wcs-school-map-search > * {
    	width: 90% !important;
    	max-width: 500px !important;
    	margin-right: auto !important;
     	margin-left: auto !important;
    	display: block !important;
    }
    .school-listing .wcs-schools-list {
      grid-template-columns: 1fr;
      gap: 15px;
    }
    .ej-t-default .pcce-job-metadata,
    .ej-t-summary .pcce-job-summary-alt {
      line-height: 2.5em;
    }
    .pcce-job-metadata > li,
    .pcce-job-summary-alt > li {
      width: 100% !important;
    }
    .pcce-job-metadata > li:nth-child(n+2),
    .pcce-job-summary-alt > li:nth-child(n+2) {
      padding-bottom: 0;
    }
    .pcce-job-metadata > li:last-child,
    .pcce-job-summary-alt > li:last-child {
      padding-top: 0;
      padding-bottom: 13px;
    }
    .pcce-overlay:not(:has(.pcce-overlay-flip)) .pcce-overlay-default {
      display: none;
    }
    .pcce-overlay:not(:has(.pcce-overlay-flip)) .pcce-overlay-overlay {
      visibility: visible;
      opacity: 1;
    }
    .bfcms-ctr-2-cell .pcce-overlay .pcce-overlay-overlay .pcce-overlay-content {
      min-height: 60vw;
    }
    .pcce-overlay:not(:has(.pcce-overlay-flip)) .pcce-overlay-overlay-colour {
      opacity: .85;
    }
    .logo-ctr.bf-valign-middle .row {
      display: flex;
      flex-wrap: wrap;
      row-gap: 3em;
      align-items: center;
    }
    .logo-ctr.bf-valign-middle.gap-sm-1 .row {
      row-gap: 1em;
    }
    .logo-ctr.bf-valign-middle .row > div {
	    padding-top: 0px !important;
    }
    .bf-header.bfcms-ctr-2-cell .bfcms-richtext,
    .bf-header.bfcms-ctr-2-cell:has(.bfcms-form-multistep) {
      background: rgba(171, 57, 38, .9);
    }
    .bf-header.bfcms-ctr-2-cell > .container-fluid > .row > div:nth-child(2) {
      position: absolute;
      z-index: -1;
      width: 100%;
    }
    /*
    .bfcms-ctr-2-cell:has(.image-form-feature) {
      background: rgba(206, 170, 104, .9)
    }
    .bfcms-ctr-2-cell:has(.image-form-feature) > .container-fluid > .row > div:has(.bf-photo) {
      position: absolute;
      z-index: -1;
      width: 100%;
    }
    */
    .pcce-overlay .pcce-overlay-overlay {
      padding: 30px 15px;
    }
    /*universal*/
    .bfcms-ctr-container.no-margin > .container > .row > div:not(.context_menu_ctr) .bfcms-richtext,
    .bfcms-ctr-container.no-margin > .container-fluid > .row > div:not(.context_menu_ctr) .bfcms-richtext {
    	padding-left: 15px;
      padding-right: 15px;
    }
    .bfcms-ctr-container:not(.bf-header):not(.bf-colmun-bleed):not(.no-margin) > .container > .row > div[class^="col-xs-12"],
    .bfcms-ctr-container:not(.bf-header):not(.bf-column-bleed):not(.no-margin) > .container-fluid > .row > div[class^="col-xs-12"] {
	    margin-top: 15px;
    }
    #b_content > .bfcms-ctr-container,
    #b_content > .bfcms_cell_zone > .bfcms-ctr-container {
	    margin: 0 0 30px;
    }
    .b6, .b7, .b8, .b9, .b12, .b14, .b16 {
      padding: 30px;
    }
    #b_copyright .row > div {
        text-align: center;
    }
    /****/
    #b_content #testimonial .bfcms-listing.bf-listing-carousel {
        padding: 30px 12px 0;
    }
    .bfcms-article.bfcms-article-overlay {
    	margin: 0 15px !important;
    }
    .bf-article-teaser.bf-article-overlay {
    	background: linear-gradient(rgba(0,0,0,.6), 60%, rgba(0,0,0,.8));
    }
    .bf-article-teaser.bf-article-overlay .bf-article-content {
    	position: relative;
    	bottom: 0;
    	left: 0;
    	right: 0;
    	padding: 30px;
    	height: 100%;
    }
    .bf-article-teaser.bf-article-overlay .bf-article-content .bf-article-subcontent p {
    	position: relative;
    	bottom: 0;
    	top: 0;
    }
    .bf-article-teaser.bf-article-overlay .bf-article-subcontent .bf-article-title {
        position: relative;
        bottom: 0;
        top: 0;
    }
    .bf-article-teaser.bf-article-overlay .bf-article-content p {
        opacity: 1;
    }
    .bf-article-teaser.bf-article-overlay .bf-article-content > p {
        text-align: left;
        left: 30px;
    }
    .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: 1;
    }
    .bfcms-listing .bf-listing-filter-ctr {
        margin-bottom: 2em;
    }
    .bfcms-listing .bf-listing-search .button {
        padding-left: 12px;
        padding-right: 12px;
    }
    .bfcms-listing .bf-listing-search input {
        min-width: unset;
        width: calc(100% - 160px);
    }
    .bfcms-listing .bf-listing-search button:nth-of-type(2) {
        border-left-width: 2px;
    }
    .bfcms-listing .bf-listing-row .bf-resource {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .bfcms-listing.bf-horiz .bf-listing-row .bf-resource h3,
    .bfcms-listing.bf-horiz .bf-listing-row .bf-resource-content,
    .bfcms-listing.bf-horiz .bf-listing-row .bf-resource .bf-resource-link {
        grid-column: 1;
        grid-row: auto;
    }
    .bfcms-listing.bf-horiz .bf-listing-row .bf-resource h3 {
        margin: 10px 0 10px;
    }
    .bfcms-listing.bf-horiz .bf-listing-row .bf-resource .bf-resource-link a {
        margin-bottom: 15px;
    }
    .bfcms-listing.bf-horiz .bf-listing-row .bf-resource .bf-resource-link {
        height: auto;
    }
    .bfcms-listing.bf-horiz .bf-listing-row .bf-resource-content {
        margin-top: -5px;
        margin-bottom: 7px;
    }
    .bfcms-listing.bf-horiz .bf-listing-row .bf-resource .bf-resource-link .button.bf-button {
        transform: none;
    }
    .bfe-t-horiz .bfe-summary {
      column-gap: 0;
      flex-wrap: wrap;
    }
    .bfe-t-horiz .bfe-summary-image-ctr {
      max-width: 100% !important;
      flex-basis: 100%;
      margin-right: 0;
    }
}

@media (min-width:500px) and (max-width:767px) {
    #b_content #testimonial .bfcms-listing.bf-listing-carousel {
        height: 395px;
    }
}

@media (max-width: 499px) {
    #b_content #testimonial .bfcms-listing.bf-listing-carousel {
        height: 470px;
    }
    .bfcms-ctr-2-cell .image-form-feature.bfcms-form-multistep {
      	padding-left: 0;
      	padding-right: 0;
    }
    .bfcms-ctr-2-cell .image-text-feature.bfcms-richtext,
    .bfcms-ctr-2-cell .double-text-feature.bfcms-richtext {
  	  padding: 30px;
    }
    #pcce-job-board-listing .bf-listing-search {
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 1em;
    }
    #pcce-job-board-listing .bf-listing-search input {
      margin-right: 0 !important;
    }
    #pcce-job-board-listing .bf-listing-search button {
      flex-basis: 100%;
    }
    .bfcms-listing .bf-listing-search input {
      max-width: 100%;
    }
}

@media (max-width: 424px) {
    .bfcms-listing .bf-listing-row {
        overflow-x: scroll;
    }
}

@media (max-width: 400px) {
    .board-grid {
        grid-template-columns: auto;
    }
}

@media (max-height: 1099px) and (max-width:1600px) {
  .bfcms-ctr-container.bf-2-3-height, .bfcms-ctr-container.bf-2-3-height.bf-header .featurette {
	  height: auto;
   }
}
