body {
  background-color: paleturquoise;
  font-family: Ubuntu, Arial, sans-serif;
  margin: 0px;
  min-height: 100vh;
  color: #444444;
}
body:before {
  content: ' ';
  /*background-image: url(/images/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 {
  /*font-family: sans-serif;*/
  box-sizing: border-box;
}
a,
a:visited,
a:active {
  color: blue;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
.beta {
  display: none;
}
.BETA .beta {
  display: block;
}
.BETA .beta:not(.block) {
  font-size: 14px;
  margin: 10px;
  padding: 5px;
  border: 1px solid aqua;
  border-radius: 10px;
  background-color: #444444;
  font-style: italic;
  color: palegoldenrod;
}
#loginpanel {
  display: none;
}
#footer {
  margin: -1px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 25px;
  text-align: center;
  background-color: lightslategray;
  padding: 5px;
  color: whitesmoke;
}
#footer a {
  color: whitesmoke;
}
#footer a:hover {
  color: yellow;
  transition: background-color linear 1s;
}
#contentdiv {
  margin-bottom: 25px;
}
nav a#lnkLogin {
  float: right;
  width: 70px;
  margin-right: 0px;
}
h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}
#contentdiv h1:first-of-type {
  background-color: #fcfcfc;
  margin: 5px 5px 0px 5px;
  margin-bottom: 0px;
  padding: 5px;
  border-radius: 10px;
  border: 2px solid paleturquoise;
}
#terms h1 {
  margin-top: 10px;
}
body .ui-datepicker {
  display: initial;
}
input[type=text].ui-datepicker {
  width: 85px;
}
div#ui-datepicker-div {
  font-size: small;
}
.datatable td,
.datatable th {
  font-size: small;
}
a {
  text-decoration: none;
  outline: none;
  outline-color: transparent;
}
#footer a {
  padding-right: 20px;
  padding-left: 20px;
}
#footer #sos {
  position: absolute;
  left: 0px;
  font-size: small;
}
.clear {
  clear: both;
}
.grey {
  font-size: 14px;
  font-family: arial, sans-serif;
  color: #858585;
}
.W100PC {
  width: 100%;
}
.narrow {
  width: 120px;
}
.verynarrow {
  width: 80px;
}
.numeric {
  text-align: right;
}
.just {
  padding-bottom: 4px;
  border-radius: 15px;
  /*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 {
  max-height: 200px;
  max-width: 100%;
}
.just #map_outer img {
  max-height: initial;
  max-width: initial;
  border-radius: 0px;
}
div.block {
  position: relative;
  padding: 10px;
  background-color: whitesmoke;
  border: 2px solid paleturquoise;
  min-width: 200px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 4px;
  margin-right: 4px;
}
div.white {
  background-color: white !important;
}
.question b span {
  float: left;
  margin-right: 10px;
  font-size: x-small;
  margin-top: 5px;
}
.bold {
  font-weight: bold;
}
.large {
  font-size: large;
}
#HOME div.block h3 {
  cursor: n-resize;
  margin: 0px;
}
.question + .answer {
  max-height: 0px;
  width: 250px;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  clear: both;
}
.question span:first-child {
  padding-right: 5px;
  padding-left: 5px;
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}
.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: auto;
  padding-right: 7px;
  padding-top: 15px;
  clear: both;
}
.question.expanded span:first-child,
h3.expanded span:first-child {
  padding-right: 5px;
  padding-left: 5px;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
}
#CONTACT .question.expanded + .answer::before,
#HOME .twitter .question.expanded + .answer::before,
#HOME .blog .question.expanded + .answer::before {
  border-top: 10px solid whitesmoke;
  content: ' ';
  display: block;
  position: absolute;
  top: 32px;
  width: calc(100% - 36px);
  height: 25px;
  background: linear-gradient(whitesmoke, transparent);
}
#pleasewait {
  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: 5px;
  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 {
  background-color: whitesmoke;
  position: fixed;
  display: none;
  margin: auto;
  top: 50px;
  left: calc(50% - 228px);
  /* LESS preprocessor would statically evaluate the CALC function if not escaped */
  width: 456px;
  padding: 10px;
  border: 2px solid lightslategray;
  border-radius: 5px;
  z-index: 9999;
}
#HOME .just {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
}
input,
select,
textarea {
  outline: none;
  outline-color: transparent;
  border: 1px solid #444444;
  background-color: white;
  text-decoration: none;
}
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;
}
nav {
  background-color: lightslategray;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 55px;
  width: 100%;
  z-index: 99;
  padding: 7px 3px 0px 10px;
  font-weight: bold;
}
.menuitem {
  display: inline-block;
  vertical-align: top;
}
.submenu {
  width: 125px;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.submenu a,
#admin,
#user {
  margin-bottom: 8px;
}
.submenu a {
  font-size: smaller;
}
.submenu a:last-of-type {
  margin-bottom: initial;
}
.menuitem.subshown > a {
  box-shadow: 0px 0px 10px 0px;
}
#lnkAdmin {
  float: right;
}
/*#lnkUser:hover .submenu#usersubmenu {
    display:block;
    margin-top:0px;
        margin-top: -330px;
    float: right;
    margin-right: -4px;
}
#lnkAdmin:hover .submenu#adminsubmenu {
    display:block;
    margin-top:0px;
}*/

