label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.bg-slider-sect {
  width: 20%;
  height: 100vh;
  background-color: #8aa4b6;
}

.nav-sect {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 80px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8) 35%, transparent);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8) 35%, transparent);
}

.footer-sect {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 60px 0px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: rgba(64, 111, 38, .2);
}

.hp-cols {
  height: 100vh;
  padding: 0px;
  float: left;
}

.hp-cols._80 {
  width: 80%;
  float: left;
}

.hp-cols.cta {
  width: 20%;
}

.hp-slider {
  z-index: 1;
  height: 100vh;
}

.sl1 {
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('../images/biz.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('../images/biz.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-arrow {
  width: 60px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0.65;
}

.slide-arrow:hover {
  opacity: 1;
  color: #333;
}

.nav-bar {
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
}

.hp-nav-wrapper {
  height: 80px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #038f04;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-right: 0px;
  padding: 0px 20px 0px 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.home-icon {
  margin-top: -8px;
  margin-right: 20px;
  color: #fff;
}

.hp-nav-link {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 15px;
  padding-top: 0px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.hp-nav-link:hover {
  padding-bottom: 3px;
  border-bottom: 1px solid #1a0a5e;
  color: #1a0a5e;
}

.hp-nav-link:active {
  color: #1a0a5e;
}

.hp-nav-link:focus {
  color: #1a0a5e;
}

.hp-nav-link.text {
  color: #fff;
}

.sub-nav-wrapper {
  display: inline-block;
  margin-top: 25px;
  margin-right: 30px;
  padding-top: 5px;
}

.social-wrapper {
  display: inline-block;
  margin-right: 20px;
  padding-top: 20px;
  float: right;
}

.social-icons {
  margin-right: 15px;
  padding-top: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.social-icons.top {
  margin-right: 6px;
  padding-top: 7px;
}

.social-icons.fter {
  width: 20px;
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 15px;
}

.search-wrapper {
  display: inline;
  padding-top: 20px;
  float: right;
}

.search-box {
  display: inline-block;
  width: 20%;
  height: 30px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  border-radius: 30px;
}

.search-box:hover {
  width: 30%;
}

.search-box:focus {
  width: 60%;
}

.search-box.onpage {
  margin-top: 0px;
  float: none;
}

.submit-text {
  padding-top: 11px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.submit-text.onpagebut {
  margin-right: 15px;
  float: none;
  color: #406f26;
}

.s-col {
  padding-right: 0px;
  padding-left: 0px;
}

.wecome-text {
  margin-bottom: 6px;
  font-family: Bitter, serif;
  font-size: 23px;
}

.eccb-text {
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 45px;
  line-height: 45px;
}

.yellow-divider {
  display: inline-block;
  width: 50px;
  height: 6px;
  margin-bottom: 20px;
  background-color: #f5da08;
}

.contact-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-data {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.hp-ft-col {
  display: block;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-side-cta {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: block;
  width: 450px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: transparent;
  background-image: -webkit-linear-gradient(180deg, transparent, hsla(0, 0%, 100%, .8) 90%, hsla(0, 0%, 100%, 0) 99%);
  background-image: linear-gradient(270deg, transparent, hsla(0, 0%, 100%, .8) 90%, hsla(0, 0%, 100%, 0) 99%);
  cursor: pointer;
}

.right-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta-button-wrapper {
  width: 35px;
  margin-bottom: 25px;
  padding-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.cta-stack {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #81b0cf;
}

.cta-open-close {
  padding: 5px;
  color: #038f04;
  font-size: 24px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
  cursor: pointer;
}

.cta1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33.333%;
}

.cta1.news {
  background-color: #1f4ab1;
}

.cta1.events {
  background-color: #fff;
}

.cta1.video {
  background-color: #a0c7ee;
}

.side-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.open-close-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .1), hsla(0, 0%, 100%, .7) 7%, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .1), hsla(0, 0%, 100%, .7) 7%, hsla(0, 0%, 100%, 0));
  text-align: center;
  cursor: pointer;
}

.open-close-div:hover {
  background-color: transparent;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .1), hsla(0, 0%, 100%, .7) 7%, hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .1), hsla(0, 0%, 100%, .7) 7%, hsla(0, 0%, 100%, .5));
}

.slideout {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 25;
  display: block;
  width: 450px;
}

._100vh-col {
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
}

._33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  float: none;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #038f04;
}

._33.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #05209c;
}

._33.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

._33.gold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2c600;
}

