@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

.styled-form button,
.styled-form input,
.styled-form optgroup,
.styled-form select,
.styled-form textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.styled-form {
	margin: 0;
	outline: 0;
	line-height: 1.4;
	border: 1px solid #a8adb4;
	color: #555;
	background: #fff;
	border-radius: 3px;
}

.styled-form.no-border {
	border: none;
}

.styled-form .row,
.styled-form .row-tile {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.type-search .search-input, .type-search .search-sort-options {
	margin-bottom: 2rem;
}

.styled-form .webform_subfields:last-child, .styled-form section:last-child {
	margin-bottom: 0 !important;
}

.styled-form .btn {
	margin: 0;
	padding: .6rem 1.2rem;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: none;
	border: none;
	font-weight: 400;
	border-radius: 2px;
	background-color: #003899;
	color: #FFF;
	cursor:default;
}

.styled-form .input.button {
	display: flex;
	flex: 1 1 auto;
}

.styled-form .input.button input {
	border-right-style: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.styled-form .input input,
.styled-form .select select,
.styled-form .textarea textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	/* padding: 7px 10px; */
	outline: 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	background-color: #fff;
	color: #555;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.styled-form .checkbox i,
.styled-form .icon-append,
.styled-form .icon-prepend,
.styled-form .input input,
.styled-form .radio i,
.styled-form .select select,
.styled-form .textarea textarea {
	border-color: #a8adb4;
	transition: border-color .33s ease;
	top: 0;
}

.styled-form .select i::after,
.styled-form .select i::before {
	content: '';
	position: absolute;
	right: 10px;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.styled-form .select i::before {
	top: 11px;
	border-bottom: 5px solid #7f8691;
}

.styled-form .select i::after {
	bottom: 11px;
	border-top: 5px solid #7f8691;
}
.styled-form .input.button button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.styled-form .input.button button.btn {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1;
	border: 1px solid #a8adb4;
	border-left-style: none;
}

.styled-form .select select {
	cursor: pointer;
}

.styled-form .select i {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 28px;
	height: 100%;
	pointer-events: none;
}

.styled-form .checkbox {
	padding-left: 35px;
	color: #555;
	cursor: pointer;
	position: relative;
	display: block;
}

.styled-form .checkbox input,
.styled-form .radio input {
	position: absolute;
	left: -9999px;
}

.styled-form .checkbox i,
.styled-form .radio i {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	outline: 0;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
}

.styled-form .checkbox i {
	border-radius: 2px;
}
.styled-form .checkbox input + i::after {
	content: '\f00c';
	top: -5px;
	left: -1px;
	font-size: 23px;
	line-height: 23px;
	font-family: FontAwesome;
	font-weight: 400;
	text-align: center;
}
.styled-form .checkbox input + i::after,
.styled-form .radio input + i::after {
	position: absolute;
	opacity: 0;
	transition: opacity .1s;
}

.styled-form .checkbox input:checked + i::after,
.styled-form .radio input:checked + i::after {
	opacity: 1;
	color: #007ecc;
}

.styled-form .filterbox > div {
	padding: 15px;
}

.styled-form .type-list-filter{
	margin-right:1rem;
}

.styled-form .type-list-filter .filterbox .btn.li-label {
	display: block;
	position: relative;
	text-align: left;
	border-radius: 3px;
}

.styled-form .type-search .filterbox > button.btn.li-label:not(.collapsed) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.styled-form .type-list-filter .filterbox {
	margin-bottom: 2rem;
	background-color: #fff;
}

.styled-form .type-list-filter .filterbox .btn.li-label::after,
.styled-form .type-list-filter .filterbox .nav-side li > a + a::after {
	position: absolute;
	display: inline-block;
	font-family: FontAwesome;
	right: 0;
	width: 40px;
	content: "\f078";
	font-weight: 400;
	text-align: center;
	transform: rotate(-180deg);
	transition: transform .33s;
	display:none !important;
}

.search-result{
	margin-top:1rem;
}

.type-search .search-result-heading {
	display: flex;
	align-items: flex-end;
	font-size: 1.2rem;
}

.type-search .search-badge {
	margin-left: 1rem;
	font-weight: 300;
	font-size: 0.7rem;
	padding: .1rem .2rem;
	border-radius: 3px;
	color: #a8adb4;
	border: 1px solid #a8adb4;
	opacity:.8;
}
.search-result-heading > a{
    word-wrap: break-word;
    width: 100%;
    overflow-wrap: break-word;
}

.show-more{
	display:none;
}
