@charset "utf-8";
.reportdate {
  display: block;
  font-size: smaller;
  color: #FF9900;
}
.reportdiv {
  padding: 20px 0 20px 0;
  border-bottom: 10px solid #f2f2f2;
}
#slide-show {
  width: 200px;
  font-size: 11px;
  padding-top: 10px;
  transition: opacity 1s;
}
#contactform {
  display: none;
}
#contactform div {
  position: relative;
  float: right;
  right: 5%;
  top: 6%;
  color: #666666;
  width: 170px;
  border: solid 1px #CCCCCC;
}
#county-select {
  width: 200px;
  border: dotted 1px #FF9900;
  padding: 3px;
}
#alapalpanel table {
  margin: 0 auto;
}
#submitpanel {
  display: none;
  background: url('/images/buttonfade.gif') bottom repeat-x #f2f2f2;
}
#remindtag {
  display: none;
  float: right;
  right: 0%;
  top: 0%;
  color: #666666;
  width: 270px;
  border: solid 1px #CCCCCC;
  margin-bottom: 0px;
  padding: 0 10px;
}
#verify {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  text-align: center;
}
#verifybutton {
  color: #333333;
  font-weight: bold;
  border-color: #999999;
}
#verifybutton:hover {
  cursor: pointer;
}
#verifybutton:active {
  border-color: #FF6600;
  box-shadow: 0 0 3px #FF6600;
}
#verifybutton.disabled {
  color: lightgray;
  cursor: wait;
}
#verifybutton.disabled:active {
  border-color: initial;
  box-shadow: none;
}
.members-listing {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
  justify-content: space-between;
}
.members-listing > div {
  width: 190px;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}
.members-listing > div img {
  width: 160px;
}
.members-listing > div div:first-child {
  text-align: center;
}
.members-listing > div div:first-child strong {
  display: block;
}
.members-listing > div div:last-child {
  z-index: 1;
  left: -75px;
  width: 300px;
  display: none;
  padding: 15px 25px;
  position: absolute;
  border-radius: 6px;
  background-color: white;
  border: 1px solid lightgrey;
  box-shadow: 0 0 15px lightgrey;
}
.members-listing > div:hover div:last-child {
  display: block;
}
li {
  padding-bottom: 10px;
}
.privacy-policy h1 {
  margin-bottom: 20px;
}
.privacy-policy h2 {
  margin-top: 25px;
}
.privacy-policy h3 {
  margin-bottom: 2px;
  font-size: 12px;
  color: #FF9900;
}
.privacy-policy h3 + p {
  margin-top: 0;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
b.compulsory:after {
  color: red;
  content: '*';
}
b.warn {
  color: red;
}
pre {
  padding: 20px;
  overflow-y: auto;
  font-family: monospace;
  background-color: #eee;
}
#copyright {
  padding: 20px;
  color: #FF9900;
  font-weight: normal;
}
.gradient {
  background: #ff9900;
  background: linear-gradient(180deg, rgba(255, 153, 0, 0.4) 0%, #000000 90%);
}
#sitemap {
  display: flex;
  font-size: 13px;
  font-weight: normal;
  justify-content: end;
  padding: 10px 10px 60px;
}
#sitemap > div {
  padding: 10px 15px;
}
#sitemap > div > a:first-child {
  font-weight: 600;
  padding-bottom: 5px;
}
#sitemap > div a {
  color: #FF9900;
  display: block;
  text-decoration: none;
}
#sitemap > div a:hover {
  text-decoration: underline;
}
#sitemap > div .subpages {
  font-style: italic;
  padding-left: 25px;
  padding-bottom: 10px;
}
.question {
  margin-bottom: 10px;
  border: 1px solid #FF9900;
}
.question h3 {
  margin: 0;
  cursor: pointer;
  line-height: 20px;
  position: relative;
  padding: 20px 40px 20px 20px;
  font-size: 15px;
}
.question h3:after {
  top: 50%;
  right: 10px;
  content: '+';
  color: #FF9900;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  transform: translateY(-50%);
}
.question > div {
  display: none;
  padding: 10px 20px;
  text-align: justify;
}
.question.shown h3 {
  background-color: #FF9900;
}
.question.shown h3:after {
  right: 13px;
  content: '-';
  color: white;
}
.question.shown > div {
  display: block;
}
.back-to-top {
  color: #cc7a00;
  display: block;
  cursor: pointer;
  text-align: right;
  font-weight: bold;
}
.back-to-top:after {
  content: '▲ Back to Top';
}
.inset {
  display: block;
  line-height: 1.5;
  padding-top: 5px;
  padding-left: 50px;
}
.inset b {
  min-width: 120px;
  display: inline-block;
}
[v-cloak] {
  display: none;
}
.icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 2px;
  position: relative;
  border-radius: 100%;
  font: bold 14px Times;
  display: inline-block;
  vertical-align: middle;
  background-color: #FF9900;
}
.icon:after {
  top: 50%;
  left: 50%;
  color: white;
  content: 'i';
  position: absolute;
  transform: translate(-51%, -42%);
}
.icon.small {
  width: 14.4px;
  height: 14.4px;
  font-size: 12.6px;
}
.dim {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
}

