/*
 * Top-Level Container for Modal Invocation, used to prevent an site accidently
 * loading the modal without a style-sheet
 */

#bb2c488a8a75_container {
    display: block !important;
}


/*
 * Modal
 */

#bb2c488a8a75_slider {
    /* (Slightly Less) Absurdly Large Z-Index */
    z-index: 50000;
    width: 248px;
    height: 79px;
    position: fixed;
    bottom: 0px;
    right: 0px;
}

#bb2c488a8a75_slider #bb2c488a8a75_slider_no {
    cursor: pointer;
    color: #b4b4b4;
    font-size: 9px;
    padding: 12px 0 0 13px;
    float: left;
}

#bb2c488a8a75_slider #bb2c488a8a75_slider_yes {
    cursor: pointer;
    float: right;
    width: 228px;
    height: 80px;
}

#bb2c488a8a75_slider.bb2c488a8a75_slider_left {
    left: 0px !important;
    right: auto !important;
}

#bb2c488a8a75_slider.bb2c488a8a75_slider_right {
    right: /*50% !important;*/
    margin-right: -124px;
}

#bb2c488a8a75_slider_small {
    display: none;
    z-index: 50000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2A3D5E;
    color: #ffffff;
    font-weight: bold;
    font-size: 27px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    cursor: pointer;
    height: 51px;
    -moz-transition: bottom 0.5s ease-in-out;
    -webkit-transition: bottom 0.5s ease-in-out;
    -o-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 768px) {
    #bb2c488a8a75_slider_small {
        display: block !important;
    }
}

#bb2c488a8a75_slider_small.hidden {
    bottom: -51px;
}

#bb2c488a8a75_slider_small p {
    padding: 10px 10px;
    margin: 0;
}

#bb2c488a8a75 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    /* Behind-Modal Background */
    /* Shift Modal Box Down */
    /* The Modal Box */
}

#bb2c488a8a75 #bb2c488a8a75_wrap {
    /* Absurdly Large Z-Index */
    z-index: 50001;
}

#bb2c488a8a75 #bb2c488a8a75_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    z-index: 50001;
}

#bb2c488a8a75 #bb2c488a8a75_offset {
    position: fixed;
    top: 20%;
    width: 100%;
    z-index: 50002;
}

#bb2c488a8a75 #bb2c488a8a75_modal {
    display: none;
    position: relative;
    width: 402px;
    height: 370px;
    max-width: 98%;
    margin: 0 auto;
    /* Everything below is just visual styling */
    background-color: #FFF;
    background: #fff url('//www.clientchatlive.com/wp-content/uploads/2021/06/Hearing_Assessment_Center_02.png') top center no-repeat;
    padding: 0px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    /* Image Scaling */
    /* ClientChatLive Credit, do not modify */
}

#bb2c488a8a75 #bb2c488a8a75_modal img#bb2c488a8a75_header {
    max-width: 100%;
    opacity: 0;
}

#bb2c488a8a75 #bb2c488a8a75_modal p.bb2c488a8a75_p {
    padding: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    opacity: 0;
}

#bb2c488a8a75 #bb2c488a8a75_modal .bb2c488a8a75_buttons {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 39px;
}

#bb2c488a8a75 #bb2c488a8a75_modal .bb2c488a8a75_buttons div {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* this is for the pop up button on the left*/

#bb2c488a8a75 #bb2c488a8a75_modal #bb2c488a8a75_yes {
    box-sizing: border-box;
    float: left;
    margin-left: 13px;
margin-bottom: 9px;
    /* this percentage is the width of the box that is clickable*/
    background: #5cb85c;
    color: #FFF;
    padding: 1px;
    width: 55%;
height: 54px;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
   /* position: fixed;*/
}


/* this is for the pop up button on the right*/

#bb2c488a8a75 #bb2c488a8a75_modal #bb2c488a8a75_no {
    box-sizing: border-box;
    float: right;
    margin-right: 10px;
margin-bottom: 5px;
    /* this percentage is the width of the box that is clickable*/
    width: 31%;
height: 48px;
    background: #EFEFEF;
    padding: 1px;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    */position: fixed;*/
}

#bb2c488a8a75 #bb2c488a8a75_modal .bb2c488a8a75_clear {
    clear: both;
}

#bb2c488a8a75 #bb2c488a8a75_modal #bb2c488a8a75_credit {
    text-align: center;
    /* display: none; */
    font-size: 10px;
    letter-spacing: 0.75px;
    padding: 5px;
    box-sizing: border-box;
    background: #E8E8E8;
    color: #000 !important;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
}

#bb2c488a8a75 #bb2c488a8a75_modal #bb2c488a8a75_credit a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
@media (max-width: 768px) {
  div#bb2c488a8a75_side_tab_sms {
  z-index:9000;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  background-color: #cdcdcd;
  position: fixed;
  top: 50%;
  left: -37px;
  font-size: 19px;
  padding: 0px 15px;
  border: 1px solid #000;
  font-weight: bold;
  line-height: 30px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  -webkit-border-radius: 0 0 25px 25px;
  -ms-border-radius: 0 0 25px 25px;
  transform: translateY(-50%) rotate(-90deg);
  border-radius: 0 0 25px 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 19px #3e3e3e;
  -ms-box-shadow: 0 0 19px #3e3e3e;
  box-shadow: 0 0 10px #3e3e3e;
  }
}

  
  @media (min-width: 768px) {
#bb2c488a8a75_side_tab_sms {
        display: none !important;
    }
}



/*resize pop up on mobile */

@media (max-width: 400px) {
    #bb2c488a8a75_modal {
        transform: scale(0.7, 0.7) translateX(-10px);
        max-width: 150% !Important;
    }
}


/* Hide slider on Mobile */

/*if you want to hide the slider for the whole page, comment out @media (max-width: 768px)*/

@media (max-width: 768px) {
    #bb2c488a8a75_slider {
        display: none !important;
    }
}
/*if you want to hide the pop up uncomment #bb2c488a8a75_wrap*/

@media (max-width: 768px) {
#bb2c488a8a75_wrap {
        display: none !important;
    }
}

#bb2c488a8a75_slider_small {
    border-right: 1px solid white;
    display: none;
    z-index: 50000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    background: #2C9144;
    color: #ffffff;
    font-weight: bold;
    font-size: 27px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    cursor: pointer;
    height: 51px;
    -moz-transition: bottom 0.5s ease-in-out;
    -webkit-transition: bottom 0.5s ease-in-out;
    -o-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

#bb2c488a8a75_slider_small_sms {
    border: 0px;
    border-left: 1px solid white;
    right: 0;
    border-style: solid;
    border-color: white;
    border-color: white;
    display: none;
    z-index: 50000;
    position: fixed;
    bottom: 0;
    width: 50%;
    background: #2C9144;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: Arial,sans-serif;
    cursor: pointer;
    height: 51px;
    -moz-transition: bottom 0.5s ease-in-out;
    -webkit-transition: bottom 0.5s ease-in-out;
    -o-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 768px) {
    #bb2c488a8a75_slider_small, #bb2c488a8a75_slider_small_sms  {
        display: block !important;
    }
}
#bb2c488a8a75_slider_small.hidden {
    bottom: -51px;
}

#bb2c488a8a75_slider_small p, #bb2c488a8a75_slider_small_sms p {
    padding: 7px 10px;
    margin: 0;
}


@media screen and (max-width: 768px) {
 body.fixed-cta #cta-sticky {
bottom: 51px;
 }
}

body .ccl-wave {
    top: 21px !important;
}