
/*------------------------------------------------------
Basic Style Sheet for ( CAPPS and subsequent sites )

version:	1.0
author:		Justin Tucker
email:		justin@tuckinteractiv.com
website:	http://www.tuckinteractiv.com

------------------------------------------------------*/

/* =Color Scheme (change these values for each of the sites)
--------------------------------------------------------*/

/* header */
#header-home,#header-sub{
        background: ;
}

/* left column nav head color and border */
#nav-header{
        background: ;
        border-bottom: 1px solid ;
	text-shadow: black 1px 1px 1px;
}

/* left column nav footer color and border */
#nav-footer{
        background: ;
        border-top: 1px solid ;
}

/* call out area background color on homepage main column */
#callouts {
        background: ;
        border-top: 1px solid ;
        border-bottom: 1px solid ;
        overflow: auto;
        padding: 5px;
        margin-top:10px;
}


/* =Resets
------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td
{margin:0; padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var
{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
a {text-decoration:none; outline: none;}
a:hover {text-decoration: underline;color: red;}
img { vertical-align: top; }

/* =utility
------------------------------------------------------*/
h2 {
}

.box {
	margin: 0 auto;
	position: relative;
	/*width: 800px;*/
   width: 930px;
}

.floatleft {float: left;}
.floatright {float: right;}
.clear {clear: both;}
.center {text-align: center;}


/* =base
------------------------------------------------------*/
body {
	font-size: 100.01%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
   color: #111;
	background: #3e3e3e url(../images/images.jpg) repeat-x top left;
}


/* =Header
------------------------------------------------------*/
#sub-header {
	background: #1f1f1f;
	border-bottom: 3px solid #fff;
	color: #f2f2f2;
	font-size: 12px;
	padding: 6px 0px 3px;
	text-align: center;
}

#header-home{
/*
	background: #0066cc;
	border-top: 4px solid #005db9;
*/
	border-bottom: 5px solid #fff;
	height: 75px;
}
#header-sub{
	/*
background: #0066cc;
	border-top: 4px solid #005db9;
*/
	height: 75px;
}

#logo { float: left; width: 200px; height: 75px; background: #fff; }

/* =Main Nav
------------------------------------------------------*/
dl#main-nav { float: left; width: 200px;}

#help-and-info{
	width: 200px;
	height: 41px;
	background: url(../images/bckgrnd-help-and-info.jpg) top left no-repeat;
}

#help-and-info strong{
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding: 12px 0 0 40px;
}
#help-and-info a { color: #111; }
#nav-header{
	/*
background: #0b67be;
	border-bottom: 1px solid #0959a4;
*/
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	height: 35px;
	text-align: center;

}
#nav-header strong{
	/* text-transform: uppercase; */
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	display: block;
	color: #fff;
}

#main-nav ul {
	background: #fff;
	border-top: 1px solid ;
	border-bottom: 1px solid ;
	padding: 5px 0;
}
#main-nav ul li{
	padding: 7px 5px;
	margin: 0 10px;
	border-bottom: 1px solid #cacaca;
}

#main-nav ul li.last{ border-bottom: none; }

#main-nav ul li a{
	color: #111;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#main-nav ul li a:hover{ color: #797979; }

#nav-footer{
	/*
background: #0b67be;
	border-top: 1px solid #0959a4;
*/
	height: 40px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
#nav-footer img { margin: 5px 3px 0 6px; }
#nav-footer input {
	width: 105px;
	height: 16px;
	border: 1px solid #909090;
	padding: 3px;
	margin-top: 6px;
}
#nav-footer a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #111;
	font-size: 14px;
	padding: 5px 4px 3px 4px;
	background: #b9b9b9;
}

/* =Sub Nav
------------------------------------------------------*/
#header-home img, #header-sub img{
	margin-top: 4px;
}
#header-home table, #header-sub table{
	float: right;
	background: #fff;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	height: 22px;
	margin-top: 53px;
}
#header-home table a, #header-sub table a {
	color: #2f2f2f;
	font-weight: bold;
	font-size: 12px;
	margin: 0 5px;
}

/* =Main Content
------------------------------------------------------*/
#content {
	background: url(../images/bckgrnd-tile.jpg) top left repeat-x;
	padding-top: 20px;
	overflow: auto;
	min-height: 550px;
}

#main{
	width: 720px;
  /* width: 590px; */
	float: right;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: ;
}

#mainnl{
	padding: 0 0 0 0;
	width: 590px;
	float: right;
	background: #3E3E3E;
}

#intro{
	/*width: 670px;*/
	height: 165px;
	/*background: url(../images/bckgrnd-intro.jpg) top left no-repeat;*/
	/*margin: 0 auto;*/
   margin-left:10px;
	padding-bottom: 10px;
	margin-top: 16px;
	background: ;

}
#intro-text
{
	width: 250px;
}
dl#intro-text{
	float: left;
	margin: 20px 0 0 10px;
	font-size: 12px;
}
dl#intro-text dt{
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0 0 35px;
	background: url(../images/icon-registration.jpg) top left no-repeat;
	height: 31px;
}
dl#intro-text strong{font-weight: bold;margin: 8px 0 3px; display: block; }
dl#intro-text ul li{margin-bottom: 10px; background-color:#BADCFF;}

a.register-today {
	display: block;
	width: 160px;
	height: 30px;
	background: url(../images/btn-register-today.jpg) top left no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
}

#site-img {
	width: 292px;
	height: 170px;
	float: right;
	background: url(../images/bckgrnd-main-image.jpg) top left no-repeat;
	margin: 15px 10px 0 0;
}

#site-img img{ margin: 7px 0 0 8px; }


#bigcallouts {

}
#bigcallouts font b{
   margin-left:30px;
}
#bigcallouts .myp{
   padding: 10px 10px 0 10px;
   float: left;
   /*font-size: 12px !important;*/
   /*line-height:9px;*/
}

.myp {
   font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
   /*padding: 3px;*/
}
.myp h1{
   font-size:16px;
   font-weight:bold;
   padding-left:30px;
   margin-bottom:10px;
}
.myp a{
   display:block;
   padding:0 0 5px 0;
   /*margin-bottom:5px;*/
   font-size:12px !important;
   line-height:14px !important;

}
/*.myp thead{
   font-size:16px;
   padding-bottom:10px;
   display:block;
}
.myp thead tr td{
   padding-left:30px;
}
.myp tbody a{
   margin-bottom:10px !important;
   line-height:12px !important;
   display:block !important;
}*/

#bigcallouts #maincallout {
   background: url(../images/bckgrnd-computer4.gif) top left #b4b3b4 repeat-x;
   border:1px solid;
   width: 375px;
   height:158px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   margin-right:5px;
}
#bigcallouts #maincallout.special {
    height:159px;
    padding-left:15px;
    background: url(../images/special-heading.jpg)

}
#bigcallouts #maincallout.special h1{
    padding-left:0;
    font-size:18px;
    color:#FFF;
    text-shadow:1px 1px 2px #333;
    font-weight:normal;
}
#bigcallouts #maincallout.special ul{
    list-style:none;
    margin-top:20px;
}
#bigcallouts #maincallout.special ul li{
    font-size:13px;
    margin-bottom:0px;
    padding:3px;
    color:#FFF;
    /*background-color:#e9e9e9;*/
}
#bigcallouts #maincallout.special ul li:nth-child(even){
    /*background-color:#CCC;*/
}
#bigcallouts #maincallout.special ul li a{
    font-size:13px !important;
    display:inline;
    color:#6adaff;
}
#bigcallouts #maincallout.special ul li i{
    margin-right:10px;
    color:lime;
}
#bigcallouts #maincallout.special ul li:last-child{
    margin-bottom:0;
    border-bottom:0;
}
#bigcallouts #maincallout-detc {
   background: url(../images/bckgrnd-mouse4.gif) top left repeat-x;
   border:1px solid;
   width: 375px;
   height:83px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   margin-right:5px;
}
#bigcallouts #maincallout-detc h1{
    margin-bottom:5px;
}
#bigcallouts #maincallout-detc a{
    margin-left:30px;
}
#bigcallouts #maincallout-detc-1 {
    margin-top:5px;
