/* END TOP LEVEL COMPONENTS */

.clearboth {
  clear: both;
  float: none;
}
.FindTrmt {
  width: 530px;
  height: 132px;
  border-left: #1c6a86 solid 1px;
  background-color: #ffffff;
  display: table-cell;
  float: right;
}
.FindTrmt ul li label {
  margin-left: 5px;
}
.above-footer {
  clear: both;
  float: none;
}
.FindTrmt h3 {
  margin: 0;
  padding: 5px;
  font-size: 95%;
  background: #1c6a86;
  color: #fff;
}
.FindTrmt h4 {
  width: 54px;
  display: inline-block;
  font-size: 90%;
  margin: 0 0 0 6px;
}
.FindTrmt ul {
  display: inline-block;
  margin: 2px 2px 4px 2px;
  font-size: 90%;
  padding: 0;
  height: 20px;
}
.FindTrmt ul li {
  margin: 0;
  display: inline-block;
}

.FindTrmt ul.additional-service-criteria {
  margin: 0 0 8px 62px;
}

.FindTrmt ul li.search-box-service-list-item label {
  cursor: pointer;
}

.FindTrmt ul li.search-box-service-list-item {
  margin-right: 10px;
  padding: 1px;
}

.FindTrmt ul li.search-box-distance-list-item label {
  cursor: pointer;
}

.FindTrmt ul li.search-box-distance-list-item {
  margin-right: 20px;
  padding: 1px;
}
.search-box-survey h4 {
  width: 510px;
}
.FindTrmt ul li span.icon-dwn-v {
  background: url(../images/sprite_sheet.png) no-repeat -294px -495px !important;
  cursor: pointer;
}
.suveryLink {
  background: #eeeeee;
  padding: 4px;
  font-size: 85%;
}

#search-box-distance-select {
  margin-left: 4px;
}

.selected-service-code-list,
.selected-service-category-list {
  padding: 0;
  margin: 0;
}

.selected-service-category-list .cat-selections {
  color: #0e395c;
}

.selected-service-category-list-item,
.selected-service-code-list-item {
  list-style: none;
}

.selected-service-code-list-item {
  border: none;
  background-color: #ffffff;
  display: block;
  font: inherit;
  padding: 0;
  margin-top: 2px;
}

.selected-service-code-list-item button.icon-circle-remove {
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  transform: scale(0.9);
  margin-right: 5px;
}

.va-li {
  width: 120px;
}

.no-style-button {
  text-align: center;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  width: 100%;
  font-size: 10px;
}

.no-style-a {
  text-decoration: none;
  color: inherit;
}

.center-text {
  text-align: center;
}

.Menu {
  background: #1d384b;
  color: #ffffff;
}

.Menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Menu ul li {
  display: inline-block;
  padding: 7px 23px;
  margin-right: 5px;
}

.Menu ul li a {
  color: white;
  text-decoration: none;
}

.Menu ul li img {
  height: 14px;
  width: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.Menu ul li:hover {
  border-bottom: 4px solid #cd3835;
  cursor: pointer;
}

.active {
  border-bottom: 4px solid var(--color-theme-teal);
}

.Map {
  background: #c1e9f8;
  height: 800px;
}

.List {
  position: absolute;
  top: 140px;
  right: 0;
  z-index: 110;
  background: #ffffff;
  border: #747474 solid 1px;
  font-size: 90%;
}

ul#results-list {
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
ul#results-list,
li.single-facility {
  list-style: none !important;
}

li.single-facility p.facility-name {
  margin-bottom: 0;
}

li.single-facility p.facility-addy {
  margin-top: 0;
}

.no-results-found-label {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 30px auto 0 auto;
}

.List table {
  width: 400px;
}
.List table caption {
  font-size: 120%;
  font-weight: bold;
  background: #4d6c7b;
  color: #fff;
}
.List table th {
  background: #e1fffe;
  padding: 0;
}
.List table tr {
}
.List table td {
  vertical-align: top;
  border-bottom: #4d6c7b solid 2px;
  padding: 0;
}

.List table tr:nth-child(odd) {
  background: #f5f5f5;
}
.List table tr:nth-child(even) {
  background: #ffffff;
}

#map-legend-facility {
  z-index: 4;
  position: absolute;
  bottom: 26px;
  top: auto;
  right: auto;
  left: 7px;
  background-color: #eeeeee;
  color: black;
  border: 3px solid #577786;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

#map-legend-facility div {
  padding: 1px 4px;
}

