html, body {
    font-size: 14px;
    height: 100%;
}
#main-content {
    background-color: #ffffff;
    padding-top: 35px;
}
#homepage-container {
    background-color: #ffffff;
    padding-top: 35px;
}
a {
    color: #b41b05;
}
a:hover {
    color: #666666;
}
#header {
border-bottom: 3px solid #b41b05;
padding-bottom:20px;
    background: #DDDDDD;
}
#menu {
   background:#bdbdbd;
    background: -moz-linear-gradient(center top , #bdbdbd, #696969) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#696969));
	background: -moz-linear-gradient(top,  #bdbdbd,  #696969);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#696969');
}
/*#menu .container {
    height: 40px;
}*/
#logo {
    float: left;
    margin-top: 16px;
}
#user-items {
    float: right;
    /*margin-top: 15px;*/
}
#navigation {
    clear: right;
    margin-top: 35px;
}

#navigation UL{
float:left;
}

#navigation ul.loginmenu {
    padding-left: 0;
}

#navigation UL LI, #user-items ul li {
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 5px 10px;
}
#user-items ul li {
    float: right;
}


#user-items ul.loginmenu{
    float:right;
}

#navigation LI a {
    color: #666;
    text-decoration: none;
}

#navigation ul li a:hover {
    color: #6B0103;
}

#navigation ul.loginmenu a {
    color: #b41b05;
}

#navigation ul.loginmenu a:hover {
    color: #666;
}

