/*Additions on 11.03.16*/
/*.search-refine-button { display: none; }*/
#search-refine-button--refine {
	display: none;
}

.search-categories-button {
	position: relative;
	left: calc(-30% - 63px);
}

.product-account-image-wrapper {
	margin: 10px;
	height: 55px;
	max-width: 100%;
	text-indent: -9999px;
	display: block;
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	background-color: white;
}

.Dropdown__ToggleTextWrapper {
	padding-top: 5px;
}

.Dropdown__Toggle--header:after {
	margin-top: -2px;
}


/*/* FONTS */

@font-face {
	font-family: 'proxima nova bold';
	src: url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/proxima_nova_bold-webfont.eot');
	src: url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/proxima_nova_bold-webfont.woff') format('woff'),
		url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
		url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/proxima_nova_bold-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'proxima nova light';
	src: url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/proxima_nova_light-webfont.eot');
	src: url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'),
		url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/proxima_nova_light-webfont.woff') format('woff'),
		url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/proxima_nova_light-webfont.ttf') format('truetype'),
		url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/proxima_nova_light-webfont.svg#proxima_novalight') format('svg');
}

@font-face {
	font-family: 'proxima nova thin';
	src: url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/proxima_nova_thin-webfont.eot');
	src: url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/proxima_nova_thin-webfont.eot?#iefix') format('embedded-opentype'),
		url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/proxima_nova_thin-webfont.woff') format('woff'),
		url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/proxima_nova_thin-webfont.ttf') format('truetype'),
		url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/proxima_nova_thin-webfont.svg#proxima_novalight') format('svg');
}

@font-face {
	font-family: 'trade gothic bold';
	src: url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/TradeGothicBoldCondensedTwenty/tradegothic-boldcondtwenty-webfont.eot');
	src: url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/TradeGothicBoldCondensedTwenty/tradegothic-boldcondtwenty-webfont.eot?#iefix') format('embedded-opentype'),
		url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/TradeGothicBoldCondensedTwenty/tradegothic-boldcondtwenty-webfont.woff') format('woff'),
		url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/TradeGothicBoldCondensedTwenty/tradegothic-boldcondtwenty-webfont.ttf') format('truetype'),
		url('//instructure-gallery.s3.amazonaws.com/canvasnet/fonts/TradeGothicBoldCondensedTwenty/tradegothic-boldcondtwenty-webfont.svg#webfont') format('svg');
}


/* BASE STYLES */

#search-form label {
	color: #fff;
}

.header-branding .logo a {
	background-image: url(https://lh5.googleusercontent.com/Ney0DD0BHT957YiVjz8pFND8-jNMJLPRGhgld-x95DG5MmAIiZHQzYI11V_m22UUK02swTh4nh2Aci3WWWs5=w960-h898);
	background-size: 93%;
}

body {
	font: 15px/1.15 'proxima nova light', arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'proxima nova bold', arial, sans-serif;
	color: #333333;
}

a {
	color: #0078E1;
	outline: 0;
}

a:hover {
	color: #374a59;
	text-decoration: none;
}

#contact-us {
	background-color: #414042;
	padding: 30px 0;
	text-align: center;
	color: #fff;
	font-size: 17px;
}

#contact-us a {
	font-family: 'proxima nova bold', arial, sans-serif;
}

#contact-us a:hover {
	color: #dd472b;
	text-decoration: underline;
}

@media screen and (max-width: 745px) {
	#more-about-instructure p {
		padding: 25px 0;
	}
}

@media only screen and (min-width: 600px) {
	.course-details {
		width: 66.6666%;
		padding-right: 20px;
		float: left;
	}

	.product-account-image-wrapper {
		margin: 5px 5px 5px 10px;
		height: 45px;
		/* adjust as needed for happy medium */
		max-width: 90%;
		text-indent: -9999px;
		display: block;
		background-size: contain;
		background-position: left;
		background-repeat: no-repeat;
		background-color: transparent;
	}

	.instructors {
		width: 33.3333%;
		padding-left: 20px;
		float: left;
	}
}

.course-details h5 {
	text-align: right;
}

.course-details h5 span {
	display: inline-block;
	border: 2px solid rgba(0, 0, 0, .65);
	padding: 5px;

}

.course-details h3 {
	margin-top: 0;
	font-size: 19px;
}

.instructors img {
	width: 100px;
	float: left;
	margin: 0 20px 10px 0;
}

.instructors h3 {
	margin-top: 0;
	font-size: 19px;
}

.social-media {
	text-align: center;
	padding-bottom: 15px;
}