#map-legend-facility h4 {
  margin: 0 0 4px 0;
  display: inline-block;
}

.map-legend-range {
  margin: 0;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}

#drop-pin-by-lat-lng-dialog {
  left: 10px;
  top: 50px;
  position: absolute;
  background: white;
  padding: 5px;
  border: 1px solid black;
}

.container {
  width: 100%;
  height: 100%;
}

#context-menu {
  position: absolute;
  border: solid #aaa 1px;
  background-color: white;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}

#context-menu li {
  list-style: none;
  padding: 2px 5px 2px 5px;
  line-height: 1.65em;
  border-bottom: solid 1px #aaa;
}

.context-menu-item:hover {
  background-color: #cccccc;
}

.context-menu-item p {
  margin: 0;
}

.context-menu-item p:hover {
  cursor: pointer;
}

.context-menu-item-info {
  color: #666666;
}

#display-directions-div {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  background-color: white;
  color: black;
  padding: 5px;
}

.display-directions-buttons-div {
  width: 100%;
  height: 20px;
  padding-top: 8px;
}

.display-directions-div-button {
  float: right;
  cursor: pointer;
}

.print-directions-btn {
  width: 60px;
  cursor: pointer;
}

#print-and-open-map-btns-div {
  margin: 5px 0 10px 0;
}

#display-directions-print-bottom {
  margin: 0 5px;
}

#google-directions-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#google-directions-details-list li {
  width: 100%;
  border-top: 1px solid black;
  display: inline-block;
  padding: 5px 0;
}

#google-directions-details-list li:first-child {
  border: none;
}

#google-directions-summary-div {
  margin: 5px;
}

#start-end-text {
  width: calc(100% - 100px);
}

#distance-duration-text {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  width: 90px;
}

#google-directions-summary-div p,
#google-directions-details-list p {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

.google-maps-button {
  border: 0;
  padding: 0;
  float: right;
  width: 27px;
  height: 27px;
  margin: 0 10px 0 0;
  background: url(../images/locator_sprite_sheet.png) no-repeat -25px -149px;
}

#display-directions-div {
  margin: 0 5px;
}

.direction-step-direction {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  margin: 2px;
}

.white-background {
  background-color: white !important;
}

.direction-step-direction span.has-maneuver {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: 19px 630px;
  background-image: url("https://maps.gstatic.com/mapfiles/api-3/images/maneuvers_hdpi.png");
}

#google-directions-details-list .direction-step-number {
  margin-left: 1px;
  font-size: 12px;
}

#google-directions-details-list .direction-step-instruction {
  margin-left: 10px;
  width: calc(100% - 100px);
}

#google-directions-details-list .direction-step-distance {
  text-align: right;
  width: 50px;
}

#side-container-top-area {
  padding: 10px 12px;
}

.side-container-top-area-button {
  width: 150px;
  height: 30px;
  margin-right: 12px;
  cursor: pointer;
  background: #426a99;
  color: white;
  padding: 2px 0;
  border: none;
}

.side-container-top-area-button.active {
  background: #1c6a86;
}

#side-container-page-number-label {
  margin: 0;
  display: inline-block;
}

#side-container-pagination-area {
  padding: 5px;
  height: 20px;
  background-color: #c3d8e1;
}

.btnend-first {
  width: 26px;
  height: 22px;
  vertical-align: middle;
  background: url(../images/new_locator_sprite_sheet.png) no-repeat -17px -204px;
  border: none;
  border-radius: 5px;
}

.btnend-first:disabled {
  width: 26px;
  height: 22px;
  background: url(../images/new_locator_sprite_sheet.png) no-repeat -484px -278px;
  border: none;
  border-radius: 5px;
  cursor: inherit;
}

.btnnext-left {
  width: 26px;
  height: 22px;
  vertical-align: middle;
  margin-left: 5px;
  border: none;
  background: url(../images/new_locator_sprite_sheet.png) no-repeat -485px -114px;
  border-radius: 5px;
}

.btnnext-left:disabled {
  width: 26px;
  height: 22px;
  vertical-align: middle;
  margin-left: 5px;
  border: none;
  background: url(../images/new_locator_sprite_sheet.png) no-repeat -353px -278px;
  border-radius: 5px;
  cursor: inherit;
}

