body,
html {
	height: 100%;
}

.btn-global-discount {
    display: block;
    background: #3490DC;
    height: 35px;
    width: 70px;
    text-align: center;
    padding-top: .5rem;
    margin-left: .25rem;
    border-radius: 6px;
    font-weight:bold;
    cursor:pointer;
}

.btn-global-discount:hover {
    background:#BCDEFA;
    color:#3490DC;
}

.full {
	width: 100%;
	float: left;
	min-height: 1px;
}

.ninety {
	width: 90%;
	float: left;
	min-height: 1px;
}

.sixty {
	width: 60%;
	float: left;
	min-height: 1px;
}

.half {
	width: 50%;
	float: left;
	min-height: 1px;
}

.forty-five {
	width: 45%;
	float: left;
	min-height: 1px;
}

.forty {
	width: 40%;
	float: left;
	min-height: 1px;
}

.thirty-five {
	width: 35%;
	float: left;
	min-height: 1px;
}

.thirty {
	width: 30%;
	float: left;
	min-height: 1px;
}

.twenty {
	width: 20%;
	float: left;
	min-height: 1px;
}

.fifteen {
	width: 15%;
	float: left;
	min-height: 1px;
}

.ten {
	width: 10%;
	float: left;
	min-height: 1px;
}

.five {
	width: 5%;
	float: left;
	min-height: 1px;
}

.col-12 {
	width: 100%;
	float: left;
	padding: 15px;
}

.col-6 {
	width: 50%;
	float: left;
	padding: 15px;
}

#cme-login-container {
	margin: 80px auto;
}

.text-center {
	text-align: center;
}

#link-highlight {
	text-decoration: underline;
	color: #3F6EA5;
}

#cmeLoginForm .userErrors li {
	color: red;
	font-weight: bold;
}

#cme-forgot-password {
	color: #aaa;
	font-size: 12px;
}

#cmeForgotForm {
	display: none;
}

.contentBg {
	background: #fff;
}

.xs-visible {
	display: none;
}

.ml35 {
	margin-left: 35px;
}

.ml30 {
	margin-left: 30px;
}

.ml20 {
	margin-left: 20px;
}

.ml10 {
	margin-left: 10px;
}

.mt80 {
	margin-top: 80px;
}

.mt40 {
	margin-top: 40px;
}

.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mt5 {
	margin-top: 5px;
}

.mt0 {
	margin-top: 0 !important;
}

.mb8 {
	margin-bottom: 8px;
}

.p10 {
	padding: 0 10px;
}

.pb40 {
	padding-bottom: 40px;
}

.alignL {
	text-align: left;
}

.fl {
	float: left;
}

.input-full {
	width: 100%;
}

.fontBold {
	font-weight: 900;
}

.ct {
	text-align: center;
}

.sign-up a {
	color: inherit;
}

.sign-up a:hover {
	text-decoration: none;
}

.hideVal {
	display: none;
}

.selectBg {
	border-radius: unset;
	float: left;
	height: 30px;
	padding: 0;
	margin: 0;
	width: 100%;
}

.selectBg select {
	background-position: 105% center;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	line-height: 20px;
	margin: 0;
	padding: 0 30px 0 5px;
	-webkit-appearance: none;
	width: 92%;
	background: #fff;
	border: none;
	font-size: 0.73em;
	color: #696A6D;
	margin-top: 0;
	font-family: 'Source Sans Pro', sans-serif;
}

.selectBg:before {
	content: 'v';
	position: relative;
	left: -14px;
	top: 2px;
	color: #696A6D;
	opacity: 0.6;
}

.content-section {
	width: 100%;
	min-height: 100%;
	background: #fff;
}

.l15:before {
	left: -15px;
}

.event-img img,
.single-course img {
	min-height: 99.6px;
}

.contact-section2 .social-links {
	float: right;
	margin-top: 80px !important;
}

.userErrors,
.userMessage {
	margin: 10px 0;
}

.submitButton {
	font-family: SourceSansPro-Regular;
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 1.27px;
	border: none;
	text-align: center;
	padding: 5px 15px;
	text-transform: uppercase;
}

