/************** GENERAL FORM RULES **************/

.ucg_search_container label {
	font-weight: normal;
}

.ucg_search_container .cross {
	display: inline-block;
	position: relative;
	right: 10px;
	top: -30px;
	float: right;
	width: auto;
}

.ucg_search_container .cross a {
	display: inline-block;
	background-image: url('../../img/static/cross-button-dark.png');
	background-position: center center;
	background-repeat: no-repeat;
  	background-color: transparent;
	height: 0;
	width: 0;
}

.ucg_search_container .cross.dark a {
	background-image: url('../../img/static/cross-button-dark.png');
}
.ucg_search_container .cross.light a {
	background-image: url('../../img/static/cross-button-light.png');
}
.ucg_search_container .cross.white a {
	background-image: url('../../img/static/cross-button-white.png');
}
.ucg_search_container .cross.blue a {
	background-image: url('../../img/static/cross-button-blue.png');
}

.ucg_search_container .cross.selected a {
	height: 20px;
	width: 20px;
}

/************** INPUT TEXT **************/

.ucg_search_container input {
	padding: 10px 0;
	width: 100%;
}

/************** INPUT TEXT-KEYWORDS **************/

.ucg_search_container .container > .with-cross{
	overflow: hidden;
	height: 60px;
}

.ucg_search_container input.keywords {
	behavior: url('/etc/designs/unicreditgroupn/includes/PIE.htc');
	background: url('../../img/static/keywords-search-light.png') no-repeat scroll 8px center #FFFFFF;
	border-radius: 5px;
	font-size: 1.063rem;
	color: #666;
	line-height: 40px;
	padding: 5px 25px 5px 42px;
	height: 40px;
}

.ucg_search_container input.keywords:focus {
	border-color: #CCCCCC;
	box-shadow: none;
}

.ucg_search_container input.keywords.white.selected {
	background-image: url('../../img/static/keywords-search-white.png');
	background-color: #666;
	color: #FFFFFF;
}
.ucg_search_container input.keywords.dark.selected {
	background-image: url('../../img/static/keywords-search-dark.png');
	background-color: #e6e8e7;
	color: #666;
}
.ucg_search_container input.keywords.blue.selected {
	background-image: url('../../img/static/keywords-search-blue.png');
	background-color: #FFFFFF;
	color: #007a91;
}
.ucg_search_container input.keywords.light.selected {
	background-image: url('../../img/static/keywords-search-light.png');
	background-color: #666;
	color: #bebebe;
}

/************** SELECT **************/

.ucg_search_container select {
	behavior: url('/etc/designs/unicreditgroupn/includes/PIE.htc');
	background: none;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	font-size: 1.063rem;
	line-height: 40px;
	color: #666;
	padding: 0 5px;
	height: 40px;
	width: 100%;
}

.ucg_search_container select option:first-child {
	display: none;
}

.ucg_search_container select option {
    background: url('../../img/static/radio-button-unchecked.png') no-repeat scroll left center;
    border-top: none;
	font-size: 0.9375rem;
	color: #666;
	line-height: 20px;
    padding: 8px 0 8px 30px;
}

.ucg_search_container select option:focus,
.ucg_search_container select option:hover,
.ucg_search_container select option:active {
    background: url('../../img/static/radio-button-checked.png') no-repeat scroll left center transparent;
	color: #007a91;
}

/************** INPUT **************/

.ucg_search_container input {
	behavior: url('/etc/designs/unicreditgroupn/includes/PIE.htc');
	background: none;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	font-size: 1.063rem;
	color: #666;
	outline: none;
	padding: 5px 10px;
}

/************** TEXTAREA **************/

.ucg_search_container textarea {
	behavior: url('/etc/designs/unicreditgroupn/includes/PIE.htc');
	background: none;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	font-size: 1.063rem;
	color: #666;
	outline: none;
	padding: 5px 10px;
	height: 200px;
	width: 100%;
}

/************** CHECKBOX and RADIO BUTTON **************/