.btnnext-right {
  width: 26px;
  height: 22px;
  vertical-align: middle;
  border: none;
  background: url(../images/new_locator_sprite_sheet.png) no-repeat -547px -114px;
  border-radius: 5px;
  display: inline-block;
}

.btnnext-right:disabled {
  width: 26px;
  height: 22px;
  vertical-align: middle;
  border: none;
  background: url(../images/new_locator_sprite_sheet.png) no-repeat -415px -278px;
  border-radius: 5px;
  cursor: inherit;
  display: inline-block;
}

.btnend-last {
  width: 26px;
  height: 22px;
  vertical-align: middle;
  margin-left: 5px;
  border: none;
  background: url(../images/new_locator_sprite_sheet.png) no-repeat -80px -204px;
  border-radius: 5px;
  display: inline-block;
}

.btnend-last:disabled {
  width: 26px;
  height: 22px;
  vertical-align: middle;
  margin-left: 5px;
  border: none;
  background: url(../images/new_locator_sprite_sheet.png) no-repeat -547px -278px;
  border-radius: 5px;
  cursor: inherit;
  display: inline-block;
}

.link-button {
  border-collapse: collapse;
  background: #4a6a95;
  color: white;
  width: auto !important;
  height: 20px;
  margin-top: 2px;
  border: 1px solid white;
  padding: 1px 8px;
  cursor: pointer;
}
.link-button-Remove-All {
  border-collapse: collapse;
  background: #4a6a95;
  color: white;
  width: auto !important;
  height: 20px;
  margin-top: 2px;
  border: 1px solid white;
  padding: 1px 8px;
  cursor: pointer;
  float: right;
  border-radius: 5px 5px 5px 5px;
}
.link-first-button {
  border-right: 0;
  border-radius: 5px 0 0 5px;
}

.link-middle-button {
  border-right: 0;
}

.link-last-button {
  border-radius: 0 5px 5px 0;
}

#choose-page-size-div {
  margin-right: 10px;
  float: right;
}

#choose-page-num-div {
  float: left;
}

#choose-page-num-div input {
  width: 45px;
  height: 15px;
  margin: auto 5px;
  text-align: end;
}

#choose-page-num-div span {
  margin-right: 5px;
}

.page-num {
  text-decoration: none;
  cursor: pointer;
  color: #0645ad;
  padding: 0 2px 0 2px;
}

.page-num:disabled {
  color: #000;
}

.page-go-num:disabled {
  font-weight: bold;
}

#tutorials-container {
  position: absolute;
  left: 0;
  top: 243px;
  height: 570px;
  width: 100%;
  max-width: 1100px;
  background: white;
  z-index: 100;
}

#tutorials-container h4 {
  margin: 0 0 0 10px;
  font-size: 18px;
  display: inline-block;
}

.close-tutorial-container-button {
  float: right;
  margin-right: 10px;
  background: none;
  border: none;
  color: white;
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 3px;
  width: 30px;
}

.close-tutorial-container-button:hover,
.hide-video-list-button:hover,
.show-video-list-button:hover {
  cursor: pointer;
}

#tutorials-container-header {
  height: 30px;
  width: 100%;
  background: #1c6a86;
  color: white;
}

#tutorials-container-header h4 {
  float: left;
  line-height: 30px;
}

#tutorials-container-body {
  width: 100%;
  height: calc(100% - 32px);
  border: 1px solid lightgrey;
}

#button-video-icon {
  float: right;
  width: 16px;
  height: 16px;
  margin-top: -2px;
}

.play-all-videos-button {
  float: right;
  margin-right: 10px;
  margin-top: -17px;
  height: 30px;
  text-align: left;
  padding-top: 1px;
  width: 90px;
  background-color: #294856;
  color: white;
}

#tutorials-container-list-div {
  float: left;
  width: 360px;
  height: calc(100% - 10px);
  padding-top: 10px;
  overflow-y: scroll;
  border-right: 1px solid lightgrey;
}

#tutorials-container-list-div ul {
  list-style: none;
  margin: 0;
  padding: 5px 10px;
}

#tutorials-container-list-div li {
  background: white;
  width: calc(100% - 20px);
  padding: 15px 10px;
  color: white;
}

#tutorials-container-list-div li:hover {
  cursor: pointer;
}

.tutorial-list-item a {
  display: inline-block;
  width: calc(100% - 24px);
}

