/* green */
/* palegoldenrod */
:root {
  --microfont: clamp(0.4222rem, 0.7252rem, 0.64rem);
  --tinyfont: clamp(0.5628rem, 0.8929rem, 0.8rem);
  --smallfont: clamp(0.7502rem, 1.0978rem, 1rem);
  --bodyfont: clamp(1rem, 1.3478rem, 1.25rem);
  --h3font: clamp(1.333rem, 1.6523rem, 1.5625rem);
  --h2font: clamp(1.7769rem, 2.0221rem, 1.9531rem);
  --h1font: clamp(2.3686rem, 2.4699rem, 2.4414rem);
}
body {
  background-color: #007a3a;
  font-family: Ubuntu, Arial, sans-serif;
  font-size: var(--bodyfont);
  margin: 0px;
  min-height: 100vh;
  color: #444444;
}
.bodyfont {
  font-size: var(--bodyfont);
}
.smallfont {
  font-size: var(--smallfont);
}
.tinyfont {
  font-size: var(--tinyfont);
}
.microfont {
  font-size: var(--microfont);
}
.h3,
h3 {
  font-size: var(--h3font);
  margin-block-start: .4em;
  margin-block-end: .4em;
  margin: .4em;
}
.h2,
h2 {
  font-size: var(--h2font);
  margin-block-start: .6em;
  margin-block-end: .6em;
  margin: .6em;
}
.h1,
h1 {
  font-size: var(--h1font);
  margin-block-start: .8em;
  margin-block-end: .8em;
  margin: .8em;
}
body:before {
  content: ' ';
  /*background-image: url(/SiteImages/backgrounds/bg3.jpg*/
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
}
body:after {
  content: ' ';
  min-height: 15px;
  display: block;
}
body::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  color: #555555;
}
body::-webkit-scrollbar-thumb {
  border: 1px #555555 solid;
  border-radius: 9px;
  background-color: lightgray;
  -webkit-box-shadow: 0 0 6px #555555 inset;
}
.displaynone {
  display: none;
}
body,
nav,
div,
textarea,
td,
th,
p,
input,
select {
  box-sizing: border-box;
}
button,
#btnRegister {
  font-size: var(--smallfont);
  font-family: Ubuntu, Arial, sans-serif;
  background-color: transparent;
}
.topbutton {
  display: block !important;
}
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  color: #fffad2;
}
::-webkit-scrollbar-thumb {
  border: 1px #fffad2 solid;
  border-radius: 9px;
  /*background-color: @tableborder;*/
  -webkit-box-shadow: 0 0 6px #fffad2 inset;
}
::-webkit-scrollbar:hover {
  background-color: #dddddd;
}
a,
a:visited,
a:active {
  color: blue;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
footer {
  z-index: 101;
  font-size: var(--tinyfont);
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: var(--smallfont);
  text-align: center;
  background-color: #007a3a;
  padding: 3px;
  color: #fffad2;
}
footer a {
  color: #fffad2 !important;
  text-decoration: underline;
}
footer a:hover {
  color: white !important;
  text-decoration: underline;
}
footer:hover,
footer:active {
  height: var(--h2font);
  transition: height 0.5s ease-in-out;
}
.aspirational {
  border: 4px solid gold;
  background-color: #ddeedd;
  padding: 2px;
  margin-top: 5px;
  font-style: italic;
  font-size: var(--smallfont);
}
nav a#lnkLogin {
  float: right;
  width: 70px;
  margin-right: 10px;
}
#mnuLogo {
  padding: 0px;
}
#mnuLogo a {
  padding: 0px;
  border: none;
  box-shadow: none;
  background-color: #fffad2;
}
#mnuLogo a img {
  max-height: 48px;
  margin-top: -6px;
  padding-bottom: 0px;
}
#mnuLogo a img:hover {
  filter: invert(1);
}
h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}
#contentdiv h1:first-of-type {
  background-color: #fcfcfc;
  margin: 5px 5px 0px 5px;
  margin-bottom: 8px;
  padding: 5px;
  border-radius: 7px;
  border: 2px solid #007a3a;
}
#terms h1 {
  margin-top: 10px;
}
.twocols {
  columns: 2;
}
.threecols {
  columns: 3;
}
.fourcols {
  columns: 3;
}
.autocols {
  columns: 3;
}
.twocols ul,
.threecols ul,
.fourcols ul,
.autocols ul .twocols ol,
.threecols ol,
.fourcols ol,
.autocols ol {
  margin-top: 0px;
}
body .ui-datepicker {
  display: initial;
}
input[type=text].ui-datepicker {
  width: 85px;
}
div#ui-datepicker-div {
  font-size: small;
  background-color: #fffad2;
  border: 3px solid rgba(144, 238, 144, 0.7);
  border-radius: 3px;
}
.datatable td,
.datatable th {
  font-size: small;
}
a {
  text-decoration: none;
  outline: none;
  outline-color: transparent;
}
.clear {
  clear: both;
}
.grey {
  font-size: 14px;
  font-family: arial, sans-serif;
  color: #858585;
}
.W100PC {
  width: 98%;
}
.narrow {
  width: 120px;
}
.verynarrow {
  width: 80px;
}
.numeric {
  text-align: right;
}
.just {
  padding-bottom: 4px;
  border-radius: 10px;
  /*background-color:whitesmoke !important;*/
  align-items: baseline;
  text-align: justify;
  padding-top: 1px;
}
.just h3 {
  margin: 0px;
}
.just h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.just img {
  border-radius: 5px;
  max-height: 200px;
  max-width: 100%;
}
.just #map_outer img {
  max-height: initial;
  max-width: initial;
  border-radius: 0px;
}
form img.background {
  z-index: 1;
  width: 100%;
  position: fixed;
  background-size: cover;
  height: 100%;
  left: 0px;
  top: 0px;
}
form img.bg0 {
  background-image: url("/Assets/Images/bg0.jpg");
}
form img.bg1 {
  background-image: url("/Assets/Images/bg1.jpg");
}
form img.bg2 {
  background-image: url("/Assets/Images/bg2.jpg");
}
form img.bg3 {
  background-image: url("/Assets/Images/bg3.jpg");
}
form img.bg4 {
  background-image: url("/Assets/Images/bg4.jpg");
}
form img.bg5 {
  background-image: url("/Assets/Images/bg5.jpg");
}
form img.bg6 {
  background-image: url("/Assets/Images/bg6.jpg");
}
form img.bg7 {
  background-image: url("/Assets/Images/bg7.jpg");
}
form img.bg8 {
  background-image: url("/Assets/Images/bg8.jpg");
}
form img.bg9 {
  background-image: url("/Assets/Images/bg9.jpg");
}
#contentdiv {
  position: relative;
  z-index: 2;
  /* in front of background image! */
  background-color: rgba(144, 238, 144, 0.7);
  max-width: 85%;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 25px;
  border-radius: 13px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