position:relative;
    padding:10px 10px 10px 10px;
   border:1px solid;
   width: 375px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   margin-right:5px;
   border-color:#333;
   background: #ffffff; /* Old browsers */
   background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
#bigcallouts #maincallout-detc-1 img{
    position:absolute;
    left:7px;
    top:10px;
    width:30px;
    /*margin-top:-30px;*/
    height:30px;
}
#bigcallouts #maincallout-detc-1 .title{
    font-size:16px;
    margin-left:35px;
    color:#006699;
}
#bigcallouts #maincallout-detc-1:hover{
    color:inherit;
    cursor:pointer;
    text-decoration:none;
}
#bigcallouts #maincallout-detc-1 div{
        font-size:13px;
        color:#333;
        margin-left:35px;
}
#callouts div#lounge p{background:url(../images/homepage/icon-homepage-CCL.png) left center repeat-x}
#callouts div#lessons p{background:url(../images/homepage/icon-homepage-lesson.png) left center no-repeat;}
#callouts div#tutorials p{background:url(../images/homepage/icon-homepage-tutorials.png) center center no-repeat;}

#callouts p:hover{
   text-decoration:underline;
}

#callouts p{
	text-align:left;
   width: 216px;
   /*border:1px solid;*/
   /*padding: 25px 0 0 43px;*/
   padding:13px 10px 13px 5px;
   height: 38px;
   float: left;
   font-size: 10px;
   /*margin-top:5px;*/
   border:1px solid #CCC;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color:#111;

   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
#callouts #videos strong{
	margin-top:13px;
	float:left;
	padding-left:8px;
}
#callouts #lounge strong{
	float:left;
	margin-top:13px;
	width:176px;
	padding-left:2px;
}
#callouts #tutorials strong{
	float:left;
	margin-top:13px;
	width:170px;
	padding-left:2px;
}
#callouts #courses { background: url(../images/bckgrnd-course.gif) top left no-repeat; }
#callouts #questions { background: url(../images/bckgrnd-questions.gif) top left no-repeat; }
#callouts #management { background: url(../images/bckgrnd-management.gif) top left no-repeat; }

#callouts #testimonials { background: url(../images/bckgrnd-testimonials.gif) top left no-repeat; }

#callouts #lessons { background: url(../images/bckgrnd-hel.gif) top left no-repeat; }
#callouts #tutorials span{
	width:36px;
	margin-top:5px;
	height:31px;
	display:block;
	float:left;
	background: url(../images/homepage/icon-homepage-tutorials.png) top left no-repeat;
}
#callouts #faculty-training { background: url(../images/bckgrnd-facultytraining.gif) top left no-repeat; }
#callouts #videos span{
	background: url(../images/bckgrnd-lounge.gif) top left no-repeat;
}
#callouts #lounge span{
	background: url(../images/homepage/icon-homepage-CCL.png) top left no-repeat;
	width:36px;
	margin-top:5px;
	height:31px;
	display:block;
	float:left;
}
#callouts #videos span{
	background: url(../images/homepage/bckgrnd-videos.png) top left no-repeat;
	width:36px;
	margin-top:5px;
	height:31px;
	display:block;
	float:left;
}
#callouts strong { font-weight: bold; font-size: 12px; display: block; padding-bottom:3px;}
#callouts .pad { margin-right: 5px; }


a#buy-keys {
   border:1px solid #b1cbd8;
	width: 313px;
	height: 42px;
	background: url(../images/bckgrnd-enrollment.jpg) top left repeat-x;
	color: #0e5c82;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 10px 0 10px;
	margin: 10px 8px 16px 16px;
	float: left;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
a#buy-keys span{ float: left; }
a#buy-keys div.button{
	text-indent: -9999px;
	display: block;
	width: 73px;
	height: 29px;
	background: url(../images/btn-buy-now.jpg) top left no-repeat;
	float: right;
}
a#buy-keys:hover div.button{ background-position:-73px 0; }




a#reg-now {
   border:1px solid #b1cbd8;
   width: 313px;
   height: 42px;
   background: url(../images/bckgrnd-enrollment.jpg) top left repeat-x;
   color: #0e5c82;
   font-size: 12px;
   font-weight: bold;
   padding: 15px 10px 0 10px;
   margin: 10px 16px 16px 8px;
   float: left;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
a#reg-now span{ float: left; }
a#reg-now div.button{
        text-indent: -9999px;
        display: block;
        width: 73px;
        height: 29px;
        background: url(../images/btn-register.jpg) top left no-repeat;
        float: right;
}
a#reg-now:hover div.button{ background-position: -73px 0; }




#gif-anim{ margin: 10px 20px 0 0; float: right; }

/* =Secondary Content
------------------------------------------------------*/
#courses {
	padding: 10px;
}
#courses h2{
	font-size: 20px;
	color: #0a63b6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #e1e1e1;
	background: #fff url(../images/bckgrnd-tile-courses-header.jpg) bottom left repeat-x;
	font-weight: bold;
	padding: 8px 10px 5px 10px;
	margin-bottom: 10px;
	/* text-transform: uppercase; */
}
.course {
	background: #fafafa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid ;
	padding:20px;
	margin-bottom: 10px;
	overflow:auto;
}

/* ====== Bootcamp (fapsc) =======*/
.bootcamp-callout{
    background:url(../images/bootcamp-callout.jpg);
    height:61px !important;
    width:720px;
    display:block;
    float:right;
    margin:7px 0 0 0;
}
.bootcamp-callout span.submit a{
    border:1px solid #384d10;
    border-radius:5px;
    float:right;
    padding:8px;
    margin-top:17px;
    margin-right:13px;
    color:;
    font-size:14px;
    background:url(../images/featured-header-overlay.png) repeat-x #bfd984;
}
/* ====== FEATURED COURSE ====== */
.course a.featured-view{
    color:#FFF;
    font-size:12px;
    text-align:center;
    line-height:31px;
    pointer:handcursor;
    float:right;
    padding:0 7px;
    margin-top:20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background:url(../images/view-btn-overlay.png) repeat-x ;
    border: 1px solid ;
}
h3.course-feature{
    color:#FFF;
    font-size:18px;
    border-radius:5px;
    font-weight:normal !important;
    margin:0 !important;
    background:url(../images/featured-star-icon.png) 9px 7px no-repeat;
}
.course div.featured-desc{
    /*border-bottom:1px solid #CCC;*/
    padding:10px 0 10px 0 !important;
}
.course span.header{
    height:50px;
    line-height:50px;
    display:block;
    background:url(../images/featured-header-overlay.png) repeat-x ;
    border:1px solid #b3b3b2;
    text-indent:55px;
    border-radius:5px;
}
.course span.titlelink a{
    color:  !important;
    font-size:16px;
    color:#106053;
    font-weight:bold;
    margin-top:10px;
    display:block;
    height:30px;
    text-indent:10px;
}
.course p.featured-course-summary{
    font-size:12px;
    text-align:justify;
    line-height:16px;
    padding:10px;
    background-color:;
}
/* ====== END FEATURED COURSE ====== */

