		
			.pathway {
				border: solid 1px #512888;
				border-top: solid 10px #331958;
				background-color: #fff;
				position: relative;
				padding-bottom: 95px;
				margin-bottom: 30px;
			}
			
			.pathway > img {
				width: 100%;
			}
			
			.pathway__content {
				width: 100%;
				padding: 20px;
				text-align: center;
			}
			.pathway__content-title {
				font-size: 30px;
				font-weight: bold;
				line-height: 1.2;
				margin-bottom: 20px;
			}
			
			.pathway__content-title a {
				text-decoration: none;
			}
			.pathway__content-title a:hover {
				text-decoration: underline;
			}
			
			.pathway__content-desc {
				font-size: 20px;
				line-height: 1.5;
			}
			
			.pathway__button-container {
				text-align: center;
				margin: 10px 20px;
				position: absolute;
				bottom: 10px;
				right: 0;
				left: 0;
			}
			
			#atoz {
				margin: 50px 0;
				text-align: center;
			}

			#atoz .cell {
				margin: 20px 0;
			}