body:has(nav) #contentdiv {
  margin-top: 55px;
}
#innercontentdiv {
  padding: 5px;
}
div.article {
  position: relative;
  padding: 10px;
  background-color: whitesmoke;
  border: 2px solid #007a3a;
  min-width: 200px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 4px;
  margin-right: 4px;
}
article {
  display: block;
  position: relative;
  width: calc(100% - 30px);
  /* LESS preprocessor would statically evaluate the CALC function if not escaped */
  padding: 15px 15px 8px 21px;
  margin: auto;
  margin-top: 6px;
  margin-bottom: 8px;
  border-radius: 7px;
  background-color: rgba(200, 255, 200, 0.5);
}
#mnuFlex:hover .menuitem,
#mnuFlex:active .menuitem,
.menuitem:hover .submenu,
.menuitem:active .submenu,
#mnuUser:hover .submenu,
#mnuUser:active .submenu {
  display: inline-block !important;
  position: relative;
}
.menuitem:hover .submenu,
.menuitem:active .submenu {
  position: absolute !important;
  left: 0px !important;
  margin-top: 41px;
}
div.white {
  background-color: white !important;
}
/*.question b span:first-child {
                float: left;
                margin-right: 10px;
                font-size: x-small;
                margin-top: 5px;
            }*/

