/* ============================== */
/* RESETS */
/* ============================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* ============================== */
/* SITE ELEMENTS  */
/* ============================== */

* {
	margin: 0; 
	padding: 0;
	
}
/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

html {

}

html {height: 100%;   }



body {
	height: auto;
	font: 17px/24px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #666;
	background: #f6f6f6;
	overflow-x: hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	}

::-moz-selection  { background: #09f; color:#000; text-shadow: none; }

::selection  { background: #09f; color:#000; text-shadow: none; } 

a {cursor: pointer;}
	
a:active, a:focus{outline: 0;}

img {height: auto; border: none;}
	
.left {float: left;}

.right {float: right;}

.center {text-align: center;}

ul, li {list-style: none;}

img, object, embed {max-width: 100%;}

.clear {
  display: block;
  content: " ";
  clear: both;
  width: 100%;
}

textarea {resize: none;}

/* ============================== */
/* TYPOGRAPHY  */
/* ============================== */

.margin-top-none {
	margin-top: 0;
}
h1 {
	display: block;
	margin: 15px 0;
	padding: 0;
	font: 48px/48px "proxima_novasemibold", arial;
	color: #3e4b54;
	letter-spacing: -1px;
	text-transform: none;
	clear: both;
}
h2 {
	display: block;
	margin: 15px 0;
	font: 30px/34px "proxima_novasemibold", arial;
	color: #3f4b5f;
	letter-spacing: -1px;
	text-transform: none;
	}
h2 a {
	color: #e24737;
	text-decoration: none;
}
h3 {
	display: block;
	margin: 15px 0;
	font: 18px/24px "proxima_novasemibold", arial;
	letter-spacing: 0px;
	text-transform: uppercase;
}
h4 {
	display: block;
	margin: 15px 0;
	font: 18px/24px "proxima_novasemibold", arial;
	color: #333;
	letter-spacing: 0px;
	text-transform: none;
}
h5 {
	display: block;
	margin: 15px 0;
	font: 16px/20px "proxima_novasemibold", arial;
	color: #4e6e9d;
	letter-spacing: 0;
	text-transform: uppercase;
	}
h6 {
	display: block;
	margin: 0;
	font-family: 'proxima_novasemibold', arial;
	font-size: 13px;
	color: #366;
	text-transform: uppercase;
	}
p {
	margin: 15px 0;
	letter-spacing: 0;
   -webkit-transition:color .1s ease-in;  
   -moz-transition:color .1s ease-in;  
   -o-transition:color .1s ease-in; 
   -ms-transition:color .1s ease-in;  
   transition:color .1s ease-in;  
	}
.main-text {
	width: 820px;
	font-size: 15px;
	line-height: 21px;
	color: #777;
}
.sidebar p {
	margin: 5px 0;
}
.red {
	color: #e24737;
}
.green {
	color: #53857a;
}
small {
	display: block;
}
.caption:hover p,
.box:hover p {
	color: #f3f3f3;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	float: left;
	margin: 0 25px 10px 0;
	text-align: left;
}
.alignright {
	float: right;
	margin: 0 0 10px 25px;
	text-align: right;
}

/* ============================== */
/* LISTS  */
/* ============================== */

ul, ol {
	margin: 15px 25px;
	
	}
ul li {
	list-style: disc;
	}
ol li {
	list-style: decimal;
	}
li {
	margin: 0 0 0 15px;
	padding: 5px 0;
	color: #5b6268;
	line-height: 22px;
	}
	
/* -- Listpocalypse -- */

.date, 
.date li, 
.flex-direction-nav, 
.flex-direction-nav li,
nav ul,
nav li,
#pre ul,
#pre li,
.slides,
.slides li,
#twitter_div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* Checklist
- - - - - - - - - - - - - - */

.checklist, .xlist {
	margin: 10px 0;
	padding: 0;
	}
.checklist li, .xlist li {
	margin-left: 5px;
	padding: 7px 10px 7px 30px;
	font-size: 18px;
	list-style: none;
	text-transform: none;
	}
.checklist li a {
	color: #333;
	text-decoration: none;
}
.checklist li a:hover {
	text-decoration: underline;
}
.checklist li {
	background: url(../images/checkmark.png) 0 center no-repeat;
	}
.checklist li:last-child {
	border-bottom: 0;
}
.checklist.floated:after {
	content:"";
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}
.checklist.floated li {
	float: left;
	padding: 5px 0 5px 25px;
	width: 150px;
	font-size: 16px;
}
.xlist li {
	background: url(../images/xmark.png) 0 6px no-repeat;
	}
li.alt, checklist li.alt, .xlist li.alt {
/*	background-color: rgba(0,0,0,.1);*/
	}

/* ============================== */
/* HEADER & HEADERS */
/* ============================== */
h1#logo {
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 260px;
	height: 80px;
	background: url(../images/logo.png) left 0 no-repeat;
	background-size: 260px auto;
	z-index: 1;
	}
h1#logo a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	}
footer#logo {
	display: block;
	position: relative;
	margin: 35px auto;
	background: url(../images/logo.png) center no-repeat;
	z-index: 1;
}
a#logo-footer {
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	padding: 0;
	width: 200px;
	height: 35px;
	text-indent: -9999px;
	background: url(../images/logo-umw.png) right center no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 1;
	}

