body{
	background-color: #ffffff;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 18px;
	color: #627182;
}

/*General*/
.content{
	max-width: 1170px;
	padding: 0 30px;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.content{
		padding: 0 20px;
	}
}
.clear{
	clear: both;
}
strong{
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #627182;
}
a:hover{
	text-decoration: underline;
}
.content a{
	text-decoration: underline;
}
img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 450px) {
	img.logo, .benpal img {
		width: 100% !important;
		height: auto;
	}
}
h1{
	color: #a90055;
	font-size: 38px;
	line-height: 50px;
	margin-bottom: 20px;
}
h2{
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 20px;
	color: #a90055;
}
h3{
	font-weight: bold;
	margin-bottom: 10px;
}
i{
	font-style: italic;
}
/*END General*/

/*Header*/
header{
	padding: 70px 0;
}
.logo{
	float: left;
}
.contact{
	max-width: 300px;

	font-family: Open Sans;
	font-size: 16px;
	line-height: 18px;
	color: #b1b8c3;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.contact a{
	font-family: Open Sans Semibold;
	color: #b1b8c3;
	text-decoration: none;
}
.phone{
	margin-top: 5px;
}
.in-uk, .out-uk{
	float: left;
}
.in-uk{
	width: 100%;
}
.times{
	font-size: 12px;
	line-height: 14px;
}

.phone-number{
	font-size: 40px;
	line-height: 48px;
}
.benpal{
	float: right;

}
.benpal img{
	width: 263px;
	height: auto;
}
@media screen and (max-width: 930px) {
	header{
		padding: 30px 0 28px 0;
	}
	.contact{
		float: none;
		margin: 10px  0 0 0;
		font-size: 14px;
		text-align: left;
	}
	.phone{
		margin-top: 0;
	}
	.in-uk{
		width: auto;
		margin-right: 30px;
	}
	.out-uk{
		width: auto;
	}
	.phone-head{
		font-size: 14px;
	}
	.phone-number{
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (max-width: 630px) {
	a.benpal{
		float: none;
		display: block;
		clear: both;
		padding-top: 20px;
	}
}
/*END Header*/

/*Nav*/
nav{
	background-color: #e6e8ee;
	padding: 13px 0;
}
.navigation li{
	display: inline;
}
.navigation li a{
	text-decoration: none;
	font-size: 20px;
	color: #627182;
	display: inline-block;
}
.navigation li a.current, .navigation li a:hover{
	color: #a60055;
}
.nav-pipe{
	color: #ffffff;
	margin: 0 15px;
}
@media screen and (max-width: 900px) {
	.nav-pipe{
		margin: 0 5px;
	}
}


#dropdown {
	position: relative;

}
#dropdown ul.nav-dropdown {
	display: none;
	position: absolute;
	background-color: #e5e7ed;
	min-width: 250px;
	z-index: 1;
	left: -20px;
	top: 20px;
	padding-top: 10px;
}
#dropdown ul.nav-dropdown li a{
	border-top: 1px solid #ffffff;
	height: auto;
	padding: 10px 20px;

}
#dropdown ul.nav-dropdown li a{
	display: block;
}
li#dropdown:hover .nav-dropdown {
	display: block;
}


.hamburger {
	display: none;
	cursor: pointer;
	width: 35px;
	margin-left: auto;
	margin-right: auto;
}
.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #627182;
	margin: 6px 0;
	transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

@media screen and (max-width: 768px) {
	nav{
		padding: 5px 0;
	}
	.navigation{
		display: none;
	}
	.hamburger {
		display: block;
	}
	.navigation li{
		display: block;
		padding: 5px 0;
		text-align: center;
	}
	.navigation li a{
		display: block;
	}
	li.nav-pipe{
		display: none;
	}
	#dropdown ul.nav-dropdown {
		display: block;
		position: relative;
		background-color: #e5e7ed;
		min-width: 100%;
		z-index: auto;
		left: 0;
		top: 0;
		padding-top: 0;
	}
	#dropdown ul.nav-dropdown li{
		padding: 5px 0;
	}
	#dropdown ul.nav-dropdown li a{
		border-top: none;
		height: auto;
		padding: 0;
		font-size: 14px;
	}
}
/*END Nav*/

