@charset "UTF-8";
/* CSS Document */
html {

	}
body {
	
	background-color:#29ABE2;
	padding-left:5px;
	padding-top:10px;
	margin:0px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #29ABE2;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #29ABE2;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
		color: red;

}	
.whiteBG {
		
	background-color:#fff;
	border-top-left-radius:100px;
	
	margin-right:0px;
	margin-bottom:0px;
	width:100%;
	height:100%;
	 z-index:0;
	 
}
.cbcIcon {
	position:absolute;
	 z-index:5;
	margin-top:-30px;
	margin-left:-30px;
	visibility:hidden;

}
.container {
	
	width:300px;
	padding-right:5px;

	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */


}

.cbcLogo {
		width: 300px; /* Width of new image */
	height: 22px; /* Height of new image */

		 z-index:10;
margin-top:-30px;

	}
header {
	height:100px;
	width:100%;
		text-align:center;
	display: block;

	}
article {
					padding: 0;
	margin: 0;
display: block;

	}

footer {
	padding-top:20px;	
	text-align:right;
	clear: both; 
	display: block;
	text-align:center;
	line-height:25px;
	font-size:12px;

	}
footer div {
		background-color: #EAEAEA;
		border-radius:20px;
	width:100%;
	overflow:hidden;
	}
.content {
		padding: 0;
	margin: 0;
	
	overflow:hidden;
		border-radius:8px;

	width:100%;
	float: left;
}
sidebar {
	float: left;
	width: 280px;
	background-color:#EAEAEA;
	padding: 10px;
	border-radius: 10px;
	margin-top: 20px;
	font-size:12px;
	color:#454545;

}
sidebar div {
	float: left;
	text-align: left;
	padding-top:0px;
	padding-bottom:10px;

}

.usalabel {
	width: 160px;
		height: 80px;
margin-left:10px;
margin-top:10px;
}
.sidelabel {
	width: 160px;
		height: 40px;
margin-top:40px;
margin-left:10px;
}
sidebar a:link {
	color: black;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
sidebar a:visited {
	color: black;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.icon {
	border-radius:12px;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
	overflow:hidden;
		        background-repeat: no-repeat;
width:80px;
height:80px; 
	   	background-size: 80px 80px;
		padding:0px;
	display: block;
	margin: 10px; /* the auto value on the sides, coupled with the width, centers the layout */

	}
.stars {
		padding: 0;
	margin: 0;

	clear: both;
	background-image:url(images/redStar3.png);
	overflow:hidden;
	height:28px;
	width:100%;
 	background-size: 30px 28px;
	}

.stripes {
	clear: both;
	background-image:url(images/usa2bg.png);
	overflow:hidden;
	height:145px;
	width:100%;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size:14px;
	color:white;
	}
#spacerArea {
		height:20px;
}
#buttonArea {
		height:200px;
		padding:0px;
		margin:0px;
}

.stripes div {
		padding-left:5px;
		padding-bottom:5px;
		float: left;
	
line-height:20px;


}
.stripes div:nth-child(3){
			padding-top:80px;

			}
.button {

width:100%;


	background-position:center;
					display: block;
	float: left;
	background-repeat: no-repeat;
	   	background-size: 270px 80px;
padding:0px;
margin:0px;
margin-left:-3px;
margin-top:13px;
height:75px;

	}

.mainicon{
	width:100px;
	height:96px;
	border:none;
			float: left;
		padding-top:10px;

	}
.scripTag{
font-family: 'Pinyon Script', cursive;
			font-size:20px;
 transform:rotate(-25deg);
-ms-transform:rotate(-25deg); /* IE 9 */
-webkit-transform:rotate(-25deg); /* Opera, Chrome, and Safari */	
z-index:10;
	position:absolute;
	margin-left:100px;
	margin-top:35px;
				}
.superTitle {
			font-size:26px;
margin-left:0px;
		padding-right:5px;

		}
.smallerTitle {
				font-size:20px;
		padding-left:5px;
		padding-right:5px;

			}
.gradient {
	clear: both;
 	

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #525252 0%, #121212 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #525252 0%, #121212 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #525252 0%, #121212 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #525252), color-stop(1, #121212));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #525252 0%, #121212 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #525252 0%, #121212 100%);
	overflow:hidden;
	height:340px;
	width:100%;
	}
.rightScreen {
	margin-top:130px;
margin-left:38px;
margin-right:10px;
z-index:4;
	position:absolute;
 height:200px;
  width:252px;
  
    	background-position:center;
	display: block;
	background-repeat: no-repeat;
	   	background-size: 252px 200px;

	 	}
.leftScreen {
	margin-top:21px;
margin-left:10px;
z-index:2;
	position:absolute;
 width:196px;
  height:255px;

  
  	background-position:center;
	display: block;
	background-repeat: no-repeat;
	   	background-size: 196px 255px;

	 	}
.description {
	background-color:#EAEAEA;
	padding:10px;
	padding-left:11px;
	text-align:left;
	}


.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
		margin-top: 20px;

}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
.stars {
	background-image:url(images/redStar3@2x.png);
	}

}