/******************************************************************
 * GRID ***********************************************************
******************************************************************/
/* line 5, app/assets/stylesheets/app_styles.scss */
[class*="col-"] {
  float: left;
  padding: 15px;
}

/* For mobile phones: */
/* line 11, app/assets/stylesheets/app_styles.scss */
[class*="col-"] {
  width: 100%;
}

/*[class*="col-"]:last-child {
  clear: left;
}*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  /* For tablets: */
  /* line 20, app/assets/stylesheets/app_styles.scss */
  .col-s-1 {
    width: 8.33%;
  }
  /* line 23, app/assets/stylesheets/app_styles.scss */
  .col-s-2 {
    width: 16.66%;
  }
  /* line 26, app/assets/stylesheets/app_styles.scss */
  .col-s-3 {
    width: 25%;
  }
  /* line 29, app/assets/stylesheets/app_styles.scss */
  .col-s-4 {
    width: 33.33%;
  }
  /* line 32, app/assets/stylesheets/app_styles.scss */
  .col-s-5 {
    width: 41.66%;
  }
  /* line 35, app/assets/stylesheets/app_styles.scss */
  .col-s-6 {
    width: 50%;
  }
  /* line 38, app/assets/stylesheets/app_styles.scss */
  .col-s-7 {
    width: 58.33%;
  }
  /* line 41, app/assets/stylesheets/app_styles.scss */
  .col-s-8 {
    width: 66.66%;
  }
  /* line 44, app/assets/stylesheets/app_styles.scss */
  .col-s-9 {
    width: 75%;
  }
  /* line 47, app/assets/stylesheets/app_styles.scss */
  .col-s-10 {
    width: 83.33%;
  }
  /* line 50, app/assets/stylesheets/app_styles.scss */
  .col-s-11 {
    width: 91.66%;
  }
  /* line 53, app/assets/stylesheets/app_styles.scss */
  .col-s-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  /* line 60, app/assets/stylesheets/app_styles.scss */
  .col-1 {
    width: 8.33%;
  }
  /* line 63, app/assets/stylesheets/app_styles.scss */
  .col-2 {
    width: 16.66%;
  }
  /* line 66, app/assets/stylesheets/app_styles.scss */
  .col-3 {
    width: 25%;
  }
  /* line 69, app/assets/stylesheets/app_styles.scss */
  .col-4 {
    width: 33.33%;
  }
  /* line 72, app/assets/stylesheets/app_styles.scss */
  .col-5 {
    width: 41.66%;
  }
  /* line 75, app/assets/stylesheets/app_styles.scss */
  .col-6 {
    width: 50%;
  }
  /* line 78, app/assets/stylesheets/app_styles.scss */
  .col-7 {
    width: 58.33%;
  }
  /* line 81, app/assets/stylesheets/app_styles.scss */
  .col-8 {
    width: 66.66%;
  }
  /* line 84, app/assets/stylesheets/app_styles.scss */
  .col-9 {
    width: 75%;
  }
  /* line 87, app/assets/stylesheets/app_styles.scss */
  .col-10 {
    width: 83.33%;
  }
  /* line 90, app/assets/stylesheets/app_styles.scss */
  .col-11 {
    width: 91.66%;
  }
  /* line 93, app/assets/stylesheets/app_styles.scss */
  .col-12 {
    width: 100%;
  }
}

/******************************************************************
 * GLOBAL *********************************************************
******************************************************************/
/* line 102, app/assets/stylesheets/app_styles.scss */
* {
  box-sizing: border-box;
}

/* line 106, app/assets/stylesheets/app_styles.scss */
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0;
}

/* line 116, app/assets/stylesheets/app_styles.scss */
body {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-top: 0;
}

/* line 121, app/assets/stylesheets/app_styles.scss */
code {
  background-color: var(--text-shade-color);
  width: 80;
  opacity: 0.90;
  margin-top: 5px;
  margin-bottom: 10px;
  color: black;
  /*font-size: 1em;*/
}

/* line 131, app/assets/stylesheets/app_styles.scss */
pre {
  margin-left: 40px;
  font-size: 0.9em;
}

/* line 136, app/assets/stylesheets/app_styles.scss */
.logo img {
  padding: 0;
  margin: 0;
}

/* line 141, app/assets/stylesheets/app_styles.scss */
.divider {
  width: 100%;
  background: url(/assets/larryz-line-84c62883e022fd46235c53d7d2d5357a98a3febc732c30eff23cf9527a24f823.png) center no-repeat;
}

/* line 146, app/assets/stylesheets/app_styles.scss */
.bottom-line {
  border-bottom: thin solid black;
}

/* line 150, app/assets/stylesheets/app_styles.scss */
.row {
  height: 0;
  margin-right: 20%;
  margin-left: 20%;
}

/* line 156, app/assets/stylesheets/app_styles.scss */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* line 162, app/assets/stylesheets/app_styles.scss */
#header a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

/* line 168, app/assets/stylesheets/app_styles.scss */
#header a:hover {
  color: black;
}

/* line 172, app/assets/stylesheets/app_styles.scss */
#header span {
  color: white;
  float: left;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 13px;
}

/* line 181, app/assets/stylesheets/app_styles.scss */
#subheader span {
  color: var(--primary-color);
  float: left;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 13px;
}

/* line 190, app/assets/stylesheets/app_styles.scss */
#header .selected {
  color: white;
  text-decoration: underline;
}

/* line 196, app/assets/stylesheets/app_styles.scss */
a {
  color: var(--anchor-color);
  text-decoration: none;
}

/* line 201, app/assets/stylesheets/app_styles.scss */
#subheader a {
  color: var(--anchor-color);
  text-decoration: none;
}

/* line 206, app/assets/stylesheets/app_styles.scss */
.selected {
  color: black;
  text-shadow: 0 0 2px #b4b240;
}

/* line 212, app/assets/stylesheets/app_styles.scss */
a:hover {
  color: black;
  text-decoration: underline;
}

/* line 217, app/assets/stylesheets/app_styles.scss */
#headerLinks {
  margin-left: 20px;
  /*width: 60%;*/
  font-variant: small-caps;
  color: white;
}

/* line 224, app/assets/stylesheets/app_styles.scss */
#headerTarget {
  /*width: 60%;*/
  height: 50%;
  float: left;
  color: var(--text-shade-color);
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 5px;
  padding-left: 20px;
}

/* line 235, app/assets/stylesheets/app_styles.scss */
#header {
  font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

/* line 243, app/assets/stylesheets/app_styles.scss */
#header img {
  float: left;
  margin-top: 0;
  margin-left: 10px;
}

/* line 249, app/assets/stylesheets/app_styles.scss */
#header span {
  float: left;
  font: bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* line 254, app/assets/stylesheets/app_styles.scss */
.rightSection ul {
  list-style-type: none;
  padding-left: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  clear: left;
}

