body {
  margin: 0;
  font-size: 1em;
  font-family: 'Mada', sans-serif;
  line-height: 1.6;
  color: #2d2c2c;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
}
h1,
h2,
h3 {
  line-height: 1.3;
}
h1 {
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 600px) {
  h1 {
    font-size: 2.5rem;
  }
}
p {
  margin: 0 0 1em;
}
a {
  text-decoration: none;
  font-weight: 500;
  color: #ff6b00;
}
a:hover {
  text-decoration: underline;
}
img {
  border-radius: 3px;
  max-width: 100%;
}
.wrapper {
  width: 100%;
}
.wrapper .container {
  width: calc(100% - 46px);
}
@media only screen and (min-width: 800px) {
  .wrapper .container {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper .container {
    max-width: 1250px;
  }
}
.wrapper .container.main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .wrapper .container.main {
    width: 90%;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.wrapper .content {
  padding: 23px;
  width: calc(100% - 46px);
}
@media only screen and (min-width: 600px) {
  .wrapper .content padding 30px {
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 800px) {
  .wrapper .content {
    padding: 40px 40px 40px 0;
    width: calc(75% - 40px);
  }
}
@media only screen and (min-width: 800px) {
  .wrapper .content.content--no-sidebar {
    padding-right: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.wrapper .content.full {
  width: calc(100% - 46px);
}
@media only screen and (min-width: 600px) {
  .wrapper .content.full {
    padding: 30px;
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 800px) {
  .wrapper .content.full {
    padding: 40px 0;
    width: 100%;
  }
}
.wrapper .sidebar {
  width: calc(100% - 46px);
  padding: 0 23px 23px;
}
@media only screen and (min-width: 600px) {
  .wrapper .sidebar {
    padding: 0 30px 30px;
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 800px) {
  .wrapper .sidebar {
    padding: 40px 0 40px 0;
    width: 25%;
    min-width: 310px;
  }
}
@media only screen and (min-width: 800px) {
  .wrapper .sidebar.contact {
    min-width: 340px;
  }
}
footer {
  width: 100%;
  background: url("../img/vip-home.jpg");
  position: relative;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
footer .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: #4a4947;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 600px) {
  footer .container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 800px) {
  footer .container {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
footer .col {
  padding: 23px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  footer .col {
    width: calc(50% - 46px);
    text-align: left;
  }
}
@media only screen and (min-width: 800px) {
  footer .col {
    width: calc(25% - 46px);
  }
}
footer .col h3 {
  color: #fff;
}
footer .col a {
  display: block;
  color: #fff;
}
footer .copyright {
  position: relative;
  z-index: 6;
  padding: 8px;
  background: #474d6a;
  text-align: center;
  color: #fff;
}
.header-holder {
  background: #f7e600;
  height: 50px;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
}
@media only screen and (min-width: 800px) {
  .header-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    background: transparent;
    height: 75px;
  }
}
.header-holder.stuck .logo img {
  width: 70px;
}
@media only screen and (min-width: 800px) {
  .header-holder.stuck {
    background: #f7e600;
  }
  .header-holder.stuck .logo img {
    width: auto;
  }
  .header-holder.stuck nav a {
    color: #2d2c2c;
    text-shadow: none;
  }
}
.header-holder.open .logo {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.header-holder.open nav {
  height: 1000px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: 0;
}
.header-holder.open .nav-button {
  background: rgba(0,0,0,0);
}
.header-holder.open .nav-button::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
}
.header-holder.open .nav-button::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.header-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.header-content .logo {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.header-content .logo img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  width: 105px;
}
.header-content nav {
  width: 100%;
  position: fixed;
  top: 50px;
  height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  right: -100vw;
}
.header-content nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
}
.header-content nav ul > li {
  width: 100%;
  background: #f7e600;
}
.header-content nav ul > li a {
  padding: 10px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  color: #2d2c2c;
  font-weight: 500;
}
.header-content nav ul > li a.home::after {
  content: "\f015";
  font-family: 'FontAwesome';
}
@media only screen and (min-width: 800px) {
  .header-content nav {
    width: auto;
    position: inherit;
    top: inherit;
    height: auto;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    right: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-content nav ul {
    width: auto;
    margin-top: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-content nav ul > li {
    width: auto;
    border-left: none;
    background: transparent;
    display: inline-block;
  }
  .header-content nav ul > li:last-child a {
    padding-right: 0;
  }
  .header-content nav ul > li a {
    display: inline-block;
    padding: 10px 14px;
    color: #fff;
  }
}
.nav-button {
  width: 32px;
  height: 3px;
  background: #fff;
  position: relative;
  border-radius: 2px;
  margin: 23px 0 0;
}
.nav-button::before {
  content: "";
  width: 32px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 8px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.nav-button::after {
  content: "";
  width: 32px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 8px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 800px) {
  .nav-button {
    display: none;
  }
}
.alert-message {
  display: block;
  background-color: #ff6b00;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: normal;
}
.alert-message:hover {
  text-decoration: underline;
}
.cta-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}
@media only screen and (min-width: 600px) {
  .cta-holder {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.cta {
  display: block;
  width: calc(100%);
  padding: 20px 6px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin: 10px 0 20px;
  font-size: 1.3em;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
}
@media only screen and (min-width: 1200px) {
  .cta {
    width: calc(50% - 25px);
    display: inline-block;
  }
}
.cta.buy {
  background: #ff6b00;
  margin-right: 20px;
}
.cta.buy:hover {
  background: #cc5600;
}
.cta.buy2 {
  background: #007438;
  margin-right: 20px;
  margin: 0 0 0.5em;
}
.cta.buy2:hover {
  background: #005228;
}
.cta.request {
  background: #ff6b00;
  margin-right: 20px;
}
.cta.request:hover {
  background: #cc5600;
}
.cta.environment {
  background: #007438;
}
.cta.environment:hover {
  background: #005d2d;
}
.cta {
  font-size: 1.1em;
  width: calc(100% - 12px);
}
@media only screen and (min-width: 1200px) {
  .cta {
    width: calc(100% - 12px);
  }
}
.profile-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1000px) {
  .profile-holder {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.profile-holder .profile-image {
  height: 200px;
  min-width: 200px;
  background: #ff6b00;
  border-radius: 3px;
  margin-bottom: 30px;
  background-image: url("../img/vip-home.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
}
@media only screen and (min-width: 1000px) {
  .profile-holder .profile-image {
    margin-right: 30px;
    margin-bottom: 0;
    border-radius: 50%;
  }
}
.profile-holder .profile-text {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .profile-holder .profile-text {
    width: calc(100% - 230px);
    color: #2d2c2c;
  }
}
@media only screen and (min-width: 1200px) {
  form {
    max-width: 650px;
    margin: 0 auto;
  }
}
form label,
form input,
form textarea {
  display: block;
  width: calc(100% - 22px);
}
form input,
form textarea {
  padding: 10px;
  font-size: 1em;
  border: 2px solid #eaeaea;
  border-radius: 3px;
}
form label {
  font-size: 0.9em;
  margin-top: 15px;
  font-weight: 500;
}
form label:first-child {
  margin-top: 0;
}
form input[type="checkbox"] {
  margin: 0 8px 0 0;
}
form button {
  width: 100%;
  margin-top: 15px;
  padding: 15px 0;
  border: none;
  color: #fff;
  border-radius: 3px;
  background-color: #007438;
  font-size: 0.9em;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
form button:not(.form--button-disabled):hover {
  background-color: #006832;
}
form .form--button-disabled {
  background-color: #c3c3c3;
  cursor: unset;
}
form .g-recaptcha {
  margin-top: 20px;
}
.contact-section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
}
@media only screen and (min-width: 800px) {
  .contact-section {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.contact-section .col {
  width: 50%;
}
.contact-row {
	display: flex;
}
.contact-row label,
.contact-row input {
  display: inline-block;
  width: auto;
}
.contact-row label {
  margin: 8px 0 0;
}
.environment-row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .environment-row {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.environment-row:first-of-type {
  margin-top: 30px;
}
.environment-row .image {
  width: 100%;
  padding-top: 13em;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: 0 0 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
}
@media only screen and (min-width: 1200px) {
  .environment-row .image {
    width: 33.3333%;
    margin: 0 23px 0 0;
  }
}
.environment-row .text {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .environment-row .text {
    width: 66.6666%;
  }
}
.environment-row .text p {
  margin: 0;
}
h1.environment-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
h1.environment-heading img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
h3.environment-sub-heading {
  color: #007438;
  font-size: 1.4em;
  margin-bottom: 0;
}
hr {
  margin: 40px 0;
}
.hero-container {
  height: auto;
  min-height: 40vh;
  width: 100%;
  margin-top: -50px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/vip-home.jpg");
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (min-width: 600px) {
  .hero-container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 800px) {
  .hero-container {
    height: 550px;
    margin-top: -75px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.hero-container .overlay {
  position: absolute;
  background: #555;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hero-container h1 {
  width: 100%;
  padding-top: 240px;
  margin-top: -130px;
  margin-bottom: 0;
  z-index: 5;
  position: relative;
  padding-bottom: 50px;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation: loadTitle 1.2s linear;
  -moz-animation: loadTitle 1.2s linear;
  -o-animation: loadTitle 1.2s linear;
  -ms-animation: loadTitle 1.2s linear;
  animation: loadTitle 1.2s linear;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.26);
}
@media only screen and (min-width: 600px) {
  .hero-container h1 {
    font-size: 4em;
    padding-bottom: 0;
  }
}
.hero-container h1 span {
  font-style: italic;
  font-weight: 300;
}
@-moz-keyframes loadTitle {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes loadTitle {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes loadTitle {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes loadTitle {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.wrapper .map-container {
  width: calc(100% - 46px);
}
@media only screen and (min-width: 600px) {
  .wrapper .map-container {
    width: calc(100% - 60px);
  }
}
.wrapper .map-container svg {
  display: none;
}
@media only screen and (min-width: 600px) {
  .wrapper .map-container svg {
    display: block;
    width: 100%;
    height: 580px;
  }
}
.wrapper .map-container h1 {
  text-align: center;
}
.wrapper .section {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}
@media only screen and (min-width: 800px) {
  .wrapper .section {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 60px;
  }
}
.wrapper .map {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .wrapper .map {
    position: relative;
    width: 80%;
  }
}
.wrapper .map svg path {
  fill: #007438;
}
.map svg.remove-hover {
  pointer-events: none;
}
.map svg #EastMidlands,
.map svg #YorkshireHumber,
.map svg #EastAnglia,
.map svg #SouthWest,
.map svg #SouthEast,
.map svg #NorthWest,
.map svg #NorthEast,
.map svg #NIreland,
.map svg #Scotland,
.map svg #WestMidlands {
  fill-rule: evenodd;
  stroke: #fff;
  stroke-width: 6.23501062;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-opacity: 1;
  fill-opacity: 1;
  cursor: pointer;
}
.map svg #EastMidlands path,
.map svg #YorkshireHumber path,
.map svg #EastAnglia path,
.map svg #SouthWest path,
.map svg #SouthEast path,
.map svg #NorthWest path,
.map svg #NorthEast path,
.map svg #NIreland path,
.map svg #Scotland path,
.map svg #WestMidlands path {
  fill: #007438;
}
.map svg #EastMidlands.active path,
.map svg #YorkshireHumber.active path,
.map svg #EastAnglia.active path,
.map svg #SouthWest.active path,
.map svg #SouthEast.active path,
.map svg #NorthWest.active path,
.map svg #NorthEast.active path,
.map svg #NIreland.active path,
.map svg #Scotland.active path,
.map svg #WestMidlands.active path,
.map svg #EastMidlands:hover path,
.map svg #YorkshireHumber:hover path,
.map svg #EastAnglia:hover path,
.map svg #SouthWest:hover path,
.map svg #SouthEast:hover path,
.map svg #NorthWest:hover path,
.map svg #NorthEast:hover path,
.map svg #NIreland:hover path,
.map svg #Scotland:hover path,
.map svg #WestMidlands:hover path {
  fill: #f7e600;
}
.map svg #NIreland {
  cursor: unset;
}
.map svg #NIreland:hover path {
  fill: #007438;
}
.map svg #Wales,
.map svg #London {
  fill: #007438;
}
.map svg #Wales.active,
.map svg #London.active,
.map svg #Wales:hover,
.map svg #London:hover {
  fill: #f7e600;
}
.map svg #path2650 {
  fill: #eee;
}
.map svg rect {
  display: none;
}
.map-marker {
  height: 0;
  width: 0;
  background: #f7e600;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: absolute;
}
.map-marker.visible {
  height: 25px;
  width: 25px;
}
.map-marker.norfolk {
  top: 385px;
  right: 130px;
}
.counties {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .counties {
    width: 50%;
  }
}
.counties > a {
  display: block;
  padding: 10px;
  margin-bottom: 8px;
  border-radius: 3px;
  border: 1px solid #007438;
  color: #007438;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.counties > a:hover {
  background: #007438;
  color: #fff;
}
.counties > a.hover {
  background: #007438;
  color: #fff;
}
.land {
  fill: #ccc;
  fill-opacity: 1;
  stroke: #fff;
  stroke-opacity: 1;
  stroke-width: 0.5;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.land:hover {
  fill: #ff6b00;
}
.area {
  padding: 12px 0;
  border-bottom: 1px solid #007438;
  font-size: 1.2em;
}
.area h2 {
  color: #007438;
}
.area p {
  margin: 0;
}
.payment-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.payment-title img {
  display: none;
}
@media only screen and (min-width: 800px) {
  .payment-title img {
    display: block;
  }
}
.payment-option-holder {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .payment-option-holder {
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
/* payment-option ORIGINAL ++++++++++++++++++++++++++++++++ */
.payment-option {
  width: calc(100% - 56px);
  padding: 20px 20px 80px;
  border: 8px solid #007438;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  background: url("../img/pay-backgrd.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin: 0 0 30px;
}
@media only screen and (min-width: 600px) {
  .payment-option {
    width: calc(50% - 76px);
    margin: 20px 10px;
  }
}
@media only screen and (min-width: 800px) {
  .payment-option {
    width: calc(33.3333% - 76px);
  }
}
.payment-option h2 span {
  display: block;
  font-size: 0.7em;
  text-transform: uppercase;
}
.payment-option h3 {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 500;
}
.payment-option p {
  margin: 0;
}
.payment-option .payment-option-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  position: relative;
  margin-bottom: 1em;
}
.payment-option .payment-option-image .pay-button {
  position: absolute;
  background: #ff6b00;
  padding: 12px 35px;
  color: #fff;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 3px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.payment-option .payment-option-image .pay-button:hover {
  background: #e66000;
}
.payment-actions {
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media only screen and (min-width: 800px) {
  .payment-actions {
    width: 350px;
  }
}
.payment-actions img:not(.remove-hover),
.payment-actions input {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.payment-actions img:not(.remove-hover):hover,
.payment-actions input:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media only screen and (min-width: 800px) {
  .payment-content {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.payment-option form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
}
.payment-option input {
  width: auto;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.payment-option input[name="submit"] {
  background: #ff6b00;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 25px;
  line-height: 1.6;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.payment-option input[name="submit"]:hover {
  background: #e66000;
}
/* payment-option 0 GREEN ++++++++++++++++++++++++++++++++ */
.payment-option0 {
  width: calc(100% - 56px);
  padding: 20px 20px 80px;
  border: 8px solid #007438;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  background-color: #007438; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin: 0 0 30px;  
}
/* changed this +++ see orginal for margin +++ */
@media only screen and (min-width: 600px) {
  .payment-option0 {
    width: calc(50% - 76px);
    margin: 0px 10px 30px 10px;
  }
}
@media only screen and (min-width: 800px) {
  .payment-option0 {
    width: calc(33.3333% - 76px);
  }
}
.payment-option0 h2 span {
  display: block;
  font-size: 0.7em;
  color: #ffffff;
  text-transform: uppercase;
}
.payment-option0 h3 {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 500;
  color: #ffffff;
}
.payment-option0 p {
  margin: 0;
  color: #ffffff;
}
.payment-option0 form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
}
.payment-option0 input {
  width: auto;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.payment-option0 input[name="submit"] {
  background: #ff6b00;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 25px;
  line-height: 1.6;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.payment-option0 input[name="submit"]:hover {
  background: #e66000;
}
/*payment OPTION 0 ends */

/* payment-option 1 GREEN / BLUE ++++++++++++++++++++++++++++++++ */
.payment-option1 {
  width: calc(100% - 56px);
  padding: 20px 20px 80px;
  border: 8px solid #007438;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
/*  background-color: #007438; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin: 0 0 30px;  
  background-image: linear-gradient(to top left, #173cc3 50%, #007438 50%);
}
/* changed this +++ see orginal for margin +++ */
@media only screen and (min-width: 600px) {
  .payment-option1 {
    width: calc(50% - 76px);
    margin: 0px 10px 30px 10px;
  }
}
@media only screen and (min-width: 800px) {
  .payment-option1 {
    width: calc(33.3333% - 76px);
  }
}
.payment-option1 h2 span {
  display: block;
  font-size: 0.7em;
  color: #ffffff;
  text-transform: uppercase;
}
.payment-option1 h3 {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 500;
  color: #ffffff;
}
.payment-option1 p {
  margin: 0;
  color: #ffffff;
}
.payment-option1 form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
}
.payment-option1 input {
  width: auto;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.payment-option1 input[name="submit"] {
  background: #ff6b00;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 25px;
  line-height: 1.6;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.payment-option1 input[name="submit"]:hover {
  background: #e66000;
}
/*payment OPTION 1 ends */

/* payment-option 2 BROWN ++++++++++++++++++++++++++++++++ */
.payment-option2 {
  width: calc(100% - 56px);
  padding: 20px 20px 80px;
  border: 8px solid #603913;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  background-color: #603913;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin: 0 0 30px;
}
/* changed this +++ see orginal for margin +++ */
@media only screen and (min-width: 600px) {
  .payment-option2 {
    width: calc(50% - 76px);
    margin: 0px 10px 30px 10px;
  }
}
@media only screen and (min-width: 800px) {
  .payment-option2 {
    width: calc(33.3333% - 76px);
  }
}
.payment-option2 h2 span {
  display: block;
  font-size: 0.7em;
  color: #ffffff;
  text-transform: uppercase;
}
.payment-option2 h3 {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 500;
  color: #ffffff;
}
.payment-option2 p {
  margin: 0;
  color: #ffffff;
}
.payment-option2 form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
}
.payment-option2 input {
  width: auto;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.payment-option2 input[name="submit"] {
  background: #ff6b00;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 25px;
  line-height: 1.6;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.payment-option2 input[name="submit"]:hover {
  background: #e66000;
}
/*payment OPTION 2 ends */

/* payment-option 3 GREY / ORANGE ++++++++++++++++++++++++++++++++ */
.payment-option3 {
  width: calc(100% - 56px);
  padding: 20px 20px 80px;
  border: 8px solid #007438;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
/*  background-color: #007438; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin: 0 0 30px;  
  background-image: linear-gradient(to top left, #fe6807 50%, #636363 50%);
}
/* changed this +++ see orginal for margin +++ */
@media only screen and (min-width: 600px) {
  .payment-option3 {
    width: calc(50% - 76px);
    margin: 0px 10px 30px 10px;
  }
}
@media only screen and (min-width: 800px) {
  .payment-option3 {
    width: calc(33.3333% - 76px);
  }
}
.payment-option3 h2 span {
  display: block;
  font-size: 0.7em;
  color: #ffffff;
  text-transform: uppercase;
}
.payment-option3 h3 {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 500;
  color: #ffffff;
}
.payment-option3 p {
  margin: 0;
  color: #ffffff;
}
.payment-option3 form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
}
.payment-option3 input {
  width: auto;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.payment-option3 input[name="submit"] {
  background: #636363;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 25px;
  line-height: 1.6;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.payment-option3 input[name="submit"]:hover {
  background: #555555;
}
/*payment OPTION 3 ends */

/* payment-option 2 BROWN ++++++++++++++++++++++++++++++++ */
.payment-option2 {
  width: calc(100% - 56px);
  padding: 20px 20px 80px;
  border: 8px solid #603913;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  background-color: #603913;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin: 0 0 30px;
}
/* changed this +++ see orginal for margin +++ */
@media only screen and (min-width: 600px) {
  .payment-option2 {
    width: calc(50% - 76px);
    margin: 0px 10px 30px 10px;
  }
}
@media only screen and (min-width: 800px) {
  .payment-option2 {
    width: calc(33.3333% - 76px);
  }
}
.payment-option2 h2 span {
  display: block;
  font-size: 0.7em;
  color: #ffffff;
  text-transform: uppercase;
}
.payment-option2 h3 {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 500;
  color: #ffffff;
}
.payment-option2 p {
  margin: 0;
  color: #ffffff;
}
.payment-option2 form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
}
.payment-option2 input {
  width: auto;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.payment-option2 input[name="submit"] {
  background: #ff6b00;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 25px;
  line-height: 1.6;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.payment-option2 input[name="submit"]:hover {
  background: #e66000;
}
/*payment OPTION 2 ends */

/* payment-option 4 SILVER ++++++++++++++++++++++++++++++++ */
.payment-option4 {
  width: calc(100% - 56px);
  padding: 20px 20px 80px;
  border: 8px solid #a8a9ad;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  background-color: #636363; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin: 0 0 30px;  
  /*background-image: linear-gradient(to top left, #fe6807 50%, #636363 50%); */
}
/* changed this +++ see orginal for margin +++ */
@media only screen and (min-width: 600px) {
  .payment-option4 {
    width: calc(50% - 76px);
    margin: 0px 10px 30px 10px;
  }
}
@media only screen and (min-width: 800px) {
  .payment-option4 {
    width: calc(33.3333% - 76px);
  }
}
.payment-option4 h2 span {
  display: block;
  font-size: 0.7em;
  color: #ffffff;
  text-transform: uppercase;
}
.payment-option4 h3 {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 500;
  color: #ffffff;
}
.payment-option4 p {
  margin: 0;
  color: #ffffff;
}
.payment-option4 form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
}
.payment-option4 input {
  width: auto;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.payment-option4 input[name="submit"] {
  background: #ff6b00;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 25px;
  line-height: 1.6;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.payment-option4 input[name="submit"]:hover {
  background: #e66000;
}
/*payment OPTION 4 ends */

.region-holder {
  width: calc(100% - 56px);
  padding: 20px 20px 80px;
  border: 8px solid #007438;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  margin: 0 0 30px;
}
.region-holder h2,
.region-holder h3 {
  color: #007438;
}
.region-holder h2 {
  font-size: 2em;
}
.region-results .counties {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .region-results .counties {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.region-results .counties .area {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .region-results .counties .area {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
}
.region-results .counties .area a {
  color: #fff;
}
.region-results .counties .area-outline {
  height: 300px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  border-radius: 3px;
  margin-bottom: 15px;
}
.region-results .counties .area-outline a {
  color: #fff;
}
.region-results .counties .area-name {
  color: #fff;
  padding: 10px 24px;
  background-color: #4d6a78;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 1.4;
}
.area-name-small {
  color: #fff;
  font-size: 0.85em;
  padding: 10px 24px;
  background-color: #4d6a78;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 1.4;
}
.video-container {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
}
@media only screen and (min-width: 800px) {
  .video-container {
    margin: 30px auto;
  }
}
.video-container iframe {
  border-radius: 3px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  width: 100%;
  max-width: 560px;
  border: none;
}
.book-now-container {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  border-radius: 3px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #007438;
  color: #fff;
}
.book-now-container:hover {
  background: #007438;
}
.book-now-container:hover .book-now-title {
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.book-now-container:hover svg path {
  fill: #fff;
}
.book-now-container .book-now-title {
  background: #007438;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.book-now-container .book-now-title h3 {
  margin: 0;
}
.book-now-container .map-holder {
  padding: 40px;
}
.book-now-container svg {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.book-now-container svg path {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  fill: #007438;
}
@media only screen and (min-width: 600px) {
  .book-now-container svg {
    max-width: 240px;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  .book-now-container svg {
    max-width: 100%;
  }
}
iframe {
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  margin-bottom: 20px !important;
  border: none;
}
.sidebar .image {
  width: 100%;
  padding-top: 13em;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: 10px 0 30px;
}
.team-member-holder {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.team-member-holder:last-of-type {
  margin-bottom: 20px;
}
.team-member-holder .team-member-image {
  width: 70px;
  height: 70px;
  margin-right:	12px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  background: #ffa500;
}
.team-member-holder .team-member-text {
  width: 80%;
}
.team-member-holder .team-member-text i {
  margin-right: 6px;
  color: #ff6b00;
}