.sl2 {
  background-color: #05209c;
  background-image: url('../images/eccbbg-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sl3 {
  background-image: url('../images/eccbbg-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow {
  display: inline-block;
  margin-right: 10px;
  color: #05209c;
}

.dd-sect {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: block;
  overflow: hidden;
  height: 0px;
  margin-top: 94px;
  padding: 0px;
  border-bottom: 1px solid rgba(51, 51, 51, .2);
  background-color: #fff;
}

.dd-list-item {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.news-text {
  color: #fff;
}

.currency {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9;
  display: block;
  width: 93%;
  height: 40px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-right-radius: 15px;
  background-color: #333;
  text-align: right;
}

._80 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 0px;
  float: none;
  text-align: center;
}

.rates {
  display: inline-block;
  margin-right: 15px;
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .8);
  font-size: 13px;
  text-align: right;
}

.cta-sect {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.latest-wrapper {
  width: 90%;
  height: auto;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .4);
  background-image: url('../images/dollarbill.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-ele {
  background-color: rgba(5, 32, 156, .8);
}

.cal-ele {
  background-color: hsla(0, 0%, 100%, .8);
}

.vid {
  background-color: rgba(3, 143, 4, .8);
}

.rats {
  background-color: rgba(245, 218, 8, .8);
}

.slide-info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 700px;
  height: 230px;
  margin-bottom: 125px;
  margin-left: 0px;
  padding: 17px 17px 17px 135px;
  background-color: rgba(3, 143, 4, .8);
}

.news-date {
  display: inline-block;
  margin-right: 17px;
  margin-bottom: 5px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
}

.news-sub-title {
  margin-bottom: 10px;
  float: none;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.news-data {
  margin-bottom: 20px;
  clear: left;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .7);
  font-size: 13px;
  font-weight: 400;
}

.news-title {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #f5da08;
  font-size: 30px;
  font-weight: 600;
}

.news-link {
  color: #f5da08;
  text-decoration: none;
}

._1-sect {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  height: 240px;
  background-image: -webkit-linear-gradient(270deg, rgba(64, 111, 38, .8), hsla(0, 0%, 100%, 0)), url('../images/bg-with-flags-small.jpg');
  background-image: linear-gradient(180deg, rgba(64, 111, 38, .8), hsla(0, 0%, 100%, 0)), url('../images/bg-with-flags-small.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._2-sect {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 7px;
  margin-top: 0px;
  background-color: #fff;
  background-image: url('../images/colour-dash.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

._3-sect {
  margin-top: 247px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 96%, .8), hsla(0, 0%, 96%, .8)), url('../images/cash-blur.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96%, .8), hsla(0, 0%, 96%, .8)), url('../images/cash-blur.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  opacity: 1;
}

._3-sect.new-header {
  margin-top: 95px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 14px;
}

._3-sect.new-header:hover {
  color: #422d2d;
}

.top-nav-wrapper {
  text-align: right;
}

.icon-search {
  height: 40px;
  padding-top: 0px;
}

.nav-wrapper {
  padding-top: 0px;
  float: right;
}

.logo-sect {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: block;
}

.slider {
  height: 357px;
  background-color: transparent;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}

.f-arrow {
  right: 0px;
  bottom: 0px;
  width: 40px;
  height: 30px;
  margin-top: 303px;
  margin-right: 46px;
  margin-bottom: 0px;
  background-color: #fff;
  color: #05209c;
  font-size: 15px;
  font-weight: 700;
}

.f-arrow:hover {
  background-color: hsla(0, 0%, 100%, .5);
}

.r-arrow {
  right: 0px;
  bottom: 0px;
  width: 40px;
  height: 30px;
  margin-top: 303px;
  margin-right: 5px;
  padding-top: 0px;
  background-color: #fff;
  color: #05209c;
  font-size: 15px;
  font-weight: 700;
}

.r-arrow:hover {
  background-color: hsla(0, 0%, 100%, .5);
}

.conversions {
  height: 40px;
  background-color: #05209c;
}

.cons {
  margin-right: -30px;
  margin-bottom: 60px;
  margin-left: -30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #05209c;
  font-family: 'Open Sans', sans-serif;
  color: #f5da08;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.call-action-sect {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(153, 165, 224, .92), rgba(153, 165, 224, .92)), url('../images/Crystal_07.png');
  background-image: linear-gradient(180deg, rgba(153, 165, 224, .92), rgba(153, 165, 224, .92)), url('../images/Crystal_07.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.cta-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #05209c;
  background-image: -webkit-linear-gradient(270deg, rgba(5, 32, 156, .4), rgba(5, 32, 156, .4)), url('../images/stats.jpg');
  background-image: linear-gradient(180deg, rgba(5, 32, 156, .4), rgba(5, 32, 156, .4)), url('../images/stats.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 300px;
  cursor: pointer;
}

.cta-boxes:hover {
  background-color: rgba(51, 51, 51, .7);
}

.cta-boxes.events {
  background-color: #406f26;
  background-image: -webkit-linear-gradient(270deg, rgba(64, 111, 38, .4), rgba(64, 111, 38, .4)), url('../images/news.jpg');
  background-image: linear-gradient(180deg, rgba(64, 111, 38, .4), rgba(64, 111, 38, .4)), url('../images/news.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cta-boxes.events:hover {
  background-color: rgba(51, 51, 51, .7);
}

.cta-boxes.team {
  background-color: #f5da08;
  background-image: url('../images/Hand-shake-620x480.jpg'), -webkit-linear-gradient(270deg, rgba(245, 218, 8, .4), rgba(245, 218, 8, .4));
  background-image: url('../images/Hand-shake-620x480.jpg'), linear-gradient(180deg, rgba(245, 218, 8, .4), rgba(245, 218, 8, .4));
  background-position: 50% 98%, 0px 0px;
  background-size: cover, auto;
}

.cta-boxes.team:hover {
  background-color: rgba(51, 51, 51, .7);
}

.cta-boxes.other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #406f26;
  background-image: none;
  background-position: 0px 0px;
  opacity: 1;
  text-align: center;
}

.cta-links {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #05209c;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.cta-links.whitee {
  color: #fff;
}

.cta-title {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.dd-wrapper {
  overflow: hidden;
  margin-top: 59px;
  margin-bottom: 30px;
}

.event-sect {
  padding-top: 60px;
  padding-bottom: 60px;
}

.h3 {
  margin-top: 0px;
  font-family: Bitter, serif;
  color: #05209c;
  font-size: 30px;
  font-weight: 400;
}

.events-sub-title {
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, .7);
}

.divider {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.divider.dotted {
  border-bottom-style: dotted;
}

.event-date {
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, .7);
  font-size: 15px;
  font-weight: 400;
}

.event-title {
  font-family: 'Open Sans', sans-serif;
  color: #05209c;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.event-title:hover {
  color: #038f04;
}

.event-list-wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
}

.ft-title {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #05209c;
  font-weight: 600;
}

.ft-content {
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, .8);
  line-height: 21px;
}

.in-link {
  color: #406f26;
  font-weight: 600;
  text-decoration: none;
}

.ft-logo {
  display: block;
  margin-top: 20px;
}

.form-buttom {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #406f26;
  text-transform: uppercase;
}

.form-item {
  border: 1px solid #d1d6db;
  background-color: hsla(0, 0%, 100%, .6);
}

.ft-dash-sect {
  height: 7px;
  background-image: url('../images/new-colour-dash.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ft {
  height: 50px;
  background-color: #406f26;
}

.copyright {
  padding-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
}

.emagine {
  padding-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .25);
  font-size: 12px;
  text-align: right;
}

.top-colour-bar {
  height: 7px;
  background-color: #fff;
  background-image: url('../images/new-colour-dash.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.name {
  display: inline-block;
  padding-top: 10px;
  color: #fff;
}

.body-con {
  margin-top: 10px;
  padding: 30px 20px 20px;
  border-style: none;
  border-width: 2px;
  border-color: rgba(51, 51, 51, .1);
  background-color: #fff;
}

.body-con.rates-sect {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
}

.body-con.countdown {
  padding: 25px;
  background-color: #f5da08;
}

.promo-row {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none rgba(64, 111, 38, .3);
}

.siteplan {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.siteplan-text {
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.sp-text {
  font-weight: 700;
}

.scroll {
  height: 80px;
  background-color: #05209c;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
}

.flags {
  height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: transparent;
  background-image: url('../images/u-flags.jpg');
  background-position: 100% 0px;
  background-size: 300px;
  background-repeat: no-repeat;
  opacity: 1;
}

.flags._80-wide {
  height: 100px;
  margin-bottom: 0px;
  background-size: 80%;
}

.video-sect {
  padding-top: 60px;
  padding-bottom: 60px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.eccb-connects {
  margin-bottom: 20px;
}

.para {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.para._404-para {
  margin-bottom: 60px;
  text-align: center;
}

.vid-link {
  padding-bottom: 3px;
  border-bottom: 1px dotted #406f26;
  color: #406f26;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.rates-wrapper {
  margin-bottom: 40px;
}

.rate-title {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: 600;
  text-transform: none;
}

.rate-title.rt-list {
  padding-top: 0px;
  padding-bottom: 20px;
}

.percentage {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: right;
}

.percentage.right-new {
  text-align: left;
}

.rate-header {
  min-height: 85px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgba(64, 111, 38, .5);
  font-family: 'Open Sans', sans-serif;
  color: #05209c;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, .3);
}

.rate-list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
}

.cal-list {
  overflow: scroll;
  height: 288px;
  min-height: 280px;
}

.date {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.ft-link {
  padding-bottom: 3px;
  border-bottom: 1px dotted #fff;
  color: #fff;
  text-decoration: none;
}

.s-col-2 {
  display: block;
  /*slider fix*/
  /*min-height: 410px;*/
  margin-right: 0px;
  padding: 30px;
  background-color: #fff;
}

.sl-sub {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}

.sl-title {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #05209c;
  font-size: 33px;
  line-height: 36px;
  font-weight: 400;
  text-transform: capitalize;
}

.sl-title.internal-tiles {
  margin-bottom: 30px;
}

.sl-title._404 {
  text-align: center;
}

.sl-title.propage {
  display: inline-block;
}

.sl-para {
  margin-bottom: -3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.sl-row {
  margin-right: 0px;
  margin-left: 0px;
}

.s-col-1 {
  min-height: 350px;
  padding-right: 0px;
  padding-left: 0px;
}

.sl-pic-wrapper {
  min-height: 300px;
  margin-left: 0px;
  padding-left: 0px;
  background-color: #406f26;
  background-image: url('../images/DSC_1303.JPG');
  background-position: 0px 0px;
  background-size: cover;
}

.sl-pic-wrapper.no1 {
  min-height: 410px;
  background-image: url('../images/meeting-chairs.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sl-pic-wrapper.no2 {
  min-height: 410px;
  background-image: url('../images/meeting.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sl-pic-wrapper.no3 {
  background-image: url('../images/SKDV-Building.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col {
  padding-right: 0px;
  padding-left: 6px;
}

.slide-wrapper {
  overflow: visible;
}

.new-hp-slider {
  box-shadow: 0 0 6px 0 rgba(64, 111, 38, .3);
}

.slide-1 {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
}

.icon-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.tx-block {
  position: relative;
  display: block;
  width: 150px;
  margin-top: -35px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) #1a0a5e;
  background-color: #fff;
  text-align: center;
}

.lightbox {
  padding-top: 32px;
  opacity: 1;
}

._80percent {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(64, 111, 38, .1);
}

.heading {
  min-height: 50px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Bitter, serif;
  color: #406f26;
  font-size: 18px;
  font-weight: 400;
}

.section {
  border-bottom: 1px solid #fff;
}

.div-block {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.text-block {
  margin-bottom: 6px;
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 11px;
  letter-spacing: 1px;
}

.slider-2 {
  height: 350px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-2 {
  height: 350px;
}

.slider-3 {
  height: auto;
  min-height: none;
}

.no3 {
  height: 410px;
  background-image: url('../images/meeting.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav {
  padding-top: 15px;
  padding-right: 15px;
  text-align: right;
}

.column {
  text-align: right;
}

._90 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.rate-col {
  padding-right: 25px;
  padding-left: 25px;
}

.rate-col.withscroll {
  overflow: visible;
  min-height: 470px;
  border-right: 1px dotted rgba(0, 0, 0, .1);
  border-left: 1px none rgba(0, 0, 0, .1);
}

.div-block-2 {
  display: block;
}

.flag-wrapper {
  display: inline-block;
  width: 12.5%;
  padding-right: 1px;
  padding-left: 1px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-2 {
  float: none;
}

.cal-sub-title {
  height: 55px;
  margin-bottom: 30px;
  font-family: 'Droid Serif', serif;
  color: #05209c;
  font-size: 19px;
  font-weight: 700;
}

.cal-wrapper {
  height: auto;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 111, 38, .1);
  background-color: hsla(98, 29%, 83%, .2);
}

.nav-option {
  height: 95px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 3px none transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(64, 111, 38, .6), rgba(64, 111, 38, .6)), url('../images/green-abstract.jpg');
  background-image: linear-gradient(180deg, rgba(64, 111, 38, .6), rgba(64, 111, 38, .6)), url('../images/green-abstract.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-3 {
  overflow: scroll;
  height: 350px;
}

.rate-list-wrapper {
  overflow: scroll;
  max-height: 330px;
  padding-right: 5px;
  padding-left: 5px;
}

.rate-list-wrapper.sr-list {
  overflow: scroll;
  max-height: 330px;
  min-height: none;
  padding-right: 5px;
  padding-left: 5px;
}

.column-2 {
  min-height: 280px;
}

.column-3 {
  position: relative;
  overflow: scroll;
  height: 288px;
  min-height: 288px;
}

.div-block-5 {
  height: 20px;
  margin-top: 0px;
  float: right;
}

.rt-link {
  display: inline-block;
  padding-bottom: 3px;
  border: 1px none #333;
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-weight: 600;
  text-decoration: none;
}

.rt-link:hover {
  color: #1a0a5e;
}

.unordered-list {
  margin-top: 10px;
}

.text-block-2 {
  display: inline-block;
  margin-right: 10px;
}

.inpage-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
}

.column-4 {
  height: 50px;
}

.image-3 {
  padding-top: 0px;
}

.ft-col-right {
  text-align: right;
}

.column-5 {
  padding-left: 0px;
}

.col-wrapper {
  overflow: visible;
  min-height: 500px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .13) rgba(0, 0, 0, .13) rgba(0, 0, 0, .2) rgba(0, 0, 0, .2);
  background-color: hsla(98, 29%, 83%, .85);
  box-shadow: -6px 6px 6px 0 rgba(0, 0, 0, .18);
}

.col-wrapper.linkset {
  min-height: 500px;
  padding-top: 10px;
}

.dd-sect-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  overflow: hidden;
  height: 0px;
  margin-top: 94px;
  background-color: #fff;
}

.dd-sect-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  overflow: hidden;
  height: 0px;
  margin-top: 94px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  background-color: #fff;
}

._80-internal {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.side-pan-title {
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #05209c;
  font-size: 16px;
  font-weight: 700;
}

.side-main-link {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, .1);
  font-family: Merriweather, serif;
  color: #000;
  text-decoration: none;
}

.side-main-link:hover {
  padding-left: 5px;
  color: #1a0a5e;
}

.side-main-link.w--current {
  padding-left: 5px;
  border-style: none none solid;
  color: #1a0a5e;
  font-style: normal;
  font-weight: 700;
}

.side-sub-link {
  padding-left: 10px;
  font-family: Merriweather, serif;
  font-weight: 300;
}

.list-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
  font-family: Merriweather, serif;
  color: #333;
  font-weight: 300;
  text-decoration: none;
}

.list-link:hover {
  padding-left: 15px;
  color: #1a0a5e;
}

.text-block-3 {
  color: #000;
  text-decoration: none;
}

.text-block-4 {
  color: #110505;
  text-decoration: none;
}

.main-copy {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 25px;
  -webkit-column-count: 1;
  column-count: 1;
}

.main-copy._2-col {
  -webkit-column-count: 2;
  column-count: 2;
}

.link {
  display: block;
}

.side-bar-sub-link {
  display: block;
  margin-bottom: 9px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #333;
  font-weight: 300;
  text-decoration: none;
}

.side-bar-sub-link:hover {
  padding-left: 15px;
  color: #1a0a5e;
  font-weight: 400;
}

.form-col {
  padding: 6px;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(26, 10, 94, .5);
  font-family: Merriweather, serif;
  color: #000;
  font-size: 12px;
}

.text-field:focus {
  border-style: solid;
  border-color: rgba(5, 32, 156, .1);
  background-color: hsla(0, 0%, 96%, .3);
}

.text-field.comments {
  height: 180px;
}

.form-label {
  font-family: Merriweather, serif;
  color: #05209c;
  letter-spacing: 1px;
}

.form-label.indented {
  margin-left: 10px;
}

.form-label.lac {
  color: #333;
}

.side-content {
  font-family: Merriweather, serif;
  color: #333;
}

.in-text {
  padding-bottom: 3px;
  border-style: none none dotted;
  border-width: 1px;
  border-color: #000 #000 #05209c;
  color: #05209c;
  text-decoration: none;
}

.in-text:hover {
  border-bottom-color: #406f26;
  color: #406f26;
}

.address-row {
  margin-bottom: 40px;
}

.prifile-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.data-wrapper {
  width: 90%;
  height: 90%;
  margin: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}

.text-block-5 {
  display: inline-block;
}

.spacer-col {
  padding-right: 10px;
  padding-left: 10px;
}

.accordion {
  overflow: hidden;
  height: 55px;
  margin-bottom: 15px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 111, 38, .09);
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  cursor: pointer;
}

.accordion:hover {
  background-color: rgba(64, 111, 38, .05);
}

.accord-title {
  margin-bottom: 20px;
  color: #1a0a5e;
}

.accord-data.title {
  display: inline-block;
  margin-right: 10px;
}

.accord-wrapper {
  padding-right: 10px;
}

.accord-wrapper-2 {
  padding-left: 10px;
}

.docs {
  overflow: hidden;
  height: 55px;
  margin-bottom: 15px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 111, 38, .09);
  cursor: pointer;
}

.docs:hover {
  background-color: rgba(64, 111, 38, .05);
}

.doc-button {
  margin-right: 15px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 3px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.doc-button:hover {
  background-color: #406f26;
  color: #fff;
}

.link-block {
  display: block;
  text-decoration: none;
}

.doc-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.usage {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, .7);
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.countdown-title {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.countdown-timer {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.video-wrapper {
  margin-bottom: 30px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 111, 38, .1);
}

.video-promo-pic {
  width: 100%;
}

.video-title {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 19px;
  font-weight: 700;
}

._404-title {
  font-family: Merriweather, serif;
  color: #1a0a5e;
  text-align: center;
}

.news-wrapper {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 111, 38, .1);
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, .8);
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
}

.new-post-title {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 19px;
  font-weight: 700;
}

.text-block-6 {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, .5);
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
  text-transform: uppercase;
}

.text-block-6.month {
  font-weight: 700;
}

.text-block-6.by {
  padding-left: 6px;
  border-left: 1px solid rgba(0, 0, 0, .12);
  color: rgba(51, 51, 51, .5);
  font-style: italic;
  text-transform: none;
}

.news-post-summery {
  font-family: 'Open Sans', sans-serif;
  color: #722d2d;
}

.paragraph {
  font-size: 15px;
  line-height: 25px;
}

.author {
  display: inline-block;
  color: #406f26;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.post-type-title {
  margin-bottom: 20px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.pagination {
  padding-left: 10px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  margin-right: 10px;
  padding: 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  color: #406f26;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: #406f26;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.link-block-2.w--current {
  background-color: #406f26;
  color: #fff;
}

.text-block-7 {
  margin-bottom: 29px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 19px;
  font-weight: 700;
}

.textarea {
  margin-right: -12px;
  margin-left: 10px;
}

.submit-button {
  margin-left: -1px;
  background-color: #333;
}

.submit-button:hover {
  background-color: #406f26;
}

.column-6 {
  padding-left: 0px;
}

.column-7 {
  padding-right: 0px;
}

.text-block-8 {
  display: inline-block;
}

.comment-title {
  display: inline-block;
  margin-right: 10px;
  font-family: Merriweather, serif;
  color: #406f26;
  font-weight: 700;
}

.comment-title.replied {
  font-weight: 400;
}

.reply-link {
  padding-bottom: 3px;
  border-bottom: 1px dotted #333;
  opacity: 0.4;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-style: italic;
  text-decoration: none;
}

.reply-link:hover {
  opacity: 1;
}

.paragraph-2 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.div-block-6 {
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.comment-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.comment-wrapper.sub-comment {
  margin-left: 0px;
  padding: 10px;
  background-color: hsla(0, 0%, 96%, .8);
}

.comment-wrapper-sub {
  margin-top: -20px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 15px 15px 5px;
  border-left: 1px solid rgba(51, 51, 51, .1);
  background-color: hsla(0, 0%, 96%, .4);
}

.comment-date {
  display: inline-block;
  margin-right: 0px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, .4);
  font-size: 12px;
  font-style: italic;
}

.comment-date.slash {
  margin-right: 2px;
  margin-left: 2px;
  color: rgba(51, 51, 51, .2);
}

.comment-date.year {
  margin-right: 10px;
}

.div-block-7 {
  padding: 15px;
  border-style: dotted;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
}

.search-summery {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, .6);
  font-size: 13px;
}

.search-result-title {
  padding-bottom: 3px;
  border-bottom: 1px dotted #406f26;
  font-family: Merriweather, serif;
  color: #406f26;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.search-result-title:hover {
  border-bottom-style: none;
  color: #1a0a5e;
}

.search-results-wrapper {
  margin-bottom: 15px;
  padding: 15px 0px;
  border-style: none none dotted;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
}

.onpage-search-form {
  display: block;
}

.search-label {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.tab-pane {
  padding: 20px;
  background-color: hsla(0, 0%, 96%, .4);
}

.tab {
  border-right: 1px solid #fff;
  background-color: rgba(64, 111, 38, .7);
}

.tab.w--current {
  background-color: #406f26;
}

.tab-text {
  margin-right: 10px;
  float: left;
  font-family: Merriweather, serif;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}

.sr-items {
  display: inline-block;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .7);
}

.sr-items.sr-number {
  margin-right: 2px;
  margin-left: 2px;
}

.search-pag {
  margin-top: 30px;
}

.download-button {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 10px;
  float: right;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #406f26;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 11px;
  text-transform: uppercase;
}

.download-button:hover {
  color: #000;
}

.div-block-8 {
  width: 300px;
  height: 300px;
  float: left;
  border-radius: 170px;
  background-color: #0098ff;
}

.product-title {
  min-height: 66px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}

.product-title.prodis {
  min-height: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 35px;
}

.product-title.ctoncart {
  margin-top: 0px;
}

.product-title.odetails {
  min-height: 35px;
  margin-top: 10px;
}

.product-price {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  font-family: Merriweather, serif;
}

.product-price.dollarsign {
  margin-right: 3px;
  opacity: 0.74;
}

.product-price.dollarsign.ondis {
  color: #406f26;
  font-size: 20px;
  font-weight: 300;
}

.product-price.ondis1 {
  color: #406f26;
  font-size: 20px;
}

.product-price.ondis1.confirmno {
  margin-right: 0px;
}

.button {
  display: block;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px none #406f26;
  background-color: #406f26;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(64, 111, 38, .8);
  color: #fff;
}

.button.vcart {
  margin-top: 0px;
  margin-bottom: 1px;
  float: right;
}

.ec {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted rgba(0, 0, 0, .1);
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  font-weight: 700;
}

.ec.on-cart {
  margin-top: 0px;
  padding-top: 0px;
  border-top-style: none;
}

.div-block-9 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: -19px;
  margin-left: -19px;
  padding: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 15px;
  background-color: #fff;
}

.image-4 {
  opacity: 0.13;
}

.link-block-3 {
  height: 45px;
  padding: 12px 15px;
  float: right;
  border-radius: 6px;
  background-color: #406f26;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-3:hover {
  background-color: rgba(64, 111, 38, .8);
}

.link-block-3.onpro-page {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 111, 38, .2);
  border-radius: 0px;
  background-color: transparent;
  color: rgba(64, 111, 38, .6);
  text-align: center;
}

.link-block-3.onpro-page:hover {
  background-color: rgba(64, 111, 38, .1);
  color: #406f26;
}

.text-block-9 {
  display: inline-block;
  margin-left: 15px;
}

.text-block-9.onprotitle {
  color: rgba(64, 111, 38, .5);
}

.no-in-cart {
  display: inline-block;
  padding-right: 1px;
  padding-left: 1px;
  color: hsla(0, 0%, 100%, .49);
}

.no-in-cart.onpropage {
  color: rgba(64, 111, 38, .6);
}

.plusminus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 111, 38, .1);
  background-color: transparent;
}

.quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 50px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #406f26;
  color: #fff;
  font-weight: 700;
}

.lessmore {
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 20px;
}

.remove-from-cart {
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 24px;
  text-align: right;
}

.cart-row {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(64, 111, 38, .1);
}

.remove-item {
  width: 100%;
  text-align: right;
  text-decoration: none;
}

.total-text {
  font-family: Merriweather, serif;
  color: #406f26;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

.total-figure {
  display: inline-block;
  font-family: Merriweather, serif;
  color: #406f26;
  font-size: 23px;
  text-align: right;
}

.totalcol {
  text-align: right;
}

.total-row {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 15px;
  border-top: 1px solid #406f26;
}

.cart-note {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 13px;
}

.price-details-col {
  text-align: right;
}

.shipping-details {
  margin-top: 50px;
}

.form-divider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
}

.checkbox-field {
  margin-bottom: 30px;
}

.checkbox-field.small {
  margin-bottom: 6px;
}

.order-details-button {
  width: 100%;
  height: 70px;
  margin-top: 20px;
  background-color: #406f26;
  font-size: 24px;
  text-transform: uppercase;
}

.order-details-button:hover {
  background-color: #1a0a5e;
}

.form-field {
  height: 40px;
}

.form-field.comments {
  height: 150px;
}

.confirmdata {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
}

.confirmdata.orderdate {
  display: inline-block;
  margin-right: 9px;
}

.confirmdata.strong {
  font-weight: 600;
}

@media (max-width: 991px) {
  .hp-nav-link {
    margin-left: 10px;
    font-size: 12px;
  }
  .search-box {
    display: inline-block;
    width: 20%;
  }
  .dd-sect {
    margin-top: 89px;
  }
  ._80 {
    width: 90%;
  }
  ._1-sect {
    height: 180px;
  }
  ._3-sect {
    margin-top: 187px;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  ._3-sect.new-header {
    margin-top: 90px;
  }
  .icon-search {
    padding-top: 0px;
  }
  .slider {
    height: 277px;
    background-color: transparent;
  }
  .f-arrow {
    margin-top: 303px;
  }
  .r-arrow {
    margin-top: 303px;
  }
  .cta-boxes {
    height: 186px;
  }
  .cta-links {
    margin-bottom: 25px;
  }
  .flags {
    height: 50px;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 0px;
    background-color: transparent;
    background-position: 50% 0px;
    background-size: 730px;
  }
  .flags._80-wide {
    height: 70px;
    background-size: 90%;
  }
  .cal {
    margin-bottom: 30px;
  }
  .s-col-2 {
    /*slider fix*/
    /*max-height: 410px;
    min-height: 410px;*/
  }
  .sl-title {
    font-size: 23px;
    line-height: 26px;
  }
  .sl-para {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .tx-block {
    height: 55px;
    margin-bottom: 15px;
  }
  .lightbox {
    padding-top: 43px;
  }
  ._80percent {
    width: 90%;
  }
  .colum1 {
    min-height: 240px;
  }
  ._90 {
    width: 95%;
  }
  .cal-wrapper {
    margin-bottom: 29px;
    padding: 50px;
  }
  .nav-option {
    height: 90px;
  }
  .div-block-4 {
    margin-bottom: 30px;
  }
  .col-wrapper {
    margin-bottom: 20px;
  }
  .dd-sect-2 {
    margin-top: 89px;
  }
  .dd-sect-3 {
    margin-top: 89px;
  }
  .main-copy {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .accordion {
    line-height: 16px;
  }
  .accord-title {
    margin-bottom: 30px;
  }
  .countdown-timer {
    font-size: 25px;
    line-height: 40px;
  }
  .download-button {
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: none none none solid;
  }
}

@media (max-width: 767px) {
  .social-icons {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .social-icons.fter {
    display: inline-block;
    float: none;
  }
  .dd-sect {
    margin-top: 151px;
  }
  ._1-sect {
    height: 150px;
  }
  ._3-sect {
    margin-top: 150px;
  }
  .slider {
    display: none;
    height: 194px;
  }
  .f-arrow {
    margin-top: 198px;
  }
  .r-arrow {
    margin-top: 198px;
  }
  .cta-boxes {
    height: 200px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/stats.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/stats.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .cta-boxes.other {
    height: 200px;
  }
  .h3 {
    text-align: center;
  }
  .events-sub-title {
    text-align: center;
  }
  .ft-title {
    text-align: center;
  }
  .ft-content {
    text-align: center;
  }
  .ft {
    height: auto;
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .copyright {
    text-align: center;
  }
  .emagine {
    margin-bottom: 20px;
    padding-top: 0px;
    text-align: center;
  }
  .body-con {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .body-con.rates-sect {
    padding-top: 20px;
  }
  .header {
    position: absolute;
  }
  .flags {
    height: 44px;
    margin-bottom: 30px;
    background-size: contain;
  }
  .flags._80-wide {
    background-size: 90%;
  }
  .rate-title {
    text-align: left;
  }
  .percentage {
    text-align: center;
  }
  .rate-header {
    text-align: center;
  }
  .rate-list {
    margin-bottom: 20px;
  }
  .mobile-nav-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mobi-nav {
    margin-top: 3px;
    background-color: transparent;
  }
  .mobi-box {
    margin-top: 8px;
    margin-right: 15px;
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
  }
  .mobi-box.w--open {
    margin-right: 15px;
    background-color: #406f26;
  }
  .date {
    text-align: left;
  }
  .cal {
    margin-bottom: 30px;
  }
  .new-hp-slider {
    display: none;
  }
  .lightbox {
    padding-top: 53px;
  }
  ._80percent {
    width: 95%;
  }
  .mobi-dd-bg {
    width: 100%;
    margin-top: 16px;
    background-color: #406f26;
  }
  .mobi-link {
    padding: 15px;
    border-top: 1px dotted hsla(0, 0%, 100%, .1);
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 600;
  }
  .mobi-link:active {
    background-color: rgba(26, 10, 94, .2);
  }
  .image {
    padding-top: 11px;
  }
  .ft-col-right {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .main-copy {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .nav-col {
    margin-bottom: 29px;
  }
  .accord-wrapper {
    padding-right: 0px;
  }
  .accord-wrapper-2 {
    padding-left: 0px;
  }
  .countdown-timer {
    font-size: 18px;
  }
  .search-result-title {
    display: block;
    margin-bottom: 10px;
  }
  .tab {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }
  .download-button {
    padding-top: 4px;
    padding-bottom: 4px;
    float: none;
    border-style: solid;
  }
  .mobi-dd-link {
    height: 45px;
    border-bottom: 1px dotted hsla(0, 0%, 100%, .1);
    background-color: #31581c;
    color: #fff;
  }
  .totalcol {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .dd-sect {
    margin-top: 117px;
  }
  ._1-sect {
    height: 110px;
    background-image: -webkit-linear-gradient(270deg, rgba(64, 111, 38, .8), hsla(0, 0%, 100%, 0)), url('../images/green-abstract.jpg');
    background-image: linear-gradient(180deg, rgba(64, 111, 38, .8), hsla(0, 0%, 100%, 0)), url('../images/green-abstract.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }
  ._3-sect {
    margin-top: 117px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .cta-boxes.other {
    height: 200px;
  }
  .ft {
    padding-right: 10px;
    padding-left: 10px;
  }
  .body-con {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flags {
    height: 24px;
    margin-bottom: 30px;
  }
  .flags._80-wide {
    height: 40px;
    background-size: 90%;
  }
  .rate-title {
    margin-bottom: 10px;
    text-align: left;
  }
  .percentage {
    text-align: center;
  }
  .rate-list {
    margin-bottom: 20px;
  }
  .mobile-nav-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cal {
    margin-bottom: 30px;
  }
  .lightbox {
    padding-top: 56px;
  }
  ._80percent {
    width: 100%;
  }
  .mobi-dd-bg {
    margin-top: 20px;
  }
  .f-logo {
    display: none;
  }
  .m-logo {
    display: inline-block;
  }
  .image {
    padding-top: 12px;
  }
  .brand {
    padding-left: 0px;
  }
  .rate-col {
    margin-bottom: 30px;
  }
  .cal-wrapper {
    padding: 10px;
  }
  .brand-2 {
    padding-left: 15px;
  }
  .accordion {
    line-height: 17px;
  }
  .search-result-title {
    display: block;
    margin-bottom: 10px;
    border-bottom-style: none;
  }
  .download-button {
    float: none;
    clear: left;
  }
}