/*Banner*/
.banner{
	height: 490px;
	margin: 10px 0;
	padding-right: 30px;
	background-color: #a8aeb8;
}
.banner-text-wrap{
	position: relative;
	height: 490px;
}
.banner-text{
	position: absolute;
	bottom: 80px;
	color: #ffffff;
	font-family: Open Sans bold;
	font-size: 70px;
}
.banner-large-text{
	font-family: Open Sans light;
	font-size: 140px;
}
@media screen and (max-width: 1045px) {
	.banner{
		height: 400px;
	}
	.banner-text-wrap{
		height: 400px;
	}
	.banner-text{
		bottom: 80px;
		font-size: 50px;
	}
	.banner-large-text{
		font-size: 100px;
	}
}
@media screen and (max-width: 780px) {
	.banner{
		height: 300px;
	}
	.banner-text-wrap{
		height: 300px;
	}
	.banner-text{
		bottom: 50px;
		font-size: 30px;
	}
	.banner-large-text{
		font-size: 60px;
	}
}
@media screen and (max-width: 500px) {
	.banner{
		height: 150px;
	}
	.banner-text-wrap{
		height: 150px;
	}
	.banner-text{
		bottom: 30px;
		font-size: 24px;
	}
	.banner-large-text{
		font-size: 48px;
	}
}
@media screen and (max-width: 415px) {
	.banner{
		height: 100px;
	}
	.banner-text-wrap{
		height: 100px;
	}
	.banner-text{
		bottom: 25px;
		font-size: 14px;
	}
	.banner-large-text{
		font-size: 28px;
	}
}
/*END Banner*/

/*Home buttons*/
.home-menu-buttons{
	margin-top: 10px;
}
a.button{
	float: left;
	padding: 24px;
	margin: 0 5px;
	width: calc(20% - 58px);
	background-color: #a60055;
	text-decoration: none;
	text-align: center;
}
a.button:hover{
	background-color: #f69838;
}
.button-large-text{
	font-weight: bold;
	font-size: 27px;
	color: #ffffff;
	display: block;
}
.button-small-text{
	color: #ffffff;
	font-size: 19px;
}
.button.current{
	background-color: #f69a3a;
}
@media screen and (max-width: 1015px) {
	.button-large-text{
		font-size: 22px;
	}
	.button-small-text{
		font-size: 16px;
	}
}
@media screen and (max-width: 890px) {
	.button-large-text{
		font-size: 20px;
	}
	.button-small-text{
		font-size: 14px;
	}
}
@media screen and (max-width: 890px) {
	.button-large-text{
		font-size: 18px;
	}
	.button-small-text{
		font-size: 12px;
	}
}
@media screen and (max-width: 790px) {
	a.button{
		float: none;
		display: block;
		padding: 20px;
		margin: 5px 0;
		width: calc(100% - 40px);
	}
}
/*END home buttons*/

