.head1{
    color: white;
    margin: 10px 5px;
    font-weight: bold;
    font-size: 16px;
    background: #414d5a;
    padding: 10px;
    border-radius: 3px;
}
.p1_label{
    float:left;   
}
/* Show the checkmark when checked */
.p1_label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.p1_label .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    font-size: 17px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
}
.p1_label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 1px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.p1_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.drop_down_image #cat_count {
    background: url(../images/dropdown.png) no-repeat right;
    padding-right: 38px;
}
.p_dwnload_btn_wrap{
    margin-top:10px;
}
.chart_container{
    width:500px;
}
@media(max-width: 767px){
      #curve_chart{
          /*width:100%!important;
          height:auto!important;*/
      }
      div.expert_logo_outer{
          margin: 0 auto;
          float:none;
          display: table;
      }
  }
  
.location_choose_1formError {
    left: 218.667px!important;
}
.link_to_zip{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.link_to_zip a{
    color:black;
    font-size: 15px;
    font-weight: bold;
    text-decoration:underline;
}
.link_to_zip a:hover{
    text-decoration:underline;
}
.site_links{
    margin-top:30px;
    margin-left: 5px;
  
}
.expert_logo_outer{
    display: inline-block;
    float: right;
    margin-top: 0px;
    margin-right: 4px;
    width: 130px;
}
.site_links_inner{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
.site_links_inner .fa-search,.site_links_inner .fa-download{
    font-size: 30px;
    margin-right: 15px;
    vertical-align: middle;
}
.site_links_inner .fa-mobile{
    font-size: 50px;
    margin-right: 15px;
    margin-left: 3px;
    vertical-align: middle;
}
span.steps_text.p_steps_text{
    font-size: 21px;
    width:100%;
}
.site_links_inner a{
    color:black;
    text-decoration:underline;
    text-transform:uppercase;
}

.site_links_inner a:hover{
    text-decoration:underline;
}
.p_label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.p_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 1px solid black;
    box-shadow: 2px 1px 0px 1px #cccccc;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: '\2714';
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.p_label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.p_label .checkmark:after {
    left: 5px;
    top: 0px;
    width: 5px;
    font-size: 17px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
}
.p_label span{
    font-weight: normal;
}
.p_checkbox_outer{
    display: inline-block;
    float: left;
    /* width: 30px; */
    margin-top: 5px;
}
.link_to_zip span{
    font-weight: bold;
    color: red;
}
.link_to_zip .fa-download{
    font-size: 17px;
    margin-top: 3px;
    float: left;
    margin-right: 5px;
}

.text-note{
    color: #ff0500e8;
    background-color: white;
    padding-bottom: 10px;
}