/*
 * 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 {
  display: none;
  /* (Slightly Less) Absurdly Large Z-Index */
  z-index: 50000;
  width: 248px;
  height: 79px;
  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: 228px;
    height: 80px; }
  #bb2c488a8a75_slider.bb2c488a8a75_slider_left {
    left: 0px !important;
    right: auto !important; }
  #bb2c488a8a75_slider.bb2c488a8a75_slider_right {
    left: auto !important;
    right: 0px !important; }
  #bb2c488a8a75_slider.bb2c488a8a75_slider_center {
    left: 50% !important;
    transform: translate(-50%, 0); }

#bb2c488a8a75_slider_small {
  display: none;
  z-index: 50000;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #474747;
  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.42857;
  /* 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: 0.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;
    max-width: 98%;
    margin: 0 auto;
    /* Everything below is just visual styling */
    background-color: #fff;
    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%; }
    #bb2c488a8a75 #bb2c488a8a75_modal p.bb2c488a8a75_p {
      padding: 10px;
      text-align: center;
      line-height: 20px;
      font-size: 14px;
      text-align: center; }
    #bb2c488a8a75 #bb2c488a8a75_modal .bb2c488a8a75_buttons {
      text-align: center;
      position: relative;
      width: 80%;
      left: 10%; }
      #bb2c488a8a75 #bb2c488a8a75_modal .bb2c488a8a75_buttons div {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
    #bb2c488a8a75 #bb2c488a8a75_modal #bb2c488a8a75_yes {
      float: right;
      width: 100px;
      background: #5cb85c;
      color: #fff;
      padding: 10px;
      font-size: 18px;
      cursor: pointer; }
    #bb2c488a8a75 #bb2c488a8a75_modal #bb2c488a8a75_no {
      float: left;
      width: 100px;
      background: #efefef;
      padding: 10px;
      font-size: 18px;
      cursor: pointer; }
    #bb2c488a8a75 #bb2c488a8a75_modal .bb2c488a8a75_clear {
      clear: both; }
    #bb2c488a8a75 #bb2c488a8a75_modal #bb2c488a8a75_credit {
      text-align: center;
      font-size: 10px;
      letter-spacing: 0.75px;
      padding: 5px;
      background: #efefef;
      color: #000 !important;
      -webkit-border-radius: 0px 0px 5px 5px;
      -moz-border-radius: 0px 0px 5px 5px;
      border-radius: 0px 0px 5px 5px; }
      #bb2c488a8a75 #bb2c488a8a75_modal #bb2c488a8a75_credit a {
        color: #000;
        font-weight: bold;
        text-decoration: none; }
