/* Your Theme/profile (Position 9) */
:root {
  /* Shades */
  --light_grey: rgb(238, 238, 238);
  --light_grey_rgba: rgba(238, 238, 238, 0.91);
  --grey: rgb(204, 201, 201);
  --dark_grey: rgb(139, 139, 139);
  --almostblack: rgb(74, 74, 74);
  --blueblack: rgb(30, 52, 64);
  --almostwhite: rgb(226, 226, 226);
  --white: rgb(255, 255, 255);
  --charcoal: rgb(61, 73, 80);
  --cream: rgb(245, 245, 245);
  --bg-color: rgb(251, 251, 251);
  --timing: ease;
  /* Brand Named-Colors etc */
  --red: rgb(212, 30, 106);
  --red2: rgba(143, 39, 72, 0.56);
  --green: rgb(72, 176, 106);
  --blue: rgb(31, 124, 191);
  /* Experimental Padding */
  --large_padding: 100px 0;
  --medium_padding: 60px 0;
  --small_padding: 20px 0;
  /* Experimental Text */
  --txt_very_small: 80%;
  --txt_small: 90%;
  --txt_large: 120%;
  /* Border Radius */
  --corner_3: 3px;
  --corner_6: 6px;
  --round: 100px;
  /* Forms */
  --submit: rgb(61, 73, 80);
}

/* Remove this? */
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.uk-modal-dialog {
  width: 1000px;
}

.uk-lightbox {
  background: rgba(0, 0, 0, 0.6);
}

/* End Root */
/* Font UIKIT override  */
body {
  /* Used primarily to stop horizontal scrolling on wide images */
  overflow-x: hidden;
}

html {
  font-family: Poppins, "Helvetica Neue", Arial, sans-serif;
  background-color: var(--bg-color);
  /* Override the uikit line height */
  line-height: 1.7;
  /* Fixes the occasional horizontal scrolling issue on windows */
  scroll-behavior: smooth;
}

/* Link UIKIT override  */
a,
.uk-link {
  color: var(--red);
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
  color: var(--almostblack);
}

/* limited paragraph width */
.limit-para-width {
  max-width: 740px;
}

/* Select text */
::selection {
  background: #c26279;
  color: #fff;
}

/* Scrollbars width */
::-webkit-scrollbar {
  width: 14px;
}

/* Scrollbar Track */
::-webkit-scrollbar-track {
  background: rgb(26, 52, 68);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--blue);
  outline: 1px solid var(--almostblack);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--red);
}

/* Override UIKIT Headings */
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Poppins", sans-serif; */
  font-family: "Inter", sans-serif;
  color: #1e7dbf;
  letter-spacing: -0.02em;
  margin-top: 10px;
}

/* Different colour for smaller headings */
h3,
h4,
h5,
h6 {
  color: var(--red);
}

/* News or Blog Heading override */
h1 a,
h2 a,
h3 a {
  color: var(--red);
  text-decoration: none;
}

h1 a:visited,
h2 a:visited,
h3 a:visited {
  color: var(--red);
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
  color: var(--almostblack);
  text-decoration: none;
}

.uk-heading-xlarge.display_large,
.uk-heading-2xlarge.display_large {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: -4px;
  line-height: normal;
  color: rgb(255, 255, 255);
  padding-top: 150px;
  font-size: 4rem;
  letter-spacing: 1px;
}

.intro-text {
  position: relative;
}

p.small {
  color: #999999;
  font-size: small;
  margin: -10px 0 -20px 0;
  padding: 0;
}

/* CHECK THIS LATER */
/* Display fig captions */
figure {
  display: table;
}

figcaption {
  display: table-caption;
  padding: 10px 0 0 0;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 80%;
  width: 100%;
  caption-side: bottom;
}

