/* Cookie Pop Up */
 
 .cc-revoke, .cc-window {
   font-family: inherit !important;
   font-size: 16px !important;
   line-height: 24px;
}

.cc-btn {
	font-weight: normal;
	text-transform: uppercase;
	font-family: inherit !important;
	font-size: 14px;
	letter-spacing: 1px;
	transition: opacity 0.4s ease;
	text-decoration: none !important;
}

.cc-btn:hover, .cc-btn:focus {
	opacity: 0.6;
}

.cc-color-override-1020424930 .cc-btn:hover, .cc-color-override-1020424930 .cc-btn:focus {
    border-color: #f9a240;
}

div.cc-window.cc-floating {
	box-shadow: 0px 2px 20px rgba(0,0,0,0.3);
}

div.cc-compliance > a.cc-btn {
  margin-right: 0px;
  margin-top: .2em;
}

.cc-allow {
	width: 100%;
	font-size: 17px;
}

.cc-deny {
font-size: 14px !important;
text-transform: none  !important;
opacity: 0.7;
border: none !important;
padding: 0px 0px !important;
text-align: left !important;
margin-top: 20px !important;
letter-spacing: 0px !important;
font-weight: 400 !important;
}

.cc-deny:hover {
	opacity: 0.3;
}

ul.cc-compliance-list {
  display: block;
}

div.cc-window a.cc-btn {
  border-radius: 5px;
  padding: 10px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0px;
}


/* navbar */

.uk-navbar-transparent {
	background: linear-gradient(180deg, rgb(23, 41, 15) 0%, rgba(23,41,15,0) 80px);
}

.uk-navbar-nav > li > a {
	align-items: end;
	padding-bottom: 8px;
}

.uk-navbar-nav > li.uk-active > a {
  color: #fff;
  font-weight: 900;
}

.uk-navbar-right {
	align-items: end;
}

.uk-navbar-dropdown-nav > li {
  border-bottom: 1px dashed rgba(102,102,102,0.45);
}

.uk-navbar-dropdown-nav > li:last-child {
  border-bottom: 0px dashed rgba(102,102,102,0.45);
}

/* Navbar Item Hide for Desktop and Mobile */

/*@media (min-width: 1200px) {
.item-670 {
	display: none;
}
}*/





/* Toolbar */

.tm-toolbar {
  position: absolute;
  width: 100%;
  z-index: 998;
  top: 7px;
}

.uk-logo img {
	z-index: 999;
	position: relative;
}


.tm-toolbar .uk-button {
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	transition: all 0.1s ease;
}

