/* Minification failed. Returning unminified contents.
(417,26): run-time error CSS1039: Token not allowed after unary operator: '-table-header'
(420,29): run-time error CSS1039: Token not allowed after unary operator: '-table-header'
(423,26): run-time error CSS1039: Token not allowed after unary operator: '-table-header'
(426,26): run-time error CSS1039: Token not allowed after unary operator: '-top-bar'
(429,29): run-time error CSS1039: Token not allowed after unary operator: '-top-bar'
(432,26): run-time error CSS1039: Token not allowed after unary operator: '-top-bar'
 */
html {
  background-color: #222222;
  overflow: hidden;
}
body {
  background-color: #2a2a2a;
  overflow-y: hidden;
  padding-top: 55px;
  padding-bottom: 6px;
}
body .home_logo {
  max-width: 55%;
}
body .device_logo {
  max-width: 45%;
  margin-top: 25px;
  max-height: calc(100vh - 425px);
}
body .tagline {
  max-width: 100%;
  color: #4472c4;
  padding: 15px;
  text-align: center;
}
body .tagline span {
  color: #00b0f0;
}
body #language_button {
  width: 20px !important;
  height: 17px !important;
  border: none;
  border-radius: 4px;
  background-color: lightgray;
  background-repeat: no-repeat;
  background-position-x: 2px;
  background-position-y: 1px;
  margin-top: 16px;
  margin-right: 12px;
}
body #language_button:hover {
  background-color: white;
}
body .body-content-outside {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  color: #9d9d9d;
}
body .body-content-outside highlight {
  color: #00b0f0;
}
body .body-content-outside highlight a {
  color: #00b0f0;
}
body .body-content-outside notation {
  font-size: 0.7em;
  font-style: italic;
}
body .body-content-outside #tlpMission {
  min-width: 600px;
  width: 80%;
  height: 85%;
  border-collapse: unset;
  margin: 60px auto;
}
body .body-content-outside #tlpMission tr.panel {
  color: white;
  background-color: #33859b;
}
body .body-content-outside #tlpMission tr.panel.alt {
  background-color: #51a3b9;
}
body .body-content-outside #tlpMission tr.panel.alt td.img_cell {
  background: linear-gradient(90deg, #51a3b9 50%, #2a2a2a 50%);
  cursor: pointer;
}
body .body-content-outside #tlpMission tr.panel.quotes {
  color: #9d9d9d;
  background-color: #404040;
}
body .body-content-outside #tlpMission tr.panel.quotes td.img_cell {
  background: linear-gradient(270deg, #404040 50%, #2a2a2a 50%);
  cursor: pointer;
}
body .body-content-outside #tlpMission tr.panel.quotes .content {
  text-align: center;
}
body .body-content-outside #tlpMission tr.panel.quotes .content quote {
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  color: #00b0f0;
}
body .body-content-outside #tlpMission tr.panel.quotes .content author {
  font-size: 16px;
  color: #9d9d9d;
}
body .body-content-outside #tlpMission td.full-width {
  width: 100%;
}
body .body-content-outside #tlpMission td.img_cell {
  min-height: 150px;
  min-width: 174px;
  height: 150px;
  width: 174px;
  background: linear-gradient(90deg, #33859b 50%, #2a2a2a 50%);
}
body .body-content-outside #tlpMission td.part-hex {
  width: 37px;
  background-color: #2a2a2a;
}
body .body-content-outside #tlpMission td .content {
  width: 100%;
  font-size: 2em;
  padding: 0px 20px;
  line-height: 1;
}
body .body-content-outside #tlpMission td .content subtitle {
  font-size: 0.6em;
}
body .body-content-outside #tlpContact {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
body .body-content-outside #tlpContact img {
  max-height: 700px;
}
body .body-content-outside #tlpContact td.full-width {
  width: 100%;
}
body .body-content-outside #tlpContact #contactPage-Title {
  font-size: 6em;
  margin-bottom: 15px;
}
body .body-content-outside #tlpContact #contactPage-Message {
  font-size: 2em;
  margin-left: 5px;
  margin-bottom: 15px;
}
body .body-content-outside #tlpContact .contactPage-Details {
  display: inline-block;
  text-align: right;
  font-size: 1.2em;
  margin-top: 35px;
  margin-left: 5px;
  margin-right: 15px;
}
body .body-content-outside #tlpContact .contactPage-Details .contactDetails-Header {
  font-size: 1.2em;
  color: white;
  background-color: #348499;
  padding: 5px 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
