@charset "UTF-8";
/*! ====================================
========================================
	Theme Name: Beaverton Historical Society
	Theme URI: http://www.historicbeaverton.org
	Author: Troy Brisbin
	Author URI: http://www.troybrisbin.com, http://www.cedarhousemedia.com
	Description: Beaverton Historical Society custom responsive theme.
	Version: 1.1
	License::
	License URI:
	Tags: Responsive Design, Responsive Menu, Custom Widgets, History
	Text Domain: Beaverton Historical Society
========================================
===================================== */
/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(https://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
@font-face {
  font-family: 'FontAwesome';
  src: url(fonts/font-awesome/fontawesome-webfont.eot?v=4.6.2&1454959203);
  src: url(fonts/font-awesome/fontawesome-webfont.eot?v=4.6.2&1454959203#iefix) format("embedded-opentype"), url(fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.2&1454959203) format("woff2"), url(fonts/font-awesome/fontawesome-webfont.woff?v=4.6.2&1454959203) format("woff"), url(fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.2&1454959203) format("truetype"), url(fonts/font-awesome/fontawesome-webfont.svg?v=4.6.2&1454959203#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! -- normalize.css v2.1.3 | MIT License | git.io/normalize */
/** Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/** Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video {
  display: inline-block;
}

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */
[hidden], template {
  display: none;
}

/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/** Remove default margin. */
body {
  margin: 0;
}

/** Remove the gray background color from active links in IE 10. */
a {
  background: transparent;
}

/** Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted;
}

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover {
  outline: 0;
}

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/** Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong {
  font-weight: bold;
}

/** Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

/** Address differences between Firefox and other browsers. */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/** Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/** Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/** Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap;
}

/** Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/** Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/** Remove border when inside `a` element in IE 8/9. */
img {
  border: 0;
}

/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}

/** Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0;
}

/** Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input {
  line-height: normal;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select {
  text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
  cursor: default;
}

/** 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/** Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -- WORDPRESS RESET --------------- */
/* ================================== */
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* == WordPress CSS - Miscellaneous Styles == */
/* category links */
/* blogroll links */
/* read-more links */
/* == WP CSS - Page Listings == */
/* outermost list item */
/* any page item */
/* specific page id */
/* current page */
/* parent of current page */
/* any ancestor of current page */
/* == WordPress CSS - Default WordPress Widgets == */
/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
/* == WP CSS - Comment Styles == */
/* == WP CSS - body_class() == */
/* == WP CSS - post_class() == */
/* -- BOOTSTRAP ---------------------- */
/* -- jQuery UI Default Styles ------- */
.watch {
  border: 15px;
  border-bottom: none;
}

/* -- BOOTSTRAP MODS ----------------- */
.page-header {
  margin-top: 30px;
}

/*! ====================================
========================================
	Theme Base Styles
========================================
===================================== */
/* -- THEME STYLE RESETS ------------- */
html, body {
  background: url(../BHSoc/img/background/bg-grayjean.png) repeat;
  height: 100%;
  margin: 0 !important;
}

body {
  font-family: Georgia, sans-serif;
}

ul, li {
  list-style: none;
}

input, textarea, button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-raidus: 0px;
  border-radius: 0px;
}

html, body {
  height: 100%;
}

#page-wrap {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -70px;
}
#page-wrap #page-wrap-footer {
  height: 70px;
}

#footer-main {
  clear: both;
  position: relative;
  height: 70px;
}

/* -- TYPOGRAPHY STYLES ------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Cardo", sans-serif;
  margin-top: 0;
}

/*! ====================================
========================================
	Theme Layout Styles
========================================
===================================== */
/* -- NAVIGATION STYLES -------------- */
.navbar {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #bdad8b;
  border-color: #efe6cc;
  margin: auto;
  margin-bottom: 15px;
  min-height: 60px;
  margin-top: 15px;
  border-bottom: solid 6px #fff;
  border-top: solid 6px #fff;
  outline: solid 3px #841f27;
  outline-offset: 2px;
}
.navbar:after {
  content: " ";
  display: block;
  clear: both;
}

.navbar-inverse {
  text-shadow: none;
}
.navbar-inverse .navbar-brand {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background: url(../hbtown/img/logo/bhs-logo-110x100.png) no-repeat;
  height: 100px;
  width: 200px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #135037;
  font-size: 128%;
  letter-spacing: 0.04em;
  margin-top: 24px;
  text-shadow: none;
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: none;
  box-shadow: none;
  color: #135037;
  font-size: 128%;
  letter-spacing: 0.04em;
  margin-top: 24px;
  text-shadow: none;
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav > .active > a:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-raidus: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  text-shadow: none;
  transition: 0.5s;
}
.navbar-inverse .navbar-nav > .active > a:focus {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-raidus: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  text-shadow: none;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .active > a {
    margin-top: 0;
  }
}

/* -- HEADER STYLES ------------------ */
header {
  *zoom: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header:before, header:after {
  display: table;
  content: '';
  line-height: 0;
}
header:after {
  clear: both;
}
header:after {
  content: " ";
  display: block;
  clear: both;
}

/* -- FOOTER STYLES ------------------ */
.band.footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #bdad8b;
}
.band.footer:after {
  content: " ";
  display: block;
  clear: both;
}

