/* Author: Steve Livingston - Nemsys LLC */


/*******************************/
/*      CSS Defaults           */
/*******************************/

* html, body {
	background: #fff; 
	margin: 0; 
	font-family: arial, helvetica, sans-serif;
	height: 100%;
	width: 100%;
	color: #666;
}

a:link, a:active, a:visited {text-decoration: none; }
a:hover {text-decoration:underline;}

.clearfix { clear: both; height: 0; line-height: 0; font-size: 0; overflow: hidden; }

.float-left {
	float: left;
}

img.no-border {
	border: 0;
}

a img {
	border: 0;
	outline: none;
}

.float-right {
	float: right;
	width: 80%;
}

.error {
	color: #b20000;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

h1 {color:#e91b8d; text-transform:uppercase; padding-bottom:20px; margin:0;}
h2 {color:#e91b8d; padding-bottom:15px; margin:0;}

/* main content */ 
.full {margin:0 auto; width:940px; padding:0 30px; overflow:hidden;}
.main-content {margin-top:30px;}
.main-content p a, .main-content li a {color:#e91b8d;}
.main-content p {margin:0 0 20px 0; font-size:14px; line-height:157%;}
.main-content li {font-size:14px; line-height:157%; list-style-image:url(../images/bullet.gif);}

.border-top {border-top:5px solid #e6e6e6; padding-top:15px;}
.underline {padding-bottom:3px; border-bottom:1px solid #dbdbdb;}
.btn-pink-large {
	background: #f7afd7; /* Old browsers */
background: -moz-linear-gradient(top, #f7afd7 0%, #f069b5 2%, #ea2893 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7afd7), color-stop(2%,#f069b5), color-stop(100%,#ea2893)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f7afd7 0%,#f069b5 2%,#ea2893 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f7afd7 0%,#f069b5 2%,#ea2893 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f7afd7 0%,#f069b5 2%,#ea2893 100%); /* IE10+ */
background: linear-gradient(to bottom, #f7afd7 0%,#f069b5 2%,#ea2893 100%); /* W3C */
border:1px solid #dc67ac; padding:15px; color:#fff; font-weight:bold; -webkit-border-radius: 5px; border-radius: 5px; font-size:15px; display:block; text-align:center; text-shadow: 0px 1px 0px #ae2671; margin-bottom:20px;}

.logo {display:block; width:242px; height:58px; float:left; margin-top:22px; padding-bottom:15px;}
.phone {font-weight:bold; float:right; margin-top:6%; padding-bottom:15px; color:#e91b8d; font-size:20px;}

.nav {border-top:1px solid #999; border-bottom:1px solid #999; background:#f5f5f5; clear:left;}
.nav ul {padding:0;}
.nav ul li {float:left; text-align:center; list-style-type:none;}
.nav ul li a {text-transform:uppercase; font-size:14px; font-weight:bold; color:#666; display:block; padding:10px; margin-right:20px;}

.home-left-column {float:left; width:374px; margin-top:40px; padding-left:120px;}
.home-left-column h1 {font-size:58px; line-height: 95%;}
.home-left-column h1 span {font-size:32px; line-height: 85%;}
.home-right-column {float:right; width:419px;}

.left-column {float:left; width:540px;}
.left-column h1, .one-column h1 {font-size:24px; line-height: 100%;}
.left-column .btn-pink-large, .one-column .btn-pink-large {max-width:400px;}

.right-column {float:right; width:380px;}
.right-column form {background:#e6e6e6; padding:15px;}
.right-column form h2 {font-size:20px;}
.right-column form p {font-size:12px;}
.right-column form .row-data {margin-bottom:5px;}
.right-column form label {font-size:14px; font-weight:bold; display:inline-block; margin-right:10px; width:25%;}
.right-column form input {background:#fff; font-size:12px; border:1px solid #999; padding:5px; width:65%;}
.right-column form input.submit {background:url(../images/btn-orange.jpg); padding:10px; border:1px solid #ce570f; -webkit-border-radius: 5px; border-radius: 5px; font-size:16px; font-weight:bold; text-shadow: 0px 1px 0px #aa4b11; margin-left:28%; width:30%; color:#fff; cursor:pointer;}
.right-column form input.submit:hover {text-decoration:underline;}

.one-column {float:left; width:960px; margin-top:25px;}

.locations {background:url(../images/bg-location.gif); float:left; font-weight:bold; font-size:24px; width:223px; height:89px; padding:50px 0 0 150px;}

.footer {background-color:#595959; padding:20px 0; margin-top:60px;}
.footer p {color:#fff; float:right; font-size:11px;}
.footer p a {color:#fff;}
.footer .logo-bottom {display:block; float:left; width:51px; height:44px;}

h1#number {
	float: left;
	padding: 83px 0 0 10px;
	color: #ed008c;
	line-height: 100%;
}

#topColumnLeft h1 {
	color: #ed008c;
	font-family: Arial Black, Arial;
	font-size:34px;
	line-height:38px;
	margin:0 0 10px 0;
}
#topColumnLeft h2 {
	font-family: Arial;
	font-weight:normal;
	font-size:20px;
	margin:0;
}
#topColumnLeft h2 span {
	color:#e91b8d;
	text-transform:uppercase;
	font-weight:bold;
	line-height:24px;
}
#topColumnLeft p {
	font-size:14px;
	margin:0;
	line-height:24px;
}
#topColumnLeft ul {
	margin:0;
}
#topColumnLeft ul li {
	font-size:14px;
	line-height:24px;
}
#topColumnLeft a {
	font-size:14px;
}

#give-away-text a#cta {
	color:#fff;
	font-size:15px;
	text-align:center;
	line-height:20px;
	float:left;
	background-image:url(../images/btn-top.png);
	width:267px;
	height:61px;
	padding-top:15px;
	margin:0 293px 20px 0;
}

#give-away-text a#cta span {
	font-size:17px;
	text-transform:uppercase;
	font-weight:bold;
	}

	#topColumnLeft a#cta {
color: white;
font-size: 15px;
text-align: center;
line-height: 20px;
float: left;
background-image: url(../images/btn-top.png);
width: 267px;
height: 61px;
padding-top: 15px;
margin: 0 293px 20px 0;
}
#topColumnLeft a span {
	font-size:17px;
	text-transform:uppercase;
	font-weight:bold;
}
#topColumnLeft a:hover {
	background-position:0 -76px;
	text-decoration:none;
}
#topColumnLeft .btn-request-evaluation {margin-left:20px;}

#comfortable {
	margin: 0 0 0 -10px;
}

#mainContent {
	font-size: 13pt;
	line-height: 22pt;
}

#mainContent ul, #mainContent li {
	list-style-type: none;
}

#topVideoRight {
	margin: 45px 0 0 0;
	float: right;
	border: 10px solid #D5D4D4;
}

#threeCallouts {
	width: 1000px; height: 136px;
	margin: -80px 0 0 0; padding: 92px 0 0 0;
	background: url(../images/guaranteed2.gif) center top no-repeat;
}

