@media (max-width: 519px) {

}
@media (min-width: 520px) and (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 999px) {

}
@media (min-width: 1000px) {

}
@import url('https://fonts.googleapis.com/css?family=Sigmar+One&display=swap');


.msj_groups #group_search{
	color:#333 !important;
}
.msj_groups .gdlr-styled-box-body.with-head p{
	font-size: 24px;
	font-weight: bold;
}

#msj_groups_wrap, #msj_groups_wrap:before, #msj_groups_wrap:after,
.group_box, .group_box:before, .group_box:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#msj_groups_output #group_search {
	min-width: 300px;
	width: 100%;
	color: #000;
	font-size: 14px;
}
#msj_groups_output .icon-search {
	position: absolute;
	top: 15px;
	right: 6px;
	font-size: 17px;
}
.group_pd{
	padding: 0;
}
.group_box{
	padding: 15px
}
.group_inner{
	border: 1px solid #ddd;
	box-shadow: 1px 2px 7px -1px #ddd;
}
.group_box .group_content .fa{
	font-size:14px;
	color:#888;
	width:15px;
	margin-left:0px;
	text-align: center;
}
.group_box .group_town{
	position: relative;;
	background-color: #ddd;
	text-align: center;
	z-index: 2;
	overflow: hidden;
	text-transform: uppercase;
}
.group_box .group_town span{
	position: relative;
	display: block;
	font-size: 18px;
	padding: 10px 5px;
	font-weight: bold;
	color:#000;
	text-align: center;
	z-index: 3;
}
.group_box .group_town:before{
	content: "MSJ";
	font-style: italic;
	font-family: "impact";
	color: rgba(255,255,255,0.8);
	position: absolute;
	top: -42px;
	right: 0;
	z-index: 1;
	font-size: 80px;
	text-align: right;
	display: block;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 14px 0 0;
}
.group_box .group_town span{
	position:relative;
	display:inline-block;
}
.group_box .group_town a:hover span:after{
	content: "\1F517";
	position: absolute;
	right: -22px;
	top: 5px;
	color: #848484;
	font-size: 23px;
}
.group_box .group_name{
	font-style: italic;
	color: #005dd0;
	position: relative;
	z-index: 2;
}
.group_box .group_content{
	font-size: 15px;
	line-height: 24px;
	padding: 30px 25px;
	background-color: #f9f9f9;
	color:#333;
	border-top: none;
}
.group_box.hashSelectedGroup .group_content{
	background-color: #fffadd;
}
.group_box .parish {
	font-weight: bold;
	line-height: 16px;
}
.group_box .parish_address {
	border-bottom: 1px solid #e6e6e6;
	box-shadow: 0 1px 0 #fff;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size:12px;
	line-height: 15px;
	color: #888;
}
.group_box .leader.name {
	border-top: 1px solid #fff;
	box-shadow: 0 -1px 0 #e6e6e6;
	padding-top: 12px;
	margin-top: 15px;
}
.group_box .leader  {
	color:#4674ac;
}
.group_box .leader i.fa {
	color:#4674ac;
}
.group_box .info {
	position: relative;
	border-top: 1px solid #fff;
	box-shadow: 0 -1px 0 #e6e6e6;
	padding-top: 15px;
	margin-top: 15px;
	color:#000;
}
.group_box .info:before {
	content: "";
	position:absolute;
	top:-18px;
	right:5px;
	color:#999;
	font-size:12px;
}
.group_box .extras {
	margin-top:10px;
	padding-top:10px;
	border-top: 1px solid #d7eafb;
	font-size:13px;
	line-height: 15px;
}
.to_hide{
	display: none;
}
h2.region{
	border: 1px solid #d9d9d9;
	padding: 5px 20px;
	background: #f4f4f4;
	margin: 20px 15px;
}
h2.region span{
	font-weight: bold;
	padding: 15px 25px;
	background: #dd0000;
	color: #fff;
	border: 1px solid #aa0000;
	font-size: 33px;
	margin-right: 15px;
}
#copied_popup{
    position: fixed;
    top: 30%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
	max-width: 100px;
	width:auto;
	color: #000;
    background-color: #fff;
	border:1px solid #a0a0a0;
	padding:10px 20px;
	font-size:24px;
	text-align: center;
	z-index:5;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-webkit-box-shadow:	2px 3px 10px -2px #888;
	-moz-box-shadow:	2px 3px 10px -2px #888;
	box-shadow:			2px 3px 10px -2px #888;
}
::-webkit-input-placeholder {
	color:    #aaa !important;
}
:-moz-placeholder {
	color:    #aaa !important;
	opacity:  1;
}
::-moz-placeholder {
	color:    #aaa !important;
	opacity:  1;
}
:-ms-input-placeholder {
	color:    #aaa !important;
}
::-ms-input-placeholder {
	color:    #aaa !important;
}
::placeholder {
	color:    #aaa !important;
}
[placeholder]{
	color:    #aaa !important;
}
@media (max-width: 419px) {


}
@media (max-width: 767px) {

	#msj_groups_output .group_box .group_inner.group_content{
		height: auto !important;
	}

	#msj_groups_output .widget.widget_search.gdlr-item.pull-right {
		min-width: 100%;
		width: 100%;
		float:none;
		margin:5px auto !important;
	}
	#msj_groups_output #group_search{
		min-width: 100%;
	}
	h2.region {
		font-size: 18px;
		text-align: center;
	}
	h2.region span{
		display:block;
		margin:-20px auto 10px;
		min-width: 40px;
		width: auto;
		font-size:24px;
		padding:10px 20px;
	}
}
@media (min-width: 520px) and (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 999px) {

}
@media (min-width: 1000px) {

}