#lnkUser #user {
  /*font-weight:bold;*/
  background-repeat: no-repeat;
  width: 141px;
  /*right: 45px;*/

}
/*#lnkAdmin {
    display:inline-block;
}*/

#lnkMessages {
  color: whitesmoke;
  border-radius: 5px;
  border: 1px solid white;
  width: 35px;
  height: 38px;
  /*float:right;*/
  background-image: url(/images/message.png);
  background-size: contain;
  background-color: transparent;
  background-image: url(/images/nomessage.png);
  text-align: center;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  /*margin-left:4px;*/

}
#lnkMessages:hover {
  color: yellow;
  border: 1px solid yellow;
  box-shadow: 0px 0px 10px 0px;
}
#MESSAGES tr.inmsg.msgstatus0 td,
#MESSAGES tr.inmsg.msgstatus1 td,
#MESSAGES tr.inmsg.msgstatus2 td {
  font-weight: bold;
}
#adminspan {
  top: 7px;
  left: 129px;
  display: inline;
}
/*.adminshown {
    position: relative;
    margin-left: 833px !important;
    margin-top: -5px;
    max-width:117px;
}*/

#divDonate {
  float: right;
  margin-right: 40px;
  display: inline;
}
#divDonate span {
  position: relative;
  top: -11px;
}
body.BETA #divDonate:after {
  content: 'BETA';
  display: inline-block;
  position: fixed;
  bottom: 3px;
  right: 10px;
  color: whitesmoke;
}
nav a,
.submenu a,
input[type=submit],
input[type=button],
.custom-file-upload {
  background-color: darkslategray;
  cursor: pointer;
  color: whitesmoke !important;
  position: relative;
  width: 110px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid whitesmoke;
  border-radius: 5px;
  font-family: ubuntu, Arial, sans-serif;
  vertical-align: top;
}
body nav a.thispage {
  background-color: lightslategray;
  color: yellow !important;
  border-color: yellow !important;
}
#PROFILE input[type="file"] {
  display: none;
}
#QUICKPICK #spaPicsPending img {
  max-width: calc(25% - 10px);
  margin-right: 10px;
  margin-top: 10px;
  border: 2px solid lightslategray;
}
.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: 20px;
  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;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