.bold {
  font-weight: bold;
}
.large {
  font-size: large;
}
article input.wider,
.article input.wider,
#innercontentdiv input.wider {
  width: calc(140px);
}
.question {
  font-size: var(--h3font);
}
.question + .answer {
  max-height: 0px;
  /*width: 250px;*/
  transition: max-height 0.5s ease-in-out;
  /*cubic-bezier(0, 1, 0, 1);*/
  overflow: hidden;
  clear: both;
}
.question:after {
  padding-left: 5px;
  padding-right: 5px;
  content: url(/assets/SiteImages/expand.png);
  float: left;
  height: 14px;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
}
.question.expanded:after {
  transform: rotate(180deg) translate(0px, -16px);
  transition: transform 0.5s ease-in-out;
}
.question:hover:after {
  content: url(/assets/SiteImages/collapse.png);
}
.question.expanded + .answer {
  max-height: 300px !important;
  width: 100% !important;
  min-width: 250px;
  transition: max-height 0.5s ease-in !important;
  display: block !important;
  overflow-y: auto;
  padding-right: 7px;
  /*padding-top: 15px;*/
  clear: both;
}
article::before,
span.imgspan::before,
ul::before,
ol:before {
  position: absolute;
  display: none;
  content: attr(name);
  background-color: rgba(255, 255, 0, 0.6);
  color: blue;
  border: 1px solid blue;
  font-size: 8px;
}
.debug article::before,
span.imgspan:before,
ul::before,
ol::before {
  display: inline-block;
}
#pleasewait {
  background-color: transparent;
  display: none;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 50%;
  z-index: 501;
}
.white {
  background-color: white;
  padding: 10px;
}
#contentdiv .tox-tinymce {
  border-radius: 3px;
  border: 1px solid #444444;
}
#contentdiv .tox .tox-tbtn {
  margin: 2px 1px 2px 1px;
  width: 30px;
  border: 1px solid black !important;
}
#contentdiv .tox .tox-tbtn--disabled {
  border: 1px solid gray !important;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  z-index: 510;
}
#loginpanel {
  max-width: 500px;
  width: 85%;
  margin: auto;
  padding: 10px;
}
#loginpanel table {
  width: 100% !important;
}
#LOGIN div#contentdiv {
  margin-top: 20px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
#LOGIN div#innercontentdiv {
  padding-bottom: 12px;
}
input,
select,
textarea {
  outline: none;
  outline-color: transparent;
  border: 1px solid #444444;
  background-color: white;
  text-decoration: none;
}
input[type=radio] {
  height: 20px;
  width: 20px;
  position: relative;
  top: 5px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.auditlink {
  background-image: url(/assets/siteimages/audit.png);
  background-repeat: no-repeat;
  width: 40px;
}
/********************************************************************/

/*************************** NAVIGATION  ****************************/

/********************************************************************/

nav {
  background-color: #fffad2;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 55px;
  width: 100%;
  z-index: 99;
  padding: 7px 3px 0px 10px;
  font-weight: bold;
}
div.burger {
  display: flex;
  min-width: 32px;
  min-height: 32px;
  position: relative;
  background-image: url(/assets/SiteImages/burger.png);
  background-repeat: no-repeat;
  background-position-y: -4px;
  top: 3px;
}
#DETAILS nav div.burger {
  background-image: none !important;
}
.menuitem {
  display: inline-block;
  vertical-align: top;
}
/*div#mnuFlex div:nth-of-type(2) a {
    margin-left: -10px !important;
}*/