.uk-button .join {
  background-image: url('tool-bar-icons/join.svg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 40px;
  margin-right: 10px;
  position: relative;
  top: 5px;
  transition: all 0.1s ease;
}

.uk-button:hover .join {
	background-image: url('tool-bar-icons/join-white.svg');
}

.uk-button .chat {
  background-image: url('tool-bar-icons/chat.svg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 40px;
  margin-right: 10px;
  position: relative;
  top: 5px;
  transition: all 0.1s ease;
}

.uk-button:hover .chat {
	background-image: url('tool-bar-icons/chat-green.svg');
}


/* Hero */

.herotitle1 {
	font-size: 37px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 80px;
}

.herotitle2 {
	font-size: 37px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 80px;
}

.herotitle3 {
	display: block;
	line-height: 70px;
}

.herotitle3.nudgeleft {
  margin-left: -7px;
}



/* General */

.videoborder iframe {
	border-radius: 10px;
}

.dividergrid {
	border-top: 2px dashed rgba(102,102,102,0.25);
}

.uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 2px dashed rgba(102,102,102,0.25);
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top: 2px dashed rgba(102,102,102,0.25);
}

.lightgreen {
	color: #99cc33;
}

.uk-font-secondary { 
letter-spacing: 0px !important;
}

.squarebullets .el-item, .squarebullets li {
  background-image: url('square.svg');
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 1px 8px;
  padding-left: 30px;
}

.gradienttop {
	background: linear-gradient(180deg, rgba(47,47,47,0.15) 0%, rgba(47,47,47,0) 100px);
}


.uk-section-primary:not(.uk-preserve-color) .uk-accordion > :nth-child(n+2) {
  border-top: 2px dashed rgba(255,255,255,.2);
}


.uk-accordion > :nth-child(n+2) {
  border-top: 2px dashed #e8e8e8;
}

/* Testimonials */

.testimonials .el-content {
	font-weight: 300;
	color: #234713;
	font-size: 30px;
	line-height: 40px;
}

/* Titles */

.titlestart {
	font-weight: 300;
	letter-spacing: 0px !important;
}

.titlemiddle {
	font-weight: 500;
	letter-spacing: 0px !important;
}

.titleend {
  font-weight: 900;
  font-size: 100px;
  letter-spacing: -5px !important;
  display: block;
  line-height: 100px;
}

.nudgeleft {
	margin-left: -6px;
}

/* Column Content */

.columncontent {
	padding-top: 80px;
	padding-bottom: 80px;
}

.columnimage .uk-tile {
	border-radius: 10px;
}

/* Intro Panels */

.intropanel .uk-overlay-primary {
  background: linear-gradient(180deg, rgba(23,41,15,0) 150px, rgb(23, 41, 15) 100%);
}

.intropanel .uk-h3 {
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 0px;
}

.intropanel .uk-padding-small {
  padding: 25px;
}



/* BYB Footer */

.bybfooter a {
	color: rgba(255,255,255,0.7) !important;
	transition: all 0.3s ease;
}

.bybfooter a:hover {
	color: rgba(255,255,255,1) !important;
}

.footercontact a {
	color: #666666;
	transition: all 0.3s ease;
}

.footercontact a:hover  {
	color: #99cc33;
}

.footerlistlinks a, .footerlistlinks .uk-link {
	color: #666666;
}
.footerlistlinks a:hover {
color: #81ab2b;
}

.uk-list .el-image svg {
	width: 26px;
	height: 26px;
}

/* Sectors Switcher */
.sectorswitcher .uk-tab-left > * > a {
	padding: 12px 5px;
}

.sectorswitcher .uk-tab-left > * {
	border-bottom: 2px dashed #3c4b36 !important;
}

.sectorswitcher .uk-tab-left > *:last-child {
	border-bottom: 0px dashed rgba(255,255,255,0.25) !important;
}

.uk-tab .sectoricon, .uk-accordion-title .sectoricon {
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 32px;
	height: 38px;
	background-position: 50% 50%;
	display: inline-block;
	margin-right: 7px;
}

.uk-tab .renewable, .uk-accordion-title .renewable {
	background-image: url('sector-icons/renewable-energy.svg');
}

.uk-tab .land, .uk-accordion-title .land {
	background-image: url('sector-icons/forest.svg');
}

.uk-tab .heritage, .uk-accordion-title .heritage {
	background-image: url('sector-icons/medieval-tower.svg');
}

.uk-tab .dig, .uk-accordion-title .dig {
	background-image: url('sector-icons/dig.svg');
}

.uk-tab .residential, .uk-accordion-title .residential {
	background-image: url('sector-icons/property.svg');
}

.planning, .uk-accordion-title .planning {
	background-image: url('sector-icons/strategy.svg');
}


@media (min-width: 960px) {
.swicthsectorimage .uk-button {
	display: none;
}
.swicthsectorimage .uk-margin {
	margin-bottom: 0px;
}
}


/* Contact Page */

.ecbform .ba-form-page input[type="text"], .ecbform .ba-form-page input[type="email"], .ecbform .ba-form-page textarea, .ecbform .ba-form-page select {
 box-shadow: 0px 2px 5px rgba(0,0,0,0.1) !important;
 border: 2px solid transparent!important;
 font-weight: 500 !important;
}
.ecbform .ba-form-page input[type="text"]:focus, .ecbform .ba-form-page input[type="email"]:focus, .ecbform .ba-form-page textarea:focus, .ecbform .ba-form-page select:focus {
 border: 2px solid #81ab2b !important;
}


.ecbform .ba-form-dropdown-field .ba-input-wrapper{
 margin-top:10px;
}

.ecbform .ba-form-page select {
 margin-top:10px;
}

.ba-form-submit-btn {
	line-height: 42px !important
}

.ba-form-submit-btn:hover {
 text-decoration:none;
}

.ba-form-acceptance-field .ba-field-container, .ba-form-field-item .ba-form-checkbox-wrapper .ba-checkbox-wrapper {
 padding-left: 40px !important;
}

.ba-form-submit-wrapper .ba-form-submit-recaptcha-wrapper {
  margin-bottom: 0px;
}

.ecbform .ba-form-acceptance-field label.ba-form-checkbox > span {
	background: rgba(214, 214, 214, 0.7);
}
.ecbform .ba-form-acceptance-field .ba-form-acceptance-html p {
font-weight: 500;
color: #666;
}

.ba-form-acceptance-field .ba-form-acceptance-html p a {
 color: #99cc33 !important;
 text-decoration: none !important;
}

.ba-form-acceptance-field .ba-form-acceptance-html p a:hover {
 color: #81ab2b !important;
}


.ecbform .ba-form-page {
  padding: 0px !important;
}

/* Blog */

.whiteborderbottom {
    background-image: url(white-block.png);
    background-size: 160px 160px;
    background-Position: bottom center;
    background-repeat: repeat-x;
}

/* Team */

img.picfade {
	opacity: 0.7 !important;
}

/* Slides */

.slidesborder .uk-slideshow-items {
	border-radius: 10px;
}

.slidesborder .uk-overlay {
  border-radius: 4px;
}


/* Site Map */

.treeview a.selected {
  background-color: transparent;
  text-decoration: none;
  font-size: 16px;
}

.treeview .hover {
	color: #81ab2b;
}


/* Search */

.searchresults .uk-h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0px;
}