.ucg_search_container .ucg_checkbox, .ucg_radio {
	position: relative;
	display: block;
	font-size: 1.063rem;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ucg_search_container .ucg_radio {
	margin: 0;
}

.ucg_search_container .ucg_checkbox.second_level,
.ucg_search_container .ucg_radio.second_level {
	display: block;
	padding-left: 26px;
}

.ucg_search_container .ucg_radio.second_level .ucg_radio_button {
	margin-bottom: 10px;
	width: 100%;
}

.ucg_search_container .ucg_checkbox .ucg_checkbox_label,
.ucg_search_container .ucg_radio .ucg_radio_button {
	font-family: "unicredit-regular";
	font-weight: normal;
	cursor: pointer;
	line-height: 1;
	margin-bottom: 0;
}

.ucg_search_container .ucg_checkbox .ucg_checkbox_label .labelText,
.ucg_search_container .ucg_radio .ucg_radio_button .labelText {
	padding-left: 6px;
}

.ucg_search_container .ucg_radio .ucg_radio_button .labelText {
	padding-right: 25px;
}

.ucg_search_container .ucg_radio .ucg_radio_button.checked {
	color: #007a91;
}

.ucg_search_container .ucg_radio .ucg_radio_button.checked {
	color: #007a91;
}

.ucg_search_container .ucg_radio .ucg_radio_button.checked.ucg_error{
	color: #ea5c4d;
}


/************** ERRORS **************/

.ucg_search_container .ucg_error {
	color: #ea5c4d;
}

.ucg_search_container input.ucg_error,
.ucg_search_container .chosen-container .chosen-single.ucg_error,
.ucg_search_container textarea.ucg_error {
	border: 1px solid #e2001a !important;
}

.ucg_search_container .ucg_form .countries .popover {
	top: 60px !important;
}

.ucg_search_container .ucg_form .popover {
	left: 0 !important;
}

.ucg_search_container .ucg_form .ucg_radio_button.ucg_error .popover {
	top: 21px !important;
	left: -5px !important;
}

.ucg_search_container .ucg_form .popover .arrow {
	left: 15% !important;
}

.ucg_search_container .ucg_form .popover.bottom > .arrow:after {
	border-bottom-color: #ea5c4d;
}

.ucg_search_container .ucg_form .popover,
.ucg_search_container .ucg_form .popover .popover-content {
	background-color: #ea5c4d;
	border-color: #ea5c4d;
	box-shadow: none;
	color: #FFFFFF;
	z-index: 5;
	  white-space: nowrap;
}

.ucg_search_container .ucg_form .alert {
	display: none;
}

.ucg_search_container .ucg_form .alert-danger {
	background-color: #ea5c4d;
	border: 2px solid #e2001a;
	color: #FFFFFF;
}

.ucg_search_container .ucg_form .alert-danger .close {
	color: #FFFFFF;
	opacity: 1;
}

/************** BROWSERS BEHAVIOUR **************/

/* Webkit */
.ucg_search_container ::-webkit-input-placeholder {
	color: #CCCCCC;
}
.ucg_search_container input.keywords.adjust-text-valign,
.ucg_search_container input.adjust-text-valign {
	line-height: 1;	
}

.ucg_search_container input[type=number]::-webkit-inner-spin-button,
.ucg_search_container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.ucg_search_container input[type=number] {
    -moz-appearance: textfield;
}

/* Firefox 4-18 */
.ucg_search_container :-moz-placeholder {
	color: #CCCCCC;
	opacity: 1;
}

/* Firefox 19+ */
.ucg_search_container ::-moz-placeholder {
	color: #CCCCCC;
	opacity: 1;
}

/* IE */
.ucg_search_container ::-ms-reveal,
.ucg_search_container ::-ms-clear {
    display: none;
}

/* IE10+ */
.ucg_search_container :-ms-input-placeholder {
	color: #CCCCCC !important;
}

.ucg_search_container .ucg_form .ucg_formTitle {
	border-bottom: 1px solid #c9c9c9;
}


.ucg_search_container .ucg_form .formSectionContainer {
	padding: 0;
}

.ucg_search_container .ucg_form .formSectionContainerCaptcha {
	margin: 10px 0;
	padding: 0;
}

.ucg_search_container .ucg_form .formSectionContainer .ucg_formIntro {
	display: block;
	clear: both;
}

.ucg_search_container .ucg_form .formSectionContainer .ucg_formIntro .container {
	padding: 0;
}

.ucg_search_container .ucg_form .ucg_formRow {
	clear: both;
}

.ucg_search_container .ucg_form .ucg_formRow:last-child {
	margin-bottom: 10px;
}

.ucg_search_container .ucg_form .ucg_formRow.last {
	margin-bottom: 10px;
}

.ucg_search_container .ucg_form input,
.ucg_search_container .ucg_form textarea {
	color: #007a91;
}

.ucg_search_container .ucg_form input {
	height: 36px;
}

.ucg_search_container .ucg_form .ucg_formLanguageSelection {
	margin: 10px 0;
}

.ucg_search_container .ucg_form .ucg_formDisclaimerAgreement {
	margin: 20px 0;
}

.ucg_search_container .ucg_form .ucg_formLanguageSelectionIntro,
.ucg_search_container .ucg_form .ucg_formDisclaimerAgreementIntro {
	padding-right: 25px;
}

.ucg_search_container .ucg_form .ucg_formCaptchaNoPadding {
	padding-left: 0;
	padding-right: 8px;
}

.ucg_search_container .ucg_form .ucg_horizontal_line {
	clear: both;
}

.ucg_search_container .ucg_form .ucg_linklist .container {
	padding: 0;
	width: 100%;
}

.ucg_search_container .ucg_form .ucg_button {
	float: right;
}

.ucg_search_container .ucg_form .ucg_button .container,
.ucg_search_container .ucg_form .ucg_title .container,
.ucg_search_container .ucg_form .ucg_image_text .container,
.ucg_search_container .ucg_form .ucg_button .container {
	padding: 0;
}

.ucg_search_container .ucg_form .ucg_button button {
	float: right;
	margin: 20px 0;
}

/************** CHOSEN SELECT **************/

.ucg_search_container .ucg_form .chosen-container {
	height: 40px;
	width: 100%;
}

.ucg_search_container .ucg_form .chosen-container .chosen-single {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #c9c9c9;
	box-shadow: none;
	font-family: "unicredit-regular";
	font-size: 1.063rem;
	line-height: 40px;
	padding: 0 10px;
	height: 40px;
}

.ucg_search_container .ucg_form .chosen-container .chosen-single span {
	color: #007a91;
}

.ucg_search_container .ucg_form .chosen-container .chosen-default {
	background: none;
	border: 1px solid #c9c9c9;
	font-size: 1.063rem;
	color: #666666;
	line-height: 40px;
	height: 40px;
}

.ucg_search_container .ucg_form .chosen-container .chosen-single div,
.ucg_search_container .ucg_form .chosen-container .chosen-default div {
	margin-right: 10px;
	width: 30px;
}

.ucg_search_container .ucg_form .chosen-container .chosen-single div b,
.ucg_search_container .ucg_form .chosen-container .chosen-default div b {
	background: url('../../img/static/select-arrow-down.png') no-repeat scroll center center !important;
}

.ucg_search_container .ucg_form .chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #c9c9c9;
}