nav #msg {
  display: none;
  color: transparent;
}
a:hover,
a:focus {
  text-decoration: underline;
}
.custom-file-upload:hover,
nav a:hover,
nav a:focus,
#lnkUser a:hover,
#lnkAdmin a:hover,
input[type=submit]:focus,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=button]:hover {
  color: yellow !important;
  box-shadow: 0px 0px 10px 0px;
}
#lnkLogin {
  padding: 1px;
}
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;
}
#contentdiv {
  max-width: 85%;
  margin: auto;
  margin-top: 53px;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 10px;
  border-radius: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
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: 5px;
}
input.error,
textarea.error,
select.error,
span.error,
.tox-tinymce.error {
  border: 2px solid red !important;
}
a.burger {
  display: none;
  background-image: url(/images/burger.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 10px;
  border: 1px solid whitesmoke;
  top: 3px;
}
/*#lnkUser, #lnkQuickPick {
            background-position:left;
            background-size:contain;
            background-repeat:no-repeat;
        }*/

.submenu {
  /*padding-right: 0px !important;*/
  padding: 7px;
  display: none;
  /*left: inherit !important;
            top: inherit;*/
  background-color: lightslategray;
  margin-left: -7px;
  /*padding-top: 0px;*/

}
.submenu input[type=button] {
  display: block;
  margin-top: 5px;
}
nav .submenu a {
  font-weight: normal;
}
/*nav span:not(#adminspan) {
    color: whitesmoke;
    top: -8px;
    position: relative;
    display: none;
    left: 800px;
}*/

#scrollcontainer {
  float: left;
  overflow: hidden;
  height: 200px;
  margin-right: 208px;
}
#scrollcontainerinner {
  margin-right: 0px;
  height: 200px;
}
.scroller {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1.2s;
  position: absolute;
  min-height: 200px;
  min-width: 200px;
  border-bottom: none;
  background-size: cover;
  background-position: center left;
}
#scroller1 {
  background: url(/images/backgrounds/bg1.jpg) top center no-repeat;
  background-size: cover;
}
#scroller2 {
  background: url(/images/backgrounds/bg2.jpg) top center no-repeat;
  background-size: cover;
}
#scroller3 {
  background: url(/images/backgrounds/bg3.jpg) top center no-repeat;
  background-size: cover;
}
#scroller4 {
  background: url(/images/backgrounds/bg4.jpg) top center no-repeat;
  background-size: cover;
}
#scroller5 {
  background: url(/images/backgrounds/bg5.jpg) top center no-repeat;
  background-size: cover;
}
#scroller6 {
  background: url(/images/backgrounds/bg6.jpg) top center no-repeat;
  background-size: cover;
}
.scrollinner {
  width: 48%;
}
.question {
  cursor: n-resize;
  border-radius: 5px;
}
.question:hover {
  box-shadow: 0px 0px 10px 0px;
  color: yellow;
  background-color: darkslategray;
}
.question:hover a {
  color: paleturquoise;
}
#mapframe {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  padding-top: 53px;
}
#map_canvas {
  text-align: left;
  border-radius: 5px;
  border: 1px solid #444444;
}
#map_canvas img {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  border: 1px solid paleturquoise;
}
#mapkey {
  font-size: 14px;
}
#mapkey img {
  height: 20px;
  position: relative;
  top: 4px;
}
#geolocation {
  position: relative;
  top: 5px;
  left: -1px;
}
#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: 20px;
  cursor: pointer;
}
/*.stupidtable {
    background-color: whitesmoke;
}*/

.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(/Images/arrow-sort.png) no-repeat right 2px;
  cursor: ns-resize;
  padding-right: 10px;
}
th.sorting-asc[data-sort] {
  background: url(/Images/arrow-down.png) no-repeat right center;
}
th.sorting-desc[data-sort] {
  background: url(/Images/arrow-up.png) no-repeat right center;
}
table.datatable {
  border: 1px solid lightslategray;
  margin: auto;
  margin-bottom: 4px;
  border-radius: 10px;
  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: 10px;
}
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: 10px;
}
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: 10px;
}
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: 10px;
}
table.datatable + tbody tr:first-of-type td {
  border-top: 2px solid lightslategray;
}
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: #4800ff;
}
.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: 5px;
}
.gallery img:last-of-type {
  margin-right: 0px;
}
#scrollouter {
  overflow-x: scroll;
}
tr.inactive td {
  font-style: italic;
}
/*table.spacetable tr td,
table.spacetable tr th {
    padding-bottom:10px;
}*/