.submenu {
  width: 137px;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.submenu a {
  font-size: smaller;
}
.submenu a:last-of-type {
  margin-bottom: initial;
}
nav a,
.submenu a,
input[type=submit],
input[type=button],
#btnRegister {
  background-color: #004001;
  cursor: pointer;
  color: #ff6600 !important;
  position: relative;
  width: 110px;
  padding: 10px 5px 10px 5px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid #ff6600;
  border-radius: 3px;
  font-family: ubuntu, Arial, sans-serif;
  font-size: var(--smallfont);
  vertical-align: top;
  box-shadow: 0px 0px 10px 0px;
}
#divSearch {
  flex: 1;
  position: relative;
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 2px;
  margin-top: -6px;
}
#txtSearch {
  font-family: Ubuntu, Arial, sans-serif;
  text-align: right;
  background-color: white;
  opacity: 0.75;
  border-bottom: 1px solid #404040;
  padding: 10px;
  width: calc(80%);
  max-width: 300px;
}
#imgSearch {
  max-height: 32px;
  cursor: help;
  position: relative;
  top: 10px;
  left: 10px;
}
.submenu {
  padding: 7px;
  display: none;
  background-color: #fffad2;
  margin-left: -7px;
  margin-right: -3px;
  /*padding-right: 0px;*/

}
.submenu input[type=button] {
  display: block;
  margin-top: 5px;
}
nav .submenu a {
  font-weight: normal;
}
nav #mnuUser {
  position: relative;
  float: right;
  margin-right: 10px;
}
nav #mnuUser a {
  min-height: var(--bodyfont);
}
body nav a.thispage {
  background-color: #fffad2;
  color: #fffad2 !important;
  border-color: #fffad2 !important;
}
.custom-file-upload {
  width: 150px;
  font-size: 13.33333px;
  cursor: pointer;
}
span.help::before {
  content: ' i ';
  font-style: italic;
  font-weight: bold;
  font-size: small;
  color: navy;
  border: 1px solid navy;
  border-radius: 13px;
  margin-left: 5px;
  padding-left: 2px;
  padding-right: 5px;
  padding-top: 2px;
  min-width: 12px;
  position: relative;
  top: 1px;
}
span.help:hover::before {
  border: 1px solid #111111;
  background-color: whitesmoke;
}
span.help {
  cursor: help;
}
nav #msg {
  display: none;
  color: transparent;
}
a:hover,
a:focus {
  text-decoration: underline;
}
.custom-file-upload:hover,
nav a:hover,
nav a:focus,
input[type=submit]:focus,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=button]:hover,
#btnRegister:hover {
  color: #fffad2 !important;
  box-shadow: 0px 0px 10px 0px;
  text-decoration: none;
}
.pagetitle,
h1 {
  position: relative;
  font-size: var(--h1font);
  font-weight: bold;
}
span.spaMore {
  float: right;
  font-size: 12px;
  margin-top: 5px;
}
.overlay {
  position: absolute;
  top: 68px;
  right: 50px;
  color: whitesmoke;
  font-family: sans-serif;
  background-color: #4d6a79;
  font-size: smaller;
}
#mainform {
  position: relative;
  margin: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  min-height: 100vh;
}
div#divMessage span:not(#addstreetview) {
  display: inline-block;
  width: 40%;
  text-align: right;
  margin-bottom: 10px;
}
div#divMessage span + input[type=text],
div#divMessage span + textarea,
div#divMessage span + input[type=file] {
  width: 40%;
}
div#divMessage img:not(.captcha) {
  width: 20px;
  height: 20px;
  position: relative;
  left: 5px;
  cursor: help;
}
.message.error {
  color: red;
  text-align: center !important;
}
input,
textarea,
select,
span.error {
  border-radius: 3px;
}
input.error,
textarea.error,
select.error,
span.error,
.tox-tinymce.error {
  border: 2px solid red !important;
}
#scrollcontainer {
  float: left;
  overflow: hidden;
  height: 200px;
  margin-right: 208px;
}
#scrollcontainerinner {
  margin-right: 0px;
  height: 200px;
}
#DETAILS label {
  display: inline-block;
  min-width: 165px;
  margin-left: 2%;
  font-size: large;
}
#DETAILS label + input[type=checkbox] {
  min-width: var(--bodyfont);
  margin-right: 20px;
  min-height: var(--bodyfont);
  top: 2px;
  position: relative;
}
select,
input,
textarea {
  font-size: var(--bodyfont);
  margin-top: 2px;
  margin-bottom: 2px;
}
.question {
  cursor: n-resize;
  border-radius: 3px;
}
.question:hover {
  box-shadow: 0px 0px 10px 0px;
  color: #fffad2;
  background-color: #004001;
}
.question:hover a {
  color: paleturquoise;
}
#mapframe {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  padding-top: 53px;
}
#lb {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #222222;
  text-align: center;
  z-index: 99;
}
#lb img {
  max-width: 95%;
  max-height: 95%;
  transition-property: width;
  transition-duration: 0.5s;
  cursor: zoom-out;
}
#lb img:after {
  content: 'X';
  font-size: 32pt;
  color: #dddddd;
  cursor: pointer;
  position: fixed;
  right: 40px;
  top: 50px;
  z-index: 100;
}
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 30px;
  max-width: 100%;
  margin: 0 auto 30px;
}
article {
  position: relative;
}
article img {
  max-height: 200px;
}
.article-img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  cursor: zoom-in;
}
.article-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
article p {
  /*text-align: center;*/
  /*font-style: italic;*/
  margin-bottom: 2px;
  margin-top: 2px;
}
#background {
  top: 0px;
  left: 0px;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #222222;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 99;
}
#nocookies #terms {
  max-height: 80%;
  overflow-y: auto;
  position: fixed;
  margin-left: 10%;
  width: 80%;
  min-width: 280px;
  top: 40px;
  background: whitesmoke;
  z-index: 999;
  padding: 10px;
  border-radius: 13px;
  cursor: pointer;
}
.stupidtable td,
.stupidtable th {
  border-left: 1px solid gray;
}
.stupidtable tr td:last-of-type,
.stupidtable tr th:last-of-type {
  border-right: 1px solid gray;
}
th[data-sort] {
  background: url(/SiteImages/arrow-sort.png) no-repeat right 2px;
  cursor: ns-resize;
  padding-right: 10px;
}
th.sorting-asc[data-sort] {
  background: url(/SiteImages/arrow-down.png) no-repeat right center;
}
th.sorting-desc[data-sort] {
  background: url(/SiteImages/arrow-up.png) no-repeat right center;
}
table.datatable {
  border: 1px solid #fffad2;
  margin: auto;
  margin-bottom: 4px;
  border-radius: 7px;
  background-color: whitesmoke;
  border-collapse: initial !important;
}
table.datatable tr:first-of-type,
table.datatable tr:first-of-type td:first-of-type,
table.datatable tr:first-of-type th:first-of-type {
  border-top-left-radius: 7px;
}
table.datatable tr:first-of-type,
table.datatable tr:first-of-type td:last-of-type,
table.datatable tr:first-of-type th:last-of-type {
  border-top-right-radius: 7px;
}
table.datatable tr:last-of-type,
table.datatable tr:last-of-type td:first-of-type,
table.datatable tr:last-of-type th:first-of-type {
  border-bottom-left-radius: 7px;
}
table.datatable tr:last-of-type,
table.datatable tr:last-of-type td:last-of-type,
table.datatable tr:last-of-type th:last-of-type {
  border-bottom-right-radius: 7px;
}
table.datatable + tbody tr:first-of-type td {
  border-top: 2px solid #fffad2;
}
table.datatable tbody tr:not(.headrow):nth-child(2n+1),
table.datatable tfoot tr:nth-child(2n+1),
table.datatable tfoot tr:nth-child(2n+1) td {
  background-color: #e0e0e0;
}
table.datatable tfoot tr:nth-child(2n) td {
  background-color: transparent !important;
}
stupidtable thead tr.headrow th:not(.nosort) {
  padding-right: 10px;
}
.datatable td a:hover,
.spacetable th a:hover,
.spacetable td a:hover {
  background-color: #fffad2;
}
.datatable td a[href="javascript:null;"],
.spacetable td a[href="javascript:null;"],
.datatable td a[href="javascript:void();"],
.spacetable td a[href="javascript:void();"] {
  border: 1px solid transparent;
  font-size: 10px;
}
.datatable td a[href="javascript:null;"]:hover,
.spacetable td a[href="javascript:null;"]:hover,
.datatable td a[href="javascript:void();"]:hover,
.spacetable td a[href="javascript:void();"]:hover {
  background-color: transparent;
}
.datatable td a[href="javascript:null"],
.spacetable td a[href="javascript:null"],
.datatable td a[href="javascript:void()"],
.spacetable td a[href="javascript:void()"] {
  border: 1px solid #dddddd;
}
table.datatable tbody tr:nth-child(2n+1) td a[href="javascript:null"],
table.datatable tbody tr:nth-child(2n+1) td a[href="javascript:void()"] {
  border: 1px solid #cccccc;
}
.datatable td a[href="javascript:null"]:hover,
.spacetable td a[href="javascript:null"]:hover,
.datatable td a[href="javascript:void()"]:hover,
.spacetable td a[href="javascript:void()"]:hover {
  background-color: white;
  border: 1px solid #555555;
  cursor: help;
}
.gallery img {
  cursor: zoom-in;
  margin-right: 10px;
  border-radius: 3px;
}
.gallery img:last-of-type {
  margin-right: 0px;
}
#scrollouter {
  overflow-x: scroll;
}
tr.inactive td {
  font-style: italic;
}
table.spacetable tr th {
  padding-top: 5px;
  text-align: right;
  vertical-align: top;
}
table.datatable tr th {
  text-align: left;
}
/************************************/