iframe {
	z-index: 2;
}


/* ============================== */
/* LINKS  */
/* ============================== */

a {
	color: #339183;
	text-decoration: underline;
   -webkit-transition:color .1s ease-in;  
   -moz-transition:color .1s ease-in;  
   -o-transition:color .1s ease-in; 
   -ms-transition:color .1s ease-in;  
   transition:color .1s ease-in;  
	}
a:hover {
	color: #006790;
	text-decoration: underline;
	}
#footer-wrap a {
	color: #fff;
	text-decoration: none;
}
.btn {
	position: relative;
	margin: 10px 0 0;
	padding: 12px 120px 12px 20px;
	width: auto;
	height: 48px;
	font: bold 13px/48px "montserrat", "Book Antiqua", Palatino, serif;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.25);
	text-transform: uppercase;
	letter-spacing: 0;
	text-align: left;
	text-decoration: none;
	background: #03aea0;
	border-bottom: 2px #012846 solid;
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.25);
	box-shadow: 0px 3px 4px rgba(0,0,0,.25);
	border-top: none;
	border-right: none;
	border-left: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
/*	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,.25);
	box-shadow: 0px 3px 8px rgba(0,0,0,.25);*/
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
	-webkit-appearance: none;
}
.btn:hover {
	color: #fff;
	text-decoration: none;
	background: #01856e;
	border-bottom: 2px #012e26 solid;
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.25);
	box-shadow: 0px 3px 4px rgba(0,0,0,.25);
}
.btn span {
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
	width: 40px;
	height: 100%;
	background: url(../images/icon-arrow.png) 15px center no-repeat;
	border-left: 1px rgba(0,0,0,.25) solid;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
}
.btn:hover span {
	background: rgba(0,0,0,.25) url(../images/icon-arrow.png) 18px center no-repeat;
}
.button-wrap {
	margin: 5px 0 15px;
	padding: 6px;
	width: 288px;
	background: rgba(0,0,0,.1);
	border-bottom: 1px #fff solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,.2);
}
.button {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 20px 0 55px;
	width: auto;
	height: 48px;
	font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.75);
	text-transform: none;
	line-height: 48px;
	letter-spacing: 0;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background: #e92d2d url(../images/bg-header.jpg) center top no-repeat;
	border: 1px #3c5531 solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.25);
	box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px -20px 20px rgba(0,0,0,.25);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
	-webkit-appearance: none;
}
.button:hover {
	color: #fff;
	text-decoration: none;
	background: #e92d2d url(../images/bg-yellow.jpg) center top no-repeat;
}
.button span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	background: rgba(0,0,0,.1) url(../images/sprites.png) -86px -400px no-repeat;
	border-right: 1px rgba(0,0,0,.25) solid;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
}
.button:hover span {
	background: rgba(0,0,0,.2) url(../images/sprites.png) -86px -395px no-repeat;
}

.arrow {
	padding-left: 5px;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#btn-paypal {
	display: block;
	position: relative;
	margin: 10px 0;
	width: 300px;
	height: 45px;
	text-indent: -9999px;
	background: url(../images/btn-paypal.png) top no-repeat;
}
.input-wrap {
	margin: 12px 0 15px;
	padding: 6px;
	width: 220px;
	background: rgba(0,0,0,.1);
	border-bottom: 1px #fff solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 0px 1px 0 rgba(0,0,0,.1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,.2);
}
input[type="submit"] {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 20px;
	width: 220px;
	height: 48px;
	font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 48px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.75);
	text-transform: none;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	background: #e64134;
	border: 1px #3c5531 solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px -20px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px -20px 20px rgba(0,0,0,.1);
	box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px -20px 20px rgba(0,0,0,.1);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
	cursor: pointer;
	-webkit-appearance: none;
}
input[type="submit"]:hover {
	background: #e92d2d;
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
	box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
}

/* -- Submit Button -- */
  
  
/* ============================== */
/* NAVIGATION MENUS  */
/* ============================== */

#header-wrap {
	display: block;
	position: relative;
	width: 100%;
	height: 122px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.5);
	box-shadow: 0 1px 1px rgba(0,0,0,.5);
	z-index: 3;
}
#header {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 80px;
	border-bottom: 1px #ddd solid;
	-webkit-box-shadow: inset 0 6px 30px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 6px 30px rgba(0,0,0,.075);
	box-shadow: inset 0 6px 30px rgba(0,0,0,.075);
	z-index: 3;
}
#header-wrap .content {
	margin: 0 auto;
	width: 1080px;

}
#wrap {
	display: block;
	position: relative;
	margin: 0;
	padding: 25px 0 0;
	width: 100%;
	background: #f6f6f6 url(../images/bg-art.jpg) repeat-x;
	-webkit-box-shadow: 0 6px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 6px 6px rgba(0,0,0,.25);
	box-shadow: 0 6px 6px rgba(0,0,0,.25);
	overflow: hidden;
	z-index: 2;
}