.course h3{ font-weight: bold; margin-bottom: 10px;}
.instructors {
	font-size: 11px;
	font-weight: bold;
}
.instructors a{ font-weight: normal; }

.course-info { margin: 15px 0; height: 40px; font-size:14px; }
.course-info a {
	float: left;
	color:#111;
	height: 32px;
	padding-left: 35px;
	width: 85px;
	margin-right: 8px;
}

.other-info {height: 40px; font-size:14px; }
.other-info a {
	float: right;
	color:#111;
	height: 32px;
	padding-left: 35px;
	width: 50px;
}


.cformat { background: url(../images/icon-course-format.jpg) top left no-repeat; }
.cobjective { background: url(../images/icon-course-objectives.jpg) top left no-repeat; }
.ctestimonial { background: url(../images/icon-course-testimonials.jpg) top left no-repeat; }
.caccess { background: url(../images/icon-course-access.jpg) top left no-repeat; }
.taccess { background: url(../images/tut.gif) top left no-repeat; }
.haccess { background: url(../images/hel.gif) top left no-repeat; }
a.caccess {color: blue;}
a.taccess {color: blue;}
a.haccess {color: blue;}

.desc {
	padding: 15px 0;
	margin: 10px 0;
	border-top: 1px solid #dedede;
	/*border-bottom: 1px solid #dedede;*/
	font-size: 12px;
	text-align: justify;
}
a.access-course {
	width: 123px;
	height: 30px;
	background: url(../images/btn-access-course.jpg) top left no-repeat;
	display: block;
	text-indent: -9999px;
	float: right;
}
a.access-tut {
	width: 123px;
	height: 30px;
	background: url(../images/tut.gif) top left no-repeat;
	display: block;
	text-indent: -9999px;
	float: right;
}
a.access-hel {
	width: 123px;
	height: 30px;
	background: url(../images/hel.gif) top left no-repeat;
	display: block;
	text-indent: -9999px;
	float: right;
}

#breadcrumb {
	background: url(../images/bckgrnd-tile-breadcrumb.jpg) top left repeat-x;
	height: 18px;
	padding-top: 4px;
	font-size: 13px;
	font-weight: bold;
}

/* =Footer
------------------------------------------------------*/
#footer{
    width: 720px;
    height:69px !important;
    float: right;
    clear: right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f5f5f5;
    margin: 10px 0 30px 0;
    position:relative;
}

#footer img { float: right; padding: 10px 10px 10px 0; }
#footer img.img-chep { float: right; padding: 5px 5px 10px 0; }
#footer dl {
	float: left;
    position:absolute;
	top:50%;
    left:15px;
    transform:translateY(-50%);
}
#login-notice { background: #dcdcdc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px 10px;
	font-size: 10px;
	font-weight: bold;
}

#terms a { font-size: 11px; margin-left: 10px; }


        /* consistent-sublinks */
        #consistent-sublinks{
                background: #fff;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                margin-top: 10px;
                padding: 10px;
        }

        #consistent-sublinks a{
                width: 180px;
                height: 30px;
                text-indent: -9999px !important;
                display: block;
        }

        #view-tuts{
                border-bottom: 1px solid #ababab;
                background: url(/images/btn-view-tutorials.jpg) top right no-repeat;
                padding-bottom: 10px;
        }

        #add-rec{
                border-bottom: 1px solid #ababab;
                background: url(/images/btn-add-rec.jpg) top right no-repeat;
                padding-bottom: 10px;
        }


        #buy-keys-lrg{
                background: url(/images/btn-buy-keys-large.jpg) top right no-repeat;
        }

        #consistent-sublinks a:hover{
                background-position: top left;
        }

#mybox {
float:left;
background-color:;
/*border-left: 4px solid ;*/
}
#mybox iframe{
   border-radius:5px;
}
.hel li
{
	font-size: 12px;
	list-style-type:square;
}
/* Bootcamp Landing ------------------------
--------------------------------------------*/

.bootcamp{
    width:955px;
    margin:50px auto 0 auto;
}
.bootcamp span.content-top{
    background: url(../images/package-courses/bootcamp-sprite.png) 0px -9px no-repeat;
    display: block;
    width: 958px;
    height: 8px;
}
.bootcamp span.content-bottom{
    background: url(../images/package-courses/bootcamp-sprite.png) 0px 0px no-repeat;
    display: block;
    width: 958px;
    height: 7px;
}
.bootcamp span.content-middle{
    background: url(../images/package-courses/bootcamp-callout-tile.jpg) repeat-y;
    display:block;
    width:958px;
}
.bootcamp div.content{
    width:942px;
    padding:0 8px;
    overflow:auto;
}
.bootcamp div.content h1{
    text-align: center;
    color:#FFCC00;
    font-size:16px;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:5px;
}
.bootcamp div.content div.subtitle{
    text-align: center;
    color:#FFCC00;
    font-size:13px;
    font-weight:normal;
    padding-bottom:13px;
}
.bootcamp div.content div.subtitle a{
   color:#FFF;
}
.bootcamp .content-middle .left{
    float:left;
    /*border:1px solid;*/
}
.bootcamp .content-middle .left img{
    margin-top:47px;
    margin-left:46px;
}
.bootcamp .content-middle .right{
    padding-top:10px;
    float:left;
    width:607px;
    /*border:1px solid;*/
}
.bootcamp .content-middle .left{
    background:url(../images/package-courses/bootcamp-camo.jpg);
    /*width:250px;*/
    width:331px;
    height:380px;
}
.program{
    width:189px;
    float:left;
    padding:0 6px;
}
.program span.program-type{
    font-size:16px;
    text-align: center;
    font-weight:bold;
    width:179px;
    display:block;
}
.program .program-title{
    font-size:12px;
    text-align:center;
    width:179px;
    display:block;
}
.program .middle p{
    margin-top:22px;
    text-align:center;
    font-size:12px;
    padding:0 5px;
    width:169px;
}
.program .top{
    background: url(../images/package-courses/bootcamp-dogtag-top.png) no-repeat;
    display: block;
    width: 189px;
    height: 63px;
}
.program .middle{
    background: url(../images/package-courses/bootcamp-dogtag-tile.jpg) repeat-y;
    display: block;
    width: 189px;
    height:260px;
    padding:0 5px;
    position:relative;
}
.program .bottom{
    background: url(../images/package-courses/bootcamp-dogtag-bottom.png) no-repeat;
    display: block;
    width: 189px;
    height: 42px;
    margin-bottom:30px;
}
.choose-program{
    background: url(../images/package-courses/bootcamp-start-btn.jpg) no-repeat;
    display: block;
    position:absolute;
    bottom:0;
    width:175px;
    height:39px;
    margin-left:2px;
}


.program .middle p.credit{
   position:absolute;
   bottom:45px;
}
/* PACKAGED COURSES ------------------------
--------------------------------------------*/
div.added-courses span{}
p.program-header{
   font-size:12px;
   background-color:#ACACAC;
   padding:10px;
   border-radius:5px;
   margin-bottom:10px;
   color:#FFF;
}

h2.program-title{
   font-size:16px !important;
}
.checkout-details input[type='image']{
   padding-left:2px;
}
.checkout-details span.submit-package{
   height:39px;
   width:150px;
   display:block;
   background:url(../images/package-courses/package-submit.png) ;
   padding-left:6px;
   margin-left:4px;
}
.checkout-details span{
   color: !important;
}
.checkout-details p{
   color: !important;
}
.checkout-details h3{
   color: !important;
}
.checkout-details .add-elec {
   background-color:#646464;
   color:#FFF;
   text-align:left;
   padding:5px;
   margin-left:3px;
   width:165px;
   margin-top:10px;
   border-radius:5px;
   height:17px;
}
.checkout-details span.submit-package a.submit{
   width:168px;
   height:39px;
   display:block;
   maring-left:10px;
   line-height:39px;
   color:#000;
   text-indent:-6px;
   font-size:18px;
   background:url(../images/package-courses/package-submit.png) bottom right;
}
.package-checkout{
   float:left;
   width:200px;
}
.elective-price{
   font-size:14px;
}