/* line 264, app/assets/stylesheets/app_styles.scss */
.rightSection ul li {
  float: left;
  clear: left;
}

/* line 270, app/assets/stylesheets/app_styles.scss */
.rightSection h3 {
  font-size: 0.9em;
  margin-bottom: 0;
}

/* line 276, app/assets/stylesheets/app_styles.scss */
.rightSection label {
  font-size: 0.6em;
  margin-bottom: 0;
  clear: left;
}

/* line 283, app/assets/stylesheets/app_styles.scss */
.img_bg {
  height: 60px;
  background-color: var(--primary-color);
  padding: 0;
  font-SIZE: 0.9em;
}

/* line 290, app/assets/stylesheets/app_styles.scss */
.img_bg_sub {
  height: 40px;
  background-color: transparent;
  padding: 0;
  font-SIZE: 0.9em;
}

/* line 297, app/assets/stylesheets/app_styles.scss */
.left_bg {
  background-color: var(--primary-color);
  height: 60px;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding: 5px;
}

/* line 306, app/assets/stylesheets/app_styles.scss */
.left_bg_sub {
  background-color: transparent;
  height: 40px;
  margin: 0;
  padding: 0;
  float: left;
}

/* line 314, app/assets/stylesheets/app_styles.scss */
.right_bg {
  background-color: var(--primary-color);
  height: 60px;
  text-align: right;
  padding-top: 5px;
  padding-right: 10px;
}

/* line 322, app/assets/stylesheets/app_styles.scss */
.right_bg_sub {
  background-color: transparent;
  height: 40px;
  text-align: right;
  padding-top: 5px;
  padding-right: 10px;
}

/* line 330, app/assets/stylesheets/app_styles.scss */
.right_bg ul {
  float: right;
  clear: right;
  margin-top: 5px;
}

/* line 336, app/assets/stylesheets/app_styles.scss */
.left_bg ul {
  float: left;
  margin-top: 24px;
  margin-right: 0;
  padding: 0;
}

/* line 343, app/assets/stylesheets/app_styles.scss */
#header ul {
  padding: 0;
  margin-left: 10px;
}

/* line 348, app/assets/stylesheets/app_styles.scss */
#header ul li {
  display: inline;
  margin-left: 10px;
  float: left;
}

/* line 354, app/assets/stylesheets/app_styles.scss */
#subheader ul {
  padding: 0;
  margin-left: 10px;
  margin-top: 3px;
}

/* line 360, app/assets/stylesheets/app_styles.scss */
#subheader ul li {
  display: inline;
  margin-left: 20px;
  float: left;
}

/* line 366, app/assets/stylesheets/app_styles.scss */
.menuOptions {
  height: 20px;
  font: 1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
}

/* line 374, app/assets/stylesheets/app_styles.scss */
.menuOptions span {
  float: left;
  margin-top: 22px;
  font: bold 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-left: 16px;
}

/* line 381, app/assets/stylesheets/app_styles.scss */
.menuOptions ul {
  float: left;
  display: inline;
  height: 14px;
  padding-left: 16px;
  margin-top: 20px;
}

/* line 389, app/assets/stylesheets/app_styles.scss */
.menuOptions ul li {
  float: left;
  display: inline;
  margin-right: 16px;
}

/* line 395, app/assets/stylesheets/app_styles.scss */
.menuOptions a {
  color: var(--primary-color);
  text-shadow: none;
  font-weight: bold;
  height: 14px;
}

/* line 402, app/assets/stylesheets/app_styles.scss */
.menuOptions a:hover {
  color: black;
  text-shadow: 3px 3px 3px #9e8f7e;
}

/* line 407, app/assets/stylesheets/app_styles.scss */
.menuOptions li#hilite {
  color: black;
  font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
  text-shadow: 3px 3px 3px #9e8f7e;
  margin-top: -4px;
}

/* line 414, app/assets/stylesheets/app_styles.scss */
.menuOptions li#hilite a {
  color: black;
  text-shadow: 3px 3px 3px #9e8f7e;
}

/* line 419, app/assets/stylesheets/app_styles.scss */
#today {
  float: right;
  font-variant: small-caps;
  font-size: 0.9em;
  margin-left: 10px;
  color: white;
  text-shadow: 0 0 #cea5a5;
  font-weight: bold;
  clear: left;
  min-height: 10px;
  margin-top: 0;
}

/* line 432, app/assets/stylesheets/app_styles.scss */
#comment {
  font: 1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
  float: left;
  margin-left: 160px;
  color: #3C4E5C;
  padding-bottom: 20px;
}

/* line 440, app/assets/stylesheets/app_styles.scss */
#comment a {
  color: #3C4E5C;
}

/* line 444, app/assets/stylesheets/app_styles.scss */
#comment a:hover {
  color: black;
  font-weight: bold;
}

/* line 449, app/assets/stylesheets/app_styles.scss */
.dateline {
  font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
  text-align: right;
  color: var(--primary-color);
  font-weight: bold;
  padding-right: 50px;
  float: right;
}

/* line 458, app/assets/stylesheets/app_styles.scss */
.dateline i b small a {
  color: teal;
}

/* line 462, app/assets/stylesheets/app_styles.scss */
.blog-title {
  font: bold 2.5em "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #9e3404;
  text-shadow: 3px 3px 3px #9e8f7e;
}

/* line 468, app/assets/stylesheets/app_styles.scss */
.section-title {
  font: bold 1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
  text-align: center;
}

/* line 473, app/assets/stylesheets/app_styles.scss */
.blog_title-centered {
  font: bold 2.5em "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #9e3404;
  text-shadow: 1px 1px 1px #9e8f7e;
  text-align: center;
}

/* line 480, app/assets/stylesheets/app_styles.scss */
.feature {
  width: 100%;
  height: 100%;
}

/* line 485, app/assets/stylesheets/app_styles.scss */
.feature hr {
  clear: left;
}

/* line 489, app/assets/stylesheets/app_styles.scss */
.feature li {
  font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
  color: black;
  list-style-type: circle;
}

/* line 495, app/assets/stylesheets/app_styles.scss */
.feature a {
  color: maroon;
}

/* line 499, app/assets/stylesheets/app_styles.scss */
.feature h1 {
  font: 2em "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #8B572A;
}

/* line 504, app/assets/stylesheets/app_styles.scss */
#img_heading {
  width: 660px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(/Volumes/MBACK/Visual/Photos/family/20131215/Selected/Photo_Dec2580816PM.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 514, app/assets/stylesheets/app_styles.scss */
#img_heading span {
  color: #FDD000;
  top: 30px;
  float: left;
  font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
  padding-left: 20px;
  text-shadow: 3px 2px 5px #1a1a08;
  margin-top: 250px;
}

/* line 524, app/assets/stylesheets/app_styles.scss */
#img_content {
  float: left;
  width: 80%;
  margin-left: 60px;
  font: 90% "Trebuchet MS";
  font-style: italic;
}