.userErrors li {
	background: red;
	color: #fff;
	border-radius: 8px;
	margin: 5px 0;
	padding: 5px;
	font-weight: 900;
}

.contact-section2 .col-1-3 {
	height: 362px !important;
}

.contact-section2 .col-1-3 img {
	width: 25px;
	height: 25px;
}

/*.about-content {margin-top: 5% !important;}*/

#contactForm textarea {
	font-size: 16px;
	color: #3F3F3F;
	letter-spacing: 1.2px;
	background: #FBFBFB;
	border: 1px solid rgba(63, 63, 63, 0.45);
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.50);
	padding: 8px;
	box-sizing: border-box;
}

#consultingForm button {
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.27px;
	border: none;
	text-transform: uppercase;
	padding: 10px 39px;
	margin-top: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	border-radius: 6px;
}

.about-nav li:hover,
#consultingForm button:hover,
.submitButton,
.info-nav li:hover,
.registration-container input[type='submit'] {
	cursor: pointer;
}

.register-light-box {
	width: 100%;
	float: left;
	background: rgb(255, 255, 255);
}

.registration-container {
	width: 50%;
	float: left;
	margin: 40px 20%;
	background: #efefef;
	height: 100%;
	padding: 20px 40px;
	color: #3F3F3F;
	letter-spacing: 0.36px;
}

.registration-container h2 {
	color: #3F6EA5;
	text-align: center;
	font-size: 1.5em;
	line-height: 2;
}

.registration-container ul {
	list-style-type: disc !important;
	margin: 10px auto;
	width: 80%;
}

.registration-container li {
	margin-top: 10px;
}

.registrationClose:hover {
	text-decoration: none;
}

#cls__modal {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 2rem;
    border: 0px;
}

.registerHeading {
	color: #fff;
	background: #3F6EA5;
	line-height: 2.2;
	text-align: center;
	width: 90%;
	margin: 20px auto 5px auto;
	font-size: 1.2em;
	font-weight: 100;
}

.inputRow {
	margin: 8px 0;
}

.registerInput {
	width: 90%;
	color: inherit;
	border: none;
	border-radius: 6px;
	line-height: 1.5;
}

.registerFullInput {
	width: 95%;
	color: inherit;
	border: none;
	border-radius: 6px;
	line-height: 1.5;
	margin-left: 30px;
}

.registration-container input[type="submit"] {
	background: #3F6EA5;
	color: #fff;
	padding: 5px 30px;
	margin-top: 8px;
	margin-left: 35px;
	font-size: 1.2em;
	font-weight: 100;
}

.registration-container input:focus,
.registration-container select:focus {
	outline: none;
}

.registerLinks {
	text-decoration: none;
	color: #aaa;
	font-size: 1em;
	line-height: 3;
}

.registerErrorContainer {
	position: absolute;
	background: red;
	width: 50%;
	color: #fff;
	padding: 20px;
	z-index: 11;
	top: 500px;
}

.registerErrorContainer ul {
	list-style-type: none !important;
}

.registerErrorContainer li {
	font-size: 12pt !important;
}

.registerErrorClose {
	color: #fff;
	float: right;
	font-size: 14pt;
}

#registerForgotContainer,
#registerChangeContainer {
	display: none;
	position: absolute;
	width: 50%;
	padding: 20px 10px 40px 10px;
	background: #fff;
	border: 2px solid #3F6EA5;
	text-align: center;
	line-height: 2;
	top: 400px;
}

#registerForgotContainer h2,
#registerChangeContainer h2 {
	text-align: center;
	line-height: 2;
	color: #3F6EA5;
	font-size: 1.5em;
	width: 100%;
}

#registerForgotClose,
#registerChangeClose {
	float: right;
	color: #aaa;
	font-size: 1em;
	margin-top: -10px;
	margin-right: 10px;
}

#registerForgotClose:hover,
#registerChangeClose:hover {
	cursor: pointer;
}

#registerForgotPasswordForm .registerFullInput,
#registerChangePasswordForm .registerFullInput {
	margin: 8px 0;
}

#registerForgotPasswordForm input[type='submit'],
#registerChangePasswordForm input[type='submit'] {
	float: left;
}

.productItem {
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 10px;
	height: 350px;
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 54%, #eeeeee 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 54%, #eeeeee 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 54%, #eeeeee 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	/* IE6-9 */
}

