@charset "utf-8";
/* CSS Document */

h1 span.downplay {
	color:#C48D8D;
	white-space: nowrap;
}

#rhsBar #popupdiv {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    width: 150%; /* remember this is relative to its parent not the page (parent is width of rhs column) */
    padding: 20px;
	/* margin: 10px; */
	line-height: 1.5em;
	letter-spacing: 0.02em;
	position: absolute;
    min-width: 300px;
    min-height: 200px;
    left: 100px;
    top: 100px;
    height: auto;
    z-index: 9999; 
    visibility: hidden;
	font-size: 1.4em; /* relative to rhs, which is tiny by default */
    line-height: 1.5em;
	letter-spacing: 0.02em;
	border: 3px solid red;
	background-color: #FFF;
	-webkit-box-shadow: -3px 3px 4px 1px #333, 0px 0px 15px 10px #FFF;
	   -moz-box-shadow:  -3px 3px 4px 1px #333, 0px 0px 15px 10px #FFF;
	        box-shadow:  -3px 3px 4px 1px #333, 0px 0px 15px 10px #FFF;
}

.lte-ie7 #rhsBar #popupdiv {
    width: 300px;
	position: absolute;
    min-height: 200px;
    height: auto;
}

#rhsBar #popupdiv h2 {
	margin-top: 0;
	margin-bottom: 0.25em;
	padding-top: 0;
	font-size: 1.2em;
	text-align: center;
	color: #3b5998;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: 0.05em;
}

#rhsBar #popupdiv p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;

}

#rhsBar #popupdiv ul {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	margin-left: 1em;
	list-style-type: square;

}
#rhsBar #popupdiv ul li {
	font-size: inherit;
	color: #333;
}


#rhsBar #popupdiv .tagline {
	/* display: none;*/
}

#rhsBar #popupdiv .inset-img {
	position: relative;
	float: left;
	background-position:bottom;
	background-size: contain;
	width: 130px;
	height: 130px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 2px solid red;
	border-radius: 130px;
	-webkit-box-shadow: -3px 3px 3px 0px #333;
	   -moz-box-shadow: -3px 3px 3px 0px #333;
	        box-shadow: -3px 3px 3px 0px #333;
}

#rhsBar #popupdiv #ctrls {
	width: 100%;
}

#rhsBar #popupdiv #ctrls input[type="button"]  {
	float: right;
	margin: 10px;
	background-color:#ECE9D8;
	color:#004080;
}

/* ----------- slider styles go here --------- */
#slider-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
	width: 100%;
	float: right;  
	padding: 20px 5px 0px 20%;
	position: relative; /* needed for popup positioning! */
}

.lte-ie7 #slider-wrapper {
	width: 180px;
	float: right;  
	padding: 20px 0px 0px 5px;
	position: relative; /* needed for popup positioning! */
	/* border: 1px dotted green;*/
}

#inset-list {
	width: 100%;
}
.lte-ie7 #inset-list {
	width: 180px;
	/* border: 1px dashed cyan;*/
}

#inset-list .inset-item > a {
	text-decoration: none;
    color: inherit;
    display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;  
    width: 100%; /* to make sure size matches parent for popup positioning */
    padding: 30px 20px; /* was on viewport, but moved here for popup positioning */
}

.lte-ie7 #inset-list .inset-item > a {
	width: 140px;
	/* border: 2px dotted yellow;*/
	padding: 0px;
	margin: 10px;
}

div.zoverlay {
	display: none;
}

#inset-list .inset-img-wrapper { /* used for positioning of inset image */
	position:relative;
	float:right;
	width: 100%;
	height: 5px;
	/*
	background-color: #0DF73D;
	*/
}



#inset-list .inset-item .inset-img-wrapper div.inset-img {
	float: left;
	background-position:bottom;
	background-size: contain;
	position: absolute;
	width: 130px;
	height: 130px;
	left: -25px;
	bottom: -15px;
	border: 1px solid red;
	border-radius: 130px;
	-webkit-box-shadow: -3px 3px 3px 0px #333;
	   -moz-box-shadow: -3px 3px 3px 0px #333;
	        box-shadow: -3px 3px 3px 0px #333;
}