#calloutTwo {
	float: right;
	width: 355px;
}

#calloutOne {
	float: left;
	width: 353px;
}

/* below the fold */

h2#tenStep {
	margin: 20px 0 0 0;
	font-size: 22pt;
}

p#belowFold {
	font-size: 11pt;
}

img#pinkPantherPointing {
	float: left;
	margin: 10px 0 0 0;
}

#stepProcess {
	width: 700px;
	margin: 10px 0 0 0;
	float: right;
}

#stepProcess img {
	width: 112px;
	float: left;
}

#stepProcess h4, #stepProcess p {
	width: 578px;
	float: right;
	text-align: left;
	font-size: 11pt;
}

#stepProcess h4 {
	margin: 0;
}

#stepProcess p {
	margin: 5px 0 20px 0;
}

#stepProcess .clearfix {
	height: 20px;
	display: block;
}

#videoSpot {
	width: 100%; height: 364px;
	margin: 20px 0 0 0;
	background: #d5d4d4;
	position: relative;
}

#textLeft {
	width: 480px; height: 344px;
	margin: 10px 0 0 10px; padding: 0 20px;
	float: left;
	background: #e4e3e3;
	display: inline;
}

#textLeft h1 {
	color: #ed008c;
}

#textLeft h3 {
	line-height: 28px;
}

