.intro {
	color:#0275b5;
}

ul.article-list {
	font-weight:bold; 	margin-left:30px;
}

ul.how-to {
	font-weight:bold; 	margin-left:30px;
}

ul.why-join {
	font-weight:bold; 	margin-left:30px;
}

h1.title {
	color:#545454; font-size:24px;
}


div.photo-container {
	float:right; font-size:14px; padding-left:40px;
}

img.right {
	float:right; border:1px solid #CCCCCC; padding:1px;
}

a.bigbig, p.bigbig a {
	color:#FFFFFF;
	background: #B10058;
}

.Large-Button {
	background-color: #B10058;
	border-radius: 10px;
	display: flex;
	flex: 1 1 100%;
	margin-top: 3em;
	margin-bottom: 1em;
}

.Large-Button a {
	color: white;
	padding: 30px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	font-size: 28px;
	transition: 150ms ease background-color;
	width: 100%;
	line-height: 1.2;
}

.Large-Button a:hover {
	color: white;
}

.Half-Button {
	background-color: #B10058;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	font-weight: 600;
	flex: 0 1 calc(50% - 10px);
}

.Half-Button a {
	padding: 10px;
	color: white;
	text-decoration: none;
	width: 100%;
	text-align: center;
	line-height: 1.2;
}

.Half-Button a:hover {
	color: white;
}

div.tpomenu ul li:hover ul {
  z-index: 999;
}