.grid {
	margin: 0 0 0 -10px;
	width: 1100px;
	overflow: hidden;
}
.grid-item.feature {
	width: 50%;
	padding-bottom: 54%;
}
.grid-item.priority {
	width: 50%;
}
.grid-item .image {
	display: block;
	overflow: hidden;
}
.grid .image img {
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.grid-item:hover img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -transform: scale(1.1);
}
.grid-item {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding-bottom: 27%;
	width: 25%;
	height: 0;
}
.grid-item .inner {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 10px;
	overflow: hidden;
}
.grid-item .image {
	display: block;
	overflow: hidden;
}
.grid-item .card {
	display: block;
	position: absolute;
	bottom: 0;
	padding: 25px 15px 15px;
	width: auto;
	height: 130px;
	background: #fff;
	line-height: 1.2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.grid-item.priority .card {
	height: 80px;
}
.grid-item:hover .card {
	background: #389486;
}
.grid-item .card .icon {
	position: relative;
	float: right;
	margin-left: 20px;
	width: 25px;
	height: 25px;
	font-size: 13px;
	color: #3a5a78;
	line-height: 1;
	text-align: center;
	border: 2px #3a5a78 solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.grid-item .icon i {
	display: block;
	width: 13px;
	height: 13px;
	margin-top: -6.5px;
	margin-left: -6.5px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../images/icon-arrow-right-dark.png) center no-repeat;
	background-size: contain;
}

.copy-title {
	display: block;
	margin: 0 0 4px;
	font:  18px/18px 'proxima_novasemibold', Arial, Helvetica, sans-serif;
	color: #3a5a78;
}
.grid-item .card .copy {
	display: block;
	font-size: 15px;
	line-height: 20px;
	color: #777;
}
.grid-item:hover .copy-title,
.grid-item:hover .copy {
	color: #fff;
}
.grid-item:hover .icon {
	border: 2px #fff solid;
}
.grid-item:hover .icon i {
	background: url(../images/icon-arrow-right.png) center no-repeat;
	background-size: contain;
}
.shit {
	margin: 20px 0 0;
	overflow: hidden;
}
.split {
	width: 530px;
	overflow: hidden;
}
.split.right {
	float: right;
}
.agent,
.column {
	font-size: 15px;
	line-height: 21px;
}
.column {
	display: block;
	margin: 0;
	padding: 5px 20px 20px;
	width: 100%;
	height: auto;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.split .column {
	float: left;
	padding: 5px 20px 0;
	height: 300px;
}
.agent .column,
.split.right .column:nth-child(2) {
	float: right;
	width: 255px;
	height: 300px;
}


.main {
	display: block;
	position: relative;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 0;
	width: 690px;
	height: 370px;
}

.content {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1080px;
	z-index: 1;
}
.content:after {
	content:"";
	display: block;
	width: 100%;
	height: 1%;
	clear: both;
}
.block-left {
	float: left;
	margin: 0 0 0 55px;
	padding: 0;
	width: 690px;
	border-top: 1px transparent solid;
}

section {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
#footer-wrap {
	position: relative;
	background: #2e2f31;
	overflow: hidden;
	z-index: 1;
}
#footer-wrap p {
	margin: 30px auto;
	width: 800px;
	color: #999;
}
footer {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	width: 1080px;
	height: auto;
	overflow: hidden;
}
#footer-wrap .copyright {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	width: 1080px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border-top: 1px #444 solid;
	clear: both;
	overflow: hidden;
}
#footer-wrap .glm {
	float: right;
	width: 25%;
	text-align: right;
}
#footer-wrap .cr {
	float: left;
	width: 25%;
	text-align: left;
}
#footer-wrap .address {
	float: left;
	margin: 0;
	width: 50%;
	text-align: center;
}
h2.strip {
	display: block;
	position: relative;
	margin: 0;
	padding: 30px 0;
	font:  bold 36px/36px 'proxima_novasemibold', Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
	background: #e64134;
	border-top: 1px rgba(0,0,0,.25) solid;
	border-bottom: 1px rgba(255,255,255,.1) solid;
	-webkit-box-shadow: 0 1px 30px rgba(0,0,0,0.5) inset, 0 -2px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 30px rgba(0,0,0,0.5) inset, 0 -2px 5px rgba(0,0,0,.5);
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	z-index: 2;
	clear: both;
	}
h2.strip:before {
/*	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -290px;
	width: 53px;
	height: 58px;
	background: url(../images/logo-p.png) left center no-repeat;
	background-size: auto 40px;*/
}

/* -- Navigation Bar --*/	
	
#site-navigation {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: auto;
	height: 40px;
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top,  #f3f3f3 1%, #e1e1e1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f3f3f3), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f3f3f3 1%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f3f3f3 1%,#e1e1e1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f3f3f3 1%,#e1e1e1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f3f3f3 1%,#e1e1e1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	z-index: 1;
	} 
#site-navigation .menu {
	display: block;
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 1080px;
	border-top: 1px #fff solid;
}
#site-navigation .menu:after {
	content: "";
	display: block;
	clear: both;
}
#site-navigation .menu li:nth-child(6) {
}
#site-navigation li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	height: 40px;
	font: 13px/40px "Oswald", "proxima_novasemibold", arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #f3f3f3;
	letter-spacing: 1px;
	border-right: 1px #ccc solid;
	border-left: 1px #f9f9f9 solid;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	}
