@font-face {
    font-family: Lato Black;
    src: url('../fonts/Lato-Black.ttf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Lato Bold;
    src: url('../fonts/Lato-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Lato Regular;
    src: url('../fonts/Lato-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Lato Light;
    src: url('../fonts/Lato-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Lato Hairline;
    src: url('../fonts/Lato-Thin.ttf');
    font-weight: 100;
    font-style: normal;
}
a:link {
	color: #0054a6;
	text-decoration: none;
  	-moz-transition: 0.5s;
  	-ms-transition: 0.5s;
	-o-transition: 0.5s;
  	-webkit-transition: 0.5s;
  	transition: 0.5s;	
}
a:visited {
	color: #0054a6;
	text-decoration: none;
}
a:hover {
	color: #959595;
	text-decoration: none;
}
a:active {
	color: #0054a6;
	text-decoration: none;
}
.arrow {
	clear: both;
	line-height: 60px;
	text-align: center;
	width: 100%;
}
body {
	color: #959595;
	font-family: Lato Bold, Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 3.6px;
	line-height: 27px;
	margin: 0px;
	padding: 0px;
}
#bottom {
	background-color: #0054a6;
	color: #ffffff;
	float: left;
	font-size: 18px;
	letter-spacing: 3.6px;
	margin: 0px;
	padding: 30px 0px 30px 0px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#bottom a {
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 10.5px;
}
#bottom a:hover {
	background-color: #ffffff;
	color: #0054a6;
}
@media (max-width: 767px) {
#bottom {
	font-size: 12px;
	letter-spacing: 3px;
}
#bottom .container {
	width: 90%;
}
}
@media (max-width: 626px) {
#bottom {
	display: none;
}
}
.button {
	border: 2px solid #0054a6;
	font-family: Lato Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2.4px;
	padding: 10.5px 30px 10.5px 30px;
	text-align: center;
	text-transform: uppercase;
}
.button:hover {
	background-color: #0054a6;
	color: #ffffff!important;
}
.container {
	margin: 0 auto;
	padding: 0px;
	width: 1200px;
}
@media (max-width: 1200px) {
.container {
	width: 100%;
}
}
#contentleft, #contentright {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#contentleft h2, #contentleft p {
	margin: 0%;
	padding: 30px 6.25% 0px 6.25%;
	text-align: center;
	width: 37.5%;
}
#contentleft i, #contentright i {
	margin: 0px 0px 30px 0px;
	width: 100%;
}
@media (max-width: 768px) {
#contentleft i, #contentright i {
	display: none;
}
}
#contentleft #print {
	background-image: url(images/print-image.jpg);
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 60px 0px 60px 0px;
	width: 100%;
}
#contentleft #rewards {
	background-image: url(images/rewards-image.jpg);
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 60px 0px 60px 0px;
	width: 100%;
}
#contentleft #systems {
	background-image: url(images/systems-image.jpg);
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 60px 0px 60px 0px;
	width: 100%;
}
#contentright h2, #contentright p {
	margin: 0% 0% 0% 50%;
	padding: 30px 6.25% 0px 6.25%;
	text-align: center;
	width: 37.5%;
}
#contentright #consulting {
	background-image: url(images/consulting-image.jpg);
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 60px 0px 60px 0px;
	width: 100%;
}
#contentright #email {
	background-image: url(images/email-image.jpg);
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 60px 0px 60px 0px;
	width: 100%;
}
#contentright #loyalty {
	background-image: url(images/loyalty-image.jpg);
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 60px 0px 60px 0px;
	width: 100%;
}
#footer {
	background-color: #555555;
	float: left;
	margin: 0px;
	padding: 30px 0px 30px 0px;
	text-align: center;
	width: 100%;
}
@media (max-width: 767px) {
#footer .container {
	width: 90%;
}
}
#footer p {
	color: #ffffff;
	font-family: Lato Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2.4px;
	line-height: 18px;
	padding: 20px 0px 0px 0px;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #959595;
}
#form {
	background-color: #f2f2f2;
	color: #555555;
	float: left;
	font-size: 18px;
	letter-spacing: 3.6px;
	margin: 0px;
	padding: 60px 0px 60px 0px;
	text-align: center;
	width: 100%;
}
#form .button {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-color: #0054a6;
	border: 0px;
	color: #ffffff;
	cursor: pointer;
	font-family: Lato Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 50px;
	letter-spacing: 2.4px;
	margin: 15px 0px 0px 0px;
	padding: 15px;
  	-moz-transition: 0.5s;
  	-ms-transition: 0.5s;
	-o-transition: 0.5s;
  	-webkit-transition: 0.5s;
  	transition: 0.5s;	
	width: 370px;
}
#form .button:hover {
	background-color: #003471;
}
#form .column {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 400px;
}
@media (max-width: 1199px) {
#form .container {
	width: 90%;
}
}
#form form {
	margin: 15px 0px 0px 0px;
}
#form h2 {
	color: #363636;
}
#form .input {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background: transparent;
	border-bottom: 2px solid #0054a6;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	color: #0054a6;
	font-family: Lato Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	letter-spacing: 2.4px;
	margin: 15px;
	padding: 15px;
	width: 340px;
}
#form .textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background: transparent;
	border-bottom: 2px solid #0054a6;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	color: #0054a6;
	font-family: Lato Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 102px;
	letter-spacing: 2.4px;
	margin: 15px;
	padding: 15px;
	width: 340px;
}
@media (max-width: 767px) {
#form .button {
	clear: both;
	margin: 10px 2.5% 10px 2.5%;
	padding: 10px 2.5% 10px 2.5%;
	width: 95%;
}
#form .column {
	width: 100%;
}
#form .input {
	margin: 10px 2.5% 10px 2.5%;
	padding: 10px 2.5% 10px 2.5%;
	width: 90%;
}
#form .textarea {
	margin: 10px 2.5% 10px 2.5%;
	padding: 10px 2.5% 10px 2.5%;
	width: 90%;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
