html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "niveau-grotesk";
  font-family: "mr-eaves-modern";
  font-size: 15px;
  font-size: 22px;
  color: #636363;
  background: #FFFFFF;
}

body.logged-in {
  padding-top: 29px;
}

a:link,
a:visited {
  color: #13c0d7;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
  cursor: pointer;
}

p {
  margin-top: 0;
}



.blue-wood-panels {
  background: transparent url('../images/blue-wood-panels.jpg') top left repeat;
}

.views-filter-bg {
  background: #F1EDF0 url('../images/views-filter-bg.gif') top left repeat-x;
}

.gray-border-top {
  border-top: solid 10px #CCC8CA;
  background: #F1EDF0;
}

.gray {
  background: #F1EDF0;
}

.beige {
  background: #E7E1D0;
}

.angle {
  position: absolute;
  top: 0;
  height: 0;
}

.angle-left-35 {
  left: 0;
  border-top: solid 35px #EEEEEE;
  border-left: solid 35px #FFFFFF;  
}

h1#page-title {
  margin: 10px 0;
  font-family: "league-gothic", sans-serif;
  font-size: 42px;
  font-weight: normal;
  color: #7A2949;
}

h1.title {
  padding-left: 2%;
}
h3 {
  margin: 10px 0;
  font-size: 18px;
}

.divider {
  position: absolute;
  top: 0;
  right: 5px;
  width: 1px;
  height: 260px;
  border-right: solid 1px #63869E;
}

body.html .button-set,
body.html .button-set li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.label {
  font-weight: 700;
}

.relative {
  position: relative;
}

/**
 * Map pointers
 */
.point-wrapper {
  border-top-width: 24px;
  width: 24px;
  height: 30px;
}

.point-wrapper .left {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: -6px;
  width: 16px;
  height: 30px
}

.point-wrapper .right {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 10px;
  width: 16px;
  height: 30px;
}

.point-wrapper .point {
  position: absolute;
  height: 24px;
  width: 10px;
}

.point-wrapper .left .point {
  top: 0;
  left: 6px;
  background-color: rgb(255, 255, 255);
  -webkit-transform: skewX(22.6deg);
  -webkit-transform-origin: 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;
}

.point-wrapper .right .point {
  top: 0px;
  left: 0px;
  background-color: rgb(255, 255, 255);
  -webkit-transform: skewX(-22.6deg);
  -webkit-transform-origin: 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;
}

.relative {
  position: relative;
}

/**
 *  Banner titles
 */
.contextual-title {
  position: relative;
  z-index: 1;
}

.contextual-title image {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2
}

.contextual-title h1#page-title {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #FFFFFF;
  z-index: 3;
}

.contextual-title .seal {
  z-index: 4;
}

.bars-header {
  text-align: center;
  font-size: 32px;
  color: #81746E;
}

.bars-header .bars {
  position: relative;
  top: -10px;
  display: inline-block;
  width: 47px;
  height: 1px;
  border-bottom: 1px solid #81746E;
  margin: 0 5px;
}


.icon-set li {
  float: left;
  margin-right: 30px;
}

.icon,
.icon:link,
.icon:visited {
  display: block;
  text-indent: -999em;
}

.icon-twitter {
  width: 40px;
  height: 40px;
  background: transparent url('../images/bhp-icons.png') top left no-repeat;
}

.icon-facebook {
  width: 40px;
  height: 40px;
  background: transparent url('../images/bhp-icons.png') -40px 0 no-repeat;
}

.icon-eho {
  width: 49px;
  height: 50px;
  background: transparent url('../images/bhp-icons.png') -81px 0 no-repeat;
}

.icon-accessible {
  width: 40px;
  height: 40px;
  margin-top: 7px;
  background: transparent url('../images/bhp-icons.png') top right no-repeat;
}

.bars {
  text-align: center;
}

.skewed-top {
  position: relative;
  z-index: 1;
}