/*          USER DEFINED            */

/************************************/

.userCENTER li {
  text-align: center;
}
ul.userBLOCK,
ol.userBLOCK {
  background: rgba(255, 255, 255, 0.31);
  border-radius: 3px;
}
/************************************/

/*********   POPUP DIALOG   *********/

/************************************/

section#popupbg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #222222;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
  z-index: 500;
}
section#popupbg.poperror {
  background-color: red;
}
section#popupbg.popwarning {
  background-color: yellow;
}
section#popup {
  display: none;
  border-radius: 7px;
  position: fixed;
  top: 16%;
  left: 15%;
  width: 70%;
  max-height: 60%;
  cursor: not-allowed;
  z-index: 501;
}
section#popup > div:after {
  content: "Click anywhere in popup to close";
  position: absolute;
  color: gray;
  bottom: 0px;
  left: 0px;
  font-size: var(--microfont);
}
section#popup > div {
  margin: auto;
  position: relative;
  border: 7px solid #fffad2;
  border-radius: 7px;
  box-shadow: 0px 0px 10px 0px #fffad2;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
section#popup.invalid > div,
section#popup.poperror > div {
  border: 1px solid red;
  box-shadow: 0px 0px 10px 0px red;
}
section#popup.popwarning > div {
  border: 1px solid yellow;
  box-shadow: 0px 0px 10px 0px yellow;
}
#popup #popupclose,
#zoom #zoomclose {
  color: transparent;
  float: right;
  position: absolute;
  right: -26px;
  top: -26px;
  min-width: 40px;
  height: 40px;
  width: 40px;
  background: url(/assets/SiteImages/popupclose.png) no-repeat center center;
  cursor: pointer;
}
#zoom #zoomclose {
  right: initial;
  top: initial;
  background-size: contain !important;
  background: url(/SiteImages/zoomclose.png) no-repeat center center;
  margin-right: 10px;
  margin-top: 10px;
}
#popupclosefield,
#zoomclosefield {
  top: 1px;
  position: absolute;
  visibility: hidden;
}
#popuplinks a:hover {
  background-color: #fffad2;
}
#popupmessage iframe {
  border: none;
  box-shadow: 0px 0px 10px 2px #fffad2;
  /*#008443;*/

}
h3#popuptitle {
  border-bottom: 1px solid #fffad2;
  background-color: #007a3a;
  color: #fffad2;
  padding: 5px;
  margin-top: -10px;
  cursor: move;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