/* line 532, app/assets/stylesheets/app_styles.scss */
#footer {
  background: var(--primary-color);
  color: var(--text-shade-color);
  position: relative;
  height: 40px;
  margin-top: 100px;
  clear: both;
  /*padding: 20px;*/
}

/**************************************************************************
view section page 'yield' that includes the record field and edit links
***************************************************************************/
/*	middle divider	*/
/* line 547, app/assets/stylesheets/app_styles.scss */
.middleDiv {
  background-color: #D8D8D8;
  margin-top: 0px;
  margin-right: 20px;
  width: 10%;
  float: left;
  margin-left: 20px;
  min-height: 960px;
}

/* line 558, app/assets/stylesheets/app_styles.scss */
.mainSection {
  background-color: rgba(0, 0, 0, 0);
  /*margin: 10px 0 0;*/
  padding: 0;
  float: left;
  min-width: 400px;
  height: 100%;
  min-height: 900px;
  max-height: 100%;
}

/* may not be used */
/* line 573, app/assets/stylesheets/app_styles.scss */
.mainHeader {
  margin-left: 80px;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
}

/* line 579, app/assets/stylesheets/app_styles.scss */
.sectionTitle {
  padding-left: 20px;
}

/* line 583, app/assets/stylesheets/app_styles.scss */
.sectionShow {
  padding-right: 20px;
  float: right;
  font-size: 1em;
}

/* line 589, app/assets/stylesheets/app_styles.scss */
.mainRecord {
  float: left;
  width: 100%;
}

/* line 594, app/assets/stylesheets/app_styles.scss */
.rightSection {
  margin-top: 120px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 22px;
  color: black;
  float: left;
  font-weight: bold;
  height: 100%;
  min-height: 900px;
  max-height: 100%;
}

/* line 608, app/assets/stylesheets/app_styles.scss */
.rightSection hr {
  float: left;
  width: 100%;
}

/******************************************************************
 * BANNER SECTION *************************************************
******************************************************************/
/* line 616, app/assets/stylesheets/app_styles.scss */
.header {
  position: relative;
  margin: 0px;
  padding: 0px;
  background: beige;
  width: 100%;
  height: 80px;
}

/* line 626, app/assets/stylesheets/app_styles.scss */
.subheader {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 80px;
}

/* line 635, app/assets/stylesheets/app_styles.scss */
.header h1 {
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  color: #f9f9f9;
  border: none;
  line-height: 2em;
  font-size: 1em;
}

/* line 646, app/assets/stylesheets/app_styles.scss */
.header img {
  float: right;
}

/* line 651, app/assets/stylesheets/app_styles.scss */
.headerSection {
  float: left;
  margin-left: 18px;
  margin-top: 10px;
  clear: left;
}

/* line 659, app/assets/stylesheets/app_styles.scss */
.logo img {
  float: left;
  padding: 0;
  margin: 0;
}

/* line 666, app/assets/stylesheets/app_styles.scss */
.headerSection img {
  float: left;
}

/* line 671, app/assets/stylesheets/app_styles.scss */
.headerSectionTitle {
  width: 100%;
  float: left;
  font-weight: bold;
  font-size: 1em;
}

/* line 679, app/assets/stylesheets/app_styles.scss */
.headerSectionCopy {
  width: 100%;
  float: left;
  font-variant: normal;
  font-weight: 200;
  font-size: 1em;
}

/* line 688, app/assets/stylesheets/app_styles.scss */
.headerSectionLabel {
  float: left;
  width: 110px;
  font-size: 1em;
  clear: left;
  margin-top: 3px;
  font-weight: bold;
  font-size: 0.7em;
}

/* line 699, app/assets/stylesheets/app_styles.scss */
.headerSectionLink {
  float: left;
  margin-bottom: 8px;
  font-size: 1em;
  width: 100%;
  margin-top: 3px;
}

/* line 708, app/assets/stylesheets/app_styles.scss */
.headerSectionLink a {
  font-size: 1em;
  font-size: 1em;
}

/******************************************************************
 * RECORD TABLES
******************************************************************/
/* line 718, app/assets/stylesheets/app_styles.scss */
.descriptionTABLE {
  border-width: 1px;
  padding-left: 30px;
  width: 100%;
  font-size: 0.8em;
}

/* line 725, app/assets/stylesheets/app_styles.scss */
.descriptionROW {
  clear: left;
  text-align: left;
}

/* line 730, app/assets/stylesheets/app_styles.scss */
.descriptionTH {
  float: left;
  text-align: center;
  min-width: 50px;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 742, app/assets/stylesheets/app_styles.scss */
.descriptionTD {
  float: left;
  text-align: center;
  font-size: 1em;
  min-width: 50px;
}

/* line 749, app/assets/stylesheets/app_styles.scss */
.descriptionTD a {
  font-size: 1em;
  float: left;
  /*width: 400px;*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 761, app/assets/stylesheets/app_styles.scss */
.descriptionAttributeHalf table {
  font-size: 0.7em;
  border: 1px solid var(--secondary-color);
  border-collapse: collapse;
}

/* line 767, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute table {
  font-size: 0.7em;
  border: 1px solid transparent;
  border-collapse: collapse;
}

/* line 773, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute table td img {
  box-shadow: none;
}

/* line 777, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute table tr th,
.descriptionAttributeHalf table tr th {
  font-size: 0.8em;
  border-width: 0px;
  background-color: var(--secondary-color);
  border-bottom-style: solid;
  padding: 3px 9px 3px;
  color: white;
  height: 25px;
}

/* line 788, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute table td,
.descriptionAttributeHalf table td {
  font-size: 1em;
  text-align: left;
  vertical-align: text-top;
  border-width: 1px;
  background: white;
  height: 20px;
  padding: 5px;
  border-style: inset;
  vertical-align: top;
}

/* line 801, app/assets/stylesheets/app_styles.scss */
.mainDescriptionAttribute {
  width: 100%;
}

/* line 805, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute table td.shade {
  background-color: var(--text-shade-color);
  border-width: 1px;
}

/* line 810, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute table td.exdatasec {
  border-width: 1px;
  padding-left: 10px;
  width: 33%;
  font-size: 1em;
}

/* line 817, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute table td.exdatakey {
  color: var(--primary-color);
  border-width: 1px;
  border-color: var(--text-shade-color);
  padding-right: 10px;
  padding-left: 30px;
  padding-top: 7px;
  font-size: 0.9em;
  vertical-align: top;
  /*! OVERFLOW	*/
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right: transparent;
  border-bottom: var(--text-shade-color);
}

/* line 836, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute table.exdatakey {
  border-collapse: collapse;
  border-bottom: 1px solid var(--text-shade-color);
}

/*.descriptionAttribute table tr.exdatakey {
	border-top:  1px solid var(--text-shade-color);
	border-bottom:  1px solid exdataSectionHead;
}*/
/* line 846, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute table td.exdataval {
  border-color: transparent;
  padding-left: 5px;
  font-size: 1.2em;
  border-bottom: 1px solid var(--text-shade-color);
}

/* line 853, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute table td.exdataval a {
  font-size: 1em;
}

/* line 857, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute table td a {
  font-size: 1.2em;
  /*text-shadow: 1px 1px 1px var(--text-shade-color);*/
}

