/* File path */
/* Colour palette */
/* Breakpoints */
/* Clearfix */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

/* Fonts */
body, html {
  padding: 0;
  margin: 0;
  background: #E8E8E8;
  font-family: "Source Sans Pro", sans-serif; }

html {
  font-size: 100%; }

body {
  line-height: 28px;
  line-height: 1.75rem;
  color: black !important; }

header, footer, .wrapper {
  font-size: 19px;
  font-size: 1.1875rem; }

p, h1, h2, h3, h4 {
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 0.625rem 0rem;
  padding: 0; }

h3 {
  margin-top: 30px;
  margin-top: 1.875rem; }

a {
  color: #0059A4;
  text-decoration: underline; }
  a:hover {
    color: #3399CC;
    text-decoration: underline; }
  a:focus {
    color: #3399CC;
    outline: 4px solid #FFCC33; }
  a.external-link {
    color: #008920; }
    a.external-link:hover {
      color: #6DB97F; }
    a.external-link:focus {
      color: #6DB97F;
      padding: 5px 5px 10px 0px;
      padding: 0.3125rem 0.3125rem 0.625rem 0rem; }
    a.external-link:after {
      font-family: 'Font Awesome 5 Free';
      content: '\f35d';
      font-weight: 900;
      display: inline-block;
      font-size: 13px;
      font-size: 0.8125rem;
      padding-left: 5px;
      padding-left: 0.3125rem;
      text-decoration: underline; }
    a.external-link:after {
      text-decoration: none; }

ul, ol, li {
  margin: 0;
  padding: 0; }

input {
  outline: none; }

.form-control::-webkit-input-placeholder {
  color: #555555;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #555555;
  opacity: 1; }

.form-control::placeholder {
  color: #555555;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #555555; }

.form-control::-ms-input-placeholder {
  color: #555555; }

.show-outline {
  outline: 4px solid #FFCC33 !important; }

*|*:link {
  color: #0059A4; }

/* Layout */
.margin-bottom--20 {
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important; }

.margin-bottom--30 {
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important; }

.margin-bottom--40 {
  margin-bottom: 40px !important;
  margin-bottom: 2.5rem !important; }

.margin-top--20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important; }

.margin-top--30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important; }

.margin-top--40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important; }

.margin-top--minus-25 {
  margin-top: -25px !important;
  margin-top: -1.5625rem !important; }

.column-2 {
  float: left;
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .column-2 {
      width: 100%; } }

.column-3 {
  float: left;
  width: 33.33%; }
  @media only screen and (max-width: 767px) {
    .column-3 {
      width: 100%; } }

.column-3-md {
  display: inline-block;
  width: 33%;
  vertical-align: top; }
  @media only screen and (max-width: 991px) {
    .column-3-md {
      width: 49%; } }
  @media only screen and (max-width: 767px) {
    .column-3-md {
      width: 100%; } }

.column-4 {
  float: left;
  width: 25%; }
  @media only screen and (max-width: 991px) {
    .column-4 {
      width: 33.33%; } }
  @media only screen and (max-width: 767px) {
    .column-4 {
      width: 50%; } }
  @media only screen and (max-width: 539px) {
    .column-4 {
      width: 100%; } }

.column-1-third {
  float: left;
  width: 33.33%; }
  @media only screen and (max-width: 767px) {
    .column-1-third {
      width: 100%;
      margin-bottom: 25px;
      margin-bottom: 1.5625rem; } }

.column-2-third {
  float: left;
  width: 66.66%; }
  @media only screen and (max-width: 767px) {
    .column-2-third {
      width: 100%;
      margin-bottom: 25px;
      margin-bottom: 1.5625rem; } }

.column-1-quarter {
  float: left;
  width: 25%; }
  @media only screen and (max-width: 767px) {
    .column-1-quarter {
      width: 100%; } }

.column-2-quarter {
  float: left;
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .column-2-quarter {
      width: 100%; } }

.column-3-quarter {
  float: left;
  width: 75%; }
  @media only screen and (max-width: 767px) {
    .column-3-quarter {
      width: 100%; } }

hr.keyline {
  border-top: 1px solid #D8D8D8; }

.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  max-width: 75rem; }

.page {
  position: relative;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  min-height: 500px;
  min-height: 31.25rem;
  padding: 0px 35px;
  padding: 0rem 2.1875rem;
  max-width: 1170px;
  max-width: 73.125rem; }
  @media only screen and (min-width: 768px) {
    .page {
      margin: 0px 15px;
      margin: 0rem 0.9375rem; } }
  @media only screen and (max-width: 767px) {
    .page {
      padding: 0px 15px;
      padding: 0rem 0.9375rem;
      max-width: 1170px;
      max-width: 73.125rem;
      margin: 0; } }
  .page p, .page li {
    font-size: 19px;
    font-size: 1.1875rem; }
    @media only screen and (max-width: 767px) {
      .page p, .page li {
        font-size: 17px;
        font-size: 1.0625rem; } }

.page-raised {
  margin-top: -25px;
  margin-top: -1.5625rem;
  border-top: 5px solid #F37021; }

.content-spacer {
  overflow: auto;
  padding: 20px 0px 50px 0px;
  padding: 1.25rem 0rem 3.125rem 0rem; }
  .content-spacer .headers h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #000000;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }

/* Social Media */
.icon-social {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 10px 8px;
  padding: 0.625rem 0.5rem;
  text-align: center;
  width: 44px;
  width: 2.75rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  color: white !important; }

.icon-social--facebook {
  background-color: #3b5998; }

.icon-social--twitter {
  background-color: #0084b4; }

.icon-social--youtube {
  background-color: #cc181e; }

.icon-social--linkedin {
  background-color: #0077b5; }

/* Cookies notice */
.cookies-notice {
  font-size: 17px;
  font-size: 1.0625rem;
  background: #000000;
  color: white; }
  @media only screen and (min-width: 992px) {
    .cookies-notice {
      height: 50px;
      height: 3.125rem;
      line-height: 40px;
      line-height: 2.5rem; } }
  @media only screen and (max-width: 991px) {
    .cookies-notice {
      line-height: 25px;
      line-height: 1.5625rem; } }
  .cookies-notice .cookies-notice-inner {
    padding: 5px 15px;
    padding: 0.3125rem 0.9375rem;
    height: 100%;
    font-size: 17px;
    font-size: 1.0625rem; }
  @media only screen and (max-width: 767px) {
    .cookies-notice span:last-of-type {
      display: block; } }
  .cookies-notice a {
    color: white;
    font-weight: 600; }
    @media only screen and (max-width: 991px) {
      .cookies-notice a {
        display: block; } }
  .cookies-notice .button-accept {
    background: #008920;
    height: 40px;
    height: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0px 10px;
    padding: 0rem 0.625rem;
    float: right; }
    @media only screen and (max-width: 991px) {
      .cookies-notice .button-accept {
        float: none;
        display: inline-block;
        margin: 10px 0px;
        margin: 0.625rem 0rem; } }
    .cookies-notice .button-accept:hover {
      background-color: #006E1A; }
    .cookies-notice .button-accept:focus {
      outline: 4px solid #FFCC33; }
    .cookies-notice .button-accept .fa {
      margin-left: 5px;
      margin-left: 0.3125rem; }

/* Site header */
.header--container {
  background: #A41055;
  color: white; }

.header--inner-page {
  margin: 0px 15px;
  margin: 0rem 0.9375rem;
  border-bottom: solid 5px #F37021; }
  @media only screen and (max-width: 767px) {
    .header--inner-page {
      border-bottom: none;
      padding-bottom: 5px;
      padding-bottom: 0.3125rem; } }

.header--inner-homepage {
  margin: 0px 15px;
  margin: 0rem 0.9375rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem; }

.header--desktop {
  overflow: visible;
  height: 100px;
  height: 6.25rem;
  padding: 10px 0px;
  padding: 0.625rem 0rem; }
  @media only screen and (max-width: 767px) {
    .header--desktop {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .header--desktop {
      display: block; } }
  .header--desktop .header--desktop-left {
    float: left; }
  .header--desktop .header--desktop-right {
    float: right;
    padding: 20px 0px;
    padding: 1.25rem 0rem; }
  @media only screen and (min-width: 992px) {
    .header--desktop .site-logo, .header--desktop .beta-notice-full {
      display: inline-block;
      vertical-align: middle; } }
  .header--desktop .site-logo img {
    max-width: 115px;
    max-width: 7.1875rem; }
  .header--desktop #desktop-services-link {
    outline: none; }

/* No border */
.header--container.no-border .header--inner-page {
  border-bottom: 5px solid transparent; }

.header--container.no-border .header--desktop {
  height: 105px;
  height: 6.5625rem; }

.header--mobile {
  position: relative;
  overflow: auto;
  color: white;
  text-align: center;
  padding: 5px 0px;
  padding: 0.3125rem 0rem;
  height: 80px;
  height: 5rem; }
  @media only screen and (max-width: 767px) {
    .header--mobile {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .header--mobile {
      display: none; } }
  .header--mobile .header--mobile-left {
    float: left; }
  .header--mobile .header--mobile-right {
    float: right; }
  .header--mobile .header--list-item {
    padding-top: 19px;
    padding-top: 1.1875rem; }
  .header--mobile .site-menu-mobile {
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin-top: 0.9375rem; }
  .header--mobile .icon-menu-open {
    background-image: url("../img/burger-ico-01.svg");
    display: block;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    border: solid 1px #FFFFFF; }
  .header--mobile .icon-menu-close {
    background-image: url("../img/close-ico-01.svg") !important;
    border: solid 1px #ffcc33; }
  .header--mobile .site-logo img {
    max-width: 100px;
    max-width: 6.25rem; }

.site-search button {
  border-radius: 0px !important; }

.site-search--desktop {
  float: right;
  width: 250px;
  width: 15.625rem;
  list-style: none; }

.site-search--mobile {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  @media only screen and (max-width: 767px) {
    .site-search--mobile {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .site-search--mobile {
      display: none; } }

.site-search--desktop input, .site-search--desktop .btn-default, .site-search--mobile input, .site-search--mobile .btn-default {
  height: 50px;
  height: 3.125rem;
  border-radius: 0px;
  font-size: 17px;
  font-size: 1.0625rem; }

.site-search--desktop input, .site-search--mobile input {
  border-color: white; }

.site-search--desktop .btn-default, .site-search--mobile .btn-default {
  background: #000000;
  border-color: #000000;
  color: white;
  padding: 0px 18px;
  padding: 0rem 1.125rem; }
  .site-search--desktop .btn-default:focus, .site-search--mobile .btn-default:focus {
    outline: 4px solid #FFCC33; }

.form-control {
  border: none; }

.header--list-item {
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
  padding-top: 7px;
  padding-top: 0.4375rem; }
  .header--list-item .list-item--icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 35px;
    font-size: 2.1875rem; }
  .header--list-item .list-item--description {
    vertical-align: middle;
    font-weight: 600; }
  .header--list-item:last-of-type {
    margin-right: 0px; }
  .header--list-item .icon-services {
    background-image: url("../img/down-ico-01.svg");
    width: 35px;
    width: 2.1875rem;
    height: 35px;
    height: 2.1875rem; }
  .header--list-item .icon-services-active {
    background-image: url("../img/up-ico-01.svg") !important; }
  .header--list-item .icon-myaccount {
    background-image: url("../img/my-account-ico-01.svg");
    width: 35px;
    width: 2.1875rem;
    height: 35px;
    height: 2.1875rem; }
  .header--list-item a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 0px 10px 0px 0px;
    padding: 0rem 0.625rem 0rem 0rem; }
  .header--list-item a:focus {
    outline-offset: 2px;
    outline-offset: 0.125rem; }

.header--inner-homepage .header--list-item a, .header--inner-mendix .header--list-item a {
  padding: 0; }

.header--expand {
  display: none; }

.header--services {
  overflow: auto;
  background: white;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  @media only screen and (max-width: 767px) {
    .header--services {
      height: 75vh; } }
  @media (max-width: 768px) {
    .header--services::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 12px;
      width: 0.75rem; }
    .header--services::-webkit-scrollbar-thumb {
      border-radius: 6px;
      border-radius: 6px;
      border-radius: 0.375rem;
      border: 2px solid white;
      background-color: rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); } }
  .header--services .services-block {
    padding: 20px;
    padding: 1.25rem; }
  .header--services .services-list {
    list-style: none;
    height: 100%;
    color: black; }
  @media only screen and (min-width: 768px) {
    .header--services .services-list--multi {
      -webkit-column-count: 3;
      column-count: 3; } }
  .header--services .services-title {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: 400;
    font-size: 28px;
    font-size: 1.75rem;
    color: #000000;
    line-height: 32px;
    line-height: 2rem;
    margin: 0;
    padding-bottom: 20px;
    padding-bottom: 1.25rem; }
  .header--services .services-title-blank {
    height: 55px;
    height: 3.4375rem; }
  .header--services li {
    line-height: 20px;
    line-height: 1.25rem; }
  .header--services a {
    font-size: 17px;
    font-size: 1.0625rem;
    text-decoration: none;
    font-weight: 600;
    line-height: 28px;
    line-height: 1.75rem; }
  .header--services .bhcc-underline:after {
    content: "";
    position: relative;
    display: block;
    height: 3px;
    width: 20px;
    bottom: -5px;
    background-color: #F37021; }

/* Beta Notice & Breadcrumb */
.beta-notice p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 15px;
  line-height: 0.9375rem; }

.beta-notice a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: white; }

.beta-notice .first-line span, .beta-notice .first-line p {
  display: inline; }

.beta-notice .first-line span {
  background: #000000;
  color: white;
  border-radius: 5px;
  border-radius: 0.3125rem;
  padding: 0px 4px;
  padding: 0rem 0.25rem;
  margin-right: 3px;
  margin-right: 0.1875rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700; }

.beta-notice-full {
  padding-top: 10px;
  padding-top: 0.625rem;
  margin-left: 30px;
  margin-left: 1.875rem; }
  @media only screen and (max-width: 991px) {
    .beta-notice-full {
      display: none; } }
  .beta-notice-full .first-line a {
    font-weight: 700; }

.beta-notice-sm {
  display: none; }
  @media only screen and (max-width: 991px) {
    .beta-notice-sm {
      display: inline-block;
      float: right; } }
  .beta-notice-sm a {
    color: #0059A4; }

.breadcrumb-container {
  overflow: auto;
  border-bottom: 1px solid #D8D8D8;
  line-height: 50px;
  line-height: 3.125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.breadcrumb-block {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem; }
  .breadcrumb-block .breadcrumb-prefix {
    display: inline;
    padding-right: 15px;
    padding-right: 0.9375rem;
    font-weight: bold; }
  .breadcrumb-block .breadcrumb-list {
    display: inline; }
    .breadcrumb-block .breadcrumb-list li {
      display: inline;
      font-size: 16px;
      font-size: 1rem; }
    .breadcrumb-block .breadcrumb-list li:not(:last-child):after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 13px;
      font-size: 0.8125rem;
      content: '\f054';
      padding: 0px 10px 0px 13px;
      padding: 0rem 0.625rem 0rem 0.8125rem;
      color: #D8D8D8; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-block .breadcrumb-list li:first-child:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 13px;
        font-size: 0.8125rem;
        content: '\f053';
        padding-right: 10px;
        padding-right: 0.625rem;
        color: #D8D8D8; } }

/* Hero */
.hero-wrapper {
  background: #A41055; }

.hero {
  height: 300px;
  height: 18.75rem;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  max-width: 1200px;
  max-width: 75rem; }

@media only screen and (max-width: 767px) {
  .hero {
    height: 330px;
    height: 20.625rem; } }

@media only screen and (max-width: 539px) {
  .hero {
    height: 200px;
    height: 12.5rem; } }

.hero-inner {
  margin: 0 15px; }

.hero-inner > .hero-heading > h1 {
  display: inline-block;
  margin-top: 100px;
  margin-top: 6.25rem;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  color: #ffffff; }

@media only screen and (max-width: 767px) {
  .hero-inner > .hero-heading > h1 {
    width: 300px;
    width: 18.75rem;
    margin-top: 40px;
    margin-top: 2.5rem;
    font-size: 40px;
    font-size: 2.5rem; } }

@media only screen and (max-width: 539px) {
  .hero-inner > .hero-heading > h1 {
    width: 300px;
    width: 18.75rem;
    margin-top: 40px;
    margin-top: 2.5rem;
    font-size: 40px;
    font-size: 2.5rem; } }

.hero-border {
  margin: 0px 15px;
  margin: 0rem 0.9375rem;
  border-bottom: 5px solid #F37021; }

/* Homepage hero */
.homepage--hero-wrapper {
  background: #980064; }

.homepage--hero {
  height: 300px;
  height: 18.75rem;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  max-width: 1200px;
  max-width: 75rem; }
  @media only screen and (max-width: 767px) {
    .homepage--hero {
      height: 330px;
      height: 20.625rem; } }
  @media only screen and (max-width: 539px) {
    .homepage--hero {
      height: 200px;
      height: 12.5rem; } }

.homepage--hero-inner {
  margin: 0px 15px;
  margin: 0rem 0.9375rem; }

.homepage--welcome {
  padding-top: 60px;
  padding-top: 3.75rem;
  color: white; }
  @media only screen and (max-width: 767px) {
    .homepage--welcome {
      padding-top: 40px;
      padding-top: 2.5rem; } }
  .homepage--welcome span {
    display: block; }
  .homepage--welcome span:first-child {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    letter-spacing: 0px;
    letter-spacing: 0rem;
    font-size: 25px;
    font-size: 1.5625rem; }
    @media only screen and (max-width: 767px) {
      .homepage--welcome span:first-child {
        margin-bottom: 5px;
        margin-bottom: 0.3125rem;
        font-size: 18px;
        font-size: 1.125rem; } }
  .homepage--welcome span:last-child {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: 700;
    font-size: 70px;
    font-size: 4.375rem; }
    @media only screen and (max-width: 767px) {
      .homepage--welcome span:last-child {
        line-height: 50px;
        line-height: 3.125rem;
        font-size: 48px;
        font-size: 3rem;
        padding-right: 40px;
        padding-right: 2.5rem; } }

.homepage--search {
  margin: -105px 15px 0px 15px;
  margin: -6.5625rem 0.9375rem 0rem 0.9375rem;
  padding: 25px 30px;
  padding: 1.5625rem 1.875rem;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border-bottom: 5px solid #F37021; }
  @media only screen and (max-width: 767px) {
    .homepage--search {
      padding: 15px 30px;
      padding: 0.9375rem 1.875rem;
      margin: -150px 15px 0px 15px;
      margin: -9.375rem 0.9375rem 0rem 0.9375rem; } }
  @media only screen and (max-width: 539px) {
    .homepage--search {
      padding: 15px;
      padding: 0.9375rem;
      margin: 0;
      height: auto;
      background: black; } }
  .homepage--search .search-left {
    float: left;
    width: 280px;
    width: 17.5rem;
    padding-top: 10px;
    padding-top: 0.625rem; }
    @media only screen and (max-width: 767px) {
      .homepage--search .search-left {
        float: left;
        width: 100%;
        padding-top: 0px;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; } }
    .homepage--search .search-left h2 {
      display: block;
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: 600;
      letter-spacing: 1px;
      letter-spacing: 0.0625rem;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .homepage--search .search-left h2 {
          font-size: 24px;
          font-size: 1.5rem;
          float: left; } }
    .homepage--search .search-left a {
      color: white;
      font-size: 15px;
      font-size: 0.9375rem; }
      @media only screen and (max-width: 767px) {
        .homepage--search .search-left a {
          float: right; } }
  .homepage--search .search-right {
    margin-left: 280px;
    margin-left: 17.5rem; }
    @media only screen and (max-width: 767px) {
      .homepage--search .search-right {
        margin-left: 0px;
        clear: both; } }
    .homepage--search .search-right input, .homepage--search .search-right .btn-default {
      height: 50px;
      height: 3.125rem;
      border-radius: 0px; }
    .homepage--search .search-right .btn-default {
      width: 160px;
      width: 10rem;
      color: white;
      background: #0059A4;
      border: none;
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 600; }
      @media only screen and (max-width: 539px) {
        .homepage--search .search-right .btn-default {
          width: 110px;
          width: 6.875rem;
          font-size: 17px;
          font-size: 1.0625rem; } }
      .homepage--search .search-right .btn-default:focus {
        outline: 4px solid #FFCC33; }
    .homepage--search .search-right input {
      width: 100%;
      color: #74797E;
      padding: 13px;
      padding: 0.8125rem;
      border: 0;
      font-size: 18px;
      font-size: 1.125rem; }
      @media only screen and (max-width: 539px) {
        .homepage--search .search-right input {
          float: none;
          width: 100%; } }
    @media only screen and (max-width: 539px) {
      .homepage--search .search-right .input-group {
        margin-top: 10px;
        margin-top: 0.625rem; } }
    .homepage--search .search-right .fa-search {
      padding-left: 5px;
      font-size: 18px;
      font-size: 1.125rem; }
    @media only screen and (max-width: 767px) {
      .homepage--search .search-right {
        float: none; } }

.services--feature {
  overflow: auto;
  padding: 20px 0px;
  padding: 1.25rem 0rem;
  border-bottom: 1px solid #D8D8D8; }

.services--feature-block {
  padding: 20px 5px;
  padding: 1.25rem 0.3125rem;
  text-align: center; }
  .services--feature-block a {
    display: block;
    text-decoration: none;
    padding: 5px;
    padding: 0.3125rem; }
    .services--feature-block a:hover span:first-child {
      background: #0059A4; }
    .services--feature-block a:hover span:last-child {
      color: #0059A4; }
    .services--feature-block a:focus {
      outline-offset: 0px; }

.services--feature-icon {
  font-size: 26px;
  font-size: 1.625rem;
  width: 47px;
  width: 2.9375rem;
  height: 47px;
  height: 2.9375rem;
  line-height: 47px;
  line-height: 2.9375rem;
  border-radius: 50%;
  color: white;
  background: #000000; }
  .services--feature-icon:hover {
    background: #0059A4; }

.services--feature-title {
  display: block;
  color: #000000;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-decoration: none; }
  .services--feature-title:hover {
    color: #0059A4; }

.services--list {
  overflow: auto;
  padding: 10px 0px 10px 10px;
  padding: 0.625rem 0rem 0.625rem 0.625rem; }
  @media only screen and (max-width: 767px) {
    .services--list {
      padding: 10px 0px;
      padding: 0.625rem 0rem; } }

.services--list-block {
  padding: 15px 0px;
  padding: 0.9375rem 0rem; }
  @media only screen and (max-width: 991px) {
    .services--list-block {
      padding: 15px 30px;
      padding: 0.9375rem 1.875rem; } }
  @media only screen and (max-width: 767px) {
    .services--list-block {
      padding: 15px 0px;
      padding: 0.9375rem 0rem; } }
  .services--list-block h3 {
    font-weight: bold;
    margin: 10px 0px 20px 0px;
    margin: 0.625rem 0rem 1.25rem 0rem; }
    .services--list-block h3 a {
      display: inline-block;
      text-decoration: underline;
      color: #000000;
      font-size: 24px;
      font-size: 1.5rem; }
  .services--list-block a {
    color: #0059A4;
    text-decoration: none; }
    .services--list-block a:hover {
      color: #0059A4;
      text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .services--list-block a {
        font-size: 17px;
        font-size: 1.0625rem;
        text-decoration: underline; } }
  .services--list-block ul {
    list-style: none; }
  @media only screen and (max-width: 767px) {
    .services--list-block li {
      display: inline-block;
      padding-right: 10px;
      padding-right: 0.625rem; }
      .services--list-block li:not(:last-child):after {
        content: ',';
        color: #0059A4; } }
  @media only screen and (min-width: 768px) {
    .services--list-block li:before {
      content: "\f054";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 13px;
      font-size: 0.8125rem;
      color: #F37021;
      margin-right: 5px;
      margin-right: 0.3125rem; } }

.services--business {
  float: left;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
  min-height: 150px;
  min-height: 9.375rem;
  background-color: #f0f5fa;
  padding: 30px;
  padding: 1.875rem; }
  @media only screen and (min-width: 768px) {
    .services--business .business-list {
      -webkit-column-count: 2;
      column-count: 2; } }
  @media only screen and (min-width: 992px) {
    .services--business .business-list {
      -webkit-column-count: 3;
      column-count: 3; } }
  .services--business h3 {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem; }
  .services--business a {
    color: #0059A4 !important; }
  .services--business .column-3:first-child {
    padding-left: 30px;
    padding-left: 1.875rem; }

#services--expand-container {
  display: none; }

#services--expand-link {
  border: none;
  background: none;
  color: #0059A4;
  text-decoration: underline;
  padding: 0; }

#services--expand-link:focus {
  outline: 4px solid #FFCC33; }

.services--expand {
  float: left;
  cursor: pointer; }

/* Alert bar */
.alert-bar {
  background: #FFCC33;
  color: #000000; }

.alert-bar--inner {
  min-height: 50px;
  min-height: 3.125rem;
  margin: 0px 15px;
  margin: 0rem 0.9375rem;
  padding: 10px 0px;
  padding: 0.625rem 0rem;
  font-size: 17px;
  font-size: 1.0625rem; }
  @media only screen and (min-width: 1200px) {
    .alert-bar--inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media only screen and (max-width: 767px) {
    .alert-bar--inner {
      line-height: 25px;
      line-height: 1.5625rem; } }
  .alert-bar--inner i {
    font-size: 30px;
    font-size: 1.875rem;
    margin-right: 10px;
    margin-right: 0.625rem; }
    @media only screen and (max-width: 1199px) {
      .alert-bar--inner i {
        display: none; } }
  .alert-bar--inner strong {
    font-weight: 700;
    margin-right: 5px;
    margin-right: 0.3125rem; }
  .alert-bar--inner p {
    margin: 0; }
    @media only screen and (max-width: 1199px) {
      .alert-bar--inner p {
        display: block; } }
  .alert-bar--inner a {
    color: #000000;
    font-weight: 700;
    margin-left: 5px;
    margin-left: 0.3125rem; }
    @media only screen and (max-width: 1199px) {
      .alert-bar--inner a {
        margin-left: 0; } }

.alert-bar--left {
  padding-right: 60px;
  padding-right: 3.75rem; }
  @media only screen and (min-width: 1200px) {
    .alert-bar--left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.alert-bar--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto; }
  .alert-bar--right span {
    margin-left: 5px;
    margin-left: 0.3125rem; }
  @media only screen and (max-width: 1199px) {
    .alert-bar--right {
      position: absolute;
      bottom: 10px;
      bottom: 0.625rem;
      right: 5px;
      right: 0.3125rem; } }

/* Page headers */
.headers {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0; }
  .headers h1 {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: 700;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 50px;
    line-height: 3.125rem;
    color: #000000;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .headers h2 {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    color: #000000;
    margin-bottom: 35px;
    margin-bottom: 2.1875rem; }
  .headers .subheader {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #D8D8D8; }
  .headers .bhcc-underline:after {
    content: "";
    position: relative;
    display: block;
    height: 5px;
    height: 0.3125rem;
    width: 80px;
    width: 5rem;
    bottom: -13px;
    bottom: -0.8125rem;
    background-color: #F37021; }
  @media only screen and (max-width: 767px) {
    .headers h1 {
      font-size: 32px;
      font-size: 2rem;
      line-height: 38px;
      line-height: 2.375rem; }
    .headers h2 {
      font-size: 30px !important;
      line-height: 32px !important;
      font-size: 1.875rem !important;
      line-height: 2rem !important; }
    .headers .subheader {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem; } }

.content {
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.666%;
  display: block;
  float: left;
  padding: 0px 35px 35px 0px;
  padding: 0rem 2.1875rem 2.1875rem 0rem; }
  .content h1 {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: 700;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    color: #000000;
    margin-bottom: 35px;
    margin-bottom: 2.1875rem; }
  .content h2 {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: 700;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem;
    color: #000000;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    @media only screen and (max-width: 767px) {
      .content h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 1.875rem; } }
  .content h3 {
    font-weight: 700;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #000000;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .content .subheader {
    font-weight: 700;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #000000;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .content h4 {
    font-weight: 700;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #000000;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .content p {
    font-weight: 400;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #000000;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .content ul, .content ol {
    width: 100%;
    font-weight: 400;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #000000;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding-left: 35px;
    padding-left: 2.1875rem; }
  .content ol li, .content ul li {
    width: 100%;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    padding-left: 5px;
    padding-left: 0.3125rem; }
  .content .bhcc-underline:after {
    content: "";
    position: relative;
    display: block;
    height: 5px;
    height: 0.3125rem;
    width: 40px;
    width: 2.5rem;
    bottom: -7px;
    bottom: -0.4375rem;
    background-color: #F37021; }
  .content .list-checked {
    list-style-type: none;
    padding-left: 5px;
    padding-left: 0.3125rem; }
    .content .list-checked li:before {
      font-family: 'Font Awesome 5 Free';
      content: '\f00c';
      font-weight: 900;
      color: #008920;
      margin-right: 12px;
      margin-right: 0.75rem; }
  @media only screen and (max-width: 767px) {
    .content {
      width: 100%;
      margin-top: 20px;
      margin-top: 1.25rem;
      padding: 15px 15px 0px 0px;
      padding: 0.9375rem 0.9375rem 0rem 0rem; }
      .content h1 {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 30px;
        line-height: 1.875rem; }
      .content h2 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 26px;
        line-height: 1.625rem; }
      .content p, .content ul, .content ol {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 25px;
        line-height: 1.5625rem; }
      .content .section {
        margin-bottom: 20px;
        margin-bottom: 1.25rem; } }

.content-full {
  width: 100% !important; }

/* Sidebar */
.sidebar {
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3333%;
  display: block;
  float: left; }
  .sidebar a {
    text-decoration: none; }
  .sidebar h2 {
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #000000;
    margin: 0px 0px 35px 0px;
    margin: 0rem 0rem 2.1875rem 0rem; }
  .sidebar h4 {
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #000000;
    margin: 0px 0px 35px 0px;
    margin: 0rem 0rem 2.1875rem 0rem; }
  .sidebar .bhcc-underline:after {
    content: "";
    position: relative;
    display: block;
    height: 3px;
    height: 0.1875rem;
    width: 30px;
    width: 1.875rem;
    bottom: -10px;
    bottom: -0.625rem;
    background-color: #F37021; }
  .sidebar ul {
    list-style: none;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem; }
    .sidebar ul li {
      width: 100%;
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
  @media only screen and (max-width: 767px) {
    .sidebar {
      width: 100%;
      border-top: #e7e7e7 solid 1px;
      padding-top: 35px;
      padding-top: 2.1875rem; }
      .sidebar ul {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 26px;
        line-height: 1.625rem; }
      .sidebar h2 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 26px;
        line-height: 1.625rem; }
      .sidebar h4 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 26px;
        line-height: 1.625rem; } }

.sidebar .section {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem; }

.section {
  overflow: auto; }

.content .section {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

/* Call to action */
.cta-container {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #F4F4F4;
  padding: 30px 35px 0px 0px;
  padding: 1.875rem 2.1875rem 0rem 0rem; }
  @media only screen and (max-width: 767px) {
    .cta-container {
      padding-left: 15px;
      padding-left: 0.9375rem;
      padding-right: 15px;
      padding-right: 0.9375rem; } }

.cta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .cta-block {
      margin-left: 35px;
      margin-left: 2.1875rem; } }
  .cta-block h3 {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: 400;
    font-size: 25px;
    font-size: 1.5625rem;
    color: #000000;
    margin: 0; }

.cta-title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.cta-button {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px;
  padding: 0.8125rem;
  font-size: 18px;
  font-size: 1.125rem;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  color: white; }
  .cta-button:hover, .cta-button:focus {
    color: white;
    text-decoration: none; }
  .cta-button span {
    text-align: left;
    /* ie10 fix */
    width: -webkit-calc(100% - 13px);
    width: calc(100% - 13px);
    width: -webkit-calc(100% - 0.8125rem);
    width: calc(100% - 0.8125rem);
    padding-right: 5px;
    padding-right: 0.3125rem;
    display: block; }
  .cta-button:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-weight: 900;
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 2px;
    margin-top: 0.125rem; }
  .cta-button:focus {
    outline: 4px solid #FFCC33; }

.cta-green {
  background-color: #008920;
  border-bottom: 5px solid #006E1A; }
  .cta-green:hover {
    background-color: #006E1A;
    border-bottom: 5px solid #005815; }

.cta-blue {
  background-color: #0059A4;
  border-bottom: 5px solid #004783; }
  .cta-blue:hover {
    background-color: #004783;
    border-bottom: 5px solid #003969; }

.cta-orange {
  background-color: #F37021;
  border-bottom: 5px solid #d5580c; }
  .cta-orange:hover {
    background-color: #d5580c;
    border-bottom: 5px solid #a54409; }

@media only screen and (max-width: 767px) {
  .column-3:not(:last-child) .cta-block .cta-button {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; } }

.column-3 .cta-block .cta-button {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.cta-single {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 350px;
  width: 21.875rem; }
  @media only screen and (max-width: 539px) {
    .cta-single {
      width: 100%; } }

.cta-close {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 200px;
  width: 12.5rem; }
  @media only screen and (max-width: 539px) {
    .cta-close {
      width: 100%; } }
  .cta-close:after {
    content: "\f00d"; }

/* Bottom of page action */
.action-link-container {
  margin: 30px 0px 40px;
  margin: 1.875rem 0rem 2.5rem;
  font-size: 17px;
  font-size: 1.0625rem; }

.action-link {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem; }
  .action-link:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 900;
    display: inline-block;
    padding-right: 10px;
    padding-right: 0.625rem;
    color: black;
    text-decoration: underline; }
  .action-link:before {
    text-decoration: none; }

button.action-link {
  color: #0059A4;
  text-decoration: underline;
  background: none;
  border: none; }
  button.action-link:focus {
    padding: 5px 5px 10px 0px;
    padding: 0.3125rem 0.3125rem 0.625rem 0rem;
    outline: none;
    margin: 0; }
  button.action-link:disabled {
    color: #3399CC; }
  button.action-link:active, button.action-link:focus {
    padding: 1px 7px 2px 7px;
    padding: 0.0625rem 0.4375rem 0.125rem 0.4375rem; }

.action-link--inline {
  color: #008920; }
  .action-link--inline:hover {
    color: #6DB97F; }

.action-link--print:before {
  content: '\f02f'; }

.action-link--save:before {
  content: '\f0c7'; }

.action-link--share:before {
  content: '\f064'; }

.action-link--load:before {
  content: '\f0c7'; }

.action-link--expand-icon {
  color: #F37021;
  margin-right: 10px;
  margin-right: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem; }

.action-link--icon {
  color: #F37021;
  margin-right: 10px;
  margin-right: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem; }

/* Expandable information */
.expanded-info {
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 30px;
  padding: 1.875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  border-left: 8px solid #F37021;
  border-bottom: 2px solid #E8E8E8; }

/* Alert */
.bhcc-alert {
  display: table;
  width: 100%;
  padding: 10px;
  padding: 0.625rem;
  border: 5px solid;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-weight: bold;
  font-weight: 900 !important; }
  .bhcc-alert:before {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Font Awesome 5 Free';
    font-size: 40px;
    font-size: 2.5rem;
    width: 60px;
    width: 3.75rem;
    font-weight: 900 !important; }

.bhcc-alert-borderless {
  border: none;
  padding: 2px;
  padding: 0.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-weight: bold; }

.bhcc-alert-info {
  color: #000000 !important;
  border-color: #000000; }
  .bhcc-alert-info:before {
    content: '\f06a'; }

.bhcc-alert-warning {
  color: #D2232A !important;
  border-color: #D2232A; }
  .bhcc-alert-warning:before {
    content: '\f06a'; }

.bhcc-alert-failure {
  color: #D2232A !important;
  border-color: #D2232A; }
  .bhcc-alert-failure:before {
    content: '\f057'; }

.bhcc-alert-success {
  color: #008920 !important;
  border-color: #008920; }
  .bhcc-alert-success:before {
    content: '\f058'; }

/* Startpage */
.startpage h1 {
  font-size: 44px;
  font-size: 2.75rem; }
  @media only screen and (max-width: 767px) {
    .startpage h1 {
      font-size: 32px;
      font-size: 2rem; } }

.startpage .section {
  padding-top: 40px;
  padding-top: 2.5rem; }

/* Service hub / sub hub */
.servicehub--more {
  overflow: auto;
  padding: 30px 35px 30px 0;
  padding: 30px 35px 30px 0px;
  padding: 1.875rem 2.1875rem 1.875rem 0rem;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .servicehub--more h2 {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: 600;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }

.servicehub--status {
  overflow: auto; }
  .servicehub--status .fa-info-circle {
    position: absolute;
    left: 0;
    font-size: 35px;
    font-size: 2.1875rem;
    vertical-align: middle;
    margin-right: 10px;
    margin-right: 0.625rem; }
  .servicehub--status h2 {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 800;
    margin: 25px 0px;
    margin: 1.5625rem 0rem; }
  .servicehub--status h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    margin-top: 5px;
    margin-top: 0.3125rem;
    display: inline-block; }
  .servicehub--status p {
    font-weight: bold;
    display: inline; }
  .servicehub--status span {
    position: relative;
    padding-left: 50px;
    padding-left: 3.125rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    display: inline-block; }

.servicehub--update {
  overflow: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  background-color: #f0f5fa;
  padding: 20px;
  padding: 1.25rem; }
  .servicehub--update_inner {
    background: white;
    padding: 20px 30px 25px;
    padding: 1.25rem 1.875rem 1.5625rem; }
    @media only screen and (max-width: 767px) {
      .servicehub--update_inner {
        padding: 20px 20px 10px;
        padding: 1.25rem 1.25rem 0.625rem; } }
  .servicehub--update ul {
    display: table;
    width: 100%;
    list-style-type: none; }
    .servicehub--update ul:not(:last-child) {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .servicehub--update ul h2 {
      font-size: 25px;
      font-size: 1.5625rem;
      float: left;
      margin: 10px 0px;
      margin: 0.625rem 0rem;
      font-weight: 600;
      padding-right: 20px;
      padding-right: 1.25rem; }
      @media only screen and (max-width: 767px) {
        .servicehub--update ul h2 {
          float: none;
          margin: 10px 0px 0px;
          margin: 0.625rem 0rem 0rem; } }
    @media only screen and (max-width: 767px) {
      .servicehub--update ul {
        display: block;
        margin-bottom: 20px;
        margin-bottom: 1.25rem; } }
  .servicehub--update li {
    display: table-cell; }
    .servicehub--update li:first-child {
      width: 150px;
      width: 9.375rem;
      font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .servicehub--update li:last-child {
        width: 110px;
        text-align: right; } }
    @media only screen and (max-width: 767px) {
      .servicehub--update li {
        display: block; } }
  .servicehub--update .read-more {
    font-weight: bold;
    text-decoration: underline;
    white-space: nowrap; }
  .servicehub--update.striped ul:not(:last-child) {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
    padding-bottom: 1.25rem; }

.servicehub--contact {
  overflow: auto; }
  .servicehub--contact .contact-container {
    background: #F4F4F4;
    border-left: 5px solid #008920;
    padding: 20px 30px 15px;
    padding: 1.25rem 1.875rem 0.9375rem; }
    .servicehub--contact .contact-container h2 {
      margin: 0;
      padding-bottom: 15px;
      padding-bottom: 0.9375rem;
      font-weight: 600;
      font-size: 24px;
      font-size: 1.5rem; }
    .servicehub--contact .contact-container ul {
      font-weight: 700;
      list-style: none; }
      .servicehub--contact .contact-container ul span {
        width: 20px;
        width: 1.25rem;
        display: inline-block;
        text-align: center;
        padding-right: 10px;
        padding-right: 0.625rem; }
      .servicehub--contact .contact-container ul .fa {
        font-size: 15px;
        font-size: 0.9375rem; }
    .servicehub--contact .contact-container i {
      margin-right: 5px;
      margin-right: 0.3125rem;
      font-size: 18px;
      font-size: 1.125rem; }
    .servicehub--contact .contact-container p {
      font-size: 17px;
      font-size: 1.0625rem; }
  .servicehub--contact .sidebar {
    margin-top: 10px;
    margin-top: 0.625rem; }
    @media only screen and (min-width: 768px) {
      .servicehub--contact .sidebar {
        padding-left: 30px;
        padding-left: 1.875rem; } }
  .servicehub--contact .contact-top {
    overflow: auto;
    padding-bottom: 20px;
    padding-bottom: 1.25rem; }
    .servicehub--contact .contact-top .column-2 {
      padding-right: 30px;
      padding-right: 1.875rem; }
    .servicehub--contact .contact-top ul {
      margin-bottom: 15px;
      margin-bottom: 0.9375rem; }
    .servicehub--contact .contact-top h3 {
      margin: 0;
      font-weight: 700;
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 25px;
      line-height: 1.5625rem; }
  .servicehub--contact .opening-times {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 22px;
    line-height: 1.375rem; }
    @media only screen and (max-width: 767px) {
      .servicehub--contact .opening-times {
        margin-bottom: 30px;
        margin-bottom: 1.875rem; } }
  .servicehub--contact .contact-title {
    font-weight: 700;
    text-decoration: none; }
  .servicehub--contact .contact-address span {
    display: block;
    font-size: 17px; }
  .servicehub--contact .contact-bottom {
    padding-top: 15px;
    padding-top: 0.9375rem;
    border-top: 1px solid #D8D8D8; }
    .servicehub--contact .contact-bottom li {
      font-size: 17px;
      font-size: 1.0625rem;
      display: inline;
      margin-right: 10px;
      margin-right: 0.625rem; }
      @media only screen and (max-width: 539px) {
        .servicehub--contact .contact-bottom li {
          display: block; } }

.servicehub--link-block {
  position: relative;
  padding-left: 25px;
  padding-left: 1.5625rem;
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .servicehub--link-block {
      margin-left: 35px;
      margin-left: 2.1875rem; } }
  .servicehub--link-block i {
    position: absolute;
    left: 0;
    top: 2px;
    top: 0.125rem;
    width: 20px;
    width: 1.25rem;
    height: 100%;
    padding-right: 12px;
    padding-right: 0.75rem;
    color: #F37021;
    font-size: 19px;
    font-size: 1.1875rem;
    height: 100%; }
  .servicehub--link-block h3 {
    margin: 0;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 700; }
  .servicehub--link-block p {
    padding: 15px 0px;
    padding: 0.9375rem 0rem; }

.servicehub--link-section {
  overflow: auto;
  float: left;
  padding: 30px 0px;
  padding: 1.875rem 0rem;
  width: 100%; }
  .servicehub--link-section h2 {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: 700;
    margin-bottom: 35px;
    margin-bottom: 2.1875rem; }
  .servicehub--link-section:not(:last-child) {
    border-bottom: 1px solid #D8D8D8; }

.servicehub--link-slice {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.servicehub--link-list {
  margin-right: 50px;
  margin-right: 3.125rem; }
  @media only screen and (max-width: 767px) {
    .servicehub--link-list {
      margin-right: 10px;
      margin-right: 0.625rem; } }

.servicehub--link-more {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .servicehub--link-more {
      float: right; } }
  .servicehub--link-more i {
    color: #F37021;
    display: inline;
    font-size: 16px;
    font-size: 1rem;
    margin-right: 5px;
    margin-right: 0.3125rem; }

/* Footer */
.site-main-footer {
  background-color: #D5DBE0;
  padding: 50px 15px;
  padding: 3.125rem 0.9375rem;
  overflow: auto; }
  @media only screen and (max-width: 991px) {
    .site-main-footer {
      padding: 50px 15px 0px;
      padding: 3.125rem 0.9375rem 0rem; } }
  @media only screen and (max-width: 767px) {
    .site-main-footer {
      padding: 50px 0px 0px;
      padding: 3.125rem 0rem 0rem; } }
  .site-main-footer .footer-heading {
    display: block;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: bold;
    margin: 0px 0px 15px;
    margin: 0rem 0rem 0.9375rem; }
  .site-main-footer li {
    font-size: 15px;
    font-size: 0.9375rem; }

.site-footer-inner {
  margin: 0px 15px;
  margin: 0rem 0.9375rem; }

.footer-col ul {
  list-style: none; }
  .footer-col ul a {
    color: #000000; }

.footer-col:not(:first-child) {
  padding-left: 40px;
  padding-left: 2.5rem; }

@media only screen and (max-width: 991px) {
  .footer-col {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    padding-left: 0px !important; } }

@media only screen and (max-width: 767px) {
  .footer-col {
    width: 100%;
    margin-bottom: 50px;
    margin-bottom: 3.125rem; } }

@media only screen and (min-width: 992px) {
  .footer-right {
    float: right; } }

.footer-about {
  max-width: 350px;
  max-width: 21.875rem; }
  @media only screen and (min-width: 992px) {
    .footer-about li {
      display: inline;
      padding-right: 10px;
      padding-right: 0.625rem;
      white-space: nowrap; } }

@media only screen and (min-width: 992px) {
  .footer-contact {
    float: left;
    margin-right: 50px;
    margin-right: 3.125rem; } }

.footer-contact span {
  width: 20px;
  width: 1.25rem;
  display: inline-block;
  text-align: center;
  margin-right: 9px;
  margin-right: 0.5625rem; }

.footer-contact .fa-envelope {
  font-size: 15px;
  font-size: 0.9375rem; }

.footer-contact .fa-map-marker-alt {
  font-size: 17px;
  font-size: 1.0625rem;
  padding-left: 1px;
  padding-left: 0.0625rem; }

.footer-social {
  margin-top: 10px;
  margin-top: 0.625rem; }
  @media only screen and (max-width: 991px) {
    .footer-social {
      margin-top: 20px;
      margin-top: 1.25rem; } }
  @media only screen and (min-width: 992px) {
    .footer-social {
      float: left; } }
  .footer-social p {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    margin: 0; }
  .footer-social a:hover {
    color: white;
    background: #0059A4; }
  .footer-social .icon-social {
    display: inline-block;
    font-size: 22px;
    font-size: 1.375rem;
    padding: 7px;
    padding: 0.4375rem;
    text-align: center;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    border-radius: 5px;
    border-radius: 0.3125rem;
    background: #28292B;
    color: white !important; }

.site-sub-footer {
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
  line-height: 50px;
  line-height: 3.125rem;
  background-color: #28292B;
  color: white; }
  .site-sub-footer p {
    margin: 0;
    font-size: 15px;
    font-size: 0.9375rem; }

/* Page builder section */
.builder-section {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

/* Image with caption */
.image-wrapper {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  background: #373737; }

.image-with-caption {
  display: block;
  max-width: 800px;
  max-width: 50rem;
  margin: 0 auto; }

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

.image-with-caption .caption {
  position: absolute;
  bottom: 30px;
  bottom: 1.875rem;
  z-index: 2;
  height: 50px;
  height: 3.125rem;
  padding-left: 85px;
  padding-left: 5.3125rem; }

.image-with-caption .caption::before {
  content: "\f04b";
  position: absolute;
  left: 15px;
  left: 0.9375rem;
  background: #F37021;
  padding: 11px 0px 0px 15px;
  padding: 0.6875rem 0rem 0rem 0.9375rem;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  border-radius: 100px;
  border-radius: 6.25rem;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem; }

.image-with-caption .caption p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  line-height: 1.5625rem; }

.image-with-caption .caption p:first-child {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold; }

.image-with-caption::after {
  display: block;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#000));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #000 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
  margin-top: -150px;
  margin-top: -9.375rem;
  height: 150px;
  height: 9.375rem;
  width: 100%;
  content: ''; }

/* Fact boxes */
.fact-box {
  width: 100%;
  background-color: #f4f4f4;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding: 50px 15px;
  padding: 3.125rem 0.9375rem;
  border-bottom: 5px solid #A41055; }
  .fact-box p.fact-opening,
  .fact-box p.fact-closing {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    color: #000; }
  .fact-box p.fact {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: bold;
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 70px;
    line-height: 4.375rem;
    text-align: center;
    color: #0059a4; }
  .fact-box.fact-box-fade-red-blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#A41055), to(#0059A4));
    background: -webkit-linear-gradient(#A41055, #0059A4);
    background: linear-gradient(#A41055, #0059A4);
    border-color: #F37021; }
    .fact-box.fact-box-fade-red-blue p {
      color: #ffffff; }

/* Call out boxes */
.call-out-box {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  background-position: 50% 0;
  background-size: cover; }
  .call-out-box img {
    height: auto;
    width: 100%; }
  .call-out-box .call-out-content {
    padding: 30px; }
    @media only screen and (max-width: 767px) {
      .call-out-box .call-out-content {
        padding: 10px 0px 0px 15px;
        padding: 0.625rem 0rem 0rem 0.9375rem;
        padding: 20px 15px 30px;
        padding: 1.25rem 0.9375rem 1.875rem; } }
    .call-out-box .call-out-content h2, .call-out-box .call-out-content p {
      width: 50%; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .call-out-box .call-out-content h2, .call-out-box .call-out-content p {
          width: 60%; } }
      @media only screen and (max-width: 767px) {
        .call-out-box .call-out-content h2, .call-out-box .call-out-content p {
          width: 80%; } }
    .call-out-box .call-out-content h2 {
      font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 45px;
      line-height: 2.8125rem;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .call-out-box .call-out-content h2 {
          width: 90%;
          margin-bottom: 5px;
          margin-bottom: 0.3125rem;
          font-size: 32px;
          font-size: 2rem; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .call-out-box .call-out-content h2 {
          font-size: 38px; } }
    .call-out-box .call-out-content p {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 30px;
      line-height: 1.875rem;
      color: #ffffff; }
    .call-out-box .call-out-content .cta-button {
      max-width: 290px;
      max-width: 18.125rem; }

/* Box links */
.box-link {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .box-link a {
    text-decoration: none; }
    .box-link a img {
      width: 100%;
      height: auto;
      border-bottom: 5px solid #F37021; }
    .box-link a span {
      font-weight: bold; }
      .box-link a span::before {
        content: "\f054";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 13px;
        font-size: 0.8125rem;
        color: #F37021;
        margin-right: 5px;
        margin-right: 0.3125rem; }

/* Pull out quotes */
.pull-out-quote {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding: 40px 35px;
  padding: 2.5rem 2.1875rem;
  background: #f4f4f4;
  border-left: 5px solid #F37021; }
  .pull-out-quote p {
    color: #333333; }
  .pull-out-quote p.quote-footer {
    font-weight: bold;
    color: #000000; }

/* Responsive embed */
.responsive-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .responsive-container .responsive-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/* Responsive images */
img {
  max-width: 100%;
  height: auto; }

/* Overflow for infinite scroll container on Drupal */
#infinite-scroll--wrapper {
  overflow: auto;
  margin-bottom: 40px; }

/* Top stories */
.top-story {
  padding-bottom: 50px;
  padding-bottom: 3.125rem; }
  .top-story h2 {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: "Source Sans Pro", sans-serif; }

.top-story--title {
  border-bottom: 1px solid #D8D8D8;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 768px) {
    .top-story--title {
      overflow: auto; } }
  .top-story--title h3 {
    margin: 0;
    background: #A41055;
    padding: 13px 10px;
    padding: 0.8125rem 0.625rem; }
    @media only screen and (min-width: 768px) {
      .top-story--title h3 {
        float: left; } }
    .top-story--title h3 a {
      color: white;
      text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .top-story--title span {
      padding: 15px 0px;
      padding: 0.9375rem 0rem;
      display: block; } }
  @media only screen and (min-width: 768px) {
    .top-story--title span {
      float: left;
      line-height: 52px;
      line-height: 3.25rem;
      padding-left: 15px;
      padding-left: 0.9375rem;
      font-size: 22px; } }

.top-story--slice {
  text-align: justify;
  font-size: 0.1px;
  /* IE 9/10 fix */ }

.top-story--slice:after {
  content: '';
  width: 100%;
  /* Ensures justification for single lines */
  display: inline-block; }

.top-story--image {
  position: relative; }
  .top-story--image img {
    width: 100%; }
  .top-story--image.is-video i {
    position: absolute;
    bottom: 10px;
    bottom: 0.625rem;
    left: 10px;
    left: 0.625rem;
    border-radius: 50%;
    background: #F37021;
    text-align: center;
    color: white;
    font-size: 16px;
    font-size: 1rem;
    padding: 7px 0px 0px 2px;
    padding: 0.4375rem 0rem 0rem 0.125rem;
    width: 30px;
    width: 1.875rem;
    height: 30px;
    height: 1.875rem; }

.top-story--content {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: left; }
  .top-story--content h3 {
    margin: 0;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    @media only screen and (max-width: 767px) {
      .top-story--content h3 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 25px;
        line-height: 1.5625rem; } }
    .top-story--content h3 a {
      color: black;
      text-decoration: none; }
      .top-story--content h3 a:hover {
        text-decoration: underline; }

.top-story--block_3up {
  position: relative;
  width: 31%;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width: 540px) and (max-width: 767px) {
    .top-story--block_3up {
      width: 100%;
      width: 100%;
      float: left;
      padding-top: 10px;
      padding-top: 0.625rem; }
      .top-story--block_3up .top-story--subheading {
        margin-top: 0 !important; }
      .top-story--block_3up .top-story--image {
        width: 25%;
        float: right; }
      .top-story--block_3up .top-story--content {
        width: 70%; }
      .top-story--block_3up:not(:last-child) {
        margin-bottom: 25px;
        margin-bottom: 1.5625rem; }
      .top-story--block_3up ul {
        margin-bottom: 0; } }
  @media only screen and (max-width: 539px) {
    .top-story--block_3up {
      width: 100%;
      float: left;
      padding-top: 10px;
      padding-top: 0.625rem; }
      .top-story--block_3up:not(:last-child) {
        margin-bottom: 25px;
        margin-bottom: 1.5625rem; }
      .top-story--block_3up ul {
        margin-bottom: 0; } }
  .top-story--block_3up .top-story--subheading {
    margin-top: 10px;
    margin-top: 0.625rem; }

.top-story--grid {
  position: relative;
  overflow: auto;
  display: inline-block;
  margin-top: 25px;
  margin-top: 1.5625rem; }
  @media only screen and (min-width: 992px) {
    .top-story--grid .column-2-quarter:first-child {
      padding-right: 15px;
      padding-right: 0.9375rem; }
    .top-story--grid .column-2-quarter:last-child {
      padding-left: 15px;
      padding-left: 0.9375rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-story--grid .column-2-quarter:first-child {
      width: 100%;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .top-story--grid .column-2-quarter:last-child {
      width: 100%; }
      .top-story--grid .column-2-quarter:last-child > article {
        width: 50%; }
      .top-story--grid .column-2-quarter:last-child > article:first-child {
        padding-right: 15px;
        padding-right: 0.9375rem; }
      .top-story--grid .column-2-quarter:last-child > article:last-child {
        padding-left: 15px;
        padding-left: 0.9375rem; } }

.top-story--block_standard, .top-story--block_alt, .top-story--block_medium {
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-top: 0.625rem;
  position: relative;
  padding-top: 0; }
  .top-story--block_standard:not(:last-child), .top-story--block_alt:not(:last-child), .top-story--block_medium:not(:last-child) {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }
  .top-story--block_standard ul, .top-story--block_alt ul, .top-story--block_medium ul {
    margin-bottom: 0; }
  .top-story--block_standard h3, .top-story--block_alt h3, .top-story--block_medium h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem; }
    @media only screen and (max-width: 991px) {
      .top-story--block_standard h3, .top-story--block_alt h3, .top-story--block_medium h3 {
        font-size: 18px;
        font-size: 1.125rem; } }
  @media only screen and (max-width: 539px) {
    .top-story--block_standard .top-story--image, .top-story--block_alt .top-story--image, .top-story--block_medium .top-story--image {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; } }
  @media only screen and (min-width: 767px) {
    .top-story--block_standard .top-story--image, .top-story--block_alt .top-story--image, .top-story--block_medium .top-story--image {
      width: 50%; } }
  .top-story--block_standard .top-story--content, .top-story--block_alt .top-story--content, .top-story--block_medium .top-story--content {
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .top-story--block_standard .top-story--content, .top-story--block_alt .top-story--content, .top-story--block_medium .top-story--content {
        width: 50%; } }
  @media only screen and (min-width: 540px) and (max-width: 767px) {
    .top-story--block_standard .top-story--image, .top-story--block_alt .top-story--image, .top-story--block_medium .top-story--image {
      width: 25%;
      float: left; }
    .top-story--block_standard .top-story--content, .top-story--block_alt .top-story--content, .top-story--block_medium .top-story--content {
      width: 70%;
      margin-left: 3%; } }

.top-story--block_3up .top-story--image {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.top-story--block_standard .top-story--image {
  float: right; }

.top-story--block_standard .top-story--content {
  margin-left: 0; }

@media only screen and (min-width: 540px) {
  .top-story--block_alt .top-story--image {
    float: left; } }

@media only screen and (min-width: 768px) {
  .top-story--block_alt .top-story--image {
    padding-right: 20px;
    padding-right: 1.25rem; } }

.top-story--block_medium .top-story--image {
  float: right; }

.top-story--block_medium .top-story--content {
  margin-left: 0; }
  .top-story--block_medium .top-story--content p {
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .top-story--block_medium .top-story--image {
    width: 35%;
    float: right; }
  .top-story--block_medium .top-story--content {
    width: 60%; } }

.top-story--block_medium .top-story--meta {
  line-height: 0;
  margin-top: 15px;
  margin-top: 0.9375rem; }
  .top-story--block_medium .top-story--meta li {
    display: inline; }

.top-story--block_main {
  overflow: auto; }
  .top-story--block_main .top-story--image {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .top-story--block_main h3 {
    font-size: 28px !important;
    font-size: 1.75rem !important; }
    @media only screen and (max-width: 539px) {
      .top-story--block_main h3 {
        font-size: 22px !important;
        font-size: 1.375rem !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-story--block_main .top-story--image {
      width: 70%;
      float: left; }
    .top-story--block_main .top-story--content {
      width: 27%;
      float: right; } }

@media only screen and (max-width: 539px) {
  .top-story--block_main, .top-story--block_alt, .top-story--block_standard, .top-story--block_medium {
    margin-bottom: 10px !important;
    margin-bottom: 0.625rem !important; } }

@media only screen and (min-width: 540px) and (max-width: 767px) {
  .top-story--block_main, .top-story--block_alt, .top-story--block_standard, .top-story--block_medium {
    margin-bottom: 20px !important;
    margin-bottom: 1.25rem !important; } }

@media only screen and (max-width: 991px) {
  .content .top-story--block_3up, .content .top-story--block_main, .content .top-story--block_alt {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-top: 0.625rem; }
    .content .top-story--block_3up:not(:last-child), .content .top-story--block_main:not(:last-child), .content .top-story--block_alt:not(:last-child) {
      margin-bottom: 25px;
      margin-bottom: 1.5625rem; }
    .content .top-story--block_3up ul, .content .top-story--block_main ul, .content .top-story--block_alt ul {
      margin-bottom: 0; }
    .content .top-story--block_3up .top-story--image, .content .top-story--block_main .top-story--image, .content .top-story--block_alt .top-story--image {
      width: 25%;
      float: right; }
    .content .top-story--block_3up .top-story--content, .content .top-story--block_main .top-story--content, .content .top-story--block_alt .top-story--content {
      width: 70%; } }

@media only screen and (max-width: 767px) {
  .content .top-story--block_medium {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-top: 0.625rem; }
    .content .top-story--block_medium:not(:last-child) {
      margin-bottom: 25px;
      margin-bottom: 1.5625rem; }
    .content .top-story--block_medium ul {
      margin-bottom: 0; }
    .content .top-story--block_medium .top-story--image {
      width: 25%;
      float: right; }
    .content .top-story--block_medium .top-story--content {
      width: 70%; } }

.content .top-story--block_main:not(:last-child), .content .top-story--block_alt:not(:last-child), .content .top-story--block_medium:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem; }

@media only screen and (max-width: 991px) {
  .content .top-story--block_3up:not(:last-child) {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem; } }

.top-story--subheading {
  margin: 0px 0px 5px 0px;
  margin: 0rem 0rem 0.3125rem 0rem;
  display: inline-block; }
  .top-story--subheading span {
    float: left;
    padding: 3px 5px;
    padding: 0.1875rem 0.3125rem;
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    line-height: 10px;
    line-height: 0.625rem;
    color: white;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .top-story--subheading span {
        margin-right: 8px;
        margin-right: 0.5rem; } }
  .top-story--subheading .top-story--category {
    float: left;
    color: #0059A4; }
    .top-story--subheading .top-story--category:hover {
      text-decoration: underline; }

.top-story--tag {
  float: left;
  color: #990066;
  font-weight: bold;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-right: 10px;
  margin-right: 0.625rem; }

.top-story--category {
  line-height: 16px;
  line-height: 1rem;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  color: #0059A4; }

.top-story--meta {
  margin-top: 18px;
  margin-top: 1.125rem;
  padding-left: 0px !important; }
  .top-story--meta li {
    display: inline-block;
    padding-left: 0px !important;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 15px;
    line-height: 0.9375rem; }
    .top-story--meta li:not(:last-child) {
      margin-right: 10px;
      margin-right: 0.625rem; }
  .top-story--meta a {
    color: #0059A4;
    text-decoration: none; }
    .top-story--meta a:hover {
      text-decoration: underline; }

/* add to style.scss */
body {
  -webkit-font-smoothing: antialiased;
  -mos-osx-font-smoothing: grayscale; }

@media only screen and (max-width: 539px) {
  .visible-xxs {
    display: block; } }

@media only screen and (min-width: 540px) {
  .visible-xxs {
    display: none; } }

@media only screen and (max-width: 539px) {
  .hidden-xxxs {
    display: none; } }

@media only screen and (min-width: 540px) {
  .hidden-xxxs {
    display: block; } }

.highlight-1 {
  background: #F37021; }

.highlight-2 {
  background: #990066; }

.bhcc--link-list {
  font-weight: bold; }
  .bhcc--link-list li {
    margin-bottom: 15px !important;
    margin-bottom: 0.9375rem !important; }
    .bhcc--link-list li:before {
      content: "\f054";
      font-family: Font Awesome\ 5 Free;
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold;
      color: #F37021;
      margin-right: 5px;
      margin-right: 0.3125rem; }
  .bhcc--link-list a {
    font-size: 18px;
    font-size: 1.125rem; }

.content.content-right {
  padding: 0px 0px 35px 35px;
  padding: 0rem 0rem 2.1875rem 2.1875rem; }
  @media only screen and (max-width: 767px) {
    .content.content-right {
      padding: 0; } }

.newsroom--hero {
  background-color: #990066;
  background-image: url("../img/newsroom-hero.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 450px;
  background-size: 28.125rem;
  padding: 35px;
  padding: 2.1875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  color: white; }
  .newsroom--hero h1 {
    display: inline;
    margin: 0;
    font-size: 30px;
    font-size: 1.875rem; }
    @media only screen and (max-width: 767px) {
      .newsroom--hero h1 {
        font-size: 26px;
        font-size: 1.625rem; } }
    .newsroom--hero h1 a {
      color: white;
      text-decoration: none; }
  .newsroom--hero .newsroom--title {
    display: inline;
    margin: 0;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.1; }
    @media only screen and (max-width: 767px) {
      .newsroom--hero .newsroom--title {
        font-size: 26px;
        font-size: 1.625rem; } }
  .newsroom--hero-tagline {
    position: relative;
    display: inline;
    padding-left: 20px;
    padding-left: 1.25rem;
    margin-left: 15px;
    margin-left: 0.9375rem;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400; }
    .newsroom--hero-tagline:before {
      content: "";
      background: #F37021;
      position: absolute;
      bottom: 20%;
      left: 0;
      height: 60%;
      width: 2px;
      width: 0.125rem; }
  @media only screen and (max-width: 991px) {
    .newsroom--hero {
      padding: 15px;
      padding: 0.9375rem; }
      .newsroom--hero-tagline {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .newsroom--hero {
      background-image: none; } }
  @media only screen and (min-width: 768px) {
    .newsroom--hero .newsroom--search-toggle {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .newsroom--hero .newsroom--search-toggle {
      font-size: 17px;
      font-size: 1.0625rem;
      font-family: "Source Sans Pro", sans-serif;
      text-decoration: none;
      font-weight: bold;
      float: right;
      color: white; }
      .newsroom--hero .newsroom--search-toggle span {
        font-size: 15px;
        font-size: 0.9375rem;
        margin-left: 4px;
        margin-left: 0.25rem; } }
  @media only screen and (max-width: 767px) {
    .newsroom--hero .newsroom--search {
      display: none;
      padding: 0; } }
  @media only screen and (min-width: 768px) {
    .newsroom--hero .newsroom--search {
      display: none; } }

@media only screen and (max-width: 767px) {
  .newsroom--sidebar {
    border-top: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important; } }

@media only screen and (max-width: 767px) {
  .newsroom--article {
    padding-right: 0px !important; } }

.newsroom--article-image img {
  width: 100%; }

.newsroom--article-image .caption {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem; }
  .newsroom--article-image .caption span {
    font-weight: bold; }

.newsroom--article .newsroom--info {
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 17px;
  font-size: 1.0625rem; }

.newsroom--article .newsroom--date {
  display: inline; }

.newsroom--article .newsroom--category {
  display: inline;
  margin-left: 10px;
  margin-left: 0.625rem; }
  .newsroom--article .newsroom--category a {
    text-decoration: none;
    color: #0059A4; }
    .newsroom--article .newsroom--category a:hover {
      text-decoration: underline; }

.newsroom--article-body {
  margin-top: 20px;
  margin-top: 1.25rem; }

.newsroom--social h2 {
  margin: 0;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.newsroom--social li {
  display: inline;
  margin-right: 5px;
  margin-right: 0.3125rem; }

@media only screen and (max-width: 767px) {
  .newsroom--social {
    margin-top: 0; } }

.newsroom--search {
  padding: 30px 30px 40px;
  padding: 1.875rem 1.875rem 2.5rem;
  color: white;
  background: #990066; }
  @media only screen and (max-width: 767px) {
    .newsroom--search {
      padding: 30px 15px;
      padding: 1.875rem 0.9375rem; } }
  .newsroom--search h2 {
    margin: 0;
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-size: 30px;
    font-size: 1.875rem;
    color: white;
    line-height: 1.1;
    font-weight: 500; }
  .newsroom--search-input {
    margin-top: 20px; }
    .newsroom--search-input input, .newsroom--search-input label, .newsroom--search-input select {
      display: block; }
    .newsroom--search-input label {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 400;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .newsroom--search-input label {
          font-size: 20px !important;
          font-size: 1.25rem !important;
          margin-bottom: 10px !important;
          margin-bottom: 0.625rem !important; } }
    .newsroom--search-input input {
      height: 50px;
      height: 3.125rem;
      font-size: 18px;
      font-size: 1.125rem;
      border-radius: 0px; }
    .newsroom--search-input select {
      width: 100%;
      padding: 5px;
      padding: 0.3125rem;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1;
      border: 0;
      border-radius: 0px;
      height: 50px;
      height: 3.125rem;
      background: url("../img/down-arrow.png") no-repeat right white;
      -moz-appearance: none;
      /* Firefox */
      -webkit-appearance: none;
      /* Safari and Chrome */
      appearance: none; }
    @media screen and (min-width: 0\0) {
      .newsroom--search-input select {
        background: none\9;
        padding: 5px\9; } }
    .newsroom--search-input select::-ms-expand {
      display: none;
      /* remove default arrow on ie10 and ie11 */ }
    .newsroom--search-input .btn-default {
      color: white;
      background: #0059A4;
      border: #0059A4;
      padding: 16px;
      padding: 1rem;
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 0 !important;
      height: 50px; }
  .newsroom--search-main {
    padding: 20px 15px 15px !important;
    padding: 1.25rem 0.9375rem 0.9375rem !important; }
    .newsroom--search-main h1 {
      font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
      font-size: 30px;
      font-size: 1.875rem; }
  .newsroom--search .filters-show, .newsroom--search .filters-hide {
    color: white;
    font-weight: bold;
    margin-top: 25px;
    margin-top: 1.5625rem;
    display: block; }
    .newsroom--search .filters-show span, .newsroom--search .filters-hide span {
      margin-right: 5px;
      margin-right: 0.3125rem; }
    .newsroom--search .filters-show:focus, .newsroom--search .filters-hide:focus {
      outline: none !important; }
  @media only screen and (min-width: 767px) {
    .newsroom--search .filters-show {
      display: none; } }
  .newsroom--search .filters-hide {
    display: none; }
    @media only screen and (min-width: 767px) {
      .newsroom--search .filters-hide {
        display: block; } }
  .newsroom--search .filters-group {
    background: white;
    padding: 0px 10px 10px 10px;
    padding: 0rem 0.625rem 0.625rem 0.625rem;
    margin-top: 10px;
    margin-top: 0.625rem; }
    @media only screen and (max-width: 767px) {
      .newsroom--search .filters-group {
        display: none; } }
  .newsroom--search .filters-item {
    padding: 15px 0px;
    padding: 0.9375rem 0rem; }
    .newsroom--search .filters-item:not(:last-child) {
      border-bottom: 1px solid #D8D8D8; }
    .newsroom--search .filters-item span {
      font-size: 22px;
      font-size: 1.375rem;
      color: #F37021;
      padding-bottom: 2px;
      padding-bottom: 0.125rem;
      margin-right: 7px;
      margin-right: 0.4375rem;
      vertical-align: middle; }
    .newsroom--search .filters-item a {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: bold;
      display: block;
      color: #0059A4; }

.newsroom--search-results {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .newsroom--search-results h2 {
    margin-top: -5px;
    margin-top: -0.3125rem; }
    @media only screen and (max-width: 767px) {
      .newsroom--search-results h2 {
        font-size: 25px;
        font-size: 1.5625rem; } }
  .newsroom--search-results_stat {
    display: block;
    margin-bottom: 40px !important;
    margin-bottom: 2.5rem !important; }
    .newsroom--search-results_stat a {
      color: #008920;
      font-weight: bold;
      text-decoration: none; }
      .newsroom--search-results_stat a:hover {
        text-decoration: underline; }
  .newsroom--search-results .newsroom--search-input {
    margin-top: 0; }
  .newsroom--search-results label {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bold; }
  .newsroom--search-results .newsroom--search {
    padding-bottom: 15px;
    padding-bottom: 0.9375rem; }
  .newsroom--search-results .filters-group a {
    padding-left: 4px;
    padding-left: 0.25rem; }
  .newsroom--search-results .filters-group ul {
    margin-top: 25px;
    margin-top: 1.5625rem; }
  .newsroom--search-results .filters-group li {
    display: block;
    position: relative;
    font-size: 22px;
    font-size: 1.375rem; }
    .newsroom--search-results .filters-group li:last-child {
      margin-bottom: 0px; }
    .newsroom--search-results .filters-group li input[type=checkbox] {
      width: 25px;
      width: 1.5625rem;
      height: 25px;
      height: 1.5625rem;
      top: 0px;
      left: 0px;
      position: absolute;
      opacity: 0; }
    .newsroom--search-results .filters-group li input[type=checkbox]:checked ~ label:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f00c';
      height: 25px;
      height: 1.5625rem;
      width: 25px;
      width: 1.5625rem;
      border: 1px solid #008920;
      color: #008920;
      display: block;
      position: absolute;
      left: 0px;
      padding: 2px 3px;
      padding: 0.125rem 0.1875rem; }
  .newsroom--search-results .filters-group label {
    position: relative;
    color: black;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-top: 2px;
    padding-top: 0.125rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    .newsroom--search-results .filters-group label:before {
      content: '';
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      height: 25px;
      height: 1.5625rem;
      width: 25px;
      width: 1.5625rem;
      border: 2px solid #D8D8D8; }
  .newsroom--search-results .filters-group fieldset {
    padding: 0; }
  .newsroom--search-results .filters-group legend {
    border: none;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
    .newsroom--search-results .filters-group legend > span {
      color: black;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: bold; }
  .newsroom--search-results .filters-group .date-select {
    text-align: justify; }
  .newsroom--search-results .filters-group .date-select:first-child {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .newsroom--search-results .filters-group .date-input:after {
    content: '';
    width: 100%;
    /* Ensures justification for single lines */
    display: inline-block; }
  .newsroom--search-results .filters-group .date-input input {
    position: relative;
    width: 30%;
    display: inline-block;
    color: black;
    height: 45px;
    height: 2.8125rem;
    padding: 5px;
    padding: 0.3125rem; }
  .newsroom--search-results .filters-group .cta-button {
    padding: 15px 15px 15px !important;
    padding: 0.9375rem 0.9375rem 0.9375rem !important;
    font-size: 21px;
    font-size: 1.3125rem;
    border: 0;
    border-bottom: 5px solid #004783; }
    .newsroom--search-results .filters-group .cta-button:hover {
      background-color: #004783;
      border-bottom: 5px solid #003969; }

.top-story--newsroom {
  padding-bottom: 20px !important;
  padding-bottom: 1.25rem !important;
  border-bottom: 1px solid #D8D8D8; }
  @media only screen and (max-width: 767px) {
    .top-story--newsroom {
      padding-bottom: 10px !important;
      padding-bottom: 0.625rem !important; } }
  .top-story--newsroom h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-top: 20px;
    margin-top: 1.25rem; }
    @media only screen and (max-width: 991px) {
      .top-story--newsroom h3 {
        margin-top: 0px; } }
  .top-story--newsroom p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
    margin-bottom: 0; }

.bhcc--callout {
  padding-top: 5px;
  padding-top: 0.3125rem;
  position: relative;
  overflow: hidden; }
  .bhcc--callout-inner {
    background: #F4F4F4; }
    .bhcc--callout-inner:before {
      content: '';
      position: absolute;
      background: white;
      height: 15px;
      height: 0.9375rem;
      width: 100%; }
  .bhcc--callout-title {
    padding: 10px;
    padding: 0.625rem;
    padding-top: 0px;
    width: 80%; }
  .bhcc--callout-title .highlight {
    position: relative;
    display: inline;
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-size: 24px;
    font-size: 1.5rem;
    background: #990066;
    color: white;
    line-height: 33px;
    line-height: 2.0625rem;
    padding: 5px;
    padding: 0.3125rem;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-box-shadow: 10px 0 0 #990066, -10px 0 0 #990066;
    box-shadow: 10px 0 0 #990066, -10px 0 0 #990066; }
  .bhcc--callout-content {
    position: relative;
    margin-top: -20px;
    margin-top: -1.25rem;
    padding: 35px 40px 40px 40px;
    padding: 2.1875rem 2.5rem 2.5rem 2.5rem; }
    @media only screen and (max-width: 767px) {
      .bhcc--callout-content {
        padding: 35px 20px 20px 20px;
        padding: 2.1875rem 1.25rem 1.25rem 1.25rem; } }
    .bhcc--callout-content ul {
      list-style: none;
      padding-left: 0;
      font-size: 18px;
      font-size: 1.125rem; }
    .bhcc--callout-content span {
      width: 20px;
      width: 1.25rem;
      text-align: center;
      margin-right: 10px;
      margin-right: 0.625rem; }
    .bhcc--callout-content img {
      width: 100%;
      margin: 10px 0px;
      margin: 0.625rem 0rem; }
    .bhcc--callout-content p {
      font-size: 18px;
      font-size: 1.125rem; }
    .bhcc--callout-content .internal-link, .bhcc--callout-content .external-link {
      font-weight: bold;
      text-decoration: none; }
  .bhcc--callout-link {
    font-size: 22px;
    font-size: 1.375rem;
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    display: block; }
    .bhcc--callout-link:hover {
      color: black;
      text-decoration: underline; }

.bhcc--pull {
  padding: 30px;
  padding: 1.875rem;
  background: #F4F4F4;
  overflow: auto; }
  @media only screen and (max-width: 767px) {
    .bhcc--pull {
      padding: 20px 30px;
      padding: 1.25rem 1.875rem; } }
  .bhcc--pull img {
    width: 100%; }
  .bhcc--pull h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .bhcc--pull p {
    margin-bottom: 0; }
  .bhcc--pull.pink-left {
    border-left: 5px solid #990066; }
  .bhcc--pull.blue-left {
    border-left: 5px solid #0059A4;
    background: #f0f5fa; }
  .bhcc--pull.orange-left {
    border-left: 5px solid #F37021; }
  .bhcc--pull.pink-bottom {
    border-bottom: 5px solid #990066; }
  .bhcc--pull.blue-bottom {
    border-bottom: 5px solid #0059A4; }
  .bhcc--pull.orange-bottom {
    border-bottom: 5px solid #F37021; }
  .bhcc--pull-container {
    display: table;
    float: left; }
  .bhcc--pull-icon {
    display: table-cell;
    width: 80px;
    width: 5rem;
    height: 100%;
    padding-right: 20px;
    padding-right: 1.25rem; }
    .bhcc--pull-icon img {
      width: 100%;
      min-width: 50px;
      min-width: 3.125rem; }
  .bhcc--pull-content {
    display: table-cell;
    vertical-align: top; }
    .bhcc--pull-content h2 {
      float: left;
      font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
      margin: 0;
      margin-bottom: 5px;
      margin-bottom: 0.3125rem;
      font-size: 32px;
      font-size: 2rem;
      font-weight: 500;
      line-height: 1.1; }
    .bhcc--pull-content p {
      clear: left; }
  .bhcc--pull .cta-single {
    float: right;
    height: 55px;
    height: 3.4375rem;
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 10px !important;
    margin-top: 0.625rem !important; }
    @media only screen and (max-width: 991px) {
      .bhcc--pull .cta-single {
        width: 100%;
        margin-top: 20px !important;
        margin-top: 1.25rem !important; } }
  .bhcc--pull-stat {
    text-align: center; }
    .bhcc--pull-stat span {
      display: block;
      font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
      color: #0059A4;
      font-size: 75px;
      font-size: 4.6875rem;
      padding: 20px 0px 25px;
      padding: 1.25rem 0rem 1.5625rem; }
      @media only screen and (max-width: 767px) {
        .bhcc--pull-stat span {
          font-size: 46px;
          font-size: 2.875rem; } }
    .bhcc--pull-stat p {
      margin: 0;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: bold; }
  .bhcc--pull-quote .quote:before, .bhcc--pull-quote .quote:after {
    content: '"'; }
  .bhcc--pull-quote .author {
    font-weight: bold;
    margin-bottom: 0; }
    .bhcc--pull-quote .author:before {
      content: '- '; }
  .bhcc--pull .external-link {
    display: block;
    font-weight: bold;
    margin-top: 15px;
    margin-top: 0.9375rem; }

.bhcc--pull_councillor {
  padding: 10px 15px 13px 20px !important;
  padding: 0.625rem 0.9375rem 0.8125rem 1.25rem !important; }
  .bhcc--pull_councillor img {
    display: inline-block;
    width: 80px;
    width: 5rem;
    margin-top: -8px;
    margin-top: -0.5rem;
    margin-left: 15px;
    margin-left: 0.9375rem; }
    @media only screen and (max-width: 991px) {
      .bhcc--pull_councillor img {
        display: none; } }
  .bhcc--pull_councillor p {
    display: inline-block;
    margin-left: 35px;
    margin-left: 2.1875rem;
    font-weight: bold;
    padding-top: 15px;
    padding-top: 0.9375rem;
    font-size: 21px;
    font-size: 1.3125rem; }
    @media only screen and (max-width: 991px) {
      .bhcc--pull_councillor p {
        display: block;
        padding-top: 5px;
        padding-top: 0.3125rem; } }
    @media only screen and (max-width: 1199px) {
      .bhcc--pull_councillor p {
        font-size: 18px;
        font-size: 1.125rem;
        margin-left: 0px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .bhcc--pull_councillor p {
        margin-left: 25px;
        margin-left: 1.5625rem; } }
  .bhcc--pull_councillor .site-search {
    width: 350px;
    width: 21.875rem;
    border: 1px solid #D8D8D8;
    margin-top: 3px;
    margin-top: 0.1875rem; }
    @media only screen and (max-width: 1199px) {
      .bhcc--pull_councillor .site-search {
        float: none;
        width: 100%; } }
    .bhcc--pull_councillor .site-search .btn {
      background: #0059A4 !important;
      border: 2px solid #0059A4 !important; }
    .bhcc--pull_councillor .site-search input:focus {
      outline: 2px solid #FFCC33;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .bhcc--pull_councillor .form-control {
    -webkit-box-shadow: none;
    box-shadow: none; }

.sidebar .cta-single {
  width: 100%;
  margin-top: 20px !important;
  margin-top: 1.25rem !important; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar .bhcc--pull {
    padding: 30px 20px;
    padding: 1.875rem 1.25rem; }
  .sidebar .bhcc--pull-icon {
    display: none; }
  .sidebar .bhcc--callout-content {
    padding: 50px 20px 30px;
    padding: 3.125rem 1.25rem 1.875rem; } }

/* Directories */
/* Directory Listing page */
.directory-listing-wrapper {
  padding-top: 32px; }

.directory-listing-search {
  background-color: #f4f4f4;
  padding: 20px 18px; }
  .directory-listing-search select {
    border-radius: 0px; }

.directory-listing-search label {
  display: block; }

.directory-listing-content h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  color: #000000; }

.directory-listing-search label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #000000; }

@media only screen and (max-width: 767px) {
  .directory-listing-search label {
    font-size: 21px;
    line-height: 21px; } }

.directory-listing-content h2 {
  margin-bottom: 30px; }

.directory-listing-search label {
  margin-bottom: 7px; }

.directory-listing-search .sub-label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  line-height: 28px;
  font-weight: normal; }

@media only screen and (min-width: 767px) {
  .directory-listing-wrapper .directory-listing-content {
    padding-left: 35px; } }

.directory-listing-search input[type=text],
.directory-listing-search select {
  width: 100%;
  margin-bottom: 22px;
  padding: 13.5px;
  border: 1px solid #dddddd; }

@media only screen and (max-width: 767px) {
  .directory-listing-search input[type=text],
  .directory-listing-search select {
    margin-bottom: 15px; } }

.directory-listing-search input[type=text]:focus,
.directory-listing-search select:focus,
.directory-listing-search .form-submit:focus {
  outline: 4px solid #FFCC33; }

.directory-listing-search select {
  background: white url(../img/black-arrow.png) no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 13.5px 63.5px 13.5px 13.5px; }

.directory-listing-search select::-ms-expand {
  display: none; }

.directory-listing-search .form-submit {
  border: 0px;
  padding: 11px;
  font-size: 20px;
  width: 100%;
  background-color: #008920;
  border-bottom: 5px solid #006E1A;
  color: white;
  font-weight: 700;
  text-align: left;
  position: relative; }

.directory-listing-search .form-submit:hover {
  background-color: #006E1A;
  border-bottom: 5px solid #005815; }

.directory-listing-search .form-submit:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f002';
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  top: 12px;
  right: 15px; }

#directory-find-what::-webkit-input-placeholder {
  font-weight: 700;
  font-style: italic;
  color: #555555;
  opacity: 1; }

#directory-find-what::-ms-input-placeholder {
  font-weight: 700;
  font-style: italic;
  color: #555555;
  opacity: 1; }

#directory-find-what::placeholder {
  font-weight: 700;
  font-style: italic;
  color: #555555;
  opacity: 1; }

.directory-listing-content ul {
  list-style: none;
  margin: 26px 0;
  padding-left: 0px; }

.directory-listing-content ul li {
  padding-left: 5px;
  font-size: 19px;
  line-height: 29px; }

@media only screen and (max-width: 767px) {
  .directory-listing-content ul li {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
    line-height: 1.5625rem; } }

.directory-contact span {
  width: 20px;
  margin-right: 20px; }

.directory-listing-content a.external-link {
  color: #008920; }

.directory-listing-content a.external-link:hover {
  color: #6DB97F; }

.directory-listing-content a.external-link:focus {
  color: #6DB97F;
  padding: 0; }

.directory-listing-content a.external-link:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  font-weight: 900;
  display: inline-block;
  font-size: 13px;
  padding-left: 5px;
  text-decoration: underline; }

.directory-contact a.external-link:after {
  content: none; }

.directory-listing-content a.external-link:after {
  text-decoration: none; }

.directory-listing-content p {
  margin-bottom: 28px;
  line-height: 25px;
  line-height: 1.5625rem; }

.directory-listing-content h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  color: #000000;
  margin: 35px 0 14px 0; }

.directory-listing-content .accessibility {
  padding-left: 5px; }

.accessibility .checked:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  font-weight: 900;
  color: #008920;
  margin-right: 12px;
  width: 20px;
  display: inline-block; }

.accessibility .crossed:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00d';
  font-weight: 900;
  color: #d2252b;
  margin-right: 12px;
  width: 20px;
  display: inline-block; }

.directories-back-results {
  margin-bottom: 44px; }

.directories-back-results a {
  font-size: 21px;
  font-weight: 700; }

.directories-back-results span {
  padding-right: 12px;
  color: #F37021;
  font-size: 19px;
  width: 20px; }

.directory-result {
  padding-bottom: 4px;
  border-bottom: 1px solid #eee; }

.directory-result h2 {
  margin: 23px 0 14px 0; }

.directory-result h2 a {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px; }

@media only screen and (max-width: 767px) {
  .directory-result h2 a {
    font-size: 18px;
    line-height: 24px; } }

.directory-result p {
  margin-bottom: 12px; }

@media only screen and (max-width: 767px) {
  .directory-result p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 4px; } }

.directory-result ul {
  list-style: none;
  margin: 12px 0; }

.directory-result ul li {
  font-size: 17px;
  line-height: 34px; }

@media only screen and (max-width: 767px) {
  .directory-result ul {
    margin: 4px 0; }
  .directory-result ul li {
    font-size: 16px;
    line-height: 30px; } }

.directory-show-more {
  margin-top: 25px;
  margin-bottom: 25px; }

@media only screen and (max-width: 767px) {
  .directory-show-more {
    margin-bottom: 0px; } }

.directory-show-more a {
  font-size: 20px;
  font-weight: 700; }

.directory-show-more span {
  padding-left: 5px;
  color: #F37021;
  font-size: 19px;
  width: 20px;
  margin-right: 20px; }

.directories-header-wrapper {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee; }

.directories-results-header p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px; }

@media only screen and (max-width: 767px) {
  .directories-results-header p {
    font-size: 17px; }
  .directories-sort-by label {
    font-size: 17px;
    line-height: 28px; } }

.directories-results-search-term {
  color: #008920;
  font-weight: bold; }

.directories-sort-by {
  text-align: right; }

.directories-sort-by label {
  margin-right: 8px; }

.directories-sort-by select {
  padding: 7px;
  border-radius: 4px;
  width: 197px;
  border: 1px solid #dddddd; }

.directories-hide-map a {
  font-weight: bold;
  text-decoration: none; }

.directories-hide-map .fas {
  color: #000000; }

.directories-hide-map .hide-map,
.directories-hide-map .show-map {
  text-decoration: underline;
  cursor: pointer; }

.directories-map {
  margin-top: 18px;
  padding-bottom: 13px; }

.directories-hide-map .hide-map {
  display: inline; }

.directories-hide-map .show-map {
  display: none; }

.directories-map {
  display: block; }

@media only screen and (max-width: 767px) {
  .directories-hide-map .hide-map {
    display: none; }
  .directories-hide-map .show-map {
    display: inline; }
  .directories-map {
    display: none; } }

.facet-filter {
  background-color: #e5eef7;
  padding: 0px 9px;
  margin-bottom: 11px; }

h2.facet-filter-header {
  font-weight: normal;
  font-size: 19px;
  margin-top: 39px;
  line-height: 28px; }

.facet-filter h3 {
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  margin: 0px; }

.facet-filter h3 a,
.facet-filter h3 a:visited {
  color: #000000;
  text-decoration: none;
  display: block; }

.facet-filter h3 span {
  padding-left: 5px;
  color: #F37021;
  font-size: 19px;
  width: 20px;
  margin-right: 10px; }

.facet-filter .checkbox-wrapper {
  display: none; }

.facet-filter .checkbox-wrapper.open {
  padding-bottom: 9px; }

.facet-filter .collapsed {
  padding-bottom: 0px; }

.facet-filter-checkboxes {
  list-style: none;
  font-size: 17px;
  background-color: #fff;
  padding: 0 12px; }

.facet-filter-checkboxes li {
  border-bottom: 1px solid #eee;
  padding-top: 5px;
  position: relative; }

.facet-filter-checkboxes li:last-child {
  border-bottom: 0px; }

.facet-filter-checkboxes label {
  padding-left: 30px; }

.facet-filter-checkboxes label:before {
  content: '';
  height: 20px;
  width: 20px;
  border: 1px solid #eee;
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  font-family: Font Awesome\ 5 Free;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  font-size: 15px;
  padding-top: 1px; }

.facet-filter-checkboxes input[type=checkbox] {
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0; }

.facet-filter-checkboxes input[type=checkbox]:checked ~ label:before {
  content: '\f00c';
  height: 20px;
  width: 20px;
  border: 1px solid #34ad5d;
  color: #34ad5d;
  display: block;
  position: absolute;
  top: 10px;
  left: 0px; }

.directories-hide-filters {
  margin-top: 15px;
  font-size: 18px;
  line-height: 28px; }

@media only screen and (max-width: 767px) {
  .directories-hide-filters {
    font-size: 17px; } }

.directories-hide-filters a {
  font-weight: bold;
  text-decoration: none; }

.directories-hide-filters .fas,
.directories-hide-map .fas {
  color: #000000;
  padding-right: 5px; }

.directories-hide-filters .hide-filters,
.directories-hide-filters .show-filters {
  text-decoration: underline;
  cursor: pointer; }

.directories-filters {
  margin-top: 18px;
  padding-bottom: 13px; }

.directories-hide-filters .hide-filters {
  display: inline; }

.directories-hide-filters .show-filters {
  display: none; }

.filter-wrapper {
  display: block; }

@media only screen and (max-width: 767px) {
  .directories-hide-filters .hide-filters {
    display: none; }
  .directories-hide-filters .show-filters {
    display: inline; }
  .filter-wrapper {
    display: none; } }

.ol-overlay-container .popup {
  width: 260px;
  height: 160px;
  padding: 16px;
  background-color: #fff;
  position: absolute;
  top: -207px;
  left: -130px;
  z-index: 99;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.ol-overlay-container .popup h2 {
  margin-bottom: 0px; }

.ol-overlay-container .popup h2 a {
  font-size: 18px;
  line-height: 24px; }

.ol-overlay-container .popup p,
.ol-overlay-container .popup li {
  font-size: 15px;
  line-height: 26px; }

.ol-overlay-container .popup p,
.ol-overlay-container .popup ul {
  margin: 0px; }

@media only screen and (max-width: 767px) {
  .ol-overlay-container .popup h2 a {
    font-size: 17px;
    line-height: 22px; } }

.ol-overlay-container .popup:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #fff;
  bottom: -11px;
  position: absolute;
  left: 119px;
  z-index: 199; }

.ol-overlay-container .marker {
  width: 25px;
  height: 30px;
  background-color: transparent;
  background-image: url(../img/black_orange.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 0 -11px;
  background-origin: border-box;
  cursor: pointer; }

.ol-control {
  z-index: 999; }

.ol-overlay-container .marker.selected {
  background-position: -25px -11px; }

.skip-link {
  font-size: 15px;
  line-height: 30px;
  padding-right: 5px;
  display: inline-block; }

.skip-link i {
  float: left;
  display: inline-block;
  line-height: 30px;
  font-size: 15px;
  color: #555;
  margin: 0 8px 0 15px; }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal; }

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto; }
