body.swiftype .sort { padding-bottom: 5px; display: flex; -moz-box-align: center; align-items: center; }
body.swiftype .sort h3 { padding: 0px; }
body.swiftype .sort [data-st-sort-selector="sort"] { margin-left: 10px; }
.search-result .result-title em { font-weight: bold; font-style: normal; }
.date-picker { width: 170px; height: 25px; padding: 0px 0px 0px 10px; border: 0px none; line-height: 25px; font-size: 12px; font-family: Arial; font-weight: bold; cursor: pointer; color: rgb(48, 48, 48); position: relative; z-index: 2; }
.date-picker-wrapper { position: absolute; z-index: 1; border: 1px solid rgb(191, 191, 191); background-color: rgb(239, 239, 239); padding: 5px 12px; font-size: 12px; line-height: 20px; color: rgb(170, 170, 170); font-family: Arial; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); box-sizing: initial; }
.date-picker-wrapper.inline-wrapper { position: relative; box-shadow: none; display: inline-block; }
.date-picker-wrapper.single-date { width: auto; }
.date-picker-wrapper.no-shortcuts { padding-bottom: 12px; }
.date-picker-wrapper.no-topbar { padding-top: 12px; }
.date-picker-wrapper .footer { font-size: 11px; padding-top: 3px; }
.date-picker-wrapper b { color: rgb(102, 102, 102); font-weight: 700; }
.date-picker-wrapper a { color: rgb(107, 180, 214); text-decoration: underline; }
.date-picker-wrapper .month-name { text-transform: uppercase; }
.date-picker-wrapper .month-wrapper { border: 1px solid rgb(191, 191, 191); border-radius: 3px; background-color: rgb(255, 255, 255); padding: 5px; cursor: default; position: relative; }
.date-picker-wrapper .month-wrapper table { width: 190px; float: left; }
.date-picker-wrapper .month-wrapper table.month2 { width: 190px; float: left; }
.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td { vertical-align: middle; text-align: center; line-height: 14px; margin: 0px; padding: 0px; }
.date-picker-wrapper .month-wrapper table .day { padding: 5px 0px; line-height: 1; font-size: 12px; margin-bottom: 1px; color: rgb(204, 204, 204); cursor: default; }
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth { color: rgb(153, 153, 153); cursor: default; }
.date-picker-wrapper .month-wrapper table .day.checked { background-color: rgb(156, 219, 247); }
.date-picker-wrapper .month-wrapper table .week-name { height: 20px; line-height: 20px; font-weight: 100; text-transform: uppercase; }
.date-picker-wrapper .month-wrapper table .day.has-tooltip { cursor: help ! important; }
.date-picker-wrapper .time label { white-space: nowrap; }
.date-picker-wrapper .month-wrapper table .day.toMonth.valid { color: rgb(51, 51, 51); cursor: pointer; }
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering { background-color: rgb(205, 236, 250); }
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth { display: none; }
.date-picker-wrapper .month-wrapper table .day.real-today { background-color: rgb(255, 230, 132); }
.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering { background-color: rgb(112, 204, 213); }
.date-picker-wrapper table .caption { height: 40px; }
.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev { padding: 0px 5px; cursor: pointer; }
.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover { background-color: rgb(204, 204, 204); color: white; }
.date-picker-wrapper .gap { position: relative; z-index: 1; width: 15px; background-color: red; font-size: 0px; line-height: 0; float: left; top: -5px; margin: 0px 10px -10px; visibility: hidden; height: 0px; }
.date-picker-wrapper .gap .gap-lines { height: 100%; overflow: hidden; }
.date-picker-wrapper .gap .gap-line { height: 15px; width: 15px; position: relative; }
.date-picker-wrapper .gap .gap-line .gap-1 { z-index: 1; height: 0px; border-left: 8px solid white; border-top: 8px solid rgb(238, 238, 238); border-bottom: 8px solid rgb(238, 238, 238); }
.date-picker-wrapper .gap .gap-line .gap-2 { position: absolute; right: 0px; top: 0px; z-index: 2; height: 0px; border-left: 8px solid transparent; border-top: 8px solid white; }
.date-picker-wrapper .gap .gap-line .gap-3 { position: absolute; right: 0px; top: 8px; z-index: 2; height: 0px; border-left: 8px solid transparent; border-bottom: 8px solid white; }
.date-picker-wrapper .gap .gap-top-mask { width: 6px; height: 1px; position: absolute; top: -1px; left: 1px; background-color: rgb(238, 238, 238); z-index: 3; }
.date-picker-wrapper .gap .gap-bottom-mask { width: 6px; height: 1px; position: absolute; bottom: -1px; left: 7px; background-color: rgb(238, 238, 238); z-index: 3; }
.date-picker-wrapper .selected-days { display: none; }
.date-picker-wrapper .drp_top-bar { line-height: 1.4; position: relative; padding: 10px 40px 10px 0px; }
.date-picker-wrapper .drp_top-bar .error-top { display: none; }
.date-picker-wrapper .drp_top-bar .normal-top { display: none; }
.date-picker-wrapper .drp_top-bar .default-top { display: block; }
.date-picker-wrapper .drp_top-bar.error .default-top { display: none; }
.date-picker-wrapper .drp_top-bar.error .error-top { display: block; color: red; }
.date-picker-wrapper .drp_top-bar.normal .default-top { display: none; }
.date-picker-wrapper .drp_top-bar.normal .normal-top { display: block; }
.date-picker-wrapper .drp_top-bar .apply-btn { position: absolute; right: 0px; top: 6px; padding: 3px 5px; margin: 0px; font-size: 12px; border-radius: 4px; cursor: pointer; border: 1px solid rgb(0, 118, 163); background: transparent -moz-linear-gradient(center top , rgb(0, 173, 238), rgb(0, 120, 165)) repeat scroll 0% 0%; color: white; line-height: initial; }
.date-picker-wrapper .drp_top-bar .apply-btn.disabled { cursor: pointer; color: rgb(96, 96, 96); border: 1px solid rgb(183, 183, 183); background: transparent -moz-linear-gradient(center top , rgb(255, 255, 255), rgb(237, 237, 237)) repeat scroll 0% 0%; }
.date-picker-wrapper .time { position: relative; }
.date-picker-wrapper.single-month .time { display: none; }
.date-picker-wrapper .time input[type="range"] { vertical-align: middle; width: 129px; padding: 0px; margin: 0px; height: 20px; }
.date-picker-wrapper .time1, .time2 { width: 180px; padding: 0px 5px; text-align: center; }
.date-picker-wrapper .time1 { float: left; }
.date-picker-wrapper .time2 { float: right; }
.date-picker-wrapper .hour, .minute { text-align: right; }
.date-picker-wrapper .hide { display: none; }
.date-picker-wrapper .first-date-selected { background-color: rgb(68, 153, 238) ! important; color: white ! important; }
.date-picker-wrapper .last-date-selected { background-color: rgb(68, 153, 238) ! important; color: white ! important; }
.date-picker-wrapper .date-range-length-tip { position: absolute; margin-top: -4px; margin-left: -8px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); display: none; background-color: yellow; padding: 0px 6px; border-radius: 2px; font-size: 12px; line-height: 16px; filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3)); }
.date-picker-wrapper .date-range-length-tip::after { content: ""; position: absolute; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid yellow; left: 50%; margin-left: -4px; bottom: -4px; }
.date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev { display: none; }
.date-picker-wrapper .week-number { padding: 5px 0px; line-height: 1; font-size: 12px; margin-bottom: 1px; color: rgb(153, 153, 153); cursor: pointer; }
.date-picker-wrapper .week-number.week-number-selected { color: rgb(68, 153, 238); font-weight: bold; }
.pagination { padding-top: 15px; display: flex; }
.pagination span[data-st-previous-page], .pagination span[data-st-next-page] { flex-grow: 1; text-transform: uppercase; font-weight: 500; font-size: 1.3em; letter-spacing: 0.1em; }
.pagination span[data-st-previous-page] a, .pagination span[data-st-next-page] a { color: rgb(0, 0, 0); }
.pagination span[data-st-next-page] { text-align: right; }
.pagination [data-st-pagination-range] a { display: inline-block; color: rgb(0, 0, 0); padding: 3px 8px; font-size: 1.3em; border: 1px solid rgb(204, 204, 204); text-decoration: none; margin-right: 5px; }
.pagination [data-st-pagination-range] a.current_page { border: 1px solid rgb(255, 255, 255); color: rgb(224, 175, 48); cursor: default; background-color: transparent; }
.pagination [data-st-pagination-range] a.current_page:hover { background-color: transparent; }
.pagination [data-st-pagination-range] a:hover { background-color: rgb(204, 204, 204); }
.pagination .invalid { color: rgb(204, 204, 204); cursor: default; }
.pagination .invalid a { cursor: default; }
body.swiftype .widget .facet-container { margin-top: 12px; }
body.swiftype .widget .facet-container .facet-title { font-size: 1.1em; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding-left: 12px; }
body.swiftype .widget .facet-container .facet-title + a { float: right; text-transform: uppercase; }
body.swiftype .widget .facet-container .facet-options { margin-top: 10px; }
body.swiftype .widget .facet-container .facet-option { color: rgb(0, 0, 0); display: block; padding: 8px 12px 8px 13px; font-size: 1.3em; line-height: 140%; }
body.swiftype .widget .facet-container .facet-option.selected, body.swiftype .widget .facet-container .facet-option:hover { background-color: rgb(240, 240, 230); }
body.swiftype .widget .facet-container .facet-option .checkbox-input { display: none; }
body.swiftype .widget .facet-container .facet-option .facet-count { margin-left: 0.5em; }
body.swiftype .widget .facet-container .facet-option .facet-count::before { content: "("; }
body.swiftype .widget .facet-container .facet-option .facet-count::after { content: ")"; }
body.swiftype .custom-date-range-input { font-size: 0.9em; }
body.swiftype .date-picker-wrapper { border-color: rgb(178, 179, 165); background-color: rgb(236, 236, 227); color: rgb(88, 88, 90); }
#quick_search_form { float: right; }
#homepage-lead-carousel .pagination li.active::before { top: 0px ! important; margin-top: 3px ! important; }
