.page_findmyparish {
	position: relative;
	background: red;
	margin:0 40px;
	margin-left: 400px;
	background:rgba(255,255,255,.8);
	box-shadow: rgba(0,0,0,.4) 0 0 80px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:40px 60px;
}

.network_subscribe_around.is_parent_net {
	max-width: 360px;
	padding:20px;
	margin:0;
	border-radius: 8px;
	position: fixed;
	margin-left: -380px;
	background:rgba(8,22,37,.9);
	box-shadow: rgba(0,0,0,.3) 0 0 20px;
	border:1px solid rgb(8,22,37);
	color: #ECEFF0;
}
.network_subscribe_around.is_parent_net .button:hover,
.network_subscribe_around.is_parent_net .button:active,
.network_subscribe_around.is_parent_net .button-small:hover,
.network_subscribe_around.is_parent_net .button-small:active {
	border:2px solid #fff !important;
}




.find_my_parish_header {
	position: relative;
	padding-left: 160px;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
}
.find_my_parish_header .network_icon {
	border-radius: 100px;
	border:2px solid #FFF;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	box-shadow: rgba(0,0,0,.3) 0 0 20px;
	position: absolute;
	top:50%;
	margin-top: -52px;
	margin-left: -124px;
}
.find_my_parish_header .network_icon > div {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	box-shadow: inset 0 0 8px rgba(0,0,0,.2);
}

.find_my_parish_parent_net_name {
	font-size: 36px;
	line-height: 40px;
}
.find_my_parish_parent_net_pre_title {
	font-size: 22px;
	line-height: 22px;
	font-style: italic;
}

@media screen and (max-width:600px) {
	.find_my_parish_header {
		padding-left: 0;
		padding-top: 26px;
		display: block;
		height: auto;	
	}
	.find_my_parish_header .network_icon1 {
		position: relative;
		margin:0 auto;
		top:auto;
		width: 100px;
	}
	.find_my_parish_header .network_icon {
		margin-top: 0;
		margin-left: 0;
		top:-52px;
		right: -24px;
	}
}


.find_my_parish_search {
	max-width: 240px;
	margin-left: 160px;
	padding-bottom: 40px;
}
#find_my_parish_search_box {
	border-radius: 100px;
	padding:10px;
	padding-left: 40px;
}
.find_my_parish_search .fa {
	position: absolute;
	line-height: 38px;
	width: 46px;
	text-align: center;
	font-size: 22px;
	z-index: 1000;
	color:#278DC1;
}


.find_my_parish_logo {
	width:169px;
	height:36px;
	margin:0 auto;
	margin-top: 60px;
	margin-bottom: 20px;
	background-image: url(https://dhdj1c2suf90g.cloudfront.net/images/logos/new-logo-2x.png);
	background-size: contain;
}


@media screen and (max-width:940px) {
	.page_findmyparish {
		margin-left: 40px;
	}
	.network_subscribe_around.is_parent_net {
		position: relative;
		max-width: none;
		left:-60px;
		width: calc(100% + 120px);
		border-radius: 0;
		border-left: none;
		border-right: none;
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.network_subscribe_around.is_parent_net > div {
		max-width: 360px;
		margin:0 auto;
	}
	.find_my_parish_search {
		max-width: 240px;
		margin: 0 auto;
	}
}
@media screen and (max-width:800px) {
	.page_findmyparish {
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.network_subscribe_around.is_parent_net {
		position: relative;
		max-width: none;
		left:-30px;
		width: calc(100% + 60px);
	}
}





.page_findmyparish .network_button {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: calc((100% - 20px) / 2);
	cursor: pointer;
	margin-bottom: 2px;
	position: relative;
	padding:6px;
	border-radius: 12px;
	margin-right: 20px;
	-webkit-transition: background-color .8s, color .8s;
	-moz-transition: background-color .8s, color .8s;
	transition: background-color .8s, color .8s;
}
@media screen and (min-width:941px) and (max-width:1220px),
screen and (max-width: 767px) {
	.page_findmyparish .network_button {
		float: none;
		width: auto;
		margin-right: 0 !important;
	}
	
}

@media screen and (max-width:1499px) {
	.page_findmyparish .network_button:nth-child(even) {
		margin-right: 0;
	}
}

@media screen and (min-width:1500px) and (max-width:1799px) {
	.page_findmyparish .network_button {
		width: calc((100% - 40px) / 3);
		margin-right: 20px;
	}
	.page_findmyparish .network_button:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (min-width:1800px) {
	.page_findmyparish .network_button {
		width: calc((100% - 60px) / 4);
		margin-right: 20px;
	}
	.page_findmyparish .network_button:nth-child(4n) {
		margin-right: 0;
	}
}


.no-touch .page_findmyparish .network_button:hover {
	background-color:#278dc1;
	color: #FFF;
	-webkit-transition: background-color .2s, color .2s;
	-moz-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
}
.page_findmyparish .network_button:active {
	background-color:#13426B;
	color: #FFF;
}

.page_findmyparish .network_button a > div {
	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	transition: transform .2s;
}
.page_findmyparish .network_button a:active > div {
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	transform: scale(.95);
}



.page_findmyparish .network_button .network_icon {
	width:70px;
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	float: left;
	margin-right: 14px;
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page_findmyparish .network_button .network_icon>div {
	width:100%;
	height: 70px;
	background-color:rgba(48,142,191,0);
	-webkit-transition:background-color .2s;
	-moz-transition:background-color .2s;
	transition:background-color .2s;
}
.page_findmyparish .network_button .network_name_wrapper {
	float: left;
	width: calc(100% - 84px);
}
.page_findmyparish .network_button .network_name {
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	display: table-cell;
	height: 70px;
	overflow: hidden;
	line-height: 22px;
	vertical-align: middle;
}

.network_button a {

    text-decoration: none !important;
    color: inherit !important;

}

