@charset "UTF-8";

/* old font-family: "fira-sans-n3", "fira-sans", arial, sans-serif; */

html {
  height: 101%;
  margin: 0;
  padding: 0;
  min-height: 101%;
}
body {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 100%;
  font-style: normal;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  background: #006830;
  min-height: 101%;
}
img {
  display: block;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  border-radius: 10px;
}
hr {
  width: 100%;
  height: 1px;
  background: #cccccc;
  border: none;
  margin: 10px auto;
}
img.seecmsimagedefault, img.seecmsimagedefaultundefined {
  display: inline-block;
  margin: 0 0 20px 0!important;
}
img.seecmsimageleft, img.seecmsimageleftundefined {
  float: left;
  margin: 0 20px 20px 0!important;
}
img.seecmsimageright, img.seecmsimagerightundefined {
  float: right;
  margin: 0 0 20px 20px!important;
}
img.seecmsimagecentre, img.seecmsimagecentreundefined {
  display: block;
  margin: 0 auto 20px auto;
}
p,
h1,
h2,
h3,
h4,
li {
  margin: 0;
  padding: 0;
  line-height: 120%;
  color: #000000;
  font-style: normal;
  font-weight: 300;
}
p {
  padding: 0 0 10px 0;
}
ul, ol {
  margin: 0 0 10px 20px;
  padding: 0;
}
strong {
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #006830;
}
a:hover {
  color: #006830;
  text-decoration: underline;
}
p.seeformerrors {
  color: red;
}
.col1,
.col2,
.col3,
.col4,
.left,
.right {
  display: block;
  float: left;
  min-height: 5px;
}
div:after,
form:after,
ul:after,
input:after,
section:after,
article:after,
header:after,
footer:after,
nav:after,
aside:after,
hgroup:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
section,
article,
header,
footer,
nav,
aside,
hgroup {
  display: block;
}
table {
  width: 100%;
  margin: 0 0 10px 0;
}
table th {
  padding: 5px;
  font-size: 100%;
  color: #ffffff;
  background: #006830;
  font-weight: 700;
}
table td {
  padding: 5px;
  font-size: 100%;
  color: #000000;
  background: #f1f1f1;
  font-weight: 400;
}
table th p,
table td p {
  font-size: 100%;
  padding: 0;
}
table th a {
  color: #ffffff!important;
}
label {
  color: #000000;
  font-size: 100%;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select, button {
  width: 100%;
  padding: 0 2%;
  box-sizing: border-box;
  height: 30px;
  background: #ffffff;
  border: 1px solid #cccccc;
  margin: 5px 0 15px 0;
  outline: none;
  resize: none;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 100%;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
textarea {
  height: 130px;
  padding: 10px 2%;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;
  float: left;
  margin: 0 10px 0 0;
}
input[type="text"], input[type="submit"], textarea, button, input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="submit"] {
  cursor: pointer;
  width: auto;
  outline: none;
  border: none;
  text-transform: none;
  background: #006830;
  padding: 0 20px;
  height: 30px;
  color: #ffffff;
  font-size: 100%;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  border-radius: 0;
}
.clear {clear: both;}

.header-wrap {border-top: 5px solid #666666; position: relative; z-index: 2;}
.header-inner {padding: 0 20px; background: #ffffff;}
.header {max-width: 1180px; width: 100%; margin: 0 auto;}
.header .col1 {width: 141px; margin-right: 40px; position: relative;}
.header .col2 {width: 678px; margin-right: 29px; padding-top: 45px; padding-bottom: 15px;}
.header .col3 {width: 292px;}
.header a.logo {
  width: 100%;
  height: 139px;
  display: block;
  background: url(../images/logo.png), #ffffff;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75);
  z-index: 20;
  border-radius: 0 0 5px 5px;
}
.header a.viewshop {background: #666666; display: inline-block; float: right; padding: 5px 20px; text-transform: uppercase; color: #ffffff; font-weight: 700; font-size: 90%; border-radius: 0 0 10px 10px; text-decoration: none;}
.header a.viewbasket {background: #30800a; display: inline-block; float: right; padding: 5px 20px; text-transform: uppercase; color: #ffffff; font-weight: 700; font-size: 90%; border-radius: 0 0 10px 10px; text-decoration: none;}
.header .search {position: relative; width: 100%; margin-top: 11px; max-width: 200px; float: right;}
.header .search input {border: none; background: none; font-weight: 700; font-size: 80%; padding: 0 50px 0 0; margin: 0; color: #006830;}
.header .search input.submitbutton {position: absolute; top: 6px; right: 0; width: 15px; height: 15px; background: url(../images/search-icon.png) no-repeat 0 0; background-size: 100% 100%; padding: 0;}

.tel-wrap {background: rgba(0, 0, 0, 0.6); position: absolute; bottom: -39px; left: 0; width: 100%; padding: 0 20px; box-sizing: border-box;}
.tel {max-width: 1180px; width: 100%; margin: 0 auto; text-align: right; padding: 10px 0;}
.tel p {color: #ffffff; padding: 0; font-weight: 700;}
.tel p a {text-decoration: none; color: #ffee00;}

.nav {margin-left: -10px;}
.nav ul {margin: 0; padding: 0; display: table; width: 100%;}
.nav li {list-style: none; display: table-cell; padding: 0 10px; text-transform: uppercase; text-align: center;}
.nav li a {color: #666666; text-decoration: none; font-weight: 700; font-size: 90%;}
.nav li.selected a, .nav li:hover a {color: #006830;}

.snav ul {padding: 20px; background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(206, 206, 206, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1", endColorstr="#cecece", GradientType=0); border-radius: 10px; margin: 0 0 20px 0!important;}
.snav ul ul {background: none!important; padding: 0!important; margin: 0 0 0 20px!important;}
.snav li {list-style: none; margin: 0 0 5px 0;}
.snav li a {font-weight: 700; line-height: 110%; color: #000000; text-decoration: none;}
.snav li.selected a, .snav li.selected li.selected a, .snav li:hover a, .snav li.selected li:hover a {color: #30800a;}
.snav li.selected li a {color: #000000;}

.basketbox { background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(206, 206, 206, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1", endColorstr="#cecece", GradientType=0); border-radius: 10px; padding: 20px; margin: 0 0 20px 0;}
.basketbox a {text-decoration: none; font-weight: 700;}

.banners-wrap {background: #30800a;}
.banners {max-width: 1400px; width: 100%; margin: 0 auto;}
.banners .banner {position: relative;}
.banners .banner .image {float: right;}
.banners .banner .text {position: absolute; top: 0; left: 0; height: 100%; width: 756px; background: url(../images/banner-text.png) no-repeat 0 0; background-size: 100%;}
.banners .banner .text .inner {padding: 100px 0 0 109px;}
.banners .banner .text h3 {color: #ffffff; font-weight: 700; line-height: 110%; font-size: 250%; margin: 0 0 20px 0;}
.banners .banner .text p {color: #ffffff; font-weight: 700; line-height: 110%; font-size: 130%; margin: 0; padding: 0;}
.banners .banner .text p a {color: #ffffff; text-decoration: none;}
.banners .banner .text p a i {color: #ffee00;}
.banners .slick-dots {position: absolute; bottom: 30px; left: 109px; margin: 0;}
.banners .slick-dots li {list-style: none; float: left; margin: 0 8px 0 0; width: 10px; height: 10px; line-height: 10px;}
.banners .slick-dots li button {width: 10px; height: 10px; padding: 0; border-radius: 50%; cursor: pointer; background: #ffffff; text-indent: -99999px; border: 1px solid #ffffff;}
.banners .slick-dots li.slick-active button {background: none;}
.banners .banner img {border-radius: 0!important;}

.content-wrap {padding: 0 20px; background: #ffffff;}
.content {max-width: 1180px; width: 100%; margin: 0 auto; padding: 40px 0;}
.content.home .col1 {width: 448px; margin-right: 34px;}
.content.home .col2 {width: 260px; margin-right: 58px;}
.content.home .col3 {width: 380px;}
.content .col1 {width: 240px; margin-right: 34px;}
.content .col2 {width: 560px; margin-right: 58px;}
.content .col3 {width: 288px;}
.content.wide .col2 {width: 906px; margin-right: 0;}
.content h1 {margin: 0 0 10px 0; line-height: 120%; color: #006830; font-weight: 700; font-size: 190%;}
.content h2 {margin: 0 0 10px 0; line-height: 120%; color: #666666; font-weight: 700; font-size: 140%;}
.content h3 {margin: 0 0 10px 0; line-height: 120%; color: #30800a; font-weight: 700; font-size: 120%;}
.content h4 {margin: 0 0 10px 0; line-height: 120%; color: #666666; font-weight: 700; font-size: 100%;}
.content p, .content li {line-height: 170%; font-size: 90%;}
.content li li, .content li p {font-size: 100%;}
.content .box {padding: 20px; border-radius: 10px; background: #ecf6e8; margin: 0 0 20px 0;}
.list-container {padding: 20px; border-radius: 10px; background: #ecf6e8; margin: 0 0 20px 0;}

.breadcrumb {padding: 0 0 20px 0;}
.breadcrumb p {font-size: 80%;}
.breadcrumb p a {color: #000000;}
.breadcrumb p span {color: #30800a;}

.searchresult h3 img {float: left; margin: 0 10px 0 0; border-radius: 0!important;}

.buttons .button a {padding: 20px; display: block; color: #2f2f2f; text-decoration: none; font-weight: 700; font-size: 100%; border-radius: 10px; background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(206, 206, 206, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1", endColorstr="#cecece", GradientType=0); margin: 0 0 10px 0;}
.buttons .button:hover a { background: linear-gradient(to bottom, rgba(206, 206, 206, 1) 0%, rgba(241, 241, 241, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cecece", endColorstr="#f1f1f1", GradientType=0);}
.buttons .button a span {float: right; color: #006830; font-size: 140%; margin-top: -4px;}

.title-wrap {background: #30800a; padding: 0 20px;}
.title {padding: 80px 0 50px 0; max-width: 1180px; width: 100%; margin: 0 auto; background: url(../images/banner-text.png) no-repeat top left;}
.title p {font-weight: 700; font-size: 300%; padding: 0; line-height: 120%; color: #ffffff;}

.partners {width: 102%; margin-left: -2%;}
.partners .partner {padding: 30px; width: 48%; margin: 0 0 2% 2%; box-sizing: border-box; background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(206, 206, 206, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1", endColorstr="#cecece", GradientType=0); border-radius: 10px; float: left; min-height: 282px;}
.partners .partner .left {width: 30%; margin-right: 5%;}
.partners .partner .right {width: 65%;}
.partners .partner .logo {width: 100%; background: #ffffff; padding: 20px; border-radius: 10px; box-sizing: border-box; text-align: center; margin: 0 0 20px 0;}
.partners .partner .logo img {max-width: 100%; width: auto; margin: 0 auto; display: inline-block;}
.partners .partner p.nopadding {padding: 0;}
.partners .partner a.viewwebsite {display: block; padding: 5px 10px; border-radius: 10px; color: #ffffff; text-decoration: none; font-weight: 700; background: #006830; text-align: center;}
.partners .partner h3 {font-size: 100%;}
.partners .partner p {font-size: 90%; line-height: 130%;}

.box p a {word-break: break-all;}

.products .section {margin: 0 0 30px 0; width: 100%; float: left; margin-bottom: 40px;}
.products .section h2 {font-size: 160%; background: #30800a; color: #ffffff; box-sizing: border-box; padding: 5px; border-radius: 6px; margin-bottom: 20px;}

.products .section h3.note {font-size: 120%; background: none; color: rgb(224, 44, 44); font-weight: 700;}

.products table {border-collapse: collapse;}
.products table th {text-align: left;}
.products table tr {border-top: 1px solid #000000; border-bottom: 1px solid #000000;}
.products table input {margin: 0;}
.products a.add, .basket a.delete, .basket a.proceedtocheckout {display: inline-block; padding: 5px 20px; border-radius: 5px; color: #ffffff!important; font-weight: 700!important; background: #30800a; float: right; text-decoration: none;}
.products table td.titlecolumn {width: 60%!important;}
.products table td.pricecolumn {width: 20%!important; text-align: center;}
.products table td.buttonscolumn {width: 20%!important;}

.news .newsstory {margin: 0 0 20px 0;}
.news .newsstory .image {float: left; width: 150px; margin-right: 20px;}
.news .newsstory .text {float: left; width: 736px;}
.news .newsstory p.newsdate {color: #bbbbbb;}
.news.homenews .newsstory .image {width: 70px;}
.news.homenews .newsstory .text {width: 170px;}
.news.homenews h2 {color: #2f2f2f; font-size: 180%; line-height: 110%; margin: 0 0 20px 0;}
.news.homenews h3 {color: #006830; font-size: 100%; line-height: 110%; margin: 0 0 20px 0;}
.news p a {color: #2f2f2f; text-decoration: none; font-weight: 500;}

.eventsfeed .date {width: 100%;}
.eventsfeed .date .month {border-radius: 5px 5px 0 0; padding: 5px; background: #006830; text-align: center;}
.eventsfeed .date .month p {text-transform: uppercase; color: #ffffff; font-weight: 700; padding: 0; line-height: 100%; font-size: 90%;}
.eventsfeed .date .day {border-radius: 0 0 5px 5px; padding: 30px 15px; background: #f2f2f2; text-align: center;}
.eventsfeed .date .day p {text-transform: uppercase; color: #000000; font-weight: 700; padding: 0; line-height: 100%; font-size: 200%;}

.news-archive-search, .search-controller {padding: 20px; background: #f2f2f2; border-radius: 10px; margin: 0 0 20px 0;}
.search-controller {padding: 20px 20px 10px 20px;}
.news-archive-search p {padding: 0;}
.news-archive-search input[type="submit"] {width: 100%; font-weight: 700;}

.search-controller form {margin-bottom: 0;}
.search-controller .col1, .search-controller .col2, .search-controller .col3, .search-controller .col4 {float: left; width: 30%!important; padding: 0 2% 0 0!important; box-sizing: border-box; margin-right: 0!important;}
.search-controller .col4 {width: 10%!important; padding: 0!important;}
.search-controller label {float: left; width: 35%!important; padding: 0 5% 0 0!important; box-sizing: border-box; margin-right: 0!important; font-size: 80%;}
.search-controller input, .search-controller select {float: left; width: 65%!important; margin: 0!important; font-size: 80%;}
.search-controller input[type="submit"] {width: 100%!important;}
.search-controller p {padding: 0; font-size: 80%; padding-top: 5px;}

.map-container .buttons {border-bottom: 1px solid #006830; margin: 0 0 10px 0;}
.map-container .buttons a {float: left; display: inline-block; color: #ffffff!important; font-weight: 700!important; text-decoration: none; background: #006830; padding: 10px 30px; border-radius: 10px 10px 0 0; margin: 0 2px 0 0; cursor: pointer;}
.map-container .buttons a.active, .map-container .buttons a:hover {background: #30800a;}
.map-container #map {margin: 0 0 10px 0;}

.basket .product {padding: 20px; background: #f3f3f3; margin: 0 0 20px 0;}
.basket .bottomofbasket .col1 {float: left; width: 48%; margin: 0!important;}
.basket .bottomofbasket .col2 {float: right; width: 48%; margin: 0!important;}
.basket hr {margin: 10px auto 20px auto;}
.basket .product .col1 {float: left; width: 66%; margin: 0!important; padding: 0 20px 0 0; box-sizing: border-box;}
.basket .product .col2, .basket .product .col3 {float: left; width: 20%; margin: 0!important; padding: 0 20px 0 0; box-sizing: border-box;}
.basket .product .col3 {float: right;}
.basket .product h4 {color: #006830;}
.basket .quantity {margin: 0 0 20px 0;}
.basket .quantity a.minus1 {float: left; width: 20%; display: inline-block; margin-right: 5%; height: 30px; text-align: center; line-height: 30px; border-radius: 5px; background: #30800a; color: #ffffff; font-weight: 700; text-decoration: none;}
.basket .quantity input {float: left; width: 50%; display: inline-block; margin-right: 5%; margin-top: 0; margin-bottom: 0;}
.basket .quantity a.plus1 {float: left; width: 20%; display: inline-block; height: 30px; text-align: center; line-height: 30px; border-radius: 5px; background: #30800a; color: #ffffff; font-weight: 700; text-decoration: none;}
.basket h2 {float: right;}

.basketpopup {padding: 10px 20px!important; border-radius: 5px!important; -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.5)!important; -moz-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.5)!important; box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.5)!important;}
.basketpopup a {display: inline-block; padding: 5px 20px; border-radius: 5px; color: #ffffff!important; font-weight: 700!important; background: #30800a; text-decoration: none;}

.footer-wrap {padding: 0 20px; background: #f3f3f3;}
.footer {max-width: 1180px; width: 100%; margin: 0 auto; padding: 50px 0;}
.footer .left {width: 782px;}
.footer .right {width: 357px; float: right;}
.footer .images {margin-left: -42px;}
.footer .images .image {float: left; width: 163px; margin: 0 0 0 42px; border-radius: 50%; overflow: hidden;}

.socialfeeds .tabs {border-radius: 10px 10px 0 0; overflow: hidden;}
.socialfeeds .tabs a {display: inline-block; float: left; padding: 10px 20px; color: #ffffff; text-decoration: none; text-align: center; width: 50%; box-sizing: border-box; background: #006830; font-weight: 700;}
.socialfeeds .tabs a.twitterbutton {border-right: 1px solid #ffffff;}
.socialfeeds .twitter, .socialfeeds .facebook {padding: 20px; background: #ffffff; border-radius: 0 0 10px 10px;}
.socialfeeds .facebook {display: none;}
.socialfeeds .tabs a.active, .socialfeeds .tabs a:hover {background: #30800a;}

.quicklinks h3 {font-size: 100%; font-weight: 700; color: #006830; margin: 0 0 10px 0;}
.quicklinks ul {margin: 0;}
.quicklinks li {list-style: none; font-weight: 700; font-size: 90%; margin: 0 0 7px 0;}
.quicklinks li a {text-decoration: none; color: #000000;}
.quicklinks li a i {color: #006830;}

.accreditations-wrap {padding: 0 20px; background: #ffffff;}
.accreditations {max-width: 1180px; width: 100%; margin: 0 auto; padding: 30px 0;}
.accreditations .left {float: left; width: 698px;}
.accreditations .right {float: right; width: 381px;}
/* .accreditations .right a {display: block; padding: 10px 20px; border-radius: 10px; color: #fff; font-weight: 700; text-decoration: none; background: #00a2f5; margin: 0 0 5px 0;}
.accreditations .right a.facebookbutton {background: #3b5998;}
.accreditations .right a i {float: right;} */
.accreditations .left ul {width: 100%; display: table; margin: 10px 0 0 0;}
.accreditations .left li {list-style: none; display: table-cell; padding: 0 20px; text-align: center; vertical-align: middle;}
.accreditations .left li img {max-height: 70px;}
.accreditations img {border-radius: 0;}

.bottom-footer-wrap {padding: 0 20px;}
.bottom-footer {max-width: 1180px; width: 100%; margin: 0 auto; padding: 20px 0;}
.bottom-footer .left {width: 782px;}
.bottom-footer .right {width: 357px; float: right; text-align: right;}
.bottom-footer p {font-size: 90%; color: #ffffff; padding: 0;}
.bottom-footer p a {color: #ffffff; text-decoration: none;}

.inpagegallery img {width: 100%; border-radius: 10px 10px 0 0;}
.inpagegallery .name {padding: 10px; background: #30800a; border-radius: 0 0 10px 10px;}
.inpagegallery h3 {color: #ffffff!important; margin: 0!important; font-size: 100%;}
.inpagegallery h4 {padding: 0; font-size: 80%!important; margin: 0; color: #ffee00!important;}

.mobile-header-wrap {display: none;}
.subtotal {float: right; width: 100%; text-align: right;}
a.update.seecmsshopbasketupdate {display: inline-block; padding: 5px 20px; border-radius: 5px; color: #ffffff!important; font-weight: 700!important; background: #30800a; float: right; text-decoration: none;}
div#map {width: 100%; height: 480px;}

.search-controller form {width: 100%; height: auto; float: left; margin-bottom: 8px; margin-top: 10px;}
.search-controller form input[type="text"] {width: 45%; float: left; box-sizing: border-box; margin: 0; padding: 5px; margin-right: 1%;}
.search-controller form label {width: 7%; float: left; min-height: 30px; line-height: 30px;}
.search-controller form select {width: 29%; float: left; box-sizing: border-box; padding: 0; margin: 0; margin-right: 1%;}
.search-controller form input[type="submit"] {width: 10%; float: left; font-weight: 700; text-transform: uppercase;}

.teammembers {width: 102%; margin-left: -2%;}
.teammembers .team {float: left; width: 18%; margin: 0 0 2% 2%;}
.teammembers .team .image {margin: 0 0 10px 0;}
.teammembers .team .image img {width: 100%; border-radius: 50%; overflow: hidden;}

.course-search-wrap {padding: 0 20px; background: #30800a;}
.course-search {max-width: 1180px; width: 100%; margin: 0 auto; padding: 40px 0; background: url(../images/banner-text.png) no-repeat top left;}
.course-search .col1, .course-search .col2, .course-search .col3, .course-search .col4 {float: left; width: 30%!important; padding: 0 2% 0 0!important; box-sizing: border-box; margin-right: 0!important;}
.course-search .col4 {width: 10%!important; padding: 0!important;}
.course-search label {float: left; width: 32%!important; padding: 0 5% 0 0!important; box-sizing: border-box; margin-right: 0!important; font-size: 100%; line-height: 30px; color: #ffffff; font-weight: 700;}
.course-search input, .course-search select {float: left; width: 68%!important; margin: 0!important; font-size: 90%; border-color: #ffffff;}
.course-search input[type="submit"] {width: 100%!important; font-weight: 700; text-transform: uppercase;}
.course-search p {padding: 10px 0 0 0; color: #ffffff; font-weight: 700;}
.course-search h3 {color: #ffffff; font-weight: 700; font-size: 150%; margin: 0 0 20px 0; line-height: 110%;}
.course-search form {margin-top: 10px;}

.search-controller input.disable {background: #9e9e9e; cursor: initial!important;}
.search-controller .warning {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75);
  position: absolute;
  top: -95px;
  left: 0;
}
.search-controller .warning p {padding: 0!important;}

#postcodelookup {box-sizing: border-box; padding: 5px; color: #ffffff; background: #30800a; margin-bottom: 12px; display: block; float: left; margin-right: 4px;}
#postcodelookupskip {box-sizing: border-box; padding: 5px; color: #ffffff; background: #30800a; margin-bottom: 12px; display: block; float: left;}

.trainingproviders {background: #ecf6e8; padding: 20px; margin: 0 0 20px 0; border-radius: 10px;}
.trainingproviders ul {background: none!important; padding: 0!important;}
.trainingproviders ul ul {margin: 0 0 20px 0!important;}
.trainingproviders li:hover li a {color: #000000!important;}
.trainingproviders li li.selected a {color: #30800a!important;}

.trainingprovider .topintro h1 {margin: 0;}
.trainingprovider .topintro img {border-radius: 0!important;}
.trainingprovider .topintro .image {width: 150px; margin-right: 30px; min-height: 5px; float: left;}
.trainingprovider .topintro .text {width: 380px; float: left;}
.trainingprovider table {margin: 0 0 20px 0;}
.trainingprovider table td {padding: 15px; background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(206, 206, 206, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1", endColorstr="#cecece", GradientType=0); border-radius: 5px; vertical-align: top!important; text-align: left!important;}
.trainingprovider table td p {font-size: 100%; padding: 0 0 10px 0; line-height: 140%;}

.hidden {display: none;}

a.loadmore {width: 100%; padding: 10px 20px; display: block; box-sizing: border-box; color: #ffffff; font-weight: 700; text-align: center; background: #006830; border-radius: 5px; text-decoration: none;}

.search-lists .col1, .search-lists .col2, .search-lists .col3 {position: relative;}

.basketpopup {background: #ffffff; display: none;}

@media (max-width: 1260px){
  .header .col1 {width: 12%; margin-right: 3%;}
  .header .col2 {width: 65%; margin-right: 3%; padding-top: 4%;}
  .header .col3 {width: 16%;}
  .header a.logo {height: 0; padding-bottom: 99%;}

  .content .col1 {width: 21%; margin-right: 3%;}
  .content .col2 {width: 47%; margin-right: 5%;}
  .content .col3 {width: 24%;}
  .content.wide .col2 {width: 76%; margin-right: 0;}
  .content.home .col1 {width: 38%; margin-right: 3%;}
  .content.home .col2 {width: 22%; margin-right: 5%;}
  .content.home .col3 {width: 32%;}

  .partners .partner .left {width: 17%; margin-right: 3%;}
  .partners .partner .right {width: 80%;}

  .news .newsstory .image, .news.homenews .newsstory .image {width: 16%; margin-right: 2%;}
  .news .newsstory .text, .news.homenews .newsstory .text {width: 82%;}

  .footer .left {width: 66%;}
  .footer .right {width: 30%;}
  .footer .images {margin-left: -5%; width: 105%;}
  .footer .images .image {width: 20%; margin: 0 0 0 5%;}

  .accreditations .left {width: 59%;}
  .accreditations .right {width: 32%;}

  .trainingprovider .topintro .image {width: 25%; margin-right: 5%;}
  .trainingprovider .topintro .text {width: 70%;}

  .bottom-footer .left {width: 66%;}
  .bottom-footer .right {width: 30%;}
}

@media (max-width: 1024px){
  .nav li a {font-size: 70%;}
  .header a.viewshop {font-size: 80%;}
  .header .search {margin-top: 33px;}
}

@media (max-width: 667px){
  .header-wrap {display: none;}

  .mobile-header-wrap {display: block; position: relative; width: 100%; box-sizing: border-box;}
  .mobile-header-wrap a.viewshop {background: #666666; display: block; padding: 10px 20px; text-transform: uppercase; color: #ffffff; font-weight: 700; font-size: 80%; border-radius: 0; text-decoration: none; text-align: center;}
  .mobile-header-wrap a.telbutton {background: #000000; display: block; padding: 10px 20px; text-transform: uppercase; color: #ffffff; font-weight: 700; font-size: 70%; border-radius: 0; text-decoration: none; text-align: right;}
  .mobile-header-wrap a.telbutton span {color: #ffee00;}
  .mobile-header {background: #ffffff; padding: 0 20px;}
  .mobile-header .left {float: left; width: 100px; position: relative; min-height: 70px;}
  .mobile-header .right {float: right;}
  .mobile-header a.logo {width: 100%; display: block; height: 100px; background: url(../images/logo.png), #ffffff; background-repeat: no-repeat; background-position: 0 0; background-size: 100%; position: absolute; top: 0; left: 0; z-index: 99; -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75); -moz-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75); box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75); border-radius: 0 0 5px 5px;}

  .content .col1 {width: 100%; margin-right: 0%;}
  .content .col2 {width: 100%; margin-right: 0%;}
  .content .col3 {width: 100%;}
  .content.wide .col2 {width: 100%;}
  .content.home .col1 {width: 100%; margin-right: 0%;}
  .content.home .col2 {width: 100%; margin-right: 0%;}
  .content.home .col3 {width: 100%;}
  .content li, .content p, label, table th, table td, .footer li, .bottom-footer p, .accreditations .right a {font-size: 80%;}

  .basket .product .col1, .basket .product .col2, .basket .product .col3 {width: 100%; margin: 0;}

  .banners {background: #ffffff;}
  .banners .banner .image {float: none; width: 100%;}
  .banners .banner .text {position: static; height: auto; width: 100%; background: #30800a;}
  .banners .banner .text .inner {padding: 30px;}
  .banners .banner .text h3 {font-size: 180%;}
  .banners .banner .text p {font-size: 110%;}
  .banners .slick-dots {display: none!important;}

  .breadcrumb {padding: 0;}
  .breadcrumb p {font-size: 70%;}

  .trainingprovider .topintro .image {width: 100%; margin-right: 0%;}
  .trainingprovider .topintro .text {width: 100%;}

  .buttons .button a {font-size: 80%;}

  .title-wrap {padding: 0;}
  .title {padding: 30px 20px; box-sizing: border-box;}
  .title p {font-size: 200%;}

  .partners .partner .left {width: 100%; margin-right: 0%; margin: 0 0 20px 0;}
  .partners .partner .right {width: 100%;}

  .footer {padding: 30px 0;}
  .footer .left {width: 100%; display: none;}
  .footer .right {width: 100%;}

  .accreditations .left {width: 100%; margin-bottom: 20px;}
  .accreditations .right {width: 100%;}
  .accreditations li {padding: 0 5px;}

  .bottom-footer .left {width: 100%;}
  .bottom-footer .right {width: 100%; text-align: left;}

  .socialfeeds p, .socialfeeds .tabs a {font-size: 80%;}

  .course-search .col1, .course-search .col2, .course-search .col3, .course-search .col4 {width: 100%!important; padding: 0!important; margin: 0 0 10px 0;}
  .course-search label, .course-search input, .course-search select {width: 100%!important;}
  .course-search .col4 {width: 100%!important; padding: 0!important;}
  .course-search label {padding: 0; line-height: 100%; margin: 0 0 5px 0; font-size: 80%;}
  .course-search p {font-size: 80%;}
  .course-search h3 {font-size: 110%;}

  .search-lists .col1, .search-lists .col2, .search-lists .col3, .search-lists .col1, .search-lists .col2, .search-lists .col3, .search-controller .col4 {position: relative; width: 100%!important; margin: 0 0 10px 0!important; padding: 0!important;}
  .search-controller .warning {position: static; margin: 10px 0 0 0;}
}

@media (max-width: 400px){
  .news .newsstory .image {width: 100%; margin-right: 0%; margin-bottom: 10px;}
  .news .newsstory .image img {width: 100%;}
  .news .newsstory .text {width: 100%;}
  .news.homenews .newsstory .image {width: 30%; margin-right: 3%;}
  .news.homenews .newsstory .text {width: 67%;}

  .teammembers .team {width: 98%;}
}