/*Content*/
.main-content{
	margin: 40px 0;
	line-height: 24px;
}
.main-content p{
	margin: 0 0 20px 0;
}
p.sub-para{
	margin-top: -10px;
}
.active-members-home-col-1{
	width: 25%;
	margin-right: 40px;
	float: left;
}
.active-members-home-col-2, .active-members-home-col-3{
	width: calc(37.5% - 20px);
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	float: left;
	display: table;
}
a.before-1st{
	display: table-cell;
	text-decoration: none;
	color: #ffffff;
	background-color: #a30055;
	padding: 20px 30px;
	border-right: 2px solid #ffffff;
	vertical-align: middle;
}
a.after-1st{
	display: table-cell;
	text-decoration: none;
	color: #ffffff;
	background-color: #a30055;
	padding: 20px 30px;
	border-left: 2px solid #ffffff;
	vertical-align: middle;
}
a.before-1st:hover{
	background-color: rgba(246, 152, 56, 1);
}
a.after-1st:hover{
	background-color: rgba(246, 152, 56, 1);
}
@media screen and (max-width: 800px) {
	.active-members-home-col-1{
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.active-members-home-col-2, .active-members-home-col-3{
		width: 50%;
	}
}
@media screen and (max-width: 500px) {
	.active-members-home-col-2, .active-members-home-col-3{
		width: 100%;
	}
	a.before-1st{
		border-right: none;
		border-bottom: 2px solid #ffffff;
	}
	a.after-1st{
		border-left: none;
		border-top: 2px solid #ffffff;
	}
}

.left-column{
	width: 292px;
	float: left;
}
.right-column{
	margin-left: 350px;
}
.sub-menu-header{
	background-image: url("img/sub-menu-image.jpg");
	padding: 20px;
	color: #ffffff;
	font-size: 48px;
	line-height: 50px;
	height: 252px;
	margin-bottom: 4px;
	position: relative;
}
.sub-menu-header-text{
	position: absolute;
	bottom: 15px;
	left: 20px;
	display: block;
}
.sub-menu ul{

}
.sub-menu ul li{
	margin-bottom: 2px;
}
.sub-menu ul li a{
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	background-image: url("img/sub-menu-icon.jpg");
	background-repeat: no-repeat;
	background-color: #f49836;
	background-position: 5px 5px;
	font-size: 18px;
	min-height: 36px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 5px 5px 45px;
}
.sub-menu ul li ul{
	margin-left: 20px;
	margin-top: 2px;
}
.sub-menu ul li ul li a{
	background-image:none;
	font-size: 14px;
	line-height: 14px;
	min-height: auto;
	padding: 5px 0 5px 10px;
}
.sub-menu ul li a:hover, .sub-menu ul li a.current{
	background-color: #a60055;
	background-image: url("img/sub-menu-icon-active.jpg");
}
.sub-menu ul li ul li a:hover, .sub-menu ul li ul li a.current{
	background-color: #a60055;
	background-image: none;
}
ul.text-list{
	margin: 20px 0 20px 30px;
	list-style: disc;
}
ul.text-list li{
	margin: 10px 0;
}
.sub-menu-mobile{
	display: none;
	width: 100%;
	float: none;
}
.sub-menu-mobile .sub-menu-header{
	display: none;
}
@media screen and (max-width: 768px) {
	.sub-menu-desktop{
		display: none;
	}
	.sub-menu-mobile{
		display: block;
	}
	.right-column{
		margin-left: 0;
	}
}
.table-wrap{
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.table-wrap{
		overflow-x: auto;
	}
}
table{
	border: 1px solid #627182;
	width: 100%;
	min-width: 490px;
}
table td{
	padding: 10px;
}
table.trustee{
	border-collapse: separate;
	border-spacing: 0;
}
table.trustee th{
	background-color: #173f5e;
	color: #ffffff;
	padding: 10px;
	text-align: left;
}
table.trustee td{
	border: 1px solid #e6e8ee;
}
table.terms-and-conditions{
	min-width: auto;
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 0;
}
table.terms-and-conditions th{
	background-color: #f0eeed;
	border: 1px solid #ccced4;
	padding: 10px;
	text-align: left;

}
table.terms-and-conditions td{
	border: 1px solid #ccced4;
}


table.privacy-policy-table{
	border-collapse: separate;
	border-spacing: 0;
}
table.privacy-policy-table th{
	background-color: #B11257;
	color: #ffffff;
	padding: 10px;
	text-align: left;
	position: sticky;
	top: 0;
	z-index: 10;
	border-right: 1px solid #627182;
}
table.privacy-policy-table th:last-of-type{
	border-right: none;
}
table.privacy-policy-table td{
	border: 1px solid #e6e8ee;
}
table.privacy-policy-table td p{
	margin-bottom: 10px;
}
table.privacy-policy-table td p:last-of-type{
	margin-bottom: 0;
}

.indent{
	padding-left: 20px;
}
.portrait{
	float: right;
	width: 150px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.portrait img{
	display: block;
	margin-bottom: 5px;
}
p.portrait-name{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	text-align: center;
}
@media screen and (max-width: 490px) {

	.portrait{
		width: 50%;
		margin: 0;
	}
	.portrait img{
		width: calc(100% - 5px);
	}
	img.portrait-2{
		margin-right: 5px;
	}
	img.portrait-1{
		margin-left: 5px;
	}
}
ul.site-map{
	margin-left: 0;
}
ul.site-map li ul{
	margin-left: 20px;
	margin-bottom: 0;
}
ul.site-map li ul li ul{
	margin-left: 20px;
	margin-bottom: 0;
}
ul.site-map a{
	text-decoration: none;
	font-weight: normal;
	font-size: 28px;
	line-height: 34px;
}
ul.site-map a:hover{
	text-decoration: underline;
}
ul.site-map li ul a{
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
}
ul.site-map li ul li ul a{
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
}
ul.site-map li ul li ul li ul a{
	font-size: 14px;
	line-height: 16px;
}


/*END Content*/

/*FAQ*/
.faq{
	margin: 20px 0;
}
.faq li {
	padding: 10px;
}

.faq li.q {
	font-weight: bold;
	cursor: pointer;
}

.faq li.a {
	display: none;
}
.faq li.a p:last-of-type{
	margin-bottom: 5px;
}

.rotate {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*END FAQ*/

/*Footer*/
.footer-menu{
	background-color: #f8991b;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	padding: 25px 0;
	margin: 10px 0;
}
.footer-menu a{
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	margin: 0 10px;
}
.footer-menu a:hover{
	text-decoration: underline;
}
.footer-copy{
	background-color: #e6e8ee;
	font-size: 16px;
	text-align: right;
	padding: 15px 0;
	color: #627182;
}
@media screen and (max-width: 768px) {
	.footer-menu{
		line-height: 28px;
		padding: 15px 0;
	}
	.footer-pipes{
		display: none;
	}
	.footer-copy{
		text-align: center;
	}
}
/*END Footer*/

/*notice*/
.notice{
	background-color: #a60055;
	color: #ffffff;
	padding: 30px;
	margin-bottom: 30px;
}
.notice h2{
	color: #ffffff;
}
.notice p{
	margin-top: 30px;
	line-height: 1.3;
}
/*END notice*/