.productImg {
	height: 150px;
}

.productItem img {
	width: 100%;
	max-width: 310px;
	margin: 0 auto;
	display: block;
	max-height: 144px;
}

.productImgSmall {
	width: 50% !important;
}

.productName {
	color: #3F6EA5;
	font-size: 1.2em;
	min-height: 50px;
}

.productPrice {
	color: #000;
	font-size: 1.1em;
	font-weight: 900;
}

.productUnitPrice,
.productSalePrice {
	float: left;
}

.productSalePrice {
	margin-left: 20px;
}

.productSale {
	color: #aaa;
	text-decoration: line-through;
	font-weight: 100;
}

.productAddLink {
	background: #3F6EA5;
	color: #fff;
	padding: 5px 15px;
	font-size: 1.2em;
	float: left;
}

.productAddLink:hover,
.productViewLink:hover {
	text-decoration: none;
}

.productViewLink {
	color: inherit;
	opacity: 0.4;
	font-size: 1em;
	float: left;
	text-decoration: none;
	line-height: 2;
}

.productViewLink:hover,
#productDetailBack:hover {
	font-weight: 900;
	text-decoration: none !important;
}

.content-wrapper .accordion-title {
	font-size: 23px;
	color: #3F3F3F;
	letter-spacing: 0.38px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.content-wrapper .is-expanded {
	margin-bottom: 20px;
}

.course-info-right,
.course-info-left {
	width: 50%;
	float: left;
}

.priceItem {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	margin-left: 20px;
}

.pricePrice {
	width: 25%;
	float: left;
	text-align: center;
	background: #fff;
}

.priceName {
	width: 50%;
	float: left;
	background: #fff;
	margin-left: 5px;
	padding-left: 5px;
}

.priceLink {
	width: 20%;
	float: left;
	background: #3F6EA5;
	text-align: center;
}

.priceLink a {
	color: #fff;
}

.discountError {
	margin-bottom: 5px;
	padding-left: 20px;
	color: red;
}

.discountMessage {
	margin-bottom: 5px;
	padding-left: 20px;
	color: green;
}

#shoppingCartContainer,
#checkoutContainer {
	width: 100%;
	background: #fff;
}

#shoppingCartContainer,
#checkoutContainer {
	float: left;
	min-height: 400px;
}

#checkoutContainer {
	padding-bottom: 40px;
}

.products-wrapper {
	background: #fff;
	float: left;
	width: 100%;
}

.product-page-title {
	background: #3F6EA5;
	color: #fff;
	max-width: 200px;
	text-align: center;
	line-height: 2;
	font-size: 2.5em;
	padding: 0 50px;
	letter-spacing: 2.01px;
	font-weight: 900;
	margin-top: 50px
}

.row {
	width: 100%;
	float: left;
}

.product-category-title {
	color: #3F6EA5;
	line-height: 4;
	font-size: 1.8em;
	text-align: center;
}

.productDetailCategory {
	color: #3F6EA5;
	line-height: 2;
	font-size: 2em;
	font-weight: 100;
	margin-top: 30px;
	padding-left: 10px;
}

.productDetaiLeft {
	color: #3F6EA5;
	font-weight: 100;
	padding: 10px;
}

.productDetaiLeft img {
	max-width: 250px !important;
	margin-top: 10px;
}

#productDetailBack {
	position: relative;
	top: 80px;
	color: #aaa;
	float: right;
}

.productDetaiRight {
	padding: 10px;
	border-left: 1px solid #aaa;
	margin-bottom: 60px;
	display: inline-block;
}

.productDetaiRight .productUnitPrice,
.productDetaiRight .productSalePrice {
	color: #3F6EA5;
}

.productDetaiRight .productSale {
	color: #aaa;
	text-decoration: line-through;
}

.productDetaiRight p {
	color: #000;
	opacity: 0.6;
}

.productDetaiRight a {
	background: #3F6EA5;
	color: #fff;
	padding: 5px 15px;
	font-size: 1.2em;
	float: left;
}