.dim h1{
  color: #FF9900;
  line-height: 1.2;
  font-size: 28.8px;
}
.question.shown h3 {
  background-color: #FF9900;
}
.dim.shown {
  display: block;
}
.dim > div {
  top: 50%;
  left: 50%;
  width: 90%;
  overflow: hidden;
  max-width: 600px;
  max-height: 90vh;
  position: absolute;
  box-sizing: border-box;
  background-color: white;
  transform: translate(-50%, -50%);
}
.dim > div .cancel {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  color: white;
  cursor: pointer;
  position: absolute;
  background-color: #FF9900;
}
.dim > div .cancel:after {
  top: 45%;
  left: 50%;
  font-size: 48px;
  content: '\00d7';
  position: absolute;
  transform: translate(-50%, -50%);
}
.dim > div article {
  overflow: auto;
  padding: 30px 20px;
  max-height: inherit;
  scrollbar-width: thin;
}
.dim > div article::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.dim > div article::-webkit-scrollbar-thumb {
  background-color: lightgrey;
}
.red-cross {
  list-style-type: none;
}
.red-cross li {
  position: relative;
}
.red-cross li:before {
  color: red;
  left: -30px;
  font-size: 24px;
  content: '\00d7';
  font-weight: bold;
  position: absolute;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.report-now {
  margin: 20px 0;
  font-size: 28px;
  min-width: 280px;
  padding: 21px 31px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  color: white !important;
  text-transform: uppercase;
  background-color: #FF9900;
  border: 3px solid #FF9900 !important;
  transition: background-color 0.3s, color 0.3s;
}
.report-now.what-to-report {
  background-color: #6666ff;
  border: 3px solid #6666ff !important;
}
.report-now.what-to-report:hover {
  color: #6666ff !important;
}
.report-now:hover {
  background-color: white;
  color: #FF9900 !important;
}
.report-now:after {
  content: '>';
  padding-left: 40px;
  display: inline-block;
}
.vacancy + .vacancy {
  padding-top: 40px;
}
.vacancy h2 {
  position: relative;
}
.vacancy h2:after {
  right: 0;
  top: 20px;
  cursor: pointer;
  font-size: 11px;
  position: absolute;
  content: 'Show full...';
}
.vacancy h2 small {
  display: block;
  font-size: 0.7em;
  padding-top: 5px;
  font-weight: normal;
}
.vacancy.expanded h2:after {
  content: 'Hide...';
}
.vacancy.expanded .copy {
  max-height: unset;
}
.vacancy.expanded .copy:after {
  display: none;
}
.vacancy .copy {
  max-height: 160px;
  position: relative;
  overflow-y: hidden;
}
.vacancy .copy:after {
  bottom: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
}
.vacancy footer {
  padding-top: 10px;
}
.vacancy footer a {
  font-size: 11px;
}
/*# sourceMappingURL=mainstyle.css.map */