#site-navigation li#home {
	background: url(../images/icon-house.png) center no-repeat;
	background-size: auto 16px;
}
#site-navigation li#home a {
	text-indent: -9999px;
}
#site-navigation li:first-child {
	border-left: none;
}
#site-navigation li:last-child,
#site-navigation li:nth-child(7) {
	border-right: none;
}
#site-navigation li.mobile {
	display: none;
}

#site-navigation a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0px 25px 0;
	height: 100%;
	color: #444;
	text-align: center;
	text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	cursor: pointer;
	}
#site-navigation li.sub-wrapper a {
	padding-right: 35px;
}
#site-navigation li.sub-wrapper a:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -1px;
	margin-left: 0;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #444;
	z-index: 100;
}
#site-navigation li.sub-wrapper .sub-menu li a:after {
	display: none;
}
#site-navigation a:hover,
#site-navigation li.current-menu-item a,
#site-navigation li:hover a:after,
#site-navigation #logo:hover a:after {
	text-shadow: none;
	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.075) inset;
	-moz-box-shadow: 0 20px 40px rgba(0,0,0,0.075) inset;
	box-shadow: 0 20px 40px rgba(0,0,0,0.075) inset;
}
#site-navigation li:nth-child(8) {
	border-right: 0;
}
#site-navigation li#menu-quote {
	position: absolute;
	top: -1px;
	right: 0px;
	width: 300px;
	height: 41px;
	text-shadow: none;
	background: #339183 url(../images/icon-pig.png) 20px center no-repeat;
	background-size: auto 20px;
	border: none;
}
#site-navigation li#menu-quote a {
	padding-left: 60px;
	color: #fff;
}
#site-navigation li#nationwide {
	position: absolute;
	top: -1px;
	right: 0;
	padding: 0 20px;
	width: 100px;
	height: 41px;
	text-indent: -9999px;
	background: #1f5176 url(../images/icon-nationwide.png) center no-repeat;
	background-size: auto 40px;
	border: none;
}
#site-navigation .sub-menu {
	display: none;
	position:absolute;
	top: 40px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 260px;
	height: auto;
	background: #339183;
	-webkit-box-shadow: inset -35px -80px 60px rgba(0,0,0,.1), 1px 1px 1px rgba(0,0,0,.5);
	-moz-box-shadow: inset -35px -80px 60px rgba(0,0,0,.1), 1px 1px 1px rgba(0,0,0,.5);
	box-shadow: inset -35px -80px 60px rgba(0,0,0,.1), 0 2px 1px rgba(0,0,0,.5);
	overflow: hidden;
	z-index: 2;
}
#site-navigation li:hover .sub-menu {
	display: block;
}
#site-navigation .sub-menu li,
#site-navigation .sub-menu li:first-child {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	text-transform: none;
	text-shadow: none;
	background: url(../images/bg-list.png) left center no-repeat;
	border: none;
	border-bottom: 1px rgba(255,255,255,0.1) solid;
	border-top: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
}
#site-navigation .sub-menu a,
#site-navigation .sub-menu li:first-child a {
	padding: 15px 15px;
	height: auto;
	color: #fff;
	letter-spacing: 0;
	text-align: left;
	text-shadow: none;
}









#site-navigation ul li .sub-menu a:hover {
	padding: 15px 0 15px 10px;
	color: #fff;
	text-decoration: none;
}


#site-navigation li.menu-parent-item a:hover {
	text-decoration: none;
}





#site-navigation li.menu-parent-item a:hover {
	text-decoration: none;
}
#contact-info {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 700px;
	height: 70px;
	font-size: 14px;
	height: 80px;
	color: #aaa;
/*	background: url(../images/icon-creditcards.png) 300px center no-repeat;*/
	background-size: 100px auto;
	overflow: hidden;
	z-index: 1;
}
#tagline {
	float: left;
	padding-left: 30px;
	width: 400px;
	height: 80px;
	line-height: 80px;
	background: url(../images/icon-california.png) left center no-repeat;
	background-size: auto 40px;
	text-align: left;
}
#contact-info ul {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 270px;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}

#contact-info li {
	display: block;
	float: left;
	margin: 0 10px;
	padding: 0;
	font-size: 12px;
	line-height: 70px;
}
#contact-info a {
	display: block;
	margin: 0;
	padding: 0;
	color: #ddd;
	text-decoration: none;
}
#contact-info a:hover {
	color: #fff;
	text-decoration: underline;
}
a#facebook,
a#googleplus,
#contact-info li#twitter {
	display: block;
	top: 26px;
	float: left;
	padding: 0;
	width: 30px;
	height: 70px;
	text-align: left;
	text-indent: -9999px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	overflow: hidden;
}
a#facebook,
a#googleplus,
#contact-info li#twitter a {
	padding: 0;
}
a#facebook {
	position: absolute;
	right: 0;
	float: none;
	width: 36px;
	height: 80px;
	margin-right: 0;
	background: url(../images/facebook.png) center no-repeat;
	background-size: 30px auto;
}
a#facebook:hover {
	background-size: 36px auto;
}
a#googleplus {
	position: absolute;
	right: 0;
	float: none;
	width: 24px;
	height: 24px;
	margin-right: 0;
	background: url(../images/icon-googleplus.png) center no-repeat;
	background-size: 100%;
}
#contact-info li#twitter {
	background: url(../images/twitter.png) center no-repeat;
	background-size: 24px auto;
}

