
@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}

@charset "UTF-8";
/* Basic Layout */
/*@mixin bflayout-allwidths($w) {
    $w: $w + 0px;

    #bfmiddle > div {
        padding: 0;
        max-width: $w;
    }

    #bfmenubar > div {
        padding: 0;
        max-width: $w;
    }

    #bfheader > div {
        padding: 0;
        max-width: $w;
    }

    #bffooter > div {
        padding: 0;
        max-width: $w;
    }
}*/
/* TBD - replace with generic text-font mixin.  */
/*          i.e. "@include bfheader-h1-text(...) -->  #bfheader{ h1 { @include font-text(...) } } */
/*@mixin bfmenubar-colors($bgcolor, $bghovercolor, $txtcolor, $txthovercolor) {*/
/* define bg and text colors for menu */
/*$effective-bg: if($bgcolor == transparent, rgba(0, 0, 0, 0.7), $bgcolor);

    #bfmenubar {
        // Base background
        background-color: $bgcolor !important;

        nav.navbar.bg-dark {
            background-color: $bgcolor !important;
        }
        // Force background only when collapsed
        @media (max-width: 991.98px) {
            background-color: $effective-bg !important;

            nav.navbar.bg-dark {
                background-color: $effective-bg !important;
            }
        }
        // ✨ Custom link + hover styles only on wide screens
        @media (min-width: 992px) {
            nav.navbar-dark .navbar-nav .nav-link {
                color: $txtcolor;

                &:hover,
                &:focus {
                    color: $txthovercolor;
                }
            }

            .nav-item:hover {
                background-color: $bghovercolor;
            }
        }
    }
}*/
/********************************************************************************************************/
/*      Old mixins - probably not used */
/********************************************************************************************************/
/* Navbar */
/********************************************************************************************************/
/* Menu */
/********************************************************************************************************/
/* Buttons */
/*************************************/
/****** Basic style overrides ******/
/*************************************/
/* colors used : */
/*      @textcolor = #757575           (very dark grey) */
/*      @h1color = #59319A             (dark purple) */
/*      @h2color = #070707             (almost black) */
/*      @linkcolor = #1F3E90           (royal blue)  */
/*      @newsflashcolor = #FF9820  (orange) */
/*      @bgboxtopcolor = @h1color */
/*      @bgboxbottomtopcolor = #888888 (dark grey) */
/*      @bgboxbottombottomcolor = #1A1A1A (light black) */
/*      @btncustom1color = #512699 (81,38,153) (purple) */
/*      @btncustom1gradientcolor = #3D1C72 (61,28,114) (dark purple) */
/*      @btncustom1textcolor = #DDDEDF (almost white) */
/*      @btncustom1hovertextcolor = #FDCC09 (yellow) */
/*      @submenuovertextcolor = #00FFFF (blue) */
body {
  font-family: 'Droid Serif', serif;
  margin: 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7em;
  background-color: white;
  color: #757575; }

td.classsite {
  padding: 8px 5px 8px 5px; }

table.classsite {
  margin: 0 auto;
  margin-top: 0px;
  text-align: left;
  width: 980px;
  align: left;
  padding: 0;
  font: 400 15px/20px Verdana,Arial,Helvetica,sans-serif;
  color: black; }

table.survey h1 {
  font: bold 28px/30px Arial;
  color: #59319A; }

table.survey h2 {
  font: bold 16px/18px Arial;
  color: black; }

table.survey h3 {
  font: 16px/18px Arial;
  color: #555; }

table.survey .surveycheckbox {
  font: 14px/16px Arial;
  color: black; }

table.survey .choicelist h3 {
  font: 14px/16px Arial;
  color: black; }

p {
  background-color: none; }

h1 {
  font: bold 18pt/24pt Verdana, Arial, Helvetica, sans-serif;
  color: #951829;
  margin: 0;
  padding: 0; }

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15pt;
  color: black;
  margin: 0; }

a:link {
  color: #1F3E90;
  text-decoration: underline; }

a:visited {
  color: #1F3E90;
  text-decoration: underline; }

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

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

.form h1 {
  color: white;
  background-color: #641A2B; }

/*  .formtable2 { background-color: #F46432; }  (not used) */
.formhead1 {
  background-color: #59319A; }

.newsFlash a:hover {
  color: #FF9820; }

.newsFlash hr {
  color: #FF9820; }

.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; }

td.rightNav {
  background-color: white;
  padding: 5px; }

/*********************************/
/***** Header and Footer *****/
/*********************************/
.footer {
  font: 8pt/14pt Verdana, Arial, Helvetica, sans-serif;
  color: white;
  background-color: #641A2B;
  padding: 5px; }

.footer a:link {
  text-decoration: underline;
  color: white; }

.footer a:visited {
  text-decoration: underline;
  color: white; }

.footer a:active {
  text-decoration: underline;
  color: white; }

.footer a:hover {
  text-decoration: underline;
  color: white; }

.utility {
  float: right;
  width: 200px;
  text-align: right;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: .9em; }

#bgboxtop {
  margin: 0;
  position: absolute;
  z-index: -1;
  background-color: #951829;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 980px;
  height: 153px;
  display: inline-block; }

#bgboxbottom {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  min-width: 980px;
  background: -webkit-linear-gradient(#641A2B, #63666A);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#641A2B, #63666A);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#641A2B, #63666A);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#641A2B, #63666A);
  /* Standard syntax */ }

img#logo {
  margin: 16px 15px 0px 20px; }

/*************************************/
/***** Button style overrides  *****/
/*************************************/
.btnRounded12Point {
  border: none; }

.btnCustom1 {
  /* Apply gradient (must be inside selector) */
  background: #641A2B;
  background: -moz-linear-gradient(top, #641A2B 0%, #751829 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #641A2B), color-stop(100%, #751829));
  background: -webkit-linear-gradient(top, #641A2B 0%, #751829 100%);
  background: -o-linear-gradient(top, #641A2B 0%, #751829 100%);
  background: -ms-linear-gradient(top, #641A2B 0%, #751829 100%);
  background: linear-gradient(top, #641A2B 0%, #751829 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#641A2B', endColorstr='#751829',GradientType=0 );
  border-color: white;
  color: white; }

div.btnCustom1 > a, div.btnCustom1 > a:link, div.btnCustom1 > a:visited, div.btnCustom1 > a:active, div.btnCustom1 > a:hover {
  color: white;
  text-decoration: none; }

.btnCustom1:hover {
  /* Apply gradient (must be inside selector) */
  background: #781f34;
  background: -moz-linear-gradient(top, #781f34 0%, #8a1c30 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #781f34), color-stop(100%, #8a1c30));
  background: -webkit-linear-gradient(top, #781f34 0%, #8a1c30 100%);
  background: -o-linear-gradient(top, #781f34 0%, #8a1c30 100%);
  background: -ms-linear-gradient(top, #781f34 0%, #8a1c30 100%);
  background: linear-gradient(top, #781f34 0%, #8a1c30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#781f34', endColorstr='#8a1c30',GradientType=0 );
  border-color: white;
  color: white; }

option.PREVDECEASED {
  display: none; }
