/*
font-family: 'Open Sans', sans-serif;
font-family: 'Lora', serif;
*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/*	Admin
----------------------------------------------------------*/
.ab {
  width: 100%;
  background-color: #90969c;
}
.ab_inner {
  max-width: 1280px;
  margin: 0 auto;
}
/*	General
----------------------------------------------------------*/
p,
div,
td,
tr,
span,
a {
  font-size: 16px;
  line-height: 140%;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
p {
  margin: 10px 0 20px;
}
a {
  color: #2a5135;
  text-decoration: none;
  font-weight: 600;
}
h1 {
  margin: 20px auto 60px;
  font-family: 'Lora', serif;
  font-size: 42px;
  color: #2a5135;
  line-height: 140%;
  text-align: center;
  position: relative;
  font-weight: 400;
}
h2 {
  margin: 20px auto 50px;
  font-family: 'Lora', serif;
  position: relative;
  font-size: 24px;
  color: #2a5135;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
}
h2:after {
  content: '';
  width: 10%;
  height: 2px;
  background-color: #2a5135;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
h3 {
  margin: 20px auto;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #2a5135;
  line-height: 140%;
  font-weight: 400;
}
h4 {
  margin: 10px auto;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #2a5135;
  line-height: 140%;
  font-weight: 400;
}
h5 {
  margin: 10px auto;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #2a5135;
  line-height: 140%;
  font-weight: 400;
}
body {
  background-color: #efeff0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  width: 100%;
}
#aspnetForm {
  padding: 0px;
}
p {
  margin-bottom: 10px;
}
h1.first,
h2.first,
h3.first,
h4.first,
p.first {
  padding-top: 0;
  margin-top: 0;
}
p.last {
  margin-bottom: 0;
}
header {
  width: 100%;
  background-color: #23442c;
  position: fixed;
  z-index: 9001;
  top: 0;
}
/* Login Box
----------------------------------------------------------*/
table.login_box {
  padding: 10px;
  border: 2px #2a5135 solid;
  text-align: left;
}
/* Images
----------------------------------------------------------*/
img {
  border: 0;
}
/* Admin Forms
----------------------------------------------------------*/
form {
  padding: 5px;
}
#form1 {
  padding: 0;
}
/* DBView Defaults
----------------------------------------------------------*/
div.view_title {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #2A5135;
  line-height: 140%;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 10px;
}
div.view_title a,
div.view_title a:hover {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #2A5135;
  line-height: 140%;
  font-weight: normal;
  font-size: 24px;
  text-decoration: none;
}
div.view_date {
  color: #5E8F81;
  font-size: 18px;
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 5px;
}
div.view_summary {
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 10px;
}
div.view_more {
  margin-bottom: 5px;
}
div.view_more a,
div.view_more a:hover {
  color: #2A5135;
  line-height: 140%;
}
/* Default Row Styles
----------------------------------------------------------*/
div.default_row_title {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #2A5135;
  line-height: 140%;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 10px;
}
div.default_row_date {
  color: #5E8F81;
  font-size: 18px;
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 5px;
}
div.default_row_text {
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 10px;
}
/* flipbook
-------------------------------- */
.flipbook_outer {
  background-color: #E2E3E4;
  margin: 20px 0;
}
.flipbook_outer .flipbook {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
  margin: 0 auto;
}
.flipbook_outer .flipbook iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-------------------------------- */
span.light,
div.light {
  color: #aaa;
}
span.error,
div.error {
  color: #f00;
}
div.help_popup_container {
  width: 600px;
}
div.help_popup {
  border: 2px solid #c3cfd9;
  text-align: left;
}
div.help_popup .help_title {
  background-color: #6699cc;
}
div.help_popup td {
  border: 0;
  background-color: #fff !important;
}
/* ================================================================================================================================ 
/*	Site Map
/* ================================================================================================================================ */
div.site_map_tree a:hover {
  text-decoration: none !important;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1,
.rightColumn > h2,
.leftColumn > h1,
.leftColumn > h2 {
  margin-top: 0;
}
div.site_map {
  width: 100%;
}
div.gizmo_body {
  padding-top: 0;
}
/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #ccc;
}
fieldset p {
  margin: 2px 12px 10px 10px;
}
fieldset.login label,
fieldset.register label,
fieldset.changePassword label {
  display: block;
}
fieldset label.inline {
  display: inline;
}
legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}
input.textEntry {
  width: 320px;
  border: 1px solid #ccc;
}
input.passwordEntry {
  width: 320px;
  border: 1px solid #ccc;
}
div.accountInfo {
  width: 42%;
}
/* MISC  
----------------------------------------------------------*/
.clear {
  clear: both;
}
.title {
  display: block;
  float: left;
  text-align: left;
  width: auto;
}
.loginDisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  padding: 10px;
  color: White;
}
.loginDisplay a:link {
  color: white;
}
.loginDisplay a:visited {
  color: white;
}
.loginDisplay a:hover {
  color: white;
}
.failureNotification {
  font-size: 1.2em;
  color: Red;
}
.bold {
  font-weight: bold;
}
.submitButton {
  text-align: right;
  padding-right: 10px;
}
span.alert {
  color: #ff2727;
}
#SiteHead {
  z-index: 8999;
}
