.well{
	width:100%
}

.selectCountryCont{
	width:100%;
}

.rep_result_list{
	display: flex;
    flex-wrap: wrap;
	padding:0;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	
}

@media (min-width: 768px) {
	.rep_result_list:first-child{
		margin-top: 13px;
	}
}

.rep_result_list ul{
	padding-left:0px;
	margin-left:0;
}

.find-representative-default-rep{
	display:none;
}

.find-representative-default-content .mura-index  a{
	color: #428bca !important;
	font-weight: 700;
	line-height: 1.42857143;
	font-size: 16px;
	text-decoration: none !important;
	border-bottom:0 !important;
}

.find-representative-default-content .mura-index dl{
	margin-bottom:15px;
}

.find-representative-default-content .mura-index  a:hover{
	color: #2a6496 !important;
	text-decoration: underline !important;
}

.title-with-richtext{
	width:100%;
}

.find-representative-default-rep{
	width:100%;
    background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    border: 1px solid #f5e79e;
	text-shadow: 0 1px 0 rgb(255 255 255 / 20%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%), 0 1px 2px rgb(0 0 0 / 5%);
	background-color: #fcf8e3;
    color: #8a6d3b;
	padding: 15px;
    font-size: 16px;
	line-height: 1.5;
}

.find-representative-default-rep a{
	color: #428bca !important;
    text-decoration: none !important;
	border-bottom:0 !important;
}
.find-representative-default-rep a:hover{
	color: #2a6496 !important;
    text-decoration: underline !important;
}

.rep_result_list .repTitle{
	font-weight: 700;
}

@media (max-width: 767px) {
	.well, .find-representative-default-content{
		padding-left:15px;
		padding-right:15px;
	}
	.title-with-richtext .field-brief-content .find-representative-default-rep.alert-warning{
		margin-left:15px !important;
		margin-right:15px;
		width:calc(100% - 30px) !important;
	}
}

.find-representative-sidebar-contact{
	padding:0 15px 15px;
}

.find-representative-sidebar-contact h4{
	font-size:15px;
	margin-top:0 !important;
	border-top:1px solid #ddd;
	padding-top:15px !important;
	margin-bottom:15px !important;
}

.find-representative-sidebar-contact p{
	font-size:14px;
}

.find-representative-sidebar-contact p a{
	color:#428bca !important;
	border-bottom:0 !important;
}

.navigation.navigation-sidebar{
	margin-bottom:0 !important;
}