.cart-page-title {
	background: #3F6EA5;
	color: #fff;
	text-align: center;
	line-height: 2;
	font-size: 2.5em;
	padding: 0 50px;
	letter-spacing: 2.01px;
	font-weight: 900;
	margin-top: 50px;
	width: 50%;
}

#shoppingCartForm input[type='text'] {
	width: 20px;
	text-align: center;
	margin-bottom: 0;
}

/*.cartTotalTitle,.cartTotal {float: left; font-weight: 900;}*/

/*#shoppingCartForm input[type='submit'] {
	background: #3F6EA5;
    color: #fff;
    padding: 5px 15px;
    font-size: 1.5em;
}*/

.cartProductBorder {
	border-bottom: 1px solid #aaa;
	font-weight: 900;
}

.cartProductInput:focus,
.checkoutSubmit:focus {
	outline: none;
}

.cartProductRemove:hover,
.cartCourseRemove:hover,
.cartWebCourseRemove:hover,
.cartOfferRemove:hover {
	text-decoration: none;
}

.cartProductSubtotal span {
	float: left;
}

#shoppingCartForm input[type='submit']:hover,
.checkoutSubmit:hover {
	cursor: pointer;
}

.checkoutUpdateCart,
.checkoutSubmit {
	color: #fff;
	background: #3F6EA5;
	padding: 5px 15px;
	border-radius: 8px;
}

.checkoutSubmit {
	font-size: 1.5em;
}

.checkoutUpdateCart:hover {
	text-decoration: none;
}

#checkoutForm input[type='text']:focus,
#checkoutForm select:focus {
	outline: none;
}

#checkoutForm select {
	border: 1px solid #ddd !important;
}

#checkoutFormErrors li {
	color: #fff;
	background: red;
	padding: 5px;
	border-radius: 8px;
	margin: 5px;
}

.evalHead {
	color: #3F6EA5;
}

#cmeForm {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	text-align: center;
	border: 1px solid #aaa;
	padding-bottom: 20px;
}

#cmeForm p {
	background: #3F6EA5;
	color: #fff;
	font-size: 1.5em;
	padding: 10px;
}

#cmeForm label {
	float: left;
	margin-left: 10px;
	width: 99%;
	font-size: 14px !important;
}

#cmeForm .selectBg {
	width: 100%;
	position: relative;
	left: 15px;
}

#cmeForm .selectBg:before {
	left: -30px;
	top: 6px;
}

#cmeForm select {
	border: 1px solid #ccc;
	margin: 0 5px;
}

#cmeForm input:focus,
#cmeForm select:focus,
#cmeForm textarea:focus {
	outline: none;
}

#cmeForm .bgDark {
	background: #eee;
}

#cmeForm .userErrors li {
	background: red;
	color: #fff;
	padding: 5px;
	margin: 5px;
	border-radius: 8px;
}

.radRow {
	line-height: 3;
}

.radRow input[type='radio'] {
	margin: 0 10px;
}

.selRow {
	height: 20px;
	padding: 10px 0 50px 0;
}

.selRow label {
	line-height: 2;
}

.questionRow {
	line-height: 2;
	position: relative;
	padding: 10px 0;
}

.questionRow label {
	width: 100%;
	text-align: left;
}

.radios,
.inputs,
.textareas {
	width: 100%;
	text-align: left;
	line-height: 2;
	margin-left: 10px;
	font-family: 'Source Sans Pro', sans-serif !important;
}

.textareas textarea {
	width: 95.7%;
}

.inputs input {
	width: 89%;
}

.contactLink {
	color: #3F6EA5;
	font-weight: 900;
}

#registerNewForm .selectBg {
	margin-left: 10px;
}

#registerNewForm .selectBg:before {
	top: 11px;
}

#registerNewForm select {
	margin-top: 5px;
}

.form-group input[type='text']:focus {
	outline: none;
}

.newsletterForm ::placeholder {
	color: #eee !important;
}

#contactForm ::placeholder {
	color: #3F3F3F;
}

.newsletterForm input {
	color: #fff;
}

button:focus,
.slick-slider a:focus,
input[type='submit']:focus {
	outline: none !important;
}

button:hover {
	cursor: pointer !important;
}

.home-section4 a:hover,
#home-about a:hover,
.slick-slider a:hover,
.accordion a:hover {
	text-decoration: none;
}

