

/* Target all links  */
   /*  color: #013a6f; */
 a { 
   color: #013a6f;
   font-weight: bold;
}

    a:hover {
        color: #b21f36;
		/*text-decoration: underline; */
    }
	
	
.custom-top-nav {
    margin-left: 18%;
	    height: 136px;
}
#page-main-catalog .center {
    text-align: left;
    vertical-align: middle;
}
#page-certification-course .center {
    text-align: left;
    vertical-align: middle;
}
#page-course-catalog .center {
    text-align: left;
    vertical-align: middle;
}
#page-title-catalog .center {
    text-align: left;
    vertical-align: middle;
}
input[type=text], input[type=password] {
	border: solid 1px #cccccc;
}

#content {
	background-color: #fff;
}
.notification {
    background-color: #e62e1f;
    color: white;
    margin-left: 6px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 24px;
    display: inline-block;
    text-align: center;
    font-size: 0.8em;
    line-height: 2.1em;
}
/********** Top Bar *********/
#top-bar {
	background-color: #275784;
}

	/*** Link properties ***/
	.top-navigation a {
		color: #000;
		font-size: 14px;
	}

	    .top-navigation a:hover {
		    color: #000;
			 text-decoration: underline;
	    }
		 	#ltlLanguage, #RoleSelector {
			font-size: 14px;
		 }

#content-main	#top-bar {
	background-color: #fff;
	padding-top: 30px;
}

.catalog-welcome-intro p {
	font-size: 28px;
    line-height: 34px;
}

#header {
	background-color: #fff;
}
	/* 
    Styles for header background image.
    Adjustments will most likely be needed on mobile if using a custom header.
*/

#login #header {
    background-image: url(/Styles/Central/custom/hdr1.png);
	background-repeat: no-repeat;
	background-position: right;
    margin-top: 3px;
	background-size: 30%;
}

/********** Logo *********/
.logo {
	background-image: url("custom/head-logo.png");
	width: 288px;
	height: 95px;
}
#TranscriptPrint .logo {
	background-image: url("custom/head-logo.png");
	width: 288px;
	height: 55px;
	margin-top: 26px;
}
.reports h2 {
    color: #013a6f;
}
#footer {
	background-color:#275784;
	color: #fff;
	text-align: left;
	padding-left: 0px;
}

	#footer a {
		color:#fff;
	}

	#footer .text-center {
		text-align: left;
	}
.btnFree {
	background-color: #4cb8f4;
}
#main-nav {
    background-color: #5580ac;
	-webkit-box-shadow: 0px 10px 5px -3px rgba(153,153,153,1);
    -moz-box-shadow: 0px 10px 5px -3px rgba(153,153,153,1);
    box-shadow: 0px 10px 5px -3px rgba(153,153,153,1);
	padding: 10px 0;
	/*
    margin-left: 0;
	margin-right: 0;
	*/

    /* Initial Nav Arrow positioning */
	/*
    margin-top: 10px;
	padding: 10px;
	height: 45px;
	*/
}

	.main-navigation a {
		color: #000;
		text-decoration: none;
		font-weight: bold;
	}

	    .main-navigation a:hover {
			color: #000;
	    }

	.main-navigation .selected {
		/* background-image: url(custom/); */

        /* Nav Arrow image and vertical positioning */
		/*
		background: url(custom/NavArrow.png) no-repeat bottom center;
		padding-bottom: 20px;
		*/
	}
		
		.main-navigation .selected a {
			color: #000;
		}

		    .main-navigation .selected a:hover {
			    color: #000;
		    }
	
    .main-navigation > li {
		margin-right: 30px;
	}

		.main-navigation > li:after {
			content: "";
		}



/* CATALOG SUBTABS */

.course-navigation {
    background-color: #5781ae;
    -webkit-box-shadow: 0px 10px 5px -3px rgba(153,153,153,1);
    -moz-box-shadow: 0px 10px 5px -3px rgba(153,153,153,1);
    box-shadow: 0px 10px 5px -3px rgba(153,153,153,1);
    padding: 10px;
}

    .course-navigation a {
	    color: #fff;
        font-weight: bold;
    }

        .course-navigation a:hover {
            color: #000;
            text-decoration: none;
        }

    .course-navigation .selected a {
	    color: #000;
    }

        .course-navigation .selected a:hover {
	        /* color: initial; */
        }
		  
