.dropdown-menu {
	padding:.5rem .5rem;
}

.search-page {
	margin-bottom:50px;
}

.search-page .result-row {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}

.search-page .inline-form {
	margin-bottom:20px;
}

.search-page .pagination {
	margin:0 auto;
}

.card-wrap h4.card-title a,
.card h4.card-title a {
	color:#574B4B;
	text-decoration: none;
}

.dropbox {
	float:left;
	margin-top:5px;
}

.dropbox select {
	padding:5px;
	height:35px;
	font-size:16px;
	margin-right:20px;
	font-weight:100;
	border-color:#E8DED7 !important;
	border-radius:.2rem;
}


.dataTables_filter input {
		border-color:#E8DED7 !important;

}

@media (max-width:991px){

	.menu-holder-mobile .navbar-collapse {
	}


	.dropbox {
		float:none;
	}

	.table-surround {
		overflow-x: scroll;
	}

	.article h1 {
		font-size:2.25rem;
	}

.navbar .dropdown-menu {
	width:100%;
}

.navbar-collapse {
	overflow-y:scroll;
	position:relative;
}

.navbar-collapse li a{
	color:#000;
	text-align: left;
	display:block;
}

.navbar-collapse .dropdown-menu {
		position:relative !important;
		transform:none !important;
		background-color:transparent;
		border:0px solid #fff;
}

.main-nav .dropdown-menu li {
	border-bottom:0px solid #fff;
	border-top:1px solid #e6e6e6;
}

.main-nav .dropdown-item.active, .main-nav .dropdown-item:active {
	color:#000;
	font-weight:700;
}

#reports-tabset .dataTables_wrapper {
	overflow-x: scroll;

}

}

	.mobile-login {
		display:none;
	}

@media (max-width:767px){
	div.dataTables_wrapper div .dataTables_filter {
		text-align:left;
	}

	.dropbox select {
		margin-bottom:20px;
	}

	.dataTables_paginate .pagination {
		float:none;
	}

	.progress-bar {
		overflow-x:unset;
	}

	.progress-surround {
		overflow-x:scroll;
	}

	.home-hero {
		background-image: url(../img/home-hero-mobile.png) !important;
		min-height:280px ;
	}

}

@media (min-width: 992px){

	.dropdown-menu {
		min-width:400px;
	}
	.dropdown-menu li {
		border-bottom:1px solid #e6e6e6;
	}
	.dropdown-menu li:last-child {
		border-bottom:0px solid #fff;
	}
}

@media (max-width:575px){
		.mobile-login {
		display:block;
	}
}

/* totop */

#return-to-top div {
	    width: 100px;
    margin-top: 20px;
    margin-left: -27px;
    color:#493430;
	font-family: "Museo Sans"; 
	font-weight:700;   
	text-transform: uppercase;
	font-size:13px;
}

#return-to-top {
    position: fixed;
    bottom: 90px;
    right: 50px;
    background: rgb(73, 52, 48);
    background: rgba(73, 52, 48, 0.7);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 14px;
    top: 10px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
/*    background: rgba(73, 52, 48, 0.9);*/
background-color:#007E44;

}
#return-to-top:hover i {
/*    color: #fff;
    top: 5px;*/
}

a.btn-primary {
	text-decoration: none;
}

.formValidation {
	display:block;
}

.formError {
	width:100%;
	display:block;
	background-color:#F8D9DD;
	color:#C40000;
	font-size: 14px;	
	line-height: 20px;
	margin-top:10px;
	padding:15px 10px;
	border-radius: 5px;
	font-weight: 400;
}

.formError i {
	margin-right:10px;
}

.inline-form select.form-control {
	padding:0 15px;
	height:3rem;
}


.inline-form .form-check-label {
	color: #574B4B;
    font-weight: 500;
    text-transform: none;

}

.inline-form input,
.inline-form select,
.inline-form textarea{
	border-color:#E8DED7;
}

.inline-form .form-check-label:first-letter {
}

main.article {
	margin-bottom:50px;
}

main.article p {
	color: #493430;	
	font-family: "Museo Sans";	
	font-size: 16px;	
	letter-spacing: 0.23px;	
	line-height: 26px;
	font-weight: 100;
}

main.article .card,.home-news .card,.home-intro .card {
	min-width: 100%;
}

main.article h2 {
	color: #297D3D;	
	font-family: "Museo Sans";	
	font-size: 24px;	
	letter-spacing: 0.27px;	
	line-height: 32px;
	font-weight:700;
}