a#phonenumber {
	display: block;
	position: absolute;
	right: 50px;
	top: 0;
	padding: 0;
	width: auto;
	height: 70px;
	font: 24px/80px "proxima_novasemibold", Arial, Helvetica, sans-serif;
	color: #3e4b54;
	text-decoration: none;
	text-align: right;
	text-shadow: 0 -1px 0 #fff;
	letter-spacing: 0px;
	z-index: 1;
}
a#phonenumber:hover {
	color: #339183;
	text-shadow: none;
	text-decoration: none;
}
#phonenumber span {
	display: block;
	padding: 0 0 0 30px;
	background: url(../images/icon-phone.png) left center no-repeat;
	background-size: 14px auto;
}
#site-navigation #phonenumber a {
	padding: inherit;
	height: inherit;
	color: #fff;
	text-shadow: none;
	background: none;
}


/* ============================== */
/* ELEMENTS
/* ============================== */


#badges {
	display: block;
	position: relative;
	margin-top: 30px;
	padding: 20px 0;
	text-align: center;
	border-top: 1px #fff solid;
	-webkit-box-shadow: inset 0 -20px 80px rgba(0,0,0,.075), 0px -1px 30px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 -20px 80px rgba(0,0,0,.075), 0px -1px 30px rgba(0,0,0,.1);
	box-shadow: inset 0 -20px 80px rgba(0,0,0,.075), 0px -1px 30px rgba(0,0,0,.1);
	overflow: hidden;
	z-index: 2;
}
#badges:after {
}
#badges a {
	display: inline-block;
	position: relative;
	margin: 0 40px;
	width: 100px;
	height: 100px;
	text-indent: -9999px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100px;
	opacity:.9;
	filter:alpha(opacity=9);
/*	-webkit-filter: grayscale(1);
	filter: grayscale(1);*/
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	cursor: default;
}
#badges a:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
a#badge {
	width: 137px;
	background-image: url(../images/badge.png);
}
#badge-florida {
	background-image: url(../images/badge-florida.png);
}
#badge-bbb {
	background-image: url(../images/badge-bbb.png);
}
#badge-experience {
	background-image: url(../images/badge-experience.png);
}
#badge-leaves {
	background-image: url(../images/badge-leaves.png);
}
#badge-equal {
	background-image: url(../images/badge-equal.png);
}
#badge-nationwide {
	background-image: url(../images/badge-nationwide.png);
}
#badge-award {
	background-image: url(../images/badge-award.png);
}

/* -- Pictures --*/

img.shadow {
	padding-bottom: 6px;
	background: url(../images/divider-horizontal.png) bottom center no-repeat;
}
img.left {
	margin: 0 10px 30px 0;
	width: auto;
}
img.alignright {
	float: right;
	margin: 5px 0 10px 25px;
}
img.alignleft {
	float: left;
	margin: 5px 25px 10px 0;
}

/* ============================== */
/* SLIDESHOW */
/* ============================== */

#art {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 395px;
	background: url(../images/slide02.jpg) center no-repeat;
	background-size: auto cover;
	overflow: hidden;
	z-index: 1;
}
#slideshow {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1080px;
	height: 395px;
	z-index: 1;
}
.slide {
	position: relative;
	width: 750px;
	height: 100%;
	opacity: 0;
	z-index: 1;
}
.slide img {
	display: block;
	position: absolute;
	z-index: 1;
}
#slide-mechanic {
	left: -40px;
	bottom: 0;
	z-index: 2;
}
#slide-house {
	left: -140px;
	bottom: -38px;
}
#slide-business {
	left: -40px;
	bottom: 0;
}
#slide-elderly {
	left: -40px;
	bottom: 0;
}
#slide-bike {
	left: -40px;
	bottom: 20px;
	z-index: 1;
	animation-delay:.25s;
	-moz-animation-delay:.25s;
	-webkit-animation-delay:.25s;
}
.cycle-overlay {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	border-top: 1px transparent solid;
}
.cycle-overlay h1 { 
	margin: 80px 0 0;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
}
.cycle-overlay p {
	margin: 8px 0 15px;
	font-size: 15px;
	line-height: 19px;
	animation-delay:1s;
	-moz-animation-delay:1s;
	-webkit-animation-delay:1s;
}
.cycle-overlay h1,
.cycle-overlay p,
.cycle-overlay a.et_pb_more_button {
	margin-left: 390px;
}
a.et_pb_more_button {
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	font-size: 24px;
	color: #fff;
	line-height: none;
	text-decoration: none;
	text-align: center;
	border: 2px #fff solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a.et_pb_more_button:hover {
	padding-right: 40px;
	background: rgba(255,255,255,.25);
	border: 2px transparent solid;
}
a.et_pb_more_button:after {
	content:"";
	display: block;
	position: absolute;
	top: 10px;
	right: 15px;
	width: 20px;
	height: 20px;
	opacity:.0;
	filter:alpha(opacity=0);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: url(../images/icon-arrow-right.png) right center no-repeat;
	background-size: auto 20px;
}
a.et_pb_more_button:hover:after {
	display: block;
	background: url(../images/icon-arrow-right.png) right center no-repeat;
	background-size: auto 20px;
	opacity:1;
	filter:alpha(opacity=100);
}
.external {
	display: block;
	position: absolute;
	left: 380px;
	bottom: 40px;
	margin: 0;
	width: 250px;
	height: 50px;
	z-index: 9999;
}
.trigger {
	display: block;
	float: left;
	margin: 0 5px;
	width: 40px;
	height: 40px;
	background-image: url(../images/triggers.png);
	background-size: auto 40px;
	border: 5px #697b88 solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity:.25;
	filter:alpha(opacity=25);
}
.trigger.cycle-pager-active {
	border: 5px #7392b0 solid;
	opacity: .50;
	filter:alpha(opacity=50);
}
#trigger-auto {
	background-image: url(../images/triggers.png);
}
#trigger-life {
	background-position: -41px 0;
}
#trigger-home {
	background-position: -82px 0;
}
#trigger-business {
	background-position: -123px 0;
}
.trigger {

}
#quote {
	display: block;
	position: relative;
	margin: -25px 0 25px;
	padding: 0;
	width: 300px;
	height: 100%;
	background: #f7f7f7;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	z-index: 9999;
}
.home #quote {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
#quote form {
	padding: 10px 15px 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