.tutorial-list-item a:visited,
.tutorial-list-item a:active,
.tutorial-list-item a:link {
  color: #5b7786;
  text-decoration: none;
}

#tutorial-video-container {
  display: inline-block;
  width: calc(100% - 361px);
  height: 100%;
}

#tutorial-video-container iframe {
  padding: 30px 20px;
  width: calc(100% - 40px);
  height: calc(100% - 60px);
}

.dark-tutorial-video-icon {
  width: 16px;
  height: 16px;
  float: right;
}

.active-video {
  background: #c5cfd8 !important;
}

.active-video a {
  color: #1d384b !important;
  font-weight: bold;
}

.hide-video-list-button,
.show-video-list-button {
  margin-right: 20px;
  float: right;
  background: #1d384b;
  color: white;
  margin-top: 4px;
  border: none;
  border-radius: 5px;
  padding: 2px 15px 5px 10px;
  min-width: 124px;
}

.show-video-button-eye {
  background: url(../images/eyeopen.png) no-repeat;
  width: 15px;
  height: 9px;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: 1px;
  display: inline-block;
  background-size: 100%;
}

.hide-video-button-eye {
  background: url(../images/eyeclose.png) no-repeat;
  width: 15px;
  height: 13px;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: 0px;
  display: inline-block;
  background-size: 100%;
}

.blue-nav {
  background: #1c6a86;
  border-bottom: 4px #1c6a86 solid;
  position: relative !important;
}

#side-container-facility-list-div {
  height: calc(100% - 50px);
  margin: 0 0 30px 12px;
}

#side-container-facility-list-div h4 {
  margin: 0;
  padding: 5px;
  background-color: #426a99;
  color: white;
  height: 20px;
}

#facility-list {
  width: 100%;
  margin: 0 0 44px 0;
  padding: 0;
  border-collapse: collapse;
  list-style: none;
  height: calc(100% - 60px);
  overflow-y: scroll;
}

#showFacilityNum {
  font-weight: normal;
}

.facility-list-col-1 {
  min-width: 20px;
  max-width: 45px;
  height: 100%;
  padding: 4px 4px 2px 4px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  background-color: #ebf0f4;
}

.click-triggered {
  color: white;
  background-color: #577786;
}

.facility-list-col-2 {
  width: 100%;
  text-align: left;
  vertical-align: top;
  padding: 4px 4px 2px 4px;
  word-wrap: break-word;
  display: table-cell;
}

.facility-list-col-2 a {
  color: black;
  text-decoration: none;
}

.facility-list-col-2 p {
  margin: 6px 0;
  padding: 0;
}
.facility-list-col-2 p span {
  padding-left: 8px;
}

.facility-list-col-2-div {
  height: 15px;
}

.distance-span {
  float: right;
  font-size: 80%;
  background-color: #ebf0f4;
}

.distance-span p {
  margin: 0;
  padding: 6px 15px;
  height: 14px;
}

.facilinks {
  display: inline-table;
  border: none;
  list-style: none;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.facilinks li {
  display: table-cell;
  text-align: center;
  cursor: pointer;
  height: 30px;
  font-size: 14px;
  background: #ebf0f4;
  line-height: 31px;
  color: #1b3867;
  border-right: 1px solid lightgrey;
  width: 33%;
}

.facilinks li a {
  display: inline-block;
  width: 100%;
  color: #1b3867;
  text-decoration: none;
  font-size: 10px;
}

.facility-list-item {
  border: 1px solid lightgrey;
  margin-top: 2px;
}

.facility-more-info-list {
  margin-right: 10px;
  border-collapse: collapse;
  padding: 0;
  list-style: none;
}

.facility-more-info-list li {
  border-top: 1px solid black;
  border-bottom: none;
  padding: 8px 0 4px 4px;
}

.facility-more-info-list li:first-child {
  border: none;
}

.facility-more-info-list p {
  margin: 0;
  display: table-cell;
  color: #666666;
}

.facility-more-info-source-row {
  text-align: right;
}

.csat-span {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 12px;
}

#services-container-div {
  width: 480px;
  position: absolute;
  right: 0;
  font-size: 90%;
  background-color: #ffffff;
  color: black;
  z-index: 5;
}

#selected-services-div {
  width: 350px;
  position: absolute;
  background-color: #ffffff;
  color: black;
  right: 480px;
  margin: auto;
  border: 1px solid #1c6a86;
  border-right: none;
  font-size: 100%;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px;
}

