/*
$custom-select-padding-y:           $input-btn-padding-y;
$custom-select-padding-x:           $input-btn-padding-x;
$custom-select-indicator-padding:   1rem; // Extra padding to account for the presence of the background-image based indicator
$custom-select-bg-size:             12px 7px; // In pixels because image dimensions
$custom-select-box-shadow:          none;
$custom-select-indicator-color:     $brand-blue;
$custom-select-indicator:           url("../icons/sprite.svg");
$custom-select-background:          escape-svg($custom-select-indicator) no-repeat $custom-select-padding-x center / $custom-select-bg-size; // Used so we can have multiple background elements (e.g., arrow and feedback icon)
*/
.page-header-component {
  text-align: center;
  line-height: 1.57;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .page-header-component--border-bottom {
    border-bottom: 1px solid #ccc; }
  .page-header-component__title {
    font-family: "Palatino Nova", Palatino, serif;
    font-weight: 700;
    color: #071D49;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 1.8125rem;
    text-transform: uppercase; }
  .page-header-component__subtitle {
    font-weight: 700;
    font-style: italic;
    color: #071D49;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 1.75rem; }
  .page-header-component__description {
    margin: 0; }
  .page-header-component__divider {
    background-color: #707070;
    display: block;
    height: 2px;
    margin: 20px auto;
    width: 100px; }