#quote label,
#quote select {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 14px;
}
#quote select {
	width: auto;
}
#quote input {
	margin: 4px 0;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
}
#quote .input-wrap {
	width: auto;
}
#quote input#submit {
	margin: 15px 0;
	padding: 0;
	width: 100%;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	background: #1f5176;
}
#quote input#submit:hover {
	line-height: 38px;
	background: #339183;
}
#quote textarea {
	width: 100%;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
#quote h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	height: 44px;
	font-size: 18px;
	line-height: 44px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	text-shadow: 0 -1px 0 #000;
	text-transform: uppercase;
	background: #d53a3a;
	border-top: 1px rgba(255,255,255,.1) solid;
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,0.15) inset, 0 -1px 1px rgba(0,0,0,.25);
	-moz-box-shadow: 0 20px 30px rgba(0,0,0,0.15) inset, 0 -1px 1px rgba(0,0,0,.25);
	box-shadow: 0 20px 30px rgba(0,0,0,0.15) inset, 0 -1px 1px rgba(0,0,0,.25);
	z-index: 2;
}
#quote h1:after {
	content: ' ';
	display: block;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 150px 0 150px;
	border-color: #d53a3a transparent transparent transparent;
	z-index: 1;
}



.agent {
	display: block;
	position: relative;
	float: left;
	margin: 10px 0 0;
	width: 530px;
	height: auto;
	border-top: 1px transparent solid;
	overflow: hidden;
}
span#icon-telephone {
	background: url(../images/icon-telephone.png) left 4px no-repeat;
	background-size: 18px auto;
}
span#icon-mail {
	background: url(../images/icon-mail.png) left 0px no-repeat;
	background-size: 20px auto;
}
span#icon-language {
	background: url(../images/icon-language.png) left 0px no-repeat;
	background-size: 20px auto;
}
span#icon-location {
	background: url(../images/icon-location.png) 4px 4px no-repeat;
	background-size: 12px auto;
}
.agent article {
	float: left;
	width: 255px;
}
article span {
	display: block;
	margin: 0 0 15px;
	padding: 0 10px 0 30px;
}
.sidebar .agent {
	margin: 0;
	width: 100%;
}
.sidebar .agent article {
	float: none;
	padding: 5px 20px 25px;
	width: auto;
}

/* ============================== */
/* CYCLE PAGER */
/* ============================== */

.cycle-pager {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin: 0 0 0 -20px;
	padding: 0;
	width:60px;
	height: 10px;
	overflow: hidden;
	z-index: 9999999999999999999999999;
	}
.cycle-pager span {
	display: block;
	position: relative;
	float: left;
	margin: 0 6px 0 0;
	width: 6px;
	height: 6px;
	background: 0;
	border: 2px #b7bdc7 solid;
	text-indent: -9999px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
	background: #fff;
	border: 2px #fff solid;
}
.cycle-pager span:last-child {
	margin-right: 0;
}
.cycle-pager a:last {
	margin-right: 0;
}
.cycle-next, 
.cycle-prev {
	display: block;
	position: absolute;
	top: 240px;
	width: 69px;
	height: 69px;
	text-indent: -9999px;
	opacity:.50;
	filter:alpha(opacity=50);
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in; 
	cursor: pointer;
	z-index: 99999999999999999;
}
.cycle-next:hover, 
.cycle-prev:hover {
	opacity:1;
	filter:alpha(opacity=100);	
}
.cycle-next {
	right: 30px;
	background: url(../images/sprites.png) -100px -50px no-repeat;
}
.cycle-prev {
	left: 30px;
	text-align: left;
	background: url(../images/sprites.png) 0px -50px no-repeat;
}
/* ============================== */
/* SMALLER SLIDESHOW */
/* ============================== */