.fb-like iframe {
	position: relative;
	top: -5px;
	left: -20px;
}

#home-page #feature h1 {
	font: 92px/1 'proxima nova bold';
	text-transform: uppercase;
	margin: 0 auto;
	color: #fff;
}

#home-page #feature h1 span {
	font: 62px/1 'proxima nova thin';
}

#home-page #feature h2 {
	font: 36px 'proxima nova thin';
	text-align: center;
	max-width: 685px;
	margin: 5px auto;
	position: relative;
	color: #fff;
}

#home-page #feature h2:before {
	content: " ";
	display: block;
	height: 10px;
	width: 210px;
	background: url(http://pub-images.canvasnetwork.com/arrowRight_about-us_hero.png) no-repeat top right;

	position: absolute;
	top: 14px;
	left: -235px;
}

#home-page #feature h2:after {
	content: " ";
	display: block;
	height: 10px;
	width: 255px;
	background: url(http://pub-images.canvasnetwork.com/arrowRight_about-us_hero.png) no-repeat;
	position: absolute;
	bottom: 11px;
	right: -256px;
}

#home-page .feature-region {
	box-sizing: border-box;
	text-align: center;
	background: #aaaaaa;
	background-size: contain;
	color: #fff;
	padding: 0 0 0 0;
}

/*Set image profile by filling the URL with an image. */
#home-page .feature-region {
	background: url(https://s3-us-west-1.amazonaws.com/caseysimagetest/mississippi_scene.jpg) repeat top left;
	min-height: 265px;
	min-width: 385px;
}

@media screen and (max-width: 1200px) {
	#home-page #feature h1 span {
		font: 43px 'proxima nova thin';
	}
}

@media screen and (max-width: 715px) {
	#home-page .feature-region {
		padding-top: 90px;
		min-height: 250px;
		background-size: cover;
	}

	#home-page #feature h1 {
		font-size: 50px;
		line-height: 45px;
	}

	#home-page #feature h1 span {
		font: 30px/1 'proxima nova thin';
	}

	#home-page #feature h2 {
		font-size: 25px;
	}

	#home-page #feature h2:before,
	#home-page #feature h2:after {
		display: none;
	}
}

@media screen and (max-width: 625px) {
	#home-page .feature-region {
		min-height: 350px;
	}
}

#app-header {
	padding: 4px 0 5px;
	background-color: #b80838;
}

#app-header h1 {
	margin: 10px 0;
}

#user-nav {
	padding-top: 25px;
}

#user-nav>a {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	color: #ffffff;
}

.btn-link {
	color: #ffffff;
}

.header-nav li a {
	color: #000;
}

.image-container .image-placeholder {
	width: 75%;
}

#page-links {
	display: inline-block;
}

#page-links a {
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	color: #ffffff;
}

#page-links a:hover,
.btn-link:hover,
#user-nav>a:hover {
	text-decoration: none;
	color: #000000;
}

#page-links .piped-list>li:after {
	content: "|";
	color: #000;
}

#page-links .piped-list>li:before {
	display: none;
	margin-right: 0;
}

#product-page #feature {
	padding-top: 0;
	color: #00aedb;
}

@media screen and (max-width: 768px) {
	#page-links {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.header-branding {
		width: 175px;
		margin: 0 auto;
		float: none;
	}

	#user-nav {
		text-align: center;
	}

	#app-footer .flow-left,
	#app-footer .flow-right {
		text-align: center;
	}
}

#app-footer {
	background-color: #231f20;
	color: #dbdcdc;
}

#app-footer a {
	color: #dbdcdc;
}

@media (max-width: 600px) {
	#app-footer ul {
		white-space: normal;
	}
}

.flow-left {
	text-align: left;
}

.flow-right {
	text-align: right;
}

#search-form.callout-region {
	background-color: #414042;
}

#search-form label {
	display: none;
}

.search-form-container .container {
	width: 350px;
	padding: 0;
}

#search-form .search-box-wrapper {
	margin-left: 0;
}

#search::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .65);
}

#search:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, .65);
}

#search::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, .65);
}

#search:-ms-input-placeholder {
	color: rgba(0, 0, 0, .65);
}

/*  COOKIES  */
.cookie-notice {
	width: 100%;
	position: fixed;
	z-index: 100;
	bottom: 0;
	background-color: #e63d2f;
	opacity: .93;
	padding: 20px 30px 12px;
	color: #fff;
	border-top: 1px solid #fff;
	font-family: 'proxima nova bold';
	display: none;
}

.cookie-notice p,
.cookie-notice #cookie-btn {
	display: inline-block;
}