body .body-content-outside #tlpContact .contactPage-Details .contactDetails-Header.highlighted {
  background-color: #00b0f0;
}
body .body-content-outside #tlpContact .map-pin {
  background-image: url(/Content/images/Outside/ContactPin.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  width: 35px;
  height: 42px;
  cursor: pointer;
}
body .body-content-outside #tlpContact .map-pin.halesowen {
  top: 520px;
  left: 360px;
}
body .body-content-outside #tlpContact .map-pin.letchworth {
  top: 557px;
  left: 400px;
}
body .body-content-outside #tlpContact .map-pin.livingstone {
  top: 265px;
  left: 220px;
}
body .body-content-outside #tlpStats {
  width: 95%;
  height: 95%;
}
body .body-content-outside #tlpStats table {
  width: 100%;
  height: 305px;
}
body .body-content-outside #tlpStats table td {
  width: 50%;
}
body .body-content-outside #tlpStats td.full-width {
  width: 100%;
}
body .body-content-outside #tlpStats .hex .hexLink div {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  font-size: 34px;
  white-space: pre-line;
}
body .body-content-outside #tlpStats .hex .hexLink div span {
  width: 100%;
  background-color: #348499;
}
body .body-content-outside #tlpStats .hex span + span {
  margin-top: -3px;
}
body .body-content-outside #feed-container {
  min-width: 100px;
  position: absolute;
  top: 55px;
  right: -317px;
  overflow-y: scroll;
  bottom: 5px;
  background-color: #348499;
  max-width: 317px;
}
body .body-content-outside #feed-container parent {
  display: none;
}
body .body-content-outside #hexagons.Stats {
  position: absolute;
  right: -46px;
  top: 65px;
}
body .body-content-outside #hexagons.Stats .hexagon-small::before {
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
  height: 40px;
}
body .body-content-outside #hexagons.Stats #hexagon1 {
  background-image: url(/Content/images/social/Twitter_mini.png);
  margin-bottom: 10px;
}
body .body-content-outside #hexagons.Stats #hexagon2 {
  background-image: url(/Content/images/social/Facebook_mini.png);
}
body .body-content-outside.no-padding {
  padding: 0;
}
@media (max-width: 1300px) {
  body #tlpContact #map-cell {
    display: none;
  }
}
@media (max-width: 700px) {
  body .body-content-outside {
    margin-right: 0px !important;
  }
  body #feed-container,
  body #hexagons.Stats {
    display: none;
  }
}