.skewed-top-element {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 2;
  transform:skewY(-5deg);
  -ms-transform:skewY(-5deg); /* IE 9 */
  -webkit-transform:skewY(-5deg); /* Opera, Chrome, and Safari */
  background-color: inherit;
}

.skewed-top-content {
  position: relative;
  padding: 0 20px;
  z-index: 3;
}

.seal {
  position: absolute;
  padding: 10px;
  overflow: hidden;
  z-index: 1;
}

.seal-inner {
  position: relative;
}

.seal a:link,
.seal a:visited {
  display: block;
  color: #FFFFFF;
}

.seal .icon {
  width: 46px;
  height: 32px;
  margin: auto;
  background: transparent url(../images/seal-icon.png) top left no-repeat;
}

.seal-220,
.seal-220 .content,
.seal-220 .seal-inner {
  width: 220px;
  height: 220px;
  border-radius: 115px;
}

.seal-125,
.seal-125 .content,
.seal-125 .seal-inner {
  width: 125px;
  height: 125px;
  border-radius: 115px;
}

.seal-125 .icon {
  background-size: contain;
  width: 34px;
  height: 28px;
}

.seal .content {
  position: absolute; 
  background: #82756F;
  box-shadow: 2px 2px 6px rgba(101, 91, 86, .75);
}

.seal-125 .content-inner {
  position: absolute;
  top: 13px;
  left: 15px;
  text-align: center;
}

.language-es .seal-125 .content-inner {
  top: 8px;
  left: 2px;
}

.language-es .seal-125 .content-inner h2 {
  margin-top: 5px;
}

.seal-220 .content-inner {
  position: absolute;
  top: 40px;
  left: 32px;
  text-align: center;
} 

.seal-125 h2 {
  font-size: 20px;
}

.seal-220 h2 {
  font-size: 32px;
  margin: 20px 0 0 0;
}

.seal .hover {
  bottom: -275px;
  right: -275px;
  line-height: 20px;
}

.contextual-title .seal {
  bottom: -40px;
  right: 0px;
}

.block {
  position: relative;
  margin-bottom: 40px;
}

.region-feature .block {
  margin-bottom: 0;
}

/**
 * Pager
 */
ul.pager {
  float: left;
  margin: 35px 0;
}

ul.pager li.first {
  margin: 0;
}

ul.pager li.pager-item,
ul.pager li.pager-current {
  padding: 0;
}

ul.pager li div.active,
ul.pager li.pager-item a:link,
ul.pager li.pager-item a:visited {
  padding: 12px;
  margin: 0;  
}

/**
 * Messages
 */
.bhp-message {
  position: relative;
  padding: 25px 0 15px 0;
  margin: 15px 10px 30px 0;
  text-align: center;
  font-weight: 700; 
}

.bhp-message .field-name-field-program-alert p {
  margin: 0;
}

.bhp-message-alert,
.bhp-message-error,
.bhp-message-now-renting {
  border-top: solid 1px #7A2949;
  border-bottom: solid 1px #7A2949;
}

.bhp-message-now-renting {
  padding: 30px 10px 15px 10px;
  margin: 60px 0 30px 0;
  text-align: left;
  font-weight: normal;
  font-family: "ff-tisa-web-pro", serif;
  background: #F1EDF0;
}

.crest-wrap {
  position: absolute;
  top: -25px;
  width: 100%;  
}

.bhp-message-now-renting .crest-wrap {
  top: -28px;
}

.crest {
  width: 53px;
  height: 53px;
  margin: auto;
}

.crest-alert,
.crest-error {
  background: transparent url('../images/message-icons.jpg') top left no-repeat;
}

.crest-now-renting {
  width: 70px;
  background: transparent url('../images/now-renting.png') center center no-repeat;
}

.crest-now-renting-spanish {
  width: 105px;
  height: 59px;
  background: transparent url('../images/now-renting-icon-spanish.png') center center no-repeat;
}

