<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Default OfferObjects
*/

/**------SITE STYLES--------**/

.clear {
	clear: both;
}

a {
	cursor: pointer;
}

#dl_debug {
	width: 20%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9999999;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .spinning_loader {
	display: block;
}

/* CSS for ng-cloak */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/* Default CSS for form input error messages */
.errorMsg, .errorMsg span {
	font-size: 12px;
	color: #e40000;
	display: block;
}

.tooltip-helper:focus {
	outline: 0;
}


/**------Spinning Loader Styles--------**/

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */



.spinning_loader {
	display:none;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.site-loader {
	margin:0em auto;
	top:30%;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.9em solid rgba(0, 0, 0, 0.2);
	border-right: 0.9em solid rgba(0, 0, 0, 0.2);
	border-bottom: 0.9em solid rgba(0, 0, 0, 0.2);
	border-left: 0.9em solid rgba(0, 0, 0, 0.5);
	-webkit-animation: load8 0.75s infinite linear;
  	animation: load8 0.75s infinite linear;
}
.site-loader,
.site-loader:after {
	border-radius: 50%;
	width: 8em;
	height: 8em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#contactModal .form-control {
    font-size: 16px;
}

#contactModal .modal-content {
	padding: 1em 0;
}

#contactModal .close {
	z-index: 1;
}

#contactModal .contact-close {
	position:absolute;
	top:7px;
	right:15px;
	padding: 5px;
}

#contactModal .conact-modal-left h1 {
	margin: 0;
	font-size: 28px;
}

#contactModal .conact-modal-left {
	margin-bottom: 1em;
}

#contactModal .contact-info h3{
	margin: 0;
	font-size: 18px;
}

#contactModal .contact-info p{
	margin: 0;
	font-size: 14px;
	color: #555555;
}

#contactModal .contact-info {
	margin-top: 1em;
}

#contactModal .contact-reason {
	font-size: 14px;
}

#contactModal .btn {
	width: 100%;
	display: block;
}

#contactModal .hipaa-info {
	text-align: center;
	font-size: 14px;
	color: #6e6e6e;
	margin-top: 1em;
}

#policyModal .modal-body {
	overflow-x: scroll;
}

.modal a.email {
	text-decoration: underline;
	color: #333;
}

@media only screen and (min-width : 768px) {
	#contactModal .modal-content {
		padding: 2.5em;
	}
	#contactModal .btn {
		width: 200px;
		margin: 0 auto;
		display: block;
	}

	#contactModal .conact-modal-left {
		border-right: solid thin #777;
	}
}

@media only screen and (min-width : 990px) {
	#contactModal .control-label {
		float: left;
		width: 19%;
		margin-right: 2%;
		text-align: right;
	}
	#contactModal .form-control {
		width: 79%;
	}

	#contactModal .contact-reason {
		margin-left: 21%;
	}
}



/* Confirmpage Pusher Modals */

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
	margin: 0 auto;
}

@media screen and (min-width: 576px) {
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}

#confirm-popover .pusher-modal .modal-content {
	padding: 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#confirm-popover .pusher-modal .modal-content .modal-header {
	font-family: inherit;
	background-color: #2AD479;
	padding: 0;
	position: relative;
}

#confirm-popover #form-error .modal-header {
	background-color: #F7830B;
}

	.pusher-modal .modal-header a {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		color: #fff;
		font-size: 18px;
	}

	#confirm-popover .pusher-modal .modal-header p {
		color: #fff;
		padding: 5px 0 8px;
		font-weight: bold;
	}

	.pusher-modal .modal-body .call-icon {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background-color: #2AD479;
		background-image: url('/shared/images/callnow-icon.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 30px;
		margin: 0 auto 10px;
		color: #fff;
	}

	#confirm-popover .pusher-modal .modal-content .modal-body {
		font-family: inherit;
		padding: 10px 20px 20px;
	}

	#confirm-popover #form-error .modal-content .modal-body {
		padding: 20px 20px 30px;
	}

	.pusher-modal .modal-body p {
		display: block;
		margin: 0;
	}

	#form-error .modal-body p {
		padding: 10px 0;
		width: 250px;
		margin: 0 auto;
	}

	#confirm-popover .pusher-modal .modal-body .prov-num {
		color: #333333;
		font-weight: bold;
		display: inline-block;
		font-size: 20px
	}

	.pusher-modal .modal-body .btn {
		background-color: #2371DE;
		font-weight: bold;
		padding-left: 40px;
		padding-right: 40px;
		color: #fff;
		margin: 15px auto 0;
		font-size: 18px;
		border: 0;
		display: block;
		width: 180px;
	}

	.pusher-modal .modal-body .btn:hover,
	.pusher-modal .modal-body .btn:focus,
	.pusher-modal .modal-body .btn:active,
	.pusher-modal .modal-body .btn:visited {
		border: 0;
	}



/**------Small Loader (used before pharmacard is loaded)--------**/
.small_loader {
	background: url('/shared/images/loader1.gif') 50% 50% no-repeat;
	height: 200px;
}

/**------AdFeed Loading Spinner--------**/
#adfeed-loader {
	background-color:#ffffff;
	padding:20px 0px;
	width: 220px;
	margin: 20px auto;
	display:block;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-webkit-box-shadow:0px 1px 4px 0px rgba(23, 23, 23, 0.65);
	-moz-box-shadow:0px 1px 4px 0px rgba(23, 23, 23, 0.65);
	box-shadow:0px 1px 4px 0px rgba(23, 23, 23, 0.65);
}

#adfeed-loader p {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	text-align:center;
	margin-bottom:3px;
}

#noTrespassingOuterBarG{
	height:14px;
	width:156px;
	border:1px solid rgb(220, 220, 220);
	overflow:hidden;
	background-color:rgb(255,255,255);
	margin:auto;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}

.noTrespassingBarLineG{
	background-color:rgb(220, 220, 220);
	float:left;
	width:14px;
	height:117px;
	margin-right:23px;
	margin-top:-27px;
	transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
}

.noTrespassingAnimationG{
	width:230px;
	animation-name:noTrespassingAnimationG;
		-o-animation-name:noTrespassingAnimationG;
		-ms-animation-name:noTrespassingAnimationG;
		-webkit-animation-name:noTrespassingAnimationG;
		-moz-animation-name:noTrespassingAnimationG;
	animation-duration:.6s;
		-o-animation-duration:.6s;
		-ms-animation-duration:.6s;
		-webkit-animation-duration:.6s;
		-moz-animation-duration:.6s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-timing-function:linear;
		-o-animation-timing-function:linear;
		-ms-animation-timing-function:linear;
		-webkit-animation-timing-function:linear;
		-moz-animation-timing-function:linear;
}



@keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-37px;
	}
}

@-o-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-37px;
	}
}

@-ms-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-37px;
	}
}

@-webkit-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-37px;
	}
}

@-moz-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-37px;
	}
}

.contactus_confirm {
    position: absolute;
    left: 50%;
    top: 50%;
    background: white;
    padding: .5em 2em;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    font-size: 26px;
    text-transform: uppercase;
}

.contactus_confirm .glyphicon-ok {
	color: green;
}

.contact-reason .checkbox {
	margin-top: 10px;
}

/* don't bold disclosures */
label.tcpa-disclosure &gt; p {
	font-weight: normal;
}

/*in case the site isn't using bootstrap (homesecurityratings)*/
.modal {
	display: none;
}</pre></body></html>