﻿@charset "UTF-8";
/*In order of style tile colour palette left to right*/
/*$accent-orange-op: rgba(246,134,31, 0.85);
$accent-green-op: rgba(45,182,111, 0.85);
$white-op: rgba(255,255,255, 0.85);*/
/* may change this, need to check all form field heights across site as button heights varied and need checking too! */
/*@import "../libraries/awesome-bootstrap-checkbox.min.css";*/
html {
  line-height: 1.375rem; }

/* Tag defaults */
body {
  color: #033333;
  overflow-x: hidden !important;
  line-height: 1.375rem;
  overflow-x: hidden; }

a {
  /*word-break:break-all;*/ }

a:hover, a:active {
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer; }

.text-bva-dark-green a {
  color: #005A63; }

.text-bva-light-green a {
  color: #0096a6; }

.text-tint-green a {
  color: #e5f4f6; }

.text-comp-dark-green a {
  color: #067a82; }

.text-comp-blue a {
  color: #0096a6; }

.text-comp-mid-green a {
  color: #00a77e; }

.text-comp-warm-green a {
  color: #009175; }

.text-comp-fresh-green a {
  color: #72bf44; }

.text-comp-bright-green a {
  color: #0db14b; }

.text-accent-light-blue a {
  color: #00bada; }

.text-accent-mid-blue a {
  color: #0092d3; }

.text-accent-green a {
  color: #2db66f; }

.text-accent-yellow a {
  color: #fce11c; }

.text-accent-orange a {
  color: #f6861f; }

.text-accent-pink a {
  color: #d23860; }

.text-accent-purple a {
  color: #7758a5; }

.text-black a {
  color: #033333; }

.text-white a {
  color: #fff; }

.links-ticks-tabs-reveal.bg-tp-vet-record-blue {
  color: #20509c; }

p {
  margin-bottom: 0.9rem; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.875rem !important; }

h1, .h1 {
  line-height: 3rem; }

h2, .h2 {
  line-height: 2.55rem; }

h3, .h3 {
  line-height: 2rem; }

h3, .h3 {
  line-height: 1.8125rem; }

h4, .h4 {
  line-height: 1.625rem; }

h5, .h5 {
  line-height: 1.5rem; }

h6, .h6 {
  line-height: 1.375rem; }

ul li:not(.nav-item) {
  margin-bottom: 0.9375rem; }

.form-message-section span {
  display: inline-block; }

/* Buttons */
.btn {
  text-transform: uppercase !important;
  min-width: 183px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.btn:hover {
  color: #fff !important; }

/* Remove all outlines etc */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn-lg {
  min-width: 233px;
  height: 64px; }

.btn-xl {
  min-width: 300px;
  height: 64px;
  font-size: 1.3125rem; }

.btn-sm {
  min-width: 0 !important;
  height: 42px !important;
  font-size: 0.8575rem !important; }

.btn.btn-100 {
  min-width: 0px;
  width: 100%; }

.btn.icon {
  min-width: 36px !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0.375rem; }

.btn-white, .btn-white:hover {
  color: #005A63 !important; }

.btn.wh-border {
  border: solid 1px #fff !important; }

.btn-bva-light-green:not(:disabled):not(.disabled):active, .btn-bva-light-green:not(:disabled):not(.disabled).active, .show > .btn-bva-light-green.dropdown-toggle,
.btn-bva-light-green:hover, .btn-bva-light-green:active, .btn-bva-light-green:focus {
  background-color: #00c4d9 !important;
  background: #00c4d9 !important;
  border: #00c4d9 !important; }

.field-validation-error span, .error-message {
  color: #d23860; }

/* Base paddings/margins */
.pt-sm,
.py-sm {
  padding-top: 0.625rem !important; }

.pr-sm,
.px-sm {
  padding-right: 0.625rem !important; }

.pb-sm,
.py-sm {
  padding-bottom: 0.625rem !important; }

.pl-sm,
.px-sm {
  padding-left: 0.625rem !important; }

.mt-sm,
.my-sm {
  margin-top: 0.625rem !important; }

.mr-sm,
.mx-sm {
  margin-right: 0.625rem !important; }

.mb-sm,
.my-sm {
  margin-bottom: 0.625rem !important; }

.ml-sm,
.mx-sm {
  margin-left: 0.3125rem !important; }

.pt-xsm,
.py-xsm {
  padding-top: 0.3125rem !important; }

.pr-xsm,
.px-xsm {
  padding-right: 0.3125rem !important; }

.pb-xsm,
.py-xsm {
  padding-bottom: 0.3125rem !important; }

.pl-xsm,
.px-xsm {
  padding-left: 0.3125rem !important; }

.mt-xsm,
.my-xsm {
  margin-top: 0.3125rem !important; }

.mr-xsm,
.mx-xsm {
  margin-right: 0.3125rem !important; }

.mb-xsm,
.my-xsm {
  margin-bottom: 0.3125rem !important; }

.ml-xsm,
.mx-xsm {
  margin-left: 0.3125rem !important; }

/* turn it off for below lg screens */
.border-between > [class*='col-']:before {
  background: #fff;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  width: 2px;
  top: 0; }

.border-between > [class*='col-']:first-child:before {
  display: none; }

/* Angles / BGs */
.a-row {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  /*margin-left: 40px;*/ }

.a-row.angle-title {
  width: auto;
  padding: 0;
  display: flex;
  clear: both;
  /*overflow: auto;*/
  clip-path: inset(0 0 0 0px); }

.a-cont {
  position: relative;
  padding-left: 130px;
  padding-right: 80px;
  left: -90px;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
  -webkit-transform: skewx(-19.5deg); }

.angle-title .a-cont {
  left: -35px;
  padding-right: 15px;
  padding: 10px 15px 10px 0; }

.a-bg {
  background-color: #67a49d; }

.a-inner {
  -webkit-transform: skewx(19.5deg);
  margin-left: 70px; }

.angle-title .a-inner {
  margin-left: 30px;
  min-width: 250px; }

.angle-title.smallest .a-inner {
  margin-left: 20px; }

.angle-title.side .a-inner {
  min-width: 0; }

.title.angle {
  padding: 5px 50px 5px 20px; }

.angle-title, .hero .a-cont {
  -webkit-backface-visibility: hidden !important;
  padding: 0 14% 0 20px;
  min-height: 150px;
  width: 100%; }

.bg-accent-green.angle-title {
  /*background: transparent linear-gradient(109.5deg, $accent-green 88%, transparent calc(88% + 2px)) 0px 0px no-repeat !important;*/
  background: transparent linear-gradient(109.5deg, #2db66f 88%, transparent 12%) 0px 0px no-repeat !important;
  background: transparent linear-gradient(109.5deg, #2db66f 88%, transparent calc(88% + 2px)) 0px 0px no-repeat !important; }

.bg-title-angle-accent-green-op, .bg-accent-green.angle-title.opaque {
  background: transparent linear-gradient(109.5deg, rgba(45, 182, 111, 0.85) 88%, transparent calc(88%)) 0px 0px no-repeat !important;
  /*background: transparent -ms-linear-gradient(109.5deg, $accent-green-op 88%, transparent 88%) 0px 0px no-repeat !important;*/ }

.bg-accent-pink.angle-title {
  background: transparent linear-gradient(109.5deg, #d23860 88%, transparent calc(88% + 2px)) 0px 0px no-repeat !important;
  -webkit-backface-visibility: hidden !important;
  padding: 0 14% 0 20px;
  min-height: 150px;
  width: 100%; }

.angle-title.small {
  min-height: 50px;
  width: auto;
  padding-left: 10px; }

.angle-title.smallest {
  min-height: 38px;
  width: auto;
  padding-left: 10px; }

.two-ctas .bg-bva-light-green {
  /*background: transparent linear-gradient(109.5deg, $bva-light-green 88%, transparent calc(88% + 2px)) 0px 0px no-repeat !important;*/ }

.bg-title-angle-accent-orange {
  background: transparent linear-gradient(109.5deg, #f6861f 93%, transparent calc(93% + 2px)) 0px 0px no-repeat !important;
  /* 119.5 as is, 2 is bottom left white, 3 top left white, 4 top right white */
  -webkit-backface-visibility: hidden !important;
  padding: 5px 50px 5px 20px; }

.bg-title-angle-accent-orange-op {
  background: transparent linear-gradient(109.5deg, rgba(246, 134, 31, 0.85) 94%, transparent calc(94% + 2px)) 0px 0px no-repeat !important;
  /* 119.5 as is, 2 is bottom left white, 3 top left white, 4 top right white */
  -webkit-backface-visibility: hidden !important;
  padding: 0 50px 0 20px;
  width: 35%;
  height: 120px; }

.bg-angle-accent-orange-br {
  background: transparent linear-gradient(419.5deg, #f6861f 93%, transparent calc(93% + 2px)) 0px 0px no-repeat !important;
  /* 119.5 as is, 2 is bottom left white, 3 top left white, 4 top right white */
  -webkit-backface-visibility: hidden !important;
  padding: 5px 50px 5px 20px; }

.bg-angle-accent-grey-br {
  background: transparent linear-gradient(0.4turn, #f1f1f1 90%, transparent 10%) 0px 0px no-repeat !important;
  /* 119.5 as is, 2 is bottom left white, 3 top left white, 4 top right white */
  -webkit-backface-visibility: hidden !important;
  padding: 5px 50px 5px 20px; }

.bg-accent-orange-op.angle-right:before {
  background-color: rgba(246, 134, 31, 0.85);
  width: 100px;
  height: 100%;
  content: '';
  -webkit-transform: skewX(13deg);
  -ms-transform: skewX(30deg);
  /* transform: skewX(30deg); */ }

/* BG Colour Opaque Versions */
.bg-tp-bva-dark-green, .use-tp-bg .bg-bva-dark-green {
  background: rgba(0, 90, 99, 0.1) !important; }

.bg-tp-bva-light-green, .use-tp-bg .bg-bva-light-green {
  background: rgba(0, 150, 166, 0.1) !important; }

.bg-tp-tint-green, .use-tp-bg .bg-tp-tint-green {
  background: rgba(229, 244, 246, 0.1) !important; }

.bg-tp-comp-dark-green, .use-tp-bg .bg-comp-dark-green {
  background: rgba(6, 122, 130, 0.1) !important; }

.bg-tp-comp-blue, .use-tp-bg .bg-comp-blue {
  background: rgba(0, 150, 166, 0.1) !important; }

.bg-tp-comp-mid-green, .use-tp-bg .bg-comp-mid-green {
  background: rgba(0, 167, 126, 0.1) !important; }

.bg-tp-comp-warm-green, .use-tp-bg .bg-comp-warm-green {
  background: rgba(0, 145, 117, 0.1) !important; }

.bg-tp-comp-fresh-green, .use-tp-bg .bg-comp-fresh-green {
  background: rgba(114, 191, 68, 0.1) !important; }

.bg-tp-comp-bright-green, .use-tp-bg .bg-comp-bright-green {
  background: rgba(13, 177, 75, 0.1) !important; }

.bg-tp-accent-light-blue, .use-tp-bg .bg-accent-light-blue {
  background: rgba(0, 186, 218, 0.1) !important; }

.bg-tp-accent-mid-blue, .use-tp-bg .bg-accent-mid-blue {
  background: rgba(0, 146, 211, 0.1) !important; }

.bg-tp-accent-green, .use-tp-bg .bg-accent-green {
  background: rgba(45, 182, 111, 0.1) !important; }

.bg-tp-accent-yellow, .use-tp-bg .bg-accent-yellow {
  background: rgba(252, 225, 28, 0.1) !important; }

.bg-tp-accent-orange, .use-tp-bg .bg-accent-orange {
  background: rgba(246, 134, 31, 0.1) !important; }

.bg-tp-accent-pink, .use-tp-bg .bg-accent-pink {
  background: rgba(210, 56, 96, 0.1) !important; }

.bg-tp-accent-purple, .use-tp-bg .bg-accent-purple {
  background: rgba(119, 88, 165, 0.1) !important; }

.bg-tp-black, .use-tp-bg .bg-black {
  background: rgba(3, 51, 51, 0.1) !important; }

.bg-tp-accent-orange-op {
  background: rgba(246, 134, 31, 0.1) !important; }

.bg-tp-white, .use-tp-bg .bg-white {
  background: rgba(255, 255, 255, 0.1) !important; }

.bg-tp-vet-record-blue, .use-tp-bg .vet-record-blue {
  background: rgba(32, 80, 156, 0.1) !important; }

/* Member Utility Classes */
.mb-standard {
  background-color: #00a77e; }

.mb-young-vets {
  background-color: #2db66f; }

.mb-concession {
  background-color: #72bf44; }

.mb-joint {
  background-color: #0096a6; }

.mb-student {
  background-color: #0092d3; }

.mb-group {
  background-color: #00bada; }

/* Utility Classes */
.font-size-lg {
  font-size: 1rem !important; }

.font-size-sm {
  font-size: 0.8575rem !important; }

.font-size-xl {
  font-size: 1.125rem !important;
  line-height: 1.3125rem; }

.font-size-medium {
  font-size: 0.9375rem !important;
  line-height: 1rem; }

.font-weight-medium {
  font-weight: 500; }

.hr-white {
  border-top-color: #fff; }

hr {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px; }

hr.white {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-top: 2px solid #fff; }

hr.grey {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-top: 2px solid #f1f1f1 !important; }

.icon {
  width: 65px;
  height: 65px; }

.btn .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  /*position:relative;
    left:--20px;*/ }

.icon-large {
  width: 100px;
  height: 100px;
  z-index: 999; }

.member-angle {
  position: absolute;
  top: 0;
  left: 15px;
  width: 60px; }

.mw-0 {
  min-width: 0 !important; }

.w-auto {
  width: auto !important; }

.h-40px {
  height: 40px !important; }

.h-55 {
  height: 55px !important; }

.alt-grey-border {
  border: solid 1px #acacac; }

.white-box {
  border: solid 1px #acacac;
  background-color: #fff;
  padding: 1.25rem;
  display: inline-block; }

/* Header */
header {
  background-color: #fff; }

#utility-nav ul {
  background-color: #005A63;
  display: inline-block;
  margin-bottom: 0; }

#utility-nav ul li {
  padding-top: 3px;
  height: 30px; }

#utility-nav ul a {
  font-size: 13px;
  color: #fff;
  font-weight: 500; }

#utility-nav .content ul .login a, #utility-nav .content ul .join a {
  text-transform: uppercase;
  font-size: 14px; }

#utility-nav .content ul .login, #utility-nav .content ul .join {
  padding-left: 0 !important;
  padding-right: 0 !important; }

#utility-nav .content ul .login {
  background-color: #0096a6; }

#utility-nav .content ul .join {
  background-color: #d23860; }

#utility-nav .content ul li {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  margin-bottom: 0; }

#utility-nav .content ul .login a img {
  width: 20px;
  height: 20px;
  margin-right: 10px; }

header .navbar-toggler {
  border-color: #000; }

.members-dash .menu-bar {
  height: 55px; }

.members-toggle {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  border: none;
  outline: none;
  width: 55px;
  height: 100%; }

.members-toggle.collapsed {
  border-color: #005A63;
  background-color: #005A63;
  border: none;
  outline: none; }

.members-toggle .navbar-toggler-icon {
  width: 28px;
  height: 28px;
  margin-right: 6px; }

.members-toggle .dashboard .icon {
  max-width: 200px; }

header .navbar-toggler:focus, .members-toggle:focus {
  outline: none; }

header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,90,99, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.members-toggle .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  background-color: #005A63; }

.navbar {
  padding: 0; }

.navbar-nav .nav-link {
  font-size: 0.875rem; }

.nav-item a {
  padding: 15px 0 !important; }

.navbar-close-icon {
  display: none; }

.dropdown-menu .nav-link, .dropdown-menu ul li a {
  font-size: 1rem;
  font-weight: 500; }

.offcanvas-collapse .navbar-nav .dropdown-toggle::after {
  display: none; }

.shop-cart .items {
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  display: flex;
  background-color: #d23860;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  padding: 12px;
  display: flex;
  height: 18px;
  width: 18px;
  color: #fff;
  position: absolute;
  top: 18px;
  right: 2px; }

#site-main {
  /*margin-top:158px;*/ }

/* Heros / BG containers */
.hero {
  height: 563px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.hero.small {
  height: 425px; }

.hero .content * {
  color: #fff; }

.campaign-header {
  height: 563px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.campaign-header.small {
  height: 385px; }

.campaign-header .a-row, .campaign-header .a-cont {
  height: 100%; }

.campaign-header .a-row {
  width: 54%; }

.campaign-header .a-cont {
  left: -100px;
  padding-left: 100px;
  padding-right: 0; }

.campaign-header .a-inner {
  margin-left: 0;
  width: 100%; }

.campaign-header .content {
  float: right;
  width: 430px;
  margin-right: 100px; }

/* Nested Content Widgets */
.page-header-logo .logo {
  border: solid 1px #f1f1f1; }

/* News */
.list article {
  border-bottom: solid 1px #f1f1f1; }

article .date {
  margin-top: 5px; }

.news-article .quote {
  float: right;
  width: 220px;
  background: url(../img/Media/svg/Quotes-pink.svg) top left no-repeat;
  background-size: 45px auto;
  padding-top: 50px;
  margin-left: 30px;
  margin-bottom: 30px; }

.list article {
  border-bottom: solid 1px #f1f1f1; }

.bg-tint-green .list article, .bg-grey .list article {
  border-bottom: solid 1px #fff; }

.journals.bg-tint-green .list article:last-child, .journals.bg-grey .list article:last-child {
  border-bottom: none; }

.journals article .icon {
  width: 60px;
  height: auto; }

.related-news article {
  border-top: solid 1px #fff;
  padding: 0 0 6px 0; }

.news-list .news-side .icon {
  width: auto;
  height: 60px; }

.news-list .news-side article, .news-list .item, .links-list ul li {
  border-bottom: solid 1px #d9d9d9; }

.links-list ul li {
  padding-bottom: 15px; }

.links-list ul li:last-child {
  border: none; }

.news-list .item p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 24px; }

.news-list .news-side .related-news h2 {
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 24px; }

ol.custom {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0; }

ol.custom li {
  counter-increment: my-awesome-counter; }

ol.custom li, ol.numbered li {
  border-bottom: solid 1px #fff;
  padding-bottom: 16px; }

ol.custom li:not(:first-child), ol.numbered li:not(:first-child) {
  margin-top: 20px; }

ol.custom li::before {
  content: counter(my-awesome-counter) " ";
  color: #fff;
  font-weight: bold;
  font-size: 2.1875rem;
  padding-bottom: 10px; }

ol.numbered {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }

.numbered li {
  padding-left: 30px;
  background-size: 20px 20px !important;
  background: url(../img/media/svg/1.svg) no-repeat top left;
  color: #fff;
  margin-bottom: 5px;
  display: flex;
  align-items: center; }

.numbered li.one {
  background-image: url(../img/media/svg/1.svg); }

.numbered li.two {
  background-image: url(../img/media/svg/2.svg); }

.numbered li.three {
  background-image: url(../img/media/svg/3.svg); }

.numbered li.four {
  background-image: url(../img/media/svg/4.svg); }

.numbered li.five {
  background-image: url(../img/media/svg/5.svg); }

ol.custom li a, ol.numbered li a {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  top: -6px; }

ol.numbered li a {
  top: 0; }

.posTopLeft {
  position: relative;
  top: -20px;
  left: -35px; }

.posMoveLeft {
  position: relative;
  left: -20px; }

.colour-link-blocks .block {
  min-height: 280px; }

.colour-link-blocks .block a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 2rem; }

.links-ticks-tabs .icon {
  width: 60px;
  height: 60px;
  /*margin-left: 75%;//Bit of a hack!*/ }

.links-ticks-tabs .tab {
  width: 100%;
  height: 100%;
  padding: 1.25rem; }

.links-ticks-tabs .tab h2 {
  margin-bottom: 15px !important; }

.links-ticks-tabs .tab.grey {
  background-color: #959595 !important; }

.links-ticks-tabs.join, .links-ticks-tabs.benefits {
  padding-top: 5.1875rem;
  padding-bottom: 5.1875rem;
  background: linear-gradient(to bottom, #fff 50%, #f1f1f1 50%); }

.links-ticks-tabs.join.mb-standard {
  background: linear-gradient(to bottom, #fff 50%, rgba(0, 167, 126, 0.1) 50%); }

.links-ticks-tabs.join.mb-young-vets {
  background: linear-gradient(to bottom, #fff 50%, rgba(45, 182, 111, 0.1) 50%); }

.links-ticks-tabs.join.mb-concession {
  background: linear-gradient(to bottom, #fff 50%, rgba(114, 191, 68, 0.1) 50%); }

.links-ticks-tabs.join.mb-joint {
  background: linear-gradient(to bottom, #fff 50%, rgba(0, 150, 166, 0.1) 50%); }

.links-ticks-tabs.join.mb-student {
  background: linear-gradient(to bottom, #fff 50%, rgba(0, 146, 211, 0.1) 50%); }

.links-ticks-tabs.join.mb-group {
  background: linear-gradient(to bottom, #fff 50%, rgba(0, 186, 218, 0.1) 50%); }

.links-ticks-tabs-reveal.mb-standard {
  background: rgba(0, 167, 126, 0.1); }

.links-ticks-tabs-reveal.mb-young-vets {
  background: rgba(45, 182, 111, 0.1); }

.links-ticks-tabs-reveal.mb-concession {
  background: rgba(114, 191, 68, 0.1); }

.links-ticks-tabs-reveal.mb-joint {
  background: rgba(0, 150, 166, 0.1); }

.links-ticks-tabs-reveal.mb-student {
  background: rgba(0, 146, 211, 0.1); }

.links-ticks-tabs-reveal.mb-group {
  background: rgba(0, 186, 218, 0.1); }

.links-ticks-tabs-reveal table th {
  border-top: none !important; }

.ticks-list, .arrows-list, .programme-template ul, .contact-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }

.ticks-list li, .programme-template ul li {
  padding: 3px 10px 0 40px;
  background-size: 20px 30px !important;
  background: url(../img/media/svg/Tick.svg) no-repeat top left;
  color: #fff;
  margin-bottom: 5px;
  display: flex;
  align-items: center; }

.ticks-list li.tick {
  font-weight: bold;
  padding-left: 60px;
  font-size: 1rem; }

.tick-boxes-image .ticks-list li {
  font-size: 1.3125rem; }

.ticks-list li.tick {
  font-weight: bold;
  padding-left: 60px;
  font-size: 1rem; }

.contact-list li {
  padding: 2px 22px;
  background-size: 12px !important;
  background: url("../img/media/svg/Right-double-arrow-white.svg") no-repeat 0px 8px;
  color: #fff;
  margin-bottom: 0 !important; }

.arrows-list li.tick {
  font-weight: bold;
  padding-left: 22px;
  font-size: 1rem; }

.programme-template ul li {
  background-size: 15px !important;
  background: url("../img/media/svg/tick-blue.svg") no-repeat 0px 4px;
  color: #033333;
  font-size: 15px;
  padding: 0px 0 0 30px; }

/* Benefits Gradients */
.links-ticks-tabs.benefits.bg-tp-bva-dark-green {
  background: linear-gradient(to bottom, #fff 50%, rgba(0, 90, 99, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-bva-light-green {
  background: linear-gradient(to bottom, #fff 50%, rgba(0, 150, 166, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-tint-green {
  background: linear-gradient(to bottom, #fff 50%, rgba(229, 244, 246, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-comp-dark-green {
  background: linear-gradient(to bottom, #fff 50%, rgba(6, 122, 130, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-comp-blue {
  background: linear-gradient(to bottom, #fff 50%, rgba(0, 150, 166, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-comp-mid-green {
  background: linear-gradient(to bottom, #fff 50%, rgba(0, 167, 126, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-comp-warm-green {
  background: linear-gradient(to bottom, #fff 50%, rgba(0, 145, 117, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-comp-fresh-green {
  background: linear-gradient(to bottom, #fff 50%, rgba(114, 191, 68, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-comp-bright-green {
  background: linear-gradient(to bottom, #fff 50%, rgba(13, 177, 75, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-accent-light-blue {
  background: linear-gradient(to bottom, #fff 50%, rgba(0, 186, 218, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-accent-mid-blue {
  background: linear-gradient(to bottom, #fff 50%, rgba(0, 146, 211, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-accent-green {
  background: linear-gradient(to bottom, #fff 50%, rgba(45, 182, 111, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-accent-yellow {
  background: linear-gradient(to bottom, #fff 50%, rgba(252, 225, 28, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-accent-orange {
  background: linear-gradient(to bottom, #fff 50%, rgba(246, 134, 31, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-accent-pink {
  background: linear-gradient(to bottom, #fff 50%, rgba(210, 56, 96, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-accent-purple {
  background: linear-gradient(to bottom, #fff 50%, rgba(119, 88, 165, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-black {
  background: linear-gradient(to bottom, #fff 50%, rgba(3, 51, 51, 0.1) 50%); }

.links-ticks-tabs.benefits.bg-tp-white {
  background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0.1) 50%); }

.links-ticks-tabs-reveal.bg-tp-vet-record-blue {
  background: linear-gradient(to bottom, #fff 50%, rgba(32, 80, 156, 0.1) 50%); }

.contact-row .icon {
  width: 22px !important;
  height: 16px !important;
  margin-top: 4px;
  margin-right: 20px; }

.three-statements {
  padding: 30px 0; }

.three-statements .statement {
  background: url(../img/Media/svg/Forward-slash-white.svg) no-repeat left top;
  background-size: auto 50px;
  padding-left: 50px; }

.icon-list li {
  padding-left: 35px; }

.icon-list .tel {
  background: url(../img/Media/svg/Phone-white.svg) no-repeat left 0px top 5px;
  background-size: auto 15px; }

.icon-list .email {
  background: url(../img/Media/svg/envelope-white.svg) no-repeat left 0px top 5px;
  background-size: auto 15px; }

.icon-list li span {
  display: block;
  clear: both; }

.two-ctas:first-child {
  z-index: 10; }

.two-ctas:last-child {
  z-index: 20; }

.two-ctas .content {
  width: 50%;
  height: 334px; }

.two-ctas .content .inner {
  float: none;
  width: 555px; }

.pipe-list li {
  display: inline;
  padding: 0 15px 0 10px;
  border-right: solid 1px black;
  margin-right: 0 !important; }

.pipe-list li:last-child {
  border-right: none; }

/*.two-ctas .content.first::after {
    content: '';
    width: 120px;
    height: 334px;
    background: transparent url(../img/Media/cta-comp-blue.png) no-repeat top left;
    position: relative;
    right: -120px;
    display: inline-block;
}*/
.two-ctas .content.second {
  position: relative;
  top: 20px; }

.two-ctas .content.first .angle {
  position: relative;
  right: -120px;
  width: 120px;
  height: 334px; }

.two-ctas .content.second .angle {
  position: relative;
  left: -120px;
  width: 120px;
  height: 334px; }

/*.two-ctas .content.second::before {
    content: '';
    width: 120px;
    height: 334px;
    background: transparent url(../img/Media/cta-comp-dark-green.png) no-repeat top left;
    position: relative;
    left: -120px;
    display: inline-block;
}*/
.two-ctas .content .copy {
  width: 450px; }

.thin-banner .icon img {
  width: 80px; }

.tall-join-banner ul {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3; }

.tall-join-banner .shard, .member-login-reveal .shard, .join-banner .shard {
  background: #067a82;
  background-position: 100px 0;
  transform: skew(-19.5deg);
  height: 108%;
  position: absolute;
  bottom: 0;
  width: 280px;
  left: 180px; }

.join-banner .shard {
  background: #0096a6; }

.join-banner {
  background: #067a82;
  height: 225px; }

.member-login-reveal .shard {
  width: 140px; }

.join-banner .shard {
  height: 240px;
  bottom: -42px;
  width: 180px;
  left: 130px; }

.join-banner .btn {
  z-index: 99;
  position: relative; }

.side-join {
  background: url(../img/media/article-join-angle.png) bottom right no-repeat; }

.tall-join-banner .icon-large {
  position: relative;
  z-index: 999;
  width: 245px;
  height: 245px; }

.icon-title-buttons-bar .shard, .signup-bar .shard {
  background: #067a82;
  background-position: 100px 0;
  transform: skew(-19.5deg);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100px;
  left: 0;
  z-index: 1; }

.icon-title-buttons-bar .member .icon {
  position: relative;
  z-index: 999; }

.icon-title-buttons-bar .member .icon.mb {
  position: relative;
  top: -20px;
  width: 100px !important;
  height: 100px !important; }

.icon-title-buttons-bar .member {
  margin-right: 50px; }

.unskew {
  transform: skew(19.5deg); }

.tick-boxes-image .outer {
  min-height: 585px;
  background-repeat: no-repeat;
  background-size: cover; }

.tick-boxes-image .outer {
  min-height: 585px;
  float: left;
  width: 50%;
  margin-right: 15px;
  width: 500px; }

.tick-boxes-image .outer:first-child {
  margin-left: 20px; }

.tick-boxes-image .outer:last-child {
  margin-right: 0;
  float: right; }

.tick-boxes-image .inner {
  left: -20px;
  position: relative; }

.tick-boxes-image .content {
  padding: 0 40px; }

.tick-boxes-image .content > div {
  position: relative;
  top: -20px; }

.tick-boxes-image .angle {
  width: 520px;
  height: 200px; }

.tick-boxes-image .angle.bg-accent-light-blue {
  background: transparent linear-gradient(19.5deg, #00bada 50%, transparent calc(50% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .angle.bg-accent-purple {
  background: transparent linear-gradient(19.5deg, #7758a5 50%, transparent calc(50% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .image {
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url(../img/Media/Tick-boxes-image.jpg);
  background-size: 95%;
  width: 100%; }

.tick-boxes-image .content {
  width: 100%;
  height: 100%;
  padding: 60% 30px 20px 30px; }

.tick-boxes-image .content.bg-accent-light-blue {
  background: transparent linear-gradient(19.5deg, #00bada 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-accent-purple {
  /*background: transparent linear-gradient(19.5deg, $accent-purple 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important;*/
  background: transparent linear-gradient(19.5deg, #7758a5 51%, transparent calc(51%)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-bva-dark-green {
  background: transparent linear-gradient(19.5deg, #005A63 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-bva-light-green {
  background: transparent linear-gradient(19.5deg, #0096a6 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-tp-tint-green {
  background: transparent linear-gradient(19.5deg, #e5f4f6 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-comp-dark-green {
  background: transparent linear-gradient(19.5deg, #067a82 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-comp-blue {
  background: transparent linear-gradient(19.5deg, #0096a6 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-comp-mid-green {
  background: transparent linear-gradient(19.5deg, #00a77e 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-comp-warm-green {
  background: transparent linear-gradient(19.5deg, #009175 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-comp-fresh-green {
  background: transparent linear-gradient(19.5deg, #72bf44 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-comp-bright-green {
  background: transparent linear-gradient(19.5deg, #0db14b 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-accent-light-blue {
  background: transparent linear-gradient(19.5deg, #00bada 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-accent-mid-blue {
  background: transparent linear-gradient(19.5deg, #0092d3 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-accent-green {
  background: transparent linear-gradient(19.5deg, #2db66f 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-accent-yellow {
  background: transparent linear-gradient(19.5deg, #fce11c 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-accent-orange {
  background: transparent linear-gradient(19.5deg, #f6861f 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-accent-pink {
  /*background: transparent linear-gradient(19.5deg, $accent-pink 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important;*/
  background: transparent linear-gradient(19.5deg, #d23860 51%, transparent 51%) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-accent-purple {
  /*background: transparent linear-gradient(19.5deg, $accent-purple 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important;*/
  background: transparent linear-gradient(19.5deg, #7758a5 51%, transparent calc(51%)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-black {
  background: transparent linear-gradient(19.5deg, #033333 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.bg-white {
  background: transparent linear-gradient(19.5deg, #fff 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

.tick-boxes-image .content.vet-record-blue {
  background: transparent linear-gradient(19.5deg, #20509c 51%, transparent calc(51% + 2px)) 0px 0px no-repeat !important; }

/*.tick-boxes-image .angle.bg-accent-pink {
    -webkit-transform: skewY(19.5deg);
    transform: skewY(19.5deg);
    display: block;
    height: 200px;
    width: 540px;
    background-color: $accent-pink;
    position:absolute;
    z-index:1;
}

.tick-boxes-image .content {
    width: 100%;
    height: auto;
    padding: 10px;
    z-index: 100;
}*/
/*.tick-boxes-image .content {
    min-height: 218px;
}*/
.courses.withImage {
  background: transparent url(../img/Media/Page-hero.jpg) no-repeat top left;
  background-size: cover; }

.courses.noImage {
  background-color: #f1f1f1; }

.courses.noImage .course {
  border: solid 1px #ebebeb; }

.courses .details {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 0; }

.courses .icon, .icon20 {
  width: 20px; }

.courses .course .btn {
  min-width: 0px;
  width: 100%;
  font-size: 0.8575rem; }

.courses .angle-title {
  margin-left: -20px; }

.rte-links-list .slash {
  background: url(../img/Media/svg/Forward-slash-white.svg) no-repeat left top -2px;
  background-size: auto 26px;
  padding-left: 24px; }

.dropdown-reveal .items > .item {
  display: block !important; }

.shop-products .image {
  background-color: #f1f1f1;
  height: 210px; }

.shop-products .image img {
  max-height: 180px; }

.shop-products .image img.logo {
  width: 200px; }

/* Progress/Steps bar */
.progressbar {
  counter-reset: step;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.progressbar li {
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
  margin-bottom: 0 !important; }

.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  height: 50px;
  border: 2px solid #d9d9d9;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 47px;
  background: #d9d9d9;
  color: #fff;
  text-align: center;
  font-weight: bold; }

.progressbar li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #d9d9d9;
  top: 25px;
  left: -50%;
  z-index: -1; }

.progressbar li:first-child:after {
  content: none; }

/*.progressbar li.active + li:after {
    background: #3aac5d;
}*/
.progressbar li.active:before {
  border-color: #0096a6;
  background: #0096a6;
  color: white; }

.progressbar li a {
  color: #a2a1a1; }

.progressbar li.active a {
  color: #0096a6;
  font-weight: bold; }

/* Shop */
.shop-product .image {
  background-color: #f1f1f1;
  width: 100%;
  height: 100%; }

.shop-product .qty {
  width: 80px;
  font-size: 1.5rem;
  color: #005A63;
  font-weight: bold;
  text-align: center; }

/* RTE */
.rte p:last-child, ul li:last-child, ul {
  margin-bottom: 0; }

.rte ul, ul.std {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

.rte ul li, ul.std li {
  padding: 0 0 0 24px;
  background-size: 10px 10px !important;
  background: url(../img/media/svg/Dash-blue.svg) no-repeat top 6px left 0px;
  margin-bottom: 5px;
  display: block;
  align-items: center; }

ul.white li {
  color: #fff; }

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem; }

.rte ul li h1, .rte ul li h2, .rte ul li h3, .rte ul li h4, .rte ul li h5, .rte ul li h6 {
  margin-bottom: initial;
  margin-top: initial; }

.rte a:not(.btn) {
  color: #d23860; }

/* Forms */
.form-control {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #005A63;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-color: #acacac; }

form:not(.with-borders) .form-control {
  background-clip: initial;
  /*border: none;*/
  /*This was screwing up your login form field since they were not containing in a form element*/
  border-radius: 0; }

select {
  background-color: #fff;
  position: relative;
  padding: 11px;
  padding-right: 70px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url(../img/media/svg/Down-arrow-blue.svg) right 15px center no-repeat #fff;
  background-size: 40px 40px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #005A63;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.website-address {
  position: fixed;
  top: -200px;
  left: -200px; }

input.form-control, select.form-control, button.btn {
  height: 56px; }

form .btn.icon {
  height: 56px !important;
  width: 56px !important;
  min-width: 56px !important; }

header form .btn.icon {
  height: 36px !important;
  width: 36px !important;
  min-width: 36px !important; }

header input.form-control {
  height: 36px !important; }

.bgform input[type=text], .bgform input[type=email], .bgform input[type=password] {
  border: none; }

input.whitebg {
  background-color: #fff !important; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #acacac !important;
  background-color: #fff !important; }

.custom-checkbox .custom-control-label::before {
  border-radius: .15rem; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  /*background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' v…M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E);*/
  /*content: '\2713';*/ }

.custom-control-input:checked ~ .custom-control-label::before {
  background: none !important;
  background-color: #acacac !important;
  color: #acacac !important; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.checkboxes .custom-checkbox:not(:last-child) {
  margin-bottom: 1.875rem; }

.checkboxes label {
  font-size: 1.125rem;
  background-color: #fff; }

/*.cust-click-container {
    min-height: 150px;
    background-color: $white
}*/
/* Custome image click field, currently uses on radio but done generically enough */
.image-click-field {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.cust-click-container label {
  background-color: #fff;
  color: #033333;
  padding-left: 70px;
  z-index: 100;
  cursor: pointer;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: top 20px left 20px;
  display: block;
  padding: 20px 20px 20px 90px;
  height: 160px; }

.image-click-field:checked + label {
  background-color: #0096a6;
  color: #fff; }

.image-click-field + label.circle {
  background-image: url(../img/Media/svg/not-selected.svg); }

.image-click-field:checked + label.circle {
  background-image: url(../img/Media/svg/selected.svg); }

.cust-click-container input[type=checkbox]:not(old),
.cust-click-container input[type=radio]:not(old) {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0; }

.cust-click-container input[type=checkbox]:not(old) + label,
.cust-click-containe rinput[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -90px;
  padding-left: 90px;
  background: url(../img/Media/svg/not-selected.svg) no-repeat top 20px left 20px;
  /*line-height: 24px;*/ }

.cust-click-container input[type=checkbox]:not(old):checked + label,
.cust-click-container input[type=radio]:not(old):checked + label {
  background-image: url(../img/Media/svg/selected.svg); }

.cust-click-container label span {
  display: inline-block;
  clear: both;
  margin-top: 10px;
  font-size: 18px; }

/*input.myCheckbox[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-left: 0;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}*/
input.myCheckbox[type=checkbox] {
  background-color: #fff !important; }

.cart input.form-control {
  width: 80px !important;
  height: auto !important;
  text-align: center !important; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  font-size: 0.9375rem; }

.checkbox.mandatory .umbraco-forms-field-wrapper {
  min-height: 0; }

.checkbox.mandatory input[type=checkbox] {
  position: relative;
  top: -42px;
  margin-left: 0; }

.checkbox.mandatory .field-validation-error span {
  position: relative;
  top: -42px; }

.field-validation-error span, .error-message {
  margin-top: 5px;
  display: block; }

textarea.form-control {
  height: 130px !important; }

/*.cart .container > .row:not(:first-child) {
    border-top: solid 1px #f1f1f1;
}*/
.dd-form label {
  margin-bottom: 0.9375rem; }

/* programme-template specifics */
.programme-template .angle-title.smallest {
  min-height: 0;
  height: 45px;
  margin-bottom: 0 !important; }

.programme-template .page-header-logo .btn {
  height: 45px; }

.programme-template .details .icon {
  height: 45px; }

.programme-template .details .rte p {
  font-size: 0.9375rem;
  font-weight: lighter; }

.programme-template .table thead th {
  border: none; }

.programme-template .table {
  margin-bottom: 0; }

.programme-template .table td {
  border-top: 1px solid #d9d9d9; }

.programme-template .table .grey {
  background-color: #f8f8f8; }

.programme-template .table .purple {
  background-color: #f1eef6; }

.programme-template .table td, .programme-template .table th {
  font-weight: 500;
  font-size: 1.3125rem; }

.programme-template .courses .course {
  border: solid 1px #f1f1f1; }

.full-width-icon-bar .icon {
  height: 30px; }

/* Membership pages */
.members-dash {
  background-color: #f1f1f1;
  padding-top: 40px; }

.members-dash .nav {
  background-color: #fff;
  display: block !important; }

.members-dash #membersNav ul li {
  background: url(../img/Media/svg/my-dash.svg) no-repeat left 1.25rem center;
  padding: 0 1.25rem;
  margin-bottom: 0;
  background-size: 30px 30px; }

.members-dash #membersNav ul li.dash {
  background-image: url(../img/Media/svg/my-dash.svg); }

.members-dash #membersNav ul li.details {
  background-image: url(../img/Media/svg/my-details.svg); }

.members-dash #membersNav ul li.addresses {
  background-image: url(../img/Media/svg/my-addresses.svg); }

.members-dash #membersNav ul li.events {
  background-image: url(../img/Media/svg/my-events.svg); }

.members-dash #membersNav ul li.interests {
  background-image: url(../img/Media/svg/my-interests.svg); }

.members-dash #membersNav ul li.payments {
  background-image: url(../img/Media/svg/my-payments.svg); }

.members-dash #membersNav ul li.voice {
  background-image: url(../img/Media/svg/my-voice.svg); }

.members-dash #membersNav ul li.discounts {
  background-image: url(../img/Media/svg/my-discunts.svg); }

.members-dash #membersNav ul li.support {
  background-image: url(../img/Media/svg/support.svg); }

.members-dash #membersNav ul li.council {
  background-image: url(../img/Media/svg/council.svg); }

.members-dash #membersNav ul li.selected {
  background-image: url(../img/Media/svg/envelope-white-white.svg);
  background-color: #005A63; }

.members-dash #membersNav ul li.dash.selected {
  background-image: url(../img/Media/svg/my-dash-white.svg); }

.members-dash #membersNav ul li.details.selected {
  background-image: url(../img/Media/svg/my-details-white.svg); }

.members-dash #membersNav ul li.addresses.selected {
  background-image: url(../img/Media/svg/my-addresses-white.svg); }

.members-dash #membersNav ul li.events.selected {
  background-image: url(../img/Media/svg/my-events-white.svg); }

.members-dash #membersNav ul li.interests.selected {
  background-image: url(../img/Media/svg/my-interests-white.svg); }

.members-dash #membersNav ul li.payments.selected {
  background-image: url(../img/Media/svg/my-payments-white.svg); }

.members-dash #membersNav ul li.voice.selected {
  background-image: url(../img/Media/svg/my-voice-white.svg); }

.members-dash #membersNav ul li.discounts.selected {
  background-image: url(../img/Media/svg/my-discunts-white.svg); }

.members-dash #membersNav ul li.support.selected {
  background-image: url(../img/Media/svg/support-white.svg); }

.members-dash #membersNav ul li.council.selected {
  background-image: url(../img/Media/svg/council-white.svg); }

.members-dash #membersNav ul li a {
  width: 100%;
  border-bottom: solid 1px #ebebeb;
  display: block;
  padding: 1.25rem 0 1.25rem 50px;
  color: #005A63;
  font-size: 1.125rem;
  font-weight: 500; }

.members-dash #membersNav ul li.selected a {
  color: #fff;
  border-bottom: none; }

.members-dash .nav {
  height: 100%; }

.members-dash label {
  font-size: 1.125rem; }

.form-message-section h3 {
  color: #0096a6 !important;
  font-size: 1.625rem !important;
  margin-bottom: 0 !important; }

.members-dash .dashboard .posMoveLeft {
  position: relative;
  left: -35px !important; }

.members-dash .dashboard .advert {
  min-height: 400px !important; }

.members-dash .dashboard .advert img {
  height: 400px !important;
  width: 100%; }

.members-dash .dashboard .advert .icon {
  width: auto !important;
  height: auto !important;
  min-height: auto !important; }

.members-dash .dashboard .advert h2 {
  color: #005A63; }

.members-dash .dashboard .advert a {
  color: #0096a6;
  font-weight: 600; }

.members-dash .dashboard .advert.bg-black *, .members-dash .dashboard .advert.bg-accent-mid-blue *,
.members-dash .dashboard .advert.horizontal.bg-accent-mid-blue *,
.members-dash .dashboard .advert.horizontal.bg-accent-purple * {
  color: #fff !important; }

.members-dash .dashboard .advert.horizontal {
  min-height: 150px !important; }

.members-dash .dashboard .advert img {
  min-height: 150px !important;
  width: 100%; }

.members-dash .dashboard .advert.horizontal .btn-white {
  color: #005A63 !important; }

.members-dash .dashboard .advert.horizontal .btn {
  min-width: 140px !important; }

.members-dash .interests .checkboxes {
  padding-top: 0 !important; }

.members-dash .dashboard .advert.horizontal .white-angle {
  background: url(../img/Media/my-bva-angle.png) no-repeat left center;
  width: 169px;
  height: 150px; }

.members-dash .dashboard .advert.horizontal .expiry {
  width: calc(100% - 169px); }

.members-dash .dashboard .advert.horizontal .white-angle h2 {
  margin-left: 34px; }

/* Footer */
footer p, footer h2, footer ul li, footer a {
  color: #005A63;
  font-size: 0.8575rem; }

/* OWL Carousel */
.owl-prev, .owl-next {
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: none; }

.owl-prev {
  left: -70px; }

.owl-next {
  right: -70px; }

.owl-carousel span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #0096a6 !important;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-carousel .active span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #005A63 !important;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-dots {
  text-align: center; }

.owl-carousel .owl-item img {
  width: auto; }

@media (max-width: 576px) {
  /* Just for demo before full onclick reveal form functionality added */
  header input.form-control {
    display: none; }
  .btn {
    min-width: 160px; }
  .cart input.form-control {
    width: 45px !important; }
  .white-box {
    padding: 0.75rem; }
  .tick-boxes-image .image {
    /*background-*/ }
  /*.tick-boxes-image .content.large {*/
  .tick-boxes-image .content {
    padding: 100% 30px 20px 30px !important;
    top: -70px !important;
    position: relative !important; } }

@media (max-width: 767px) {
  .hero .bg-accent-green.angle-title {
    background: rgba(45, 182, 111, 0.85) !important; }
  .tall-join-banner ul {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1; }
  /* Angles / BGs */
  /*.a-row {
        width: 114%;
        box-sizing: border-box;
        overflow: hidden;
        margin-left: 40px;
    }

    .a-cont {
        position: relative;
        padding-left: 130px;
        padding-right: 80px;
        left: -90px;
        box-sizing: border-box;
        margin: 0;
        display: inline-block;
        padding: 50px;
        box-sizing: border-box;
        -webkit-transform: skewx(-19.5deg);
    }

    .a-bg {
        background-color: #67a49d;
    }

    .a-inner {
        -webkit-transform: skewx(19.5deg);
        margin-left: 70px;
    }*/
  .campaign-header .a-cont {
    left: 0;
    padding-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    transform: skewx(0deg); }
  .campaign-header .a-inner {
    transform: skew(0deg);
    margin-left: 0; }
  .campaign-header .content {
    float: none;
    width: 100%;
    margin-right: 0; }
  .two-ctas .content {
    width: 100% !important; }
  .campaign-header .a-row {
    width: 100%; }
  .programme-template .table td, .programme-template .table th {
    font-size: 1rem;
    padding: 0.5rem !important;
    width: 33.3333%; }
  .programme-template .table .btn {
    width: 100% !important;
    min-width: 0; }
  .tick-boxes-image .content {
    padding: 70% 30px 20px 30px; }
  .owl-carousel .owl-item img, .owl-carousel .owl-item {
    text-align: center;
    display: inline-block; }
  .members-dash .interests {
    padding-left: 15px;
    padding-right: 15px; }
  .links-ticks-tabs-reveal select {
    width: 100% !important; }
  .hero {
    height: auto;
    min-height: 275px !important; }
  .three-statements .statement {
    margin-bottom: 20px; }
  .three-statements .col-12.col-md-4:last-child .statement {
    margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 1199.5px) {
  .tall-join-banner ul {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; }
  .campaign-header .a-inner {
    /*left: 0;
        padding-left: 0;
        padding-left: 15px;
        padding-right: 15px;*/
    /*transform: skewx(0deg);*/
    padding-left: 15px; }
  .campaign-header .a-inner {
    /*transform: skew(0deg);
        margin-left: 0;*/ }
  .campaign-header .content {
    float: none;
    width: 90%; }
  .campaign-header .a-row {
    width: 84%; } }

@media (max-width: 991.99px) {
  .latest-news-block .main {
    border-bottom: solid 1px #f1f1f1; }
  .border-between > [class*='col-']:before {
    display: none; }
  .owl-nav {
    display: none; }
  .angle-title.smallest {
    /*width:120%;*/ }
  .more-cat-articles .angle-title.smallest {
    /*width: 110%;*/ }
  .two-ctas .content .angle {
    display: none; }
  .two-ctas .content {
    width: 50%; }
  .two-ctas .content.first .copy {
    position: relative;
    left: 0; }
  .two-ctas .content.second .copy {
    position: relative;
    left: 0; }
  .two-ctas .content.second {
    position: relative;
    top: 0px; }
  .two-ctas .content .copy, .two-ctas .content .inner {
    width: 100%; }
  .two-ctas .content .inner {
    padding: 0 30px; }
  .hero .a-cont {
    transform: skew(0deg);
    left: 0;
    padding-left: 0;
    padding-right: 0; }
  .hero .a-inner {
    transform: skew(0deg);
    margin-left: 0; }
  .tall-join-banner .icon-bg {
    background: url(../img/Media/svg/Resources-icon.svg) no-repeat top right -10px;
    background-size: 110px 110px; }
  .tall-join-banner .icon-bg h2 {
    padding-right: 100px;
    margin-top: 30px; }
  .shop-cart .items {
    top: 4px;
    right: 52px; }
  .join-banner .shard {
    display: none; }
  .join-banner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    height: auto; }
  .three-statements.two-col .col-lg-6:first-child {
    margin-bottom: 20px; }
  .icon-title-buttons-bar .member {
    margin-right: 60px; }
  .icon-title-buttons-bar .member + h2 {
    margin-top: 10px; } }

@media (min-width: 992px) {
  .tick-boxes-image .image {
    height: 585px; }
  .tick-boxes-image .content.bg-accent-light-blue {
    background: transparent linear-gradient(19.5deg, #00bada 55%, transparent calc(55% + 2px)) 0px 0px no-repeat !important; }
  .tick-boxes-image .content.bg-accent-purple {
    /*background: transparent linear-gradient(19.5deg, #7758a5 55%, transparent calc(55% + 2px)) 0px 0px no-repeat !important;*/
    background: transparent linear-gradient(19.5deg, #7758a5 55%, transparent calc(55%)) 0px 0px no-repeat !important; }
  .cart .head {
    border-bottom: solid 1px #f1f1f1;
    display: block;
    height: 42px;
    width: 100%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .two-ctas .content .inner, .two-ctas .content .copy {
    width: 100%; }
  .two-ctas .content {
    width: 50%; }
  .two-ctas .content.first .copy {
    position: relative;
    left: 25px; }
  .two-ctas .content.second .copy {
    position: relative;
    left: -65px; }
  .campaign-header .a-row {
    width: 74%; }
  .member-login-reveal .shard {
    left: 52px; }
  .cust-click-container label {
    height: 210px; }
  .shop-cart .items {
    top: 4px;
    right: 92px; }
  .side-join .btn {
    min-width: 0 !important; } }

@media (min-width: 992px) and (max-width: 1300px) {
  .owl-prev {
    left: -40px; }
  .owl-next {
    right: -40px; } }

@media (max-width: 1199px) {
  #utility-nav, #utility-nav ul {
    background-color: #0096a6; }
  #utility-nav .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  #utility-nav .content {
    height: 30px;
    background-color: #0096a6; }
  #utility-nav .content ul .nav-item {
    display: none; }
  #utility-nav .content ul {
    width: 100%;
    display: flex !important;
    padding: 0; }
  #utility-nav .content ul .login, #utility-nav .content ul .join {
    width: 50%;
    display: inline;
    text-align: center;
    transform: skew(19.5deg);
    height: 40px; }
  #utility-nav {
    height: 40px; }
  #utility-nav .content ul .login a, #utility-nav .content ul .join a, #utility-nav .content ul .join:after {
    transform: skew(-19.5deg); }
  #utility-nav .content ul .join:after {
    content: '';
    background-color: #d23860;
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    right: 0; }
  #utility-nav .content ul .login a, #utility-nav .content ul .join a {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center; }
  #site-main, footer {
    top: 96px;
    position: relative; }
  .offcanvas-collapse {
    position: fixed;
    top: 105px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    overflow-y: auto;
    visibility: hidden;
    background-color: #f1f1f1;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility; }
  .offcanvas-collapse.open, .offcanvas-collapse.show {
    left: 0;
    visibility: visible; }
  .navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.6875rem 15px !important; }
  .dropdown-menu ul li a {
    font-size: 0.875rem;
    font-weight: 500; }
  .dropdown-menu ul li:last-child {
    margin-bottom: 0.9375rem; }
  header input.form-control {
    width: auto; }
  .navbar-logo img {
    width: 100px;
    position: relative;
    /*top: -18px*/ }
  header .logo-search {
    margin: 0;
    max-width: 100% !important;
    height: 65px; }
  .navbar-nav .nav-item {
    text-align: left;
    border-top: solid 1px #d7d7d7; }
  .nav-link.dropdown-toggle {
    background: url(../img/Media/svg/mob-menu-arrow-down.svg) no-repeat center right;
    background-position: right 20px center;
    background-size: 13px; }
  .nav-item.dropdown.show .dropdown-toggle {
    background-image: url(../img/Media/svg/mob-menu-arrow-up.svg); }
  .nav-item.show a, .nav-item.show {
    color: #fff !important; }
  .nav-item.nav-accent-pink.show, .nav-item.nav-accent-pink.show a, .nav-item.nav-accent-pink .show {
    background-color: #d23860 !important; }
  .nav-item.nav-comp-dark-green.show, .nav-item.nav-comp-dark-green.show a, .nav-item.nav-comp-dark-green .show {
    background-color: #067a82 !important; }
  .nav-item.nav-comp-fresh-green.show, .nav-item.nav-comp-fresh-green.show a, .nav-item.nav-comp-fresh-green .show {
    background-color: #72bf44 !important; }
  .nav-item.nav-accent-mid-blue.show, .nav-item.nav-accent-mid-blue.show a, .nav-item.nav-accent-mid-blue .show {
    background-color: #0092d3 !important; }
  .nav-item.nav-accent-purple.show, .nav-item.nav-accent-purple.show a, .nav-item.nav-accent-purple .show {
    background-color: #7758a5 !important; }
  .nav-item.nav-comp-warm-green.show, .nav-item.nav-comp-warm-green.show a, .nav-item.nav-comp-warm-green .show {
    background-color: #009175 !important; }
  .nav-item.nav-accent-orange.show, .nav-item.nav-accent-orange.show a, .nav-item.nav-accent-orange .show {
    background-color: #f6861f !important; }
  .nav-item .megamenu.show, .megamenu.show, .megamenu {
    display: none !important; }
  .nav-item .dropdown-menu {
    padding: 0 15px; }
  .nav-item.mb {
    border: none; }
  .nav-item.mb:first-child, .nav-item.mb.addBorder {
    border-top: solid 1px #d7d7d7; }
  .nav-item.mb a {
    font-size: 0.9375rem;
    padding: 5px 15px !important; }
  /*.nav-item .show a {
        background-color: transparent;
    }*/
  .dropdown-menu {
    width: 100%;
    background-color: #f1f1f1;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0; }
  .navbar-toggler.open .navbar-close-icon {
    display: inline-block;
    /*width:28px;
        height:28px;
        background-color:$grey;*/
    margin-top: 8px;
    font-size: 30px;
    margin-right: 3px;
    color: #005A63; }
  .navbar-toggler.open .navbar-toggler-icon, .members-toggle.collapsed .navbar-close-icon, .members-toggle .navbar-toggler-icon {
    display: none; }
  .members-toggle.collapsed .navbar-toggler-icon {
    display: inline-block; }
  .members-toggle .navbar-close-icon {
    display: block;
    /*width:28px;
        height:28px;
        background-color:$grey;*/
    font-size: 30px;
    color: #005A63;
    background-color: #f1f1f1; }
  .members-dash {
    background-color: #f1f1f1;
    padding-top: 0; }
  .members-dash .container {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (min-width: 1200px) {
  #utility-nav .content {
    text-align: right;
    height: 30px; }
  #utility-nav .content ul {
    height: 30px;
    padding-right: 15px !important; }
  #utility-nav .content > ul {
    /*background: #fff linear-gradient(248.5deg, $bva-dark-green 94%, transparent calc(94% + 2px)) 0px 0px no-repeat !important;
        background: -ms-linear-gradient(248.5deg, $bva-dark-green 94%, transparent calc(94% + 2px));*/
    -webkit-backface-visibility: hidden !important;
    padding-left: 30px;
    background-color: #005A63;
    padding-left: 0; }
  #utility-nav .content > ul li:first-child:before {
    content: '';
    display: block;
    position: absolute;
    background: #005A63;
    width: 20px;
    height: 100%;
    transform: skew(19.5deg);
    top: 0;
    left: -6px; }
  #utility-nav .content > ul li ul li:first-child:before {
    display: none; }
  #utility-nav ul.parent:before {
    right: -999em;
    background-color: #005A63;
    height: 30px;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0; }
  #utility-nav .content ul .login {
    /*background: red linear-gradient(80deg, red 10%, blue 90%) 0px 0px no-repeat !important;
        -webkit-backface-visibility: hidden !important;
        padding-left: 30px;*/ }
  #utility-nav .content ul .login, #utility-nav .content ul .join {
    transform: skew(19.5deg);
    width: 140px;
    text-align: center;
    margin: 0; }
  #utility-nav .content ul .login a, #utility-nav .content ul .join a {
    transform: skew(-19.5deg);
    display: inline-block;
    width: 100%;
    margin: 0; }
  #utility-nav .content ul .join {
    position: relative;
    right: 4px; }
  #utility-nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    z-index: 1;
    top: 30px;
    left: 0;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    min-width: 175px; }
  #utility-nav .dropdown:hover .dropdown-content {
    display: block; }
  #utility-nav .dropdown .dropdown-content ul {
    background: none;
    margin: 0 !important;
    padding: 0 !important; }
  #utility-nav .dropdown .dropdown-content ul a {
    color: #033333 !important; }
  .navbar {
    background-color: #e5f4f6; }
  .members-dash .navbar {
    background-color: #fff; }
  .navbar-logo img {
    width: 171px;
    position: relative;
    top: -20px; }
  /*.navbar-nav .nav-item:hover, .navbar-nav .nav-item .nav-link.active {*/
  .navbar-nav .nav-item:hover {
    /*-webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 80% 100%);
        clip-path: polygon(0 100%, 0 0, 100% 0, 80% 100%);*/
    transform: skew(-19.5deg); }
  .navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item:hover .nav-link .megamenu {
    /*-webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 80% 100%);
        clip-path: polygon(0 100%, 0 0, 100% 0, 80% 100%);*/
    transform: skew(19.5deg); }
  .nav-item.nav-accent-pink:hover, .nav-item.nav-accent-pink .active {
    background-color: #d23860; }
  .nav-item.nav-comp-dark-green:hover, .nav-item.nav-comp-dark-green .active {
    background-color: #067a82; }
  .nav-item.nav-comp-fresh-green:hover, .nav-item.nav-comp-fresh-green .active {
    background-color: #72bf44; }
  .nav-item.nav-accent-mid-blue:hover, .nav-item.nav-accent-mid-blue .active {
    background-color: #0092d3; }
  .nav-item.nav-accent-purple:hover, .nav-item.nav-accent-purple .active {
    background-color: #7758a5; }
  .nav-item.nav-comp-warm-green:hover, .nav-item.nav-comp-warm-green .active {
    background-color: #009175; }
  .nav-item.nav-accent-orange:hover, .nav-item.nav-accent-orange .active {
    background-color: #f6861f; }
  .nav-item:hover a, .nav-item .active a, .nav-item a:hover {
    color: #fff !important;
    opacity: 1 !important; }
  /*.navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item:hover .nav-link.active, .megamenu {
        transform: rotate(19.5deg);
    }*/
  header input.form-control {
    width: 250px !important; }
  .navbar-nav .nav-link:first-child {
    padding-left: 0; }
  .nav-fill .nav-item {
    position: static !important; }
  .megamenu {
    width: 100%;
    background-color: #fff;
    height: 320px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    /*border-bottom: 1px solid $black;*/
    z-index: 9999999;
    /*-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);*/
    box-shadow: 0 5px 5px -5px #333; }
  .dropdown-menu.megamenu.show {
    display: block; }
  .dropdown:hover > .dropdown-menu {
    /*display: block;*/ }
  .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none; }
  .megamenu ul {
    list-style: none;
    padding-left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap column;
    flex-flow: wrap column;
    max-height: 210px;
    margin-top: 45px; }
  megamenu ul li {
    margin-bottom: 1.875rem; }
  .megamenu img {
    margin-top: 45px; }
  .nav-item .dropdown-menu {
    display: none !important; }
  .hero .content {
    margin-left: -40px; }
  .hero .a-row {
    width: 114%;
    /* Makes up the 14% lost for right padding/angle */
    margin-left: 40px; }
  .related-news .second article {
    border-bottom: solid 1px #fff; }
  .tick-boxes-image .content.bg-accent-light-blue {
    background: transparent linear-gradient(19.5deg, #00bada 50%, transparent calc(50% + 2px)) 0px 0px no-repeat !important; }
  .tick-boxes-image .content.bg-accent-purple {
    /*background: transparent linear-gradient(19.5deg, #7758a5 50%, transparent calc(50% + 2px)) 0px 0px no-repeat !important;*/
    background: transparent linear-gradient(19.5deg, #7758a5 50%, transparent 50%) 0px 0px no-repeat !important; }
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin: 0; }
  .member-login-reveal .shard {
    width: 140px;
    left: 76px; }
  #site-main, footer {
    top: 168px;
    position: relative; }
  .megamenu .angle-title {
    position: relative;
    top: -54px;
    left: 120px; }
  .megamenu .angle-title .a-inner {
    margin-left: 35px;
    min-width: 300px; }
  .megamenu .angle-title .a-cont {
    padding-right: 15px;
    padding: 15px 15px 15px 0;
    left: -50px; } }

small, .small {
  font-size: inherit;
  font-weight: inherit; }

.gbjsmall {
  font-size: 27px; }

/* GBJ 03/11/20 */
/*Matt Brook*/
.simple-header {
  background-color: #005A63;
  height: 165px;
  display: flex;
  align-items: center; }
  .simple-header h1 {
    color: white;
    margin-bottom: 0px !important; }

.featured-events-cont {
  background-color: #f1f1f1;
  padding-top: 4%;
  padding-bottom: 4%; }
  .featured-events-cont h2 {
    color: #005A63; }
  .featured-events-cont .event-details {
    background-color: white; }

.featured {
  display: flex; }

@media (min-width: 771px) {
  .event-img img {
    height: 200px; } }

.event .event-img {
  position: relative;
  width: 100%; }
  .event .event-img img {
    width: 100%; }
  .event .event-img .event-img-tag {
    background-color: #0096a6;
    width: 89px;
    height: 94px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .event .event-img .event-img-tag span {
      color: white;
      font-size: 16px;
      width: fit-content;
      font-weight: 500; }
    .event .event-img .event-img-tag .event-dt {
      display: block;
      font-size: 22px;
      font-weight: 700; }

.event .event-details {
  padding: 3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .event .event-details h4 {
    color: #005A63; }
  .event .event-details .event-button {
    min-width: 100% !important; }
  .event .event-details .minor-details {
    display: flex;
    flex-direction: column;
    margin-bottom: 3%; }
    .event .event-details .minor-details span {
      margin-bottom: 3%;
      color: #005A63;
      font-weight: 700; }

.event .event-img.width-unset img {
  width: auto; }

.filters-cont {
  display: flex;
  align-items: center; }
  .filters-cont h4 {
    color: #005A63; }
  .filters-cont select {
    width: 28%;
    border: 2px #f1f1f1 solid;
    font-size: 18px;
    color: #005A63; }

.event-card {
  width: 100%; }
  .event-card .event-details {
    background-color: #f1f1f1;
    padding: 6%; }
  .event-card .event-img {
    max-width: 100%; }

@media (max-width: 1000px) {
  .adverts-wrapper {
    flex-direction: row !important;
    height: auto !important; }
    .adverts-wrapper .advert-1 img {
      width: 100% !important; } }

.adverts-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .adverts-wrapper .advert-1 {
    height: 48%;
    width: 98%; }
    .adverts-wrapper .advert-1 img {
      height: 100% !important; }
  .adverts-wrapper .advert-2 {
    height: 48%;
    width: 100%; }

.img-header {
  display: flex;
  background-color: #005A63;
  align-items: center;
  position: relative; }
  .img-header .img-header-right {
    height: 100%;
    width: 100%; }
    .img-header .img-header-right img {
      height: 100%;
      float: right; }
  .img-header .img-header-left {
    z-index: 2; }
    .img-header .img-header-left h1 {
      margin-bottom: 0 !important; }
  .img-header .slant {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #005A63;
    transform: skew(-20deg); }
  .img-header h1 {
    color: white; }

@media (max-width: 1000px) {
  .img-header .img-header-right {
    display: none; }
  .img-header .slant {
    display: none; }
  .img-header h1 {
    color: white;
    max-width: 100%; } }

.become-member {
  background-color: #0096a5;
  position: relative; }
  .become-member .container {
    display: flex;
    align-items: center;
    overflow: hidden; }
    .become-member .container h3 {
      color: white;
      margin-left: 10%;
      margin-bottom: 0px !important; }
    .become-member .container a {
      margin-left: auto; }
    .become-member .container .become-member-img-cont {
      position: relative;
      height: 100%; }
      .become-member .container .become-member-img-cont .become-member-img {
        position: relative;
        height: 70px; }
        .become-member .container .become-member-img-cont .become-member-img img {
          position: absolute;
          z-index: 999;
          top: 0;
          left: 0; }
      .become-member .container .become-member-img-cont .slant {
        display: block;
        position: absolute;
        top: -20px;
        right: -80px;
        z-index: 0;
        width: 70px;
        height: 200%;
        background-color: #057A83;
        transform: skew(-20deg); }

.underline {
  border-bottom: 2px #f1f1f1 solid; }

.sponsors h3, .learning-outcomes h3, .speaker-info h3, .book-section h3 {
  color: #005A63; }

.sponsors h4, .learning-outcomes h4, .speaker-info h4, .book-section h4 {
  color: #005A63; }

@media (max-width: 768px) {
  .sponsors .sponsor-indv {
    margin-bottom: 2rem; } }

.sponsors .sponsor-logo img {
  max-width: 100%; }

.speaker-info img {
  max-width: 100%;
  margin-bottom: 2rem; }

.book-section a {
  width: 30%; }

.book-section h3 {
  margin-bottom: 1.5rem !important; }

.book-section p {
  font-size: 22px; }
  .book-section p span {
    color: #0096a6;
    font-weight: bold; }

.centered-header {
  width: fit-content;
  color: #005A63; }

.event-box {
  background-color: #f1f1f1;
  padding: 2%;
  margin-top: 3%;
  margin-bottom: 3%; }
  .event-box .left-stack {
    display: flex;
    flex-direction: column; }
    .event-box .left-stack img {
      margin-right: 5px;
      width: 20px; }
    .event-box .left-stack .date-time, .event-box .left-stack .event-address, .event-box .left-stack .event-price, .event-box .left-stack .duration {
      display: flex;
      align-items: center;
      margin-bottom: 1.5rem; }
    .event-box .left-stack .event-price span {
      margin-right: 1%; }
    .event-box .left-stack span {
      font-size: 18px;
      margin-right: 4%; }
    .event-box .left-stack a {
      font-size: 18px;
      text-decoration: underline;
      color: #0096a6; }
  .event-box .right-stack {
    display: flex;
    align-items: center;
    flex-direction: column; }
    .event-box .right-stack .event-button {
      width: 100%;
      margin-bottom: 3% !important; }
    .event-box .right-stack .event-socials {
      margin-top: auto;
      font-size: 18px;
      display: flex;
      align-items: flex-end; }
      .event-box .right-stack .event-socials .icon {
        min-width: 26px !important;
        /*width: 26px !important;*/
        height: auto !important;
        padding: 0px;
        color: #0096a6;
        font-size: 22px; }
        .event-box .right-stack .event-socials .icon:hover {
          color: #005A63 !important; }

@media (max-width: 998px) {
  .event-box {
    background-color: #f1f1f1;
    padding: 4%;
    margin-top: 3%;
    margin-bottom: 3%; }
    .event-box .left-stack {
      justify-content: center; } }

@media (max-width: 998px) {
  .adverts-wrapper {
    display: flex;
    justify-content: space-between;
    height: 200px;
    margin-top: 4%; }
    .adverts-wrapper .advert-1 {
      height: 100%;
      width: 48%;
      margin-bottom: 4%; }
    .adverts-wrapper .advert-2 {
      height: 100%;
      width: 48%; } }

@media (max-width: 840px) {
  .featured .event-img {
    min-width: 100%; }
    .featured .event-img img {
      min-width: 100%; }
  .featured {
    flex-direction: column; }
    .featured .event-img {
      width: 100%; }
      .featured .event-img img {
        width: 100%; }
  .filters-cont select {
    width: 34%; } }

@media (max-width: 510px) {
  .filters-cont {
    flex-direction: column; }
    .filters-cont select {
      width: 80%;
      margin-top: 2%; } }

.featured .event-img {
  min-width: 60%; }
  .featured .event-img img {
    height: 100%; }

.event-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  .event-card .event-details {
    height: 100%; }

.event-details > div:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.sponsor-desc {
  max-height: 250px;
  overflow: hidden; }

.img-header {
  padding: 0;
  max-height: 450px;
  overflow: hidden;
  margin-left: 10%; }
  .img-header .img-header-left {
    padding: 3rem 0; }

.img-header-cont {
  background-color: #005A63; }

/*Matt Brook*/
