/* ==========================================================================
   Fonts
   ========================================================================== */


@font-face {
    font-family: 'nexa_lightregular';
    src: url('fonts/nexa_light-webfont.eot');
    src: url('fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_light-webfont.woff') format('woff'),
         url('fonts/nexa_light-webfont.ttf') format('truetype'),
         url('fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/nexa_bold-webfont.eot');
    src: url('fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_bold-webfont.woff') format('woff'),
         url('fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}


/* ==========================================================================
   Impression Design Base styles
   ========================================================================== */


html{
	background:url(../img/cpr-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body {
	background:url(../img/cpr-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	margin: 0 auto 0em;
}

h1{
	font-family:  nexa_boldregular, Arial, Helvetica, sans-serif;
	color: #ED1F24;
	font-size: 20px;
	font-weight: bold;
}
h6{
	font-family:  nexa_boldregular, Arial, Helvetica, sans-serif;
	color: #ED1F24;
	font-size: 20px;
	font-weight: bold;
}


p{
	font-family:  Arial, Helvetica, sans-serif;
	color: #53646E;
	font-size: 0.8em;
}

.main_text{
	font-family:  Arial, Helvetica, sans-serif;
	color: #53646E;
	font-size: 0.8em;
	margin:10px;
}

header{
	height: 124px;
	width: 100%;
	background-color: #EDEDED;
	border-top: 6px solid #000;
	margin-top:-0px;
}

section{
	background-color: white;
	width: 100%;
	padding-bottom:16px;
	padding-top:12px;
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.75);

-moz-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.75);

box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.75);
}


#pagesContent{
	width: 940px;
	padding: 20px;
	 margin: 0 auto 0em;
}

.wrapper {
  width: 960px;
 margin: 0 auto 0em;
   }

/* ==========================================================================
   Impression Design Base styles
   ========================================================================== */

#contactHeader{
	position:absolute;
	margin-left: 730px;
	margin-top: -85px;
}

#contactHeader p{
	font-family: nexa_lightregular, Helvetica, sans-serif;
	font-size:0.8em;
	color: #000;
	text-align:right;
}

#contactHeader h2{
	font-family: nexa_boldregular, Helvetica, sans-serif;
	font-size:1.2em;
	color: #000;
	text-align:right;
	line-height: 0px;
}


#logo{
   margin-top: 8px;
   margin-left:390px;
}


.register{
	margin-left:235px;
	margin-top:-110px;
	position:absolute;}
	
#sectionContent{
	width: 530px;
	padding:16px 28px 38px 16px;
	margin-top: 0px;
	border-right: 1px dotted #000;
}

#sectionContent h1{
	font-family:  nexa_boldregular, Arial, Helvetica, sans-serif;
	color: #EC1E24;
	font-size: 1.6em;
	line-height:12px;
	margin-left:10px;
}

#sectionContent p{
	color: #000;
	padding-left:10px;
	font-size: 1.1em;
	font-family:  source_sans_proregular, Arial, Helvetica, sans-serif;
}

#sectionContentBtn a{
	font-family:  nexa_boldregular, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #ED1F24;
	font-size: 1.3em;
	padding: 2px 16px 2px 16px;
	display: inline-block;
	margin-left: 8px;
		-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; 
-khtml-border-radius: 5px; 
}

#sectionContentBtn a:hover{
	color: white;
	background-color: #000;
	
}




#americanHeart{
	position:absolute;
	margin-left: 600px;
	margin-top: 20px;
	

}
#americanHeart h1{
	font-family:  nexa_boldregular, Arial, Helvetica, sans-serif;
	color: #ED1F24;
	font-size: 1.2em;
	line-height:16px;
	padding-top: 12px;
}

.americanHeartBtn{
	
	
}

.americanHeartBtn a{
	float:left;
	margin-top:6px;
	margin-right:8px;
	width:140px;
	height:105px;
	background-color: #000;
	padding-left:6px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family:  nexa_boldregular, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 1.6em;
	line-height: 26px;
	display: inline-block;
		-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; 
-khtml-border-radius: 5px; 
}

.americanHeartBtn a:hover{
	color: white;
	background-color: #ED1F24;
	
}

#availableCourses {
	width: 928px;
	padding: 8px 16px 64px 16px;
	background-color: #CCCBCB;
	margin-top:16px;
	overflow:hidden;
}

#availableCourses h1{
	font-size: 1.2em;
	color: #000;
}


.homeCourses a{
	float:left;
	margin-left:8px;
	width: 203px;
	margin-top:8px;
	background-color: #fff;
	height: 560px;
	color: #ED1F24;
	padding:0px 10px 10px 10px;
	-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px; 
-khtml-border-radius: 7px; 
}

.homeCourses a:hover{
	  -moz-box-shadow:    0px 0px 4px 2px #ED1F24;
  -webkit-box-shadow: 0px 0px 4px 2px #ED1F24;
  box-shadow:         0px 0px 4px 2px #ED1F24;
}