.blue-btn {
    background-color: #6b0103;
    color: #ffffff;
    cursor: pointer;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.red-btn:hover {
    background-color: #666666;
    color: #ffffff;
}
.corporate-callout {
    margin-top: 20px;
}
.corporate-callout h3 {
    margin-top: 0;
}
.img-portfolio {
    margin-bottom: 15px;
}
.img-hover:hover {
    opacity: 0.8;
}
.carousel {
    height: 350px;
}
.carousel .item, .carousel .item.active, .carousel .carousel-inner {
    height: 100%;
}
.carousel .fill {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.carousel-caption {
    text-align: left;
}
.carousel-caption img.slide-img {
    float: left;
    left: 0;
    margin-right: 55px;
    position: relative;
    top: 25px;
}
.carousel-caption h2 {
    font-size: 38px;
    margin: 100px 0 25px;
}
.carousel-caption a {
    background: none repeat scroll 0 0 #6b0103;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 10px;
    text-shadow: none;
}
.carousel-caption a:hover {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #6b0103;
    color: #6b0103;
    font-size: 18px;
    text-decoration: none;
}
.homepage-highlight {
    background-color: #6b0103;
    margin: 0;
    padding: 35px 0 25px;
}
.homepage-highlight .col-lg-12 {
    padding-right: 0;
}
/*.homepage-highlight .col-md-4 {
    width: 24.333%;
}*/
.homepage-highlight img {
    border: 3px solid #ffffff;
}
.homepage-highlight h4 {
    color: #ffffff;
}
.error-404 {
    font-size: 100px;
}
.demo-highlight {
    background: url("https://protrain.hs.llnwd.net/e1/sitefiles/644/Templates/622/demo-highlight-BG.jpg") no-repeat scroll center bottom transparent;
    margin: 0;
}
.demo-highlight div.col-md-8 {
    color: #ffffff;
    padding-top: 90px;
}
.demo-highlight a {
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
}
.demo-highlight a:hover {
    color: #B76E6F;
    text-decoration: none;
}
footer {
    background-color: #202020;
}
footer .container {
    color: #ffffff;
    height: 200px;
}
footer .col-lg-12 {
    padding: 15px;
}

footer .col-lg-12 a {
    color:#fff;
    font-size:40px;
}

footer .col-lg-12 a:hover {
    color:#D1E7F9;
}

.margin-top {
    margin-top: 50px;
}
.loginwrapper {
    float: left;
    margin: 0 74px;
    position: relative;
    width: 375px;
}
.loginwrapper p {
    margin: 20px 0;
}
.loginwrapper p:first-child {
    margin-top: 0;
}
.loginwrapper p:last-child {
    margin-bottom: 0;
}
.logintitle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #bbb #bbb -moz-use-text-color;
    border-image: none;
    border-radius: 2px 2px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #666;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 21px;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
}
.logintitle span.iconfa-lock {
    float: left;
    font-size: 24px;
    margin-right: 10px;
    margin-top: 0;
}
.logintitle span.subtitle {
    color: #999;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin-left: 32px;
    text-transform: none;
}
.loginwrapperinner {
    background: none repeat scroll 0 0 #cccccc;
    border-radius: 0 0 2px 2px;
    padding: 20px 20px 40px;
}
.corporate-login .loginwrapperinner {
    background-color: #dfdfdf;
}
.loginshadow {
    background: url("https://protrain.hs.llnwd.net/e1/sitefiles/716/Templates/453/shadow-bottom.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 30px;
}
.loginwrapper input {
    background: none repeat scroll 0 0 #eee;
    border: 0 none;
    box-sizing: border-box;
    color: #999;
    font-size: 14px !important;
    min-height: 30px;
    padding: 0 10px 0 30px;
    width: 100%;
}
.loginwrapper input#username {
    background: url("https://protrain.hs.llnwd.net/e1/sitefiles/716/Templates/453/uname.png") no-repeat scroll 8px 8px #ffffff;
}
.loginwrapper input#password {
    background: url("https://protrain.hs.llnwd.net/e1/sitefiles/716/Templates/453/pwd.png") no-repeat scroll 8px 8px #ffffff;
}
.loginwrapper input#username.error, .loginwrapper input#password.error {
    background-color: #ffeaea;
    color: #ff0000;
}
.loginwrapper input:focus {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8) !important;
    color: #666 !important;
}
.loginwrapper button.btn {
    background-color: #6b0103;
    border: 0 none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 13px;
    margin: 0 auto;
    padding: 8px 5px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    width: 115px;
}
.btn {
    font-size: 12px;
    font-weight: bold;
}
.btn-default:hover {
    background: linear-gradient(to bottom, #444444 0%, #444444 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.btn-corporate {
    background: linear-gradient(to bottom, #444444 0%, #444444 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.btn-corporate:hover {
    background: linear-gradient(to bottom, #6b0103 0%, #6b0103 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.logintitle {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.logintitle {
    background: linear-gradient(to bottom, rgba(237, 237, 237, 1) 0%, rgba(222, 222, 222, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.loginwrapper button.btn {
    border-radius: 2px;
}
.corporate-login .logintitle {
    background-color: #cccccc;
}
a#signup-BTN {
    background-color: #dd1a32;
    color: #ffffff;
    font-weight: bold;
    height: 14px;
    padding: 20px 10%;
    text-decoration: none;
    top: 0;
}
a#signup-BTN:hover {
    background-color: #666666;
}
.loginwrapper a#signup-BTN {
    background-color: #6b0103;
    color: #ffffff;
    font-weight: bold;
    height: 14px;
    padding: 29px 17px 44px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
}
.loginwrapper a#signup-BTN:hover {
    background-color: #444444;
}
.corporate-login .loginwrapper a#signup-BTN {
    background-color: #444444;
    color: #ffffff;
    font-weight: bold;
    height: 14px;
    padding: 29px 17px 44px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
}
.corporate-login .loginwrapper a#signup-BTN:hover {
    background-color: #6b0103;
}
#forgot-password {
    color: #666666;
    font-size: 13px;
    font-style: italic;
    margin-left: 47px;
    text-decoration: none;
}
#forgot-password:hover {
    color: #dd1a32;
    text-decoration: underline;
}
form.checkout-login {
    border: 4px solid #cccccc;
    margin: 15px auto;
    padding: 20px;
    width: 60%;
}
form.checkout-login input {
    width: 130px;
}
#shopping-cart-icon {
    display: none;
    font-size: 0;
}
#mobile-navigation {
    display: none;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {
    background-color: #5f636a;
}
#mobile-navigation ul.navmenu {
    list-style: outside none none;
    margin: 7.5px -15px;
}
#mobile-navigation a {
    color: #ffffff;
}
#mobile-navigation a:hover {
    color: #6b0103;
}
#mobile-navigation ul.navmenu > li > a {
    display: block;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}
#mobile-navigation ul.loginmenu > li > a {
    display: block;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}
