/*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;
}
#search-form .search-form-container {
    background-color: #3b8acd;
}
.Dropdown__ToggleTextWrapper { padding-top: 5px; }
.Dropdown__Toggle--header:after { margin-top: -2px; }

/*/* FONTS */

@font-face{
	font-family: 'proxima nova bold';
	src: url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/proxima_nova_bold-webfont.eot');
	src: url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/proxima_nova_bold-webfont.woff') format('woff'),
	url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
	url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/proxima_nova_bold-webfont.svg#webfont') format('svg');
}
@font-face {
	font-family: 'proxima nova light';
	src: url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/proxima_nova_light-webfont.eot');
	src: url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'),
	url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/proxima_nova_light-webfont.woff') format('woff'),
	url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/proxima_nova_light-webfont.ttf') format('truetype'),
	url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/proxima_nova_light-webfont.svg#proxima_novalight') format('svg');
}
@font-face {
	font-family: 'proxima nova thin';
	src: url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/proxima_nova_thin-webfont.eot');
	src: url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/proxima_nova_thin-webfont.eot?#iefix') format('embedded-opentype'),
	url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/proxima_nova_thin-webfont.woff') format('woff'),
	url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/proxima_nova_thin-webfont.ttf') format('truetype'),
	url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/proxima_nova_thin-webfont.svg#proxima_novalight') format('svg');
}
@font-face{
	font-family: 'trade gothic bold';
	src: url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/TradeGothicBoldCondensedTwenty/tradegothic-boldcondtwenty-webfont.eot');
	src: url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/TradeGothicBoldCondensedTwenty/tradegothic-boldcondtwenty-webfont.eot?#iefix') format('embedded-opentype'),
	url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/TradeGothicBoldCondensedTwenty/tradegothic-boldcondtwenty-webfont.woff') format('woff'),
	url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/TradeGothicBoldCondensedTwenty/tradegothic-boldcondtwenty-webfont.ttf') format('truetype'),
	url('//s3.amazonaws.com/catalog-prod-s3-gallerys3-skf57zr7pimb/canvasnet/fonts/TradeGothicBoldCondensedTwenty/tradegothic-boldcondtwenty-webfont.svg#webfont') format('svg');
}

/* BASE STYLES */

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

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


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;
}

#home-page #feature h1 {
	font: 72px/1 'proxima nova bold';
	text-transform: uppercase;
	margin: 0 auto;
	color: #fff;
}
#home-page #feature h1 span {
	font: 40px/1 'proxima nova thin';
}
#home-page #feature h2 {
	font: 24px '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/arrowLeft_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;
}



@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 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: #fff;
}
.image-container .image-placeholder {
	width: 100%;
}

#page-links {
	display: inline-block;
    margin-right: 10px;
}

#page-links a {
	display: inline-block;
	padding: 5px 10px;
	color: rgb(7, 112, 163);
    font-size: 1em;
    font-family: LatoWeb, Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
}


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

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

.piped-list {
    margin-top: 9px;
}


#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: #1F52A3;
	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 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); }

/* New listing layout (2016 */
.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: 5px;
	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: #1F52A3;
	font-weight: bold;
	background-color: rgba(255,255,255,1);
 transition: all .6s ease-in-out
}
.new-layout .product-image .btn.btn-info.btn-lg:hover {
    background-color: rgba(255,255,255,.65);
}

.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;
    right: 10px;
	top: 10px;
}

.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: 21px; }

.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: 20px 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: 300px;
}

@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: left;
    margin: 0 auto;
    display: block;
}
/*CSS for custom Catalog landing page footer*/

/* changes color of footer */
#footer-bar {
    background-color: #3B8ACD;
    padding: 18px 0 18px 0;
    margin-top: -30px;
    margin-bottom: 20px;
}

/* hides the default footer */
#app-footer .container {
    display: none;
}

.carousel-inner .item img {
width: 100%;
}

.Dropdown__ToggleTextWrapper {
padding-top: 0; 
}

.btn-action {
margin-top: 10px;
}

#app-header h1 {
margin: 0;
padding-bottom: 50px;
}

.header-branding h1 a img {
height: auto;
}