.wpgmaps_directions_outer_div {
    padding-top:5px;
    padding-bottom:5px;
}

.wpgmaps_directions_outer_div table, wpgmza_marker_list_class {
    margin-bottom:0px !important;
}

/* store locator styling */
.wpgmza_sl_main_div {
    width:100%;
	overflow: hidden;
}
.wpgmza_sl_query_div {
    display:block;
}
.wpgmza_sl_query_innerdiv1 { 
    float:left;
    display:block;
    width:150px;
    clear:left;
}
.wpgmza_sl_query_innerdiv2 {
    display:block;
    float:left;

}

.wpgmza_sl_radius_div {
    display:block; 
    clear:both;
}
    .wpgmza_sl_radius_innerdiv1 { 
        float:left;
        display:block;
        width:150px;
    }
    .wpgmza_sl_radius_innerdiv2 {
        display:block;
        float:left;
        width:250px;
    }
    
.wpgmza_sl_radius_select {
    
}
    .wpgmza_sl_select_option {

    }

.wpgmza_sl_category_div {
    display:block; 
    clear:both;
    height:auto; 
    overflow:auto; 

}
    .wpgmza_sl_category_innerdiv1 { 
        float:left;
        display:block;
        width:150px;
    }
    .wpgmza_sl_category_innerdiv2 {
        
        float:left;
        
    }

.wpgmza_sl_search_button {

}

.wpgmza_sl_search_button_div {
    display:inline-block;
}
.wpgmza_sl_reset_button_div {
    display:inline-block;
}

.sl_use_loc { float:left; margin-left:10px; padding: 11px 30px; }

.wpgmza-modern-directions-box input:not([type='checkbox']),
	.wpgmza-modern-directions-box select
{
	display: block;
	width: 100% !important;
}

.wpgmza-modern-directions-box h2
{
	margin: 0;
	padding: 0;
	clear: none;
}

.wpgmza-directions-buttons i
{
	color: #bbb;
	cursor: pointer;
	transition: color 0.3s;
}

.wpgmza-directions-buttons i:hover
{
	color: #777;
}

.wpgmza-directions-buttons a
{
	display: block;
	cursor: pointer;
}

.wpgmza-directions-options
{
	text-align: left;
}

.wpgmza-directions-options label
{
	display: inline;
}

.wpgmza_sl_search_button, 
.wpgmza_sl_reset_button_div, 
.wpgmza_store_locator_options_button {
	cursor: pointer;
	font-size: 20px;
	padding: 0 0.3em;
}

.wpgmza-modern-store-locator .wpgmza_sl_search_button,
.wpgmza-modern-store-locator .wpgmza_sl_reset_button_div,
.wpgmza-modern-store-locator .wpgmza_store_locator_options_button {
    cursor: pointer;
    font-size: 15px;
    padding: 0 0.3em;
    height: 100%;
    line-height: 28px;
    color: #b7b7b7;
}


/* Modern checkbox list */
.wpgmza-modern-store-locator .wpgmza_cat_checkbox_holder {
	margin: 0;
	padding: 0;
	position: static;

    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;

    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px -1px;
    -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px -1px;
}

.wpgmza-modern-store-locator .wpgmza_cat_ul {
	background: #fff;
	text-align: left;
	margin: 0;
	padding: 0.5em;
}

.wpgmza-modern-store-locator .wpgmza_cat_ul > li {
	display: inline-block;
}

.wpgmza-modern-store-locator .wpgmza_cat_ul > li > input[type='checkbox']{
	display: none;
}


.wpgmza-modern-store-locator .wpgmza_cat_ul > li label {
	display: inline-block;
	padding: 0.4em 0.8em;
	margin: 0.3em 1em;
	border-radius: 5em;
	position: relative;
    cursor: pointer;
}

.wpgmza-modern-store-locator .wpgmza_cat_ul > li > input:checked + label {
	display: block;
	background: #3D8AF7;
    border: 1px solid #3D8AF7;

	color: white;
}

.wpgmza-modern-store-locator .wpgmza_cat_ul > li label, .wpgmza-chip-icon {
    border: 1px solid #eee;
    background: #eee;
}

