<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "ISO-8859-1";


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.icon-computer:after {
	content: 'computer';
}
.icon-launch:after {
	content: 'launch';
}
.icon-file-download:after {
	content: 'file_download';
}
.icon-person:after {
	content: 'person';
}

.icon-arrow-right:after {
	content: 'chevron_right';
}

.browsing .main, .browsing .content-wide {
	padding-bottom: 0;
	margin-bottom: 12px;
}

.browsing footer {
	margin-top: 0;
}

.browsing &gt; .top-content section.modal {
	box-sizing: border-box;
    margin: 16px auto;
    max-width: 1280px;
}

.flow-wrapper {
	display: flex; 
	flex-direction: unset;
	visibility: hidden;
}

.views-wrapper .btn.btn-blue, .search-wrapper.flowbrowser .btn.btn-blue, .filters-wrapper .btn.btn-blue, .popular-flows-wrapper .btn.btn-blue {
  background: #2969bf;
}

.popular-flows-wrapper {
	background: #b9ecb9;
	padding: 25px 0 20px 0;
	clear: left;
	visibility: hidden;
	border: none;
}

.popular-flows-wrapper .inner {
	padding: 0;
}

.popular-flows-wrapper .inner &gt; h2 {
	padding-bottom: 15px;
}

.popular-flows-wrapper ul.flow-list li {
	width: 23.5%;
}

ul.flow-list li,.filters-wrapper {
	border-radius: 2px;
}

.filters-wrapper section, .views-wrapper section {
	min-height: 20px;
	padding: 0;
	position: relative;
	margin: 0;
	border: none;
	background-color: transparent;
}

a.toggle-btn[data-icon-after]::after {
	font-size: 16px;
	vertical-align: middle;
	margin-left: 10px;
}

.filter-list-btn {
	padding: 9px 40px 8px !important;
}

.filter-list-btn:hover, .filter-list-btn:focus {
	padding: 8px 40px !important;
}