.homeCourses p{
	font-size: 0.8em;
}

.homeCourses img{
	margin-left: -10px;
	margin-top:-2px;
}

.course_img{
	margin-top:10px;
	margin-right:15px;
	
}
.cpr_img{
	margin-top:10px;
	margin-right:15px;
	
}
.pals_img{
	margin-top:10px;
	margin-right:15px;
	
}
.gt_img{
	margin-top:10px;
	margin-right:15px;
	
}

#enrollBtn{
	position:absolute;
	margin-left:750px;
	margin-top: -80px;
}

#enrollBtn a{
	font-family:  nexa_boldregular, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #ED1F24;
	font-size: 1.3em;
	padding: 2px 12px 2px 12px;
}

#enrollBtn a:hover{
	color: white;
	background-color: #000;
	
}

#picTitle{
	position:absolute;
	margin-left: 685px;
	margin-top: -170px;
	
}

#picTitle h1{
	font-family: nexa_boldregular, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 1.5em;
	text-align:right;
}

#cprSocial{
	position:absolute;
	margin-left:930px;
	margin-top: -92px;
}
#study{float:left; width:200px; padding:15px; margin-left:70px;}

#study2{float:right; width:200px; padding:15px;}



.seo{
	position:absolute;
	text-indent: -9999px;

}

#titles{	position:absolute; 
			z-index:99999;
			width:170px;
			margin-left:35px;
			margin-top:3px;
			}
.title2{font-size:16px; font-weight:bold; color:#FFF;}					
.title3{font-size:12px; color:#FFF;}			
/* ==========================================================================
   Nav
   ========================================================================== */

nav{
	height:48px;
	width: 100%;
	background-color:#FFF;
	font-family: nexa_lightregular, Helvetica, sans-serif;
	color: #53646E;
	border-bottom: 6px solid #000;
	font-size:1em;
    border-top: 1px dotted #53646E;
	margin-top:8px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
			z-index:999999;
			position:relative;
}

nav ul{
	display:inline-block;
	margin-left: 20px;

}

nav ul li{
	float:left;
	list-style:none;
	margin-top: -0px;

}

nav ul li a:link{
	color:#53646E;
	text-decoration:none;
	padding-left:12px;
	padding-right:12px;
	
	padding-top: 16px;
	padding-bottom: 16px;
}

nav ul li a:visited{
	color:#53646E;
	text-decoration:none;
	border-right: 1.5px dotted white;
}

nav ul li:last-child a{
	border-right: 0px dotted white;
}



nav ul li a:hover{
	color:white;
	background-color:#000;
	
}


#homeImage{
	margin-top:36px;
	height:221px;
	width: 100%;
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.75);

-moz-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.75);

box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.75);
	
}




/* ==========================================================================
   Footer
   ========================================================================== */

footer{
	background-color: #333333;
	height:180px;
	width: 100%;
	margin-left:0px;
	left:0px;
	font-family: nexa_lightregular, Helvetica, sans-serif;
	font-size:0.85em;
	color: #53646E;
    border-top: 6px solid #FFF;
	-webkit-box-shadow: 0 -8px 6px -6px black;
	-moz-box-shadow: 0 -8px 6px -6px black;
	box-shadow: 0 -8px 6px -6px black;
}



#footerLinks{
	position:absolute;
	margin-left: 16px;
	padding-right: 4px;
	border-right: 1px solid #53646E;
	text-align:right;
	margin-top:16px;
	padding-bottom: 16px;
	height:100px;
}

#footerLinks a{
	font-size: 0.8em;
	color: white;
}

#footerLinks a:hover{
	color: #ED1F24;
}

#footerLinksCourses{
	position:absolute;
	margin-left: 150px;
	padding-right: 4px;
	border-right: 1px solid #53646E;
	text-align:right;
	margin-top:16px;
	padding-bottom: 16px;
	height:100px;
}

#footerLinksCourses a{
	font-size: 0.8em;
	color: white;
}

#footerLinksCourses a:hover{
	color: #ED1F24;
}

#footerLinksCourses p{
	font-family: nexa_lightregular, Helvetica, sans-serif;
	font-size:0.95em;
	color: #FFF;
	line-height: 8px;
	margin-top: 2px;
}

#logoFooter{
	position:absolute;
	margin-top:8px;
	margin-left:330px;
	text-align:center;
}

#footerSocial{
	position:absolute;
	margin-left: 730px;
	padding-left: 4px;
	border-left: 1px solid #53646E;
	text-align:right;
	margin-top:16px;
	padding-bottom: 16px;
	height:100px;
	text-align:left;
}


#footerContact{
	position:absolute;
	margin-left: 780px;
	padding-left: 4px;
	border-left: 1px solid #53646E;
	text-align:left;
	margin-top:16px;
	padding-bottom: 16px;
	height:100px;
}

#footerContact p{
	color: white;
}

#footerCities{
	position:absolute; 
	margin-top:130px; 
	margin-left: 120px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
