/******************************************************************
 * 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 */
#header {
  font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

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

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

/* line 236, 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 246, app/assets/stylesheets/app_styles.scss */
.rightSection ul li {
  float: left;
  clear: left;
}

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

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

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

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

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

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

/* line 295, 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 303, app/assets/stylesheets/app_styles.scss */
.right_bg_sub {
  background-color: transparent;
  height: 40px;
  text-align: right;
  padding-top: 5px;
  padding-right: 10px;
}

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

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

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

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

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

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

/* line 347, 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 355, 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 362, app/assets/stylesheets/app_styles.scss */
.menuOptions ul {
  float: left;
  display: inline;
  height: 14px;
  padding-left: 16px;
  margin-top: 20px;
}

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

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

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

/* line 388, 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 395, app/assets/stylesheets/app_styles.scss */
.menuOptions li#hilite a {
  color: black;
  text-shadow: 3px 3px 3px #9e8f7e;
}

/* line 400, 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 413, 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 421, app/assets/stylesheets/app_styles.scss */
#comment a {
  color: #3C4E5C;
}

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

/* line 430, 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 439, app/assets/stylesheets/app_styles.scss */
.dateline i b small a {
  color: teal;
}

/* line 443, 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 449, app/assets/stylesheets/app_styles.scss */
.section-title {
  font: bold 1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
  text-align: center;
}

/* line 454, 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 461, app/assets/stylesheets/app_styles.scss */
.feature {
  width: 100%;
  height: 100%;
}

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

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

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

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

/* line 485, 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 495, 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 505, app/assets/stylesheets/app_styles.scss */
#img_content {
  float: left;
  width: 80%;
  margin-left: 60px;
  font: 90% "Trebuchet MS";
  font-style: italic;
}

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

/**************************************************************************
view section page 'yield' that includes the record field and edit links
***************************************************************************/
/*	middle divider	*/
/* line 528, 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 539, 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 554, app/assets/stylesheets/app_styles.scss */
.mainHeader {
  margin-left: 80px;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
}

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

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

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

/* line 575, 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 589, app/assets/stylesheets/app_styles.scss */
.rightSection hr {
  float: left;
  width: 100%;
}

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

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

/* line 616, 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 627, app/assets/stylesheets/app_styles.scss */
.header img {
  float: right;
}

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

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

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

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

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

/* line 669, 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 680, app/assets/stylesheets/app_styles.scss */
.headerSectionLink {
  float: left;
  margin-bottom: 8px;
  font-size: 1em;
  width: 100%;
  margin-top: 3px;
}

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

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

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

/* line 711, 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 723, app/assets/stylesheets/app_styles.scss */
.descriptionTD {
  float: left;
  text-align: center;
  font-size: 1em;
  min-width: 50px;
}

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

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

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

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

/* line 758, 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 769, 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 782, app/assets/stylesheets/app_styles.scss */
.mainDescriptionAttribute {
  width: 100%;
}

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

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

/* line 798, 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: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right: transparent;
  border-bottom: var(--text-shade-color);
}

/* line 817, 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 827, 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 834, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute table td.exdataval a {
  font-size: 1em;
}

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

/* line 843, 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 856, app/assets/stylesheets/app_styles.scss */
.border_styles {
  border-bottom: thin inset white;
}

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

/* line 871, 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 882, app/assets/stylesheets/app_styles.scss */
.mainMenu {
  font-size: 1em;
}

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

/* line 891, 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 902, 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 912, app/assets/stylesheets/app_styles.scss */
.mainMenu li .selected {
  color: black;
  text-shadow: 0 0 2px #b4b240;
  /*selector for text in the mainMenu*/
}

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

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

/* line 934, 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 945, app/assets/stylesheets/app_styles.scss */
.mainMenuRecordOptions {
  height: 30px;
  background: beige;
  padding-bottom: 10px;
  padding-left: 22px;
  float: left;
}

/* line 954, 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 971, 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 986, 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 1000, app/assets/stylesheets/app_styles.scss */
.rightSectionOptions {
  background-color: var(--secondary-color);
  height: 50px;
  float: left;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

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

/* line 1016, 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 1032, app/assets/stylesheets/app_styles.scss */
.mainSectionRecordOptions {
  width: 100%;
  padding-right: 50px;
}

/* line 1038, 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 1053, 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 1064, app/assets/stylesheets/app_styles.scss */
.mainSectionOptions ul,
.mainSectionRecordOptions ul,
.pageSectionOptions ul,
.mainSectionRecordHeading ul {
  float: right;
}

/* line 1072, 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 1090, app/assets/stylesheets/app_styles.scss */
.mainSectionRecordHeading ul {
  list-style: none;
  padding-left: 0;
  margin: 1px 0 0;
}

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

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

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

/* line 1117, 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 1133, app/assets/stylesheets/app_styles.scss */
.mainSectionRecordHeading li:hover {
  padding: 4px 10px 4px;
}

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

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

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

/* line 1153, 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 1169, 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 1178, 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 1184, app/assets/stylesheets/app_styles.scss */
.recordFields a {
  color: var(--anchor-color);
}

/* line 1188, 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 1197, app/assets/stylesheets/app_styles.scss */
.detailBox {
  color: var(--primary-color);
  float: left;
  margin-top: 10px;
  /*width: 120px;*/
  padding-left: 20px;
}

/* line 1205, 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 1215, app/assets/stylesheets/app_styles.scss */
.imageField img {
  width: 60%;
  box-shadow: 2px 2px 6px var(--text-shade-color);
}

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

/* line 1225, 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 1235, 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 1247, 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 1262, app/assets/stylesheets/app_styles.scss */
.recordLabel.span {
  text-align: right;
  float: left;
}

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

/* line 1272, 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 1283, app/assets/stylesheets/app_styles.scss */
.recordLabelInline {
  width: 50%;
}

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

/* line 1291, 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 1305, 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 1318, app/assets/stylesheets/app_styles.scss */
.descriptionAttributeHalf {
  margin-right: 12px;
}

/* line 1323, 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 1334, 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 1348, 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 1361, 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 1375, 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 1388, 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 1401, app/assets/stylesheets/app_styles.scss */
.recordLabel img {
  width: 12px;
  margin-left: 10px;
  box-shadow: none;
}

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

/* line 1413, 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 1422, 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 1436, 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 1446, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute h3 {
  font-size: 1em;
  font-variant: small-caps;
  padding-left: 5px;
}

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

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

/* line 1462, 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 1474, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute ul {
  list-style: none;
  width: 85%;
}

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

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

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

/* line 1496, 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 1504, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute ul li a:hover {
  color: black;
  text-decoration: underline;
}

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

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

/* line 1520, 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 1529, app/assets/stylesheets/app_styles.scss */
.descriptionAttribute td:hover {
  background-color: var(--text-shade-color);
}

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

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

/* line 1543, 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 1556, 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 1574, 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 1580, 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 1594, app/assets/stylesheets/app_styles.scss */
.recordControl a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.7em;
  background-color: transparent;
}

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

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