.cookie-notice p {
	width: 90%;
}

.cookie-notice #cookie-btn {
	float: right;
}

.cookie-notice a {
	color: inherit;
	text-decoration: underline;
}

.cookie-notice #cookie-btn {
	color: #e63d2f;
	background-color: #fff;
	padding: 5px 10px;
	margin-left: 10px;
	cursor: pointer;
}

@media (max-width: 678px) {
	.cookie-notice {
		padding: 20px 20px 12px;
	}

	.cookie-notice p {
		width: 80%;
	}
}


/* ABOUT US STYLES */

#about-hero.hero-area {
	background: url(http://pub-images.canvasnetwork.com/background_about-us.png);
	padding: 0;
	text-align: center;
}

#about-hero.hero-area h1 {
	color: #fff;
	font-family: 'proxima nova thin', arial, sans-serif;
	font-size: 72px;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
}

#about-hero.hero-area h1:before {
	content: " ";
	display: block;
	height: 10px;
	width: 250px;
	background: url(http://pub-images.canvasnetwork.com/arrowLeft_about-us_hero.png) no-repeat;
	position: absolute;
	bottom: 50px;
	left: 140px;
}

#about-hero.hero-area h1:after {
	content: " ";
	display: block;
	height: 10px;
	width: 250px;
	background: url(http://pub-images.canvasnetwork.com/arrowRight_about-us_hero.png) no-repeat;
	position: absolute;
	bottom: 50px;
	right: 140px;
}

#about-hero.hero-area h1 span {
	display: block;
	font-family: 'proxima nova bold', arial, sans-serif;
	font-weight: bold;
}

#about-hero.hero-area h1 span:first-of-type {
	font-size: 107px;
}

#about-hero.hero-area h1 span:last-of-type {
	font-size: 138px;
	line-height: 120px;
}

@media screen and (max-width: 1200px) {
	#about-hero.hero-area h1:before {
		left: 40px;
	}

	#about-hero.hero-area h1:after {
		right: 40px;
	}
}

@media screen and (max-width: 992px) {
	#about-hero.hero-area h1 {
		font-size: 61px;
	}

	#about-hero.hero-area h1 span:first-of-type {
		font-size: 90px;
	}

	#about-hero.hero-area h1 span:last-of-type {
		font-size: 117px;
	}

	#about-hero.hero-area h1:before {
		left: -40px;
	}

	#about-hero.hero-area h1:after {
		right: -40px;
	}

	#more-about-canvas h2 {
		font-size: 40px;
	}
}

@media screen and (max-width: 740px) {
	#about-hero.hero-area h1 {
		font-size: 40px;
	}

	#about-hero.hero-area h1 span:first-of-type {
		font-size: 70px;
	}

	#about-hero.hero-area h1 span:last-of-type {
		font-size: 95px;
	}

	#about-hero.hero-area h1:before {
		display: none;
	}

	#about-hero.hero-area h1:after {
		display: none;
	}

	#more-about-canvas h2 {
		font-size: 30px;
		line-height: 1;
	}
}

#more-about-instructure {
	background: url(http://pub-images.canvasnetwork.com/background_offer-a-course_call_out2.png);
	background-size: cover;
	text-align: center;
	color: #be3225;
	font: 31px/1 'proxima nova thin', arial, sans-serif;
}

#more-about-instructure p {
	padding: 40px 100px 10px;
}

#more-about-instructure a {
	display: inline-block;
	margin-bottom: 40px;
	background-color: #414042;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #e63d2f;
	font-family: 'proxima nova bold', arial, sans-serif;
}

#more-about-canvas h2 {
	font: 43px 'proxima nova bold', arial, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #6d6e71;
}

#more-about-canvas h2 span {
	display: inline-block;
	height: 34px;
	width: 26px;
	margin-left: 20px;
	background: url(http://pub-images.canvasnetwork.com/lightning.png) no-repeat;
	position: relative;
	top: 4px;
}

#more-about-canvas {
	font-size: 18px;
	line-height: 1.35;
}

#more-about-canvas a {
	display: inline-block;
	margin-bottom: 50px;
	background-color: #414042;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #e63d2f;
	font-family: 'proxima nova bold', arial, sans-serif;
}

#progress-header,
#quotes-header {
	background: #bcbec0 url(http://pub-images.canvasnetwork.com/background_quotes-header.png) bottom left repeat-x;
	padding: 20px 0;
}

#progress-header h2,
#quotes-header h2 {
	color: #fff;
	font-size: 33px;
	line-height: 1;
	position: relative;
}