.ucg_search_container .ucg_form .chosen-container.chosen-with-drop .chosen-single div b,
.ucg_search_container .ucg_form .chosen-container.chosen-with-drop .chosen-default div b {
	background: url('../../img/static/select-arrow-up.png') no-repeat scroll center center !important;
}

.ucg_search_container .ucg_form .chosen-container .chosen-drop  {
	border: 1px solid #c9c9c9;
	border-top: none;
	padding: 0;
}

.ucg_search_container .ucg_form .chosen-container .chosen-drop .chosen-results {
	margin: 0;
	padding: 0;
}

.ucg_search_container .ucg_form .chosen-container .chosen-drop .chosen-results .active-result {
	background: none;
	font-family: "unicredit-regular";
	font-size: 1.063rem;
	color: #666666;
	line-height: 30px;
	/*padding-left: 0;*/
	padding: 10px 10px 5px;
}

.ucg_search_container .ucg_form .chosen-container .chosen-drop .chosen-results .active-result.highlighted {
	background: #333333;
	color: #FFFFFF;
}

.ucg_search_container .chosen-container.little-arrow .chosen-single div {
	margin-right: 3px;
	width: 30px;
}

.ucg_search_container .chosen-container.little-arrow .chosen-single div b {
    background: url('../../img/static/select-arrow-little-down.png') no-repeat scroll center center !important;
}

.ucg_search_container .chosen-container.little-arrow.chosen-with-drop .chosen-single div b {
	background-image: url('../../img/static/select-arrow-little-up.png') !important;
}

/************** CHOSEN SELECT WITH RADIO BUTTON **************/

.ucg_search_container .ucg_chosen_radio .chosen-container {
	height: 40px;
	width: 100%;
}

.ucg_search_container .ucg_chosen_radio .chosen-container .chosen-single {
	background-color: inherit;
	background-image: none;
	border: 1px solid #CCCCCC;
	box-shadow: none;
	font-size: 1.063rem;
	color: #666666;
	line-height: 40px;
	padding: 0 10px;
	height: 40px;
}