/* line 862, app/assets/stylesheets/app_styles.scss */
.exdataSectionHead {
  color: var(--secondary-color);
  font-size: 0.9em;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 20px;
  border-bottom: 3px solid var(--text-shade-color);
  /*border-color: var(--text-shade-color);*/
  /*border-bottom-width: 1px ;*/
  /*margin-left: 20px;*/
}

/* line 875, app/assets/stylesheets/app_styles.scss */
.border_styles {
  border-bottom: thin inset white;
}

/**************************************************************************
* MAIN ********************************************************************
***************************************************************************/
/* line 883, app/assets/stylesheets/app_styles.scss */
.main {
  padding: 0;
  margin: auto;
  height: 100%;
}

/* line 890, app/assets/stylesheets/app_styles.scss */
.mainMenu {
  padding: 10px 30px 0px 22px;
  color: black;
  float: left;
  font-weight: bold;
  height: 100%;
  min-height: 900px;
  max-height: 100%;
}

/* line 901, app/assets/stylesheets/app_styles.scss */
.mainMenu {
  font-size: 1em;
}

/* line 905, app/assets/stylesheets/app_styles.scss */
.mainMenu .nolonger {
  text-decoration: line-through;
}

/* line 910, app/assets/stylesheets/app_styles.scss */
.mainMenu ul {
  border-style: none;
  list-style: none;
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 1em;
}

/* line 921, app/assets/stylesheets/app_styles.scss */
.mainMenu li {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 15px;
  color: black;
  list-style: none;
  float: none;
}

/* line 931, app/assets/stylesheets/app_styles.scss */
.mainMenu li .selected {
  color: black;
  text-shadow: 0 0 2px #b4b240;
  /*selector for text in the mainMenu*/
}

/* line 937, app/assets/stylesheets/app_styles.scss */
.mainMenu a {
  color: var(--anchor-color);
  text-shadow: none;
  font-size: 1em;
}

/* line 944, app/assets/stylesheets/app_styles.scss */
.mainMenu a:hover {
  text-decoration: underline;
}

/* line 953, app/assets/stylesheets/app_styles.scss */
.mainMenuOptions,
.pageSectionOptions {
  height: 30px;
  font-size: 1.0em;
  margin: 0;
  padding: 10px 10px 10px 22px;
  background-color: var(--secondary-color);
}

/* is this being use? */
/* line 964, app/assets/stylesheets/app_styles.scss */
.mainMenuRecordOptions {
  height: 30px;
  background: beige;
  padding-bottom: 10px;
  padding-left: 22px;
  float: left;
}

/* line 973, app/assets/stylesheets/app_styles.scss */
.mainSectionOptions,
.mainSectionRecordOptions,
.mainSectionFormOptions,
.mainMenuOptions,
.pageSectionOptions {
  height: 50px;
  float: left;
  font-size: 1em;
  margin: 0 0 8px;
  padding-top: 0;
  padding-left: 0;
  /*padding-right: 5%;*/
  padding-right: 50px;
  background-color: var(--secondary-color);
}

/* line 990, app/assets/stylesheets/app_styles.scss */
.mainSectionRecordHeading {
  height: 30px;
  font-size: 0.6em;
  background-color: var(--primary-color);
  text-align: right;
  padding-top: 5px;
  padding-right: 50px;
  padding-left: 20px;
  float: left;
  margin-top: 7px;
  margin-bottom: 7px;
  width: 100%;
}

