.no-search-results *,
.no-search-results *::before,
.no-search-results *::after {
	box-sizing: border-box;
}

/*--------------------*/
/*----- Varibles -----*/
/*--------------------*/
:root {
	/* ui */
	--elevation-1: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px, rgba(0, 0, 0, 0.16) 0px 1px 1px 0px;
	--shape-4: 4px;

	/* gutters */
	--nsr-gutters: 16px;
	
	/* main background colors */
	--nsr-background-color: #fff;
	
	/* font family */
	--nsr-brand-font-primary: ;
	--nsr-brand-font-secondary: ;
	--nsr-brand-font-tertiary: ;
	
	/* general color */
	--nsr-color: #000;

	/* general links */
	--nsr-link-color: var(--nsr-color);
	--nsr-link-hover-color: var(--nsr-color);

	/* home icon */
	--nsr-home-black: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='64px' height='64px' viewBox='0 0 64 64' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ELight / Home%3C/title%3E%3Cg id='Light-/-Home' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M58,24 C59.0543618,24 59.9181651,24.8158778 59.9945143,25.8507377 L60,26 L60,58 C60,61.2383969 57.4344251,63.8775718 54.2249383,63.9958615 L54,64 L46,64 C42.7616031,64 40.1224282,61.4344251 40.0041385,58.2249383 L40,58 L40,42 C40,40.9456382 39.1841222,40.0818349 38.1492623,40.0054857 L38,40 L26,40 C24.9456382,40 24.0818349,40.8158778 24.0054857,41.8507377 L24,42 L24,58 C24,61.2383969 21.4344251,63.8775718 18.2249383,63.9958615 L18,64 L10,64 C6.76160306,64 4.12242824,61.4344251 4.00413847,58.2249383 L4,58 L4,26 C4,24.8954305 4.8954305,24 6,24 C7.0543618,24 7.91816512,24.8158778 7.99451426,25.8507377 L8,26 L8,58 C8,59.0543618 8.81587779,59.9181651 9.85073766,59.9945143 L10,60 L18,60 C19.0543618,60 19.9181651,59.1841222 19.9945143,58.1492623 L20,58 L20,42 C20,38.7616031 22.5655749,36.1224282 25.7750617,36.0041385 L26,36 L38,36 C41.2383969,36 43.8775718,38.5655749 43.9958615,41.7750617 L44,42 L44,58 C44,59.0543618 44.8158778,59.9181651 45.8507377,59.9945143 L46,60 L54,60 C55.0543618,60 55.9181651,59.1841222 55.9945143,58.1492623 L56,58 L56,26 C56,24.8954305 56.8954305,24 58,24 Z M6,-1.11022302e-16 C7.0543618,-1.11022302e-16 7.91816512,0.815877791 7.99451426,1.85073766 L8,2 L7.99960522,12.533 L31.0588235,0.235294118 C31.5935829,-0.0499108734 32.2255712,-0.0758385999 32.7780086,0.157510938 L32.9411765,0.235294118 L62.9411765,16.2352941 C63.9157966,16.7550915 64.2845033,17.9665563 63.7647059,18.9411765 C63.2449085,19.9157966 62.0334437,20.2845033 61.0588235,19.7647059 L61.0588235,19.7647059 L32,4.26666667 L2.94117647,19.7647059 C1.96655632,20.2845033 0.755091529,19.9157966 0.235294118,18.9411765 C-0.284503294,17.9665563 0.0842033827,16.7550915 1.05882353,16.2352941 L1.05882353,16.2352941 L3.99960522,14.666 L4,2 C4,0.8954305 4.8954305,-1.11022302e-16 6,-1.11022302e-16 Z' id='Colour' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	
	/* breadcrumb */
	--nsr-breadcrumb-container-background-color: #fff;
	--nsr-breadcrumb-margin: 0;
	--nsr-breadcrumb-padding: 0;
	--nsr-breadcrumb-border-color: #e5e5e5;
	--nsr-breadcrumb-border-style: solid;
	--nsr-breadcrumb-border-width: 1px 0 1px 0;
	--nsr-breadcrumb-divider-display: none;
	--nsr-breadcrumb-divider-content: ">";
	--nsr-breadcrumb-divider-color: var(--nsr-color);
	--nsr-breadcrumb-font-family: var(--nsr-brand-font-tertiary);
	--nsr-breadcrumb-font-size: 16px;
	--nsr-breadcrumb-font-weight: normal;
	--nsr-breadcrumb-line-height: 18px;
	--nsr-breadcrumb-text-transform: uppercase;
	--nsr-breadcrumb-current-color: var(--nsr-color);
	--nsr-breadcrumb-link-text-color: var(--nsr-link-color);
	--nsr-breadcrumb-link-text-decoration: none;
	--nsr-breadcrumb-link-text-hover-color: var(--nsr-link-hover-color);
	--nsr-breadcrumb-link-hover-text-decoration: none;
	--nsr-breadcrumb-link-padding: var(--nsr-gutters);
	--nsr-breadcrumb-link-first-child-padding: var(--nsr-gutters);
	--nsr-breadcrumb-icon-display: flex;
	--nsr-breadcrumb-li-border-color: #e5e5e5;
	--nsr-breadcrumb-li-border-style: solid;
	--nsr-breadcrumb-li-border-weight: 0 1px 0 0;
	/* breadcrumb - desktop */
	--nsr-desktop-breadcrumb-margin: 0;
	--nsr-desktop-breadcrumb-padding: 0 var(--nsr-gutters);
	--nsr-desktop-breadcrumb-border-color: #e5e5e5;
	--nsr-desktop-breadcrumb-border-style: solid;
	--nsr-desktop-breadcrumb-border-width: 0;
	--nsr-desktop-breadcrumb-link-text-decoration: underline;
	--nsr-desktop-breadcrumb-link-first-child-padding: var(--nsr-gutters) var(--nsr-gutters) var(--nsr-gutters) 0;
	
	/* main title and first paragraph */
	--nsr-h1-font-family: ;
	--nsr-h1-color: var(--nsr-color);
	--nsr-h1-text-align: center;
	--nsr-h1-font-size: 24px;
	--nsr-h1-font-weight: normal;
	--nsr-h1-line-height: 28px;
	--nsr-h1-letter-spacing: inherit;
	--nsr-h1-text-transform: none;
	--nsr-p-font-size: 18px;
	--nsr-p-line-height: 22px;
	--nsr-p-color: var(--nsr-color);
	--nsr-p-strong-color: var(--nsr-color);
	--nsr-p-strong-font-family: var(--nsr-brand-font-tertiary);
	--nsr-p-font-family: var(--nsr-brand-font-primary);

	/* search container */
	--nsr-search-container-margin: calc(var(--nsr-gutters)* 2) var(--nsr-gutters) calc(var(--nsr-gutters)* 2);
	
	/* search suggestions & search again h2 */
	--nsr-h2-font-family: ;
	--nsr-h2-font-size: 16px;
	--nsr-h2-font-weight: bold;
	--nsr-h2-line-height: 20px;
	--nsr-h2-text-transform: none;
	--nsr-h2-letter-spacing: 0;
	--nsr-h2-color: var(--nsr-color);

	/* search suggestions & search again box-shadow */
	--nsr-search-container-box-shadow: none;
	
	/* search suggestions */
	--nsr-search-suggestions-border-radius: var(--shape-4);
	--nsr-search-suggestions-background-color: #f5f5f5;
	--nsr-search-suggestions-padding: 24px;
	--nsr-search-suggestions-list-font-size: inherit;
	--nsr-search-suggestions-list-margin: 0;
	--nsr-search-again-padding: 24px;
	
	/* search again */
	--nsr-search-again-border-radius: var(--shape-4);
	--nsr-search-again-background-color: #f5f5f5;
	--nsr-search-again-padding: 24px;
	--nsr-search-again-label-font-size: inherit;
	--nsr-search-again-label-color: var(--nsr-color);
	--nsr-search-again-input-border: 2px solid #e5e5e5;
	--nsr-search-again-input-active-border: 2px solid #06c;
	--nsr-search-again-input-color: var(--nsr-color);
	--nsr-search-again-input-background-color: #fff;
	--nsr-search-again-input-active-background-color: #f9f9fa;
	--nsr-search-again-input-padding: var(--nsr-gutters);
	--nsr-search-again-input-margin: 0 var(--nsr-gutters) 0 0;
	--nsr-search-again-input-border-radius: var(--shape-4);
	--nsr-search-again-input-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.16);
	--nsr-search-again-button-color: #fff;
	--nsr-search-again-button-background-color: #384048;
	--nsr-search-again-button-active-background-color: var(--nsr-color);
	--nsr-search-again-button-border: 1px solid transparent;
	--nsr-search-again-button-border-radius: var(--shape-4);
	--nsr-search-again-button-font-size: 16px;
	--nsr-search-again-button-font-weight: 600;
	--nsr-search-again-button-background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 400 400' style='enable-background:new 0 0 400 400;' xml:space='preserve'%3e%3cpath fill='%23FFFFFF' d='M365.6,320.3l-69.1-69.1C312,228.3,321,200.7,321,171c0-79.4-64.6-144-144-144C97.6,27,33,91.6,33,171 c0,79.4,64.6,144,144,144c26.3,0,51-7.1,72.2-19.5l70.6,70.6c5.2,5.2,13.7,5.2,19,0l26.8-26.8C370.8,334.1,370.8,325.6,365.6,320.3z M87,171c0-49.6,40.4-90,90-90s90,40.4,90,90s-40.4,90-90,90S87,220.6,87,171z'/%3e%3c/svg%3e");
}

