<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************************************************************
BOOTSTRAP OVERRIDE
*************************************************************************************/
html {
	font-size: 100%;
	padding: 0;
	margin: 0;
}
body {
	background-color: #d7d6d6;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	line-height: 1;
	color: #000;
}
[class*="span"] {
} /* backgroud color to all *span divs */
p {
} /* same thing here ... just so we can see gutters and spans better */
/* nav and logo
============================================ */
.container {
	width: 1160px;
}
.container-header {
	height: 65px;
	background-color: #fff;
}
.container-carousel {
	background-color: #fff;
}
.container-index {
	background-color: #fff;
	padding: 10px 0px 80px 0px;
}
.container-benefits {
	background-color: #fff;
	padding: 30px 0px 50px 0px;
}
.container-content {
	background-color: #fff;
}
.container-breadcrumbs {
	background-color: #f6f6f6;
	height: 85px;
	border-top: 1px solid #d2d3d4;
	border-bottom: 1px solid #d2d3d4;
	-webkit-box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.075);
}
.container-footer {
	background-color: #282a2b;
}
.content-padding {
	padding: 5px 20px 60px 20px;
}
.footer-content-left-spacing {
	padding: 20px 0px 20px 30px;
}
.footer-content-right-spacing {
	padding: 20px 30px 20px 0px;
}
.footer-content-left {
	font-size: 11px;
	line-height: 20px;
	color: rgba(255,255,255,0.45);
	font-weight: normal;
	text-align: left;
}
.footer-content-right {
	font-size: 11px;
	line-height: 20px;
	color: rgba(255,255,255,0.45);
	font-weight: normal;
	text-align: right;
}
.mobile-boom {
	padding: 0 30px 0 30px;
}
.span-no-padding {
	padding-left: 0;
}
/************************************
FONTS
*************************************/
h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #333333;
	margin: 30px 0 20px 0;
}
.h1-no-top-spacing {
	margin: 0px 0 20px 0;
}
h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #333333;
	margin: 25px 0 10px 0;
}
h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #333333;
	margin: 0px 0 0px 0;
}
p {
	font: 'PTSansRegular', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.69;
	color: #747474;
	margin-bottom: 15px;
}
.p-top-spacing {
	margin-top: 10px;
}
.p-no-spacing {
	margin: 0px;
}
.notice {
	font-size: 12px;
	line-height: 18px;
	color: #747474;
	margin: 50px 0 15px 0;
	padding-top: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}
