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

	}
body {
	
	background-color:#29ABE2;
	padding-left:40px;
	padding-top:40px;
	margin:0px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	}

h1, h2, 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. */
}
h3{
		margin-top: 10px;	 /* 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. */
		margin-bottom: 2px;	 /* 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:150px;
	
	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;
	background-image:url(images/punch-logo3.png);
        background-repeat: no-repeat;
width:165px;
height:201px; 
	   	background-size: 165px 201px;

}
.button {
	background-position:center;
					display: block;
	float: left;
width:100%;
	background-repeat: no-repeat;
	   	background-size: 270px 80px;
padding:0px;
margin:0px;
margin-left:-10px;
margin-top:10px;
height:80px;
	}
.container {
	
	width:960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
		padding-left:25px;	
	padding-right:65px;	

}
.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;
				   	background-size: 80px 80px;

width:80px;
height:80px; 
	display: block;
	margin: 10px auto; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 20px; /* the auto value on the sides, coupled with the width, centers the layout */

	}


.cbcLogo {
	width: 540px; /* Width of new image */
	height: 40px; /* Height of new image */
	z-index: 10;
	margin-top: -20px;
	}
header {
	height:150px;
	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;
		border-radius:10px;
	
	overflow:hidden;
 border:5px solid #29ABE2;

outline-offset:6px;
	width: 750px;
	float: left;
}
/* Gallery styles */

#gallery{

	/* The width of the gallery */
	width:680px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:418px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:680px;
	overflow:hidden;
}

.slide{
	float:left;
	overflow:hidden;
	background-repeat: no-repeat;
	background-size: 680px 418px;

		width:680px;
	height:418px;
	display: block;
	}
.menuItem{
	overflow:hidden;
	background-repeat: no-repeat;

	}
#menu{
	/* This is the container for the thumbnails */
	height:61px;
		margin-left:-27px;

}

#main{
	/* The main container */
	text-align:center;
	width:680px;
	position:relative;
		display:block;
margin:0 auto;
margin-top:15px;

}
.imgSlide{
		width:680px;
	height:418px;

}


ul li{
	/* Every thumbnail is a li element */
	width:120px;
	display:inline-block;
	list-style:none;
		vertical-align: top;
		margin-top:0px;

	height:81px;
	overflow:hidden;
		margin-right:-5px;
		opacity:0.4;

}

ul li.inact:hover{
	/* The inactive state, highlighted on mouse over */
			background-size: 120px 81px;
		margin-top:0px;
		opacity:1.0;

}

ul li.act{
				background-size: 120px 81px;
		margin-top:0px;
		opacity:0.8;

}

ul li.act:hover{
	/* The active state of the thumb */
			background-size: 120px 81px;
		margin-top:0px;
		opacity:1.0;

}

ul li.act a{
	cursor:default;
			margin-top:0px;
		opacity:0.8;

}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(images/divider2.png) no-repeat right;
}

ul li a{
	display:block;
	background:url(images/divider2.png) no-repeat right;
		margin-top:0px;
	height:101px;
	padding-top:10px;
}
sidebar {
	float: left;
	width: 156px;
	background-color:#EAEAEA;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	margin-left: 24px;
	margin-bottom: 20px;
	font-size:12px;

	color:#454545;

}
sidebar div {
	margin-bottom: 10px;
	margin-top: 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: gray;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
sidebar a:hover {
	color: red;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.sidelabel {

	margin-bottom: 20px;

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

	clear: both;
	background-image:url(images/redStar.png);
	overflow:hidden;
	height:52px;
	width:100%;
 	background-size: 75px 52px;

	}

.stripes {
	clear: both;
	background-image:url(images/usa2bg.png);
	overflow:hidden;
	height:174px;
	width:100%;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size:24px;
	color:white;
	}
.stripes:nth-child(4) {
		height:60px;
}
.stripes:nth-child(6) {
		height:120px;
		padding:0px;
		margin:0px;
}
.mainicon{
	width:140px;
	height:134px;
	border:none;
	}
.stripes div {
		padding-left:20px;
		padding-top:20px;
		float: left;
	
line-height:30px;


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

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

			}
.gradient {
	clear: both;
	background-color:#121212;
 	
	text-align:center;

/* 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:550px;
	width:100%;
	}

.description {
	background-color:#EAEAEA;
	padding:20px;
		}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
.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;
}


@media screen and (max-width: 768px) {
body {
	
	padding-left:5px;
	padding-top:40px;
	margin:0px;
	
	}

.whiteBG {
		
	background-color:#fff;
	border-top-left-radius:150px;
	
	margin-right:0px;
	margin-bottom:0px;
	width:100%;
	height:100%;
	 z-index:0;
	 
}
.container {
	
	width:748px;
	margin: 5px; /* the auto value on the sides, coupled with the width, centers the layout */
		padding-left:0px;	
	padding-right:0px;	

}

.content {
 border:0px solid #29ABE2;

outline-offset:0px;

	width:100%;
	float: left;
}
.cbcIcon {
	margin-top:-5px;
	margin-left:0px;
width:123px;
height:150px; 
	   	background-size: 123px 150px;

}


sidebar {
	float: left;
	width:100%;
	padding: 0px;
	padding-bottom: 20px;
	margin:0px;
margin-top: 20px;
}

sidebar div {
	float: left;
	text-align: left;
	padding:0px;
	margin:20px;
	margin-bottom:0px;
}

.icon {
width:80px;
height:80px; 
padding:0px;

	   	background-size: 80px 80px;
	display: block;
	margin: 20px; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-bottom: 0px; /* the auto value on the sides, coupled with the width, centers the layout */

	}


.usalabel {
	padding-top:10px;

	width: 500px;
		height: 60px;
}
.sidelabel {
	width: 100px;
		height: 40px;
margin:0px;
margin-top:20px;
margin-right:25px;
padding-top:30px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}



.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: none;
		height:0;
	font-size: 1px;
	line-height: 0px;
padding:0px;
margin:0px;

}
.clearfloat:nth-child(2) { /* 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;
padding:0px;
margin:0px;

}
}

@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/redStar@2x.png);
	}
.cbcIcon {
	background-image:url(images/punch-logo3@2x.png);

}
}
@media print {
.stripes:nth-child(4) {
		height:10px;
}
.stripes:nth-child(6) {
		height:10px;
}
.cbcIcon {
	margin-top:-25px;
	margin-left:-25px;
width:123px;
height:150px; 
	   	background-size: 123px 150px;

}
#subTitle {
	margin-top:20px;
	
	}
}