#progress-header h2:before,
#quotes-header h2:before {
	content: " ";
	display: block;
	background: url(http://pub-images.canvasnetwork.com/quotes-header_arrowDown.png) no-repeat;
	height: 69px;
	width: 9px;
	position: absolute;
	top: 0;
	left: -60px;
}

#quotes {
	padding: 25px 0 50px;
	overflow: hidden;
}

#quotes .container {
	position: relative;
}

#quotes .container:before {
	content: " ";
	display: block;
	width: 9px;
	height: 2000px;
	background: url(http://pub-images.canvasnetwork.com/quotes-arrowDown.png) repeat-y;
	position: absolute;
	top: 0;
	left: -30px;
}

#quotes p {
	background: #6d6e71;
	color: #fff;
	padding: 20px;
	font-size: 25px;
	margin-bottom: 65px;
	position: relative;
}

#quotes p:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 20px;
	bottom: -30px;
	border: 15px solid;
	border-color: #6d6e71 transparent transparent #6d6e71;
}

#quotes p.arrow-flip:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: 20px;
	bottom: -30px;
	border: 15px solid;
	border-color: #6d6e71 transparent transparent #6d6e71;
}

#quotes p.variant1 {
	background: #e63d2f;
}

#quotes p.variant1:after {
	border-color: #e63d2f transparent transparent #e63d2f;
}

#quotes p.variant1.arrow-flip:after {
	border-color: #e63d2f #e63d2f transparent transparent;
}

#quotes p.variant2 {
	background: #be3225;
}

#quotes p.variant2:after {
	border-color: #be3225 transparent transparent #be3225;
}

#quotes p.variant3 {
	background: #58595b;
}

#quotes p.variant3:after {
	border-color: #58595b transparent transparent #58595b;
}

#quotes p.final {
	font-size: 37px;
}

#quotes p.push-down {
	margin-top: 30px;
}

#quotes p span {
	display: block;
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* INSTITUTION STYLES */

.institution-list {
	list-style-type: none;
	text-align: center;
	font-size: 15px;
}

.institution-list li {
	margin-bottom: 5px;
}

#institutions {
	padding: 50px 0;
}

#institutions p:first-of-type {
	text-align: center;
	font-size: 125%;
	margin-bottom: 35px;
}

#institution-header {
	background-color: #bcbec0;
	text-align: center;
}

#institution-header h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 80px;
}

#invitation {
	background: url(http://pub-images.canvasnetwork.com/background_invitation_institutions.png);
	text-align: center;
	background-size: cover;
}

#invitation p {
	padding: 50px 100px 25px;
	color: #be3225;
	font: 31px/1 'proxima nova thin', arial, sans-serif;
}

#invitation a {
	display: inline-block;
	margin-bottom: 50px;
	background-color: #414042;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #e63d2f;
	font-family: 'proxima nova bold', arial, sans-serif;
}

#institution-hero.hero-area {
	background: #be3225 url(http://pub-images.canvasnetwork.com/hero_institutions.png);
	text-align: center;
}

#institution-hero.hero-area h1 {
	font: italic 52px 'proxima nova thin', arial, sans-serif;
	line-height: 1;
	color: #fff;
	padding: 0;
	position: relative;
}

#institution-hero.hero-area h1:before {
	content: " ";
	display: block;
	height: 21px;
	width: 469px;
	background: url(http://pub-images.canvasnetwork.com/arrowLeft_institutions_hero.png) no-repeat;
	position: absolute;
	top: 75px;
	left: -50px;
}

#institution-hero.hero-area h1:after {
	content: " ";
	display: block;
	height: 21px;
	width: 469px;
	background: url(http://pub-images.canvasnetwork.com/arrowRight_institutions_hero.png) no-repeat;
	position: absolute;
	top: 75px;
	right: -50px;
}

#institution-hero.hero-area h1 span:first-of-type {
	font-size: 58px;
	font-weight: bold;
	font-style: normal;
	display: block;
	text-transform: uppercase;
	font-family: 'proxima nova bold', arial, sans-serif;
}

#institution-hero.hero-area h1 span:last-of-type {
	font-size: 112px;
	font-weight: bold;
	font-style: normal;
	display: block;
	text-transform: uppercase;
	font-family: 'proxima nova bold', arial, sans-serif;
}

@media screen and (max-width: 1200px) {
	#institution-hero.hero-area h1:before {
		left: -150px;
	}

	#institution-hero.hero-area h1:after {
		right: -150px;
	}
}

