
@import url("/pages/menucss?ts=");
/* /bfsitecss/full800 */

.logged-in { display:none }
.logged-out { }
.priv-ybeditor { display:none }
.priv-not-ybeditor { }
.priv-edit { display:none }
.priv-not-edit { }
.priv-admin { display:none }
.priv-not-admin { }
.edithtmlbody {background-color:white;background-image:none;}
.edithtmlbody .logged-in {display:block}
.edithtmlbody .logged-out {display:block}

@import url(//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Raleway:400,700,600);
table.classsite {
  margin: 0 auto;
  text-align: left;
  width: 980px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  padding: 0;
  font-weight: 400;
  line-height: 1.5em;
  position: relative; }

td.classsite {
  margin: 0;
  padding: 30px 40px 30px 40px;
  background-color: #ffffff;
  line-height: 1.6em;
  border: 1px solid #e1e1e1; }

body {
  font-family: 'PT Sans', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 102%;
  line-height: 1.5em;
  color: #000;
  background-color: #ededed; }

p {
  margin-bottom: 1.5em; }

h1 {
  color: #2e2e2e;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.8em;
  margin-bottom: 0;
  background: #ededed;
  padding: 5px 10px; }

h2 {
  color: #dd7431;
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: .5em; }

h3 {
  font-weight: normal;
  color: #dd7431;
  font-size: 1.3em; }

h4 {
  font: italic; }

#header {
  min-width: 980px;
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column; }
  #header > div:first-child {
    height: 151px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid white; }
    #header > div:first-child div:last-child img {
      margin: 5px 30px 0 0; }
  #header > div:last-child {
    height: 63px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0 0 10px; }

ul.bfmenu_topmenu a {
  text-transform: uppercase; }

body[data-pageid="pages/home"] td.classsite {
  background-color: #ededed;
  padding: 12px 12px 12px 0px;
  border: none; }
  body[data-pageid="pages/home"] td.classsite > div[edithtmlid] {
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 10px;
    margin: 0 0 0 0;
    padding: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19); }
    body[data-pageid="pages/home"] td.classsite > div[edithtmlid] h1 {
      font: bold 25pt/27pt Arial;
      text-transform: none;
      background: none; }

body[data-pageid="pages/home"] td.leftNav {
  background-color: #ededed;
  min-width: 325px;
  border: none; }
  body[data-pageid="pages/home"] td.leftNav div.bfedithtmlbody > div {
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 10px;
    margin: 12px 12px 0 12px;
    padding: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19); }

hr {
  border: 0;
  background-color: black;
  margin: 8px 5px;
  height: 4px; }

blockquote {
  border-bottom: none;
  border-top: none;
  margin-bottom: 1em;
  margin-top: 1em; }

.logo_container {
  float: left;
  margin-bottom: 30px;
  margin-top: 5px; }

.site_name {
  float: left;
  margin-top: 10px; }

.menu {
  margin-top: 23px;
  margin-left: 20px;
  position: relative; }

.menu ul li {
  padding-bottom: 10px; }

.menu ul li ul li {
  padding: 5px 0;
  border-bottom: 1px solid #4a4949;
  margin: 0 5px; }

.menu ul li ul li:last-child {
  border-bottom: none; }

.search {
  position: absolute;
  top: 20px;
  right: 0; }

.search input[type=text] {
  margin-right: 5px;
  width: 175px;
  padding: 6px 7px;
  border-radius: 15px;
  border: none;
  background-color: #4a4949;
  color: #ffffff;
  font-size: 1em; }

.search input[type=submit] {
  padding: 5px 8px;
  border-radius: 15px;
  border: none;
  background-color: #4a4949;
  color: #dd7431 !important;
  text-transform: uppercase;
  font-size: .1em;
  font-family: 'PT Sans', sans-serif; }