#form .button {
	margin: 10px 2.5% 10px 2.5%;
	padding: 10px 2.5% 10px 2.5%;
	width: 95%;
}
#form .column {
	width: 33.3%;
}
#form .input {
	margin: 10px 2.5% 10px 2.5%;
	padding: 10px 2.5% 10px 2.5%;
	width: 90%;
}
#form .textarea {
	height: 82px;
	margin: 10px 2.5% 10px 2.5%;
	padding: 10px 2.5% 10px 2.5%;
	width: 90%;
}
}
h1 {
	color: #ffffff;
	font-family: Lato Black, Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 4.8px;
	line-height: 36px;
	margin: 0 auto;
	padding: 0px;
	text-transform: uppercase;
}
h1 span {
	font-family: Lato Regular, Arial, Helvetica, sans-serif;
}
h2 {
	color: #0054a6;
	font-family: Lato Black, Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 4.8px;
	line-height: 36px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
@media (max-width: 1199px) {
body {
	font-size: 15px;
	letter-spacing: 3px;
	line-height: 22.5px;
}
#contentleft h2, #contentleft p {
	padding: 30px 2.5% 0px 2.5%;
	width: 45%;
}
#contentright h2, #contentright p {
	padding: 30px 2.5% 0px 2.5%;
	width: 45%;
}
#contentleft #print, #contentleft #rewards, #contentleft #systems, #contentright #consulting, #contentright #email, #contentright #loyalty {
	padding: 30px 0px 30px 0px;
}
h2 {
	font-size: 18px;
	letter-spacing: 3.6px;
	line-height: 24px;
}
}
@media (max-width: 626px) {
#contentleft #print, #contentleft #rewards, #contentleft #systems, #contentright #consulting, #contentright #email, #contentright #loyalty {
	background-image: none;
	border-bottom: 1px solid #cccccc;
	padding: 30px 0px 30px 0px;
}
#contentleft h2, #contentleft p {
	margin: 0%;
	padding: 30px 5% 0px 5%;
	text-align: center;
	width: 90%;
}
#contentright h2, #contentright p {
	margin: 0%;
	padding: 30px 10% 0px 10%;
	text-align: center;
	width: 80%;
}
}
#header {
	float: left;
	font-family: Lato Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2.4px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#header a {
	color: #0054a6;
}
#header a:hover {
	color: #959595;
}
#header .left {
	padding: 30px 0px 21px 0px;
}
#header li {
	display: inline;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}