#selected-service-type-text {
  margin-bottom: 5px;
  color: #0e395c;
}

#selected-services-title {
  margin-bottom: 5px;
  color: #0e395c;
}

#selected-services-div h4 {
  margin: 0;
}

#selected-services-div p {
  margin: 0;
}

.service-category-list-item-header-div {
  margin: 3px 0 5px 0;
  width: calc(100% - 150px);
  display: inline-block;
}

#services-list-div {
  margin: 0;
  padding-left: 2px;
  padding-right: 2px;
  border: #1c6a86 solid 1px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 400px;
}

#services-list-div .input-search {
  height: 25px;
  border: 1px solid #ccc;
  padding: 2px;
  width: 225px;
}

#services-list-div ul {
  margin: 0;
  padding-left: 0;
}

.service-search-div {
  white-space: normal;
  margin: 5px;
}

#search-address-input {
  margin: 6px 0 4px 6px;
  font-size: 16px;
  height: 26px;
  border: 1px solid #ccc;
  padding: 2px;
  width: 360px;
}

#service-show-more-div {
  float: right;
}

.select-services-tabs {
  margin-bottom: 13px;
  display: inline-block;
  width: 100%;
}

.select-services-search {
  display: inline-block;
  width: 100%;
}

.select-services {
  margin-right: 5px;
  height: 26px;
  background-image: linear-gradient(#721118, #e36b74);
  color: white;
  border-radius: 4px;
  border: 2px solid #ff3946;
  cursor: pointer;
  width: 46%;
  font-weight: bold;
}

.select-services-selected {
  margin-right: 5px;
  height: 26px;
  background: white;
  color: #334e75;
  border: 1px solid #334e75;
  border-radius: 4px;
  cursor: pointer;
  width: 44%;
}

.show-more-services {
  margin: 0 2px;
  height: 28px;
  background: #182a3b;
  color: white;
  cursor: pointer;
  border: none;
  float: right;
}

#service-show-more-div .icon-blue-remove {
  margin-top: -0.5px;
  margin-right: 5px;
  height: 26px;
  width: 26px;
  padding: 2px;
  background: #1c3242;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  border: none;
  margin-left: 2px;
}

.dark-cyan-search-button {
  margin: 0;
  width: 65px;
  height: 27px;
  background: #1c6a86;
  color: white;
  cursor: pointer;
  border: none;
}

#services-list-div h4 {
  margin: auto;
}

#service-layers-list ul {
  margin: 0;
  padding: 0;
  border: 1px solid rgba(86, 127, 155, 0.3);
}

#service-layers-list li {
  list-style: none;
  padding: 1px;
}

.service-category-header-title {
  background: #ebf0f4;
  padding: 2px 0;
}

.service-category-header-title.close {
  border-bottom: 1px solid rgba(86, 127, 155, 0.3);
}

.service-code-list li:not(:first-child),
.service-code-list label,
.service-code-list label input {
  cursor: pointer;
}

#filter-sort-dialog {
  position: absolute;
  right: 70px;
  width: 330px;
  background-color: white;
  color: #0e395c;
  border: 1px solid #567f9b;
  z-index: 150;
  display: block;
}

#filter-sort-dialog-title {
  background-color: #567f9b;
  color: #fff;
  padding: 6px;
}

button#filter-sort-dialog-close {
  float: right;
  cursor: pointer;
  background: white;
  color: #567f9b;
  font-weight: bold;
  margin-top: 0px;
  border-radius: 0 0 3px 3px;
  border: none;
}

#filter-sort-dialog-modal {
  padding: 8px 6px;
}

#filter-sort-dialog-modal input,
#filter-sort-dialog-modal select {
  float: right;
  border: 1px solid #567f9b;
  width: 160px;
}

#filter-sort-dialog-modal input {
  margin-top: 5px;
}

.filter-sort-dialog-filter-label {
  margin-left: 15px;
  margin-top: 5px;
  width: 100px;
  display: inline-block;
  float: left;
}

.filter-sort-dialog-button {
  cursor: pointer;
  background: #0e395c;
  border: 1px solid #0e395c;
  color: white;
  font-size: 12px;
  padding: 4px 16px;
  margin: 0 5px 15px 0;
}

#filter-sort-dialog-zip-code-input {
  margin-bottom: 15px;
}

/* Hide Counts */
.facetwp-counter {
  display: none;
}

.location-results {
  z-index: 9;
}