#mobile-navigation ul.loginmenu {
    list-style: outside none none;
    margin: 7.5px -15px;
}
.mobile-course-listing {
    display: none;
}
.mobile-course-listing ul {
}
.mobile-course-listing ul li {
    border-bottom: 1px solid #999999;
    list-style: outside none none !important;
    margin-left: 10px;
    padding: 8px 0;
}
.mobile-course-listing ul li:first-child {
    background-color: #5f636a;
    border: medium none;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 10px;
}
#header.fac-logged #user-items ul.loginmenu {
    display: none !important;
}
/*#navigation.fac-logged {
    margin-top: 85px;
}*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.customer-img, .img-related {
    margin-bottom: 30px;
}
.carousel-caption {
    left: 15%;
    right: 15%;
}
.img-portfolio {
    margin-bottom: 15px;
}
header.carousel .carousel {
    height: 70%;
}
.carousel-caption {
    left: 15%;
    right: 15%;
}
.carousel-caption h2 {
    font-size: 20px;
    margin: 90px 0 25px;
}
.carousel-caption img.slide-img {
    margin-right: 35px;
    width: 60%;
}
.loginwrapper {
    float: none;
    margin: 20px 0 0;
    position: relative;
    width: auto;
}
.logintitle {
    font-size: 12px;
}
.logintitle span.subtitle {
    font-size: 12px;
}
.loginwrapper button.btn {
    float: none;
    margin-bottom: 15px;
}
#header .container {
    height: auto;
}
.demo-highlight div.col-md-8 {
    padding-top: 20px;
}
#navigation UL LI {
    font-size: 12px;
    padding: 5px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.demo-highlight img {
    width: 100%;
}
#header {
    background: url("https://protrain.hs.llnwd.net/e1/sitefiles/644/Templates/622/header-BG-repeat.png") repeat-x scroll center 52px transparent;
}
.demo-highlight .col-md-8 {
    float: left;
    width: 60%;
}
.demo-highlight .col-md-4 {
    float: right;
    width: 40%;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
.demo-highlight img {
    float: right;
    width: 100%;
}
}
@media (max-width: 568px) {
#header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#header .container {
    padding: 0;
}
.navbar-toggle {
    float: none !important;
}
.carousel-caption {
    top: 10px;
}
.carousel-caption img.slide-img {
    float: none !important;
    top: 0;
    width: 100% !important;
}
.carousel-caption h2 {
    font-size: 24px;
    margin: 20px 0 25px;
}
.homepage-highlight .col-md-4 {
    width: auto !important;
}
.demo-highlight {
    background-color: #292929;
}
.demo-highlight img {
    width: 100%;
}
#navigation, #user-items {
    display: none;
}
#mobile-navigation {
    background-color: #5f636a;
    clear: both;
    display: block;
}
.loginwrapper {
    float: none;
    margin: 20px 0 0;
    position: relative;
    width: auto;
}
.logintitle {
    font-size: 12px;
}
.logintitle span.subtitle {
    font-size: 12px;
}
.loginwrapper button.btn {
    float: none;
    margin-bottom: 15px;
}
#header .container {
    height: auto;
}
.mobile-course-listing {
    display: block !important;
}
.LeftColumn {
    width: 100% !important;
}
LI.Items {
    font-size: 13px !important;
}
h1.page-header {
    margin-top: 20px !important;
}
form.checkout-login {
    border: 4px solid #cccccc;
    margin: 15px auto;
    padding: 20px;
    width: 100%;
}
form.checkout-login input {
    width: 100%;
}
#shopping-cart-icon {
    background-color: #dd1a32;
    clear: both;
    color: #ffffff;
    display: none;
    font-size: 14px;
    font-weight: bold;
    height: 14px;
    margin-bottom: 10px;
    padding: 10px 20px 30px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 9001;
}
#shopping-cart-icon:hover {
    background-color: #666666;
}
html.cart-filled a#shopping-cart-icon {
    display: block;
}
#logo {
    margin: 35px 0 10px 50px !important;
}
}

body.new_CA_course #CA_fifteen_course{
    background: none repeat scroll 0 0 #ffe5e5;
    border: 1px solid #ffadad;
    display: block !important;
    padding: 1px 25px 15px;
    text-align: left;
}


/* Migration Banner! */