@media screen and (max-width: 992px) {
	#institution-hero.hero-area h1 {
		font-size: 36px;
	}

	#institution-hero.hero-area h1 span:first-of-type {
		font-size: 42px;
	}

	#institution-hero.hero-area h1 span:last-of-type {
		font-size: 85px;
	}

	#institution-hero.hero-area h1:before {
		top: 50px;
		left: -225px;
	}

	#institution-hero.hero-area h1:after {
		top: 50px;
		right: -225px;
	}
}

@media screen and (max-width: 745px) {

	#institution-hero.hero-area h1:before,
	#institution-hero.hero-area h1:after {
		display: none;
	}

	#institution-hero.hero-area h1 {
		font-size: 26px;
	}

	#institution-hero.hero-area h1 span:first-of-type {
		font-size: 32px;
	}

	#institution-hero.hero-area h1 span:last-of-type {
		font-size: 65px;
	}

	#invitation p {
		padding: 25px 0;
	}
}

/* FORM AND OFFER STYLES */

label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.1;
	color: #414042;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'proxima nova bold', arial, sans-serif;
}

.form-input {
	margin: 0 0 10px;
	clear: both;
}

.form-input:last-child {
	text-align: right;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
	padding: 6.66667px 10px;
	width: 100%;
	border: none;
	background: #f1f2f2;
	line-height: 25px;
}

#form_submit {
	background-color: #414042;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #e63d2f;
	font-family: 'proxima nova bold', arial, sans-serif;
	float: right;
}

select {
	width: 100%;
	-webkit-appearance: menulist;
	font-size: 12px;
	height: 30px;
	color: #333;
	border: 1px solid #ddd;
	line-height: 25px;
}

#offer-hero.hero-area {
	background: #be3225 url(http://pub-images.canvasnetwork.com/hero_offer-a-course.png) no-repeat top center;
	background-size: cover;
	text-align: center;
	padding: 0;
	color: #fff;
	font-size: 15px;
}

#offer-hero.hero-area h1 {
	color: #fff;
	font-weight: bold;
	font-size: 72px;
	line-height: 1;
	text-transform: uppercase;
}

#offer-hero.hero-area h1 span {
	display: block;
	font-family: 'proxima nova light', arial, sans-serif;
	font-size: 45px;
}

#offer-hero.hero-area h1 i {
	text-transform: none;
	font-style: italic;
}

#offer-hero.hero-area h2 {
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
	font-size: 19px;
	margin: 20px auto;
	padding: 13px 0;
	border-top: 5px solid transparent;
	position: relative;
	letter-spacing: 1.5px;
}

#offer-hero.hero-area h2:before {
	content: " ";
	display: block;
	height: 5px;
	width: 713px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -356px;
	background: url(http://pub-images.canvasnetwork.com/hero_offer-a-course-borderTop.png) no-repeat;
}

#offer-hero.hero-area h2:after {
	content: " ";
	display: block;
	height: 5px;
	width: 713px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -356px;
	background: url(http://pub-images.canvasnetwork.com/hero_offer-a-course-borderBottom.png) no-repeat;
}

#main.course-submission {
	background-color: #f1f2f2;
}

#main.course-submission .container div {
	float: right;
}

#main-content.course-offering {
	padding-right: 40px;
	padding-bottom: 50px;
}

#main-content.course-offering h3 {
	text-transform: uppercase;
	font-size: 19px;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

#main-content.course-offering h3:first-of-type {
	padding-top: 35px;
}

#main-content.course-offering h3:after {
	content: " ";
	display: block;
	width: 1400px;
	height: 6px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(http://pub-images.canvasnetwork.com/content-main_offer-a-course-borderBottom.png) no-repeat;
}

#main-content.course-offering h4 {
	color: #414042;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#form-content {
	background: #fff;
	padding: 10px;
	margin-top: 15px;
}

#form-content h3 {
	background-color: #414042;
	text-align: center;
	font-size: 27px;
	padding: 20px 0;
}

#form-content p {
	color: #414042;
	padding: 0 15px;
	margin-bottom: 10px;
}

#call_out1 {
	background: url(http://pub-images.canvasnetwork.com/background_offer-a-course_call_out1.png);
	background-size: cover;
	text-align: center;
	padding: 0;
}

#call_out1 h2 {
	color: #fff;
	font-size: 35px;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'proxima nova light', arial, sans-serif;
	position: relative;
}

#call_out1 h2:before {
	content: " ";
	display: block;
	height: 26px;
	width: 314px;
	background: url(http://pub-images.canvasnetwork.com/arrowLeft_offer-a-course_call_out1.png) no-repeat;
	position: absolute;
	top: 21px;
	left: -50px;
}