/* line 1005, app/assets/stylesheets/app_styles.scss */
.mainSectionRecordHeading span {
  font-size: 1.5em;
  color: white;
  text-shadow: 1px 1px 1px var(--primary-color);
  float: left;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 1019, app/assets/stylesheets/app_styles.scss */
.rightSectionOptions {
  background-color: var(--secondary-color);
  height: 50px;
  float: left;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* line 1029, app/assets/stylesheets/app_styles.scss */
.rightSectionOptions img {
  margin-top: 30px;
  margin-left: 20px;
}

/* line 1035, app/assets/stylesheets/app_styles.scss */
.mainMenuOptions span,
.mainSectionOptions span,
.mainSectionRecordOptions span,
.mainSectionFormOptions span,
.mainMenuRecordOptions span,
.rightSectionOptions span,
.pageSectionOptions span {
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  margin: 10px;
  text-shadow: 1px 1px 1px var(--primary-color);
}

/* line 1051, app/assets/stylesheets/app_styles.scss */
.mainSectionRecordOptions {
  width: 100%;
  padding-right: 50px;
}

/* line 1057, app/assets/stylesheets/app_styles.scss */
.mainSectionFormOptions {
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  color: white;
  margin-right: 10px;
  margin-top: 10px;
  text-shadow: 1px 1px 1px var(--primary-color);
  width: 40%;
  padding: 3px;
  padding-left: 10px;
  height: 23px;
}

/* line 1072, app/assets/stylesheets/app_styles.scss */
.mainMenuOptions ul,
.mainSectionOptions ul,
.mainSectionRecordOptions ul,
.pageSectionOptions ul,
.mainSectionRecordHeading ul {
  list-style: none;
  padding-left: 0;
  margin: 8px 0 0;
}

/* line 1083, app/assets/stylesheets/app_styles.scss */
.mainSectionOptions ul,
.mainSectionRecordOptions ul,
.pageSectionOptions ul,
.mainSectionRecordHeading ul {
  float: right;
}

/* line 1091, app/assets/stylesheets/app_styles.scss */
.mainMenuOptions li,
.mainSectionOptions li,
.mainSectionRecordOptions li,
.pageSectionOptions li,
.mainSectionRecordHeading li {
  float: left;
  padding: 2px 10px 4px;
  background-color: var(--primary-color);
  text-align: center;
  width: 100px;
  color: white;
  border-radius: 5px;
  font-size: 0.7em;
  margin-left: 9px;
  margin-top: 3px;
}

/* line 1109, app/assets/stylesheets/app_styles.scss */
.mainSectionRecordHeading ul {
  list-style: none;
  padding-left: 0;
  margin: 1px 0 0;
}

/* line 1116, app/assets/stylesheets/app_styles.scss */
.mainSectionRecordHeading li {
  margin-top: 1px;
  padding: 4px 2px 4px;
}

/* line 1122, app/assets/stylesheets/app_styles.scss */
.mainMenuOptions .highlighted,
.mainSectionOptions .highlighted,
.mainSectionRecordOptions .highlighted,
.pageSectionOptions .highlighted
.mainSectionRecordHeading .highlighted {
  background-color: black;
}

/* line 1131, app/assets/stylesheets/app_styles.scss */
.mainSectionRecordOptions li {
  width: 100px;
}

/* line 1136, app/assets/stylesheets/app_styles.scss */
.mainMenuOptions li:hover,
.mainSectionOptions li:hover,
.mainSectionRecordOptions li:hover,
.pageSectionOptions li:hover,
.mainSectionRecordHeading li:hover {
  float: left;
  padding: 2px 10px 4px;
  background-color: black;
  text-align: center;
  width: 100px;
  margin-left: 10px;
  color: white;
  border-radius: 5px;
}

/* line 1152, app/assets/stylesheets/app_styles.scss */
.mainSectionRecordHeading li:hover {
  padding: 4px 10px 4px;
}

/* line 1157, app/assets/stylesheets/app_styles.scss */
.mainSectionRecordOptions li:hover {
  width: 100px;
}

/* line 1162, app/assets/stylesheets/app_styles.scss */
.mainSectionRecordHeading li {
  width: 90px;
}

/* line 1167, app/assets/stylesheets/app_styles.scss */
.mainSectionRecordHeading li:hover {
  width: 90px;
}

/* line 1172, app/assets/stylesheets/app_styles.scss */
.mainMenuOptions a,
.mainSectionOptions a,
.mainSectionRecordOptions a,
.pageSectionOptions a,
.mainSectionRecordHeading a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

/******************************************************************
 * RECORD FIELDS **************************************************
******************************************************************/
/* line 1188, app/assets/stylesheets/app_styles.scss */
.recordFields {
  border-bottom: 4px solid var(--text-shade-color);
  padding-right: 50px;
  width: 100%;
  float: left;
  font: bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
  padding-bottom: 8px;
}

/* line 1197, app/assets/stylesheets/app_styles.scss */
.recordFields a {
  font-size: 0.9em;
  /*text-shadow: 1px 1px 1px var(--text-shade-color);*/
  font-weight: bold;
}

/* line 1203, app/assets/stylesheets/app_styles.scss */
.recordFields a {
  color: var(--anchor-color);
}

/* line 1207, app/assets/stylesheets/app_styles.scss */
.parentFields {
  border-bottom: none;
  color: var(--primary-color);
  padding-bottom: 10px;
  padding-top: 0;
  width: 100%;
  float: left;
}

/* line 1216, app/assets/stylesheets/app_styles.scss */
.detailBox {
  color: var(--primary-color);
  float: left;
  margin-top: 10px;
  /*width: 120px;*/
  padding-left: 20px;
}

/* line 1224, app/assets/stylesheets/app_styles.scss */
.imageField {
  border-bottom: none;
  color: var(--primary-color);
  padding-top: 10;
  padding-right: 10px;
  float: left;
  margin-top: 10px;
  padding-left: 5px;
}

/* line 1234, app/assets/stylesheets/app_styles.scss */
.imageField img {
  width: 60%;
  box-shadow: 2px 2px 6px var(--text-shade-color);
}

/* line 1239, app/assets/stylesheets/app_styles.scss */
.imageField img:hover {
  width: 100%;
  box-shadow: 4px 4px 10px var(--text-shade-color);
}

/* line 1244, app/assets/stylesheets/app_styles.scss */
.imageLabel {
  width: 100%;
  font-size: 0.6em;
  /*padding-left: 18px;*/
  padding-bottom: 0;
  float: left;
  font-weight: bold;
  clear: left;
}

/* line 1254, app/assets/stylesheets/app_styles.scss */
.imageFields {
  border-bottom: none;
  color: var(--primary-color);
  padding-top: 10;
  width: 50%;
  float: left;
  margin-top: 10px;
}

/* line 1266, app/assets/stylesheets/app_styles.scss */
.recordLabel, .recordLabelInline, .recordLabelReq {
  width: 100%;
  font-size: 0.5em;
  height: 16px;
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 0;
  float: left;
  font-weight: bold;
  clear: left;
  margin-bottom: 3px;
  color: var(--primary-color);
}

/* line 1281, app/assets/stylesheets/app_styles.scss */
.recordLabel.span {
  text-align: right;
  float: left;
}

/* line 1286, app/assets/stylesheets/app_styles.scss */
label {
  clear: left;
  float: left;
}

/* line 1291, app/assets/stylesheets/app_styles.scss */
.subheaderLabel {
  font-size: 0.6em;
  padding-left: 10px;
  padding-bottom: 0;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 0;
  color: var(--primary-color);
  clear: left;
}

/* line 1302, app/assets/stylesheets/app_styles.scss */
.recordLabelInline {
  width: 50%;
}

/* line 1306, app/assets/stylesheets/app_styles.scss */
.recordLabelReq {
  color: maroon;
}

/* line 1310, app/assets/stylesheets/app_styles.scss */
.recordAttribute {
  background-color: var(--text-shade-color);
  float: left;
  font-size: 0.9em;
  height: 26px;
  text-align: left;
  margin-top: 5px;
  text-shadow: 0 0 1px #f7f9f7;
  padding: 5px;
  font-weight: bold;
  width: 85%;
  clear: left;
}

/* line 1324, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute,
.reportAttribute,
.descriptionAttributeHalf,
.mainDescriptionAttribute {
  background-color: transparent;
  float: left;
  font-size: 1em;
  text-align: left;
  color: black;
  margin-top: 5px;
}

/* line 1337, app/assets/stylesheets/app_styles.scss */
.descriptionAttributeHalf {
  margin-right: 12px;
}

/* line 1342, app/assets/stylesheets/app_styles.scss */
.imageAttribute {
  float: left;
  font-size: 1em;
  font-weight: bold;
  width: 460px;
  height: 16px;
  padding: 5px;
  text-align: left;
  margin-top: 5px;
}

/* line 1353, app/assets/stylesheets/app_styles.scss */
.parentAttribute {
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  text-align: left;
  margin-top: 6px;
  border-width: 1px;
  clear: left;
  padding: 3px 6px 6px;
}

/* line 1367, app/assets/stylesheets/app_styles.scss */
.recordAttrHalf {
  background-color: var(--text-shade-color);
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  width: 40%;
  height: 26px;
  padding: 5px;
  text-align: left;
  margin-top: 5px;
  clear: left;
}

/* line 1380, app/assets/stylesheets/app_styles.scss */
.parentAttrHalf {
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  width: 40%;
  height: 16px;
  padding: 5px 5px 5px 10px;
  text-align: left;
  margin-top: 5px;
  border-width: 1px;
  clear: left;
  min-width: 200px;
}

/* line 1394, app/assets/stylesheets/app_styles.scss */
.referenceAttribute {
  background-color: #BDB1B2;
  float: left;
  font-size: 1em;
  width: 85%;
  height: 16px;
  padding: 5px;
  text-align: left;
  margin-top: 5px;
  color: black;
  font-weight: bold;
}

/* line 1407, app/assets/stylesheets/app_styles.scss */
.referenceAttrHalf {
  background-color: #BDB1B2;
  float: left;
  font-size: 1em;
  width: 40%;
  height: 16px;
  padding: 5px;
  text-align: left;
  margin-top: 5px;
  color: black;
  font-weight: bold;
}

/* line 1420, app/assets/stylesheets/app_styles.scss */
.recordLabel img {
  width: 12px;
  margin-left: 10px;
  box-shadow: none;
}

/* line 1426, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute ol {
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
}

/* line 1432, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute h4 {
  font-size: 0.9em;
  padding-left: 10px;
  /*text-decoration: underline;*/
  /*color: var(--primary-color);*/
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 1441, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute h5 {
  font-size: 0.9em;
  padding-left: 15px;
  padding-top: 10px;
  font-weight: normal;
  /*text-decoration: underline;*/
  color: black;
  opacity: 80%;
  margin-top: 5px;
  margin-bottom: 10px;
  clear: both;
  width: 80%;
}

/* line 1455, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute code {
  /*font-size: 1.8em;*/
  /*padding-left: 15px;*/
  font-weight: normal;
  /*text-decoration: underline;*/
  /*color: var(--primary-color);*/
  /*margin-top: 5px;*/
  margin-bottom: 10px;
}

/* line 1465, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute h3 {
  font-size: 1em;
  font-variant: small-caps;
  padding-left: 5px;
}

/* line 1471, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute h2 {
  font-size: 1.2em;
  font-variant: small-caps;
}

/* line 1476, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute h1 {
  font-size: 1.6em;
  font-variant: small-caps;
}

/* line 1481, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute blockquote {
  font-size: 0.8em;
  /*background-color: var(--text-shade-color);*/
  color: var(--primary-color);
  width: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*opacity: 0.8;*/
  margin-left: 40px;
  border-left: 1px solid var(--text-shade-color);
}

