<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Top-Level Container for Modal Invocation, used to prevent an site accidentaly
 * loading the modal without a style-sheet
 */

#bb2c488a8a75_container {
    display: block !important;
	top: 0;
	z-index: 100000;
}

/*
 * Modal
 */

#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: 70001;
}

#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: 9999999;
}

#bb2c488a8a75 #bb2c488a8a75_offset {
    width: 100vw;
    height: 217px;
    z-index: 99999999;
}

#bb2c488a8a75 #bb2c488a8a75_modal {
    display: none;
    position: relative;
    width: 400px;
    height: 250px;
    max-width: 98%;
    margin: 0 auto;
    /* Everything below is just visual styling */
    background-color: #FFF;
    padding: 0px;
    border: white 11px solid;
    -moz-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 {
    right: 35%;
    bottom: 13%;
    position: relative;    
max-width: 175px;
    opacity: 0;
    display: none;
	object-fit: cover;
	height: 96px;
	width: 96px;
    background: #ffffff;
    border-radius: 50px;
}

#bb2c488a8a75 #bb2c488a8a75_modal p.bb2c488a8a75_p {
	font-family: "Proxima Nova Rg Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
position: relative;
    right: 14%;
    bottom: 20%;
    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: 23px;
    margin-bottom: 15px;
    width: 55%;
    background: #5cb85c;
    color: #FFF;
    padding: 0px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    padding-bottom: 40px;
}


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

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

/* v8 PATCH START */

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

/* v8 PATCH END */

#bb2c488a8a75 #bb2c488a8a75_modal {
	background-color: #071c31;
    width: 28%;
    height: 250px;
    position: absolute;
    max-width: 100vw;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
    box-sizing: border-box;
    position-area: center;
}

#bb2c488a8a75 #bb2c488a8a75_modal p.bb2c488a8a75_p {
    opacity: 1;
}

#bb2c488a8a75 #bb2c488a8a75_modal p.bb2c488a8a75_p {
    line-height: 1.1em;
    max-width: 540px;
    margin-bottom: -75px;
	color: white;
}

#bb2c488a8a75 #bb2c488a8a75_modal .bb2c488a8a75_live_chat {
	color: #b9b9b9;
	font-family: "Roboto Slab Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 188%;
	font-weight: bold;
	letter-spacing: .4px;
	line-height: 1.5;
}

#bb2c488a8a75 #bb2c488a8a75_modal .bb2c488a8a75_online_now {
	color: white;
	font-family: "Roboto Slab Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 188%;
	font-weight: bold;
	letter-spacing: .4px;
	line-height: 1.5;
}

#bb2c488a8a75 #bb2c488a8a75_modal .bb2c488a8a75_buttons {
    position: relative;
    left: unset;
    top: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 450px;
}

#bb2c488a8a75 #bb2c488a8a75_modal #bb2c488a8a75_yes {
    opacity: 1;
    background-color: #9EC5E9;
    color: white;
    margin: 10px 0 0;
    padding: 10px 15px;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    width: auto;
}

#bb2c488a8a75 #bb2c488a8a75_modal #bb2c488a8a75_no {
    opacity: 1;
    display: block;
    margin: 0 10px;
     color: white;
    margin: 10px 0 0;
    padding: 10px 15px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 700;
    width: auto;
    position: absolute;
    left: 34%;
    cursor: pointer;
}

#bb2c488a8a75 #bb2c488a8a75_modal .bb2c488a8a75_buttons .bb2c488a8a75_clear {
    display: none;
}

#bb2c488a8a75 #bb2c488a8a75_modal img#bb2c488a8a75_header {
    margin-top: 72px;
    display: block;
    opacity: 1;
}

#bb2c488a8a75 #bb2c488a8a75_modal img#bb2c488a8a75_header {
    margin-top: -25px;
}

#bb2c488a8a75 #bb2c488a8a75_offset {
    height: 250px;
    position: fixed;
    top: 20%;
}

@media only screen and (max-width: 767px) {
body #main-header {
    margin-top: 46px!important;
}
}</pre></body></html>