#call_out1 h2:after {
	content: " ";
	display: block;
	height: 26px;
	width: 314px;
	background: url(http://pub-images.canvasnetwork.com/arrowRight_offer-a-course_call_out1.png) no-repeat;
	position: absolute;
	top: 21px;
	right: -50px;
}

#call_out1 h2 span {
	display: block;
	font-family: 'proxima nova bold', arial, sans-serif;
	font-size: 72px;
}

#call_out1 h2 i {
	text-transform: none;
	font-style: italic;
}

#faqs {
	background: url(http://pub-images.canvasnetwork.com/background_offer-a-course_call_out1.png);
	background-size: cover;
	text-align: center;
	padding: 0;
}

#faqs h2 {
	color: #fff;
	font-size: 114px;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'proxima nova bold', arial, sans-serif;
	font-weight: bold;
	position: relative;
}

#faqs h2 span {
	text-transform: lowercase;
}

#faqs h2:before {
	content: " ";
	display: block;
	height: 29px;
	width: 412px;
	background: url(http://pub-images.canvasnetwork.com/arrowLeft_faqs.png) no-repeat;
	position: absolute;
	top: 40px;
	left: -50px;
}

#faqs h2:after {
	content: " ";
	display: block;
	height: 29px;
	width: 412px;
	background: url(http://pub-images.canvasnetwork.com/arrowRight_faqs.png) no-repeat;
	position: absolute;
	top: 40px;
	right: -50px;
}

#call_out2 {
	text-align: center;
	color: #be3225;
	font: 31px/1 'proxima nova thin', arial, sans-serif;
	background: url(http://pub-images.canvasnetwork.com/background_offer-a-course_call_out2.png);
	background-size: cover;
}

#call_out2 p {
	padding: 40px 100px;
}

#call_out3 h3 {
	text-transform: uppercase;
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

#call_out3 h3:after {
	content: " ";
	display: block;
	width: 1400px;
	height: 6px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(http://pub-images.canvasnetwork.com/content-main_offer-a-course-borderBottom.png) no-repeat;
}

#call_out3 li {
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {

	#offer-hero.hero-area h2:before,
	#offer-hero.hero-area h2:after {
		width: 445px;
		margin-left: -222px;
	}
}

@media screen and (max-width: 1200px) {

	#call_out1 h2:before,
	#faqs h2:before {
		left: -150px;
	}

	#call_out1 h2:after,
	#faqs h2:after {
		right: -150px;
	}
}

@media screen and (max-width: 992px) {
	#call_out1 h2 {
		font-size: 25px;
	}

	#call_out1 h2 span {
		font-size: 57px;
	}

	#call_out1 h2:before {
		top: 15px;
		left: -200px;
	}

	#call_out1 h2:after {
		top: 15px;
		right: -200px;
	}

	#faqs h2 {
		font-size: 80px;
	}

	#faqs h2:before {
		top: 25px;
		left: -200px;
	}

	#faqs h2:after {
		top: 25px;
		right: -200px;
	}
}

@media screen and (max-width: 725px) {

	#call_out1 h2:before,
	#faqs h2:before {
		left: -250px;
	}

	#call_out1 h2:after,
	#faqs h2:after {
		right: -250px;
	}
}

@media screen and (max-width: 725px) {

	#call_out1 h2:before,
	#call_out1 h2:after,
	#faqs h2:before,
	#faqs h2:after {
		display: none;
	}
}

/* THANK YOU STYLES */

#thanks-hero.hero-area {
	background: #e63d2f;
	background: url(http://pub-images.canvasnetwork.com/background_offer-a-course_call_out1.png);
	background-size: cover;
}

#thanks-hero.hero-area h1 {
	color: #fff;
	text-align: center;
	font-size: 72px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}

#thanks-hero.hero-area h1:before {
	content: " ";
	display: block;
	height: 21px;
	width: 335px;
	background: url(http://pub-images.canvasnetwork.com/arrowLeft_institutions_hero.png) top right no-repeat;
	position: absolute;
	top: 40px;
	left: 0px;
}

#thanks-hero.hero-area h1:after {
	content: " ";
	display: block;
	height: 21px;
	width: 335px;
	background: url(http://pub-images.canvasnetwork.com/arrowRight_institutions_hero.png) no-repeat;
	position: absolute;
	top: 40px;
	right: 0px;
}

#main.thanks-main {
	background: url(http://pub-images.canvasnetwork.com/background_offer-a-course_call_out2.png);
	background-size: cover;
	text-align: center;
	color: #be3225;
	font: 36px/1 'proxima nova thin', arial, sans-serif;
}

#main.thanks-main p {
	padding: 40px 150px;
}