/*----------------------*/
/*----- Font Stack -----*/
/*----------------------*/
.no-search-results {
	font-family: var(--nsr-brand-font-primary) -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/*--------------------*/
/*----- Defaults -----*/
/*--------------------*/
:root .no-search-results,
:root .no-search-results__breadcrumb-container {
	margin: 0 auto;
	font-size: 14px;
}
.no-search-results a,
.no-search-results a:link,
.no-search-results a:visited {
	text-decoration: none;
}
.no-search-results p,
.no-search-results ul {
	font-size: 14px;
	line-height: 18px;
	color: var(--nsr-color);
}
.no-search-results h1 {
	font-size: 24px;
	line-height: 28px;
}
.no-search-results h2 {
	font-size: 16px;
	line-height: 20px;
}
.no-search-results h3 {
	font-size: 14px;
}
.no-search-results h4 {
	font-size: 14px;
}
.no-search-results h5 {
	font-size: 14px;
}
.no-search-results h6 {
	font-size: 14px;
}

/*-----------------------------*/
/*----- no search results -----*/
/*-----------------------------*/
.no-search-results {
	width: 100%;
	background-color: var(--nsr-background-color);
}
.no-search-results .no-search-results__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.no-search-results .no-search-results__content.no-search-results__content_error {
	margin: 0 auto calc(var(--nsr-gutters)*2);
}

/*----------------------*/
/*----- breadcrumb -----*/
/*----------------------*/
.no-search-results .no-search-results__breadcrumb-container {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex: 1 0 auto;
	order: 1;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: var(--nsr-breadcrumb-container-background-color);
}
.no-search-results .no-search-results__breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 1024px;
	width: 100%;

	margin: var(--nsr-breadcrumb-margin);
	padding: var(--nsr-breadcrumb-padding);
	border-color: var(--nsr-breadcrumb-border-color);
	border-style: var(--nsr-breadcrumb-border-style);
	border-width: var(--nsr-breadcrumb-border-width);
}
.no-search-results .no-search-results__breadcrumb ol {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
}
.no-search-results .no-search-results__breadcrumb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--nsr-breadcrumb-font-family);
    font-size: var(--nsr-breadcrumb-font-size);
    font-weight: var(--nsr-breadcrumb-font-weight);
    line-height: var(--nsr-breadcrumb-line-height);
    text-transform: var(--nsr-breadcrumb-text-transform);
    color: var(--nsr-breadcrumb-current-color);
    border-color: var(--nsr-breadcrumb-li-border-color);
    border-style: var(--nsr-breadcrumb-li-border-style);
    border-width: var(--nsr-breadcrumb-li-border-weight);
}
.no-search-results .no-search-results__breadcrumb li a {
    font-size: var(--nsr-breadcrumb-font-size);
    text-decoration: underline!important;
}
.no-search-results .no-search-results__breadcrumb li:not(:last-child):after {
	display: var(--nsr-breadcrumb-divider-display);
	content: var(--nsr-breadcrumb-divider-content);
	color: var(--nsr-breadcrumb-divider-color);
}
.no-search-results .no-search-results__breadcrumb li:first-child a {
	padding: var(--nsr-breadcrumb-link-first-child-padding);
}
.no-search-results .no-search-results__breadcrumb li:first-child a:before {
	display: var(--nsr-breadcrumb-icon-display);
	margin-right: calc(var(--nsr-gutters) / 2);
	content: "";
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: var(--nsr-home-black);
}
.no-search-results .no-search-results__breadcrumb li[aria-current="page"] {
	display: inline-block;
	color: var(--nsr-link-color);
	padding: var(--nsr-breadcrumb-link-padding);
	border-right: none;
}
.no-search-results .no-search-results__breadcrumb li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	color: var(--nsr-breadcrumb-link-text-color);
	text-decoration: var(--nsr-breadcrumb-link-text-decoration);
	padding: var(--nsr-breadcrumb-link-padding);
}
.no-search-results .no-search-results__breadcrumb a:hover {
	color: var(--nsr-breadcrumb-link-text-hover-color);
	text-decoration: var(--nsr-breadcrumb-link-hover-text-decoration);
}
/* bredcrumb - desktop */
@media only screen and (min-width: 1025px) {
	.no-search-results .no-search-results__breadcrumb {
		margin: var(--nsr-desktop-breadcrumb-margin);
		padding: var(--nsr-desktop-breadcrumb-padding);
		border-color: var(--nsr-desktop-breadcrumb-border-color);
		border-style: var(--nsr-desktop-breadcrumb-border-style);
		border-width: var(--nsr-desktop-breadcrumb-border-width);
	}
	.no-search-results .no-search-results__breadcrumb li a {
		text-decoration: var(--nsr-desktop-breadcrumb-link-text-decoration);
	}
	.no-search-results .no-search-results__breadcrumb li:not(:last-child):after {
		display: none;
	}
	.no-search-results .no-search-results__breadcrumb li:first-child a {
		padding: var(--nsr-desktop-breadcrumb-link-first-child-padding);
	}
	.no-search-results .no-search-results__breadcrumb li {
		border: none;
	}
}
/* bredcrumb - mobile */
@media only screen and (min-width: 576px) {
	.no-search-results .no-search-results__breadcrumb-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

/*------------------------------------------*/
/*----- main title and first paragraph -----*/
/*------------------------------------------*/
.no-search-results .no-search-results__content > h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: calc(var(--nsr-gutters)*2) 0 0;
	color: var(--nsr-h1-color);
	margin: 0 var(--nsr-gutters) var(--nsr-gutters);
	text-align: var(--nsr-h1-text-align);
	font-family: var(--nsr-h1-font-family);
	font-size: var(--nsr-h1-font-size);
	font-weight: var(--nsr-h1-font-weight);
	line-height: var(--nsr-h1-line-height);
	letter-spacing: var(--nsr-h1-letter-spacing);
	text-transform: var(--nsr-h1-text-transform);
}
.no-search-results .no-search-results__content > p {
	color: var(--nsr-p-color);
	font-size: var(--nsr-p-font-size);
	line-height: var(--nsr-p-line-height);
	margin: 0 var(--nsr-gutters) 0;
	text-align: center;
	font-family: var(--nsr-p-font-family);
}
.no-search-results .no-search-results__content > p strong {
	white-space: pre;
	color: var(--nsr-p-strong-color);
	font-family: var(--nsr-p-strong-font-family);
}