#header .right {
	padding: 46px 0px 0px 0px;
}
#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#hero {
	background-color: #0054a6;
	background-image: url(images/hero-image.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	float: left;
	margin: 0px;
	padding: 120px 0px 120px 0px;
	text-align: center;
	width: 100%;
}
#hero .button {
	border: 2px solid #ffffff;
	color: #ffffff;
	font-family: Lato Black, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px 15px 0px 15px;
	padding: 10.5px 30px 10.5px 30px;
	text-align: center;
	text-transform: uppercase;
}
#hero .button:hover {
	background-color: #ffffff;
	color: #0054a6!important;
}
#hero .button-dark {
	background-color: #003471;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-family: Lato Black, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px 15px 0px 15px;
	padding: 10.5px 30px 10.5px 30px;
	text-align: center;
	text-transform: uppercase;
}
#hero .button-dark:hover {
	background-color: #ffffff;
	color: #0054a6!important;
}
@media (max-width: 767px) {
#hero {
	padding: 60px 0px 60px 0px;
}
#hero .container {
	width: 90%;
}
}
#hero p {
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
	width: 75%;
}
@media (max-width: 1199px) {
#hero p {
	width: 90%;
}
}
img {
	border: 0px;
}
#learnmore {
	background-color: #f2f2f2;
	border-bottom: 1px solid #cccccc;
	float: left;
	margin: 0px;
	padding: 60px 0px 0px 0px;
	width: 100%;
}
#learnmore .button {
	border: 2px solid #363636;
	color: #363636;
}
#learnmore .button:hover {
	background-color: #363636;
	color: #f2f2f2!important;
}
#learnmore h2 {
	color: #363636;
}
#learnmore h2, #learnmore p {
	margin: 0 auto;
	width: 75%;
}
@media (max-width: 1199px) {
#learnmore h2, #learnmore p {
	width: 90%;
}
}
#learnmore p {
	color: #555555;
}
.left {
	float: left;
	text-align: center;
	width: 50%;
}
#nav {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 16.666%;
}
@media (max-width: 767px) {
#nav li {
	width: 33.3%;
}
}
@media (max-width: 375px) {
#nav li {
	width: 50%;
}
}
#nav li a {
	border-right: 1px solid #cccccc;
	color: #959595;
	font-family: Lato Black, Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	height: 58px;
	letter-spacing: 3px;
	line-height: 30px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	text-transform: uppercase;
}
@media (max-width: 1023px) {
#nav li a, #nav li a.last {
	font-size: 12px;
}
}
@media (max-width: 767px) {
#nav li a, #nav li a.last {
	border-bottom: 1px solid #cccccc;
}
}
#nav li a.last {
	border-right: none;
	color: #959595;
	font-family: Lato Black, Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	height: 58px;
	letter-spacing: 3px;
	line-height: 30px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	text-transform: uppercase;
}
@media (max-width: 1023px) {
#nav li a.last {
	font-size: 12px;
}
}
@media (max-width: 767px) {
#nav li a.last {
	border-right: 1px solid #cccccc;
}
}
#nav li a:hover {
	background-color: #959595;
	color: #ffffff;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
}
.right {
	float: right;
	text-align: center;
	width: 50%;
}
@media (max-width: 767px) {
.left {
	float: left;
	margin: 0px 0px 60px 0px;
	text-align: center;
	width: 100%;
}
.right {
	float: right;
	margin: 0px 0px 60px 0px;
	text-align: center;
	width: 100%;
}
}
@media (max-width: 767px) {
#header .left {
	float: left;
	margin: -15px 0px 0px 0px;
	text-align: center;
	width: 100%;
}
#header .right {
	float: right;
	margin: -60px 0px 15px 0px;
	text-align: center;
	width: 100%;
}
}
@media (max-width: 1023px) {
.droptabletportrait {
	display: none!important;
}
}
@media (max-width: 767px) {
.dropmobile {
	display: none!important;
}
}
/*
     FILE ARCHIVED ON 13:14:01 Mar 26, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:59:45 Jan 19, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 203.601
  exclusion.robots: 0.067
  exclusion.robots.policy: 0.058
  cdx.remote: 0.055
  esindex: 0.019
  LoadShardBlock: 178.919 (3)
  PetaboxLoader3.datanode: 200.365 (5)
  load_resource: 315.881 (2)
  PetaboxLoader3.resolve: 201.827 (2)
*/