#cartErrorContainer {
	margin: 30px auto;
}

#cartErrorContainer li {
	margin: 5px;
	border-radius: 8px;
	font-size: 14pt;
	font-weight: 900;
}

.math-input {
	float: left;
	width: 48% !important;
}

.contact-btn {
	float: right;
}

#contactForm {
	padding: 20px;
}

.cerifcations_content {
	width: 100%;
    position: relative;
}

.cerifcations_content a {
	font-size: 1rem;
    line-height: 1.2;
    background: #f0ba60;
    padding: 4px 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    position: absolute;
    right: 10px;
}

#usr-note {
	padding: 0 0 10px 30px;
    color: #fff;
}

#usr-note a {
	color: #fff !important;
}

@media (max-width: 1024px) {
	.cart-page-title {
		font-size: 1.5em !important;
		margin-top: 80px;
	}
	.evalHead {
		font-size: 1.5em !important;
	}
	.registration-container {
		width: 100% !important;
		margin: 40px 0 !important;
		padding: 20px 0px !important;
	}
	.registerInput {
		width: 85%;
	}
	.registerFullInput {
		margin-left: 23px;
	}
	.mb23 {
		margin-left: 23px;
	}
	.mb14 {
		margin-left: 14px;
	}
	.mobml5 {
		margin-left: 5px;
	}
	.xs-hidden {
		display: none !important;
	}
	.xs-visible {
		display: block;
	}
	#checkoutForm {
		padding: 5px;
	}
	#checkoutForm .input-full {
		width: 95%;
		position: relative;
		top: -20px;
	}
	.mob-mt20 {
		margin-top: -20px;
	}
	.mob-mt15 {
		margin-top: 15px;
	}
	.mob-mt10 {
		margin-top: -10px;
	}
	.mob-mt0 {
		margin-top: 0;
	}
	.xs-clearml {
		margin-left: 0;
	}
	.xs-block {
		display: inline-block;
	}
	.productImgSmall {
		width: 30% !important;
	}
	.productItem {
		margin-left: 8px;
	}
	.product-page-title {
		margin-top: 80px;
	}
	.f-top .content-wrapper h4 {
		line-height: 2;
	}
	.slick-prev {
		left: 0 !important;
		top: 20% !important;
	}
	.slick-list {
		margin: 20px !important;
	}
	.slick-next {
		right: 0 !important;
		top: 20% !important;
	}
	.event-img img {
		max-height: 175px;
	}
	.newsletterForm .clear {
		float: unset !important;
		/*position: relative;top: -36px;left: 270px;*/
	}
}