#textLeft img {
	margin: 15px 0 0 55px;
}

#polaroid {
	width: 358px; height: 429px;
	background: url(../images/polaroid3.jpg) top left no-repeat;
	float: right;
	position: absolute;
	top: -57px;
	left: 585px;
}
#bottom-buttons {float:left; margin-top:30px;}
#bottom-buttons a {
	color:#fff;
	text-align:center;
	background-image:url(../images/btn-bottom.png);
	width:390px;
	height:97px;
	padding-top:28px;
	display:block;
	float:left;
	font-size:22px;
}
#bottom-buttons a span {
	font-weight:bold;
	text-transform:uppercase;
	font-size:26px;
}
#bottom-buttons a:hover {
	text-decoration:none;
	background-position:0 -125px;
}
#footer {
	margin: 50px 0 20px 0;
	padding: 20px 0;
	border-top: 1px solid #9e9e9e;
	text-align: center;
	color: 9e9e9e;
	font-size: 8pt;
}

a#footerLeft {
	margin: 0; padding: 0;
	float: left;
}

p#footerRight {
	margin: 0; padding: 0;
	float: right;
}

#topImageRight {
	width: 366px; height: 70px;
	margin: 0 -12px 0 0; padding: 440px 0 0 60px;
	float: right;
	font-size: 22pt;
	font-weight: bold;
	background: url(../images/new_top_image.jpg) top center no-repeat;
	display: inline;
}


/* Slider CSS*/

#slider-bg {
	width:419px;
	height:446px;
	background-image:url(../images/slider-bg.png);
	float:right;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:349px;
	height:293px;
	margin:31px 0 0 35px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivo-controlNav {display:none;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
} 
#form-div {
	width: 43%;
	float: right;
	position: relative;
	left: 30px;
	top: -135px;
	background: #d5d4d4;
	padding: 0 0 15px 15px;
}

.homepage-video {
	margin-top: 30px;
	display: flex;
}

.homepage-video iframe {
	margin: 0 auto;
	float: none;
	position: relative;
}

.homepage-images {
	margin-top: 30px;
}

@media screen and (max-width: 1000px) {
    
    .full,
    .home-left-column,
    .right-column,
    .left-column {
        box-sizing: border-box;
        width: 100%;
    }
    
    .home-left-column,
    .right-column,
    .left-column,
    .one-column { float: none; }
    
        .home-left-column .btn-pink-large { display: inline-block; }
    
    .one-column { width: 100%; }
    
    .full > img,
    .homepage-images img,
    .one-column img {
        display: block;
        height: auto;
        max-width: 100%;
    }
    
    #panther-sitting-free-eval { display: none; }
    
    .nav ul { text-align: center; }
    
    .nav ul li {
        float: none;
        display: inline-block;
    }
    
}

@media screen and (max-width: 767px) {
    
    .logo,
    .phone {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    
    .phone {
        display: block;
        font-size: 18px;
        margin-top: 5px;
        width: 320px;
    }
        
}

@media screen and (max-width: 599px) {
    
    .home-left-column {
        margin-top: 0;
        padding-left: 0;
        padding-right: 100px;
    }
    
    .home-left-column h1 { font-size: 42px; }
    
    .home-left-column h1 span { font-size: 24px; }
    
}

@media screen and (max-width: 400px) {
    
    .home-left-column {
        background-size: 50px 98px;
        padding-right: 50px;
    }
        
}