/**
 * Header
 */
.region-header {
  position: relative;
}

/*
#block-search-form {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  background: #EEEEEE;
}
*/
#block-search-form input.form-text {
  position: relative;
  width: 135px;
  height: 10px;
  padding: 5px;
  border: none;
  margin-top: 7px;
  box-shadow: inset 1px 1px 2px #E6E6E7;
  font-size: 12px;
  color: #666666;
  z-index: 1;
}

#block-search-form input.form-submit {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  margin: 0;
  text-indent: -999em;
  background: transparent url(../images/search.png) top left no-repeat;
  z-index: 2;
  cursor: pointer;
}

.region-feature img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 150px;
}

/**
 * Content area
 * -- Front page
 */
.front .slogan-wrapper {
  position: absolute;
  left: 160px;
  top: 5px;
  z-index: 1;
}

.front .slogan-wrapper h2 {
  font-size: 42px;
  color: #FFFFFF; 
  text-transform: none;
}

.region-feature img {
  min-width: 700px;
}

.front .seal {
  top: 60px;
  right: 225px;
}

.not-front #site-slogan {
  padding: 13px 0;
  margin: 0;
  text-align: right;
  font-size: 18px;
  text-transform: none;
  color: #FFFFFF;
}

.breadcrumb {
  position: absolute;
  left: 2%;
  bottom: 0;
}

.breadcrumb a:link,
.breadcrumb a:visited {
  color: #FFFFFF;
}

.region-feature .col {
  position: relative;
  height: 105px;
  font-family: "proxima-nova", sans-serif; 
  color: #383926;
  font-size: 14px;
}

.region-feature .col .divider {
  border-color: #FFFFFF;
  right: 0;
}

.region-feature .col .divider-outer {
  border-color: #FFFFFF;
  left: 0;
}

.region-feature .col:link,
.region-feature .col:visited {
  text-decoration: none;
}

.region-feature .col:focus,
.region-feature .col:hover {
  background: #99A26D;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.region-feature .col h2,
.region-feature .col h2 a:link,
.region-feature .col h2 a:visited {
  margin: 0;
  color: #383926;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.region-feature .col p {
  margin: 10px 0;
}

#front-page-top {
  margin-bottom: 60px;
}

#front-page-top .col-25 {
  text-align: center;
}

#bhp-foundation-block {
  padding: 10px 0 0 0;
  text-align: center;
}

#bhp-foundation-block  h2 {
  margin-bottom: 20px; 
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  text-align: center;
}

#bhp-foundation-block img {
  margin-bottom: 20px;
}

#bhp-foundation-block form {
  height: 65px;
  overflow: hidden;
}

#bhp-foundation-block .button {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 15px;
}

/**
 * -- Front Page Bottom
 * -- News and Updates
 */
.view-bhp-news-and-updates .views-row {
  padding-bottom: 30px;
  border-bottom: solid 1px #CCCCCC;
  margin-bottom: 30px;
}

.view-bhp-news-and-updates .views-row:last-child {
  border: none;
  margin-bottom: 0;
}

.view-bhp-news-and-updates .title:link,
.view-bhp-news-and-updates .title:visited {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #15427a;
  text-decoration: none;
  margin-bottom: 10px;
}

.view-bhp-news-and-updates .date {
  font-weight: 700;
}

.view-bhp-news-and-updates .img {
  margin-right: 20px;
}

.view-bhp-news-and-updates .img img {
  border: solid 1px #CCCCCC;
  width: 220px;
  height: auto;
}

.view-bhp-news-and-updates p {
  margin: 6px 0;
}

.node-type-news .node img {
  width: 387px;
  float: right;
  padding: 0 20px 20px 20px;
}


/**
 * -- Front bottom sidebar
 */
#front-page-bottom .col-25 {
  position: relative;
  top: -40px;
}

.front #block-system-main {
  margin-bottom: 0;
}