/*-------------------------------*/
/*----- main content layout -----*/
/*-------------------------------*/
.no-search-results .no-search-results__search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	margin: var(--nsr-search-container-margin);
}

/*----------------------------------------------------*/
/*----- search suggestions & search again titles -----*/
/*----------------------------------------------------*/
.no-search-results .no-search-results__search-suggestions h2,
.no-search-results .no-search-results__search-again h2 {
	color: var(--nsr-h2-color);
	font-family: var(--nsr-h2-font-family);
	font-weight: var(--nsr-h2-font-weight);
	font-size: var(--nsr-h2-font-size);
	line-height: var(--nsr-h2-line-height);
	margin: 0 0 var(--nsr-gutters);
	text-transform: var(--nsr-h2-text-transform);
	letter-spacing: var(--nsr-h2-letter-spacing);
}

/*------------------------------*/
/*----- search suggestions -----*/
/*------------------------------*/
.no-search-results .no-search-results__search-suggestions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	order: 2;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	padding: var(--nsr-search-suggestions-padding);
	border-radius: var(--nsr-search-suggestions-border-radius);
	margin: 0;
	background-color: var(--nsr-search-suggestions-background-color);
	box-shadow: var(--nsr-search-container-box-shadow);
}
.no-search-results .no-search-results__search-suggestions ul {
	list-style-type: disc;
	margin: 0;
	padding: 0 0 0 30px;
}
.no-search-results .no-search-results__search-suggestions ul li {
	display: list-item;
	font-size: var(--nsr-search-suggestions-list-font-size);
	margin: var(--nsr-search-suggestions-list-margin);
}