@media (max-width: 715px) {
	.slick-prev {
		left: 0 !important;
		top: 20% !important;
	}
	.slick-list {
		margin: 20px !important;
	}
	.slick-next {
		right: 0 !important;
		top: 20% !important;
	}
	/*.course .course-list-column {flex: 0 0 13%;}*/
	#course-calendar {
		padding: 10px;
	}
	/*.course-list-column a {font-size: 0.8em;padding: 5px;}*/
	/*.fa {position: relative;top: -7px;}*/
	/*.mob-flex {flex: 0 0 24% !important;}*/
	/*.course-list-date {font-size: 14px;}*/
	.mob-flex25 {
		flex: 0 0 25% !important;
	}
	.mob-flex15 {
		flex: 0 0 15% !important;
	}
	.mob-flex10 {
		flex: 0 0 10% !important;
	}
	.modal-text-wrapper p {
		word-wrap: break-word;
	}
	.course-list-head .course-title p {
		font-size: 1.2rem !important;
	}
	.mob-ml10 {
		margin-left: 10px;
	}
	.mob-ml5 {
		margin-left: 5px;
	}
	.mob-ml-19 {
		margin-left: -19px;
	}
	/*.course .course-list-column .course-list-location a i {margin-right: 50px !important;}*/
	.info-content .accordion table {
		width: 100% !important;
	}
	.course-info-left,
	.course-info-right {
		width: 100%;
	}
	.course-info-right {
		font-size: 14px !important;
	}
	.priceItem {
		margin-left: 0 !important;
	}
	.mob-w60 {
		width: 60%;
	}
	.mob-w15 {
		width: 15%;
	}
	/*.priceLink{margin-left: 5px;font-size: 8pt;}*/
	.about-nav li {
		border-left: 1px solid #979797 !important;
		border-bottom: 1px solid #979797 !important;
	}
	/*.about-nav li:last-child {border-right: 1px solid #979797 !important;width: 50.3%;}*/
	.xs-flex {
		display: inline-flex;
	}
	.xs-flex input {
		padding: 3px;
		margin-left: 5px;
	}
	.mob-flex-80 {
		display: inline-flex;
		width: 80%;
	}
	.mob-flex-80 .cartProductSubtotal {
		display: flex;
	}
	.mob-float-l {
		float: left;
	}
	#cartErrorContainer {
		width: 80% !important;
	}
	.hidden-xs {
		display: none;
	}
	.mob-20-spacer {
		position: relative;
		top: 20px;
	}
	.products-section-wrapper h2 {
		font-size: 20pt !important;
	}
	.accordion-wrapper .accordion .accordion-header img {
		margin-left: 10px;
	}
	.mob-center {
		text-align: center;
	}
	.goBack {
		margin: 20px 10px;
	}
	.product-single-details {
		padding: 10px;
	}
	.add-wrapper {
		margin-bottom: 40px;
	}
	.mob-padding {
		padding: 5px;
	}
	.select__arrow {
		bottom: 13px !important;
	}
	#registerForgotContainer,
	#registerChangeContainer {
		width: 97%;
	}
	.registerErrorContainer {
		width: 95%;
		left: 9px;
	}
	.applyDiscountBtn {
		position: relative;
		left: 10px;
	}
	.mob-marg-20 {
		margin-top: 20px;
	}
	.xs-flex {
		display: block !important;
	}
	.xs-full {
		width: 100%;
	}
	#contactForm textarea {
		margin-left: 5px;
		width: 100%;
	}
	#contactForm #email-input {
		width: 100%;
	}
	.xs-full {
		width: 100% !important;
	}
	.mob-l-5 {
		position: relative;
		left: 5px;
	}
	.cart-course-wrapper .course-remove,
	.product-remove {
		margin-top: 10px;
		margin-left: 40px;
	}
	.cart-course-wrapper {
		padding: 10px;
	}
	.cartProductInput {
		width: 50% !important;
	}
	.mob-pad-10 {
		padding: 10px;
	}
	#shoppingCartForm .cartCodeInput {
		width: 60% !important;
	}
	#shoppingCartForm {
		margin-left: 10px;
	}
	#shoppingCartForm input[type='submit'],
	.mob-mt-20 {
		margin-top: 20px;
	}
	.cartTotalTitle {
		margin-top: 10px;
	}
	.product-quantity h3 {
		padding-left: 16%;
	}
	.cartItemPad,
	cart-shipping-wrapper {
		padding: 5px;
	}
	#checkoutForm select {
		width: 95%;
	}
	#checkoutForm .select__arrow {
		right: 9%;
	}
	#checkoutForm input[type='text'] {
		width: 95%;
	}
	#checkoutForm label {
		position: relative;
		top: -20px;
	}
	#checkoutForm select {
		margin-top: -10px;
	}
	.mob-no-rel {
		position: unset !important;
	}
	.mob-d-30 {
		margin-bottom: 30px;
	}
	.mob-t-30 {
		margin-top: 30px;
	}
	.cart-product-wrapper {
		margin-left: -30px;
	}
}

.newsletterForm .clear {
	float: right;
	margin-left: 10px;
	margin-top: -4px;
}

.cartCodeInput {
	width: 40% !important;
}

.cartCodeApplyLink:hover {
	text-decoration: none;
}

.cartCodeInput:focus,
#shoppingCartForm submit {
	outline: none;
}

.cartCodeApplyLink {
	background: #3F6EA5;
	color: #fff;
	padding: 5px 10px;
	border-radius: 8px;
}

