
.page{
	margin:0 auto;
}

.map_container {
	max-width: 320px;
	margin: 0;
	text-align: center;
	position: relative;
}

.resource_questions {
	/*margin-top: 5px;*/
}

.question {
 	font-weight: 400;
	font-size: 26px;
	align-self: end;
	height: 75px;
}

.yes_no {
	margin-top: 25px;
	display: flex;
}

.keywords {
	cursor: pointer;
	text-decoration: none;
  	position: relative;
  	font-size: 16px;
  	font-weight: 600;
  	line-height: normal;
  	-webkit-appearance: none!important;
	border: none;  
  	background-color: transparent;
  	flex: 50%;
}

.k_left {
	padding: 0 20px 0 0;
	text-align: right;
}

.k_right {
	padding: 0 0 0 20px;
	text-align: left;
}

.arrow {
	margin-bottom: 10px;
}

.keyword_left {
	margin-right: 16px;
}

.keyword_right {
	margin-left: 21px;
}

.keywords:hover img{
	transform: scale(1.15);
}

.keywords:focus {
	outline: none;
}

.start_over {
	width: 50px;
	display: none;
	margin-top: 30px;
}

.start_over:hover {
	transform: scale(1.15);
	cursor: pointer;
}

.resource_results {
	display: none;
	margin-left: 20px;
	text-align: left;
}

.resource_title {
	font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    padding-top: 24px;
    padding-bottom: 16px;
}

.resource_title a {
    color: #292929;
}

.resource_title a:hover {
	color: #292929;
}

.resource_description {
	font-size: 16px;
}

.resource_img {
	width: 280px;
}

.divider {
	border-color: #ccc;
	margin: 30px 36px 30px 16px;
}

.extras {
	font-size: 14px;
}

.extras a {
	text-decoration: underline;
	color: #666;
}

.extras a:hover {
	text-decoration: none;
	color: #4d4d4d;
}