#block-block-1 {
  background: #FFFFFF;
  padding: 20px;
}

#block-block-1 h2 {
  margin-top: 0;
}

#block-block-1 a:link,
#block-block-1 a:visited {
  color: #B23911;
  text-decoration: none;
}

/**
 * Generic node
 */

.node h1 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  text-transform: none;
}

.node h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.node p {
  margin-bottom: 15px;
  line-height: 24px;
}

.node ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 50px;
}

.node li {
  margin: 6px 0;
}

.node hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: dotted 1px #33333F;
  margin-bottom: 20px;
}

.node .field img {
  max-width: 320px;
}



/**
 *  Programs Page
 */
.page-node-1 .node .field-name-body {
  padding: 1% 1% 1% 2%;
  border-bottom: 1px dotted #222222;
  margin-top: 0;
  margin-bottom: 0;
}

.program {
  padding-top: 10px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 13px;
}

.node .program p  {
  line-height: 20px;
}

.program h3,
.program h3 a:link,
.program h3 a:visited {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  font-family: 'proxima-nova', sans-serif;
}

.program .title-wrapper {
  position: relative;
  height: 70px;
}

.program .program-title {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.program a:link,
.program a:visited {
  color: #B33A00;
  text-decoration: none;
}

.field-name-field-program-block-text {
  padding: 10px 10px 20px 10px;
  border: solid 1px #DDDDDD;
  background: #FFFFFF;
}

.field-name-field-program-block-text h3 {
  margin: 0;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
}

.program .view-now-renting-progams .views-row,
.view-now-renting-by-program .views-row,
.field-name-field-program-block-text p {
  margin: 0 0 15px 0;
}

.program .view-now-renting-progams p,
.program .field-name-field-program-block-text .button:last-child {
  margin: 0;
}

.program .field-name-field-program-block-text .button:link,
.program .field-name-field-program-block-text .button:visited {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}

.program .additional-buttons .button:link,
.program .additional-buttons .button:visited {
  display: block;
  margin: 15px 20px 0 20px;
}


/**
 * Page nodes
 */
.node-type-page .field-name-body {
  margin-top: 30px;
}

/**
 * Programs nodes
 */
.node-program .col-75 {
  width: 73.42%;
  margin-top: 25px;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.node-program .col-25 {
  margin-top: 40px;
  padding: 0 0 2% 0;
}

.no-active-alert .col-25 {
  width: 75%;
}

.node-type-program .button-set .button {
  display: block;
}

.node-type-program .button-set li:last-child .button {
  margin-bottom: 0;
}

.html .no-active-alert .button-set li {
  float: left;
  margin-right: 10px;
}


/**
 * Views
 * -- Property list view
 */
.page-properties h1#page-title {
  color: #333333;
}

.page-properties .col-100 {
  padding-top: 0;
}

.view-property-list {
  font-family: 'proxima-nova', sans-serif;
}

.page-properties .view-filters {
  position: relative;
  height: 60px;
  padding-left: 220px;
  margin-bottom: 35px;
}

.page-properties .button-set {
  position: absolute;
  top: 14px;
  left: 0px;
}

.views-widget-filter-field_program_target_id label {
  position: absolute;
  top: 24px;
  left: 220px;
  font-size: 16px;
  font-weight: normal;
}

.views-widget-filter-field_program_target_id .views-widget {
  position: absolute;
  top: 14px;
  left: 340px;  
}

.page-properties .view-filters .form-submit {
  position: absolute;
  top: 14px;
  left: 575px;
  margin: 0;
}

.views-widget-filter-field_program_target_id .selectboxit-container,
.views-widget-filter-field_program_target_id .selectboxit-enabled:focus,
.views-widget-filter-field_program_target_id .selectboxit-enabled:hover {
  color: #82756f;
}

.views-widget-filter-field_program_target_id .form-select,
.views-widget-filter-field_program_target_id .form-select:focus,
.views-widget-filter-field_program_target_id .form-select:hover {
  height: 34px;
  border: solid 1px #82756f;
  border-radius: 3px;
  background: #FFFFFF;
}

.views-widget-filter-field_program_target_id .selectboxit-container span,
.views-widget-filter-field_program_target_id .selectboxit-container .selectboxit-options a {
  height: 34px;
  line-height: 34px;
}

.views-widget-filter-field_program_target_id .selectboxit-arrow-container {
  background: transparent url(../images/select-list-arrow.gif) center left no-repeat;
}

.views-widget-filter-field_program_target_id .selectboxit-arrow-container i {
  display: none;
}

body.page-properties .button:link,
body.page-properties .button:visited {
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 14px;
}

.view-property-list a.title:link,
.view-property-list a.title:visited {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #B23800; 
}

.view-property-list .views-row {
  padding-bottom: 30px;
  border-bottom: dotted 1px #222222;
  margin-top: 30px;
}

.view-property-list .media a:link,
.view-property-list .media a:visited {
  color: #B23800;
  text-decoration: none;
}

.view-property-list .media {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.view-property-list .media .img {
  width: 24%;
  margin-right: 1%;
}

.view-property-list .media .bd {
  position: relative;
  top: 0;
  left: 0;
  width: 75%;
}

.view-property-list .media .item {
  margin-bottom: 15px;
}

.view-property-list .media .item:last-child {
  margin-bottom: 0;
}

.view-property-list .media .item p {
  margin: 0;
  display: inline;
}

.page-properties .seal {
  bottom: -20px;
}

.view-property-map .map-wrapper {
  position: relative;
  width: 98%;
  height: 550px;
  padding: 1%;
  border: solid 1px #BBBBBB;
  background: #FFFFFF;
}

.view-property-map #map {
  width: 100%;
  height: 100%;
}

.infoBox {
  width: 220px;
  /*height: 256px;*/
  padding: 5px 5px 10px 5px;
  margin-top: 20px;
  border: solid 1px #CCCCCC;
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;
  overflow: visible !important;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
}

.infoBox > img {
  width: 10px;
  height: 10px;
  position: absolute !important;
  top: 5px;
  right: 5px;
}

.map-popup h2 {
  margin-bottom: 0;
}

.map-popup .program {
  padding: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.page-properties-map .point-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: -30px;
  left: 104px;
}

/**
 * -- Staff Page
 */
#block-bhp-blocks-staff-header {
  margin-bottom: 20px;
}