.UserName__Container {
	display: inherit;
	width: auto;
	text-align: left;
}

#contact-us a {
	color: #e63d2f;
}

#main.faqs h3 {
	font: 19px 'proxima nova bold', arial, sans-serif;
	margin-bottom: 5px;
}

.guides {
	background: #bcbec0;
}

.guides h2 {
	color: #fff;
	text-transform: uppercase;
	font: 51px/2em 'proxima nova bold', arial, sans-serif;
	padding: 0;
	margin: 0;
}

.guide_links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 45px 0;
}

.guide_links a {
	display: block;
	font: 16px/2em 'proxima nova bold', arial, sans-serif;
	color: #e63d2f;
}

.ProductIcon__LargeCircle--course {
	display: none;
}

@media screen and (max-width: 1200px) {
	#thanks-hero.hero-area h1:before {
		left: -100px;
	}

	#thanks-hero.hero-area h1:after {
		right: -100px;
	}
}

@media screen and (max-width: 992px) {
	#thanks-hero.hero-area h1:before {
		left: -200px;
	}

	#thanks-hero.hero-area h1:after {
		right: -200px;
	}

	.guides h2 {
		font-size: 35px;
	}

	#user-nav {
		padding-top: 0;
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 770px) {
	#page-links .piped-list>li:after {
		display: none;
	}

	#page-links .piped-list>li {
		float: left;
		width: 33.33333%;
	}

	#page-links .piped-list>li:nth-of-type(3) {
		clear: left;
	}
}

@media screen and (max-width: 745px) {

	#thanks-hero.hero-area h1:before,
	#thanks-hero.hero-area h1:after {
		display: none;
	}

	#main.thanks-main p {
		padding: 25px 0;
	}

	.guides h2 {
		font-size: 25px;
	}
}

@media screen and (max-width: 500px) {
	.guides h2 {
		font-size: 20px;
	}
}

#course-video {
	display: block;
	width: 100%;
	max-width: 560px;
	height: 315px;
	margin: 30px 0 30px 17px;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

#progress-report {
	text-align: center;
}

#progress-report a {
	width: 300px;
	display: inline-block;
	margin: 40px;
	background-color: #414042;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 20px;
	color: #e63d2f;
	font-family: 'proxima nova bold', arial, sans-serif;
}

/* New listing layout */
.new-layout p {
	line-height: 1.25;
}

.new-layout .course-information a {
	color: rgb(229, 62, 48);
}

.read-more {
	font-family: 'proxima nova bold', arial, sans-serif;
	cursor: pointer;
}

.more-text {
	display: none;
}

.new-layout .jqFlag {
	display: none;
}

.new-layout .hero-head.h1 {
	font-family: "proxima nova bold", arial, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
}

.new-layout .hero-region p {
	font-family: "proxima nova thin", arial, sans-serif;
	font-size: 19px;
}

.new-layout .product-bg {
	padding-top: 50px;
	padding-bottom: 50px;
}

.new-layout .product-image .btn.btn-info.btn-lg {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0;
	font-family: "proxima nova", arial, sans-serif;
	font-size: 25px;
	border: none;
	line-height: 50px;
	padding: 0;
	height: 50px;
	width: 200px;
}

.new-layout .product-image input.btn.btn-info.btn-lg {
	font-size: 18px;
}

.new-layout.dk .product-image .btn.btn-info.btn-lg {
	color: #E53C2E;
	background-color: rgba(255, 255, 255, 1);
}

.new-layout .product-image .btn.btn-info.btn-lg:hover {
	background-color: rgba(255, 255, 255, .85);
}

.ProductEnrollment__Notice {
	font-size: 14px;
	color: rgb(70, 70, 70);
}

#product-page footer .h2 {
	font-style: normal;
}

.new-layout footer.callout-region .btn.btn-info.btn-lg.btn-action {
	background: transparent;
	border-radius: 0;
	font-family: "proxima nova bold", arial, sans-serif;
	font-size: 19px;
	border: 1px solid;
	line-height: 40px;
	padding: 0;
	height: 40px;
	width: 145px;
}