img {
  max-width: 100%;
}
#zoom {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 999;
  max-width: 100%;
  max-height: 100%;
}
#zoom img {
  margin: 3%;
  cursor: zoom-out;
}
#picnext,
#picprev {
  position: fixed;
  z-index: 1160;
  top: 45%;
  height: 1px;
  width: 5%;
  cursor: pointer;
  color: grey;
  font-size: 48px;
  vertical-align: middle;
  display: none;
}
#picprev {
  left: 0px;
  width: 25%;
  height: 80%;
  margin-top: -15%;
}
#picnext {
  right: 0px;
  text-align: center;
  margin-top: -15%;
  width: 25%;
  height: 80%;
}
#picprev:hover,
#picnext:hover {
  color: white;
}
div#picnext:after {
  content: ">";
  position: absolute;
  right: 15px;
  top: 35%;
}
div#picprev:after {
  content: "<";
  position: absolute;
  left: 15px;
  top: 35%;
}
input.reqd:after,
select.reqd:after,
textarea.reqd:after {
  content: ' *';
}
body.noedit #contentdiv input[disabled=disabled]:not([type=submit]),
body.noedit #contentdiv textarea[disabled=disabled],
body.noedit #contentdiv select[disabled=disabled] {
  color: #444444;
  opacity: 1;
  border: none;
  background-color: transparent;
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 16px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  top: -1px;
  /* make disabled controls due to not being an admin appear normal colour */

}
/*  Tiny MCE customisation */

