.page-type-incentives-search table,
.page-type-incentives-search table td {
    border: 0px; 
    width: auto;
}

.authored-content .incentives-search-legend {
    font-size: 13px;
    margin: 15px 0 15px 15px;
}
.authored-content .incentives-search-legend td { 
   padding: 0 0 4px 15px;   
}
.authored-content .incentives-search-legend td.incentives-now {
  background-color: rgb(181, 211, 123);
  margin: 2px; 
}
.authored-content .incentives-search-legend td.incentives-future {
  background-color: rgb(249, 251, 117);
  margin: 2px; 
}

.authored-content .incentives-search-legend td div {
  display: block; 
  height: 14px;
  margin: 3px 0 0;
  width: 24px;
}
.page-type-incentives-search p {
    margin: 10px auto 15px;
}
.page-type-incentives-search .authored-content .responsive {
    margin-bottom: 0;
}
.page-type-incentives-search a.sq-form-submit {
  color: #fff;    
}
.map-info-container {
  clear: both; 
  display: table; 
  width: 100%;
}
.map-info-container div {
  float: left; 
  width: 50%; 
  padding: 15px 20px 30px;
}
.ani-list-container {
  clear: both;
  display: table;
  padding: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .map-info-container div {
    float: none; 
    width: 100%; 
    padding: 5px 20px 0;
  }
}
   .map-search,
   .nmi-search,
   .tab-container,
   .ani-list .sq-form-section {
      display: none;
   }

.ani-list .panel {
    margin-bottom: 15px;
    margin-top: 20px;
}
.ani-list .panel.collapsed {
    margin-top: 0;
    margin-bottom: 5px;
}

.ani-list .panel-title {
  font-size: 1.1em;
  text-transform: uppercase;
}
.ani-list-container .loading-panel {
  display: table;
  margin: 25px auto;
  text-align: center;
}
.ani-list .sq-form-submit {
    color: #fff;
    margin: 0;
}
.ani-list .sq-form-submit:hover {
   color: #fff;   
}
.ani-list-container .loading-panel span {
  clear: both;
  color: #333;
  display: block;
  float: none;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 10px 0 0;
  text-transform: uppercase;
}
.ani-list h3 span {
  display: block;
  float: left;
}
.ani-market-name {
  text-transform: uppercase;
  width: 185px; 
} 
.ani-list .sq-form-question {
  padding: 7px 5px;
}
.more-info-panel {
   box-sizing: border-box;
   clear: both;    
   display: table;
   float: none;
   padding: 12px 20px;
   width: 100%;
}

.sq-form-question-title,
.sq-form-question-answer,
.submit-btn {
  display: table-cell;
  height: 20px;    
  padding: 0 7px;
  vertical-align: middle;
}
.submit-btn .sq-form-submit {
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  max-width: 145px;
  padding: 7px 0;
  text-align: center;
  width: 105px;
}
.submit-btn .sq-form-submit span {
  position: relative;
  top: 2px;
}
.sq-form-question-title {
  text-transform: uppercase;
}
.ani-list .sq-form-field {
  font-weight: 400;
  font-size: 14px;
  height: 34px;
  padding: 5px 15px; 
  width: 375px;
}
.ani-list .sq-form-section {
  display: table;
  margin-bottom: 15px;
  max-width: 610px;
  padding: 0 0 0 5px;
  width: auto;
}
.ani-list .panel-heading {
  background-color: #EDEDED;
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}
.ani-list .panel-heading:hover {
  background-color: #f5f5f5;
}
.ani-list .show-hide.collapsed .panel-body {
  height:0;
}
.ani-list .show-hide .panel-body {
  clear: both;    
  display: block;
  height: 100%;
  overflow-y: visible;
  width: 100%;
}  

.panel-body-lhs,
.panel-body-rhs {
  display: block;
  float: left;
  padding: 10px 20px;
  vertical-align: top;
  width: 45%;

}
.panel-body-lhs {
  background-color: #f5f5f5;
  width: 55%;
}


.ani-results table td {
  padding: 0 30px 6px 0;
}

.ani-results table tr.total-customers {
  border-top: 1px solid #ddd;
}

.ani-results table tr.total-customers td {
  padding: 5px 0 0;    
}