table.spacetable tr th {
  padding-top: 5px;
  text-align: right;
  vertical-align: top;
}
table.datatable tr th {
  text-align: left;
}
#tblContact tr td {
  vertical-align: top;
}
#tblContact tr td:first-of-type {
  text-align: right;
  width: 40%;
}
#tblContact tr:last-of-type {
  text-align: left;
  width: 50%;
}
#tblContact tr td input[type=text],
#tblContact tr td textarea {
  width: 100%;
}
#map_outer {
  display: none;
  margin-top: 20px;
}
#txtLocation {
  display: inline;
  box-sizing: border-box;
}
#imgHere {
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
}
#hidemap {
  position: relative;
  width: 30px;
  height: 30px;
}
.gm-style .controls {
  font-size: 28px;
  /* this adjusts the size of all the controls */
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 300;
  height: 1em;
  margin: 6px;
  text-align: center;
  user-select: none;
  padding: 2px;
  width: 1em;
}
.gm-style .controls button {
  border: 0;
  background-color: white;
  color: rgba(0, 0, 0, 0.6);
}
.gm-style .controls button:hover {
  color: rgba(0, 0, 0, 0.9);
}
.gm-style .controls.zoom-control {
  display: flex;
  flex-direction: column;
  height: auto;
}
.gm-style .controls.zoom-control button {
  font: 0.85em Arial;
  margin: 1px;
  padding: 0;
}
.zoom-control-in {
  cursor: zoom-in;
}
.zoom-control-out {
  cursor: zoom-out;
}
.gm-style .controls.zoom-control button:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.gm-style .controls.maptype-control {
  display: flex;
  flex-direction: row;
  width: auto;
}
.gm-style .controls.maptype-control button {
  display: inline-block;
  font-size: 0.5em;
  margin: 0 1px;
  padding: 0 6px;
}
.gm-style .controls.maptype-control.maptype-control-is-map .maptype-control-map {
  font-weight: 700;
}
.gm-style .controls.maptype-control.maptype-control-is-satellite .maptype-control-satellite {
  font-weight: 700;
}
.gm-style .fullscreen-control {
  top: 15px !important;
}
.gm-style .controls.fullscreen-control button {
  display: block;
  font-size: 1em;
  height: 100%;
  width: 100%;
}
.gm-style .controls.fullscreen-control .fullscreen-control-icon {
  border-style: solid;
  height: 0.25em;
  position: absolute;
  width: 0.25em;
}
.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-left {
  border-width: 2px 0 0 2px;
  left: 0.1em;
  top: 0.1em;
}
.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-left {
  border-width: 0 2px 2px 0;
}
.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-right {
  border-width: 2px 2px 0 0;
  right: 0.1em;
  top: 0.1em;
}
.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-right {
  border-width: 0 0 2px 2px;
}
.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-left {
  border-width: 0 0 2px 2px;
  left: 0.1em;
  bottom: 0.1em;
}
.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-left {
  border-width: 2px 2px 0 0;
}
.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-right {
  border-width: 0 2px 2px 0;
  right: 0.1em;
  bottom: 0.1em;
}
.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-right {
  border-width: 2px 0 0 2px;
}
.gm-style .controls {
  font-size: 28px;
  background-color: white;
  box-shadow: black 0px 1px 4px -1px;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 300;
  height: 1em;
  margin: 6px;
  text-align: center;
  user-select: none;
  padding: 2px;
  width: 1em;
}
.gm-style-iw-d a img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#hidemap:after {
  content: "\00d7";
  display: inline-block;
  position: absolute;
  right: -62px;
  top: -65px;
  z-index: 1170;
  margin: 1rem 1rem 0 0;
  padding: 0;
  background-color: white;
  border-radius: 100%;
  color: rgba(0, 0, 0, 0.5);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  -webkit-transition: 0.3s all cubic-bezier(0.45, 0.6, 0.75, 1);
  transition: 0.3s all cubic-bezier(0.45, 0.6, 0.75, 1);
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  line-height: .85;
  box-shadow: 0 1px 2px #888888;
}
.gm-style .controls button {
  border: 0;
  background-color: white;
  color: rgba(0, 0, 0, 0.6);
}
.gm-style .controls.zoom-control button {
  font: 0.85em Arial;
  margin: 1px;
  padding: 0;
}
.gm-style-iw-d div {
  max-width: 200px;
}
.gm-style-iw-c,
.gm-style-iw-d {
  max-height: 999px !important;
}
.fullscreen-control {
  display: none;
}
#groups table th,
#groups table td {
  padding-left: 5px;
  padding-right: 5px;
}
#groups tbody tr:first-of-type td {
  border-top: 2px solid lightslategray;
}
#groups tbody tr  td {
  border-bottom: 2px solid lightslategray;
}
#groups tr td {
  height: 54px;
}
#groups td > * {
  vertical-align: middle;
}
#groups td img {
  max-width: 90px;
  max-height: 90px;
  vertical-align: middle;
  border-radius: 5px;
  border: 2px solid lightslategray;
  margin: 3px;
  background-color: whitesmoke;
}
#groups img[src*='empty.png'] {
  display: none;
}
#groups tbody tr:first-of-type  td:last-of-type {
  display: table-cell !important;
  min-width: 150px;
}
#groups .tr1 td {
  background-color: aqua;
}
#groups .tr2 td {
  background-color: #ffff80;
}
#groups .tr1 td:last-of-type {
  display: none;
}
#groups tr td:first-of-type {
  border-left: 2px solid lightslategray;
}
#groups tr td:last-of-type {
  border-right: 2px solid lightslategray;
}
#groups tbody .tr1:not(:first-of-type) .td1 {
  border-right: 2px solid lightslategray;
  border-bottom-right-radius: 10px;
}
#groups tbody tr:first-of-type td:first-of-type {
  border-top-left-radius: 10px;
}
#groups tbody tr:first-of-type td:last-of-type {
  border-top-right-radius: 10px;
}
#groups tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 10px;
}
#groups tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 10px;
}
#MESSAGES #messages {
  border-spacing: 0px;
  padding-bottom: 20px;
}
#MESSAGES #messages tr td,
#MESSAGES #messages tr th {
  border: none;
}
#MESSAGES #messages tr td.msgfrom,
#MESSAGES #messages tr td.msgto {
  height: 48px;
  text-align: right;
  background-repeat: no-repeat;
}
#MESSAGES #messages tr:nth-child(2n+1) td {
  background-color: aqua;
}
#MESSAGES #messages tr.inmsg td,
#MESSAGES #messages tr.outmsg td {
  border-top: 2px solid paleturquoise;
  border-bottom: 2px solid paleturquoise;
}
#MESSAGES #messages tr.inmsg td:first-of-type,
#MESSAGES #messages tr.outmsg td:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 2px solid paleturquoise;
}
#MESSAGES #messages tr.inmsg td:last-of-type,
#MESSAGES #messages tr.outmsg td:last-of-type {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 2px solid paleturquoise;
}
#MESSAGES #messages tr.inmsg:hover td,
#MESSAGES #messages tr.outmsg:hover td {
  border-top: 2px solid yellow;
  border-bottom: 2px solid yellow;
}
#MESSAGES #messages tr.inmsg:hover td:first-of-type,
#MESSAGES #messages tr.outmsg:hover td:first-of-type {
  border-left: 2px solid yellow;
}
#MESSAGES #messages tr.inmsg:hover td:last-of-type,
#MESSAGES #messages tr.outmsg:hover td:last-of-type {
  border-right: 2px solid yellow;
}
#messages .outmsg.msgstatus3 input[type=checkbox],
#messages .outmsg.msgstatus4 input[type=checkbox] {
  display: none;
}
#messages .outmsg.msgstatus1 td,
#messages .outmsg.msgstatus2 td {
  font-weight: bold;
}
/************************************/