.view-staff .bd {
  padding: 20px 0 20px 20px;
}

.view-staff .views-row-odd {
  border-top: solid 10px #CCC8CA;
  background: #F1EDF0;
}

.view-staff .name-title {
  margin-bottom: 20px;
}

.view-staff .name {
  display: inline;
  font-weight: 700;
  text-transform: uppercase;
}

.view-staff .contact {
  margin-bottom: 20px;
}

.view-staff .img-right {
  width: 240px;
  height: auto;
}


/**
 * BHP Foundation Pages
 */
.section-bhp-foundation #logo {
  top: 10px;
}

.section-bhp-foundation .node h1,
.section-bhp-foundation .node h2,
.section-bhp-foundation h1#page-title {
  color: #43418A;
}

#block-bhp-blocks-bhp-foundation-donation {
  padding: 20px;
  border: solid 3px #433F8C;
  text-align: center;
}

#block-bhp-blocks-bhp-foundation-donation img {
  width: inherit;
  height: inherit;
}

/**
 * Income Widget
 */
.page-es-income-widget .col-100,
.page-income-widget .col-100 {
  padding-top: 0;
}

.page-es-income-widget #submit-bar .button,
.page-income-widget #submit-bar .button {
  margin-top: 20px;
  margin-right: 10px;
}

/**
 * Footer
 */
.region-footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.region-footer a:link,
.region-footer a:visited {
  color: #FFFFFF;
  text-decoration: underline;
  word-wrap: break-word;
}