.wpgmza-chip-icon {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: white;
	
	border-left: none;
	width: 1em;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 999px;
}

.wpgmza-modern-store-locator .wpgmza_cat_checkbox_holder {
	overflow: hidden;
	max-height: 0vh;
	height: auto;
	transition: max-height 0.5s;
}

.wpgmza-modern-store-locator .wpgmza_cat_checkbox_holder.wpgmza-open {
	max-height: 100vh;
}

.wpgmaps_directions_outer_div > h2 {
    margin-bottom: 0;
}

.wpgmza_sl_main_div input[type="button"],
.wpgmaps_directions_outer_div input[type="button"],
.wpgmza-inner input[type="button"] {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div {
    padding-top:0;
    padding-bottom:0;
    width: 100% !important; /*Ignore the user selection*/

}

.wpgmza-modern-directions-box h2{
    background: #585858;
    color:#fff;
    font-size: 19px;
    padding: 6px;
    font-family: Roboto, sans-serif;
    font-weight: 100;

    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.wpgmza-modern-directions-box .wpgmza-directions-buttons {
    float: right;
    font-size: 16px;
    margin-top: -32px;
    margin-right: 5px;
    color: #fff;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div{
    font-family: Roboto, sans-serif;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-form-field{
    padding-top:5px;
    padding-left:8px;
    padding-right: 8px;
    width: 100%;
    margin-top: 15px !important;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-form-field label{
    font-size: 0.8em;
    color: #adadad;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-form-field input,
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-form-field select{
    color: #777;
    border-bottom:1px solid #eee;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a[id^=wpgmza_show_options], 
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a[id^=wpgmza_hide_options],
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a.wpgmaps_add_waypoint,
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a.wpgmaps_remove_via {
    background: #e4e4e4;
    padding: 3px;
    color:#777;
    box-shadow: none !important;
    text-decoration:  none !important;
    border-radius: 4px;
    float: right;
    margin-top: 5px;
    font-size: 11px;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a[id^=wpgmza_show_options]:after {
    content: "▼";
    margin-left:4px;
    font-size: 0.8em;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a[id^=wpgmza_hide_options]:after {
    content: "▲";
    margin-left:4px;
    font-size: 0.8em;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza_dir_options{
    background:#eee;
    margin-top: 2px;
    border-radius: 4px;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza_dir_options label{
    display: block;
    color: #888 ;
    cursor: pointer;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-form-field .wpgmaps_get_directions {
    background-color: #585858;
    color: #fff;

    border-radius: 3px;

    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.wpgmza-modern-directions-box .wpgmza-directions-results table,
.wpgmza-modern-directions-box .wpgmza-directions-results table td {
    border: none;
}

.wpgmza-modern-directions-box .wpgmza-directions-results table tr {
    display: block !important;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
    border-radius: 3px;

    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.wpgmza-modern-directions-box .adp-placemark {
    background: none;
}

.wpgmza-modern-directions-box .adp-placemark tr {
    background: #777;
    color: #fff;
}

.wpgmza-modern-directions-box .adp-summary,
.wpgmza-modern-directions-box .adp-legal {
    font-size: 0.8em;
    text-align: center;
}

.wpgmza-modern-directions-box .adp-list {
    border: none;
}

.wpgmza-modern-directions-box .adp-list .adp-fullwidth tr:first-child{
    color: #fff;
    background: #585858;
}

.wpgmza-modern-directions-box .adp-directions {
    font-size: 0.9em;
}

.wpgmza-modern-store-locator.wpgmza_sl_offset,
.wpgmza-modern-store-locator.wpgmza_sl_mv_offset {
    left: 45% !important;
    max-width: 40%;
}

.wpgmza-modern-directions-box button[id^=wpgmza_use_my_loc] {
   float: right;
   margin-top: -35px;
   border: none !important;
   background: none !important;
}

.wpgmza-modern-store-locator .wpgmza_cat_ul .wpgmza_cat_ul_child{
    display:none;
    margin: 0;
    padding: 0;

}

.wpgmza-modern-store-locator .wpgmza_cat_ul_child
{
    /* display: block; */
    position: absolute;
    border-radius: 2px;
    margin-top: 2px;

    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	
	z-index: 10;
}

.wpgmza-directions-results [data-icon]
{
	margin: 0 0.5em;
}

.wpgmza_map[data-maps-engine="open-layers"] .wpgmza-modern-store-locator.wpgmza_sl_offset,
	.wpgmza_map[data-maps-engine="open-layers"] .wpgmza-modern-store-locator.wpgmza_sl_mv_offset
{
    width: 40% !important;
}

.wpgmza-show-directions-options,
	.wpgmza-hide-directions-options
{
	font-size: 10px;
}

.wpgmza-hide-directions-options,
	.wpgmza-directions-options
{
	display: none;
}

.wpgmza-directions-step
{
	cursor: pointer;
}

.wpgmza-form-field {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 25px;
}

.wpgmza-travel-mode-option {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}

.wpgmza-travel-mode-option i {
  opacity: .3;
}

.wpgmza-travel-mode-option.wpgmza-travel-option__selected,
.wpgmza-travel-mode-option:hover{
  background: #3366d7;
}

.wpgmza-travel-mode-option.wpgmza-travel-option__selected i,
.wpgmza-travel-mode-option:hover i{
  opacity: 1;
}
.wpgmza-hidden {
  display: none;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-box-inner .wpgmza-directions-actions {
  background: #4185f3;
  margin-top: 0 !important;
  margin-bottom: 0;
}

.wpgmza-modern-directions-box .wpgmza-directions-box__title {
  background: #4185f3 !important;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  padding-top: 15px;
  font-weight: normal;
}
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-actions .wpgmza-form-field input,
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-actions .wpgmza-form-field input::placeholder{
  color: #fff;
  font-size: 13px;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-actions .wpgmza-form-field input::placeholder {
  color: rgba(255,255,255, 0.5);
}

.wpgmza-directions-buttons .wpgmza-close i {
  color: #fff;
  margin-right: 10px;
  margin-top: 5px;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-actions .wpgmza-form-field input:focus,
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-actions .wpgmza-form-field input:active {
  outline: none;
  box-shadow: none;
}

.wpgmza-directions-locations .wpgmza-form-field__label {
  display: none;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-locations .wpgmza-form-field {
  display: flex;
  margin-top: 0 !important;
}

.wpgmza-directions-locations .wpgmza-use-my-location,
.wpgmza-directions-locations .wpgmza_remove_via{
  background: transparent;
  padding: 10px;
}

.wpgmza-directions-locations .wpgmza-use-my-location:active,
.wpgmza-directions-locations .wpgmza-use-my-location:focus,
.wpgmza-directions-locations .wpgmza_remove_via:active,
.wpgmza-directions-locations .wpgmza_remove_via:focus {
  outline: none;
  box-shadow: none;
}

.wpgmza-directions-from__icon,
.wpgmza-directions-to__icon {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 15px !important;
  padding: 10px 0;
  padding-right: 15px;
  width: 30px;
  transform: translateY(4px);
  text-align: center;
  line-height: 20px !important;
}

.wpgmza-modern-directions-box .wpgmza-directions-options__section {
  background: #3366d7 !important;
  display: block;
  width: 100%;
  min-height: 50px;
  position: relative;
}
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-form-field.wpgmza-directions-options {
  background: #3366d7  !important;
  margin: 0 !important;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  padding-top: 40px !important;
}
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-options label {
  color: #fff !important;
  font-size: 13px !important;
}
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-options label input {
  margin-right: 6px;
}
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a[id^=wpgmza_show_options],
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a[id^=wpgmza_hide_options]{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  z-index: 9;
  background: transparent !important;
  color: #fff  !important;
  text-transform: uppercase  !important;
  font-weight: bold;
  font-size: 12px;
}
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a[id^=wpgmza_hide_options] {
  top: 25px; 
}
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmaps_add_waypoint {
  background: transparent !important;
  color: rgba(255,255,255, 0.5) !important;
  font-size: 12px !important;
  width: 100%;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmaps_add_waypoint:hover {
  color: #fff !important;
}

.wpgmaps_add_waypoint i {
  margin-right: 14px;
  font-size: 14px;
  color: #fff;
}

.wpgmza-add-waypoint {
  padding-left: 6px !important;
}

.wpgmza-waypoint-via .wpgmza_remove_via {
  opacity: 0;
}

.wpgmza-waypoint-via:hover .wpgmza_remove_via {
  opacity: 1;
}

.wpgmza-directions-from__icon {
  font-size: 7px !important;
  text-align: center;
}

.wpgmza-directions-options input:focus,
.wpgmza-directions-options:active {
  box-shadow: none;
  outline: none;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmaps_get_directions {
  background: #3366d7 !important;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmaps_get_directions:hover {
  background: #4185f3 !important;
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-buttons {
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.wpgmza-directions-box-inner {
  min-width: 100%;
}


.wpgmza-directions-box__title {
  height: 50px;
}

.wpgmza-modern-directions-box .adp-list .adp-fullwidth tr:first-child {
  background: transparent !important;
  color: #333 !important;
}
.wpgmza-modern-directions-box .adp-list {
  padding: 0;
}
.wpgmza-modern-directions-box .adp-list table.adp-fullwidth,
.wpgmza-modern-directions-box .adp-list table.adp-fullwidth td {
  border: none;
}

.wpgmza-directions-box__title + .wpgmza-directions-buttons .wpgmza-close i {
  margin: 0;
  transform: translateY(-5px);
}

.wpgmza-directions-box__title + .wpgmza-directions-buttons .wpgmza-close i:hover {
  color: #fff;
}

.wpgmza-modern-directions-box .adp-list table.adp-fullwidth {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

.wpgmza-modern-directions-box .adp-list table.adp-fullwidth td {
  border-bottom: 1px solid #ccc;
  padding: 20px 15px;
  font-size: 14px;
}

.wpgmza-modern-directions-box .adp-placemark {
  margin-top: 0;
}

.wpgmza-modern-directions-box .adp-step, .adp-substep {
  border: none;
}

.wpgmza-modern-directions-box .adp-listheader {
    background: transparent !important;
    color: #333 !important;
  font-weight: bold;
  padding: 15px 15px !important;
  border-bottom: none !important;
  padding-bottom: 10px !important;
}

.wpgmza-modern-directions-box .adp-legal {
  font-size: 12px !important;
  margin-bottom: 10px;
}

.wpgmza-modern-directions-box .adp-placemark tr {
  background: transparent !important;
  color: #333 !important;
  font-weight: bold;
  font-size: 16px;
}
.wpgmza-modern-directions-box .adp-placemark td {
  border: none !important;
}

.wpgmza-modern-directions-box .adp-directions {
  margin-top: 10px;
  margin-bottom: 0;
}

.wpgmza-modern-directions-box .adp-directions td {
  border-bottom: 1px solid #ccc;
  padding: 15px;
  font-size: 14px;
}

.wpgmza-modern-directions-box  .adp-distance {
  color: green;
  font-weight: normal;
}

.wpgmza-modern-directions-box .adp-listsel {
  background: #4185f3;
  border:none !important;;
  color: #fff;
}

.wpgmza-modern-directions-box__results .wpgmza-directions-buttons {
  transform: translateY(-7px);
  margin-right: 15px;
}

.wpgmza-modern-directions-box__results .wpgmza-directions-buttons i {
  color: #fff;
}

.wpgmza-modern-directions-box table.adp-placemark {
  border-top: none !important;
   border-left: none !important;
  border-right: none !important;
}

.wpgmza-modern-directions-box .adp-summary {
  font-size: 15px !important;
  opacity: .4;
}


.wpgmza-modern-directions-box__results .wpgmza-directions-buttons span i{
  transform: translateY(-1px) !important;
  margin-right: 10px;
}

.wpgmza-directions-buttons span i:hover {
  color: #fff;
}

.wpgmza-directions-buttons .fa-google {
  margin-left: 5px;
}

.wpgmza-travel-mode-option {
  transition: background .12s ease-in-out;
}
.wpgmza-modern-directions-box__results .adp-warnbox {
  margin-top: 0;
}
.wpgmza-modern-directions-box__results .warnbox-content {
  font-size: 13px;
  padding: 14px;
}

.wpgmza-directions-result__buttons {
  display: flex;
}

.wpgmza-directions-result__buttons a {
  flex: 1;
  margin: 5px;
  background: #3366d7 !important;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
}

.wpgmza-directions-result__buttons a:hover {
  background: #4185f3 !important;
}

.wpgmza-travel-mode-option {
  position: relative;
}

.wpgmza-travel-mode-option img {
  max-width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}.shariff{display:block !important;clear:both}.shariff ul{display:flex;flex-direction:row;flex-flow:row wrap;padding:0 !important;margin:0 !important}.shariff li{height:35px;box-sizing:border-box;list-style:none !important;overflow:hidden !important;margin:5px !important;padding:0 !important;text-indent:0 !important;border-left:0 none !important}.shariff a{position:relative;display:block !important;height:35px;padding:0;margin:0;box-sizing:border-box;border:0;text-decoration:none;background-image:none !important;text-align:left;box-shadow:none;cursor:pointer}.shariff a:hover{color:#fff;background-color:inherit !important;text-decoration:none !important}.shariff a:visited{color:inherit}.shariff .shariff-count{position:absolute;height:33px;top:0;right:0;margin:1px;padding:0 8px;background-color:rgba(255,255,255,0.5)}.shariff .shariff-count,.shariff .shariff-text{font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:36px;vertical-align:top}.shariff .shariff-text{padding-left:3px}.shariff .shariff-icon svg{width:32px;height:20px;padding:7px 1px;box-sizing:content-box !important}.shariff-button::before{content:none !important}.shariff .shariff-buttons .shariff-text-white{color:#fff}.shariff .shariff-buttons .shariff-hidezero{opacity:0}.shariff .theme-default a{color:#fff !important}.shariff .theme-default .shariff-icon svg path{fill:#fff}.shariff .theme-color .shariff-count{background-color:transparent !important;color:#fff !important}.shariff .theme-color .shariff-icon svg path{fill:#fff}.shariff .theme-grey a{background-color:#b0b0b0 !important}.shariff .theme-grey a:hover{background-color:inherit !important}.shariff .theme-grey .shariff-count{background-color:transparent;color:#fff !important}.shariff .theme-grey .shariff-icon svg path{fill:#fff}.shariff .theme-white a{background-color:#fff !important;border:1px solid #ddd}.shariff .theme-white a:hover{background-color:#eee !important;color:inherit}.shariff .theme-white svg{fill:currentColor}.shariff .theme-white .shariff-count{background-color:transparent;margin:0}.shariff .wcag_colors .shariff-count{color:#fff !important;background-color:rgba(255,255,255,0.2)}.shariff .shariff-buttons.theme-round li{width:35px !important;height:35px;border-radius:50%;margin:5px}.shariff .theme-round a{position:relative;height:35px;border-radius:50%}.shariff .theme-round .shariff-icon svg{display:block;margin:auto;padding:8px 1px}.shariff .theme-round .shariff-text{display:block}.shariff .theme-round .shariff-count{display:inline;padding:0;right:0;left:0;top:0;background-color:transparent;color:transparent !important;text-align:center}.shariff .theme-round .shariff-count:hover{background-color:inherit !important;color:#fff !important}.shariff .theme-round .shariff-icon svg path{fill:#fff}.shariff .shariff-buttons.buttonsize-small li{height:25px !important}.shariff .shariff-buttons.buttonsize-small a{height:25px !important}.shariff .shariff-buttons.buttonsize-small.orientation-vertical li{width:115px}.shariff .shariff-buttons.buttonsize-small .shariff-icon svg{width:22px;height:15px;padding:5px 1px}.shariff .shariff-buttons.buttonsize-small .shariff-text,.shariff .shariff-buttons.buttonsize-small .shariff-count{font-size:11px;line-height:25px;padding:0 5px;height:23px}.shariff .shariff-buttons.buttonsize-small .shariff-text{padding-left:1px !important}.shariff .shariff-buttons.buttonsize-small.theme-round li{width:25px !important}.shariff .shariff-buttons.buttonsize-small.theme-round a{width:25px !important}.shariff .shariff-buttons.buttonsize-small.theme-round .shariff-count{padding:0 !important;height:25px !important}.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li{margin:5px 7px}.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li:first-child{margin-left:5px}.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li:last-child{margin-right:5px}.shariff .buttonsize-large li{height:45px !important}.shariff .buttonsize-large a{height:45px !important}.shariff .buttonsize-large.orientation-vertical li{width:155px}.shariff .buttonsize-large .shariff-icon svg{width:40px;height:28px;padding:9px 2px}.shariff .buttonsize-large .shariff-text,.shariff .buttonsize-large .shariff-count{font-size:14px;line-height:45px;padding:0 10px;height:43px}.shariff .buttonsize-large .shariff-text{padding-left:1px !important}.shariff .shariff-buttons.buttonsize-large.theme-round li{width:45px !important;height:45px !important}.shariff .buttonsize-large.theme-round a{width:45px !important}.shariff .buttonsize-large.theme-round .shariff-count{padding:0 !important;height:45px !important}.shariff .orientation-vertical{flex-direction:column}.shariff .orientation-vertical li{width:135px}.shariff.shariff-align-flex-start ul{justify-content:flex-start;align-items:flex-start}.shariff.shariff-align-center ul{justify-content:center;align-items:center}.shariff.shariff-align-flex-end ul{justify-content:flex-end;align-items:flex-end}.widget .shariff.shariff-widget-align-flex-start ul{justify-content:flex-start;align-items:flex-start}.widget .shariff.shariff-widget-align-center ul{justify-content:center;align-items:center}.widget .shariff.shariff-widget-align-flex-end ul{justify-content:flex-end;align-items:flex-end}.shariff.shariff-buttonstretch li{flex:1 0 auto !important}.shariff.shariff-buttonstretch .orientation-vertical li{width:100% !important}.widget .shariff li{border:0;font-weight:400}.widget .shariff .theme-default a,.widget .shariff .theme-color a,.widget .shariff .theme-grey a,.widget .shariff .theme-round a{color:#fff;display:block;font-weight:400}.widget .shariff .theme-default a:hover,.widget .shariff .theme-color a:hover,.widget .shariff .theme-grey a:hover,.widget .shariff .theme-round a:hover{color:#fff;font-weight:400}.shariff-warning{background-color:red;color:#fff;font-size:20px;font-weight:700;padding:10px;text-align:center;margin:0 auto;line-height:1.5}.shariff .info a{border:1px solid #ddd;width:35px}.shariff .wcag_colors .info a{border:1px solid #575757;width:35px}.shariff .shariff-button.info{width:35px;flex:0 0 auto !important}.shariff .theme-default .shariff-button.shariff-nocustomcolor.info svg path{fill:#999}.shariff .theme-default.wcag_colors .shariff-button.shariff-nocustomcolor.info svg path{fill:#595959}.shariff .theme-round .shariff-button.shariff-nocustomcolor.info svg path{fill:#999}.shariff .theme-round.wcag_colors .shariff-button.shariff-nocustomcolor.info svg path{fill:#595959}.shariff .buttonsize-small .shariff-button.info{width:25px}.shariff .buttonsize-small .info a{width:25px}.shariff .buttonsize-large .shariff-button.info{width:45px}.shariff .buttonsize-large .info a{width:45px}.shariff .info .shariff-icon svg{display:block;margin:auto}@media only screen and (max-width:360px){.shariff .shariff-buttons.buttonsize-small li{width:25px}.shariff .shariff-buttons li{width:35px}.shariff .shariff-buttons.buttonsize-large li{width:45px}.shariff .shariff-buttons .shariff-icon svg{display:block;margin:auto}.shariff .shariff-buttons .shariff-text{display:none}.shariff .shariff-buttons .shariff-count{display:none}}@media only screen and (min-width:361px){.shariff .shariff-buttons.buttonsize-small li{width:105px}.shariff .shariff-buttons li{width:125px}.shariff .shariff-buttons.buttonsize-large li{width:155px}.shariff .shariff-buttons .shariff-text{display:inline}.shariff .shariff-buttons .shariff-count{display:inline}}@media only screen and (min-device-width:1025px){.shariff .shariff-mobile{display:none !important}}