/* Remove Side Bar */
      /*.course-navigation > li {
		margin-right: 8px;*/
	}

		/*.course-navigation > li:after {
			content: "";*/
		}



/********** Buttons *********/
.button {
	background-color: #275784;
}

	.button:hover, .button:focus {
	    background-color: #275784;
        opacity: .85;
	}
    .btnLogin {
	    background-color: #5781ae;
        color: #fff;
}
        .btnLogin:hover {
	        background-color: #5781ae;
            opacity: 0.85;
            color: #FFF;
}
    .btnLaunch {
	    background-color: #5781ae;
        color: #FFF;
}

    .btnLaunch:hover, .btnLaunch:focus {
        background-color: #5781ae;
        opacity: 0.85;
        color: #FFF;
    }
	
.button[disabled] {
    color: #fff;
}
/* 
.button.alert {
}

	.button.alert:hover, .button.alert:focus {
        opacity: 0.8;
	    background-color: #;
	}
*/

/*
.btnSearch {
	background-color: #000;
}

	.btnSearch:hover, .btnSearch:focus {
		background-color: #000;
        opacity: 0.8;
	}
*/

/*
.btnLogin {
	background-color: #;
}

	.btnLogin:hover, .btnLogin:focus {
		background-color: #;
        opacity: 0.8;
	}
*/

/*
.btnSubscribe {
	background-color: #;
}

	.btnSubscribe:hover, .btnSubscribe:focus {
		background-color: #;
        opacity: 0.8;
	}
*/

/*
.btnCommunity {
	background-color: #;
}

	.btnCommunity:hover, .btnCommunity:focus {
		background-color: #;
        opacity: 0.8;
	}
*/

/*
.btnCourseResult[disabled] {
	background-color: #;
}
*/

.btnForgotPassword, .hlSignUp {
	color: #b21f36;
}
	.btnForgotPassword:hover, .hlSignUp:hover {
		color: #b21f36;
		text-decoration: underline;
	}
	
.login-media-area{
    display : none;
}
/*** KEYPADS ***/

.keyboard li {
    float: left;
    margin: 0 2px 2px 0;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    background: #f2f2f2;
    border: 2px solid #5781ae;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	color: #000;
}
.keyboard li:hover {
    position: relative;
    top: 1px;
    left: 1px;
    color: #171717;
    border-color: #171717;
    cursor: pointer;
}	




/* Small and Medium */
@media screen and (max-width: 63.9375em) {
    .icon-hamburger.show-menu {
    margin-top: 0px;
}
	.navigation {
    margin-top: 0px; 
     padding-bottom: 0px; 
    white-space: nowrap;
	 overflow: visible;
}
	#login-section {
		border-radius: 0;
	}
	
    #head-mobile {
        background-color: #275784;
    }

    .mobile-side-menu {
        background-color: #275784;
    }
    
        .mobile-side-menu ul li {
            border-bottom-color: #fff;
        }
    
	.logo {
		height: 70px;
		margin-top: 12px;
	}
	
	#page-admin-home .adminmenu > li:nth-child(even)  
	{
		background-color: #5580ac;
	}	
}

/* Medium - 1024px */
@media screen and (min-width: 64em) {
	
	#login .background, #login .background.bg-type-b, #login .background.bg-type-c {
		background-image: url("custom/lpbg.jpg");

	}

#login-section {
    position: absolute;
    right: 110px;
    top: 17%;
    background: rgba(255, 255, 255, .83);
    border: 2px #cad1cc solid;
    padding: 20px 0 0 0;
    width: 410px;
}
		
	
	#page-admin-home .adminmenu > li:nth-child(6n+4), 
	#page-admin-home .adminmenu > li:nth-child(6n+5), 
	#page-admin-home .adminmenu > li:nth-child(6n+6)  
	{
		background-color: #5580ac;
	}	
	
}