.tox-statusbar__branding {
  display: none;
}
div.tox.tox-tinymce {
  height: 200px !important;
  margin-right: 8px;
  float: left;
  width: 96%;
}
.article .tox .tox-toolbar,
.article .tox .tox-toolbar__overflow,
.article .tox .tox-toolbar__primary {
  background-color: whitesmoke;
}
#contentdiv .tox:not(.tox-tinymce-inline) .tox-editor-header {
  box-shadow: none;
  border-bottom: 1px solid #444444;
  padding: 0px;
}
#contentdiv .tox .tox-menubar + .tox-toolbar,
#contentdiv .tox .tox-menubar + .tox-toolbar-overlord {
  border-top: 0px;
  padding: 0px;
}
/******************************************************************************************/

/*************************************  LOGIN SCREEN **************************************/

/******************************************************************************************/

/*#LOGIN #loginpanel {
    display: block;
    left:35vw;
}
#LOGIN #innercontentdiv {
    padding: 0px  !important;
}*/

/******************************************************************************************/

/************************************* GENERIC CLASSES ************************************/

/******************************************************************************************/

.displaynone {
  display: none !important;
}
.nobullet {
  list-style-type: none;
}
.noindent {
  margin-left: 5px;
  margin-right: 5px;
}
.floatleft {
  float: left;
}
.floatleft img {
  padding-right: 10px;
}
.floatright {
  float: right;
}
.floatright img {
  padding-left: 10px;
}
.floatright aside {
  padding-left: 10px;
}
.justify {
  text-align: justify;
}
.leftalign {
  text-align: left;
}
.rightalign {
  text-align: right;
}
aside {
  display: block;
  font-size: var(--tinyfont);
  font-style: italic;
}
aside:before {
  content: "Photo: ";
}
footer aside:before {
  content: "Background photo: ";
}
img[src*="/assets/images/"] {
  cursor: zoom-in;
}
div.footercol {
  display: inline-block;
  width: 29%;
  padding-left: 1%;
  padding-right: 1%;
  /*border:2px solid yellow;*/

}
/******************************************************************************************/

/********************************** USER-DEFINED CLASSES **********************************/

/******************************************************************************************/