main.article h3 {
	color: #493430;	
	font-family: "Museo Sans";	
	font-size: 20px;	
	letter-spacing: 0.22px;	
	line-height: 26px;
	font-weight:700;

}

main.article blockquote::before {
	content: open-quote;
	color: #297D3D;	
	font-family: "Museo Sans";	
	font-size: 20px;	
	letter-spacing: 0.23px;	
	line-height: 28px;
	font-weight:700;	

}

main.article blockquote::after {
	content: close-quote;
	color: #297D3D;	
	font-family: "Museo Sans";	
	font-size: 20px;	
	letter-spacing: 0.23px;	
	line-height: 28px;
	font-weight:700;	
}

main.article blockquote {
	max-width:400px;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;

}

main.article blockquote p {
	display:inline;	
	color: #297D3D;	
	font-family: "Museo Sans";	
	font-size: 20px;	
	letter-spacing: 0.23px;	
	line-height: 28px;
	font-weight:700;
}

main.article blockquote span.top {
	position:absolute;
	width:75px;
	border-top:2px solid #493430;
	left:0px;
	top:-10px;
}

main.article blockquote span.bottom {
	position:absolute;
	width:75px;
	border-top:2px solid #493430;
	left:0px;
	bottom:-10px;

}

.pagination {
	border-radius:30px;
}

.col-md-12 div.pagination {
	float:none;
	width:400px;
	margin:0 auto;
	background-color: transparent;
}

.col-md-12 ul.pagination {
	margin:0 auto;
	border-radius: 40px;
	padding-left:20px;
	padding-right:20px;
}

.col-md-12 ul.pagination a {
	margin-top:7px;
}

.col-md-12 .pagination p.counter {
	display:none;
}

.col-md-12 ul.pagination i {
	color:#493430;
	font-size:20px;
}

i.fa-external-link-alt {
	margin-left:5px;
	margin-right:5px;
	font-size:14px;
}

i.fas.fa-lock {
	font-size:16px;
	margin-left:5px;
}

.mobile-login {
	background-color:#FBF9F8;	
}

.mobile-login a {
	width:90%;
	text-align: center;
}

.dropdown-menu .active .nav-link,
.dropdown-menu  .nav-link  {
    font-weight: 300!important;
    background: 0 0!important;
    border-bottom: 0px solid #297D3D!important;
}

.dropdown-menu .current.active a {
	font-weight:700 !important;

}

.top-margin {
	margin-top:30px;
	margin-bottom:30px;
}

@media (min-width:992px){
	.inline-form input[type=text],
	.inline-form input[type=password],
	.inline-form input[type=email],
	.inline-form .file-upload,	
	.inline-form textarea
	{
		width: 60%;
	}
.inline-form select {
		width: auto;
	}

}

@media (min-width:576px) and (max-width: 1350px){
	.home-hero {
		background-size: 100% 100%;
		min-height:280px;
	}
}

	.home-hero {
		background-size: 100% 100%;
	}


.members-icon span,
.search-icon span,
.hidden_label {
	position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

.animated-icon1 {
	display:block;
}

.btn.btn-closed {
	text-decoration: none;
}

.progress-bar li:nth-child(3) {
	left:-20px;
}
.progress-bar li.complete:last-child {
	left:-45px;
	width:29%;
}
.progress-bar li.complete:before {
	border-left:0px solid #fff;
}

h4.news-title {
    border-bottom: 2px solid #EEECEB;
    padding-bottom: 20px;
}

.card h4 a:hover {
	color:#387E3F;
}

@media (min-width: 994px) and (max-width:1366px){
	.home-hero {
		height:370px;
	}

	.hero-image {
		min-height:330px;
	}

}

header {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
}

.tab-content p {
	font-weight: 100;
}

table tbody tr td {
	font-weight: 100;
}

table tbody tr td a {
	font-weight: 500;
}

table.table thead th {
	font-weight:500 !important;
}

table.table thead th {
	border-bottom:1px solid #e8ded7 !important;
}

table.table td {
	border-bottom:1px solid #fff !important;
}


#resources .tab-content {
	border:1px solid #e8ded7;

	border-radius: 0 13px 13px 13px;
	padding:30px;

}

#resources .nav-tabs {
	border-bottom:0px solid #fff;
}

table .even {
	background-color:#FBF9F8;
}