.elective-price .check{
   background-color:#ACACAC;
   float:right;
   color:#FFF;
   height:30px;
   margin:0 !important;
   line-height:30px;
   padding:0 10px 0 7px;
   display:block;
   border-radius:5px;
}
.elective-price .check input{
   border:0;
   padding:0;
   margin-right:10px;
}
.elective-price .check label{
   font-size:18px;
   padding-left:15px;
}
.package-checkout a.back-btn{
    display:block;
    line-height:33px;
    width:200px;
    font-size:12px;
    margin-bottom:5px;
    background-color: #ACACAC;
    color:#FFF !important;
    border-radius:5px;
    text-align:center;
    text-decoration: none;
}
.package{
    font-size:13px;
    padding-bottom:20px;
    overflow:hidden;
    width:800px;
    margin:50px auto 0 auto;
}
.package .col1{
    float:left;
    width:231px;
    position: relative;
}

.package-checkout .logo{
    /*width:180px;*/
    /*height:214px;*/
    border-radius:5px;
    background-color:;
}
.package .col2{
    float:left;
    width:555px;
    margin-left:12px;
}
.sticky {
    position: fixed;
    top: 15px;
}

.checkout-details{
    float:left;
    z-index: 42;
   /* background-color:#086052; */
    background-color:#ACACAC;
    border-radius:5px;
    margin-top:8px;
    padding:10px;
    color:#ebf4de;
    width:180px;
}
.checkout-details p.deal{
    margin-left:3px;
    padding:5px 0 7px 0;
    font-size:12px;
    /*color:#88c400;*/
    color:;
    text-align:center !important;
    background-color:#3e3e3e;

    margin-bottom:5px;
    border-radius:5px;
    width:172px;
    border:1px solid #3e3e3e;
    border-radius:0 0 5px 5px;
}
ul.checkout-price .top{
    /*background: url(../images/package-courses/bootcamp-sprite.png) -424px -19px no-repeat;
    display: block;
    width: 206px;
    height: 9px;*/
}
.checkout-details ul.checkout-price .bottom span.sub-total{
   width:130px;
    font-size:30px;
    border-radius:5px;
}
ul.checkout-price {
    margin-top:10px;
    margin-left:3px;
    /*margin-bottom:8px;*/
    text-align:left !important;
}
ul.checkout-price .bottom span{
    text-align:left !important;
    color:#FFF;
}
ul.checkout-price .bottom{
    /*border-radius:0 0 5px 5px;*/
    background-color:#646464;
    width:154px;
    padding:10px;
    display:block;
    border-radius:5px 5px 0 0;
    border-top:1px solid #333;
}

.checkout-details h3{
    text-align: center;
    font-size:18px;
    font-weight:bold;
}
.checkout-details span{
    font-size:14px;
    text-align: center;
    display: block;
}
.checkout-details p{
    padding-top:15px;
    font-size:12px;
    text-align:center;
}
.col2 .program-header{
    border-radius:5px 5px 0px 0px;
    background-color:;
    padding:10px;
    color:#106053;
}
.col2 h2{font-size:18px;letter-spacing:0;text-transform:none !important;}
.program-course{
    background-color:;
    padding:15px;
    overflow:hidden;
    margin-top:8px;
    position:relative;
}
.program-course h2 a{
    font-size:18px;
    color:#e5fae0;
    padding-bottom:10px;
    height:20px;
    text-decoration:none;
    text-transform: none;
    border:none;
}
.program-course h2 a:hover{
    text-decoration:underline;
}
.program-course p{
    text-align: justify;
    color:#FFF;
    /*width:530px;*/
    width:380px;
    float:left;
    border-right:1px solid #31968a;
    padding-right:15px !important;
    margin-right:15px;
    padding:5px 0;
    line-height:18px;
}
p.program-default{
    width:100% !important;
}
.program-course div.desc{
    float:left;
    border:0;
    padding:0;
    margin:0;
}
.program-course div.price{
    position:absolute;
    right:0;
    top:50%;
    margin-right:20px;
    padding:0 5px 0 5px;
    float:left;
    background-color:#5baa8b;
    line-height:30px;
    border-radius:5px;
    width:100px;
}
.program-course div.price input[type='checkbox']{
    width:15px;
    height:15px;
    margin:7px 13px 0 0;
    float:left;
}
div.desc div{
    float:right;
}
.program-course span{
    display:block;
    position:absolute;
    top:50%;
    margin-top:-20px;
    margin-right:29px;
    right:0;
    color:#FFF;

}
.program-course div.price label{
    float:left;
    font-size:18px;
    /*font-weight:bold;*/
    color:#FFF;
}
.program-opt-header{
    border-radius:5px;
    background-color:;
    padding:15px;
    color:#106053;
    margin:8px 0;
}

a.bootcamp-back:hover{
    text-decoration:underline;
}

.have-key{
   margin-top:20px;
   margin-left:15px;
   display:block;
   text-align:center;
   width:250px;
   font-size:11px;
   color:#FFF;
   padding:10px 5px 15px 5px;
   background-color:#3e3e3e;
   border-radius:5px;
}
.have-key p{
   text-align:left;
   display:inline-table;
   font-size:14px;
   height:20px;
   line-height:20px;
   padding-left:25px;
   padding-bottom:10px;
   margin:0 auto;
   background:url(../images/package-courses/question-icon.png) top left no-repeat;
}
.have-key a.report{
   color:;
   font-size:12px;
   display:inline;
   padding:8px;
   font-weight:bold;
   border-radius:3px;
   margin-top:30px;
   height:20px;
   line-height:20px;
   background:url(../images/featured-header-overlay.png) repeat-x #FFCC00;
}
/*======================================*/
/* PROGRAMS */

#program-container{

   padding:0 0 0 0;
   background:url(../programs/img/img-program-bg.gif) #bfbfbf repeat-x;
   width: 960px;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   margin:10px auto 0 auto;
   border:1px solid #CCC;
   overflow:auto;
}
#program-container ul{
   width:460px;
   float:left;
   padding:10px;
}
#program-container ul.left{
   padding:10px;
}
#program-container ul.right li{
   background-color:#FFF;
   padding:15px;
   border:1px solid #d3d1d1;
   border-radius:5px;
   margin-bottom:3px;
   font-family:'Arial,Helvetica,Tahoma',sans-serif !important;
}
#program-container ul.right li a{
   color:;
}
#program-container h1{
   font-family:'Arial,Helvetica,Tahoma',sans-serif !important;
   font-size:28px !important;
   padding-bottom:10px;
}
#program-container p{
   font-family:'Arial,Helvetica,Tahoma',sans-serif !important;
   font-size:15px;
   line-height:23px;
   padding-right:10px;
   text-align:justify;
}






/* EXCELLENCE PROGRAMS */
#excellence-container{
   position:relative;
   overflow:hidden !important;
   color:#4b4b4b;
   background:url(/images/exp-bg-tile.gif) bottom left #FFF repeat-x;
   width: 960px;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   margin:10px auto 0 auto;
   overflow:auto;
   padding:10px 20px;
   /*font-family:'Arial,Helvetica,Tahoma',sans-serif !important;*/
}
#excellence-container .bg-overlay{
   position:absolute;
   bottom:-130px;
   left:-100px;
   width:535px;
   height:419px;
   background:url(/images/exp-bg-img.png);
}