.lte-ie8 #inset-list .inset-item .inset-img-wrapper div.inset-img {
		/* doesn't handle circles and it overlaps too much */
	left: -50px;
	width: 50%; /* DON'T specify height -it'll leave it alone. */
	max-width: 130px;
	max-height: 130px;
}

.lte-ie7 #inset-list .inset-item .inset-img-wrapper {
	display: none;
}

#inset-list #inset-q1 div.inset-img {
	background: url(/images/inset-no-contract.png) no-repeat;
}
#inset-list #inset-q2 div.inset-img {
	background: url(/images/inset-moving.png) no-repeat;
}
#inset-list #inset-q4 div.inset-img {
	background: url(/images/inset-upgrading.png) no-repeat;
}
#inset-list #inset-q5 div.inset-img {
	background: url(/images/inset-efficiency.png) no-repeat;
}

#rhsInner .featured  {
	position: static;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}

.lte-ie7 #rhsInner .featured {
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	padding: 0px;
	margin: 0px;
	/* border: 1px dashed blue;*/
}

#rhsInner .featured h2 {
	margin-top: 0;
	margin-bottom: 0.25em;
	padding-top: 0;
	font-size: 1.2em;
	text-align: center;
	color: #3b5998; /*#6081C4;*/
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: 0.05em;
}

#rhsInner .featured p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;

}

#rhsInner .featured .tagline {
	display: none;
}

#rhsBar #rhsInner div#srvclist li {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
}


/* if no Javascript... */
.no-js #inset-list .inset-img-wrapper {
		display: none;
	}
	
.no-js #rhsInner #inset-list .inset-item > a {
		display: none;
		
	}
.no-js #rhsInner #inset-list .inset-item > div.zoverlay {
		display: block;
		padding: 1em 3em;
		
	}
	
.no-js #rhsInner #inset-list .inset-item > .zoverlay a {
		display: inline;
		padding: 0;
	}
	
.no-js #rhsInner #inset-list .inset-item .zoverlay .more-detail {
		display: none;
	}
	

.no-js #rhsInner .featured .tagline {
		display: inline;
        text-align: left;
	}


/* end if no Javascript  */

@media (max-width: 800px) {
	
	#inset-list .inset-img-wrapper {
		display: none;
	}
}

/* when we have only 1 column and RHS is below main content and is at 100% width,
 * don't do the overlay... show entire contents */
@media (min-width: 640px) and (max-width: 767px) and (orientation: portrait),
       (max-width: 639px) {
		   
#content {
	padding-left: inherit;
}
		   
	#rhsInner #slider-wrapper {
		width: 100%;
		padding: 5px !important;
	}
	
	#rhsInner #inset-list {
		width: 100%;
	}
	
	#inset-list .inset-img-wrapper {
		display: none;
	}
	
	#rhsInner #inset-list .inset-item > a {
		display: none;
		
	}
	#rhsInner #inset-list .inset-item > div.zoverlay {
		display: block;
		padding: 1em 3em;
		
	}
	
	#rhsInner #inset-list .inset-item > .zoverlay a {
		display: inline;
		padding: 0;
	}
	
	#rhsInner #inset-list .inset-item .zoverlay .more-detail {
		display: none;
	}
	

	#rhsInner .featured .tagline {
		display: inline;
        text-align: left;
	}

	#rhsInner #deals {
		text-align: center;
	}
	
	#rhsInner #deals #coupons {
		text-align: center !important;
		padding: 3% 0;
		/* width: 100%;*/
		margin-left: auto;
		margin-right: auto;
		display: block !important;
		height: auto !important;
	}
	   
	#rhsInner #deals #coupons .coupon {
		float: none !important;
		padding: 15px 5% 15px 5%;
		margin: 5px 5% 5px 5%;
		width: 50% !important;
		max-width: 25em !important;
		height: auto !important;
		min-height: 5em !important;
		background-color: #FF9;
		display: block !important;
	}
	
	#rhsInner #deals #coupons div.separator {
		clear: both;
		width: 0.5%;
	}
	
}