#ss {
	position: relative;
	width: 300px;
	height: auto;
}
#ss img {
	display: block;
	margin: 0;
	z-index: 1;
}
#ss .border {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1) inset;
	box-shadow: 0 0 60px rgba(0,0,0,0.5) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	z-index: 9999;
}
#ss .cycle-next, 
#ss .cycle-prev {
	display: block;
	position: absolute;
	top: 188px;
	width: 31px;
	height: 37px;
	text-indent: -9999px;
	opacity:.40;
	filter:alpha(opacity=40);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
	z-index: 99999;
}
#ss .cycle-next {
	right: 0px;
	background: 31px 0 url(../images/bg-next-previous.png);
}
#ss .cycle-next:hover {
	opacity:.9;
	filter:alpha(opacity=9);
}
#ss .cycle-prev {
	left: 0px;
	text-align: left;
	background: 0 0 url(../images/bg-next-previous.png);
}
#ss .cycle-prev:hover {
	opacity:.9;
	filter:alpha(opacity=9);
}
#ss article {
	position: absolute;
	top: 190px;
	width: 360px;
	font: italic 24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #fff;
	text-align: center;
	z-index: 9999;
}

#ss article a {
	font: italic 24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #fff;
	text-align: center;
}

/* ============================== */
/* COLUMNS */
/* ============================== */

.sidebar {
	float: right;
	margin: 0;
	padding: 0;
	width: 300px;
	height: auto;
	color: #5b6268;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a#btn-contact {
	display: block;
	position: absolute;
	left: 590px;
	bottom: 50px;
    margin: 0;
	width: 150px;
	height: 50px;
	font: bold italic 18px/50px "EB Garamond", "Book Antiqua", Palatino, serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.45);
	text-transform: none;
    -webkit-box-shadow: 0px 1px 0px #000, 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 1px 0px #000, 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 1px 0px #000, 0px 9px 25px rgba(0,0,0,.7);
   -webkit-transition: .25s ease-in;  
   -moz-transition: .25s ease-in;  
   -o-transition: .25s ease-in; 
   -ms-transition: .25s ease-in;  
   transition: .25s ease-in;  
	z-index: 99999;
}
a#btn-contact:hover {
	background: #000;
}
	
/* ============================== */
/* FORMS */
/* ============================== */