#excellence-container .left{
   width:640px;
   float:left;
}
#excellence-container .right {
   width:300px;
   float:right;
}
#excellence-container .right a{
   border:1px solid;
   width:240px;
   padding:15px 15px 15px 55px;
   margin-bottom:3px;
   display:block;
   background-color:;
   color:#FFF;
   position:relative;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   border-radius:7px;
}

#excellence-container h4{
   font-size:22px;
   margin-top:20px;
   margin-bottom:15px;
   color:;
   font-family:'Arial,Helvetica,Tahoma',sans-serif !important;
   font-weight:400;
}
#excellence-container ul li{
   font-family:Arial, sans-serif !important;
   list-style-type: square !important;
   margin-left:30px;
   font-size:15px;
   width:100%;
}
.ep-program-price{
   display:block;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   border:1px solid;
   padding:20px 20px 20px 10px;
   color:;
   font-size:14px;
   margin-bottom:10px;
   background: #fff url(../images/bckgrnd-tile-courses-header.jpg) bottom left repeat-x;
}
/* MASTER KEY */
#excellence-container .right .masterkey{
      background:url(../images/havekey-bg.gif) #565656;
      padding:10px 5px 5px 5px !important;
      width:290px;
      padding:10px !important;
      display:block;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      text-align: center;
      cursor:pointer;
}
#excellence-container .right .masterkey span{
  font-size:16px !important;
  font-weight:100;
  color:#FFCC00;
  padding:0;
  margin:0;
  line-height:16px;
  text-align:center;
  display:block;
}
#excellence-container .right .masterkey p{
  padding:0;
  margin:0;
  text-align:center;
  color:#d2d3d4;
   font-size:12px !important;
}
#excellence-container .right .masterkey a{
  padding:0 !important;
  border:0 !important;
  font-size:12px !important;
  background:none !important;
  display:inline !important;
  color:#FFCC00;
  /*color:#006699 !important;*/
}


span.program-title {text-align:center;color:#FFF;display:block;font-size:15px;margin:10px 0 !important;}
li.bottom span.program-course-count{
   font-size:13px;
   text-align:center !important;
   display:block;
}
.buydisabled{
   color:#CCC !important;
}
span.program-price
{
   display:block;
   padding:10px 5px 5px 5px;
   /*font-size:14px;*/
   font-weight:bold;
   color:#FFF;
   text-align:center;
   font-size:12px;
}
#excellence-container .right span{
   display:block;
   font-size:12px;
}
.buy-now-btn
{
   margin-left:3px;
   height:40px;
   display:block;
   width:174px;
   background:url(../images/package-courses/train-buy-btn.png) left bottom;
}
.buy-now-btn input
{
   text-indent:-9999px;
   background:none;
   border:none;
   width:174px;
   height:40px;
   cursor:default;
}
.buy-ready {background-position:left top;}
#excellence-container .right a span.exp-icon{
   background:url(/images/exp-icon-sprite.png);
   width:40px;
   height:40px;
   position:absolute;
   left:7px;
   top:50%;
   margin-top:-20px;
}
.hel{background-position:0px 0px !important;}
.ms{background-position:-40px 0px !important;}
.co{background-position:-200px 0px !important;}
.ad{background-position:-160px 0px !important;}
.cs{background-position:-80px 0px !important;}
.te{background-position:-240px 0px !important;}
.ote{background-position:-120px 0px !important;}


#excellence-container h1{
   font-family:'Arial,Helvetica,Tahoma',sans-serif !important;
   font-size:28px !important;
   padding-bottom:10px;
}
#excellence-container p{
   font-family:'Arial,Helvetica,Tahoma',sans-serif !important;
   /*font-size:15px;*/
   font-size:12px;
   line-height:23px;
   padding:5px;
   text-align:justify;
}
.excellence-callout{
    background:url(/images/excellence-callout.gif);
    height:63px !important;
    width:720px;
    display:block;
    float:right;
    margin:-1px 0 0 0;
}
.oaccs{
    background:url(/images/OACCS-banner.jpg) !important;
}
.excellence-callout.oaccs span.submit a{
   color:#003366;
   background-image:none;
   border:1px solid #132347 !important;
   background-color:#ffcc00;
}
.excellence-callout span.submit a{
    border:1px solid #6c9203;
    border-radius:5px;
    float:right;
    padding:8px;
    margin-top:15px;
    margin-right:13px;
    color:#FFF;
    font-size:13px;
    background:url(/images/featured-header-overlay.png) repeat-x #7ca707;
}
.program-req{
   font-size:11px !important;
   line-height:13px;
   text-align:center;
   display:block;
   margin-bottom:4px;
}
/* END EXCELLENCE */
/* RATING SYSTEM */

.rating-system{
   margin:10px 20px 0px 0px;
   display:block;
   float:left;
   font-size:14px;
}
.rating-system .rating-container{
   width:100px;
   overflow:hidden;
   position:relative;
   float:left;
}
.rating-system span.rating-text{
   float:left;
   font-size:13px;
   display:block;
   line-height:24px;
}
.rating-system a{
   float:left;
   color:#111;
}
.rating-system span.rating-slider {
   z-index:50;
   position:absolute;
   left:100%;
   width:100px;
   height:24px;
   background-color:#fafafa !important;
}
/* NEW COURSE LAYOUT */
.elccourse {
   font-family: Helvetica, Arial, Verdana, sans-serif !important;
   background: #FAFAFA;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border: 1px solid #106053;
   padding: 20px;
   margin-bottom: 10px;
   overflow: auto;
}
/*
.elccourse .difficulty {
   padding-left: 27px;
   height:24px;
   line-height:24px;
   float:left;
   margin-top:10px;
}
*/

.elccourse .structure,
.elccourse .objective,
.elccourse .testimonials,
.elccourse .rating,
.elccourse .disclaimer,
.elccourse .lounge,
.elccourse .credits,
.elccourse .access{
   padding:7px 7px 7px 36px;
   margin-bottom:2px;
   border-radius:3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   color:#111;
   text-align:left;
   float:left;
   margin-right:5px;
   width:120px;
}
.elccourse .facilitator{
   padding-left:7px;
   border-bottom:1px solid #ccc;
   margin-bottom:10px;
   font-weight:bold;
   font-size:12px;
   padding-top:5px;
}
.elccourse .rating{
   background:url(../images/icon-course-rating-sml.jpg) 5px center no-repeat;
}
.elccourse .difficulty{
   background: url(../images/icon-course-difficulty-easy.jpg) center left no-repeat;
}
.elccourse .testimonials{
   background: url(../images/icon-course-testimonials-sml.jpg) 5px center no-repeat;
}
.elccourse .credits{
   background: url(../images/icon-course-certcredit.png) 5px center no-repeat;
}
.elccourse .objective{
   background: url(../images/icon-course-objectives-sml.jpg) 5px center no-repeat;
}
.elccourse .structure{
   background: url(../images/icon-course-format-sml.jpg) 5px center no-repeat;
}
.elccourse .access{
   background: url(../images/icon-course-access-sml.jpg) 5px center no-repeat;
}
.elccourse .disclaimer{
   background: url(../images/icon-course-disclaimer.jpg) 5px center no-repeat;
}
.elccourse .lounge{
   background: url(../images/icon-course-lounge-sml.jpg) 5px center no-repeat;
}