.cartItemPad {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.cartItemMargin {
	margin-top: 10px;
}

.btn checkout:focus,
input[type="email"]:focus,
#consultingForm input:focus,
#consultingForm textarea:focus,
select:focus {
	outline: none;
}

footer {
	float: left;
	width: 100%;
}

.footerLinks a:hover {
	text-decoration: none;
	font-weight: 900;
}

.offerAddBtn:hover,
.info-nav a:hover,
.online-info a:hover {
	text-decoration: none;
}

#contactForm input:focus,
#contactForm textarea:focus {
	outline: none;
}

.discount-container {
	width: 350px;
	margin: 0 auto;
	margin-right: 0;
	margin-top: 50px;
}

.discount-container input[type='text'] {
	width: 250px !important;
}

.discount-container button {
	position: absolute;
	right: 0;
}

.register-sub-level,
.level-type-container {
	display: none;
}

.hp-upcoming-title {
	margin: 20px 0 0 50px;
	font-weight: 900;
	border-bottom: 1px solid #ccc;
	width: 300px;
	padding-bottom: 5px;
}

.hp-upcoming-courses {
	list-style-type: none !important;
	color: #3F3F3F;
	margin-left: 50px;
}

.hp-upcoming-courses li {
	padding: 5px 0;
}

#tag-container {
	display: none;
}

#courseRegForm .input {
	width: 50%;
	margin-left: 25px;
}

#courseRegForm .userErrors li {
	color: red;
}

.userSuccessMessage {
	color: green;
	margin-left: -25px;
}

.waitClose {
	border: none;
	float: left;
	position: relative;
	top: -20px;
	left: -20px;
	font-size: 14pt;
	color: #777;
}

.rad-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 2;
}

/* Hide the browser's default radio button */

.rad-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* On mouse-over, add a grey background color */

.rad-container:hover input~.checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.rad-container input:checked~.checkmark {
	background: #3F6EA5;
	border: 4px solid #3F6EA5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */

.rad-container input:checked~.checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */

#checkout-reg-form-wrapper {
	margin-top: 20px;
}

.hide-reg-form {
	display: none;
}

input[type='submit']:hover {
	cursor: pointer !important;
}

.hideCourse {
	display: none;
}

.step_2_content {
	display: none;
}


.header__profile__logout a {
	padding: 12px 0 !important;
	font-size: 12px !important;
	text-transform: uppercase;
}

.events__title {
	    color: #315994 !important;
}
.countdown__heading {
	background: #EBB81B;
	text-align: center;
	padding: 20px;
}
.countdown__cheers {
	color: #000000;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 6px;
}
.countdown__title {
	color: #fff;
	font-size: 46px;
	font-weight: bold;
}
.timer {
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.timer__block {
	display: inline-block;
	text-align: center;
	min-width: 90px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.timer__block__head {
	background: #dadada;
	font-size: 12px;
	text-transform: uppercase;
	padding: 12px;
	color: #315994;
}
.timer__block span {
	display: block;
	font-weight: bold;
	color: #315994;
	font-size: 26px;
	background: #F7F7F7;
	padding: 12px;
}
.timer__btn {
	transition: all 0.3s ease;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    background: #315994;
    padding: 8px 30px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    max-width: 185px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 6px;
}
.timer__btn:hover {
	background: #f0ba60;
}


.hero__register__link--2 {
    bottom: -5% !important;
}
.home__link {
	 color: #fff;
    font-size: 40px;
    font-weight: bold;
    display: block;
    margin-top: -10px;
}
.events__title {
	    color: #315994 !important;
}
.timer__info {
	    padding-top: 20px;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #315994;
    text-align: center;
}

.specificCourse__content__text {
	overflow: hidden;
}

.specificCourse__buttons__agenda:hover {
	background: #f0ba60;
}
.quickCertification__learn {
    color: #f0ba60;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2.47px;
    font-family: "avenir", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    font-size: 42px;
}
.quickCertification__learnmore {
    letter-spacing: .74px;
    color: #2f5796;
    font-size: 24px;
}
.quickCertification__col {
	text-align: center;
}
.quickCertification__col:first-child {
	background-size: cover;
	background-position: center bottom;
	position: relative;
}
.quickCertification__dropdown {
	margin: 0 auto;
}
@media (max-width: 600px) {
	.timer {
		flex-direction: column;
	}
	
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.cart__modal {
	min-height: 300px;
	overflow-y:scroll;
}
}