.userMEMORIAM li {
  border: 3px solid black;
  border-radius: 7px;
  padding: 5px;
  margin-bottom: 10px;
}
.userMEMORIAM h3 {
  margin-top: 5px;
}
.userMEMORIAM li.future .past,
.userMEMORIAM li.past .future {
  display: none;
}
.userINDENT {
  padding-left: 5%;
}
/******************************************************************************************/

/************************************* NARROW SCREENS *************************************/

/******************************************************************************************/

@media screen and (max-width: 1335px) {
  nav {
    width: calc(100% + 2px);
    /* LESS preprocessor would statically evaluate the CALC function if not escaped */
    height: 55px;
    max-height: 590px;
    position: fixed;
    border-top-right-radius: 0px;
  }
  #mnuFlex,
  .menuitem {
    display: none;
  }
  #imgSearch {
    display: none;
    /* not formatting correctly on mobile */
  
  }
  .burger:active .menuitem,
  .burger:hover .menuitem,
  #mnuFlex:hover .menuitem,
  #mnuFlex:active .menuitem,
  .menuitem:hover .submenu,
  .menuitem:active .submenu,
  #mnuUser:hover .submenu,
  #mnuUser:active .submenu {
    z-index: 99;
    display: block !important;
  }
  .burger:active .menuitem .submenu,
  .burger:hover .menuitem .submenu {
    position: absolute !important;
    left: 128px !important;
    margin-top: -42px;
  }
  .burger:active .menuitem#mnuUser .submenu,
  .burger:hover .menuitem#mnuUser .submenu {
    left: -128px !important;
  }
  div#mnuFlex {
    display: inline-block;
    position: relative;
    top: 50px;
    margin-left: -235px;
  }
  #mnuLogo {
    width: 230px;
  }
  #divSearch {
    margin-left: 115px;
  }
  nav:hover #divSearch {
    margin-left: -11px;
  }
  #mnuLogo a .menuitem:last-of-type a {
    margin-left: -2px !important;
  }
  nav a:last-of-type {
    float: none;
  }
  div.burger {
    display: block;
    margin-bottom: 10px;
    padding-left: 50px;
  }
  @keyframes easeOutBounce {
    0% {
      transform: translateX(0%);
    }
    12% {
      transform: translateX(-10.89%);
    }
    24% {
      transform: translateX(-43.56%);
    }
    36% {
      transform: translateX(-98.01%);
    }
    54% {
      transform: translateX(-75.02%);
    }
    74% {
      transform: translateX(-98.37%);
    }
    82% {
      transform: translateX(-93.75%);
    }
    92% {
      transform: translateX(-99.34%);
    }
    96% {
      transform: translateX(-98.46%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
}
@media screen and (max-width: 1280px) {
  .fourcols {
    columns: 2 !important;
  }
}
@media screen and (max-width: 832px) {
  #contentdiv {
    max-width: 95%;
    width: 100%;
    padding: 10px;
  }
  #innercontentdiv {
    padding: 10px;
    max-width: calc(100% - 20px);
    /* LESS preprocessor would statically evaluate the CALC function if not escaped */
  
  }
  .threecols,
  .fourcols {
    columns: 2 !important;
  }
}
@media screen and (max-width: 750px) {
  #contentdiv {
    max-width: 100%;
    padding: 0px;
  }
  #innercontentdiv {
    padding: 5px;
    max-width: calc(100% - 10px);
    /* LESS preprocessor would statically evaluate the CALC function if not escaped */
  
  }
  block {
    padding: 10px;
    width: calc(100% - 20px);
    /* LESS preprocessor would statically evaluate the CALC function if not escaped */
    width: initial;
    overflow: auto;
  }
  footer {
    height: 45px;
  }
  .twocols,
  .threecols,
  .fourcols {
    columns: 1 !important;
  }
}
@media screen and (max-width: 400px) {
  #loginpanel {
    left: calc(50% - 180px);
    /* LESS preprocessor would statically evaluate the CALC function if not escaped */
    width: 360px;
  }
}