#top-bar-beta {
    margin-top: 0;
    width: 100%;
    background-color: #6B0103;
    font-weight: 500;
    border-bottom: 3px solid #000;
    display:block !important;
}

#top-bar-beta p {
    margin-bottom: 0;
    display: inline-block;
}

#top-bar-beta i.fa {
    color: #c5c423;
    font-size: 50px;
}


.bannerContainer {
    text-shadow: none;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 50%;
    color: white;
}

.bannerContainer h1 {
    text-shadow: 0 0 white;
    color: white;
}

.bannerContainer h4 {
    font-size: 175%; 
    margin-top: 20px;
    color: white;
    

}

.bannerContainer p {
    color: white;

}




/***********************************/
/********* DIGITAL BADGES  **********/
/***********************************/

.image {
    border: 1px solid #777777 !important;
    box-shadow: 0 0 3px #aaaaaa !important;
    height: auto !important;
}
.span80 {
    margin-top: 5% !important;
}
.contentdata {
    background: -moz-linear-gradient(90deg, #ece9e6 10%, #ffffff 90%) repeat scroll 0 0 transparent;
    border: 2px solid #aaaaaa;
    float: left;
    height: auto;
    padding: 10px;
    width: 90% !important;
}
.deactive {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
}
.tab {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.active {
    background-color: #aaaaaa;
}
.active a {
    color: #ffffff;
}
.tab:hover {
    background-color: #aaaaaa !important;
}
.deactive {
    background-color: #e9e9e9;
}
.contentdata {
    background-color: #efefef;
    float: left;
    height: auto;
    padding: 10px;
    width: 100%;
}
.image {
    background-color: #ffffff;
    border: 1.2px solid;
    border-radius: 8px;
    box-shadow: 5px 5px 5px #888888;
    float: left;
    height: 200px;
    margin: 20px 0 20px 20px;
    padding: 5px;
    width: 20%;
}
.span80 {
    float: left;
    height: 55%;
    margin-left: 15%;
    margin-top: 20%;
    width: 80%;
}
.span100 {
    float: left;
    width: 100%;
}
.marginleft10 {
    margin-left: 10px;
}
.margin10 {
    margin: 15px;
}
.tabContent {
    float: left;
    height: 35px;
    width: 100%;
}
.tab {
    float: left;
    height: 35px;
    margin-right: 5px;
    min-width: 18%;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #cccccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    padding: 0;
}
p.imgdesc {
    font-size: 13px;
    padding: 0 !important;
}
p.imgdesc a:link {
    padding: 0;
}
img.badge_image {
    margin: 0 0 5px 16px;
    width: 100px;
}
p.badge_issue_date {
    font-size: 11px;
    padding: 0 !important;
}
.badge_container {
    background-color: #ffffff;
    border: 1.2px solid #999999;
    border-radius: 8px;
    box-shadow: 0 1px 5px #888888;
    float: left;
    height: 220px;
    margin: 20px 0 20px 20px;
    padding: 15px 5px 5px;
    width: 20%;
}
p.badgeTab {
    padding: 11px 0 !important;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
}
.wordWrap {
	word-wrap: break-word;
}
.icon-cart:before{
	Content:'';
	display:block;
	min-width:50px;
	height:50px;
	float:right;
	background-repeat:no-repeat;
	background-image:url(CSS/images/cart_icon.jpg)
	}
.icon-span{
	float:right;
	padding-top:15px
}

.non-active{
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}

#badgeExpired:after {
    
  /* common custom values */
  content: "Expired"; /* your site name */
  font-size: 250%;         /* font size */
  color: red;
  /* alpha, could be even rgba(0,0,0,.05) */

  /* rest of the logic */
  z-index: 9999;
  cursor: default;
  display: block;
  
  font-family: sans-serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 100%;

  margin:-41px;

  /* not sure about who implemented what ..
    ... so bring it all */
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;

  -webkit-transform: rotate(-460deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.social-share{
margin-top:10px;
}

.social-share img:hover{
opacity:0.3;
}

.renew_btn{
    background: #e07474 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin-top: 5px;
    padding: 5px 10px;
}

.renew_btn:hover{
    background: #777777 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin-top: 5px;
    padding: 5px 10px;
}