.search input[type=submit]:hover {
  background-color: #dd7431;
  font-family: 'PT Sans', sans-serif;
  color: #ffffff !important; }

ul.bfmenu_topnav {
  background: transparent; }

ul.bfmenu_topnav a, ul.bfmenu_topnav li.dis a:hover {
  background: transparent;
  color: #000;
  font-weight: 600;
  font-size: 17px;
  font-family: 'Raleway', sans-serif; }

ul.bfmenu_topnav li a:hover, ul.bfmenu_topnav li:hover > a {
  background: transparent;
  font-size: 17px;
  font-weight: 600 !important;
  font-family: 'Raleway', sans-serif;
  color: #dd7431; }

ul.bfmenu_topnav span,
ul.bfmenu_topnav li:hover a span {
  background-image: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 600; }

ul.bfmenu_topnav li {
  margin-right: 10px; }

ul.bfmenu_topnav ul {
  background-color: #2e2e2e;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black; }

ul.bfmenu_topnav ul li a {
  color: #dd7431;
  padding: .5em; }

ul.bfmenu_topnav span {
  padding-right: 15px; }

ul.bfmenu_topnav ul a, ul.bfmenu_topnav ul li.dis a:hover, ul.bfmenu_topnav ul li:hover > a, ul.bfmenu_topnav ul li a:hover {
  color: #dd7431;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600l;
  font-family: 'Raleway', sans-serif; }

.login_info {
  background: #ededed;
  padding: 10px; }

.login_info form {
  display: inline-block; }

input.login {
  width: 200px;
  padding: 6px 7px;
  border-radius: 15px;
  border: 1px solid #d4d4d4;
  padding-left: 5px;
  padding-right: 5px;
  background: #ffffff; }

input.login_button[type="submit"] {
  background-color: #dd7431;
  padding: 5px 8px;
  color: #ffffff;
  border-radius: 15px;
  text-transform: uppercase;
  border: medium none;
  font-weight: normal; }

input.login_button[type=submit]:hover {
  background-color: #4a4949; }

.login_info .signup {
  float: right;
  font-size: .85em;
  line-height: 1.2em;
  margin-right: 10px; }

.feature {
  background: #dd7431;
  padding: 5px;
  margin-top: 30px;
  margin-bottom: 30px; }

.feature .feature_left {
  background: #ffffff;
  padding: 18px;
  width: 60%;
  color: #000;
  float: left;
  box-sizing: border-box; }

.feature .feature_left h2 {
  color: #2e2e2e;
  margin-bottom: 0;
  font-size: 1.7em; }

.feature .feature_left h3 {
  margin-top: 0;
  color: #dd7431;
  margin-bottom: .5em; }

.feature .feature_right {
  background-color: #2e2e2e;
  width: 40%;
  float: right;
  box-sizing: border-box; }

.feature .feature_right ul {
  margin: 0;
  padding: 0; }

.feature .feature_right ul li {
  list-style: none;
  border-bottom: 1px solid #737373;
  background-color: #2e2e2e; }

.feature .feature_right ul li:last-child {
  border-bottom: 1px solid #2e2e2e; }

.feature .feature_right ul li a {
  font-size: 1.3em;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  padding: 30px 30px 30px 70px;
  display: inline-block; }

.feature .feature_right ul li a:hover {
  text-decoration: none;
  color: #fff; }

li.missing {
  background: url(https://images.reuniontechnologies.com/img/PU67B/missing.png) no-repeat;
  background-position: 15px 25px; }

li.directory {
  background: url(https://images.reuniontechnologies.com/img/PU67B/directory.png) no-repeat;
  background-position: 17px 20px; }

li.reunion {
  background: url(https://images.reuniontechnologies.com/img/PU67B/reunion.png) no-repeat;
  background-position: 20px 18px; }

li.contact {
  background: url(https://images.reuniontechnologies.com/img/PU67B/contact.png) no-repeat;
  background-position: 17px 20px; }

table.front td:first-child {
  width: 60%;
  padding-right: 40px; }

table.front h2 {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 5px solid #ededed;
  font-size: 1.3em;
  padding-bottom: .25em;
  margin-bottom: 30px; }

.btnBasic {
  background: #462f29;
  border: 3px solid #d0c3b0;
  color: #ffffff; }

.btnBasic:hover {
  background: #211714; }

.bftable th {
  background-color: #873b22;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif; }

a:link {
  color: #dd7431;
  text-decoration: none; }

a:visited {
  color: #dd7431;
  text-decoration: none; }

a:hover {
  color: #dd7431;
  text-decoration: underline; }

a:active {
  color: #dd7431;
  text-decoration: underline; }

td.leftNav {
  font-family: tahoma, "arial", verdana;
  font-size: 8pt;
  background-color: #FFFFFF;
  text-align: left;
  margin-top: 5px;
  width: 117px;
  border-right: dotted 1px #999999; }

.leftNav ul {
  font-weight: bold;
  color: #FF6600;
  list-style: none outside;
  text-indent: 0;
  text-align: left;
  margin: 0 0 0 4px;
  padding: 0 0 0 0;
  line-height: 1.6; }

.leftNav ul a {
  color: #FF6600;
  text-decoration: none; }

.leftNav ul a:visited {
  color: #FF6600;
  text-decoration: none; }

.leftNav ul a:hover {
  color: #FF6600;
  text-decoration: underline; }

.leftNav ul ul {
  font-weight: normal;
  color: #000000;
  margin-left: -5;
  list-style: disc outside url(https://images.reuniontechnologies.com/img/PU52/layout/bullet_orange.gif);
  text-indent: 0;
  text-align: left;
  margin: 0 0 0 20px;
  padding: 0 0 0 0;
  line-height: 1.7; }

.leftNav ul ul a {
  color: #000000;
  margin-left: -5;
  text-decoration: none; }

.leftNav ul ul a:visited {
  color: #000000;
  text-decoration: none; }

.leftNav ul ul a:hover {
  color: #000000;
  text-decoration: underline; }

.xnewsFlash {
  line-height: 1.2;
  color: #000000;
  position: static;
  top: auto;
  width: auto;
  right: 15px;
  background-color: #dddddd;
  border: 1px #000000 solid;
  font-size: .9em;
  font-family: verdana;
  text-align: left;
  padding: 5px 5px 5px 5px;
  clip: rect(); }

.xnewsFlash a:link {
  text-decoration: none;
  color: #666666; }

.xnewsFlash a:visited {
  text-decoration: none;
  color: #666666; }

.xnewsFlash a:active {
  text-decoration: none;
  color: #666666; }

.xnewsFlash a:hover {
  color: #F86833;
  text-decoration: underline; }

.xnewsFlash hr {
  height: 3px;
  color: #F86833;
  border: 3px #999999 dotted; }

table.form {
  background-color: #ffffff;
  border: none;
  color: #737373;
  font-family: 'PT Sans', sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  width: 100%; }

.form table {
  background-color: #ffffff;
  border: none;
  color: #737373;
  font-family: 'PT Sans', sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 5px;
  text-align: left;
  vertical-align: top; }

table.BFTabStrip {
  border-bottom: 1px solid #cccccc;
  color: #737373;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  line-height: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0;
  text-align: center; }

.BFTabStrip a {
  font-family: PT Sans,sans-serif;
  font-size: 10pt; }

.form h1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  color: #2e2e2e;
  background-color: transparent;
  padding: 3px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: .5em; }

.form h6 {
  margin: 0;
  padding: 2px 2px 2px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #999999;
  line-height: 1.0; }

.formhead1 {
  background-color: #F86833; }

.heading1 {
  font-weight: bold;
  font-size: 14px;
  font-family: helvetica, tahoma, 'arial', verdana; }

.heading3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold; }

.smalltext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px; }

.llinks {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold; }

.footer-links {
  margin-left: 75%;
  margin-top: -30px;
  padding-bottom: 30px; }

.footer-links ul {
  list-style: none; }

.footer-links a:link, .footer-links a {
  color: #ffffff; }

.footer a:link {
  color: #dd7431; }

.footer a:hover {
  color: #dd7431; }

.footer a:visited {
  color: #dd7431; }

.footer {
  color: #ffffff;
  font-size: .8em;
  background-color: #2e2e2e;
  padding-left: 40px;
  padding-right: 40px; }

.footer p {
  padding-top: 30px;
  line-height: 2em; }

ul.bfmenu_memorials {
  padding: 5px;
  width: 100%;
  margin-bottom: 1.5em; }

ul.bfmenu_memorials {
  border-color: #000000;
  border-style: solid;
  border-width: 0; }

ul.bfmenu_memorials {
  background-color: #ededed;
  border: 1px solid #e1e1e1; }

ul.bfmenu_memorials {
  display: block;
  float: left; }

ul.bfmenu_memorials a, ul.bfmenu_memorials li.dis a:hover {
  padding: 2px; }

ul.bfmenu_memorials a, ul.bfmenu_memorials li.dis a:hover {
  border-color: #000000;
  border-style: solid;
  border-width: 0; }

ul.bfmenu_memorials a, ul.bfmenu_memorials li.dis a:hover, ul.bfmenu_memorials li:hover > a, ul.bfmenu_memorials li a:hover {
  color: #dd7431;
  font: PT Sans,sans-serif;
  text-decoration: none; }

ul.bfmenu_memorials a, ul.bfmenu_memorials li.dis a:hover {
  background-color: transparent; }

ul.bfmenu_memorials a, ul.bfmenu_memorials li.dis a:hover {
  cursor: pointer;
  display: block;
  text-align: left;
  vertical-align: top; }

.send_notes {
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(50%, #f4f4f4), color-stop(100%, #f3f3f3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f3f3f3',GradientType=0 );
  /* IE6-9 */
  padding: 10px;
  float: right;
  width: 200px;
  margin-top: 1.5em;
  margin-bottom: 1em;
  border: 1px solid #e1e1e1; }

table {
  line-height: 1.6em; }

/*Home Page Styles*/
.home_right {
  float: right;
  width: 47%;
  text-align: top;
  padding-top: 5px; }

.home_left {
  width: 47%;
  text-align: top;
  clear: both;
  float: left;
  padding-top: 5px; }

.home_right h3, .home_content_left h3 {
  margin-top: 0;
  margin-bottom: 1em; }

.home_left > h1, .home_right > h1 {
  background: #e0e0e0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e0e0e0 0%, #dddddd 50%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(50%, #dddddd), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #dddddd 50%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e0e0e0 0%, #dddddd 50%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e0e0e0 0%, #dddddd 50%, #dcdcdc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e0e0e0 0%, #dddddd 50%, #dcdcdc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#dcdcdc',GradientType=0 );
  /* IE6-9 */
  text-transform: uppercase;
  padding: 10px;
  padding-right: 0;
  font-size: 1.2em;
  border-bottom: 1px solid #d4d4d4;
  margin-top: 10px;
  margin-bottom: 0px; }

.box {
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(50%, #f4f4f4), color-stop(100%, #f3f3f3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f3f3f3',GradientType=0 );
  /* IE6-9 */
  padding: 10px; }

div.bfposts_custom > div {
  border-top: none;
  border-bottom: 4px solid black;
  padding-bottom: 12px;
  margin-bottom: 18px; }