#reports-nav .nav-item .nav-link,
.nav-tabs .nav-item .nav-link {
border:1px solid #e8ded7 !important;

}

.nav-tabs .nav-item {
	margin-bottom:0;
}

.table-surround {
	border-color:#e8ded7;
}

.nav-tabs .nav-item .nav-link {
	border-bottom:0px solid #fff !important;
}

.register_interest {
	border:1px solid #e8ded7;
}

.icon-col {
	width:30px !important;
	min-width:30px !important;
}

.mailing-list {
	background-color: #f1eeec;
}

.mailing-list .mailing-list-icon {
}

.file-upload label {
	margin:0 !important;
}

.file-upload .input-default-wrapper {
	margin-top:0 !important;
	padding:20px 0;

}

.top-margin {
	margin-top:40px;
}



#main-content .login {
	width:300px;
}

.db8sitelastmodified {
	text-align: left;
}


.progress-bar li:not(.complete):not(:first-child):not(:last-child):before {
     border-left: 0px solid #297D3D !important;
    right: -1px !important;
}

html body .main-nav .nav-item a.anniversary-link {
	  border: 1px solid #E2D5CC;
  border-radius: 20px;
  background-color: #Ffffff !important;
  padding-left:10px !important;
  padding-right:10px !important;
  padding-top:8px;
  padding-bottom:0;

}


html body .main-nav .nav-item a.anniversary-link.active {
	  border: 1px solid #E2D5CC;
  border-radius: 20px;
  background-color: #F6F2EF !important;
  padding-left:10px !important;
  padding-right:10px !important;
  padding-top:8px;
  padding-bottom:0;

}



.main-nav {
	padding-bottom:10px;
	padding-top:10px;

}

@media (max-width:767px){
	#investigationSearch button {
		margin-top:20px;
	}

.progress-bar li.complete:last-child {
    left: -36px !important;
    width: 29%;
}


.progress-bar li:nth-child(3) {
    left: 0px;
}


}

@media (min-width: 767px) and (max-width: 991px){
.progress-bar li:nth-child(3) {
    left: 0px;
}

}


#investigationSearch.inline-form {
	margin-bottom:0;
}

@media (max-width: 992px){

.progress-bar li.complete:before {
    z-index: -2;
    display:none;
}

html body .main-nav .nav-item a.anniversary-link.active {
	border:0px;
	border-radius: 0;
	padding-left:0 !important;
	background-color:#FBF9F8 !important;
}

html body .main-nav .nav-item a.anniversary-link {
	border:0px !important;
	border-radius: 0 !important;
	padding-left:0 !important;
	background-color:#FBF9F8 !important;
}


}



html body .footer-block .social-follow {
	padding:8px 8px 8px 0px;
	border-radius: 0;
	background-color: #FBF9F8;
}

html body .footer-block .social-follow h4 {
	font-size:1rem;
}

html body .footer-block .social-follow span {
	background-color: #493430;
}

html body .footer-block .social-follow i {
	font-size:16px;
	line-height: 23px;
}

.footer-block .social-follow a:hover span,
.footer-block .social-follow a:focus span {
	background: #297D3D !important
}
.footer-navigation {
	padding-top:20px;
	padding-bottom:20px;
}

.card .organisation_surround {
	width: 100%;
	text-align: right;
}
.card .organisation {
	border-radius: 5px 0px 0px 5px;
	margin-right: -20px;
}
.organisation {
	
	background: #493430;
	border-radius: 5px;
	color: #FFF;
	font-size: 16px;
	letter-spacing: .46px;
	line-height: 1.0625rem;
	padding: 8px 11px;
	margin-bottom: 8px;
	display: inline-block;
	font-family: "Museo Sans";
	font-weight: 500;
	text-transform: uppercase;
  }
  main.article .intro p:last-child {
	  margin-bottom: 0;
  }
  h1 .organisation {
	margin-bottom: 0;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 2px;
  }
  .promo_area {
	background: #493430;
	color: #FFF;  
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 20px;
	background-image: url(../images/promo.svg);
	background-repeat: no-repeat;
	background-position: left;
  }
  .promo_area .row {
  	align-items: center;
  	justify-content: center;
  }
  .promo_area p {
	  margin-bottom: 0;
  }
  .promo_area h2 {
	  font-size: 26px;
	  margin-bottom: 12px;
	  color: #FFF;
	  text-transform: none;
  }