.notice-no-line {
	font-size: 12px;
	line-height: 18px;
	color: #747474;
}
hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}
.h1-address {
	font-size: 16px;
	margin: -5px 0 5px 0;
}
.address {
	text-align: right;
	margin-right: 40px;
}
label {
	color: #333333;
}
/************************************
LISTS
*************************************/
ul, ol {
	margin: 0px 0px 20px 30px;
	padding: 0;
	font-size: 13px;
	line-height: 1.69;
	color: #747474;
}
li {
	margin: 0px 0px 5px 0px;
}
#list-benefit ul {
}
.list-benefit-spacing {
	margin-top: -7px;
	margin-left: 20px;
}
.list-benefit-no-spacing {
	margin-top: 35px;
	margin-left: 20px;
}
#list-benefit li {
	list-style: none;
	color: #747474;
}
#list-benefit li:before {
	content: '\25A0';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -20px;
	top: -2px;
	color: #019cf2;
	font-size: 20px;
}
#list-benefit ol {
	counter-reset: li; /* Initiate a counter */
}
#list-benefit ol li:before {
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -15px;
	top: -0px;
	color: #019cf2;
	content: counter(li)'.'; /* Use the counter as content */
	counter-increment: li; /* Increment the counter by 1 */
}
/************************************
PAGE LINKS
*************************************/
.index-benefit-container {
	border: 1px solid #fff;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .0);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .0);
	text-decoration: none;
}
.index-benefit-container-img {
	margin-bottom: 10px;
}
a.home-category:link {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
}
a.home-category:hover {
	text-decoration: none;
	color: #18abe2;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
}
a:hover {
	color: #a0ce4e;
}
a:active {
	color: #000;
}
#password a:link {
	color: #999;
}
#password a:lisited {
 color:#999;
}
#password a:hover {
	color: #a0ce4e;
}
#password a:active {
	color: #999;
}
.breadcrumb-hdr {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 200;
	color: #333;
	padding-left: 35px;
	padding-top: 33px;
}
.breadcrumb {
	padding: 8px 15px;
	margin: 0 0 20px;
	list-style: none;
	background-color: rgba(255, 255, 255, 0.0);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-top: 25px;
	padding-right: 35px;
}
.breadcrumb &gt; li {
	display: inline-block;
 *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
	text-shadow: 0 0px 0 #ffffff;
	font-family: 'PT Sans';
	font-size: 11px;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
}
.breadcrumb &gt; li &gt; a {
	color: #333333;
	text-decoration: none;
}
.breadcrumb &gt; li &gt; a:hover {
	color: #18abe2;
	text-decoration: none;
}
.breadcrumb &gt; li &gt; .divider {
	padding: 0 5px;
	color: #333;
}
.breadcrumb &gt; .active {
	color: #333;
	color: #18abe2;
}
.footer-divider {
	margin: 0 10px 0 10px;
	color: rgba(255,255,255,0.45);
}
.footer-link a:link {
	color: rgba(255,255,255,0.45);
	text-decoration: none;
}
.footer-link a:visited {
	color: rgba(255,255,255,0.45);
	text-decoration: none;
}
.footer-link a:hover {
	color: rgba(255,255,255,1.0);
	text-decoration: none;
}
.footer-link a:active {
	color: rgba(255,255,255,0.45);
	text-decoration: none;
}
/************************************
IMAGES AND GRAPHICS
*************************************/
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.img-car-logos {
	margin-bottom: 20px;
}
/************************************
BUTTONS
*************************************/
.btn {
	display: inline-block;
 *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
	padding: 8px 20px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.85);
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #0078DB, #0078DB);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0078DB), to(#0078DB));
	background-image: -webkit-linear-gradient(top, #0078DB, #0078DB);
	background-image: -o-linear-gradient(top, #0078DB, #0078DB);
	background-image: linear-gradient(to bottom, #0078DB, #0078DB);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0078DB', endColorstr='#ff0078DB', GradientType=0);
	border-color: #0078DB #0078DB #bfbfbf;
	border-color: rgba(0, 0, 0, 0.0) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.0);
 *background-color: #0078DB;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 0px solid #cccccc;
 *border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
 *margin-left: .3em;
	-webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.0), 0 0px 0px rgba(0,0,0,.00);
	-moz-box-shadow: inset 0 0px 0 rgba(255,255,255,.0), 0 0px 0px rgba(0,0,0,.00);
	box-shadow: inset 0 0px 0 rgba(255,255,255,.0), 0 0px 0px rgba(0,0,0,.00);
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: rgba(255, 255, 255,1.0);
	background-color: #019cf2;
 *background-color: #019cf2;
}
.btn:hover, .btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 0px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn-primary {
	color: rgba(255, 255, 255, 0.85);
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
	background-color: #a0ce4e;
	background-image: -moz-linear-gradient(top, #a0ce4e, #a0ce4e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0ce4e), to(#a0ce4e));
	background-image: -webkit-linear-gradient(top, #a0ce4e, #a0ce4e);
	background-image: -o-linear-gradient(top, #a0ce4e, #a0ce4e);
	background-image: linear-gradient(to bottom, #a0ce4e, #a0ce4e);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa0ce4e', endColorstr='#ffa0ce4e', GradientType=0);
	border-color: #a0ce4e #a0ce4e #a0ce4e;
	border-color: rgba(0, 0, 0, 0.0) rgba(0, 0, 0, 0.0) rgba(0, 0, 0, 0.0);
 *background-color: #a0ce4e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	margin-bottom: 20px;
	padding: 13px 29px;
	font-size: 14px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: rgba(255, 255, 255, 1.0);
	background-color: #96c346;
 *background-color: #96c346;
}
.btn-secondary {
	color: rgba(255, 255, 255, 0.85);
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
	background-color: #8e8e8e;
	background-image: -moz-linear-gradient(top, #8e8e8e, #8e8e8e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8e8e8e), to(#8e8e8e));
	background-image: -webkit-linear-gradient(top, #8e8e8e, #8e8e8e);
	background-image: -o-linear-gradient(top, #8e8e8e, #8e8e8e);
	background-image: linear-gradient(to bottom, #8e8e8e, #8e8e8e);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8e8e8e', endColorstr='#ff8e8e8e', GradientType=0);
	border-color: #a0ce4e #a0ce4e #a0ce4e;
	border-color: rgba(0, 0, 0, 0.0) rgba(0, 0, 0, 0.0) rgba(0, 0, 0, 0.0);
 *background-color: #8e8e8e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	margin-bottom: 20px;
	padding: 13px 29px;
	font-size: 14px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
	color: rgba(255, 255, 255, 1.0);
	background-color: #7b7b7b;
 *background-color: #7b7b7b;
}
.btn-small {
	padding: 10px 15px;
	font-size: 12px;
	line-height: 12px;
}
.btn-nav {
	color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
	background-color: #a0ce4e;
	background-image: -moz-linear-gradient(top, #a0ce4e, #a0ce4e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0ce4e), to(#a0ce4e));
	background-image: -webkit-linear-gradient(top, #a0ce4e, #a0ce4e);
	background-image: -o-linear-gradient(top, #a0ce4e, #a0ce4e);
	background-image: linear-gradient(to bottom, #a0ce4e, #a0ce4e);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa0ce4e', endColorstr='#ffa0ce4e', GradientType=0);
	border-color: #0078DB #0078DB #0078DB;
	border-color: rgba(0, 0, 0, 0.0) rgba(0, 0, 0, 0.0) rgba(0, 0, 0, 0.0);
 *background-color: #0078DB;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	padding: 12px 29px;
	margin-left: 20px;
}
.btn-nav:hover, .btn-nav:focus, .btn-nav:active, .btn-nav.active, .btn-nav.disabled, .btn-nav[disabled] {
	color: rgba(255, 255, 255, 1.0);
	background-color: #76a227;
 *background-color: #76a227;
}
.navbar .btn-navbar {
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 0;
}
.btn-p {
	margin-top: 10px;
}
/************************************
CAROUSEL
*************************************/
.carousel-home {
	padding: 0;
	margin-top: 0px;
}
.carousel-inner {
	overflow: hidden;
	width: 100%;
	position: relative;
	text-align: center;
}
.carousel-caption-background {
	background: rgba(0,0,0,0.5);
	padding: 20px 0 20px 0;
}
.carousel-caption {
	position: absolute;
	background: rgba(0,0,0,0.00);
	top: 25%;
	margin: 0 70px 0 70px;
}
.carousel-caption h1 {
	font-size: 60px;
	line-height: 64px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
}
.carousel-caption .lead {
	font-size: 40px;
	line-height: 44px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0 0 30px 0;
}
.carousel-caption .btn {
	background-color: #0078DB;
	font-size: 20px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.85);
	padding: 15px 40px;
	text-decoration: none;
	text-transform: uppercase;
}
.carousel-control {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-family: 'Roboto Slab', serif;
	font-size: 60px;
	font-weight: 300;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	background: #222222;
	border: 0px solid #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.carousel-control.right {
	left: auto;
	right: 0px;
}
.carousel-control:link {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.carousel-control:hover, .carousel-control:focus {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.carousel .carousel-control {
	visibility: hidden;
}
.carousel:hover .carousel-control {
	visibility: visible;
	text-decoration: none;
}
.carousel-indicators {
	position: absolute;
	top: auto;
	left: auto;
	right: auto;
	bottom: 15px;
	z-index: 5;
	margin: 0;
	list-style: none;
	text-align: center;
	margin-left: 45%;
}
.carousel-indicators li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -999px;
	background-color: #ccc;
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
.carousel-indicators .active {
	background-color: rgba(255, 255, 255, .9);
}
/************************************
FORMS
*************************************/
form {
	margin: 0 0 10px 0;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), inset 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), inset 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), inset 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-transition: border linear .9s, box-shadow linear .9s;
	-moz-transition: border linear .9s, box-shadow linear .9s;
	-o-transition: border linear .9s, box-shadow linear .9s;
	transition: border linear .9s, box-shadow linear .9s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	height: 30px;
	padding: 3px 10px 2px 10px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.69;
	color: #747474;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	vertical-align: middle;
}
select {
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), inset 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), inset 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), inset 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-transition: border linear .9s, box-shadow linear .9s;
	-moz-transition: border linear .9s, box-shadow linear .9s;
	-o-transition: border linear .9s, box-shadow linear .9s;
	transition: border linear .9s, box-shadow linear .9s;
	height: 30px;
	width: 99%;
}
.select-exp {
	width: 50%;
}
/************************************
MODALS
*************************************/
.modal-header {
	background-color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 200;
	color: #333;
	padding-left: 20px;
	padding-top: 20px;
	border-radius: 0px;
}
.modal-body {
	padding: 20px 20px 40px 20px;
	border-radius: 0px;
}
.modal-footer {
	background-color: #fff;
	box-shadow: rgb(255, 255, 255) 0px 1px 0px inset;
	padding: 15px 20px 0px;
	border-top: 1px solid rgb(221, 221, 221);
	border-radius: 0px;
}
.modal-header .close {
	margin-top: -5px;
}
/************************************
NAVBAR
*************************************/
.navbar .nav {
	margin-bottom: -5px;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-inner {
	min-height: 39px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	background-repeat: repeat-x;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);*/
	border: 1px solid #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.00);
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.00);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.00);
 *zoom: 1;
}
.navbar .brand {
	float: left;
	display: block;
	padding: 0px;
	margin-left: 15px;
	margin-top: 23px;
	margin-right: 30px;
	font-size: 20px;
	font-weight: 200;
	color: #777777;
	text-shadow: 0 0px 0 #ffffff;
}
.navbar .nav &gt; li &gt; a {
	float: none;
	padding: 55px 15px;
	font-family: 'Roboto Slab';
	font-size: 13px;
	font-weight: 700;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
	border-top: 3px solid #ffffff;
	margin: 0 0 0 0;
}
.navbar .nav .dropdown-toggle .caret {
	margin-top: 8px;
}
.navbar .nav &gt; li &gt; a:focus, .navbar .nav &gt; li &gt; a:hover {
	background-color: transparent;
	color: #18abe2;
	text-decoration: none;
	border-top: 3px solid #18abe2;
}
.navbar .nav &gt; .active &gt; a, .navbar .nav &gt; .active &gt; a:hover, .navbar .nav &gt; .active &gt; a:focus {
	color: #18abe2;
	text-decoration: none;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
	border-top: 3px solid #18abe2;
}
.navbar .nav li.dropdown.open &gt; .dropdown-toggle, .navbar .nav li.dropdown.active &gt; .dropdown-toggle, .navbar .nav li.dropdown.open.active &gt; .dropdown-toggle {
	background-color: #ffffff;
	color: #18abe2;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.navbar .nav li.dropdown &gt; .dropdown-toggle .caret {
	border-top-color: #777777;
	border-bottom-color: #777777;
}
.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 1px 0 0;
	list-style: none;
	background-color: #edecec;
	border: 0px solid #ccc;
	border: 0px solid rgba(0, 0, 0, 0.0);
 *border-right-width: 2px;
 *border-bottom-width: 2px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border-top: 3px solid #18abe2;
}
.dropdown-menu &gt; li &gt; a {
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 1px solid #e3e2e3;
	margin: -5px 0 0 0;
}
.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus, .dropdown-submenu:hover &gt; a, .dropdown-submenu:focus &gt; a {
	text-decoration: none;
	color: #ffffff;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #87ccf2, #87ccf2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87ccf2), to(#87ccf2));
	background-image: -webkit-linear-gradient(top, #87ccf2, #87ccf2);
	background-image: -o-linear-gradient(top, #87ccf2, #87ccf2);
	background-image: linear-gradient(to bottom, #87ccf2, #87ccf2);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87ccf2', endColorstr='#ff87ccf2', GradientType=0);
}
.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #87ccf2, #87ccf2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87ccf2), to(#87ccf2));
	background-image: -webkit-linear-gradient(top, #87ccf2, #87ccf2);
	background-image: -o-linear-gradient(top, #87ccf2, #87ccf2);
	background-image: linear-gradient(to bottom, #87ccf2, #87ccf2);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87ccf2', endColorstr='#ff87ccf2', GradientType=0);
}
.navbar .nav &gt; li &gt; .dropdown-menu:before {
	content: '';
	display: inline-block;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.0);
	position: absolute;
	top: -7px;
	left: 9px;
}
.navbar .nav &gt; li &gt; .dropdown-menu:after {
	content: '';
	display: inline-block;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 10px;
}
.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 3px;
	background-color: #dadada;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.0);
	box-shadow: 0 0px 0 rgba(0, 0, 0, 0.0);
}
.navbar-form {
	margin-top: 40px;
}
/************************************
PROGRESS BAR
*************************************/
.progress-bar-custom {
	background-color: #f6f6f6;
	width: 100%;
	margin-bottom: 10px;
}
.progress-bar-center-custom {
	background-color: #019cf2;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	padding: 12px;
}
/************************************
ACCORDION
*************************************/
.accordion {
	margin-bottom: 20px;
}
.accordion-group {
	margin-bottom: 2px;
	border: 0px solid #e5e5e5;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.accordion-heading {
	border-bottom: 1px solid #e0dede;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: #333333;
}
.accordion-heading a {
	text-decoration: none;
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}
.accordion-toggle {
	cursor: pointer;
	text-decoration: none;
}
.accordion-inner {
	padding: 9px 15px;
	border-top: 0px solid #e5e5e5;
	font: 'PTSansRegular', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.69;
	color: #747474;
	margin-bottom: 30px;
}
.accordion-caret .accordion-toggle:hover {
	text-decoration: none;
	color: #a0ce4e;
}
.accordion-caret .accordion-toggle:hover span, .accordion-caret .accordion-toggle:hover strong {
	text-decoration: underline;
	background-color: #a0ce4e;
}
.accordion-caret .accordion-toggle:before {
	background-color: #333333;
	font-size: 16px;
	vertical-align: 0px;
	color: #ffffff;
	padding: 2px 9px 2px 9px;
}
.accordion-caret .accordion-toggle:not(.collapsed):before {
	content: "-";
	margin-left: -15px;
	margin-right: 10px;
}
.accordion-caret .accordion-toggle.collapsed:before {
	content: "+";
	margin-left: -15px;
	margin-right: 10px;
	padding: 2px 8px 2px 7px;
}

/************************************
MEDIA QUERIES
*************************************/

@media (max-width: 1159px) {
/*m*/
.container {
	width: 100%;
	margin: 0;
}
.carousel-caption-background {
	padding: 15px 0 15px 0;
}
.carousel-caption {
	top: 20%;
	margin: 0 40px 0 40px;
}
.carousel-caption h1 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}
.carousel-caption .lead {
	font-size: 23px;
	line-height: 23px;
	margin-bottom: 15px;
}
.carousel-caption .btn {
	font-size: 13px;
	font-weight: 700;
	padding: 8px 15px;
}
.carousel-indicators {
	bottom: 10px;
}
}

@media (max-width: 650px) {
/*m1*/
.container-breadcrumbs {
	height: 60px;
}
.breadcrumb-hdr {
	padding-left: 15px;
	padding-top: 20px;
}
.carousel-home {
	margin-top: 0;
}
.carousel-caption-background {
	padding: 15px 0 15px 0;
}
.carousel-caption {
	top: 20%;
	margin: 0 40px 0 40px;
}
.carousel-caption h1 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 5px;
}
.carousel-caption .lead {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}
.carousel-caption .btn {
	font-size: 11px;
	font-weight: 700;
	padding: 5px 10px;
}
.carousel-indicators {
	bottom: 10px;
}
.navbar-inner {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar .brand {
	margin-top: 15px;
	margin-bottom: 8px;
	margin-left: 15px;
}
.navbar .nav &gt; li &gt; a {
	background-color: #f9f9f9;
	padding: 10px 15px 10px;
	font-weight: 400;
	border: 0px;
	border-bottom: 1px solid #dadada;
}
.navbar .nav &gt; li &gt; a:focus, .navbar .nav &gt; li &gt; a:hover {
	background-color: #f6f6f6;
	border: 0px;
	border-bottom: 1px solid #dadada;
}
.navbar .nav &gt; .active &gt; a, .navbar .nav &gt; .active &gt; a:hover, .navbar .nav &gt; .active &gt; a:focus {
	background-color: #f6f6f6;
	border: 0px;
	border-bottom: 1px solid #dadada;
}
.nav-collapse .nav &gt; li &gt; a, .nav-collapse .dropdown-menu a {
	padding: 9px 15px;
	font-weight: normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.navbar .btn-navbar {
	margin-right: 10px;
}
.nav-collapse .navbar-form, .nav-collapse .navbar-search {
	float: none;
	padding: 0px;
	margin: 15px 0 20px -5px;
	border-top: 0px solid #f2f2f2;
	border-bottom: 0px solid #f2f2f2;
	-webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1), 0 0px 0 rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 0px 0 rgba(255,255,255,.1), 0 0px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 0px 0 rgba(255,255,255,.1), 0 0px 0 rgba(255,255,255,.1);
}
.nav-collapse .btn {
	padding: 12px 25px;
	font-weight: 700;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.nav {
	border-top: 1px solid #d2d3d4;
}
.navbar .nav &gt; li &gt; a {
	margin-top: -5px;
}
.nav-first-fix {
	margin-top: 5px;
}
.h1-address {
	margin: 0 0 5px 0;
}
.address {
	text-align: left;
	margin-right: 40px;
}
.p-top-spacing {
	margin-top: 25px;
}
}

@media (max-width: 550px) {
/*m2*/
.h1-no-top-spacing {
	margin: 10px 0 20px 0;
}
*.flipper-span {
	width: 83%;
	margin: 0px 15px 40px 15px;
}
.content-padding {
	padding: 0px 10px 40px 10px;
}
.carousel-home {
	margin-top: 0;
}
.carousel-caption-background {
	padding: 15px 10px 15px 10px;
}
.carousel-caption {
	top: 5%;
	margin: 0 40px 0 40px;
}
.carousel-caption h1 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}
.carousel-caption .lead {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
}
.carousel-caption .btn {
	font-size: 11px;
	font-weight: 700;
	padding: 5px 10px;
}
.carousel-indicators {
	bottom: 10px;
}
.footer-content-left-spacing {
	padding: 15px 0 0 0;
}
.footer-content-right-spacing {
	padding: 0px 0 15px 0;
}
.footer-content-left {
	text-align: center;
}
.footer-content-right {
	text-align: center;
}
.footer-span-collapse-left {
	padding-bottom: 2px;
}
.footer-span-collapse-right {
	padding-top: 2px;
}
.mobile-boom {
	padding: 0;
}
.list-benefit-no-spacing {
	margin-top: -35px;
	margin-left: 20px;
}
}
</pre></body></html>