/*********   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;
}
Xsection#popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding-top: 200px;
  cursor: not-allowed;
}
section#popup {
  display: none;
  border-radius: 10px;
  position: absolute;
  top: 30%;
  left: 15%;
  width: 70%;
  cursor: not-allowed;
  z-index: 501;
}
section#popup > div {
  margin: auto;
  border: 1px solid lightslategray;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px lightslategray;
  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;
}
#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%;
}
#popup #popupclose,
#zoom #zoomclose {
  float: right;
  position: relative;
  right: -40px;
  top: -41px;
  min-width: 40px;
  height: 40px;
  width: 40px;
  background: url(/Images/popupclose.png) no-repeat center center;
  cursor: pointer;
}
#zoom #zoomclose {
  right: initial;
  top: initial;
  background-size: contain !important;
  background: url(/Images/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: yellow;
}
#popupmessage iframe {
  border: none;
  box-shadow: 0px 0px 10px 2px lightslategray;
  /*#008443;*/

}
h3#popuptitle {
  border-bottom: 1px solid lightslategray;
  background-color: whitesmoke;
  padding: 5px;
  margin-top: -10px;
  cursor: move;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
img.avatar {
  width: 64px;
  height: 64px;
  border-radius: 5px;
  border: 2px double lightslategray;
}
#divDonate form {
  display: inline;
}
#FINANCES #divDonate {
  display: inline-block;
  position: fixed;
  bottom: -3px;
  right: 0px;
}
#FINANCES #divDonate input {
  border: none;
  background-color: transparent!important;
}
#FINANCES.BETA #divDonate {
  padding-right: 50px;
}
/*#ACCOUNT #btnLogout {
    float:right;
}*/