.search-wrapper.flowbrowser {
	background-color: rgb(214, 237, 252);
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.search-wrapper.flowbrowser &gt; .inner {
	background-color: rgb(214, 237, 252);
	padding: 25px 130px 25px 0;
}

.search-wrapper.flowbrowser .inner, .search-result-wrapper .inner, .popular-flows-wrapper .inner {
	box-sizing: border-box;
	clear: both;
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	position: relative;
	width: 100%;
}

.search-wrapper.flowbrowser h2.search-results-title {
	margin-bottom: 0.83em;
    margin-top: 0;
}

.search-wrapper.flowbrowser .search-field {
	background-image: url("../pics/search.svg");
    background-position: 12px center;
    background-repeat: no-repeat;
    background-size: 1.3em auto;
    border: 1px solid #787878;
    border-radius: 3px;
    box-sizing: border-box !important;
    font-size: 17px;
    padding: 12px 12px 12px 50px;
    width: 100%;
    text-overflow: ellipsis;
    margin: 0;
}

.search-wrapper.flowbrowser .search-field:focus {
	border-color: #424242;
}

.search-wrapper.flowbrowser .search-btn {
    padding: 9px 40px 10px 40px;
    position: absolute;
    right: -128px;
    top: 0px;
}

.search-wrapper.flowbrowser .search-btn:hover, .search-wrapper.flowbrowser .search-btn:focus {
	padding: 8px 40px 10px;
}

.search-wrapper.flowbrowser .search-btn.only-tablet-mobile {
	padding: 11px;
}

.search-wrapper.flowbrowser .search-btn.only-tablet-mobile:hover, .search-wrapper.flowbrowser .search-btn.only-tablet-mobile:focus {
	padding: 10px 11px 11px;
}

.search-wrapper.flowbrowser .search-btn .search-icon {
	background-image: url("../pics/search-white.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.25em auto;
    height: 1.25em;
    width: 1.25em;
    display: block;
}

.search-wrapper.flowbrowser .inner .search-controls-wrapper{
	position: relative;
}

.search-wrapper.flowbrowser .recommended-searches {
	margin-top: 5px;
	color: #64696D;
}

.search-wrapper.flowbrowser .recommended-searches a {
	color: #2969bf;
	text-decoration: underline;
}

.search-result-wrapper {
	background-color: #fffae1;
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	display: none;
}

.search-result-wrapper ul.flow-list li, .popular-flows-wrapper ul.flow-list li {
	display: inline-block;
}

.search-result-wrapper .search-close-btn {
	float: right;
	color: #424242;
	text-decoration: none;
}

.search-result-wrapper .search-results-title {
	margin-top: 0;
}

.search-result-wrapper h2:focus-visible {
    outline: 3px dotted;
    outline-offset: 3px;
    outline-color: #424242;
}

.filters-wrapper .clear-all-filter-btn {
	display: none !important;
}

.hide-filter-btn {
	float: left;
    margin-top: 15px;
    width: 100%;
    margin: 0;
    border-radius: 3px 3px 0px 0px;
}

.hide-filter-btn.collapsed {
	 border-radius: 3px;
}

.filters-wrapper {
	display: inline-block;
    width: 22.2%;
    margin-right: 1%;
    margin-top: 12px;
    margin-bottom: 12px;
    float: left;
    background: #fff none repeat scroll 0 0;
	border: 1px solid #d1d1d1;
	-moz-border-radius: 4px;  
 	-webkit-border-radius: 4px; 
 	border-radius: 4px;
}

.clear-all-filter {
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	/* display: none; */
	display: none !important;
}

.clear-all-filter a {
	color: #d74036;
	text-decoration: none;
}

.clear-all-filter a span {
	display: block;
}

.clear-all-filter a span.icon {
	background-image: url("../pics/clear-filter.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 35px;
	text-align: center;
	width: 35px;
}

.clear-all-filter a img {
	height: 35px;
    width: 35px;
}

.clear-all-filter a:hover {
	text-decoration: underline;
}

.filter-list h2 {
	border-bottom: 1px solid #e7e7e7;
	line-height: 1.4;
	padding: 20px 0;
	margin: 0;
	line-height: 1;
	padding: 16px 4.22078%;
	font-size: 18px;
}

.filter-list h2 a.toggle-list-btn {
	color: #424242;
}

.filter-list h2 a.toggle-list-btn:after {
	content: "^";
    font-family: riges-icons;
    font-size: 0.8em;
    margin-left: 8px;
    text-decoration: none !important;
    display: inline-block;
}

.filter-list.collapsed h2 a.toggle-list-btn:after {
	content: "_";
}

.filter-list ul {
	list-style: none;
	margin: 13px 4.2207792%;
	padding: 0;
}

.filter-list ul li {
	clear: both;
	display: block;
	background: #f7f7f7;
	/* font-weight: 600; */
	margin: 0;
}

.filter-list ul li:after {
	content: "";
	display: table;
	clear: both;
}

.filter-list ul li:nth-child(2n),.filter-list ul li.odd {
	background: #fff;
}

.filter-list ul li a {
	color: #000000;
	display: block;
	line-height: 1;
	padding: 14px 45px 11px 4.22078%;
	position: relative;
	text-decoration: none;
	position: relative;
}

.filter-list ul li a.disabled {
	opacity: 0.5;
	cursor: default;
}

.filter-list ul li a.disabled:hover {
	text-decoration: none;
}

.filter-list ul li a.selected {
	color: #2969bf;
}

.filter-list ul li a:focus-visible {
	outline: 3px dotted;
    outline-offset: 3px;
    outline-color: #424242;
}

.filter-list ul li a:hover, .filter-list ul li a:focus {
	text-decoration: underline;
}

.filter-list ul li a .count {
	background-color: #747272;
    border-radius: 100%;
    color: #fff;
    float: right;
    height: 1.5em;
    line-height: 1.6;
    margin-bottom: 5px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 7px;
    width: 1.5em;
}

.filter-list ul li a.selected .count {
	background-color: #2969bf;
}

.views-wrapper {
	display: inline-block;
	width: 76.5%;
	float: left;
	margin-top: 12px;
}

.flowtype-list, .alpabetical-list, .targetgroup-list {
	display: none;
}

.flowtype-list.active-list, .alpabetical-list.active-list, .targetgroup-list.active-list {
	display: block;
}

.alpabetical-list.active-list ul.flow-list li.show, .targetgroup-list.active-list ul.flow-list li.show {
	display: inline-block;
}

section.flowtype {
	background-color: transparent;
	border: none;
	overflow: visible;
}

section.flowtype .heading-wrapper {
	padding: 0 !important;	
}

section.flowtype .heading-wrapper h1, section.flowtype .heading-wrapper h2 {
	margin-top: 0;
	float: none;
}

section.flowtype &gt; .heading-wrapper &gt; h2, section.targetgroup &gt; h2 {
	padding-bottom: 15px;
	margin-top: 10px;
}

section.flowtype &gt; .heading-wrapper &gt; figure {
	float: left;
    height: auto;
    margin: 0 8px 0 0;
    width: 25px;
}

section.flowtype &gt; .heading-wrapper &gt; figure img {
	border-radius: 50%;
    height: 25px;
}

.clear-filter-btn {
	float: right;
	display: none;
	background-image: none !important;
	background-color: #F44336;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: block;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 26px;
	transition: all .25s;
}

.clear-filter-btn:hover, .clear-filter-btn:focus {
	background-color: #EF5350;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	color: #FFF;
}

.clear-filter-btn &gt; .material-icons {
	font-size: 18px;
	text-align: center;
	line-height: 26px;
	display: inline-block;
}

.clear-filter-btn i::before {
	content: "clear";
}

.clear-filter-btn.disabled, .clear-filter-btn.disabled:hover, .clear-filter-btn.disabled:focus {
	background-color: #ccc;
	cursor: default;
	box-shadow: none;
}

.filters-wrapper .clear-filter-btn {
	display: block;
	margin-top: -4px;
}

.browsing .settings {
    width: 100%;
    margin-bottom: 15px;
    display: table;
}

.browsing .settings label {
	margin: 0;
	padding: 0;
}

.settings select {
	border: 1px solid #787878;
	height: 41px;
	width: 180px;
	background: #fff url("../pics/select-arrow.png") no-repeat scroll 149px 2px !important;
	padding-left: 5px;
    text-indent: 0;
}

.view-toggler {
	display:flex;
	line-height: 2.3;
	font-weight: 600;
	justify-content: right;
}

.view-toggler span {
	margin-right: 8px;
}

.sorter {
	font-weight: 600;
	line-height: 2.3;
	float: left;
}

.view-toggler a {
	background-color: transparent;
    background-repeat: no-repeat;
    display: block;
    height: 41px;
    width: 46px;
}

.view-toggler a.list {
	background-image: url("../pics/view-toggler-grid.svg");
	background-position: -46px 0;
}

.view-toggler a.list.selected {
	background-image: url("../pics/view-toggler-list.svg");
	background-position: -46px 0;
}

.view-toggler a.grid {
	background-image: url("../pics/view-toggler-list.svg");
	background-position: 0 0;
}

.view-toggler a.grid.selected {
	background-image: url("../pics/view-toggler-grid.svg");
	background-position: 0 0;
}

a.show-all-btn, a.show-fewer-btn {
	float: right;
	margin: 5px 0 30px;
	font-size: 16px;
	text-decoration: none;
	color: #255FAD;
}

a.show-all-btn:hover, a.show-fewer-btn:hover {
	text-decoration: underline;
}

ul.flow-list {
	list-style: none;
	font-size: 0px;
	margin: 0 0 0 -1.5%;
	padding: 0;
	display: flex;
  	flex-wrap: wrap;
}

/* When a list is used in the short description */
ul.flow-list .list-description ul {
	list-style-type: disc;
}


ul.flow-list .list-description ol {
	list-style-type: decimal;
}

ul.flow-list .list-description ul li,
section.flowtype.showall ul.flow-list .list-description ul li.show,
ul.flow-list .list-description ol li,
section.flowtype.showall ol.flow-list .list-description ol li.show
 {
	all: unset;
	display: list-item;
	padding-bottom: 0;
	box-shadow: none;
	padding: 0 !important;
	width: 100%;
}

ul.flow-list li {
	display: none;
	padding: 15px 15px 40px 15px;
	margin: 0 0 0.8em 1.5%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	/*box-shadow: 0 0 5px #ddd;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 31.83%;
	-moz-border-radius: 4px;  
 	-webkit-border-radius: 4px; 
 	border-radius: 4px;
 	position: relative;
 	min-height: 220px;
}

ul.flow-list li .flow div &gt; a {
	color: #424242;
}

section.flowtype.showall ul.flow-list li.show {
	display: inline-block;
}

section.flowtype.showall a.show-fewer-btn {
	display: block;
}

section.flowtype.showall a.show-all-btn, section.flowtype a.show-fewer-btn {
	display: none;
}

section.flowtype.last a.show-all-btn, section.flowtype.last a.show-fewer-btn {
	margin-bottom: 12px;
}

section.flowtype.showall ul.flow-list li.popular {
    display: none;
}

section.flowtype ul.flow-list li.popular, section.flowtype.showall ul.flow-list li.popular.show {
	display: inline-block;
}

ul.flow-list li.show {
	/*display: inline-block;*/
}

ul.flow-list li h2 {
	margin: 0 15px 0 0;
	line-height: 1.2;
	font-size: 18px;
	overflow-wrap: break-word;
}

ul.flow-list li figure {
	float: left;
	margin: 0 15px 0 0;
	height: auto;
	width: auto;
}

ul.flow-list li.disabled figure img {
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(100%);
}

.list-view ul.flow-list li.disabled .icons, ul.flow-list li.disabled .description-info {
	display: none !important;
}

ul.flow-list li.disabled .disabled-info {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	padding-left: 19px;
	position: relative;
	font-size: 0.8em;
	color: #d52b1e;
	margin-bottom: 15px;
}

ul.flow-list li.disabled .disabled-info::before {
    color: #d52b1e;
    content: "!";
    display: block;
    font-family: "riges-icons";
    font-size: 1em;
    left: 0;
    position: absolute;
    top: -1px;
}

ul.flow-list li a.btn {
	float: right;
	clear: left;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

ul.flow-list li.disabled a.btn {
	cursor: not-allowed;
    opacity: 0.65;
}

ul.flow-list li.disabled a.btn:hover {
	border: none;
	padding-top: 10px;
}

ul.flow-list li .description {
	clear: both;
    float: left;
    font-size: 0.8em;
    color: #666666;
}

ul.flow-list li .description p {
	margin: 10px 0 8px;
	word-break: break-word;
}

ul.flow-list li .icons {
	line-height: 1;
}

ul.flow-list li .icons i {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 7px;
}

ul.flow-list li .icons i.desktop {
	background-image: url(../pics/desktop.svg);
}

ul.flow-list li .icons i.external {
	background-image: url(../pics/external.svg);
}

ul.flow-list li .icons i.pdf {
	background-image: url(../pics/pdf.svg);
}

ul.flow-list li .icons i.requireauthentication {
	background-image: url(../pics/requireauthentication.svg);
}

ul.flow-list li &gt; div.flow &gt; div &gt; a {
	display: inline-block;
}

.list-view ul.flow-list {
	margin: 0;
}

.list-view ul.flow-list li {
	width: 100%;
	margin: 0 0 12px;
	padding: 10px 135px 10px 10px;
	min-height: 57px;
}

.list-view ul.flow-list li h2 {
	float: left;
}

.list-view ul.flow-list li .icons {
	border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    float: left;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 10px;
}

.list-view ul.flow-list li .icons span {
	margin-top: 3px;
}

.list-view ul.flow-list li figure img {
	width: 35px;
	height: 35px;
}

.list-view ul.flow-list li a.btn {
	border-radius: 0 3px 3px 0;
    bottom: 0;
    height: 100%;
    line-height: 2.5;
    right: 0;
    vertical-align: middle;
}

.list-view ul.flow-list li a.btn.only-mobile span.arrow {
	background-image: url(../pics/right-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 12px;
	background-size: contain;
	display: block;
}

.list-view ul.flow-list li .description {
	display: none;	
}

.list-view ul.flow-list li .flow &gt; div {
	padding-top: 5px;
}

.list-view ul.flow-list li.disabled .disabled-info {
	margin-bottom: 0;
	margin-top: 2px;
}

.clear-all-filter-btn {
	float: left;
	padding: 16px 20px 15px;
	display: none;
	margin-bottom: 12px;
	margin-top: 12px;
}
.clear-all-filter-btn.floatright {
	float: right;
}

.clear-all-filter-btn:hover {
	padding-top: 15px !important;
}

.description-tooltip {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    bottom: 30px;
    color: #424242;
    display: none;
    font-style: normal;
    left: -164px;
    padding: 0;
    position: absolute;
    width: 330px;
    z-index: 102;
}

.description-tooltip &gt; div {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
}

.description-tooltip &gt; div a {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    margin-top: 6px;
}

.description-tooltip &gt; div a.close {
    color: #fff;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 6px;
}

.description-tooltip &gt; div a.close:hover {
    border: 0 none;
}

.description-tooltip &gt; div a::after {
    color: #fff;
}

.description-tooltip &gt; div a:hover {
    border-bottom: 1px dotted #cccccc;
    color: #cccccc;
}

.description-tooltip &gt; div a:hover::after {
    color: #cccccc;
}

.description-tooltip &gt; div p {
    margin: 1em 0;
}

.description-tooltip .marker {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    bottom: -7px;
    height: 12px;
    left: 165px;
    position: absolute;
    transform: rotate(45deg);
    width: 12px;
    z-index: 101;
}

.description-info {
    float: left;
    position: relative;
	display: none;
}

.list-view .description-info {
	display: inline-block;
	float: none;
}

.description-info a {
	background-image: url("../pics/info.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 3em auto;
    height: 20px;
    width: 18px;
    display: block;
}

.description-info:hover .description-tooltip {
	display: block;
}

.colors {
	display: none;
}

/* Temporary */
.hidden {
	display: none;
}

.only-desktop {
	display: block !important;
}

.only-mobile {
	display: none !important;
}

.only-tablet-mobile {
	display: none !important;	
}

ul.flow-list li .favourite {
	display: none;
}

ul.flow-list li .favourite::after, ul.flow-list li .favourite::before {
	margin-top: 4px;
}

ul.flow-list li .favourite.gray::after, ul.flow-list li .favourite.gray::before {
	display: inline-block;
}

.filter-list.expandable ul {
	display: block !important;
}

.filter-list.expandable.collapsed ul {
	display: none !important;
}

@media screen and (min-width: 768px) {
	
	.filters-wrapper, .filter-list ul {
		display: block !important;
	}
	
	/* .filter-list.collapsed {
		display: inherit !important;
	} */
	
	/* .filters-wrapper, .filter-list ul {
		display: block !important;
	} */
	
	ul.flow-list li,.filters-wrapper {
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
			rgba(0, 0, 0, 0.12);
		border: none !important;
	}
	.grid-view ul.flow-list li {
		padding-bottom: 75px !important;
	}
	.grid-view ul.flow-list li h2 {
		font-weight: 400;
		clear: both;
		padding-top: 15px;
		padding-bottom: 0;
	}
	ul.flow-list li figure img {
		border-radius: 50%;
		height: 50px;
	}
	ul.flow-list li .description p {
		color: rgba(0, 0, 0, 0.54);
		font-size: 14px;
	}
	.grid-view ul.flow-list li .icons {
		bottom: 0;
		height: 17px;
		left: 80px;
		position: absolute;
		right: 0;
		top: 30px;
	}
	
	.grid-view ul.flow-list li a.btn {
		border-radius: 0 0 3px 3px;
		bottom: -1px !important;
		font-size: 16px;
		font-weight: 400;
		height: 64px;
		left: -4px;
		padding: 24px 20px;
		text-align: left;
		width: 100%;
	}
	
	.grid-view ul.flow-list li a.btn:hover, ul.flow-list li a.btn:focus {
		text-decoration: underline !important;
		border: none !important;
	}
	
	.grid-view ul.flow-list li a.btn i.material-icons {
		font-size: 20px;
		margin-left: 3px;
		margin-top: -2px !important;
		text-decoration: none !important;
		line-height: 0;
		vertical-align: middle;
		margin-top: -2px;
	}
	
	.grid-view ul.flow-list li &gt; div.flow &gt; div &gt; a {
		float: left;
		clear: both;
	}
	
	.list-view ul.flow-list li a.btn i.material-icons {
		display: none;
	}
	
	.list-view ul.flow-list li a.btn {
		bottom: 0px !important;
		height: 100% !important;
		border-radius: 0 2px 2px 0;
	}
	
	.list-view ul.flow-list li a.btn:hover {
		text-decoration: underline;
	}
	
	.grid-view ul.flow-list li.disabled a.btn:hover {
		padding: 24px 20px !important;
		text-decoration: none !important;
	}
	
	ul.flow-list li .icons i.material-icons {
		background: none !important;
		direction: ltr;
		display: inline-block;
		font-family: "Material Icons";
		font-feature-settings: "liga";
		font-size: 20px;
		font-style: normal;
		font-weight: normal;
		letter-spacing: normal;
		text-transform: none;
		white-space: nowrap;
		word-wrap: normal;
		color: rgba(0, 0, 0, 0.65);
		margin-right: 10px !important;
	}
	
}
	
/* Desktop */
@media screen and (max-width: 1320px) {
	/* .only-desktop-tablet {
		display: inline-block !important;		
	} */
	.flow-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	/* .mobile, .tablet {
		display: none !important;
	} */
	.search-wrapper.flowbrowser &gt; .inner {
		padding-right: 135px;
		padding-left: 10px;
	}
	.popular-flows-wrapper &gt; .inner {
		padding-right: 10px;
		padding-left: 10px;
	}	
	.search-wrapper.flowbrowser .search-btn {
		right: -120px;
	}
}

/* Tablet */
@media screen and (max-width: 1004px) {
	
	.only-tablet-mobile {
		display: block !important;
	}
	
	.only-desktop {
		display: none !important;
	}
	
	ul.flow-list li {
		width: 48.5%;
	}
	.filters-wrapper {
		width: 24.2%;
	}
	.views-wrapper {
		/* width: 72.5%; */
		margin-bottom: 15px;
	}
	.search-wrapper.flowbrowser &gt; .inner {
		padding-right: 70px;
	}
	
	.search-wrapper.flowbrowser .search-btn {
		right: -60px;
	}
}

/* Mobile */
@media screen and (max-width: 767px) {
	
	.flow-wrapper {
	    display: block;
	}
	
	.popular-flows-wrapper {
		margin-bottom: 12px;
	}
	
	ul.flow-list li h2 {
		float: none !important;
	}
	
	ul.flow-list {
		margin: 0;
		display: block;
	}
	
	ul.flow-list li {
		width: 100% !important;
		margin: 0 0 12px;
		padding: 10px 65px 10px 10px !important;
		min-height: 57px;
	}
	
	.filters-wrapper {
	    background-color: #fff;
	    border: 1px solid #aaaaaa;
	    border-top: none;
	    box-sizing: border-box;
	    margin: 0;
	    padding: 13px 8px;
	    width: 100%;
	    border-radius: 0px 0px 4px 4px;
	}
	
	.filter-list {
		padding: 0;
	}
	
	.filter-list h2 {
		display: none;
	}
	
	.filter-list ul {
		margin: 0;
	}
	
	.filter-list ul li {
		background-color: transparent;
	}
	
	.filter-list ul li a {
		padding-left: 7px;
		font-size: 1.1em;
	}
	
	.filter-list ul li:nth-child(2n),.filter-list ul li.odd {
		background-color: #f7f7f7;
	}
	
	.filter-list.flowtypes, .filter-list.targetgroups {
		margin-bottom: 13px;
	}
	
	.filter-list ul {
		display: block !important;
	}

	.filter-list.collapsed ul {
		display: none !important;
	}
	
	.views-wrapper {
		width: 100%;
	}
	
	ul.flow-list {
		margin: 0;
	}

	ul.flow-list li {
		width: 100%;
		margin: 0 0 6px;
		padding: 10px 65px 10px 10px;
	}
	
	ul.flow-list li .icons {
		float: left;
		margin-left: 10px;
		padding-left: 10px;
		border-left: 1px solid #666666;
	}
	
	ul.flow-list li .icons span {
		margin-top: 3px;
	}
	
	ul.flow-list li figure img {
		width: 35px;
		height: 35px;
	}
	
	ul.flow-list li a.btn {
		border-radius: 0 3px 3px 0;
	    bottom: 0;
	    height: 100%;
	    line-height: 2.5;
	    right: 0;
	    vertical-align: middle;
	}
	
	ul.flow-list li a.btn.only-mobile span.arrow {
		background-image: url(../pics/right-arrow.svg);
		background-repeat: no-repeat;
		background-position: center center;
		height: 100%;
		width: 12px;
		background-size: contain;
		display: block;
	}
	
	ul.flow-list li .description {
		display: none;	
	}
	
	ul.flow-list li .flow &gt; div {
		padding-top: 5px;
	}
	
	.search-wrapper.flowbrowser {
		margin-bottom: 12px;
	}
	
	.search-wrapper.flowbrowser .inner &gt; h2 {
		margin-bottom: 0.3em;
	}
	
	.search-wrapper.flowbrowser &gt; .inner {
		padding-right: 70px;
		padding-left: 10px;
	}
	
	.search-wrapper.flowbrowser .search-btn {
		top: 0px;
	}
	
	.search-wrapper.flowbrowser .search-field {
		background-image: none;
		padding-left: 12px;
	}
	
	.search-result-wrapper {
		padding-left: 3%;
	}
	
	.clear-all-filter {
		border: none;
	}
	
	.clear-all-filter-btn  {
		margin: 0 3%;
		width: 94%;
	}
	
	.description-info {
		display: none !important;
	}
	
	ul.flow-list li.disabled .disabled-info {
		border: none;
		padding-left: 21px;
		margin-left: 0;
		margin-bottom: 0;
	}
	
	ul.flow-list li.disabled .disabled-info::before {
		left: 0;
	}
	
	ul.flow-list li .flow &gt; div {
		padding: 0;
	}
	
	.list-view ul.flow-list li &gt; div.flow &gt; div &gt; a {
		display: inline;
	}

	.grid-view ul.flow-list li &gt; div.flow &gt; div &gt; a {
		display: inline;
	}
	
	.sorter .sort-btn {
		position: relative;
	}
	
	.sorter select {
		display: block !important;
	    height: 100%;
	    opacity: 0;
	    overflow: hidden;
	    position: absolute;
	    right: 0;
	    top: 0;
	    visibility: visible;
	    width: 100%;
	}
	
	.only-desktop-tablet {
		display: none !important;
	}
	
	.only-desktop {
		display: none !important;
	}
	
	.only-mobile {
		display: block !important;
	}
	
	.only-tablet-mobile {
		display: block !important;
	}
	
	section.flowtype:not(.showall) ul.flow-list li.fadeout {
		display: none;	
	}
	
	section.flowtype .heading-wrapper .flow h2 {
		line-height: 1.5;
    	padding-bottom: 0;
	}
	
}

.browsing .top-content {
    padding-top: 1px;
}
</pre></body></html>