/* figcaption::before {
  font-family: "ForkAwesome";
  content: "\00a0\f05a";
  left: -4px;
  position: relative;
  margin-left: 4px;
} */
/*Fig caption for centred images and galleries */
figure.align_center figcaption,
figure.gallery figcaption {
  display: inline-block;
  width: 100%;
  padding: 20px 0 0 0;
  width: 100%;
  caption-side: bottom;
  text-align: center;
}

figure.align_center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

small {
  color: rgba(255, 255, 255, 0.462);
}

/* Align images without figure */
.align_left {
  float: left;
  margin: 0 1em 0.5em 0;
  max-width: 50%;
  display: table;
}

.align_right {
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%;
  text-align: left;
  display: table;
}

.align_center {
  display: block;
  margin: 1em auto;
  top: 0.5em;
  width: 100%;
}

/* Block and pull quotes */
blockquote {
  background: var(--cream);
  padding: 16px;
  quotes: "\201C" "\201D";
  font-size: 100%;
}

blockquote:before {
  color: var(--red);
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}

blockquote:after {
  color: var(--red);
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: -10px;
  vertical-align: -0.5em;
}

blockquote p {
  display: inline;
}

/* Citation using 'Strong' */
blockquote strong {
  font-weight: normal;
  display: block;
  margin: 1rem 0 0;
  font-style: italic;
}

/*Pullquotes*/
p.pullquote_right {
  border-right: 10px solid;
  border-image: linear-gradient(to bottom, #e75b75 0%, #e08797 100%);
  border-image-slice: 1;
  margin-left: auto;
  text-align: right;
  border-left: 0px;
  border-bottom: 0px;
  border-top: 0px;
}

p.pullquote_left {
  border-left: 10px solid;
  border-image: linear-gradient(to bottom, #e75b75 0%, #e08797 100%);
  border-image-slice: 1;
  border-right: 0;
  text-align: right;
  border-bottom: 0;
  border-top: 0;
  text-align: left;
}

p.pullquote_left,
p.pullquote_right {
  background-color: var(--cream);
  font-size: 100%;
  padding: 30px;
  font-style: italic;
}

.section-heading::before {
  content: "";
  position: absolute;
  left: 40px;
  top: -20px;
  width: 76px;
  height: 14px;
  background: var(--red);
  z-index: 2900;
  box-shadow: rgb(38, 57, 77) 0 20px 30px -10px;
  border-radius: 40px 40px 40px 40px;
}

.uk-light .strap {
  color: var(--almostblack);
  font-family: "roboto", sans-serif;
  font-family: "Inter", sans-serif;
}

.date {
  color: var(--almostblack);
  background-color: var(--red);
  display: inline-block;
  color: rgb(255, 255, 255);
}

a.menu {
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
  position: relative;
  z-index: 999;
  animation: pulsegreen 3s steps(20, end) infinite;
  border: solid #eee9eb 3px;
}

.down_arrow {
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
}

@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-8px);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-8px);
  }
}

.sidemenu ul {
  list-style-type: none;
  margin: 0px 0;
  padding: 0;
  counter-reset: li;
}

.sidemenu ul li {
  margin: 10px 0;
}

.sidemenu ul li a {
  color: rgb(180 213 255);
  text-decoration: none;
}

.sidemenu ul li a:before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  font-size: 11px;
  color: var(--almostwhite);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  background-color: rgb(34 153 237);
  width: 1rem;
  padding: 4px 6px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}

.sidemenu li .uk-active:before {
  background-color: #c53d7a;
}

.sidemenu li .uk-active {
  color: var(--almostwhite);
  text-decoration: none;
}

.sidemenu ul li a:hover {
  color: var(--almostwhite);
}

/* Navbar overrides */
/* .navigation a,
.navigation h2,
.navigation {
  color: var(--red);
  text-decoration: none;
}

.navigation a:hover {
  color: var(--almostblack);
} */
.uk-offcanvas-bar {
  background: var(--blue);
  border-left: 1px solid #0f4a74;
  box-shadow: -9px 2px 14px -7px rgba(0, 0, 0, 0.514);
}