form {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #5b6268;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}
form fieldset:first-child {
	margin-top: 0;
}
fieldset {
	margin: 20px 0;
	padding: 20px;
	border: 1px #b9c8d2 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
fieldset.alt {
	margin: 20px 0 0;
	padding: 15px 0 25px;
	border-right: none;
	border-left: none;
}
legend {
	padding: 0 15px;
	font-family: "proxima_novasemibold", arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	color: #64737c;
	letter-spacing: 4px;
	text-transform: uppercase;
}
form p {
	margin: 5px 0 20px;
	color: #999;
	text-shadow: none;
	text-align: center;
	text-transform: uppercase;
}
form .left {
	margin: 0;
	width: 48%;
	text-align: left;
	}
form .right {
	margin: 0;
	padding: 0;
	width: 48%;
	text-align: left;
	border: none;
	}
.field {
	position: relative;
	margin: 0;
	overflow: hidden;
	}
.field:blur {
	background: #FCC;
	}
label {
	display: block;
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 17px;
	}
input, select, textarea {
	display: block;
	position: relative;
	margin: 0 0 15px;
	color: #333;
	width: 100%;
	background: #fff;
	}
input {
	margin: 0 0 15px;
	padding: 10px 10px 9px;
	height: 35px;
	color: #656565;
	line-height: 16px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-webkit-transition: border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
	-moz-transition: border-color .2s ease-out,-moz-box-shadow .2s ease-out;
	transition: border-color .2s ease-out, box-shadow .2s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}
.valley {
/*	display: none;*/
}
input#validate {
	margin-bottom: 15px;
}
input, select {
	display: block;
	}
select {
	padding-left: 15px;
	width: 260px;
	height: 30px;
	border: 1px solid #ccc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	}
select#daydropdown, select#monthdropdown, select#yeardropdown {
	float: left;
	margin-right: 5px;
	width: 75px;
	}
input:active, input:focus, textarea:active, textarea:focus {
	}
textarea {
	display: block;
	padding: 10px;
	width: 96%;
	height: 200px;
	border: 1px solid #ccc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	}
	
label.radio {
	height: auto;
	clear: both;
}
label.radio span {
	display: block;
	float: right;
	width: 540px;
	font: 13px "EB Garamond", "Book Antiqua", Palatino, serif;
	line-height: 18px;
}
input[type="radio"] {
	display: block;
	float: left;
	width: 19px;
	height: 14px;
    color:#f2f2f2;
}


input[type="radio"]:checked + label span {
    background:url(check_radio_sheet.png) -57px top no-repeat;
}

.checkbox {
	display: block;
	margin: 0 0 15px;
	float: left;
	width: 215px;
	height: auto;
	overflow: hidden;
	}
.checkbox label {
	display: block;
	float: left;
	margin: 4px 25px 0 5px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	}
.checkbox label input {
	margin-top: 3px;
  }
input[type="checkbox"] {
	float: left;
	}
.checkbox input {
display: inline;
width: 18px;
height: 18px;
margin: 1px 5px 30px 0;
padding: 0;
vertical-align: bottom;
position: relative;
top: -1px;
overflow: hidden;
}
input[type="checkbox"] {
float: left;
}
input, select {
display: block;
}

/* ============================== */
/* TABLES  */
/* ============================== */

table {
	font-size: 14px;
	margin: 15px 2px 20px;
	width: 100%;
	color: #5b6268;
	line-height: 2;
	background: #f9f9f9;
	border-spacing: 0;
	border-right: 1px #ddd solid;
	border-bottom: 1px #999 solid;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.25);
	box-shadow: 0px 1px 2px rgba(0,0,0,.25);
}
table img {
	max-width: 330px;
}
.ui-datepicker th {
	padding: 5px;
	font:  bold 14px/18px Arial, Helvetica, sans-serif;
}
th {
	padding: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	letter-spacing: 0;
	text-align: center;
	text-shadow: 0 -1px 0 #fff;
	text-transform: none;
	background: #fcfcfc;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	vertical-align: middle;
}
th:nth-child(2) {
	border: right: 0;
	border-left: 1px #ddd solid;	
}
tbody {
	width: auto;
}
tr {
	width: 100%;
}
tr:nth-child(even) td {
	background: rgba(0,0,0,.025);
}

td {
	margin: 0;
	padding: 20px;
	height: auto;
	vertical-align: middle;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	border-right: 1px #fff solid;
	border-top: 1px rgba(255,255,255,.75) solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
td:nth-child(2) {
	border-left: 1px #ccc solid;
	border-right: none;
}
#paypal table input {
	width: 100%;
}
#paypal input {
	padding: 0;
	width: 144px;
	height: 47px;
}

/* Carousel */

#carousel-wrap {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: auto;
	background: url(../images/bg-header.jpg);
	z-index: 1;
}
#carousel-container {
	display: block;
	position: relative;
	width: 810px;
	margin: 0 auto;
	padding: 0 100px;
	overflow: hidden;
}
#carousel-container .cycle-slideshow {
	display: block;
	position: relative;
	margin: 0 auto;
	height: 120px;
	color: #fff;
	border-right: 1px rgba(255,255,255,.1) solid;
	border-left: 1px rgba(255,255,255,.1) solid;
	-webkit-box-shadow: inset 0px 0px 60px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0px 0px 60px rgba(0,0,0,.1);
	box-shadow: inset 0px 0px 60px rgba(0,0,0,.1);
	overflow: hidden;
	z-index: 2;
}
.carousel-item {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 120px;
	margin: 0 1px 0 0;
	border-right: 1px #333 solid;
	-webkit-box-shadow: inset 0px 2px 160px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0px 2px 160px rgba(0,0,0,.5);
	box-shadow: inset 0px 2px 160px rgba(0,0,0,.5);
	white-space:normal;
}
.carousel-item p {
	position: relative;
	margin: 0;
	padding: 78px 20px 0;
	text-align: center;
	width: auto;
	font: bold 13px/14px "proxima_novasemibold", arial;
	color: #fff;
}
#ants.carousel-item {
	background: url(../images/icon-ants.png) center 20px no-repeat;
}
#fleas.carousel-item {
	background: url(../images/icon-fleas.png) center 20px no-repeat;
}
#insects.carousel-item {
	background: url(../images/icon-insects.png) center 20px no-repeat;
}
#various.carousel-item {
	background: url(../images/icon-insects02.png) center 20px no-repeat;
}
#roach.carousel-item {
	background: url(../images/icon-roach.png) center 20px no-repeat;
}
#spiders.carousel-item {
	background: url(../images/icon-spiders.png) center  20px no-repeat;
}
.carousel-item {
	background-size: auto 50px !important;
}
#controllers {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 120px;
	z-index: 1;
}
#carousel-wrap .cycle-next,
#carousel-wrap .cycle-prev {
	display: block;
	position: absolute;
	top: 45px;
	width: 18px;
	height: 27px;
	text-indent: -9999px;
	opacity:.50;
	filter:alpha(opacity=50);
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in; 
	cursor: pointer;
	z-index: 99999999999999999;
}
#carousel-wrap .cycle-next {
	right: 50px;
	background: url(../images/sprites.png) -416px -50px no-repeat;
}
#carousel-wrap .cycle-prev {
	left: 50px;
	text-align: left;
	background: url(../images/sprites.png) -350px -50px no-repeat;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../proximanova-regular-webfont.eot');
    src: url('../proximanova-regular-webfont.eot') format('embedded-opentype'),
         url('../proximanova-regular-webfont.woff') format('woff'),
         url('../proximanova-regular-webfont.ttf') format('truetype'),
         url('../proximanova-regular-webfont.svg#proxima_novasemibold') format('svg');
}
@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../proximanova-semibold-webfont.eot');
    src: url('../proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../proximanova-semibold-webfont.woff') format('woff'),
         url('../proximanova-semibold-webfont.ttf') format('truetype'),
         url('../proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

#navicon,
#phonelink,
.mobile {
	display: none;
}