nav span#msg {
  display: none;
  color: transparent;
}
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: 230px !important;
  margin-right: 8px;
}
#CONTACT div.tox.tox-tinymce {
  margin-right: 0px;
}
.block .tox .tox-toolbar,
.block .tox .tox-toolbar__overflow,
.block .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;
}
/* ---------------------------------------------------------------------------------- */

@media screen and (max-width: 1335px) {
  nav {
    width: calc(100% + 2px);
    height: 55px;
    max-height: 590px;
    position: fixed;
    border-top-right-radius: 0px;
  }
  nav a:last-of-type {
    float: none;
  }
  nav a:not(.burger) {
    display: none !important;
  }
  nav a.burger {
    display: block;
    margin-bottom: 10px;
  }
  nav.showburger {
    width: 248px;
    height: auto!important;
    position: absolute !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    top: -67px !important;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  nav.showburger a.burger {
    visibility: hidden;
  }
  nav span#msg {
    color: whitesmoke;
    transition-property: all;
    transition-duration: 1s;
    position: relative;
    left: 50%;
    top: -30px;
    animation: easeOutBounce .5s;
    -o-animation: easeOutBounce .5s;
    -moz-animation: easeOutBounce .5s;
    -webkit-animation: easeOutBounce .5s;
  }
  nav a.mnu {
    display: block !important;
    position: relative;
    top: 0px;
    margin-bottom: 6px;
  }
  nav a#lnkLogin {
    float: none;
    width: 107px;
  }
  #lnkUser {
    height: 48px;
  }
  div.subshown div.submenu#adminsubmenu {
    display: block;
    position: relative;
    left: 8px;
    top: -367px;
    background-color: transparent;
    padding-bottom: 55px;
  }
  div.subshown div.submenu#usersubmenu {
    display: block;
    position: relative;
    left: 124px;
    top: -291px;
    background-color: transparent;
    padding-bottom: 50px;
  }
  /*#lnkAdmin:hover .submenu#adminsubmenu {
          margin-top: -266px;
          margin-left: 118px !important;
          display:block;
      }
  
      #lnkUser:hover .submenu#usersubmenu {
          margin-top: -266px;
          margin-left: 118px !important;
          display:block;
              position: relative;
      top: -18px;
      left: 7px !important;
  
      }*/
  
  .submenu#usersubmenu a,
  .submenu#adminsubmenu a,
  .submenu#usersubmenu input[type=submit] {
    width: 101px !important;
  }
  /*.adminshown {
          position: initial;
          margin-left: initial;
          margin-top: -7px;
      }*/
  
  @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: 832px) {
  #contentdiv {
    max-width: 95%;
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 750px) {
  #contentdiv {
    max-width: 100%;
  }
  #homestory {
    max-width: 100% !important;
  }
  #footer {
    height: 45px;
  }
  #footer a:first-of-type {
    top: 25px;
  }
}
@media screen and (max-width: 400px) {
  #loginpanel {
    left: calc(50% - 180px);
    /* LESS preprocessor would statically evaluate the CALC function if not escaped */
    width: 360px;
  }
}