.visually-hidden {
  position: absolute;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* uikit overrides */
.overlay {
  background: rgb(238, 234, 234);
  background: linear-gradient(rgba(21, 90, 139, 0.3), rgba(41, 78, 104, 0.73));
}

/* Uikit em override */
em {
  color: var(--almostblack);
}

.uk-overlay-primary {
  background: rgba(48, 69, 88, 0.85);
}

.uk-background-custom1 {
  background-color: #1f3c58;
  background-blend-mode: multiply;
  border-bottom: 6px solid;
  border-image: linear-gradient(to left, #57a56e 10%, #D86D87 20%, #234363 60%);
  border-image-slice: 1;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}

.uk-overlay-custom1 {
  background: rgba(234, 231, 231, 0.349);
  transition: 0.5s;
  border-radius: 30px;
}

.uk-overlay-custom1:hover {
  transition: 0.5s;
  background: none;
  border-radius: 30px;
}

/* article figure img {
  border-radius: 0px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
} */
.uk-light .uk-heading-bullet::before {
  border-left-color: rgb(213 79 111);
}

.uk-tile {
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.075);
}

/* Logo */
.brand img {
  margin: 0;
  padding: 0;
  width: 130px;
  height: auto;
  box-shadow: -1px 24px 39px -12px rgba(0, 0, 0, .932);
}

.logo {
  margin: -50px 0 20px -10px;
  padding: 0;
  width: 60px;
  height: auto;
}

/* NOT USED */
/* .brand {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 160%;
  line-height: auto;
  margin: 0;
} */
/* Colours */
/* .brand span:nth-child(1) {
  color: #fff;
  box-shadow: rgb(0 0 0 / 16%) 0px 20px 20px 0px;
}

.brand span:nth-child(2) {
  display: block;
  line-height: 84%;
  font-size: 50%;
  font-family: "Roboto Condensed", sans-serif;
  margin: 10px 0 0 0;
} */
/* BG Colour */
/* .brand span:nth-child(1) {
  background: var(--red);
  padding: 12px;
  border-radius: 3px;
} */
/* /logo */
/* Masthead Caption */
.caption {
  position: absolute;
  left: 0;
  top: 34%;
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
}

.caption .h1 {
  margin-top: 0;
}

/* Override the default UIKIT button */
.uk-button {
  padding: 0 22px !important;
}

/* Specific PW button style */
.button,
a.button {
  background-color: var(--grey);
  color: #fff;
  border: 1px solid transparent;
  padding: 10px 26px;
  border-radius: 20px;
  display: inline-block;
  opacity: 0.9;
  border-radius: 30px;
  font-size: 80%;
  margin: 3px 0;
}

/* OnClick + Active */
.button:active {
  background-color: var(--grey);
  color: #fff;
}

/* Buttons colours chosen via CMS */
.button.red {
  background-color: var(--red);
}

.button.blue {
  background-color: var(--blue);
}

.button.green {
  background-color: var(--green);
}

/* Visited states */
.button.red:visited,
.button.green:visited,
.button.blue:visited {
  color: #fff;
}

/* Hover */
.button.green:hover,
.button.blue:hover,
.button.red:hover,
.button:hover {
  /* background: var(--almostblack); */
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

/* Social Media buttons */
.button.instagram,
a.button.instagram,
a.instagram {
  background: var(--instagram);
  color: var(--almostwhite);
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  font-size: 90%;
  min-width: 5em;
}

/* imsta icon */
.instagram::before {
  font-family: "ForkAwesome";
  font-weight: 400;
  content: "\f16d \20";
}

.button.facebook,
a.button.facebook,
a.facebook {
  background: var(--facebook);
  color: var(--almostwhite);
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  font-size: 90%;
  min-width: 5em;
}

/* Facebook icon */
.facebook::before {
  font-family: "ForkAwesome";
  font-weight: 400;
  content: "\f09a \20";
}

.button.linkedin,
a.button.linkedin,
a.linkedin {
  background: var(--linkedin);
  color: var(--almostwhite);
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  font-size: 90%;
  min-width: 5em;
}

/* Likedin icon */
.linkedin::before {
  font-family: "ForkAwesome";
  font-weight: 400;
  content: "\f0e1 \20";
}

.button.twitter,
a.button.twitter,
a.twitter {
  background: var(--twitter);
  color: var(--almostwhite);
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  font-size: 90%;
  min-width: 5em;
}

/* Twitter icon */
.twitter::before {
  font-family: "ForkAwesome";
  font-weight: 400;
  content: "\f099 \20";
}

.button.email,
a.button.email,
a.email {
  background: var(--green);
  color: var(--almostwhite);
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  font-size: 90%;
  min-width: 5em;
}

/* Twitter icon */
.email::before {
  font-family: "ForkAwesome";
  font-weight: 400;
  content: "\f0e0 \20";
}

.button.mastodon,
a.button.mastodon,
a.mastodon {
  background: var(--mastodon);
  color: var(--almostwhite);
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  font-size: 90%;
  min-width: 5em;
}

/* Twitter icon */
.mastodon::before {
  font-family: "ForkAwesome";
  font-weight: 400;
  content: "\f2e2 \20";
}

.button.twitter:hover,
a.button.twitter:hover,
a.twitter:hover,
.button.linkedin:hover,
a.button.linkedin:hover,
a.linkedin:hover,
.button.facebook:hover,
a.button.facebook:hover,
a.facebook:hover,
.button.instagram:hover,
a.button.instagram:hover,
a.instagram:hover,
a.button.email:hover,
a.email:hover,
a.button.mastodon:hover,
a.mastodon:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* Link Icons */
a[href$=".pdf"]:after {
  font-family: "ForkAwesome";
  content: "\00a0\f1c1";
  font-size: 90%;
}

/* add .nopdf to hide icon */
a.nopdf[href$=".pdf"]:after,
a.hide-pdf-icon[href$=".pdf"]:after {
  content: none;
}

a[href$=".docx"]:after,
a[href$=".doc"]:after {
  font-family: "ForkAwesome";
  content: "\00a0\f1c2";
  font-size: 90%;
  margin-left: 2px;
}

a[href$=".xlsx"]:after,
a[href$=".xls"]:after {
  font-family: "ForkAwesome";
  content: "\00a0\f1c3";
  font-size: 90%;
  margin-left: 2px;
}

a.button[href$=".doc"]:after,
a.button[href$=".docx"]:after {
  font-family: "ForkAwesome";
  content: "\00a0\f1c2";
  color: white;
  font-size: 100%;
  margin-left: 3px;
}

a.button[href$=".pdf"]:after {
  font-family: "ForkAwesome";
  content: "\00a0\f1c1";
  color: white;
  font-size: 100%;
  margin-left: 3px;
}

a.button[href$=".txt"]:after {
  font-family: "ForkAwesome";
  content: "\00a0\f0f6";
  color: white;
  font-size: 100%;
  margin-left: 3px;
}

/* Footer Social Media icons */
.social-media.green,
.social-media.blue,
.social-media.red {
  display: inline-block;
  /* Change bg-colour of SM icons via CMS  */
}

/* Green */
.social-media.green a.uk-icon-button {
  background: #fff;
  color: var(--green);
  opacity: 0.8;
}

/* Red */
.social-media.red a.uk-icon-button {
  background: #fff;
  color: var(--red);
  opacity: 0.8;
}

/* Blue */
.social-media.blue a.uk-icon-button {
  background: #fff;
  color: var(--blue);
  opacity: 0.8;
}

.social-media.blue a.uk-icon-button:hover,
.social-media.green a.uk-icon-button:hover,
.social-media.red a.uk-icon-button:hover {
  opacity: 1;
}

.arrow:after {
  content: "\a0\2192";
}

/* ZigZag Template */
.zigzag {
  margin-top: 40px;
}

/* Switch position */
.zigzag article:nth-of-type(odd) {
  display: flex;
  margin: 0 3px 40px 3px;
}

.zigzag article:nth-of-type(even) {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 0 40px 0;
}

/* Adjust padding for left/right */
.zigzag article:nth-of-type(even) .profile {
  padding: 0 60px 0 2px;
  margin-top: 0px;
  width: 50%;
}

.zigzag article:nth-of-type(odd) .profile {
  padding: 0 2px 0 40px;
  margin-top: 0;
  width: 50%;
}

/* Optional: Give article some vertical padding*/
.zigzag article {
  margin-top: 0;
}

/* Size profile images */
.zigzag article figure:nth-of-type(odd),
.zigzag article figure:nth-of-type(even) {
  /* min-width: 48.7%; */
  width: 51%;
  object-fit: cover;
}

/* ZigZag image caption */
.zigzag article figcaption {
  display: block;
  font-size: small;
  margin-top: 1em;
}

/* Wide full-screen images with related figcaptions */
.wide figure {
  display: block;
  position: relative;
}

.wide figcaption {
  /* display: inline-block; */
  position: absolute;
  color: white;
  width: 45.5%;
  font-size: 17px;
  bottom: 10%;
  background: var(--red);
  padding: 20px;
  border-radius: 3px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
  z-index: 1;
  border-bottom: 1px solid #580c2c;
}

/* Full width image */
.wide .full-width {
  max-width: 100vw;
  width: 100vw;
  position: relative;
  left: 49.6%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #2d4761;
}

figure.gradient:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100vw;
  width: 100vw;
  left: 49.6%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 100%;
  display: inline-block;
  background: linear-gradient(rgba(31, 124, 191, 0.29), rgba(25, 68, 96, 0.65));
}

/* Table Hover UIKIT override */
/* .uk-table thead th {
	background: var(--green);
	color: #fff;
} */
table {
  font-size: small;
}

.uk-table thead tr:hover {
  background: none;
}

.uk-table-striped tbody tr:nth-of-type(odd):hover,
.uk-table-striped tbody tr:nth-of-type(even):hover {
  background: #bd445e27;
  /* color: #fff; */
}

/* Table up/down arrows */
table td .green-arrow,
table td .double-arrow {
  color: var(--green);
  font-weight: normal;
  font-size: small;
}

.green-arrow::after {
  font-family: "ForkAwesome";
  content: "\00a0\f077";
}

table td .red-arrow {
  color: var(--red);
  font-weight: normal;
  font-style: normal;
  font-size: small;
}

.red-arrow::after {
  font-family: "ForkAwesome";
  content: "\00a0\f078";
}

.double-arrow::after {
  font-family: "ForkAwesome";
  content: "\00a0\f07e";
}

/* Caption font */
/* Video Play Button */
.play {
  border-radius: 100px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 33px;
  line-height: 80px;
  background: rgba(224, 74, 109, 0.82);
  color: rgba(255, 255, 255, 0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: bottom;
  padding-left: 7px;
  margin-top: auto;
  margin-bottom: auto;
}

.play:hover,
.play:visited {
  background: rgba(224, 74, 109, 1);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

/* Parent site button */
a.url_button {
  background: #1f7cbf;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  border-radius: 3px;
  font-size: 76%;
  text-decoration: none;
  padding: 17px;
  margin-right: 6px;
}

/* Event date */
.events_date {
  background: var(--red);
  padding: 14px;
  color: #fff;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 10px 24px -10px rgba(0, 0, 0, 0.61);
  border-radius: 3px;
  margin-top: 10px;
  text-decoration: none;
}

/* Card Theme */
.cards {
  padding: 0;
  margin: 0 0 30px 0;
}

.round_about {
  border-radius: 50%;
  width: 70%;
  margin: 0 auto;
  margin-top: -200px;
  border: 16px #fff solid;
}

/* Simple Graph Wrapper (see Components) */
.bargraph {
  position: absolute;
  bottom: 0;
  background: rgba(48, 83, 103, 0.34);
  display: block;
  width: 100%;
  color: #fff;
}

.bargraph p {
  margin: 0;
  padding: 0;
}

.accordion-content img {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: var(--round);
  margin: 0 10px 0 0;
  -webkit-shape-outside: circle();
  shape-outside: circle();
}

.full-width figcaption {
  padding: 20px;
  display: block;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fullwidth_img_button a {
  background: var(--green);
  color: #fff;
  display: block;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
  font-size: 90%;
  text-decoration: none;
  line-height: 50px;
  width: auto;
  text-align: center;
  padding: 20px 30px;
}

.padded-multiline {
  line-height: 1.6;
  padding: 1px 0;
  width: 400px;
  margin: 20px auto;
}

.padded-multiline span {
  background-color: rgb(207, 83, 114);
  color: #fff;
  display: inline;
  padding: 0.35rem;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* temp section colour */
.navlink {
  color: #cf5372;
}

/* Wrappers */
.outer_wrapper.offwhite {
  background: rgb(213, 200, 185);
  max-width: 100%;
  margin: 0;
  padding: 80px 0;
}

/* Map */
#map {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
}

.holder {
  position: relative;
  margin: 0 0 -10px 0;
  padding: 0;
}

.map iframe {
  height: 500px;
  margin: 0;
  padding: 0;
  position: relative;
}

.google-map {
  height: 500px;
}

.map-custom-infowindow {
  position: absolute;
  background-color: #fff;
  display: block;
  bottom: 30px;
  left: 0;
  margin-left: 30%;
  margin-right: 30%;
  width: 40%;
  min-height: 120px;
  border: 1px solid #bcb8ac;
  color: #fff;
  color: #333;
  z-index: 10;
  padding: 20px;
  border-radius: 5px;
  font-size: 90%;
  line-height: 135%;
}

.map-custom-infowindow h3 {
  margin: 0;
  padding: 0;
}

.map-custom-infowindow .close {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
}

.map-custom-infowindow img {
  width: 200px;
  float: left;
  margin-right: 20px;
}

.address {
  position: absolute;
  top: 28%;
  left: 30px;
  width: auto;
  display: inline-block;
  height: auto;
  background-color: var(--red);
  border: 1px solid rgb(185, 67, 96);
  color: #fff;
  padding: 40px 60px;
  box-shadow: 1px 10px 24px -10px rgba(0, 0, 0, 0.61);
}

.address p {
  margin: 0 0 20px 0;
  padding: 0;
}

a.mapbutton {
  background-color: rgb(185, 67, 96);
}

a.mapbutton:hover {
  background-color: rgb(157, 43, 71);
}

/* Footer */
.footer_outer p {
  margin: 0;
  padding: 0;
}

/* Footer BG Colour */
.footer_outer {
  background: var(--blueblack);
}

/* Wrap the Footer */
.footer_wrapper {
  padding: 40px 0;
  color: rgb(255, 255, 255);
  font-size: var(--txt_very_small);
}

/* Vert Media Query */
@media screen and (max-height: 640px) {
  .display_large {
    font-size: 280%;
    margin-bottom: 10px;
  }
}

/* Start Mobile Tweaks */
@media screen and (max-width: 767px) {

  body,
  html {
    height: 100%;
  }

  .uk-heading-xlarge.display_large,
  .uk-heading-2xlarge.display_large {
    font-size: 2rem;
  }

  .brand img {
    width: 80px;
  }

  .wide figcaption {
    font-size: calc(.8vmax + 1.6vmin);
    width: auto;
  }

  .brand {
    font-size: 120%;
  }

  .caption h1 {
    font-size: 100%;
    margin-bottom: 0;
  }

  .caption .h3 {
    font-size: 70%;
  }
}

/* /Start Mobile Tweaks */