.searchresults .uk-search-default .uk-search-input {
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1) !important;
}

.searchresults .uk-article h2 {
    font-size: 30px;
}

.searchresults .uk-article {
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1) !important;
	
}

.searchresults h2 a.uk-link-reset {
  color: inherit !important;
  text-decoration: underline !important;
}

.searchresults h2 a.uk-link-reset:hover {
  color: #81ab2b !important;
  text-decoration: underline;
}


/*Adjust Responsive*/

@media all and (min-width: 1400px) and (max-width:1599px){
.sectorswitcher .uk-tab > * > a {
	font-size: 21px;
}
  .uk-navbar-nav {
    gap: 45px;
  }
}

@media all and (min-width: 1200px) and (max-width:1399px){
.intropanel .uk-h3 {
  font-size: 25px;
}
.columncontent {
  padding-top: 40px;
  padding-bottom: 40px;
}
.uk-h2 {
   font-size: 34px;
}

.uk-h3 {
  font-size: 26px;
}
.titleend {
  font-size: 90px;
  line-height: 90px;
}
.sectorswitcher .uk-tab > * > a {
	font-size: 18px;
}
.sectorswitcher .uk-tab-left > * > a {
  padding: 12px 0px;
}
.uk-heading-small {
   font-size: 2.8rem;
}
.testimonials .el-content {
  font-size: 26px;
  line-height: 36px;
}
.uk-button-large {
  padding: 0 50px;
  line-height: 60px;
  font-size: 25px;
}
.uk-text-large {
  font-size: 18px;
}
 .hero .uk-text-large {
    font-size: 20px;
  }
.uk-logo img {
	width: 220px;
}
  .uk-navbar-nav {
    gap: 30px;
  }
 .uk-navbar-nav > li > a{
  font-size: 15.5px;
}
.uk-navbar-container:not(.uk-navbar) {
  padding-top: 45px;
  padding-bottom: 10px;
}
}

/* Anything under 1200px wide */
@media (max-width: 1199px) {

}

/*small desktop*/
@media all and (min-width: 960px) and (max-width:1199px){
.columncontent {
  padding-top: 40px;
  padding-bottom: 40px;
}
.uk-h2 {
   font-size: 32px;
}

.uk-h3 {
  font-size: 24px;
}
.intropanel .uk-h3 {
  font-size: 24px;
}

.titleend {
  font-size: 80px;
  line-height: 80px;
}

.sectorswitcher .uk-tab > * > a {
	font-size: 17px;
}
.sectorswitcher .uk-tab-left > * > a {
  padding: 12px 0px;
}
.uk-heading-small {
   font-size: 2.6rem;
}
.testimonials .el-content {
  font-size: 24px;
  line-height: 34px;
}
 .uk-button-large {
    padding: 0 40px;
    line-height: 58px;
    font-size: 23px;
  }
.footercontact {
  font-size: 16.5px;
}
.swicthsectorimage .uk-width-2-5\@m, .swicthsectorimage .uk-width-3-5\@m {
	width: 50%;
}
.swicthsectorimage .uk-h2 {
    font-size: 28px;
}
.uk-section-large {
    padding-top: 120px;
    padding-bottom: 120px;
}
.footerlogo img {
	width: 280px;
}
.uk-icon-button {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
}
.uk-icon svg {
	width: 20px;
	height: 20px;
}
.footerlistlinks a, .footerlistlinks .uk-link {
  font-size: 14px;
}
.uk-totop {
  padding: 7px;
}
.uk-totop svg {
	width: 14px;
	height: 14px;
}
.intropanel .titlemiddle {
		display: block;
}
.uk-heading-medium {
    font-size: 6rem;
	letter-spacing: -7px;
}
.herotitle1, .herotitle2 {
  font-size: 26px;
}
.herotitle3 {
  line-height: 50px;
}
}

