@charset "utf-8";
/* CSS Document */

/*Nav sidebar overrides*/

.navbar-inverse .navbar-nav > .active > a {
background-image: none;
-webkit-box-shadow: none;
box-shadow: none;
}

.navbar-inverse .navbar-nav > li a:hover {
background-color: #f6f6f6;
}

.navbar-inverse nav.sidebar .navbar-nav > li:first-child {
border-top: none;
}

.navbar-inverse nav.sidebar .navbar-nav > li {
border-bottom: none;
}

.navbar-inverse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*Main div override*/

.body-content div.delayed-component-content {
box-shadow: none;
}

/*Header image*/

img.header-image {
	padding: 50px 0px 50px 0px;
}

/*Mesaage box style*/

.message-box {
	padding: 1em;
	background: #ffcf90;
	border: 1px solid #fd9175;
	margin: 1.5em 0;
}

/*Headings override*/

.h3 {
	margin-bottom: 1.5em;	
}

/*Footer*/

.footnote {
	padding: 24px;
	border-top: 3px solid #f0f0f0;
}

.footnote p {
	font-family: 'Lato',serif;
	color: #000;
}

.footnote .left {
	float: left;
}

.footnote .right {
	float: right;
}

.footnote .clear {
	clear: both;
}

/*Shopping cart*/

.result-row .row {
	margin-top: 0.5em; 	
	margin-bottom: 0.5em;
}

/*User panel*/

#userPanelContainer .user-panel {
	margin-left: 1.2em;
	font-weight: normal;
	color: #ff5427;
}

/*Buttons*/

input.btn-default[value="Remove"] {
	background-image: -webkit-linear-gradient(top,#ff5427 0%,#ff5427 100%);
	background-image: linear-gradient(to bottom,#ff5427 0%,#ff5427 100%);
	color: #fff;
	background-color: #ff5427;
	border-color: #ff5427;
	box-shadow: none;
	-webkit-box-shadow: none;
}

input.btn-default:hover[value="Remove"] {
	background-image: -webkit-linear-gradient(top,#4d4d4d 0%,#4d4d4d 100%);
	background-image: linear-gradient(to bottom,#4d4d4d 0%,#4d4d4d 100%);
	color: #fff;
	background-color: #4d4d4d;
	border-color: #4d4d4d;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/*CE courses table styling*/

.templateDataTable .dataTableHeading, .templateDataTable .dataTableContent {
	font-family: Arial, Helvetica, sans-serif;
}

/*Form*/

.form-control {
	background-color: #fff;
}

.form-label {
	font-family: 'Source Sans Pro',serif;
}

.forgot-password-link a {
    font-size: 10.5pt;
	font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
}

.remember-me span, .email-updates {
    font-size: 10.5pt;
	font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
}

.no-account span {
    background: #fff;
	color: #888;
}

.btnPrimary {
	width: 370px;
}

.payment-method-heading span {
	font-size: 0.8em;
	font-weight: 600;
}

.alert {

	font-size: 11pt;
	
}

/*Course info box*/ 

.row {
	padding-bottom:10px;
}

.course-info-value {
	font-size:1em;
}

.course-name {
	font-weight:600;
}

.course-info {
	margin-bottom:0px;
}

/* Pop-up menu */

.popover-content {
	padding: 10.5px 21px;
}	

.popover-content div {

margin: 10.5px 0px;

}

.popover-content a {
	font-size: 1.15em;
	color: #000;
}


/*OCR Footer*/

body {
	padding-bottom: 0px;
}

.global-footer {
    background-color: #333;
    color: #fff;
    line-height: 1.61044em;
    padding: 0 10px 80px;
}

.global-footer .footer_wrap {
    margin: 0 auto;
    padding-top: 2.2em;
    max-width: 960px;
}

.global-footer .footer_wrap .footer_container-wrap--left li a span {
    padding: 0 .40261em;
}

.global-footer .footer_wrap .footer_container-wrap--left, .global-footer .footer_wrap .footer_container-wrap--right {
    width: 100%;
}

.global-footer .footer_wrap .footer_container {
    margin-bottom: 1.61044em;
}

.global-footer .footer_wrap ul {
    margin: 0;
    padding: 0;
}

.global-footer .footer_wrap ul li {
    list-style-type: none;
}

ol li, ul li {
    margin-bottom: 5px;
}

.global-footer .footer_wrap .footer_container-wrap--left li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.global-footer .footer_wrap ul li a {
    color: #fff;
    font-size: 1.16em;
    font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
    text-decoration: none;
}

.global-footer .footer_wrap .footer_container-wrap--right {
    text-align: center;
}

.global-footer .footer_wrap .footer_container-wrap--left li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.global-footer .footer_wrap ul li a {
    color: #fff;
    font-size: 1.16em;
    font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
    text-decoration: none;
}

.global-footer .footer_wrap a:hover {
     text-decoration: underline;
}

.global-footer .footer_wrap .footer_container-wrap--right li.footer_container__list-item {
    margin-bottom: 2.41566em;
}

.global-footer .footer_wrap .footer_container-wrap--left li a img {
    height: 30px;
    width: 30px;
}

/*
a img, details p, figure img, label img, table figure, table img {
    margin-bottom: 0;
}
*/

img {
    max-width: 100%;
}
img {
    border: 0;
}
audio, img, object, video {
    vertical-align: middle;
    font-style: italic;
    font-size: 1em;
    color: gray;
}

.global-footer .footer_wrap .footer_utility-desktop {
    display: none;
}

.global-footer .footer_wrap .footer_utility-mobile {
    margin-bottom: 2em;
}

@media only screen and (min-width: 47em) {
	
.footer {
	background-color: #333;
	max-width: initial;
}

.global-footer {
    padding: 0 20px 80px;
}

.global-footer .footer_wrap {
/*	display: -webkit-box;
    display: -ms-flexbox; */
    display: flex;
}

.global-footer .footer_wrap .footer_container-wrap--left {
    width: 45%;
/*	display: -webkit-box;
    display: -ms-flexbox; */
    display: flex;
}

.global-footer .footer_wrap .footer_container-wrap--left .footer_container {
    width: 50%;
    padding-right: .80522em;
    margin-bottom: 0;
}

.global-footer .footer_wrap .footer_container-wrap--right {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;	
}

.global-footer .footer_wrap .footer_container-wrap--right .footer_container__list-item {
    display: inline-block;
    padding-right: 1.61044em;
    height: 100%;
    vertical-align: middle;
}

.global-footer .footer_wrap .footer_container-wrap--right .footer_container__list-item:last-child {
    padding-right: 0;
}

.global-footer .footer_wrap .footer_utility-desktop {
    display: block;
    padding: .40261em .40261em 0;
    margin-bottom: 0;
}

.global-footer .footer_wrap .footer_utility-mobile {
    display: none;
}

}