.ucg_search_container .ucg_chosen_radio .chosen-container .chosen-default {
	background: none;
	border: 1px solid #CCCCCC;
	font-size: 1.063rem;
	color: #666666;
	line-height: 40px;
	height: 40px;
}

.ucg_search_container .ucg_chosen_radio .chosen-container .chosen-default div {
	margin-right: 10px;
	width: 30px;
}

.ucg_search_container .ucg_chosen_radio .chosen-container .chosen-default div b {
	background: url('../../img/static/select-arrow-down.png') no-repeat scroll center center !important;
}

.ucg_search_container .ucg_chosen_radio .chosen-container-active.chosen-with-drop .chosen-single {
	background-image: none;
	box-shadow: none;
}

.ucg_search_container .ucg_chosen_radio .chosen-container-active.chosen-with-drop .chosen-single.chosen-single-with-deselect:not(.chosen-default) {
	/* border: none; */
}

.ucg_search_container .ucg_chosen_radio .chosen-container.little-arrow .chosen-default div {
	margin-right: 3px;
	width: 30px;
}

.ucg_search_container .ucg_chosen_radio .chosen-container.chosen-with-drop .chosen-default div b {
	background-image: url('../../img/static/select-arrow-up.png') !important;
}

.ucg_search_container .ucg_chosen_radio .chosen-container.little-arrow .chosen-default div b {
	background: url('../../img/static/select-arrow-little-down.png') no-repeat scroll center center !important;
}

.ucg_search_container .ucg_chosen_radio .chosen-container.little-arrow.chosen-with-drop .chosen-default div b {
	background-image: url('../../img/static/select-arrow-little-up.png') !important;
}

.ucg_search_container .ucg_chosen_radio .chosen-container .chosen-drop  {
	border: 1px solid #c9c9c9;
	padding: 8px 8px 0;
}

.ucg_search_container .ucg_chosen_radio .chosen-container .chosen-drop .chosen-results .active-result {
	background: url('../../img/static/radio-button-unchecked.png') no-repeat scroll left center;
	font-size: 0.9375rem;
	color: #666;
	line-height: 20px;
	padding-left: 30px;
}

.ucg_search_container .ucg_chosen_radio .chosen-container .chosen-drop .chosen-results .active-result.highlighted {
	background: url('../../img/static/radio-button-checked.png') no-repeat scroll left center;
	color: #007a91;
}

.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect .chosen-single.chosen-single-with-deselect abbr {
	background-position: center center;
	position: relative;
	float: right;
    right: 3px;
    top: -26px;
}
.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect.light .chosen-single.chosen-single-with-deselect{
	background-color: #666;
	color: #bebebe;
}

.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect.light .chosen-single.chosen-single-with-deselect.chosen-default, 
.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect.dark .chosen-single.chosen-single-with-deselect.chosen-default,
.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect.blue .chosen-single.chosen-single-with-deselect.chosen-default,
.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect.white .chosen-single.chosen-single-with-deselect.chosen-default{
	background-color: #fff;
	color: #666;
}

.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect.light .chosen-single.chosen-single-with-deselect abbr {
	background-image: url('../../img/static/cross-button-light.png');
}


.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect.dark .chosen-single.chosen-single-with-deselect{
	background-color: #e6e8e7;
	color: #666;
}


.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect.dark .chosen-single.chosen-single-with-deselect abbr {
	background-image: url('../../img/static/cross-button-dark.png');
}
.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect.blue .chosen-single.chosen-single-with-deselect {
	background-color: #FFFFFF;
	color: #007a91;
}
.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect.blue .chosen-single.chosen-single-with-deselect:abbr {
	background-image: url('../../img/static/cross-button-blue.png');	
}
.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect.white .chosen-single.chosen-single-with-deselect {
	background-color: #666;
	color: #FFFFFF;
}
.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect.white .chosen-single.chosen-single-with-deselect abbr {
	background-image: url('../../img/static/cross-button-white.png');	
}

.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect .chosen-single.chosen-single-with-deselect div,
.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect .chosen-single.chosen-single-with-deselect div b {
	width: 0;
	height: 0;
	display: none;
	margin: 0;
}

.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect .chosen-single.chosen-single-with-deselect.chosen-default div,
.ucg_search_container .ucg_chosen_radio .chosen-container.with-deselect .chosen-single.chosen-single-with-deselect.chosen-default div b{
	display:block;
	margin-right: 3px;
  	width: 30px;
  	height: 100%;
}

