/*
 * Top-Level Container for Modal Invocation, used to prevent an site accidently
 * loading the modal without a style-sheet
 */
#bb2c488a8a75_container {
    display: block !important;
    height: 0px;
    overflow: hidden;
 }

/*
 * Modal
 */
#bb2c488a8a75_slider {
  display: none;
  /* (Slightly Less) Absurdly Large Z-Index */
  z-index: 50000;
  width: 320px;
  height: 135px;
  position: fixed;
  bottom: 0px;
  right: 0px; }
@media (min-width: 769px) {
    #bb2c488a8a75_slider {
      display: block; } }
  #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: 320px;
    height: 135px; }
  #bb2c488a8a75_slider.bb2c488a8a75_slider_left {
    left: 0px !important;
    right: auto !important; }
  #bb2c488a8a75_slider.bb2c488a8a75_slider_right {
    right: 0px !important;
    left: auto !important; }

#bb2c488a8a75_slider_small {
border-right: 1px solid white;
  display: none;
  z-index: 50000;
  position: fixed;
  bottom: 0;
  width: 50%;
  background: #175D7D;
  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 {
      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: 400px;
    height: 398px;
    max-width: 98%;
    margin: 0 auto;
    /* Everything below is just visual styling */
    background-color: #FFF;
    background: #FFF url('//www.clientchatlive.com/wp-content/uploads/2016/12/ZLGPopUp5.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; }
    #bb2c488a8a75 #bb2c488a8a75_modal #bb2c488a8a75_yes {
      box-sizing: border-box;
      float: left;
      margin-left: 26px; 
margin-bottom: 12px;
      width: 50%;
height: 50px;
      background: #5cb85c;
      color: #FFF;
      padding: 0px;
      font-size: 18px;
      cursor: pointer;
      opacity: 0;
      }
    #bb2c488a8a75 #bb2c488a8a75_modal #bb2c488a8a75_no {
      box-sizing: border-box;
      float: right;
      margin-right: 32px;
      width: 30%;
height: 50px;
     color: white;
      background: #EFEFEF;
      padding: 0px;
      font-size: 18px;
      cursor: pointer;
      opacity: 0;
      }
    #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; }

#bb2c488a8a75_spanish {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 2px 9px;
    font-size: 16px;
    background: #fff;
    /* width: 100%; */
    border-radius: 3px;
    border: 2px solid #0b619a;
    box-sizing: border-box;
    margin: 0 auto;
}

@media (max-width: 400px) {
  #bb2c488a8a75_modal {
    transform: scale(0.7,0.7) translateX(-50px);
    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_spanish {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 11px 9px;
    font-size: 19px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
background-color: #1E557E;
color: #ffffff;
vertical-align: middle;
font-family: Arial;
/* font-weight: bold;*/
border-radius: 10px;
text-align: center;
border: none;
height: 45px;
margin-top: 10px;
}
#bb2c488a8a75_spanish a:-webkit-any-link {
    color: #fff;
    cursor: auto;
    text-decoration: none;
}
}

#bb2c488a8a75_slider_small_row {
      display: none;
      z-index: 9;
      width: 100%;
      height: 0px;
      position: absolute;
      -moz-transition: bottom 0.4s ease;
        -webkit-transition: bottom 0.4s ease;
        -o-transition: bottom 0.4s ease;
        transition: bottom 0.4s ease;
      -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: #175D7D;
    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_row {
        display: block !important;
      }
    }
 @media (max-width: 768px) {
   #bb2c488a8a75_slider_small_sms {
 display: block !important;
}
}



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

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






/* Covid-19 alert*/
@media (max-width: 768px) {

 body.covid19-body-show header {
top: 64px !important;
 }

 body.covid19-body-show #open-menu {
top: 72px !important;
}

 body.covid19-body-show header .banner .banner-right {
top: 64px !important;
height: calc(100% - 64px);
}

}

@media (min-width: 1001px) {
.covid19-body-desktop-show header .banner:before {
   top: 64px;
}

.covid19-body-desktop-show header .banner:after {
   top: 64px;
}

}

.covid19-popup-alert {
   cursor: pointer;
   position: absolute;
    top: -70px;
    left: 0;
    padding: 5px 17px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #ff7800;
    color: #ffffff;
    vertical-align: middle;
    border-radius: 12px;
    text-align: center;
    border: none;
    font-size: 16px;
    line-height: 21px;
}


.covid19-popup-alert a {
color: white;
    text-decoration: none;
}

.covid19-popup-alert-highlight {
    font-weight: 700;
}