/* Toggle Icon */

.uk-navbar-toggle-icon {
	background: #99cc33;
	padding: 10px;
	border-radius: 5px;
	transition: background 0.3s ease;
}

.uk-navbar-toggle-icon:hover {
	background: #fff !important;
}


/* Off Canvas */
.uk-nav-default > li.uk-active {
  border-bottom: 2px solid #99cc33;
}

.uk-nav-default > li {
	border-bottom: 2px dashed rgba(102,102,102,0.25);
}

/* Tablet & Mobile */
@media (max-width: 959px) {
.footercontact  span {
	display: none;
}
.footerlistlinks {
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.columncontent {
  padding-top: 0px;
  padding-bottom: 0px;
}
.swicthsectorimage .uk-h2 {
	display: none;
}
.swicthsectorimage .uk-margin {
	margin-top: 0px !important;
}
 .uk-button-large {
    padding: 0 40px;
    line-height: 58px;
    font-size: 23px;
  }
 .totop {
	 margin-right: 0px !important;
 }
 .whiteborderbottom {
    background-size: 60px 60px;
}

}


/*ipad*/
@media all and (min-width: 640px) and (max-width:959px){
.testimonials .el-content {
  font-size: 24px;
  line-height: 34px;
}
.titleend {
  font-size: 80px;
  line-height: 80px;
}
.uk-h2 {
   font-size: 32px;
}

.uk-h3 {
  font-size: 24px;
}
.columnimage .uk-tile {
height: 500px;
}

.swicthsectorimage .uk-flex-middle {
  align-items: start;
}
.uk-accordion-title .sectoricon {
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-right: 10px;
  }
.uk-heading-medium {
    font-size: 6rem;
	letter-spacing: -7px;
}
.herotitle1, .herotitle2 {
  font-size: 26px;
}
.herotitle3 {
  line-height: 50px;
}
.hero .uk-width-large {
  width: 350px;
}
.uk-logo img {
	width: 240px;
}
.uk-navbar-container:not(.uk-navbar) {
  padding-top: 25px;
  padding-bottom: 25px;
}
.uk-navbar-container .uk-container {
    padding-left: 15px;
    padding-right: 15px;
  }
 .uk-navbar-toggle {
  position: relative;
  top: -10px;
 }
}

/*mobile*/
@media (max-width: 639px) {
.intropanel .titlemiddle {
	display: block;
}
.intropanel .uk-h3 {
  font-size: 24px;
}
.columnimage .uk-tile {
height: 300px;
}
.uk-h3 {
  font-size: 23px;
}
.titleend {
  font-size: 60px;
  letter-spacing: -3px !important;
  line-height: 60px;
}
.nudgeleft {
  margin-left: -3px;
}
.uk-accordion-title .sectoricon {
    width: 29px;
    height: 29px;
    display: block;
    float: left;
    margin-right: 10px;
  }
.uk-accordion-title {
  font-size: 18px;
}
.testimonials .el-content {
  font-size: 22px;
  line-height: 32px;
}
.testimonialshome .uk-position-cover {
	background-color: rgba(255, 255, 255, 0.65)  !important;
}
.uk-heading-small {
  font-size: 2.3rem;
}
.footerlogo img {
	width: 250px;
}
.uk-text-large {
  font-size: 18px;
}
 .totop {
	 padding-top: 30px;
 }
.uk-heading-medium {
    font-size: 6rem;
	letter-spacing: -7px;
}
.herotitle1, .herotitle2 {
  font-size: 26px;
}
.herotitle3 {
  line-height: 50px;
}
.herotitle3.nudgeleft {
  margin-left: 0px;
}
.uk-navbar-container .uk-container {
    padding-left: 10px;
    padding-right: 10px;
  }
 .uk-navbar-toggle {
  position: relative;
  top: -20px;
 }
.uk-logo img {
	width: 200px;
}
.uk-navbar-container:not(.uk-navbar) {
  padding-top: 30px;
  padding-bottom: 30px;
}
.uk-navbar-toggle-icon {
  padding: 7px;
}

.swicthsectorimage .uk-inline-clip {
	display: none;
}
.heroanimalright .uk-position-cover{
	background-color: rgba(23, 41, 15, 0.55) !important;
}
.heroanimalright .uk-background-top-center {
  background-position: 70% 0;
}
.videohero .uk-position-cover{
	background-color: rgba(23, 41, 15, 0.55) !important;
}
.searchresults .uk-article h2 {
    font-size: 26px;
}

.searchresults .uk-article {
	border-radius: 10px;
	padding: 15px;	
}
}