.hexagon-small {
  position: relative;
  width: 173.21px;
  height: 300px;
  background-color: #348499;
  margin: 0 86.6px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  width: 23.09px;
  height: 40px;
  margin: 0 11.55px;
  transition: background-color 0.3s;
}
.hexagon-small:hover {
  background-color: #00b0f0;
}
.hexagon-small:hover:before {
  border-left: solid 86.6px #00b0f0;
}
.hexagon-small:hover:after {
  border-right: solid 86.6px #00b0f0;
}
.hexagon-small:before,
.hexagon-small:after {
  content: "";
  transition: border 0.3s;
  position: absolute;
  height: 0;
  border-top: 150px solid transparent;
  border-bottom: 150px solid transparent;
}
.hexagon-small:before {
  left: 100%;
  border-left: solid 86.6px #348499;
}
.hexagon-small:after {
  right: 100%;
  height: 0;
  border-right: solid 86.6px #348499;
}
.hexagon-small:hover:before {
  border-left-width: 11.55px;
}
.hexagon-small:hover:after {
  border-right-width: 11.55px;
}
.hexagon-small:before,
.hexagon-small:after {
  border-top-width: 20px;
  border-bottom-width: 20px;
}
.hexagon-small:before {
  border-left-width: 11.55px;
}
.hexagon-small:after {
  border-right-width: 11.55px;
}
#hexagons {
  position: relative;
}
#hexagons i {
  color: white;
  font-size: 24px;
  position: absolute;
  top: 8px;
}
#hexagons .hexagon-small {
  background-repeat: no-repeat;
  background-position: center;
}
#hexagons #hexagon1 i {
  left: 4px;
}
#hexagons #hexagon2 {
  left: 40px;
  top: -16px;
}
#hexagons #hexagon3 {
  top: -33px;
}
#hexagons #hexagon4 {
  top: -50px;
  left: 40px;
}
#hexagons #hexagon4 i {
  left: 0;
}
#hexagons #hexagon5 {
  top: -67px;
}
.other-way-round #hexagons .hexagon-small {
  height: 23.09px;
  width: 40px;
}
.other-way-round #hexagons .hexagon-small:before,
.other-way-round #hexagons .hexagon-small:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  border-top: 0 solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 20px solid transparent;
}
.other-way-round #hexagons .hexagon-small:before {
  top: 100%;
  border-top: solid 11.55px #348499;
}
.other-way-round #hexagons .hexagon-small:after {
  bottom: 100%;
  width: 0;
  border-bottom: solid 11.55px #348499;
}
.other-way-round #hexagons .hexagon-small:hover:before {
  border-top-color: #00b0f0;
}
.other-way-round #hexagons .hexagon-small:hover:after {
  border-bottom-color: #00b0f0;
}
.other-way-round #hexagons .hexagon-small i {
  top: 0;
  left: 10px;
}
.other-way-round #hexagons #hexagon1 i {
  left: 11px;
}
.other-way-round #hexagons #hexagon2 {
  left: 22px;
  top: 14px;
}
.other-way-round #hexagons #hexagon3 {
  left: 45px;
  top: -45px;
}
.other-way-round #hexagons #hexagon4 {
  top: -32px;
  left: 68px;
}
.other-way-round #hexagons #hexagon4 i {
  left: 8px;
}
.other-way-round #hexagons #hexagon5 {
  top: -91px;
  left: 90px;
}
#hexagons a {
  padding: 0 !important;
}
#HexagonsGoHere {
  position: relative;
  height: 85px;
}
#HexagonsGoHere .hexagon-small {
  background-color: var(--table-header, #4472c4) !important;
}
#HexagonsGoHere .hexagon-small::after {
  border-bottom-color: var(--table-header, #4472c4) !important;
}
#HexagonsGoHere .hexagon-small::before {
  border-top-color: var(--table-header, #4472c4) !important;
}
#HexagonsGoHere .hexagon-small:hover {
  background-color: var(--top-bar, #00b0f0) !important;
}
#HexagonsGoHere .hexagon-small:hover::after {
  border-bottom-color: var(--top-bar, #00b0f0) !important;
}
#HexagonsGoHere .hexagon-small:hover::before {
  border-top-color: var(--top-bar, #00b0f0) !important;
}
#HexagonsComeFromHere {
  position: absolute;
  top: 10px;
  left: 12px;
}
#menu_cloud > a {
  height: 50px;
}

#hexGrid {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  list-style-type: none;
  min-width: 250px;
}
.hex {
  position: relative;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */

}
.hex::after {
  content: '';
  display: block;
  padding-bottom: 86.602%;
  /* =  100 / tan(60) * 1.5 */

}
.hexIn {
  position: absolute;
  width: 96%;
  padding-bottom: 110.851%;
  /* =  width / sin(60) */
  margin: 0 2%;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
}
.hexIn *:not(br) {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */

}
.hexLink {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}
/*** HEX CONTENT **********************************************************************/

.hex img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
.hex h1,
.hex p {
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  background-color: rgba(0, 128, 128, 0.8);
  font-weight: 300;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.3s ease-out;
  transition: transform 0.2s ease-out, opacity 0.3s ease-out;
}
.hex h1 {
  bottom: 50%;
  padding-top: 50%;
  font-size: 1.5em;
  z-index: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.hex h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 10%;
  text-align: center;
  border-bottom: 1px solid white;
}
.hex p {
  top: 50%;
  padding-bottom: 50%;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/

@media (min-width: 1301px) {
  /* <- 5-4  hexagons per row */
  
  #hexGrid {
    padding-bottom: 6.8%;
  }
  .hex {
    width: 20%;
    /* = 100 / {Odd Row Count} */
    min-width: 105px;
  }
}
@media (max-width: 1300px) {
  /* <- 4-3  hexagons per row */
  
  #hexGrid {
    padding-bottom: 6.8%;
  }
  .hex {
    width: 33.333%;
    /* = 100 / {Odd Row Count} */
    min-width: 105px;
  }
  .hex:nth-child(5n+4) {
    /* first hexagon of even rows */
    margin-left: 16.666%;
    /* = width of .hex / 2  to indent even rows */
  
  }
}