/* line 1493, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute ul {
  list-style: none;
  width: 85%;
}

/* line 1498, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute ul li {
  font-weight: bold;
  font-size: .8em;
  padding-top: 8px;
  margin-bottom: 5px;
  clear: both;
}

/* line 1506, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute ol li {
  font-size: 1em;
}

/* line 1510, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute ul li img {
  float: left;
  margin-right: 10px;
}

/* line 1515, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute ul li a {
  font-size: 1em;
  float: left;
  color: var(--anchor-color);
  text-decoration: none;
  margin-top: 3px;
}

/* line 1523, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute ul li a:hover {
  color: black;
  text-decoration: underline;
}

/* line 1528, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute img {
  max-width: 80%;
}

/* line 1532, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute {
  width: 95%;
  clear: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 1539, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute p {
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0 11px;
  padding-left: 5px;
  clear: left;
}

/* line 1548, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute td:hover {
  background-color: var(--text-shade-color);
}

/* line 1553, app/assets/stylesheets/app_styles.scss */
.reportAttribute {
  width: 100%;
}

/* line 1557, app/assets/stylesheets/app_styles.scss */
.mainDescriptionAttribute {
  width: 100%;
  margin-bottom: 5px;
}

/* line 1562, app/assets/stylesheets/app_styles.scss */
.descriptionAttrHalf {
  background-color: transparent;
  float: left;
  font-size: 1em;
  width: 146px;
  height: 16px;
  padding: 5px;
  text-align: left;
  margin-top: 5px;
  color: gray;
  font-style: italic;
}

/* line 1575, app/assets/stylesheets/app_styles.scss */
.recordLabel img {
  width: 12px;
  margin-left: 10px;
  box-shadow: none;
}

/*label {
	float: left;
	margin-top: 8px;
	margin-left: 12px;
	font-size: 1em;
	font-weight: bold;
}*/
/**************************************************
* FORM FIELDS *************************************
**************************************************/
/* line 1593, app/assets/stylesheets/app_styles.scss */
.recButton {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #1170A4;
  clear: left;
}

/* line 1599, app/assets/stylesheets/app_styles.scss */
.recordControl {
  float: right;
  padding: 2px 10px 5px;
  background-color: var(--primary-color);
  text-align: center;
  width: 100px;
  color: white;
  border-radius: 5px;
  font: bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 1em;
  margin-top: 5px;
  margin-left: 9px;
}

/* line 1613, app/assets/stylesheets/app_styles.scss */
.recordControl a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.7em;
  background-color: transparent;
}

/* line 1621, app/assets/stylesheets/app_styles.scss */
.recordControl:hover,
.recordControl a:hover {
  background-color: black;
}

/* line 1626, app/assets/stylesheets/app_styles.scss */
.invalid {
  text-align: left;
  float: left;
  color: maroon;
  font-size: 1em;
}

/* line 1633, app/assets/stylesheets/app_styles.scss */
.recordMargin {
  float: right;
  padding: 2px 0;
  text-align: center;
  margin-right: 0;
  color: var(--primary-color);
  border-radius: 5px;
  margin-top: 10px;
  font-size: 0.7em;
  clear: left;
}

/* line 1645, app/assets/stylesheets/app_styles.scss */
.selectDiv {
  float: left;
  width: 80%;
  clear: left;
}

/* line 1651, app/assets/stylesheets/app_styles.scss */
select {
  background-color: var(--text-shade-color);
  margin-top: 10px;
  width: 100%;
  margin-bottom: 7px;
  z-index: 1;
  font-size: 0.9em;
}

/* line 1660, app/assets/stylesheets/app_styles.scss */
textarea {
  background-color: var(--text-shade-color);
  float: left;
  font-size: 1em;
  font-family: monospace;
  width: 90%;
  height: 64px;
  padding: 5px;
  text-align: left;
  margin-top: 5px;
  resize: vertical;
  border: 1px inset #ffffff;
  clear: left;
}

/* line 1675, app/assets/stylesheets/app_styles.scss */
::placeholder {
  opacity: 0.9;
  font-size: 9px;
  font-style: italic;
}

/* line 1681, app/assets/stylesheets/app_styles.scss */
input[type=text], input[type=password] {
  background-color: var(--text-shade-color);
  float: left;
  font-size: 0.9em;
  width: 90%;
  height: 26px;
  padding: 5px;
  text-align: left;
  margin-top: 0;
  border: 1px inset #ffffff;
  clear: left;
  margin-bottom: 5px;
}

/* line 1695, app/assets/stylesheets/app_styles.scss */
#subheader input[type=text] {
  width: 70%;
}

/* line 1699, app/assets/stylesheets/app_styles.scss */
button[type=submit] {
  background-color: var(--primary-color);
  color: white;
  border-radius: 5px;
  border-style: none;
  width: 60px;
}

/* line 1707, app/assets/stylesheets/app_styles.scss */
button[type=submit]:hover {
  background-color: black;
}

