<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Table of Content
==================================================
	#Page layout Styles
	#Media Queries
/* #Site Styles
================================================== */
body {

	background: -moz-linear-gradient(#003a53, #098dba);
	background: -webkit-linear-gradient(#003a53, #098dba);
	background: linear-gradient(#003a53, #098dba);
	background-color: #098dba;
}
h1,h2,h3,h4,h5,h6 { 
	line-height: 1.44803375;	
}
p,ul,li {
	line-height: 1.64803375;	
}
.content {
	position: relative;
	margin: auto;
	padding: 5.5%;
	background: #fdfdfd;
}
.header {
	width: 100%;
	background: #00A5F4;
	color: #FFF;
	padding-top: 1%;
}
.center-block {
	margin-left: auto !important;
	margin-right: auto !important;
}

.footer {
	padding: 25px 15px 1px 15px;
	text-align: justify;
	color: #fff;
	font-size: 0.80em;
}
.footer div {
	width: 100%;
	margin: 0 auto;
}
.link-centered {
	width: 55%;
	margin: auto;
	display: block !important;
	margin-bottom: 20px;
}
.footer ul {
	display: inline;
}
.footer  li{
	display: inline;
	padding-left: 20px;
}
.footer a{
	color: #fff;
	text-decoration: underline;
}
.footer a:visited{
	color: #9696CB;
}
.footer a:hover{
	color: #D8D8D8;
}

/* #Media Queries
================================================== */
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */

	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */

	@media only screen and (max-width: 767px) {

		.leadgenlogo {
			display: none;
		}
		.optinpdfcover {
			display: none;
		}
		.bonusSection {
			width: 100%;
			background: #FFF;
		}
		.bonusSection  h3 {
			font-size: 1.3em;
		}
		.removebreak {
			display: none;
		}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.bonusSection {
			width: 100%;
			background: #FFF;
		}
		.optinpdfcover {
			display: none;
		}

		.liquidpushright {
			margin-left: 1% !important;
		}
		.leadgenlogo {
			display: none;
		}
		.left-offset6 li { margin-left: inherit; } 
		.bonusSection  h3 {
			font-size: 1.3em;
		}
		.removebreak {
			display: none;
		}
	}
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

	@media only screen and (max-width: 479px) {
		.optinpdfcover {
			display: none;
		}	
		.leadgenlogo {
			display: none;
		}
		.left-offset6 li { margin-left: inherit; } 
		.liquidpushright {
			margin-left: 1% !important;
		}
		.bonusSection {
			width: 100%;
			background: #FFF;
		}
		.bonusSection  h3 {
			font-size: 1.3em;
		}
		.removebreak {
			display: none;
		}
	}
	
/* #Misc
================================================== */
	.hide { display: none !important; }
	.hidden { display: none !important; visibility: hidden !important;}
	.hf20 { font-size: 20px; }
	.hf22 { font-size: 22px; }
	.hf135 { font-size: 35px; }
	.show { display: block !important; }
	.invisible { visibility: hidden; }
	.lessbold { font-weight: 500 !important; }
	.lesslessbold { font-weight: 300 !important; }
	.lesslesslessbold {  font-weight: 100 !important; }
	.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
	.pull-right { float: right !important; }
	.push-right { margin-right:  3%; }
	.pull-left  { float: left !important; }
	.top-push { margin-top: 10px; }
	.top-offset { margin-top: 0px; }	
	.top-offset1 { margin-top: -10px; }
	.top-offset2 { margin-top: -20px; }
	.top-offset3 { margin-top: -30px; }
	.top-offset4 { margin-top: -40px; }
	.bottom-offset { margin-bottom: 0px; }
	.bottom-offset1 { margin-bottom: 10px; }
	.bottom-offset2{ margin-bottom: 20px; }
	.bottom-offset3 { margin-bottom: 30px; }
	.bottom-offset4 { margin-bottom: 40px; }
	.bottom-offset5 { margin-bottom: 50px; }
	.wellpadded { padding: 1.25%; }
	.givemesomespace { display: inline-block; margin-bottom: 10px; }
	.text-underline { text-decoration: underline; }
	.text-indent { text-indent: 2%; }
	input[type=radio].css-checkbox {position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; } input[type=radio].css-checkbox + label.css-label {display:inline-block; font-size:15px; vertical-align:middle; cursor:pointer; width: 85%;} input[type=radio].css-checkbox:checked + label.css-label {background: #090; box-shadow: #0C0 0 0 3px; border: #090 1px solid; } label.css-label {background: #555; border: 1px solid #212121; padding: 5px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0); -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0); -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0); transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0); }
/*================================================== */
/* #Special Effects Styles
================================================== */
/*============   so this is the styles for our awsome pop up form   ================*/
.exitPopbtn {
	  display: inline-block;
	  -webkit-box-sizing: content-box;
	  -moz-box-sizing: content-box;
	  box-sizing: content-box;
	  cursor: pointer;
	  padding: 2% 12%;
	  border: 1px solid rgba(221,188,0,1);
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  font-weight: 700;
	  color: rgba(0,0,0,1);
	  -o-text-overflow: clip;
	  text-overflow: clip;
	  background: rgba(255,202,12,1);
	  -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.3) ;
	  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.3) ;
	  text-shadow: 0 1px 2px rgb(50,114,40) ;
	  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
.exitPopbtn:hover {
	  border: 1px solid #0f9b0f;
	  color: rgb(255, 255, 255);
	  background: rgb(90, 190, 87);
	  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.11) ;
	  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.11) ;
	  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.exitPopbtn:active {
	  border: 1px solid rgba(180,180,180,0.2);
	  background: rgba(62,163,29,1);
	  -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.1) inset;
	  box-shadow: 0 3px 0 0 rgba(0,0,0,0.1) inset;
	  -webkit-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	  -moz-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	  -o-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	  transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
.fancybox-custom .fancybox-skin {
  	  box-shadow: 0 0 50px #222;
}
.popupstyles {
	  padding: 1%;
	  min-width: 80%;
}
div.checkbox-toggle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background:#B7B7B7;
  padding: 2%;
}
div.checkbox-toggle a, div.checkbox-toggle button {
  cursor: default;
}
div.checkbox-toggle.checkbox-toggle-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #EFEFEF;
}
div.checkbox-toggle.checkbox-toggle-in a, div.checkbox-toggle.checkbox-toggle-in button {
  cursor: pointer;
}
div.checkbox-toggle.soldout {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.dashed-border {
	border: dashed 3px #0078B3;
	background: #fff;
	padding: 1%;
	margin: 1%;
}
.outer-border {
	padding: 0.8%; background: #FFF;
}
.ordertoday {
	font-size: 1.3em;
	margin-top: 2%;
	font-weight: 600;
}
.logofonts {
	font-size: 1.23em;
	font-weight: 100;
}
.popstyles {
	width: 100%;
	padding: 15px;
	padding-top: 1px;
	padding-bottom: 0px;
	background: #008FD5;
	color: #fff;
}
.wait {
	font-size: 1.3em;
}
.fancybox-inner {
	height:auto !important;
}
.sales {
	margin-top: 3%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5%;
  height: 70px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid rgba(255,255,0,1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font: normal 37px/70px Impact, Charcoal, sans-serif;
  color: rgba(0,0,0,1);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: #ffff00;
  -webkit-transition: background-color 0.2s cubic-bezier(0, 0, 0, 0), color 0.2s cubic-bezier(0, 0, 0, 0), width 0.2s cubic-bezier(0, 0, 0, 0), border-width 0.2s cubic-bezier(0, 0, 0, 0), border-color 0.2s cubic-bezier(0, 0, 0, 0);
  -moz-transition: background-color 0.2s cubic-bezier(0, 0, 0, 0), color 0.2s cubic-bezier(0, 0, 0, 0), width 0.2s cubic-bezier(0, 0, 0, 0), border-width 0.2s cubic-bezier(0, 0, 0, 0), border-color 0.2s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.2s cubic-bezier(0, 0, 0, 0), color 0.2s cubic-bezier(0, 0, 0, 0), width 0.2s cubic-bezier(0, 0, 0, 0), border-width 0.2s cubic-bezier(0, 0, 0, 0), border-color 0.2s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.2s cubic-bezier(0, 0, 0, 0), color 0.2s cubic-bezier(0, 0, 0, 0), width 0.2s cubic-bezier(0, 0, 0, 0), border-width 0.2s cubic-bezier(0, 0, 0, 0), border-color 0.2s cubic-bezier(0, 0, 0, 0);
}

.sales:hover {
  border: 2px solid rgb(30,205,151);
  color: rgba(255,255,255,1);
  background: rgb(30, 205, 151);
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}

.sales:active {
  border: 2px solid rgba(33,224,163,1);
  background: rgba(33,224,163,1);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.sales1{
	margin: 5%;
	width: 90%;
	display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 1%;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid rgba(255,255,0,1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font: normal 37px/70px Impact, Charcoal, sans-serif;
  color: rgba(0,0,0,1);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: #ffff00;
  -webkit-transition: background-color 0.2s cubic-bezier(0, 0, 0, 0), color 0.2s cubic-bezier(0, 0, 0, 0), width 0.2s cubic-bezier(0, 0, 0, 0), border-width 0.2s cubic-bezier(0, 0, 0, 0), border-color 0.2s cubic-bezier(0, 0, 0, 0);
  -moz-transition: background-color 0.2s cubic-bezier(0, 0, 0, 0), color 0.2s cubic-bezier(0, 0, 0, 0), width 0.2s cubic-bezier(0, 0, 0, 0), border-width 0.2s cubic-bezier(0, 0, 0, 0), border-color 0.2s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.2s cubic-bezier(0, 0, 0, 0), color 0.2s cubic-bezier(0, 0, 0, 0), width 0.2s cubic-bezier(0, 0, 0, 0), border-width 0.2s cubic-bezier(0, 0, 0, 0), border-color 0.2s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.2s cubic-bezier(0, 0, 0, 0), color 0.2s cubic-bezier(0, 0, 0, 0), width 0.2s cubic-bezier(0, 0, 0, 0), border-width 0.2s cubic-bezier(0, 0, 0, 0), border-color 0.2s cubic-bezier(0, 0, 0, 0);
}

.sales1:hover {
  border: 2px solid rgb(30,205,151);
  color: rgba(255,255,255,1);
  background: rgb(30, 205, 151);
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}

.sales1:active {
  border: 2px solid rgba(33,224,163,1);
  background: rgba(33,224,163,1);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.shadesofgray {
	background: #FEFFC5;
	padding: 1.3%;
}</pre></body></html>