.ani-results .priority-legend {
  display: block;
  float: left;
  height: 15px;
  margin: 3px 7px 0 0;
  width: 20px;
}
.ani-results .priority-legend.priority-1 {
  background-color: rgb(181,211,123);
}  
.ani-results .priority-legend.priority-2 {
  background-color: rgb(249, 251, 117);
}  
.ani-results .sq-form-submit {
  cursor: pointer;
  max-width: 165px;
  text-align: center;
  text-decoration: none;
}
.tab {
  background-color: #fff;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  color: #000;
  cursor: default;
  float: left;
  font-weight: 700;
  margin: 0 10px 0 0;
  padding: 8px 15px 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 1px;
  z-index: 3;
}
.tab-off {
  background-color: #fff;
  color:#222;
  cursor: pointer;
  padding: 8px 15px;
  top: 3px;
  z-index: 1;
}
.tab-off:hover {
  color: #333;
  top: 2px;
}
.tab-container {
  clear: both;
  display: table;
  float: none;
  width: 100%;
}
.tab-data-container {
  background: #fff;
  border: 1px solid #666;
  padding: 20px 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.tab-container .ergonicon-help {
  padding-left: 5px;
}
table .ergonicon-help {
  padding-left: 7px;
}
.back-to-top {
   text-decoration: none;
   display: block;
   margin: 0 0 25px 0;
}

.map-search .panel-body h4 { 
  margin-top: 25px; 
}
.map-search .panel-body h4:first-child { 
  margin-top: 10px; 
}
.embed-container { 
  height: 0; 
  max-width: 100%;
  min-height: 500px;
  padding-bottom: 80%; 
  position: relative; 
} 
.embed-container iframe, .embed-container object, .embed-container iframe{
  height: 100%;
  left: 0; 
  position: absolute; 
  top: 0;   
  width: 100%; 
} 
.small {
  position: absolute; 
  z-index: 40; 
  bottom: 0; 
  margin-bottom: -15px;
}
.loading-panel { 
  display: table; 
  margin: auto; 
  padding-top: 100px; 
  text-align: center; 
}
.loading-panel img { 
  clear: both; 
  height: 50px;  
}
.loading-panel span { 
  clear: both; 
  display: block; 
  font-size: 0.9em; 
  font-weight: 700; 
  padding: 10px 0 0 0; 
  text-transform: uppercase; 
}

.tooltip{ 
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break:normal;
  word-spacing: normal;
  word-wrap:normal;
  white-space:normal;
  filter:alpha(opacity=0);
  opacity: 0;
  line-break: auto
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}
.tooltip.top { 
  padding: 5px 0;
  margin-top: -3px
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}
.tooltip-inner {
  max-width: 175px;
  padding: 12px 12px;
  color: #fff;
  text-align: center;  
  background-color: #000; 
  border-radius: 4px
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom:-5px;
  border-width:5px 5px 0;
  border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width:5px 5px 0;
  border-top-color: #000
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
  top:0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow { 
  top: 0; 
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  line-break: auto
}

@media screen and (max-width: 765px) {
  .panel-body-lhs,
  .panel-body-rhs {
    clear: both;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 10px 15px;
    vertical-align: top;
    width: 100%;
  }
  .panel-body-rhs {
  
  }
  .ani-list .show-hide .panel-body {
    padding: 0;
  }

@media screen and (max-width: 675px) {
  .sq-form-question-title,
  .sq-form-question-answer,
  .submit-btn {
    display: table;
    float: left;
    padding: 0 0;
  }
  .sq-form-question-title {
   clear: both;
   float: none;
   margin: 0 0 6px 0;
   width: auto;
 } 
 .submit-btn .sq-form-submit {
    margin: 0 0 0 7px;
    display: inline-block;
  }
  .ani-list .sq-form-field {
    font-size: 0.9em;
    max-width: 275px;
   }
  .ani-list .sq-form-section {
    padding: 0 5px;
    max-width: none;
  }
}
@media screen and (max-width: 645px) {
    .tab-container .tab span {
        display: none;
    }
   .tab {
       font-size: 14px;    
       margin: 0 8px 0 0;
       padding: 8px 10px 10px;
    }
}

@media screen and (max-width: 575px) {
  .tab {
     font-size: 14px; 
  }
}

@media screen and (max-width: 510px) {
  .ani-list .sq-form-field {
     max-width: none;
     width: 100%;
   }
 .submit-btn .sq-form-submit {
    margin: 7px auto 0 auto;
    display: inline-block;
    width: 100%;
  }
  .sq-form-question-title,
  .sq-form-question-answer,
  .submit-btn {
    display: table;
    clear: both;
    float: none;
    width: 100%;
  }
  .ani-list .sq-form-section {
    display: table;
    width: 100%;
  }
}