/* line 1614, 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 1626, app/assets/stylesheets/app_styles.scss */
.selectDiv {
  float: left;
  width: 80%;
  clear: left;
}

/* line 1632, 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 1641, 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 1656, app/assets/stylesheets/app_styles.scss */
::placeholder {
  opacity: 0.9;
  font-size: 9px;
  font-style: italic;
}

/* line 1662, 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 1676, app/assets/stylesheets/app_styles.scss */
#subheader input[type=text] {
  width: 70%;
}

/* line 1680, 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 1688, app/assets/stylesheets/app_styles.scss */
button[type=submit]:hover {
  background-color: black;
}

/* line 1692, 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 1707, 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 1720, 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 1738, app/assets/stylesheets/app_styles.scss */
input[type=datetime-local] {
  width: 180px;
}

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

/* line 1749, 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 1762, app/assets/stylesheets/app_styles.scss */
.radio_btn {
  width: 400px;
  float: left;
  clear: left;
}

/* line 1768, 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 1779, app/assets/stylesheets/app_styles.scss */
.pageSection {
  margin: 10px auto auto;
}

/* line 1783, 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 1792, app/assets/stylesheets/app_styles.scss */
.pageListingTitle {
  margin-bottom: 1px;
  font-size: 1em;
  font-weight: bold;
  float: left;
  padding: 10px 0 0;
}

/* line 1800, 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 1810, app/assets/stylesheets/app_styles.scss */
.pageListingAttrTitle {
  font-size: 1em;
  font-weight: bold;
  color: var(--anchor-color);
  clear: left;
  margin-left: 20px;
}

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

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

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

/* line 1841, 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 1852, 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 1866, app/assets/stylesheets/app_styles.scss */
.pageListingInfo a {
  font-size: 1em;
  color: var(--primary-color);
  float: right;
}

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

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

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

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

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

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

/* line 1911, 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 1923, app/assets/stylesheets/app_styles.scss */
.pageControl a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
  font-size: 0.7em;
}

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

/* line 1938, 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 1949, app/assets/stylesheets/app_styles.scss */
.editListingInfo img {
  float: left;
}

/* line 1953, 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 1962, 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 1970, 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 1979, app/assets/stylesheets/app_styles.scss */
.event-txt h2 {
  color: #649012;
  font-weight: bold;
}

/* line 1984, 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 1991, app/assets/stylesheets/app_styles.scss */
.event-art {
  float: left;
  width: 65%;
  margin-bottom: 10px;
}

/* line 1997, 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 2005, app/assets/stylesheets/app_styles.scss */
.cool-txt h2 {
  color: #649012;
  font-weight: bold;
}

/* line 2010, 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 2018, app/assets/stylesheets/app_styles.scss */
.cool-txt hr {
  width: 100%;
}

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

/* line 2028, 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 2034, app/assets/stylesheets/app_styles.scss */
.cool-head {
  color: black;
  font-size: 1em;
}

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

/* line 2044, 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 2056, 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 2064, app/assets/stylesheets/app_styles.scss */
#content {
  margin-left: auto;
  width: 100%;
  font-family: "Abadi MT Condensed Light";
  margin-right: auto;
}

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

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

/* line 2082, 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 2090, 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 2098, 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 2106, app/assets/stylesheets/app_styles.scss */
.content-art {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 40px;
}

/* line 2114, 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 2122, 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 2130, app/assets/stylesheets/app_styles.scss */
.index-txt {
  font: 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* line 2134, 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 2142, app/assets/stylesheets/app_styles.scss */
.index-sub {
  font: bold 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-top: 5px;
}

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

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

/* line 2158, 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 2166, 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 2175, 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 2184, app/assets/stylesheets/app_styles.scss */
.index-info {
  margin-left: 60px;
}

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

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

/* Dropdown Button *************************************************************************/
/* line 2198, 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 2212, app/assets/stylesheets/app_styles.scss */
.dropbtn:hover, .dropbtn:focus {
  background-color: black;
}

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

/* Dropdown Content (Hidden by Default) */
/* line 2223, 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 2237, 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 2245, 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 2250, app/assets/stylesheets/app_styles.scss */
.show {
  display: block;
}