.ucg_search_container .ucg_form .ucg_button_left  a.buttonLinkBlue {
	color: #FFFFFF;
	background-color: #007a91;
	border-color: #007a91;
	display: inline-block;
	font-weight: normal;
	vertical-align: middle;
	border-radius: 3px;
	font-family: "unicredit-medium";
	font-size: 0.875rem;
	text-align: center;
	border: 1px solid #CCC;
	text-transform: uppercase;
	min-width: 100px;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	background-image: none;
	outline: none;

	overflow: hidden;
	min-width:120px !important;
	max-width:360px;
	width: auto;
	
	height: 48px;
	padding: 9px 20px 10px 20px;
	line-height: 1.7;
}
.three-columns-box-c0 .ucg_search_container .ucg_form .ucg_button_left  a.buttonLinkBlue {
    max-width:100%;
}

@media (max-width: 768px) {
    .three-columns-box-c0 .ucg_search_container .ucg_form .ucg_button_left  a.buttonLinkBlue {
        min-width:100% !important;
        max-width:100% !important;
    }
    .ucg_search_container .ucg_form .ucg_button_left  a.buttonLinkBlue {
        min-width:100% !important;
        max-width:100% !important;
    }
}

.ucg_search_container .ucg_form .ucg_button_left {
	float: left;
	margin: 20px 0;
}
/****************************************************
* globalSearch
****************************************************/
.searchContainer .searchToolsSection {
  background-color: #f5f5f5;
  margin-bottom: 55px;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 31px 0px 41px;
}
@media only screen and (max-width: 1024px) {
  .searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__search {
  max-width: 580px;
  width: 100%;
  position: relative;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__search {
    max-width: inherit;
    margin-bottom: 30px;
  }
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__search .icon {
  position: absolute;
  right: 0;
  z-index: 10;
  padding: 12px;
  top: 0;
  color: #262626;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__search .icon.icon-close {
  cursor: pointer;
  right: 40px;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__search .filters__input {
  width: 100%;
  outline: none;
  height: 40px;
  box-sizing: border-box;
  padding: 9px 14px 7px 9px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  font-family: "unicredit-bold", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #262626;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__search .filters__input::placeholder {
  font-family: "unicredit-regular", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #262626;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__results {
  position: absolute;
  margin-top: -1px;
  background: white;
  box-sizing: border-box;
  width: 100%;
  z-index: 9;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__results .filters__resultWrap {
  padding: 0 15px;
  border: solid 1px #cccccc;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__results li {
  padding: 15px 0;
  cursor: pointer;
  font-size: 1.125rem;
  color: #262626;
  list-style: none;
  border-bottom: 1px solid #cccccc;
  cursor: unset;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__results li:last-child {
  border-bottom: none;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__search--show .icon {
  color: #007a91;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__search--show .filters__results {
  max-height: 1000px;
  transition: all 0.3s ease-in-out;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__inner {
  width: 100%;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-bottom: solid 1px #cccccc;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 0 0 14px;
  padding-bottom: 6px;
  color: #262626;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (min-width: 1025px) and (max-width: 1100px) {
  .searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector {
    width: 40%;
  }
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector[data-visible="false"] {
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector {
    width: 100%;
    margin: 0;
  }
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__counter {
  display: none;
  position: absolute;
  bottom: 9px;
  right: 30px;
  font-size: 0.875rem;
  font-family: "unicredit-bold", Helvetica, Arial, sans-serif;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__icon {
  position: absolute;
  right: 9px;
  bottom: 10px;
  font-size: 0.75rem;
  cursor: pointer;
  pointer-events: none;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 273px;
  padding: 0 11px 0 20px;
  border: solid 1px #262626;
  background-color: #f5f5f5;
  z-index: 20;
  box-sizing: border-box;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__menu .checkbox {
  box-sizing: unset;
  color: #007a91;
  border-radius: 4px;
  border: solid 1px #262626;
  font-size: 0.875rem;
  padding: 4px;
  min-height: 14px;
  min-width: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* IE 11 FIX */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__menu .checkbox {
    min-height: 24px;
    min-width: 24px;
  }
}

.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__menu .all__categories {
  height: 59px;
  padding: 0 34px 0 20px;
  border-bottom: solid 1px #cccccc;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__menu .selector__container {
  max-height: 165px;
  min-height: 165px;
  overflow-y: auto;
  margin: 24px 0 24px 21px;
  scrollbar-width: thin;
  scrollbar-color: #007a91 #d8d8d8;
  scrollbar-face-color: #007a91;
  scrollbar-track-color: #d8d8d8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__menu .selector__container::-webkit-scrollbar {
  width: 6px;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__menu .selector__container::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-radius: 3px;
  border: transparent;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__menu .selector__container::-webkit-scrollbar-thumb {
  background: #007a91;
  border-radius: 3px;
  border: transparent;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__menu .selector__container .selector__item {
  height: 24px;
  min-height: 24px;
  margin-bottom: 23px;
  padding: 3px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__menu .selector__container .selector__item.active {
  cursor: default;
  pointer-events: none;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__menu .selector__container .selector__item:last-child {
  margin-bottom: 0;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__menu .selector__container .selector__item .item__desc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__menu .selector__container .selector__item .item__desc .item__bg {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 9px;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tools .filters__selector .selector__menu .selector__container .selector__item .checkbox {
  margin-right: 28px;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tabButtons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tabButtons .searchToolsSection__tabButton {
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tabButtons .searchToolsSection__tabButton:last-child {
  margin-left: 100px;
}
@media only screen and (max-width: 425px) {
  .searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tabButtons .searchToolsSection__tabButton:last-child {
    margin-left: 20px;
  }
}
.searchContainer .searchToolsSection .searchToolsSection__wrapper .searchToolsSection__tabButtons .searchToolsSection__tabButton.selected {
  color: #007a91;
  border-bottom: 3px solid #007a91;
}
.searchContainer .searchResults {
  margin-bottom: 100px;
  display: none;
}
.searchContainer .searchResults.selected {
  display: block;
}
.searchContainer .searchResults#documents .searchResults__wrapper .searchResults__resultList .searchResults__resultcontainer {
  border-bottom: none;
  padding-bottom: 0px;
}
.searchContainer .searchResults .searchResults__wrapper .searchResults__categoryContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.searchContainer .searchResults .searchResults__wrapper .searchResults__categoryContainer .searchResults__resultsNumber {
  align-self: flex-end;
  margin: 0 0 5px 5px;
}
.searchContainer .searchResults .searchResults__wrapper .searchResults__resultList {
  margin: 0px;
  padding: 0px;
  margin-top: 34px;
}
.searchContainer .searchResults .searchResults__wrapper .searchResults__resultList .searchResults__resultcontainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 24px;
  margin-top: 20px;
}
.searchContainer .searchResults .searchResults__wrapper .searchResults__resultList .searchResults__resultcontainer .searchResults__resultTitle {
  font-size: 1.875rem;
  color: #007a91;
  margin-bottom: 20px;
  line-height: 1.13;
  letter-spacing: -0.43px;
  text-decoration: none;
}
.searchContainer .searchResults .searchResults__wrapper .searchResults__resultList .searchResults__resultcontainer .searchResults__resultTitle:hover,
.searchContainer .searchResults .searchResults__wrapper .searchResults__resultList .searchResults__resultcontainer .searchResults__documentTitle:hover {
  color: #006375;
}
.searchContainer .searchResults .searchResults__wrapper .searchResults__resultList .searchResults__resultcontainer .searchResults__documentTitle {
  font-size: 1.875rem;
  line-height: 1.13;
  letter-spacing: -0.43px;
}
.searchContainer .searchResults .searchResults__wrapper .searchResults__resultList .searchResults__resultcontainer .searchResults__resultIntroduction {
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: normal;
}
.searchContainer .loadMoreButton {
  margin: 100px 0;
}
.searchContainer .loadMoreButton .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.searchContainer .loadMoreButton .container .btn {
  border: 2px solid #262626;
  color: #262626;
  outline: none;
  cursor: pointer;
}
.searchContainer .loadMoreButton .container .btn {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 4px;
  font-family: "unicredit-medium", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
}

.searchContainer .loadMoreButton .container .btn:hover {
  text-decoration: none;
  color: #666666;
  border-color: #666666;
  background-color: #f5f5f5;
}

.noSearchResults {
  margin: 40px 0 50px 0;
}
.noSearchResults .noSearchResults__wrapper .noSearchResults__suggetionsTitle {
  margin: 30px 0 10px 0;
  display: block;
}
.noSearchResults .noSearchResults__wrapper .bigTitle {
  margin-bottom: 30px;
  display: block;
}
.noSearchResults .noSearchResults__wrapper ul li {
  margin-bottom: 10px;
}

.selector__active {
  text-transform: uppercase;
}

.search-spinner__overlay {
  display: none;
  transition: all 0.3s ease;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: #ffffff;
  opacity: 0.75;
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-spinner__overlay .search-spinner {
  width: 100px;
  height: 100px;
}