/* line 1711, app/assets/stylesheets/app_styles.scss */
input[type=checkbox] {
  background-color: #BDB1B2;
  padding: 18px 32px;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 4px;
  margin-left: 20px;
  cursor: pointer;
  border-radius: 8px;
  border-color: #ffffff;
  float: left;
  font-weight: bold;
  clear: left;
}

/* line 1726, app/assets/stylesheets/app_styles.scss */
input[type=button], input[type=submit], input[type=reset] {
  background-color: var(--text-shade-color);
  padding: 8px 32px;
  text-decoration: none;
  margin: 8px 0 4px;
  cursor: pointer;
  border-radius: 8px;
  border-color: #ffffff;
  float: right;
  font-weight: bold;
  clear: left;
}

/* line 1739, app/assets/stylesheets/app_styles.scss */
input[type=date], input[type=datetime-local] {
  background-color: var(--text-shade-color);
  float: left;
  font-size: 1em;
  font-weight: bold;
  width: 110px;
  height: 16px;
  padding: 5px;
  text-align: left;
  margin-top: 5px;
  border: 1px inset #ffffff;
  height: 26px;
  margin-bottom: 5px;
  font-size: 0.9em;
  clear: left;
  border-radius: 8px;
}

/* line 1757, app/assets/stylesheets/app_styles.scss */
input[type=datetime-local] {
  width: 180px;
}

/* line 1761, app/assets/stylesheets/app_styles.scss */
input[type=file] {
  float: left;
  clear: left;
  margin-top: 8px;
}

/* line 1768, app/assets/stylesheets/app_styles.scss */
input[type=number] {
  background-color: var(--text-shade-color);
  padding: 4px 32px;
  text-decoration: none;
  margin: 8px 0 4px;
  cursor: pointer;
  border-radius: 8px;
  border-color: #ffffff;
  float: left;
  font-weight: bold;
  clear: left;
}

/* line 1781, app/assets/stylesheets/app_styles.scss */
.radio_btn {
  width: 400px;
  float: left;
  clear: left;
}

/* line 1787, app/assets/stylesheets/app_styles.scss */
.radio_layout {
  width: 300px;
  float: left;
  clear: left;
  height: 100px;
  margin-top: 20px;
  margin-left: 100px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* line 1798, app/assets/stylesheets/app_styles.scss */
.pageSection {
  margin: 10px auto auto;
}

/* line 1802, app/assets/stylesheets/app_styles.scss */
.pageListing {
  border-bottom: 4px solid var(--text-shade-color);
  padding-bottom: 5px;
  padding-top: 0;
  float: left;
  width: 90%;
  margin-bottom: 5px;
}

/* line 1811, app/assets/stylesheets/app_styles.scss */
.pageListingTitle {
  margin-bottom: 1px;
  font-size: 1em;
  font-weight: bold;
  float: left;
  padding: 10px 0 0;
}

/* line 1819, app/assets/stylesheets/app_styles.scss */
.pageSubListingTitle {
  height: 30px;
  margin-bottom: 5px;
  padding-top: 10px;
  font-size: 1.0em;
  font-weight: bold;
  padding-left: 10px;
  float: left;
}

/* line 1829, app/assets/stylesheets/app_styles.scss */
.pageListingAttrTitle {
  font-size: 1em;
  font-weight: bold;
  color: var(--anchor-color);
  clear: left;
  margin-left: 20px;
}

/* line 1838, app/assets/stylesheets/app_styles.scss */
.pageListingTitle span,
.pageSubListingTitle span {
  color: var(--primary-color);
  border-style: none;
  font-size: 0.7em;
  float: right;
}

/* line 1847, app/assets/stylesheets/app_styles.scss */
.pageListingTitle a,
.pageSubListingTitle a {
  font-size: 1.1em;
  color: var(--anchor-color);
}

/* line 1854, app/assets/stylesheets/app_styles.scss */
.pageListingTitle a:hover,
.pageSubListingTitle a:hover {
  color: black;
}

/* line 1860, app/assets/stylesheets/app_styles.scss */
.pageListingInfo {
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-bottom: 15px;
  float: left;
  font-size: 1em;
  margin-top: 10px;
}

/* line 1871, app/assets/stylesheets/app_styles.scss */
.pageListingAttribute {
  background-color: transparent;
  float: left;
  font-size: 1em;
  text-align: left;
  color: black;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 0;
  clear: left;
}

/* line 1885, app/assets/stylesheets/app_styles.scss */
.pageListingInfo a {
  font-size: 1em;
  color: var(--primary-color);
  float: right;
}

/* line 1892, app/assets/stylesheets/app_styles.scss */
.pageListingInfo ul {
  list-style-type: none;
  color: teal;
  font-weight: bold;
}

/* line 1900, app/assets/stylesheets/app_styles.scss */
.pageListingInfo li {
  color: gray;
  font-weight: normal;
  font-style: normal;
}

/* line 1907, app/assets/stylesheets/app_styles.scss */
.pageListingImage {
  float: right;
}

/* line 1912, app/assets/stylesheets/app_styles.scss */
.pageListingInfoCaption {
  margin-top: 5px;
  font-size: 1em;
}

/* line 1917, app/assets/stylesheets/app_styles.scss */
.pageListingImage img {
  box-shadow: 2px 2px 5px #517890;
  opacity: 1;
}

/* line 1923, app/assets/stylesheets/app_styles.scss */
.pageControlBox {
  float: right;
  padding-top: 0;
  padding-bottom: 5px;
  margin-right: 0;
}

/* line 1930, app/assets/stylesheets/app_styles.scss */
.pageControl {
  float: left;
  clear: left;
  padding: 1px 10px 3px;
  background-color: var(--primary-color);
  text-align: center;
  width: 80px;
  color: white;
  border-radius: 5px;
  margin-top: 5px;
}

/* line 1942, app/assets/stylesheets/app_styles.scss */
.pageControl a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
  font-size: 0.7em;
}

/* line 1950, app/assets/stylesheets/app_styles.scss */
.pageControl:hover,
.pageControl a:hover {
  background-color: black;
  color: white;
}

/* line 1957, app/assets/stylesheets/app_styles.scss */
.editListingInfo {
  float: left;
  clear: right;
  width: 100%;
  margin-left: 10px;
  margin-bottom: 15px;
  font-size: 1em;
  margin-top: 30px;
}

/* line 1968, app/assets/stylesheets/app_styles.scss */
.editListingInfo img {
  float: left;
}

/* line 1972, app/assets/stylesheets/app_styles.scss */
.editListingInfoCaption {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 1em;
}

/* USED? These selectors may not be in use for this stylesheet */
/* line 1981, app/assets/stylesheets/app_styles.scss */
.event-art img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  -moz-box-shadow: 4px 4px 4px #9e8f7e;
  box-shadow: 4px 4px 4px #9e8f7e;
}

/* line 1989, app/assets/stylesheets/app_styles.scss */
.event-txt {
  margin-left: 20px;
  float: left;
  clear: left;
  font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-right: 30px;
  padding-top: 16px;
}