.new-layout .product-image .btn.btn-info.btn-lg {
	position: absolute;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.btn.btn-preview {
	border: 1px solid #E53C2E;
	border-radius: 0;
	background-color: #E53C2E;
	color: #fff;
	font-size: 11px;
	font-family: "proxima nova bold", Arial, sans-serif;
	width: 65px;
	height: 28px;
	margin-top: 12px;
	letter-spacing: .04em;
}

.btn.btn-preview:hover {
	background: transparent;
	color: #E53C2E;
}

.new-layout footer.callout-region {
	background-color: rgb(109, 110, 113);
	color: rgb(255, 255, 255);
	padding: 50px 0;
}

.new-layout footer.callout-region h3 {
	font-family: "proxima nova bold", arial, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
}

.new-layout .main-column h3,
.new-layout .side-column h3 {
	font-family: "proxima nova bold", arial, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	color: rgb(70, 70, 70);
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 21px;
}

.new-layout .main-column h3 {
	margin-top: 59px;
}

.new-layout .instructor {
	height: 120px;
	width: 120px;
}

.new-layout .instructor-info {
	border-bottom: solid 1px;
	padding-bottom: 25px;
	margin-bottom: 0px;
}

.new-layout .instructor-container>div:first-of-type {
	display: flex;
	margin-bottom: 20px;
}

.new-layout .instructor-name {
	align-self: flex-end;
}

.new-layout .instructor-name h4 {
	font-family: "proxima nova bold", arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: rgb(70, 70, 70);
	margin-bottom: 0;
	margin-left: 15px;
}

.new-layout .instructor-name p {
	font-family: "proxima nova light", arial, sans-serif;
	font-size: 12px;
	text-transform: none;
	display: block;
	margin: 0;
	margin-left: 15px;
}

.new-layout img.product-account-logo {
	max-height: 90px;
}

.new-layout .detail-blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 15px;
}

.new-layout .detail-blocks.btn-box {
	margin-top: 0;
}

.new-layout .detail-blocks div {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 35px 10px 0;
	height: 95px;
	width: 130px;
	text-align: center;
	background-color: rgb(230, 231, 232);
	background-image: url(http://pub-images.canvasnetwork.com/background_course-details.gif);
	background-repeat: no-repeat;
	background-position: -35px 0;
}

.new-layout .detail-blocks div.detail-duration {
	background-position: -235px 0;
}

.new-layout .detail-blocks div.detail-commitment {
	background-position: -440px 0;
}

.new-layout .detail-blocks div.detail-requirement {
	background-position: -35px -105px;
}

.new-layout .detail-blocks div.detail-type {
	background-position: -235px -105px;
}

.new-layout .detail-blocks div.detail-credential {
	background-position: -440px -105px;
}

.new-layout .detail-blocks h5 {
	font-family: "proxima nova bold", arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	color: rgb(70, 70, 70);
}

.new-layout .detail-blocks p {
	font-family: "proxima nova light", arial, sans-serif;
	font-size: 14px;
}

.new-layout .product-account-logo {
	display: block;
	margin: 16px auto;
}

.new-layout .additional-logos img {
	max-width: 150px;
}

@media screen and (max-width: 991px) {
	.new-layout .product-bg {
		padding-top: 25px;
		padding-bottom: 40px;
	}

	.new-layout .detail-blocks {
		max-width: 420px;
		margin: auto;
	}
}

@media screen and (max-width: 990px) {
	.new-layout .instructor-info>div:first-child {
		justify-content: flex-start;
	}

	.new-layout .instructor {
		margin-right: 20px;
	}
}

@media screen and (max-width: 614px) {
	.new-layout .detail-blocks {
		width: 340px;
		margin: auto;
	}

	.new-layout .detail-blocks div {
		width: 140px;
		background-position: -30px 0;
	}

	.new-layout .detail-blocks div.detail-duration {
		background-position: -230px 0;
	}

	.new-layout .detail-blocks div.detail-commitment {
		background-position: -435px 0;
	}

	.new-layout .detail-blocks div.detail-requirement {
		background-position: -30px -105px;
	}

	.new-layout .detail-blocks div.detail-type {
		background-position: -230px -105px;
	}

	.new-layout .detail-blocks div.detail-credential {
		background-position: -435px -105px;
	}
}

.hero-imgs-parent {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
}

.hero-imgs-inlineblock {
	max-width: 50%;
	margin: 0 auto;
	display: inline-block;
	position: relative;
}

@media screen and (max-width: 992px) {
	.hero-imgs-inlineblock {
		max-width: 100%;
		margin: 0 auto;
		display: inline-block;
		position: relative;
	}
}

#search-form>div.search-form-container>div>form>div.search-form__actions.pull-right {
	margin: 0 auto;
	display: block;
	position: relative;
	float: none !important;
}

#search-form>div.search-form-container>div>form>div.search-form__actions.pull-right>div {
	display: block;
	position: relative;
	margin: 0 auto;
	left: inherit;
}

#search-refine-button--categories {
	text-align: center;
	margin: 0 auto;
	display: block;
}