.elccourse .testimonials a,
.elccourse .credits a,
.elccourse .rating a,
.elccourse .structure a,
.elccourse .objective a,
.elccourse .lounge a,
.elccourse .disclaimer a,
.elccourse .difficulty a {
   color:#111;
   font-size:13px;
   font-family: Helvetica, Arial, Verdana, sans-serif !important;
}
.elccourse h3{
   font-weight:bold;

}
.elccourse .desc div{
   margin-top:20px;
   float:left;
   width:470px;
}
.elccourse .desc div img{
   padding:0 10px 0 0 !important;
   margin:0 !important;
}
.elccourse .desc div a{
   margin:0;
   padding:0;
}
.elccourse .desc{
   width:100%;
   float:left;
   position:relative;
   border-bottom:1px solid #CCC;
}
.elccourse .desc ul li.left{
   font-family: Helvetica, Arial, Verdana, sans-serif !important;
   margin-right:10px;
   float:left;
   width:470px;
}
.elccourse .desc ul li.right{
   font-family: Helvetica, Arial, Verdana, sans-serif !important;
   float:left;
   width:165px;
   padding:5px;
   border:1px solid ;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

div.course ul li a{
   color:#111;
}
div.course ul.option-list li{
   float:left;
   display:block !important;
   font-size:14px;
}
.course-cont{
   background: #FAFAFA;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border: 1px solid #106053;
   padding: 20px;
   margin-bottom: 10px;
   overflow: auto;
}
/* for ohio course page */
.package-desc p{
   margin-bottom:15px !important;
   font-size:14px;
}
.package-desc p strong{
   font-weight:bold;
}


/*GENERIC MASTER KEY */
.package-checkout .masterkey{
   background:url(../images/havekey-bg.gif) #565656;
   /*padding:10px 5px 5px 5px !important;*/
   width:161px;
   padding:10px 6px !important;
   /*display:block;*/
   float:left;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   text-align: center;
   margin-left:3px;
   margin-top:5px;
   cursor:pointer;
}
.package-checkout .masterkey span{
  font-size:14px !important;
  font-weight:100;
  color:#FFCC00 !important;
  padding:0;
  margin:0 0 3px 0;
  line-height:16px;
  text-align:center;
  display:block;
}
.package-checkout .masterkey p{
  padding:0;
  margin:0;
  text-align:center;
  color:#d2d3d4 !important;
   font-size:12px !important;
}
.package-checkout .masterkey a{
  padding:0 !important;
  border:0 !important;
  font-size:12px !important;
  background:none !important;
  display:inline !important;
  color:#FFCC00;
  /*color:#006699 !important;*/
}

/* EP programs */
div.ep-programs{
   display:block;
   font-size:14px;
   background-color:#FFF;
   border:1px solid ;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding:10px;
}
div.ep-programs.primary{
   display:block;
   font-size:14px;
   background-color:#deffdd;
   border:1px solid ;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding:10px;
}
div.ep-programs a{
   display:block;
   margin:0;
   padding:5px;
   text-decoration:none;
}
div.ep-programs .shortname{
   width:55px;
   display:inline-table;
}
div.ep-programs .fullname{
   padding-left:10px;
   border-left:1px solid;
}
div.ep-programs a:hover{
   background-color:#f4f4e7 !important;
}
.fullnameBorder{
   border-color:  !important;
}

div.ep-programs.primary a:nth-child(odd){
   background-color: #c0eabe !important;
}
div.ep-programs.primary a:nth-child(even){
   background: none !important;
}
.ep-desc{
   background-color:#FFF;
   border:1px solid ;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding:10px;
   font-size:12px;
}
.ep-desc p{
   margin-top:15px;
   display:block;
}
.ep-desc ul{
   margin-left:20px;
}
.ep-desc ul li{
   margin-top:3px;
   list-style-type: disc;
}
.ep-inactive{
   color:#CCC !important;
}

/* Apscu Rating */
.apscu-rating{
   background:url(../images/img-apscu-rating.png) no-repeat;
   float:left;
   margin-right:15px;
   background-position:0px 0px;
   cursor:help;
   position:relative;
}
.apscu-advanced{background-position:0px -78px;}
.apscu-intermediate{background-position:0px -39px;}
.apscu-novice{background-position:0px 0px;}

.apscu-small-icons{background:url(../images/img-apscu-rating.png) no-repeat;background-position:0px -117px;display:block;}
.apscu-novice-sml{background-position:0px -117px;}
.apscu-intermediate-sml{background-position:0px -147px;}
.apscu-advanced-sml{background-position:0px -177px;}

.apscu-large{
   width:39px !important;
   height:39px !important;
}
.apscu-small{
   width:30px;
   height:30px;
}
.apscu-legend{
   display:none;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   position:absolute;
   left:44px;
   background-color:#FFF;
   border:1px solid #CCC;
   padding:5px 5px 2px 5px;
   z-index:100;
   box-shadow: 3px 3px 10px #CCC;
}
.apscu-legend table tr{
   display:block;
   margin-bottom:3px !important;
}
.apscu-legend p{
   font-size:12px;
   padding:5px 10px;
}
.apscu-legend .title{
   font-size:14px;
   display:block;
   padding:5px 0 5px 0;
   text-align:center;
   margin-bottom:5px;
   background-color:;
   color:#FFF;
}
.apscu-active{
   display:block;
}
.btn-purchase-courses{
   display:block;
   text-align:center;
   margin-top:20px;
}
.btn-purchase-courses-ekey{
  display:inline-block;
  overflow:auto;
  padding:10px;
}
.btn-purchase-courses a{
   margin:0 auto;
   cursor:pointer;
   display:block;
   width:160px;
   height:29px;
   background:url(../images/btn-purchase-courses.gif) !important;
}
.btn-purchase-courses a:hover{
   background-position:160px 0 !important;
}


a.btn-purchase-courses-ekey{
  color:#FFF;
  font-size:14px;
  text-decoration:none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top:15px;
}
h3.pHeading{
  font-size:16px;
  margin-bottom:10px;
}
.pLeft{
  margin-left:0 !important;
}
.purchase-orange{
  border:1px solid #b18a21;
  text-shadow: 2px 2px #b18a21;
  background: rgb(255,197,120); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzU3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjlkMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(251,157,35,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-8 */
}
.purchase-green{
  border:1px solid #31bf52;
  text-shadow: 2px 2px #31bf52;
  background: rgb(169,219,128); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZGI4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmM1NmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(169,219,128,1) 0%, rgba(150,197,111,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,219,128,1)), color-stop(100%,rgba(150,197,111,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(169,219,128,1) 0%,rgba(150,197,111,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(169,219,128,1) 0%,rgba(150,197,111,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(169,219,128,1) 0%,rgba(150,197,111,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(169,219,128,1) 0%,rgba(150,197,111,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 ); /* IE6-8 */

}

a.chep-callout{
   width:720px;
   height:63px;
   display:block;
   float:left;
   margin-left:10px;
   text-decoration:none;
   margin-bottom:5px;
   background:url(../images/chep-callout-sprite.png);
}
a.chep-callout.closed{
	background-position:0px 63px;
}
a.chep-callout.opened{
	background-position:0px 0px;
}
a.chep-callout span{
   padding-top:43px;
   margin-left:20px;
   display:block;
   color:#006699;
   font-size:12px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  border:1px solid #CCC !important;
  cursor:pointer;
  color:blue;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.list-toggle-portal{
  padding:5px;
  background-color:;
  display:inline-block;
  margin-bottom:2px;
  color:#FFF !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size:12px;
  float:right;
  font-weight:100;
  cursor:pointer;
}
.list-toggle-portal:hover{
  color:#FFF;
}
.course-acc a{
  background-color:#FFF;
  display:block;
  padding:5px;
  font-size:14px;
  border:1px solid #CCC;
  border-bottom:0;
}
.course-acc a:last-child{
  border-bottom:1px solid #CCC;
}
.course-acc a:hover{
  background-color:#f4f4e7 !important;
  text-decoration:none;
}
.course-acc div a:nth-child(odd){
  background-color:#eeeeee;
}
.course-acc div a:first-child{
  margin-top:2px !important;
}
.course-acc h3{
  color:#333;
  background-color:#FFF;
}
.course-acc h3:focus{
  outline:none;
}
.course-acc div{
  padding:5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color:#FFF;
  border:1px solid #CCC !important;
  margin-bottom:2px;
}
.ui-accordion .ui-accordion-icons{
  padding:0;
}
.ui-accordion .ui-accordion-header{
  padding:7px 7px 7px 10px;
  margin-bottom:2px;
}
#courselist{
  padding:5px;
  background-color:#FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:1px solid #CCC !important;
}
#courselist a:nth-child(odd){
  background-color:#eeeeee;
}
#courselist a{
  border:1px solid #CCC;
  border-bottom:0;
  padding-left:10px;
}
#courselist a:last-child{
  border-bottom:1px solid #CCC;
}

.course-acc .shortname {
   width:55px;
   display:inline-table;
}
.course-acc .fullname{
   padding-left:10px;
   border-left:1px solid;
}
.compliance-banner{
  margin-left:10px;
  margin-bottom:10px;
  float:left;
}
.side-icon{
  background-color:#006699;
}
.side-buy a{



}
.side-buy p{
  display:block;
}
.side-buy:hover{
  background: rgb(255,123,13); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmN2IwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmE4NGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,123,13,1) 0%, rgba(255,168,76,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,123,13,1)), color-stop(100%,rgba(255,168,76,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 ); /* IE6-8 */

}
.side-buy{
  margin-bottom:5px;
  text-align:center;
  border:1px solid #fd7b08;
  color:#FFF !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:7px;
  display:block;

  background: rgb(255,168,76); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-8 */


}
.ohio-ceu{
  background-color:#32588a;
  border:1px solid #000;
  padding:15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ohio-ceu b{
  color:#79e6fa;
  margin-bottom:10px;
  display:block;
}
.ohio-ceu p{
  font-size:13px;
  color:#FFF;
  text-align:justify;
}
.oaccs-tool{
  margin:10px 10px 0px 10px;
  background-color:#FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding:10px;
}
.oaccs-tool.video{
  color:#FFF;
  background:url(/images/oaccs-bg.gif);
}
.oaccs-tool.video .btn{
  text-align:right;
}
.oaccs-tool h2{
  font-size:18px;
  padding-bottom:10px;
}
.oaccs-tool p{
  font-size:14px;
}
.oaccs-tool.video .video-btn{
margin-right:10px;
  padding:10px;
  font-size:13px;
  border:1px solid #199513;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:#FFF;
  background: rgb(41,154,11); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5OWEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTlhMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(41,154,11,1) 0%, rgba(41,154,11,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,154,11,1)), color-stop(100%,rgba(41,154,11,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-8 */
}
.ccst-tool{
	height:auto !important;
	margin-left:15px !important;
	margin-top:10px !important;
	padding-bottom:0 !important;
}
.ccst-body{
	background-color:#FFF;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding:10px;
	width:667px;
	font-size:14px;
	text-align:justify;
	border:1px solid #CCC;
	margin-bottom:0;
	border-bottom:0;
}
.ccst-body h1{
	color:#004C7F;
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
}

.ccst-desc-tool{
	margin-left:15px;
	margin-right:16px;
    border:1px solid #006699;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius:  0 0 5px 5px;
    border-radius:  0 0 5px 5px;
    padding:10px;
    color:#FFF;
    background-color:#004C7F;
}
.ccst-desc-tool  h2{
    background:none !important;
    border:0 !important;
    font-size:18px !important;
    margin-bottom:10px;
    color:#FFF !important;
    font-size:18px !important;
    padding:0 !important;
    margin:0 0 10px 0 !important;
    font-weight:normal !important;
}
.ccst-desc-tool p{
  padding-bottom:0;
  font-size:14px;
}
.ccst-desc-tool.hp p{
    text-align:justify;
}
.ccst-desc-tool a:hover{
    color:#335787;
}
.ccst-desc-tool a{
	float:right;
	display:inline-block;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:13px;
	width:auto !important;
	color:#335787;
	background: rgb(254,191,1); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYmYwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjk5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(254,191,1,1) 0%, rgba(255,153,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,191,1,1)), color-stop(100%,rgba(255,153,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,191,1,1) 0%,rgba(255,153,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,191,1,1) 0%,rgba(255,153,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,191,1,1) 0%,rgba(255,153,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,191,1,1) 0%,rgba(255,153,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf01', endColorstr='#ff9900',GradientType=0 ); /* IE6-8 */
}
.ccst-discount{
	font-size:12px !important;
	color:red;
	line-height:normal !important;
}
.ccst-discount strong{
	font-weight:bold;
}

/* CSSify buttons */
.buy-ek{
	height:32px;
	box-sizing: border-box;
	cursor:pointer;
	border:1px solid #14564a;
	font-size:14px;
	line-height:30px !important;
	display:inline-block;
	padding:0 15px;
	text-decoration:none;
	color:#FFF !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(106,156,148); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZhOWM5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTY0NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(106,156,148,1) 0%, rgba(21,100,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,156,148,1)), color-stop(100%,rgba(21,100,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(106,156,148,1) 0%,rgba(21,100,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(106,156,148,1) 0%,rgba(21,100,86,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(106,156,148,1) 0%,rgba(21,100,86,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(106,156,148,1) 0%,rgba(21,100,86,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a9c94', endColorstr='#156456',GradientType=0 ); /* IE6-8 */
}
.enroll-input{
	float:left;
	margin-right:5px;
	height:32px;
	padding:0 0 0 10px;
	border-radius:5px;
	border:1px solid #14564a;
	background: #F0F8FF;
	width: 134px;
	line-height: 1.42857143;
	color: #003366;
	box-sizing: border-box;
	font-size: 11px;
	display:inline-block;
}
.access-ek{
	height:32px;
	box-sizing: border-box;
	cursor:pointer;
	border:1px solid #2083bc;
	font-size:14px;
	line-height:30px !important;
	display:inline-block;
	padding:0 15px;
	text-decoration:none;
	color:#FFF !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(145,206,251); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxY2VmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTgyYzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(145,206,251,1) 0%, rgba(14,130,198,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,206,251,1)), color-stop(100%,rgba(14,130,198,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(145,206,251,1) 0%,rgba(14,130,198,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(145,206,251,1) 0%,rgba(14,130,198,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(145,206,251,1) 0%,rgba(14,130,198,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(145,206,251,1) 0%,rgba(14,130,198,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91cefb', endColorstr='#0e82c6',GradientType=0 ); /* IE6-8 */

}
.access-ek:hover, .buy-ek:hover{
	text-decoration:none;
}
.course-plugin-cm{
	margin-top:15px;
	padding:5px;
	color:#333;
	overflow:auto;
	border-radius:5px;
	margin-bottom:15px;

}
.course-plugin-cm span{
	float:left;
	text-align:center;
}
.course-plugin-cm span.logo{
	margin-top:3px;
	/*margin-left:20px;*/
}
.course-plugin-cm span.descr{
	padding:0px 15px;
	font-size:13px;
	float:left;
}
.course-plugin-cm span.descr a{
	color:#777;
	line-height:49px;
}
.course-plugin-hbp{
	display:block;
	margin-top:15px;
	color:#FFF;
	overflow:auto;
	border-radius:5px;
	margin-bottom:15px;
}
.course-plugin-hbp span{
	float:left;
}
.course-plugin-hbp span.logo{
	padding-top:10px;
	/*padding-left:20px;*/
}
.course-plugin-hbp span.logo img{
	width:110px;
}
.course-plugin-hbp span.descr{
	width:340px;
	margin-top:10px;
	font-size:13px;
	line-height:18px;
}
.course-plugin-hbp span.descr a{
	color:#333;
}
.course-lightbox-header{
	font-size:18px;
	font-weight:normal;
}

.free-resource{
	text-decoration:none;
	overflow:auto;
	margin:5px;
	border:1px solid #CCC;
	border-radius:5px;
	display:block;
	padding:15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
.free-resource span{
	color:#333;
	font-size:18px;
	margin-bottom:10px;
	display:block;
}
.free-resource p{
	font-size:13px;
	margin-bottom:15px;
}
.free-resource .btn{
	line-height:24px;
	margin-bottom:0;
	font-size:14px;
}
#credits ul{
	padding:15px 20px 20px 20px;
	list-style-type:disc;
}
#credits ul li ul{
	padding:20px;
	list-style-type:disc;
	padding-bottom:0px;
}
#credits ul li{
	margin-bottom:15px;
}



.chep-container{
	display:none;
	padding:10px;
	width:700px;
	float:right;
	background-color:#FFF;
}
.chep-container .description{
	padding:10px;
	font-size:14px;
}
.catbox {
    padding: 7px;
    background-color:#FFF;
    margin-bottom:5px;
}
.catbox a h5 {
    color: #FFF;
    font-size: 16px;
    transition: color 0.5s ease;
    text-shadow: none;
}
.catbox a i {
    font-size: 12px;
    transition: color 0.5s ease;
}
.catbox i {
    font-size: 14px;
    line-height: 10px;
    color: white;

}
.catbox .header {
    background-color: #006699;
    padding: 5px;
    display: block;
    text-decoration: none;
    transition: background-color 0.5s ease;
}
.catbox .header:hover h5,
.catbox .header:hover i {
}
.catbox .course-list {  }
.catbox .course-list a,
.catbox .course-list span {
    display: block;
    font-size: 13px;
    padding: 5px 10px;
}
.catbox .course-list a:nth-child(even),
.catbox .course-list span:nth-child(even) {
    background-color: #ededed;
}
.catbox .course-list.primary {
    border: 2px solid #9acc84;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #e5ffdd;
}
.catbox .course-list.primary a:nth-child(even),
.catbox .course-list.primary span:nth-child(even) {
    background-color: #bbeaa8 !important;
}


/* full course list */
.chep-cat-container{
	margin-top:15px;
}
.catbox-full {
    background-color:#FFF;
    margin-bottom:5px;
}
.catbox-full a h5 {
    color: #FFF;
    font-size: 16px;
    transition: color 0.5s ease;
    text-shadow: none;
}
.catbox-full a i {
    font-size: 12px;
    transition: color 0.5s ease;
}
.catbox-full i {
    font-size: 14px;
    line-height: 10px;
    color: white;

}
.catbox-full .header {
	border-radius:3px;
    background-color: #006699;
    padding: 5px;
    display: block;
    text-decoration: none;
    transition: background-color 0.5s ease;
}
.catbox-full .header:hover h5,
.catbox-full .header:hover i {
}
.catbox-full .course-list-full { display:none; }
.catbox-full .course-list-full a,
.catbox-full .course-list-full span {
    display: block;
    font-size: 13px;
    padding: 5px 10px;
}
.catbox-full .course-list-full a:nth-child(even),
.catbox-full .course-list-full span:nth-child(even) {
    background-color: #ededed;
}
.catbox-full .course-list-full.primary {
    border: 2px solid #9acc84;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #e5ffdd;
}
.catbox-full .course-list-full.primary .core{
	display:inline-block;
	background-color:#5FB24A;
	border-radius:10px;
	color:#FFF;
	margin-right:10px;
	text-align:center;
}
.catbox-full .course-list-full.primary .core .fa{
	display:inline-block;
	margin-right:5px;
}
.catbox-full .course-list-full.primary a:nth-child(even),
.catbox-full .course-list-full.primary span:nth-child(even) {
    background-color: #bbeaa8 !important;
}


.catbox-full h5 {
    margin-top: 5px;
    display: inline;
}
.mk-featured-courses .col-50{
    /*width:50%;
    float:left;*/
}
.mk-featured-courses .fc{
	position:relative;
	text-decoration:none;
	display:block;
	margin-top:10px;
}
.mk-featured-courses a{
	text-decoration:none;
}

.mk-featured-courses .featured-block{
	text-decoration:none;
	position:relative;
}
.mk-featured-courses .featured-block .item{
	padding:15px;
	margin-top: 15px;
	transition: background-color, .2s;
	position:relative;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
	display:block;
	border:1px solid #000;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	min-height:120px;
	/*-webkit-box-shadow: 0px 0px 7px 0px rgba(209,209,209,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(209,209,209,1);
	box-shadow: 0px 0px 7px 0px rgba(209,209,209,1);*/
}
.mk-featured-courses .featured-block .item .overlay{
	height:100%;
	min-height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:99;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:rgba(62,134,191,.9);
	color:#FFF;
	text-align:center;
	display:none;
}
.mk-featured-courses .featured-block .item .overlay i{
	font-size:30px;
}
.mk-featured-courses .featured-block .item .overlay .view-more{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mk-featured-courses .featured-block .item .desc{
	font-size:15px;
	line-height:27px;
	padding:5px;
    color:#555;
    border:none;
}
.mk-featured-courses .featured-block .item .id{
	position:absolute;
	background-color:#1565c0;
	left:13px;
	top:-10px;
	padding:7px 9px;
	color:#FFF;
	border-radius:4px;
	z-index:100;
	font-size:13px;
}
.mk-featured-courses .featured-block .item .title{
	padding:10px 15px 0px 15px;
	margin: 10px -10px 0 -10px;
	color:#1565c0;
	font-size:16px;
	font-weight:bold;
}

.form-control-enroll{
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* ====== Bootcamp (fapsc) =======*/
.seal-callout{
    background:linear-gradient( rgb(0,0,0), rgb(0,0,0) ), url(../images/chepseal-banner-bw.jpg);
    width:720px;
    display:block;
    margin:7px 0 0 0;
    position:relative;
    padding:15px;
    box-sizing:border-box;
    padding-left:85px;
    padding-right:100px;
    z-index:1;
}
.seal-callout .chepseal-icon{
    background:url(../images/chepseal-icon.png);
    width:65px;
    height:48px;
    position:absolute;
    left:7px;
    top:50%;
    transform:translateY(-50%);
}
.seal-callout a{
    position:absolute;
    top:50%;
    right:10px;
    transform:translateY(-50%);
    background-color:rgb(70, 119, 191);
    border:1px solid rgb(29, 66, 120);
    padding:8px 10px;
    border-radius:4px;
    font-size:13px;
    color:white;
    cursor:pointer;
    display:block;
    z-index:2;
}
.seal-callout a:hover{
    cursor:pointer;
}
.seal-callout .header{
    color:white;
    text-shadow:0px 1px rgb(33, 33, 33);
    font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:600;
}
.seal-callout .callout{
    color:white;
    text-shadow:0px 1px rgb(33, 33, 33);
    font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:500;
}
/*
.seal-callout span.submit a{

    border:1px solid #384d10;
    border-radius:5px;
    float:right;
    padding:8px;
    margin-top:11px;
    margin-right:13px;
    color:;
    font-size:14px;
}
*/