.site-footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 70px;
}
.site-footer:after {
  content: " ";
  display: block;
  clear: both;
}
.site-footer .foot-hero {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
}
.site-footer .foot-hero:after {
  content: " ";
  display: block;
  clear: both;
}
.site-footer .foot-hero .foot-left {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .foot-hero .foot-left:after {
  content: " ";
  display: block;
  clear: both;
}
.site-footer .foot-hero .foot-left a {
  color: #841f27;
}
.site-footer .foot-hero .foot-left a:focus, .site-footer .foot-hero .foot-left a:hover {
  color: #135037;
}
.site-footer .foot-hero .foot-right {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .foot-hero .foot-right:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .site-footer .foot-hero .foot-left, .site-footer .foot-hero .foot-right {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .site-footer .foot-hero .foot-left:after, .site-footer .foot-hero .foot-right:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* -- SIDEBAR STYLES ----------------- */
.cm-hero .sidebar {
  list-style: none;
}
.cm-hero .sidebar ul {
  margin-left: -50px;
}
.cm-hero .sidebar a {
  color: #841f27;
  font-size: 115%;
  margin-left: 9px;
  padding: 3px !important;
}
.cm-hero .sidebar a:hover, .cm-hero .sidebar a:focus {
  color: #135037;
  transition: 0.5s;
}
.cm-hero .sidebar .fa {
  margin-left: 20px;
  margin-bottom: 3%;
}

/* -- FORM(s) STYLES ----------------- */
/*! ====================================
========================================
	Theme Compenent Styles
========================================
===================================== */
/* -- BUTTON STYLES ------------------ */
/* -- CAROUSEL STYLES ---------------- */
/* -- COVER STYLES ------------------- */
/* -- DROPDOWN STYLES ---------------- */
/* -- GALLERY STYLES ----------------- */
/* -- MODAL STYLES ------------------- */
/*! ====================================
========================================
	Theme Page Styles
========================================
===================================== */
/* -- HOME PG. STYLES ---------------- */
.content-top {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
}
.content-top:after {
  content: " ";
  display: block;
  clear: both;
}
.content-top .ct-hero {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url(../hbtown/img/hero/history_207.jpg) 25% 65% no-repeat;
  height: 800px;
  margin-top: -10px;
}
.content-top .ct-hero:after {
  content: " ";
  display: block;
  clear: both;
}
.content-top .ct-hero .ct-hero-mask {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  height: 800px;
}
.content-top .ct-hero .ct-hero-mask:after {
  content: " ";
  display: block;
  clear: both;
}
.content-top .ct-hero .ct-hero-mask .ct-hero-title {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 145px;
}
.content-top .ct-hero .ct-hero-mask .ct-hero-title:after {
  content: " ";
  display: block;
  clear: both;
}
.content-top .ct-hero .ct-hero-mask .ct-hero-title h1 {
  font-size: 399%;
  text-align: center;
}
.content-top .ct-hero .ct-hero-mask p {
  padding-top: 28%;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .content-top .ct-hero .ct-hero-mask p {
    padding-top: 31%;
  }
}
.content-top .ct-hero .ct-hero-mask p a {
  color: #fff;
}

.content-mid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3%;
}
.content-mid:after {
  content: " ";
  display: block;
  clear: both;
}
.content-mid p {
  text-align: center;
}
.content-mid p IMG.cm-divider {
  margin: 2% 0;
}
.content-mid .cm-hero {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.content-mid .cm-hero:after {
  content: " ";
  display: block;
  clear: both;
}
.content-mid .cm-hero .cm-left {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}
.content-mid .cm-hero .cm-left:after {
  content: " ";
  display: block;
  clear: both;
}
.content-mid .cm-hero .cm-left .get-sidebar {
  margin-top: -40px;
}
.content-mid .cm-hero .cm-center {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}
.content-mid .cm-hero .cm-center:after {
  content: " ";
  display: block;
  clear: both;
}
.content-mid .cm-hero .cm-center .get-sidebar {
  margin-top: -40px;
}
.content-mid .cm-hero .cm-right {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 32.20339%;
  float: right;
  margin-right: 0;
}
.content-mid .cm-hero .cm-right:after {
  content: " ";
  display: block;
  clear: both;
}
.content-mid .cm-hero .cm-right .get-sidebar {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .content-mid .cm-hero .cm-left, .content-mid .cm-hero .cm-center, .content-mid .cm-hero .cm-right {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .content-mid .cm-hero .cm-left:after, .content-mid .cm-hero .cm-center:after, .content-mid .cm-hero .cm-right:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.content-btm {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 330px;
  padding: 0 3% 3% 3%;
}
.content-btm:after {
  content: " ";
  display: block;
  clear: both;
}
.content-btm .cb-hero {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.content-btm .cb-hero:after {
  content: " ";
  display: block;
  clear: both;
}
.content-btm .cb-hero .cb-left {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  background: #fff;
  min-height: 250px;
  padding: 1%;
}
.content-btm .cb-hero .cb-left:after {
  content: " ";
  display: block;
  clear: both;
}
.content-btm .cb-hero .cb-left .cb-shero {
  padding: 0 6%;
  margin-top: -40px;
}
.content-btm .cb-hero .cb-left .cb-shero .btn-support, .content-btm .cb-hero .cb-left .cb-shero .btn-member, .content-btm .cb-hero .cb-left .cb-shero .btn-donate {
  background: #135037;
  border: none;
  font-size: 150%;
}
.content-btm .cb-hero .cb-left .cb-shero .btn-support:hover, .content-btm .cb-hero .cb-left .cb-shero .btn-support:focus, .content-btm .cb-hero .cb-left .cb-shero .btn-member:hover, .content-btm .cb-hero .cb-left .cb-shero .btn-member:focus, .content-btm .cb-hero .cb-left .cb-shero .btn-donate:hover, .content-btm .cb-hero .cb-left .cb-shero .btn-donate:focus {
  background: #841f27;
  transition: 0.5s;
}
.content-btm .cb-hero .cb-right {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 49.15254%;
  float: right;
  margin-right: 0;
  background: #fff;
  min-height: 250px;
  padding: 1%;
}
.content-btm .cb-hero .cb-right:after {
  content: " ";
  display: block;
  clear: both;
}
.content-btm .cb-hero .cb-right .cb-shero {
  padding: 0 6%;
  margin-top: -40px;
}
.content-btm .cb-hero .cb-right .cb-shero .btn-support, .content-btm .cb-hero .cb-right .cb-shero .btn-member, .content-btm .cb-hero .cb-right .cb-shero .btn-donate {
  background: #135037;
  border: none;
  font-size: 150%;
}
.content-btm .cb-hero .cb-right .cb-shero .btn-support:hover, .content-btm .cb-hero .cb-right .cb-shero .btn-support:focus, .content-btm .cb-hero .cb-right .cb-shero .btn-member:hover, .content-btm .cb-hero .cb-right .cb-shero .btn-member:focus, .content-btm .cb-hero .cb-right .cb-shero .btn-donate:hover, .content-btm .cb-hero .cb-right .cb-shero .btn-donate:focus {
  background: #841f27;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .content-btm {
    margin-bottom: 8%;
  }
  .content-btm .cb-hero .cb-left, .content-btm .cb-hero .cb-right {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    min-height: 135px;
  }
  .content-btm .cb-hero .cb-left:after, .content-btm .cb-hero .cb-right:after {
    content: " ";
    display: block;
    clear: both;
  }
  .content-btm .cb-hero .cb-left {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .content-btm {
    margin-bottom: 8%;
  }
  .content-btm .cb-hero .cb-left, .content-btm .cb-hero .cb-right {
    min-height: 390px;
  }
  .content-btm .cb-hero .cb-left h2, .content-btm .cb-hero .cb-right h2 {
    font-size: 180%;
    padding-left: 7px;
  }
  .content-btm .cb-hero .cb-left p, .content-btm .cb-hero .cb-right p {
    padding-left: 7px;
  }
  .content-btm .cb-hero .cb-left p a, .content-btm .cb-hero .cb-right p a {
    padding-top: 7px;
  }
}

/* -- BLOG PAGE STYLES -------------- */
.hb-bef {
  padding-bottom: 3%;
}
.hb-bef #breadcrumbs {
  padding-top: 3%;
}
.hb-bef a {
  color: #841f27;
}
.hb-bef a:hover, .hb-bef a:focus {
  color: #135037;
}
.hb-bef .hb-blog {
  padding-bottom: 2%;
}
.hb-bef h6 {
  color: #724a29;
  font-weight: 700;
}
.hb-bef .post {
  padding: 3% 0;
  border-bottom: 1px solid #841f27;
}
.hb-bef .post:last-of-type {
  border-bottom: none;
}
.hb-bef .post .post-entry {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.hb-bef .post .post-entry IMG {
  float: right;
  padding: 3%;
}
.hb-bef .post .post-entry ul li {
  list-style: disc;
}
.hb-bef .post .post-entry:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1280px) {
  .hb-bef {
    padding-top: 10%;
    margin-bottom: 4%;
  }
}

.hb-bef .amr-sidebar .sidebar li ul li a {
  font-size: 90%;
}

.amr-sidebar .sidebar h3 {
  padding-left: 26px;
}

/* -- CATEGORY PG. STYLES ----------- */
.hb-bef {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8%;
}
.hb-bef:after {
  content: " ";
  display: block;
  clear: both;
}
.hb-bef .hb-blog {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
}
.hb-bef .hb-blog:after {
  content: " ";
  display: block;
  clear: both;
}
.hb-bef .amr-sidebar .get-sidebar {
  margin-top: -40px;
}
.hb-bef .amr-sidebar .sidebar {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 23.72881%;
  float: right;
  margin-right: 0;
}
.hb-bef .amr-sidebar .sidebar:after {
  content: " ";
  display: block;
  clear: both;
}
.hb-bef .amr-sidebar .sidebar h2 {
  margin: 5% 0;
  font-size: 180%;
}
.hb-bef .amr-sidebar .sidebar .fa {
  color: #841f27;
  margin-bottom: 3%;
  margin-left: 20px;
}
.hb-bef .amr-sidebar .sidebar .fa:hover, .hb-bef .amr-sidebar .sidebar .fa:focus {
  color: #135037;
  transition: 0.5s;
}
.hb-bef .amr-sidebar .sidebar li ul li a {
  color: #841f27;
  font-size: 90%;
  margin-left: -25px;
}
.hb-bef .amr-sidebar .sidebar li ul li a:hover, .hb-bef .amr-sidebar .sidebar li ul li a:focus {
  color: #135037;
  transition: 0.5s;
}
@media screen and (max-width: 1280px) {
  .hb-bef {
    padding-top: 13%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 970px) {
  .hb-bef {
    padding-top: 14%;
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 800px) {
  .hb-bef {
    padding-top: 17%;
    margin-bottom: 15%;
  }
}

/* -- ABOUT PAGE STYLES ------------- */
.about {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
}
.about:after {
  content: " ";
  display: block;
  clear: both;
}
.about .about-top {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about .about-top:after {
  content: " ";
  display: block;
  clear: both;
}
.about .about-top .at-hero {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url(../hbtown/img/hero/history_307.jpg) 0 45% no-repeat;
  height: 550px;
  margin-top: -10px;
}
.about .about-top .at-hero:after {
  content: " ";
  display: block;
  clear: both;
}
.about .about-top .at-hero .at-hero-mask {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  height: 550px;
}
.about .about-top .at-hero .at-hero-mask:after {
  content: " ";
  display: block;
  clear: both;
}
.about .about-top .at-hero .at-hero-mask .at-hero-title {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-top: 13%;
}
.about .about-top .at-hero .at-hero-mask .at-hero-title:after {
  content: " ";
  display: block;
  clear: both;
}
.about .about-top .at-hero .at-hero-mask .at-hero-title h1 {
  font-size: 399%;
  text-align: center;
}
@media screen and (max-width: 970px) {
  .about .about-top .at-hero .at-hero-mask .at-hero-title {
    padding-top: 15%;
  }
}
@media screen and (max-width: 800px) {
  .about .about-top .at-hero .at-hero-mask .at-hero-title {
    padding-top: 20%;
  }
}
.about .about-body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
  padding: 3%;
}
.about .about-body:after {
  content: " ";
  display: block;
  clear: both;
}
.about .about-body .ab-left {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
  font-size: 130%;
  margin-bottom: 3%;
}
.about .about-body .ab-left:after {
  content: " ";
  display: block;
  clear: both;
}
.about .about-body .ab-left p {
  text-align: center;
}
.about .about-body .ab-left p IMG.cm-divider {
  margin: 6% 0 4% 0;
}
.about .about-body .ab-left .ab-left-top {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 0;
}
.about .about-body .ab-left .ab-left-top:after {
  content: " ";
  display: block;
  clear: both;
}
.about .about-body .ab-left .ab-left-top p {
  text-align: left;
}
.about .about-body .ab-left .ab-left-mission {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 0;
}
.about .about-body .ab-left .ab-left-mission:after {
  content: " ";
  display: block;
  clear: both;
}
.about .about-body .ab-left .ab-left-mission blockquote {
  font-size: 144%;
  font-style: italic;
}
.about .about-body .ab-left .ab-left-mission blockquote i {
  color: #841f27;
  float: left;
  margin-right: 16px;
}
.about .about-body .ab-left .ab-left-goals {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: solid 1px #61a87c;
  outline: solid 2px #841f27;
  outline-offset: 2px;
  padding: 2%;
}
.about .about-body .ab-left .ab-left-goals:after {
  content: " ";
  display: block;
  clear: both;
}
.about .about-body .ab-left .ab-left-goals ol li {
  list-style-type: decimal;
}
.about .about-body .ab-left .ab-left-memvol {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 0;
}
.about .about-body .ab-left .ab-left-memvol:after {
  content: " ";
  display: block;
  clear: both;
}
.about .about-body .ab-left .ab-left-memvol p {
  text-align: left;
}
.about .about-body .ab-left .ab-left-memvol a {
  color: #841f27;
}
.about .about-body .ab-left .ab-left-memvol a:hover, .about .about-body .ab-left .ab-left-memvol a:focus {
  color: #135037;
}
.about .about-body .ab-right {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 23.72881%;
  float: right;
  margin-right: 0;
}
.about .about-body .ab-right:after {
  content: " ";
  display: block;
  clear: both;
}
.about .about-body .ab-right .ab-right-sidebar .get-sidebar {
  margin-top: -40px;
}
.about .about-body .ab-right .ab-right-sidebar .get-sidebar h3 {
  padding-left: 26px;
}
.about .about-body .ab-right .sidebar h2 {
  margin: 5% 0;
  font-size: 180%;
}
.about .about-body .ab-right .sidebar .fa {
  color: #841f27;
  margin-left: 15px;
}
.about .about-body .ab-right .sidebar .fa:hover, .about .about-body .ab-right .sidebar .fa:focus {
  color: #135037;
  transition: 0.5s;
}
.about .about-body .ab-right .sidebar li ul li a {
  color: #841f27;
  font-size: 90%;
  margin-left: -25px;
}
.about .about-body .ab-right .sidebar li ul li a:hover, .about .about-body .ab-right .sidebar li ul li a:focus {
  color: #135037;
  transition: 0.5s;
}

/* -- HISTORY PG. STYLES ------------ */
.history-top {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
}
.history-top:after {
  content: " ";
  display: block;
  clear: both;
}
.history-top .ht-hero {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url(../hbtown/img/hero/history_109.jpg) 25% 63% no-repeat;
  height: 550px;
  margin-top: -10px;
}
.history-top .ht-hero:after {
  content: " ";
  display: block;
  clear: both;
}
.history-top .ht-hero-mask {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  height: 550px;
}
.history-top .ht-hero-mask:after {
  content: " ";
  display: block;
  clear: both;
}
.history-top .ht-hero-mask .ht-hero-title {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 145px;
}
.history-top .ht-hero-mask .ht-hero-title:after {
  content: " ";
  display: block;
  clear: both;
}
.history-top .ht-hero-mask .ht-hero-title h1 {
  font-size: 399%;
  text-align: center;
}

.history-body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3%;
  margin-bottom: 3%;
}
.history-body:after {
  content: " ";
  display: block;
  clear: both;
}
.history-body .hisb-hero {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3%;
}
.history-body .hisb-hero:after {
  content: " ";
  display: block;
  clear: both;
}
.history-body .hisb-hero .hbh-left {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
}
.history-body .hisb-hero .hbh-left:after {
  content: " ";
  display: block;
  clear: both;
}
.history-body .hisb-hero .hbh-left .history-mid, .history-body .hisb-hero .hbh-left .history-btmTop, .history-body .hisb-hero .hbh-left .history-btmMid, .history-body .hisb-hero .hbh-left .history-btmBot {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.history-body .hisb-hero .hbh-left .history-mid:after, .history-body .hisb-hero .hbh-left .history-btmTop:after, .history-body .hisb-hero .hbh-left .history-btmMid:after, .history-body .hisb-hero .hbh-left .history-btmBot:after {
  content: " ";
  display: block;
  clear: both;
}
.history-body .hisb-hero .hbh-left .history-mid .h-left, .history-body .hisb-hero .hbh-left .history-btmTop .h-left, .history-body .hisb-hero .hbh-left .history-btmMid .h-left, .history-body .hisb-hero .hbh-left .history-btmBot .h-left {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
.history-body .hisb-hero .hbh-left .history-mid .h-left:after, .history-body .hisb-hero .hbh-left .history-btmTop .h-left:after, .history-body .hisb-hero .hbh-left .history-btmMid .h-left:after, .history-body .hisb-hero .hbh-left .history-btmBot .h-left:after {
  content: " ";
  display: block;
  clear: both;
}
.history-body .hisb-hero .hbh-left .history-mid .h-left .sidebar h2, .history-body .hisb-hero .hbh-left .history-btmTop .h-left .sidebar h2, .history-body .hisb-hero .hbh-left .history-btmMid .h-left .sidebar h2, .history-body .hisb-hero .hbh-left .history-btmBot .h-left .sidebar h2 {
  margin: 5% 0;
  font-size: 170%;
  text-decoration: underline;
}
.history-body .hisb-hero .hbh-left .history-mid .h-left .sidebar .fa, .history-body .hisb-hero .hbh-left .history-btmTop .h-left .sidebar .fa, .history-body .hisb-hero .hbh-left .history-btmMid .h-left .sidebar .fa, .history-body .hisb-hero .hbh-left .history-btmBot .h-left .sidebar .fa {
  color: #841f27;
  margin-left: 15px;
}
.history-body .hisb-hero .hbh-left .history-mid .h-left .sidebar .fa:hover, .history-body .hisb-hero .hbh-left .history-mid .h-left .sidebar .fa:focus, .history-body .hisb-hero .hbh-left .history-btmTop .h-left .sidebar .fa:hover, .history-body .hisb-hero .hbh-left .history-btmTop .h-left .sidebar .fa:focus, .history-body .hisb-hero .hbh-left .history-btmMid .h-left .sidebar .fa:hover, .history-body .hisb-hero .hbh-left .history-btmMid .h-left .sidebar .fa:focus, .history-body .hisb-hero .hbh-left .history-btmBot .h-left .sidebar .fa:hover, .history-body .hisb-hero .hbh-left .history-btmBot .h-left .sidebar .fa:focus {
  color: #135037;
  transition: 0.5s;
}
.history-body .hisb-hero .hbh-left .history-mid .h-left .sidebar li ul li a, .history-body .hisb-hero .hbh-left .history-btmTop .h-left .sidebar li ul li a, .history-body .hisb-hero .hbh-left .history-btmMid .h-left .sidebar li ul li a, .history-body .hisb-hero .hbh-left .history-btmBot .h-left .sidebar li ul li a {
  color: #841f27;
  font-size: 100%;
  margin-left: -25px;
}
.history-body .hisb-hero .hbh-left .history-mid .h-left .sidebar li ul li a:hover, .history-body .hisb-hero .hbh-left .history-mid .h-left .sidebar li ul li a:focus, .history-body .hisb-hero .hbh-left .history-btmTop .h-left .sidebar li ul li a:hover, .history-body .hisb-hero .hbh-left .history-btmTop .h-left .sidebar li ul li a:focus, .history-body .hisb-hero .hbh-left .history-btmMid .h-left .sidebar li ul li a:hover, .history-body .hisb-hero .hbh-left .history-btmMid .h-left .sidebar li ul li a:focus, .history-body .hisb-hero .hbh-left .history-btmBot .h-left .sidebar li ul li a:hover, .history-body .hisb-hero .hbh-left .history-btmBot .h-left .sidebar li ul li a:focus {
  color: #135037;
  transition: 0.5s;
}
.history-body .hisb-hero .hbh-left .history-mid .h-right, .history-body .hisb-hero .hbh-left .history-btmTop .h-right, .history-body .hisb-hero .hbh-left .history-btmMid .h-right, .history-body .hisb-hero .hbh-left .history-btmBot .h-right {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 49.15254%;
  float: right;
  margin-right: 0;
}
.history-body .hisb-hero .hbh-left .history-mid .h-right:after, .history-body .hisb-hero .hbh-left .history-btmTop .h-right:after, .history-body .hisb-hero .hbh-left .history-btmMid .h-right:after, .history-body .hisb-hero .hbh-left .history-btmBot .h-right:after {
  content: " ";
  display: block;
  clear: both;
}
.history-body .hisb-hero .hbh-left .history-mid .h-right .sidebar h2, .history-body .hisb-hero .hbh-left .history-btmTop .h-right .sidebar h2, .history-body .hisb-hero .hbh-left .history-btmMid .h-right .sidebar h2, .history-body .hisb-hero .hbh-left .history-btmBot .h-right .sidebar h2 {
  margin: 5% 0;
  font-size: 170%;
  text-decoration: underline;
}
.history-body .hisb-hero .hbh-left .history-mid .h-right .sidebar .fa, .history-body .hisb-hero .hbh-left .history-btmTop .h-right .sidebar .fa, .history-body .hisb-hero .hbh-left .history-btmMid .h-right .sidebar .fa, .history-body .hisb-hero .hbh-left .history-btmBot .h-right .sidebar .fa {
  color: #841f27;
  margin-left: 15px;
}
.history-body .hisb-hero .hbh-left .history-mid .h-right .sidebar .fa:hover, .history-body .hisb-hero .hbh-left .history-mid .h-right .sidebar .fa:focus, .history-body .hisb-hero .hbh-left .history-btmTop .h-right .sidebar .fa:hover, .history-body .hisb-hero .hbh-left .history-btmTop .h-right .sidebar .fa:focus, .history-body .hisb-hero .hbh-left .history-btmMid .h-right .sidebar .fa:hover, .history-body .hisb-hero .hbh-left .history-btmMid .h-right .sidebar .fa:focus, .history-body .hisb-hero .hbh-left .history-btmBot .h-right .sidebar .fa:hover, .history-body .hisb-hero .hbh-left .history-btmBot .h-right .sidebar .fa:focus {
  color: #135037;
  transition: 0.5s;
}
.history-body .hisb-hero .hbh-left .history-mid .h-right .sidebar li ul li a, .history-body .hisb-hero .hbh-left .history-btmTop .h-right .sidebar li ul li a, .history-body .hisb-hero .hbh-left .history-btmMid .h-right .sidebar li ul li a, .history-body .hisb-hero .hbh-left .history-btmBot .h-right .sidebar li ul li a {
  color: #841f27;
  font-size: 100%;
  margin-left: -25px;
}
.history-body .hisb-hero .hbh-left .history-mid .h-right .sidebar li ul li a:hover, .history-body .hisb-hero .hbh-left .history-mid .h-right .sidebar li ul li a:focus, .history-body .hisb-hero .hbh-left .history-btmTop .h-right .sidebar li ul li a:hover, .history-body .hisb-hero .hbh-left .history-btmTop .h-right .sidebar li ul li a:focus, .history-body .hisb-hero .hbh-left .history-btmMid .h-right .sidebar li ul li a:hover, .history-body .hisb-hero .hbh-left .history-btmMid .h-right .sidebar li ul li a:focus, .history-body .hisb-hero .hbh-left .history-btmBot .h-right .sidebar li ul li a:hover, .history-body .hisb-hero .hbh-left .history-btmBot .h-right .sidebar li ul li a:focus {
  color: #135037;
  transition: 0.5s;
}
.history-body .hisb-hero .hbh-right {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 23.72881%;
  float: right;
  margin-right: 0;
}
.history-body .hisb-hero .hbh-right:after {
  content: " ";
  display: block;
  clear: both;
}
.history-body .hisb-hero .hbh-right .am-right {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.history-body .hisb-hero .hbh-right .am-right:after {
  content: " ";
  display: block;
  clear: both;
}
.history-body .hisb-hero .hbh-right .am-right .amr-sidebar .get-sidebar {
  margin-top: -40px;
}
.history-body .hisb-hero .hbh-right .am-right .amr-sidebar .get-sidebar h3 {
  padding-left: 26px;
}
.history-body .hisb-hero .hbh-right .am-right .sidebar h2 {
  margin: 5% 0;
  font-size: 180%;
}
.history-body .hisb-hero .hbh-right .am-right .sidebar .fa {
  color: #841f27;
  margin-left: 15px;
}
.history-body .hisb-hero .hbh-right .am-right .sidebar .fa:hover, .history-body .hisb-hero .hbh-right .am-right .sidebar .fa:focus {
  color: #135037;
  transition: 0.5s;
}
.history-body .hisb-hero .hbh-right .am-right .sidebar li ul li a {
  color: #841f27;
  font-size: 90%;
  margin-left: -25px;
}
.history-body .hisb-hero .hbh-right .am-right .sidebar li ul li a:hover, .history-body .hisb-hero .hbh-right .am-right .sidebar li ul li a:focus {
  color: #135037;
  transition: 0.5s;
}

/* -- RESOURCE PG. STYLES ----------- */
.res-top {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
}
.res-top:after {
  content: " ";
  display: block;
  clear: both;
}
.res-top .rt-hero {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url(../hbtown/img/hero/history_134.jpg) 0 75% no-repeat;
  height: 550px;
  margin-top: -10px;
}
.res-top .rt-hero:after {
  content: " ";
  display: block;
  clear: both;
}
.res-top .rt-hero .rt-hero-mask {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  height: 550px;
}
.res-top .rt-hero .rt-hero-mask:after {
  content: " ";
  display: block;
  clear: both;
}

.res-mid {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 3%;
  font-size: 105%;
}
.res-mid:after {
  content: " ";
  display: block;
  clear: both;
}
.res-mid h1 {
  margin-bottom: 2%;
}
.res-mid h2 {
  padding: 0 3% 1%;
  margin-top: -40px;
}
.res-mid a {
  color: #841f27;
}
.res-mid a:hover, .res-mid a:focus {
  color: #135037;
}
.res-mid .rs-mid-left {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  padding: 0 3%;
}
.res-mid .rs-mid-left:after {
  content: " ";
  display: block;
  clear: both;
}
.res-mid .rs-mid-right {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 49.15254%;
  float: right;
  margin-right: 0;
  padding: 0 3%;
}
.res-mid .rs-mid-right:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1000px) {
  .res-mid .rs-mid-left, .res-mid .rs-mid-right {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .res-mid .rs-mid-left:after, .res-mid .rs-mid-right:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.res-btm {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3% 0 3%;
  padding-bottom: 6%;
}
.res-btm:after {
  content: " ";
  display: block;
  clear: both;
}
.res-btm ul li {
  list-style: square;
}
.res-btm h2 {
  padding: 0 3% 1%;
  margin-top: -40px;
}
.res-btm .rb-top {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1%;
  padding: 0 3%;
}
.res-btm .rb-top:after {
  content: " ";
  display: block;
  clear: both;
}
.res-btm .rb-top .rbt-left {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  background: #fff;
  min-height: 480px;
  border: solid 1px #61a87c;
  outline: solid 2px #841f27;
  outline-offset: 2px;
  padding: 1%;
}
.res-btm .rb-top .rbt-left:after {
  content: " ";
  display: block;
  clear: both;
}
.res-btm .rb-top .rbt-center {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  background: #fff;
  min-height: 480px;
  border: solid 1px #61a87c;
  outline: solid 2px #841f27;
  outline-offset: 2px;
  padding: 1%;
}
.res-btm .rb-top .rbt-center:after {
  content: " ";
  display: block;
  clear: both;
}
.res-btm .rb-top .rbt-right {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 32.20339%;
  float: right;
  margin-right: 0;
  background: #fff;
  min-height: 480px;
  border: solid 1px #61a87c;
  outline: solid 2px #841f27;
  outline-offset: 2px;
  padding: 1%;
}
.res-btm .rb-top .rbt-right:after {
  content: " ";
  display: block;
  clear: both;
}
.res-btm .rb-btm {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3%;
}
.res-btm .rb-btm:after {
  content: " ";
  display: block;
  clear: both;
}
.res-btm .rb-btm .rbb-left {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  background: #fff;
  min-height: 480px;
  border: solid 1px #61a87c;
  outline: solid 2px #841f27;
  outline-offset: 2px;
  padding: 1%;
}
.res-btm .rb-btm .rbb-left:after {
  content: " ";
  display: block;
  clear: both;
}
.res-btm .rb-btm .rbb-center {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  min-height: 480px;
}
.res-btm .rb-btm .rbb-center:after {
  content: " ";
  display: block;
  clear: both;
}
.res-btm .rb-btm .rbb-center p {
  margin-top: 190px;
  text-align: center;
}
.res-btm .rb-btm .rbb-right {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 32.20339%;
  float: right;
  margin-right: 0;
  background: #fff;
  min-height: 480px;
  border: solid 1px #61a87c;
  outline: solid 2px #841f27;
  outline-offset: 2px;
  padding: 1%;
}
.res-btm .rb-btm .rbb-right:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1000px) {
  .res-btm {
    margin-bottom: 3%;
  }
  .res-btm .rb-top .rbt-left, .res-btm .rb-top .rbt-center, .res-btm .rb-top .rbt-right {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 15px 0;
    min-height: 100%;
  }
  .res-btm .rb-top .rbt-left:after, .res-btm .rb-top .rbt-center:after, .res-btm .rb-top .rbt-right:after {
    content: " ";
    display: block;
    clear: both;
  }
  .res-btm .rb-btm .rbb-left, .res-btm .rb-btm .rbb-center, .res-btm .rb-btm .rbb-right {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 15px 0;
    min-height: 100%;
  }
  .res-btm .rb-btm .rbb-left:after, .res-btm .rb-btm .rbb-center:after, .res-btm .rb-btm .rbb-right:after {
    content: " ";
    display: block;
    clear: both;
  }
  .res-btm .rb-btm .rbb-center p {
    margin: 15px 0;
  }
}

/* -- SUPPORT PG. STYLES ------------ */
.support-top {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
}
.support-top:after {
  content: " ";
  display: block;
  clear: both;
}
.support-top .st-hero {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url(../hbtown/img/hero/history_012.jpg) 0 95% no-repeat;
  height: 550px;
  margin-top: -10px;
}
.support-top .st-hero:after {
  content: " ";
  display: block;
  clear: both;
}
.support-top .st-hero .st-hero-mask {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  height: 550px;
}
.support-top .st-hero .st-hero-mask:after {
  content: " ";
  display: block;
  clear: both;
}

/* -- DONATE PG. STYLES ------------- */
.donate-top {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
}
.donate-top:after {
  content: " ";
  display: block;
  clear: both;
}
.donate-top .dt-hero {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url(../hbtown/img/hero/history_288.jpg) no-repeat;
  height: 550px;
  margin-top: -10px;
}
.donate-top .dt-hero:after {
  content: " ";
  display: block;
  clear: both;
}
.donate-top .dt-hero .dt-hero-mask {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  height: 550px;
}
.donate-top .dt-hero .dt-hero-mask:after {
  content: " ";
  display: block;
  clear: both;
}

.donate-mid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3%;
  padding: 3%;
}
.donate-mid:after {
  content: " ";
  display: block;
  clear: both;
}
.donate-mid .dm-hero {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-height: 600px;
}
.donate-mid .dm-hero:after {
  content: " ";
  display: block;
  clear: both;
}
.donate-mid .dm-hero .dm-hero-left {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
}
.donate-mid .dm-hero .dm-hero-left:after {
  content: " ";
  display: block;
  clear: both;
}
.donate-mid .dm-hero .dm-hero-right {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 23.72881%;
  float: right;
  margin-right: 0;
}
.donate-mid .dm-hero .dm-hero-right:after {
  content: " ";
  display: block;
  clear: both;
}
.donate-mid .dm-hero .dm-hero-right .dm-right {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.donate-mid .dm-hero .dm-hero-right .dm-right:after {
  content: " ";
  display: block;
  clear: both;
}
.donate-mid .dm-hero .dm-hero-right .dm-right .dmr-sidebar .get-sidebar {
  margin-top: -40px;
}
.donate-mid .dm-hero .dm-hero-right .dm-right .dmr-sidebar .get-sidebar h3 {
  padding-left: 26px;
}
.donate-mid .dm-hero .dm-hero-right .dm-right .sidebar h2 {
  margin: 5% 0;
  font-size: 180%;
}
.donate-mid .dm-hero .dm-hero-right .dm-right .sidebar .fa {
  color: #841f27;
  margin-left: 15px;
}
.donate-mid .dm-hero .dm-hero-right .dm-right .sidebar .fa:hover, .donate-mid .dm-hero .dm-hero-right .dm-right .sidebar .fa:focus {
  color: #135037;
  transition: 0.5s;
}
.donate-mid .dm-hero .dm-hero-right .dm-right .sidebar li ul li {
  list-style-position: outside;
  text-indent: -13px;
  margin-left: -25px;
}
.donate-mid .dm-hero .dm-hero-right .dm-right .sidebar li ul li a {
  color: #841f27;
  font-size: 90%;
}
.donate-mid .dm-hero .dm-hero-right .dm-right .sidebar li ul li a:hover, .donate-mid .dm-hero .dm-hero-right .dm-right .sidebar li ul li a:focus {
  color: #135037;
  transition: 0.5s;
}

/* -- CONTACT PG. STYLES ------------- */