/*------------------------*/
/*----- search again -----*/
/*------------------------*/
.no-search-results .no-search-results__search-again {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	order: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	border-radius: var(--nsr-search-again-border-radius);
	margin: 0 0 calc(var(--nsr-gutters)*2);
	padding: var(--nsr-search-again-padding);
	background-color: var(--nsr-search-again-background-color);
	box-shadow: var(--nsr-search-container-box-shadow);
}
.no-search-results .no-search-results__search-again label {
	width: 100%;
	color: var(--nsr-search-again-label-color);
	margin: 0 0 var(--nsr-gutters);
	font-size: var(--nsr-search-again-label-font-size);
}
.no-search-results .search-again__input-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}
.no-search-results .search-again__input-button input {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	width: 100%;
	min-width: 50px;
	border: var(--nsr-search-again-input-border);
	padding: var(--nsr-search-again-input-padding);
	margin: 0;
	margin-bottom: var(--nsr-gutters);
	color: var(--nsr-search-again-input-color);
	background-color: var(--nsr-search-again-input-background-color);
	border-radius: var(--nsr-search-again-input-border-radius);
	box-shadow: var(--nsr-search-again-input-box-shadow);
	transition: border .3s ease-in-out;
}
.no-search-results .search-again__input-button input:hover,
.no-search-results .search-again__input-button input:focus {
	border: var(--nsr-search-again-input-active-border);
	background-color: var(--nsr-search-again-input-active-background-color);
	outline: 0;
}
.no-search-results .search-again__input-button button#button {
	margin: 0;
    height: auto;
}
.no-search-results .search-again__input-button button {
	position: relative;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	width: auto;
	color: var(--nsr-search-again-button-color);
	background-color: var(--nsr-search-again-button-background-color);
	border: var(--nsr-search-again-button-border);
	border-radius: var(--nsr-search-again-button-border-radius);
	cursor: pointer;
	padding: var(--nsr-gutters) 24px;
	margin: 0;
	font-size: var(--nsr-search-again-button-font-size);
	font-weight: 600 var(--nsr-search-again-button-font-weight);
	font-family: var(--nsr-brand-font-tertiary);
	text-decoration: none;
	text-align: center;
	white-space: normal;
	transition: background-color .15s ease-in-out, transform .15s ease-in-out;
}
.no-search-results .search-again__input-button button div {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}
.no-search-results .search-again__input-button button:hover {
	background-color: var(--nsr-search-again-button-active-background-color);
}
.no-search-results .search-again__input-button button:active {
	background-color: var(--nsr-search-again-button-active-background-color);
	transform: translateY(1px);
	outline: 0;
}
.no-search-results .search-again__input-button button:after {
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 0 0 0 var(--nsr-gutters);
	padding: 0;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-image: var(--nsr-search-again-button-background-image);
}

/*----------------------*/
/*----- responsive -----*/
/*----------------------*/
@media only screen and (min-width: 480px) {
	.no-search-results .search-again__input-button {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.no-search-results .search-again__input-button input {
		margin: var(--nsr-search-again-input-margin);
		width: 80%;
	}
}
@media only screen and (min-width: 834px) {
	.no-search-results .no-search-results__search {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
	}
	.no-search-results .no-search-results__search-suggestions {
		order: 1;
		min-width: calc( 50% - var(--nsr-gutters));
		margin: 0 var(--nsr-gutters) 0 0;
	}
	.no-search-results .no-search-results__search-again {
		order: 2;
		min-width: calc( 50% - var(--nsr-gutters));
		margin: 0 0 0 var(--nsr-gutters);
	}
}




