.region-footer .col {
  height: 266px;
  padding-top: 0;
  padding-bottom: 0;
}

.region-footer * {
  color: #FFFFFF;
  font-family: 'proxima-nova', sans-serif;
  font-size: 12px;
}

.region-footer h2 {
  font-weight: normal;
  font-size: 18px;
  margin-top: 0;
  font-weight: 700;
}

.region-footer ul {
  margin: 0;
  padding: 0;
}

.region-footer li {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: none;
}

.region-footer p {
  margin: 0;
}

.region-footer .icon-set {
  margin-bottom: 30px;
}

.region-footer .form-text {
  display: block;
  width: 188px;
  height: 15px;
  padding: 10px;
  border: none;
  margin-bottom: 15px;
  font-family: "ff-tisa-web-pro", serif;
  color: #222222;  
}

.region-footer .label {
  font-size: 14px;
  margin-bottom: 5px; 
}



#front-page-bottom .col-75 h2,
#block-block-1 h2 {
  font-size: 32px;  
  color: #81746E;
}

#front-page-top,
#front-page-bottom {
  line-height: 24px;
}
#logo img {
  width: 300px;
  height: 72px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.view-bhp-news-and-updates .bd {
  color: #959ea2;
    line-height: 24px;
}
.skewed-top-element {
  top: -20px;
  height: 40px;
}
.node-type-property .col-75 {
  padding: 0;
}
.skewed-top {
  margin-top: 50px;
  height: 430px;
}
.node-type-property .skewed-top.col-25 {
  padding:0;
}
.node-type-property article{
      width: 80%;
    margin: auto;
}
.node-type-property #property-slideshow-nav a {
  background-color: #81dad0;
}
.node-type-property #property-slideshow-nav a.activeSlide {
  background-color: #42c7b9;
}
.node-type-property .node-bottom {
  margin-top: 40px;
}
.node-type-property .node-top .label a {
  font-weight: 400;
}
.node-type-property .node-top {
  color: #636363;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-top-20 {
  margin-top: 20px;
}
.page-staff .view-staff h3 {
   font-family: "mr-eaves-modern";
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 15px 0;
    text-transform: uppercase;
}
.goog-te-gadget {
  visibility: hidden;
}
#google_translate_element .goog-te-combo option {
  color: black;
}
#google_translate_element .goog-te-combo {
  visibility: visible;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 145px;
  background: transparent url(../images/arrow.png) center right no-repeat;
  background-size: 10%;
  border: none;
  color: #AAB1B5;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  font-family: "mr-eaves-modern";
  font-size: 14px;
  outline: none;
}
#block-search-form input.form-text {
  position: relative;
  width: 200px;
  height: 23px;
  padding: 5px 37px 5px 5px;
  border: solid 1px #B1B8BB;
  margin-top: 7px;
  font-size: 14px;
  z-index: 1;
  background-image: none;
  border-radius: 5px;
  color: #CACED0;
  font-family: "mr-eaves-modern";
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
}
#block-search-form input.form-submit {
    position: absolute;
    top: 8px;
    right: 1px;
    width: 32px;
    height: 33px;
    padding: 0;
    border: none;
    margin: 0;
    text-indent: -999em;
    background: #CACED0 url(../images/glass.png) center center no-repeat;
    z-index: 2;
    cursor: pointer;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#block-bhp-blocks-eha-above-footer img {
  width: 105%;
}

.page-staff #edit-submit-staff {
  margin-top: 2.6em;
}

.node-type-person .field-name-field-department a {
  pointer-events: none;
  cursor: default;
  color: inherit;
}

.node-type-person .field-name-field-first-name,
.node-type-person .field-name-field-last-name {
  display: none;
}

.iframe-wrapper iframe {
  height: 315px;
    width: 560px;
}

.iframe-wrapper {
  width: 100%;
  clear: both;
}
.field-name-field-check-availability,
.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}