/* line 1998, app/assets/stylesheets/app_styles.scss */
.event-txt h2 {
  color: #649012;
  font-weight: bold;
}

/* line 2003, app/assets/stylesheets/app_styles.scss */
.event-txt p {
  color: black;
  font-weight: normal;
  font-style: normal;
  font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* line 2010, app/assets/stylesheets/app_styles.scss */
.event-art {
  float: left;
  width: 65%;
  margin-bottom: 10px;
}

/* line 2016, app/assets/stylesheets/app_styles.scss */
.cool-txt {
  width: 460px;
  margin-left: 20px;
  margin-right: 30px;
  font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
  float: left;
}

/* line 2024, app/assets/stylesheets/app_styles.scss */
.cool-txt h2 {
  color: #649012;
  font-weight: bold;
}

/* line 2029, app/assets/stylesheets/app_styles.scss */
.cool-txt p {
  color: black;
  font-style: normal;
  font: normal 14px "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 2037, app/assets/stylesheets/app_styles.scss */
.cool-txt hr {
  width: 100%;
}

/* line 2041, app/assets/stylesheets/app_styles.scss */
.cool-art {
  float: left;
  width: 20%;
  margin-bottom: 10px;
}

/* line 2047, app/assets/stylesheets/app_styles.scss */
.cool-art img {
  float: left;
  -moz-box-shadow: 4px 4px 4px #9e8f7e;
  box-shadow: 4px 4px 4px #9e8f7e;
}

/* line 2053, app/assets/stylesheets/app_styles.scss */
.cool-head {
  color: black;
  font-size: 1em;
}

/* line 2058, app/assets/stylesheets/app_styles.scss */
.cool-txt a {
  font-size: 1em;
  font-style: italic;
}

/* line 2063, app/assets/stylesheets/app_styles.scss */
.cool-bullet {
  width: 120px;
  margin-left: 30px;
  font: italic bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-right: 30px;
  padding-top: 10px;
  text-shadow: 2px 2px 2px #9e8f7e;
  height: 100px;
  float: left;
  clear: left;
}

/* line 2075, app/assets/stylesheets/app_styles.scss */
#content_admin {
  margin-left: auto;
  width: 100%;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-right: auto;
  padding-top: 100px;
}

/* line 2083, app/assets/stylesheets/app_styles.scss */
#content {
  margin-left: auto;
  width: 100%;
  font-family: "Abadi MT Condensed Light";
  margin-right: auto;
}

/* line 2090, app/assets/stylesheets/app_styles.scss */
#content span {
  color: #3C4E5C;
  font-size: 1em;
  font-weight: bold;
}

/* line 2096, app/assets/stylesheets/app_styles.scss */
#content ul {
  list-style-type: none;
  color: #3C4E5C;
}

/* line 2101, app/assets/stylesheets/app_styles.scss */
#content h1 {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-weight: bold;
  margin-left: 30px;
  margin-top: 1px;
  text-shadow: 3px 3px 3px #9e8f7e;
}

/* line 2109, app/assets/stylesheets/app_styles.scss */
#content h2 {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-left: 18px;
  margin-top: 1px;
  text-shadow: 2px 2px 2px #b0adaa;
  margin-bottom: 5px;
}

/* line 2117, app/assets/stylesheets/app_styles.scss */
#disclaimer {
  font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
  float: right;
  margin-right: 100px;
  color: #aaa7a2;
  padding-bottom: 20px;
}

/* line 2125, app/assets/stylesheets/app_styles.scss */
.content-art {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 40px;
}

/* line 2133, app/assets/stylesheets/app_styles.scss */
.content-art img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  -moz-box-shadow: 4px 4px 4px #9e8f7e;
  box-shadow: 4px 4px 4px #9e8f7e;
}

/* line 2141, app/assets/stylesheets/app_styles.scss */
.index-bullet {
  font: italic bold 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
  text-align: center;
  color: maroon;
  text-shadow: 3px 3px 3px #9e8f7e;
  margin-top: 20px;
}

/* line 2149, app/assets/stylesheets/app_styles.scss */
.index-txt {
  font: 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* line 2153, app/assets/stylesheets/app_styles.scss */
.index-txt p {
  color: black;
  font-weight: normal;
  font-style: normal;
  font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-top: 5px;
}

/* line 2161, app/assets/stylesheets/app_styles.scss */
.index-sub {
  font: bold 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-top: 5px;
}

/* line 2166, app/assets/stylesheets/app_styles.scss */
.index-head {
  font-weight: bold;
  font-size: 1em;
  text-shadow: 2px 2px 2px #9e8f7e;
}

/* line 2172, app/assets/stylesheets/app_styles.scss */
.index-art {
  float: left;
  margin-bottom: 10px;
}

/* line 2177, app/assets/stylesheets/app_styles.scss */
.index-art-caption {
  font: italic 1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 10px;
  color: #8B572A;
}

/* line 2185, app/assets/stylesheets/app_styles.scss */
.index-art img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 80%;
  -moz-box-shadow: 4px 4px 4px #9e8f7e;
  box-shadow: 4px 4px 4px #9e8f7e;
}

/* line 2194, app/assets/stylesheets/app_styles.scss */
.index-art-100 img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 100%;
  -moz-box-shadow: 4px 4px 4px #9e8f7e;
  box-shadow: 4px 4px 4px #9e8f7e;
}

/* line 2203, app/assets/stylesheets/app_styles.scss */
.index-info {
  margin-left: 60px;
}

/* line 2207, app/assets/stylesheets/app_styles.scss */
.index-info td {
  width: 180px;
}

/* line 2211, app/assets/stylesheets/app_styles.scss */
.index-info table {
  margin-bottom: 10px;
}

/* Dropdown Button *************************************************************************/
/* line 2217, app/assets/stylesheets/app_styles.scss */
.dropbtn {
  background-color: var(--primary-color);
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 0.7em;
  font-weight: bold;
  width: 100px;
  margin-left: 9px;
  border-width: 0px;
  padding-top: 5px;
}

/* Dropdown button on hover & focus */
/* line 2231, app/assets/stylesheets/app_styles.scss */
.dropbtn:hover, .dropbtn:focus {
  background-color: black;
}

/* The container <div> - needed to position the dropdown content */
/* line 2236, app/assets/stylesheets/app_styles.scss */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
/* line 2242, app/assets/stylesheets/app_styles.scss */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--secondary-color);
  min-width: 120px;
  font-size: 0.6em;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 5px;
  font-weight: normal;
  font-style: normal;
}

/* Links inside the dropdown */
/* line 2256, app/assets/stylesheets/app_styles.scss */
.dropdown-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
/* line 2264, app/assets/stylesheets/app_styles.scss */
.dropdown-content a:hover {
  background-color: var(--text-shade-color);
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
/* line 2269, app/assets/stylesheets/app_styles.scss */
.show {
  display: block;
}
