/* Note that this file is connected to the Public View via the "publicViewCustomization.css" file that is uploaded using Staff View > Marketing > Public View > Configuration > Branding & Styling. */

/* START OF THEME */

@import url("/css/cosmo-custom/bootstrap.min.css"); /* Generated using https://bootstrap.build */

/* END OF THEME */



/* -------------------------------------------------------------------------------------------------------------------*/

/* Program Page Styles */

@media (min-width: 768px) {

.programSideNav {
	position: fixed;
	padding-bottom: 150px !important;
	min-height: 350px;
}

}

@media (max-width: 767px) {

.programSideNav {
	position: inherit;
}

}

/* Certificate Page Styles */

#pageCertificateProfile #contentModule1 {
	margin-bottom: 12px;
}

#certificateStreamsHeader {
	display: none;
	visibility: hidden;
}

#certificateProfileJumpToStreams {
	display: none;
	visibility: hidden;
}

.accordiondetails {
	padding: 11px 12px 11px 12px;
	float: right;
	font-weight: normal;
	font-size: 14px;
}

.programcredential {
	display: block; 
	font-size: 1.1em; 
	margin-right: 24px;
}

.btn-accordion {
	font-size: 1.0em !important;
}

/* Program Area Customizations */

/* Applied Data Science - Hide instructors button */

.PA0152 #buttonViewInstructors {
	display: none;
	visibility: hidden;
}

/* Microsoft Training - Hide course and instructors buttons */

/* .PA0150 .row:nth-child(1) {
	display: none;
	visibility: hidden;
} */

html, body {
	overflow-x: hidden;
}

a:active, a:focus {
	outline: 0;
	border: none;
	-moz-outline-style: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .subMenu > .active > a,
.dropdown-menu .subMenu > .active > a:hover,
.dropdown-menu .subMenu > .active > a:focus {
	background-color: #d6001c; /* NORTHSTAR */
}

#loginNameWrapper {
	display: inline-block;
	float: none;
	vertical-align: top;
}

#logoutLinkWrapper {
	display: inline-block;
	float: none;
	vertical-align: top;
}

/* Horizontal Rule Style */

hr.default-style {
	border: 0;
	height: 0;
	border-top: 1px solid #dddddd;
}

/* Course Page Layout */

#pageCourseProfile h1 > .nameAndCodeSeparator {
	display: none;
	visibility: hidden;
}

#pageCourseProfile h1 > .courseCode:nth-child(1) {
	font-weight: normal;
	font-size: 1.3rem;
	vertical-align: middle;
}

#pageCourseProfile h1 > .courseCode:nth-child(1)::after {
	content: "\A";
	white-space: pre;
}

#pageCourseProfile #courseProfileInstructionMethods {
	height: 20px;
	color: #9c897a;
}

#pageCourseProfile .orgUnitPublicName {
	color: #9c897a;
}

#pageCourseProfile #contentHeader {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#pageCourseProfile #courseProfileOfficialCourseDescription {
	margin-top: 4px;
}

#pageCourseProfile #courseProfileOfficialCourseDescription h2 {
	display: none;
	visibility: hidden;
}

#pageCourseProfile .courseimage {
	margin-top: 6px;
	margin-bottom: 8px;
	margin-right: 20px;
	width: 128px;
	height: 128px;
	float: left;
}

#pageCourseProfile h2 {
	font-size: 1.05rem;
	text-transform: uppercase;
	margin-top: 32px;
}

#pageCourseProfile #buttonJumpToSections {
	margin-bottom: 16px;
}

#pageCourseProfile #sectionEnrollmentHeader {
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 8px;
}

#pageCourseProfile #sectionEnrollmentHeader h2 {
	display: none;
	visibility: hidden;
}

.sectionHeaderTitle {
	display: none;
	visibility: hidden;	
}

#pageCourseProfile #sectionEnrollmentHeader::before {
	  content: "CHOOSE A SECTION...";
}

#pageCourseProfile #sectionEnrollmentHeader {
	font-size: 1rem;
	  text-transform: uppercase;
	  margin-top: 4px;
	  margin-bottom: 10px;
	  font-weight: bold;
}

#courseProfileFeaturedVideo {
	margin-bottom: 18px;
}

/* Colors KEEP */

.white {
	color: #fff;
}

.red {
	background-color: #d6001c;
}

.orange {
	background-color: #fca311; 
}

.darkorange {
	background-color: #f47c00; 
}

.burgundy {
	background-color: #9c0534; 
}

.rubinered {
	background-color: #ed0a72; 
}

.green {
	background-color: #b5be35; 
}

.gold {
	background-color: #ffcd00; 
}

/* Pathways */

#certificatePathwaysJobMarketOutlookWidget {
	margin-top: 32px;
}

/* Home Page guide cover animation */

#crossfade {
	position:relative;
	width:160px;
	height:220px;
}
#crossfade img {
	position:absolute;
	left:0;
	opacity: 1;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;    
	transition: opacity 1s ease-in-out;
}
 
@keyframes CrossFadeInOut {
  0% { opacity:1; }
  45% { opacity:1; }
  55% { opacity:0; }
  100% { opacity:0; }
}

#crossfade img.top {
animation-name: CrossFadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 4s;
animation-direction: alternate;
}

/* Program Area panel styles */

.panel-group .card {
	margin-bottom: 0.5rem;
}

.card-title {
	margin-bottom: 0;
}

/* Program Areas Page */

.pa-icon {
	margin-right: 8px !important;
	/* 	color: #d6001c; */
}

.pa-nav {
	color: #6f6259;
}

.pa-icon {
	color: #d6001c;
}

.active > .pa-icon {
	color: #fff;
}

h2 > .float-right > .pa-icon {
	color: #6f6259;
}

/* H2 Margin Top */

h2 {
	margin-top: 0.5rem;
}

/* Header 2 global navigation menu settings KEEP */

.mainNavBar.bg-light {
	background-color: #8d827a !important;
}

.navbar-brand {
	display: none;
	visibility: hidden;
}

@media (min-width: 768px) {

	#header2 .mainNavBar {
		height: 36px;
		min-height: 36px;
		width: auto;
		margin: 0 -9999rem;
		padding: 0.25rem 9999rem;
	}
	
	.mainNavBar .navbar-nav {
		margin: 0 0 0 auto;
	}
}

@media (max-width: 767px) {

	#header2 .mainNavBar {
		width: auto;
		margin: 0 -9999rem;
		padding: 0.25rem 9999rem;
		background-color: #8d827a;
	}
}

/* Collapsed menu styling KEEP */

@media (max-width: 767px) {
	
	#mainNavBarCollapsable li.active a.menuLink {
		color: #fff !important;
		background-color: #8d827a;
	}
	
	#mainNavBarCollapsable .dropdown-item {
		color: #fff !important;
	}
	
	#mainNavBarCollapsable .dropdown-menu {
		background-color: #8d827a;
		border: none;
		padding-top: 0px;
		padding-bottom: 16px;
		padding-left: 16px;
	}

	#mainNavBarCollapsable a.dropdown-toggle {
		color: #fff !important;
		padding-top: 11px;
	}

	#mainNavBarCollapsable #buttonLogout {
		padding-top: 11px;
	}

}

/* Manage crest and menu size DEFAULT */


@media (min-width: 992px) {
	#crest img {
		max-width: 266px;
		}
	.navbar-light.bg-light .navbar-nav > li > a  {
		  font-size: 16px;
		  padding-left: 15px;
		  padding-right: 15px;
		}
	}

@media (max-width: 991px) {
	#crest img {
		min-width: 210px;
		}
	.navbar-light.bg-light .navbar-nav > li > a  {
		font-size: 15px;
		  padding-left: 8px;
		  padding-right: 8px;
		}
}

@media (max-width: 345px) {
	#crest img {
	min-width: 190px;
	}
}

.portalMenu .active > a,
.sidebarScrollSpy .active > a {
	border-left: 5px solid #d6001c;
}

/* Manage crest and menu size  TI */


@media (min-width: 992px) {
	#crestTI img {
		max-width: 340px;
		}
	}

@media (max-width: 991px) {
	crestTI img {
		min-width: 210px;
		}
}

@media (max-width: 345px) {
	crestTI img {
	min-width: 190px;
	}
}

/* Manage crest and menu size SSE */


@media (min-width: 992px) {
	#crestSSE img {
		max-width: 145px;
		z-index: 100;
		position:relative;
		}
	}

@media (max-width: 991px) {
	#crestSSE img {
		max-width: 145px;
		z-index: 100;
		position:relative;
		}
}

@media (max-width: 766px) {
	#crestSSE img {
		max-width: 100px;
		z-index: 100;
		position:relative;
	}
}




/* Header 3 global navigation menu */

.navbar-light.bg-light {
	background-color: #8d827a;
	color:#fff;
	border: 0;
	margin-bottom: 0;
	font-size: 16px;
}

.navbar-light.bg-light .navbar-nav > li > a  {
  padding-bottom: 11px;
  padding-top: 0px;
  padding-left: 28px;
  padding-right: 0px;
}

/* Online Learning Brick Background on Home Page */


@media (min-width: 1024px) {
	#onlineFeature {
		background: url(/images/onlinelearning.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-color: #a6192e;
		}
	}

@media (max-width: 1023px) {
	#onlineFeature {
		background: url(/images/onlinelearning-bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-color: #a6192e;
		}
	}

/* Cards */


.card-img-top {
	width: 100%;
	height: 10vw;
	object-fit: cover;
	min-height: 100px;
/*  max-height: 180px; */
}

/* Page Headers */

#pageHeader {
	margin-top: 15px;
}

/* Hide the Request Information button on the unavailable sections message */

#buttonCourseInquiry {
	display: none;
	visibility: hidden;
}

/* Hide the Print Registration Policies link during checkout */

#printPoliciesLink {
	display: none;
	visibility: hidden;
}

/* Policy Confirmation */

/* #policyConfirmationCheckboxWrapper {
	padding: 20px 0 20px 0;
	margin-top: 40px;
	border: 1px solid #d6001c;
	text-align: center;
}

#policyConfirmation {
	margin-left: 0px;
} */

/* Hide course profile instructors KEEP */

#courseProfileInstructors {
	display: none;
}

/* Course Wait List label */

.courseProfileSectionAvailability_waitlist_available, .courseProfileSectionAvailability_late_enrollment {
	color: #f47c00;
}

/* Move home page mainContentWrapper up 1 freaking pixel KEEP */

#pagePublicHome #header3Wrapper {
	display: none;
}

/* Home page contentModule2 top margin increase */

#pagePublicHome #contentModule2 {
	margin-top: 24px;
}

/* Hide "I have an account already" on Instructor Login page KEEP */

#pageInstructorLogin .sectionHeader {
	display: none;
	visibility: hidden;
	height: 0;
}

/* Footer margin on home page */

#pagePublicHome #footer {
	margin-top: 0;
}


/* Highlight items */

.newsItemSummary {
	display:table;
	margin-bottom: 20px;
}

.newsItemSummary h6 {
	margin-top: 2px;
	font-weight: normal;
	font-style: italic;
}

.upcomingItemDate {
	display: none;
	visibility: hidden;
}

.fullStoryLinkContainer {
	text-align: left;
}

#buttonBacktoHeadlines {
	margin-bottom: 10px;
}

/* Highlight items in student and intructor portals */

#pageStudentHome .newsItemSummary {
	display: none;
}

#pageStudentHome .newsItemHeader {
	margin-top: 22px;
}

#pageInstructorHome .newsItemSummary {
	display: none;
}

#pageInstructorHome .newsItemHeader {
	margin-top: 22px;
}

/* View Courses Button Colour KEEP */

#buttonViewCourses.btn-secondary {
		color:#fff;
		background-color:#d6001c;
		border-color:#ca0b00;
	}
	
#buttonViewCourses.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active,.btn-secondary.active,.open .dropdown-toggle.btn-secondary {
		color:#fff;
		background-color:#ba0a00;
		border-color:#8c0700;
	}
	
/* Email, Remind, Print Buttons */

#buttonCourseProfileActionEmail.btn, #buttonCourseProfileActionRemind.btn, #buttonCourseProfileActionPrint.btn {
	background-color: #e8e6e4;
}

#buttonCourseProfileActionEmail.btn:hover, #buttonCourseProfileActionRemind.btn:hover, #buttonCourseProfileActionPrint.btn:hover {
	background-color: #cccbc9;
}

#buttonCourseProfileActionEmail.btn:active, #buttonCourseProfileActionRemind.btn:active, #buttonCourseProfileActionPrint.btn:active {
	background-color: #bebdbb;
}

#buttonCourseProfileActionRemind.btn {
	display: none;
	visibility: hidden;
}
	
/* Indent blocks of text */

.tab-indent { margin-left: 20px; }


/* Cookie Consent Panel */

.cc-window {
	background-color: #9c0534 !important;
	padding: 40px !important;
}

#cookieconsent\:desc.cc-message {
	display: flex;
}

#cookieconsent\:desc.cc-message p {
	vertical-align: middle !important;
	margin: 0px;
}

.cc-btn {
	margin: 0 0 0 20px !important;
	font-weight: normal !important;
	font-size: 12pt !important;
}

.cc-btn, .cc-btn:link, .cc-btn:visited {
	margin-top: 10px !important;
	padding: 10px 15px !important;
	color: #fff !important;
	background-color: transparent !important;
	border-radius: 8px !important;
	border-color: #fff !important;
	border-width: 2px !important;
	transition: background-color 500ms ease, border-color 500ms ease !important;
}

.cc-btn:hover, .cc-btn:active, .cc-btn:focus {
	color: #ffffff !important;
	background-color: #f47c00 !important;
	border-color: transparent !important;
	text-decoration: none !important;
	outline: 0;
}

.cc-deny {
	display: none !important;
	visibility: hidden !important;	
}

.cc-compliance {
	margin-right: 120px;
}

/* Certificate View Course Selections Button Spacing */

#certificateProfileJumpToStreams {
		margin-top: 8px;
		margin-bottom: 8px;
	}

/* Search breadcrumb arrow */

#searchBreadcrumbBackIcon {
	font-size: 16px;
	vertical-align: middle;
}


/* Unbold active breadcrumb */

.breadcrumb > .active {
	font-weight: normal;
}

/* Hide Additional Details on certificate pages */

#certificateAdditionalDetailsContainer {
		visibility: hidden;
		display: none;
		height: 0px;
	}
	
/* Hide View Courses and Instructors on Liberal Arts page */

.catalog.programArea.PA0096 #buttonViewCourses {
		visibility: hidden;
		display: none;
	}
	
.catalog.programArea.PA0096 #buttonViewInstructors {
		visibility: hidden;
		display: none;
	}

/* Hide banner on all pages but home page. Search box styling. */

#header2 .container-fluid {
		visibility: hidden;
		height: 0px;
	}

#pagePublicHome #header2 .container-fluid {
		visibility: visible;
		height: auto;
	}

/* Hide standard search box on various pages */

#corporatetraining #quickSiteSearchWrapper {
		visibility: hidden;
		display: none;
		height: 0;
	}

#pagePublicHome #quickSiteSearchWrapper {
		visibility: hidden;
		display: none;
		height: 0;
	}

#header1Wrapper #quickSiteSearchWrapper {
		visibility: hidden;
		display: none;
		height: 0;
	}
	
#students #quickSiteSearchWrapper {
		visibility: hidden;
		display: none;
		height: 0;
	}
	
#corporatetraining #quickSiteSearchWrapper {
		visibility: hidden;
		display: none;
		height: 0;
	}
	
#instagram #quickSiteSearchWrapper {
		visibility: hidden;
		display: none;
		height: 0;
	}
	
#pagePublicHome #header3Container {
		height: 0;
	}

#grad2021 #quickSiteSearchWrapper {
	visibility: hidden;
	display: none;
	height: 0;
}

#grad2022-1 #quickSiteSearchWrapper {
	visibility: hidden;
	display: none;
	height: 0;
}

#grad2022-2 #quickSiteSearchWrapper {
	visibility: hidden;
	display: none;
	height: 0;
}

#grad2022-3 #quickSiteSearchWrapper {
	visibility: hidden;
	display: none;
	height: 0;
}

#grad2022-4 #quickSiteSearchWrapper {
	visibility: hidden;
	display: none;
	height: 0;
}

#grad2022-guests #quickSiteSearchWrapper {
	visibility: hidden;
	display: none;
	height: 0;
}

	
/* Search box styling on home page KEEP */

@media (min-width: 768px) {

	#quickSiteHomeSearchWrapper {
		width: 100%;
		box-sizing: border-box;
		display: flex;
		position: absolute;
		top: 55%;
		margin-left: -15px;
		margin-right: -15px;
		justify-content: center;
		background: url(/images/banners/searchbox-50.png);
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 53px;
		padding-bottom: 20px;
	}
	
	#quickSiteSearch {
		width: 30%;
		float: right;
	}
	
	#quickSiteHomeSearchWrapper #quickSiteSearch {
		width: 40%;
	}
	
	#quickSiteHomeSearchWrapper h2 {
		box-sizing: border-box;
		position: absolute;
		top: 14px;
		color: #fff;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 0px;
		-webkit-font-smoothing: subpixel-antialiased;
		text-shadow: 0px 0px 7px #292929;
	}
	
	#quickSiteHomeSearchWrapper h3 {
		display: none;
	}

}

@media (max-width: 767px) {
	
	#quickSiteHomeSearchWrapper {
	position: relative;
	width: 100%;
	margin: 0px auto 24px auto;
	}
	
	#quickSiteHomeSearchWrapper .input-group {
	width: inherit;
	}
	
	#quickSiteHomeSearchWrapper h2 {
	display: none;
	}
	
	#quickSiteHomeSearchWrapper h3 {
	text-align: center;
	}
	
	/* Hide banner image on mobile */

	#pagePublicHome #header2 .container-fluid img.img-fluid {
	visibility: hidden;
	height: 0;
	}

}


/* Carousel image sizing */

.carousel {
  min-height: 200px;
}

.carousel-inner > .item > img {
  height: 100%;
  max-width: 600%;
}

/* Carousel headings on Home Page */

.carousel-caption {
	text-shadow: 1px 1px 7px rgba(0,0,0,1);
}

.carousel-content {
	text-align: center;
	padding-top: 42px;
}

h2.carousel-title {
	color:#fff;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 26px;
}

.carousel-content p {
	color: #fff;
}

/* Carousel Buttons */

.btn-carousel,.btn-carousel:link,.btn-carousel:visited {
font-size: 12pt;
margin-top: 10px;
color: #555555;
background-color: rgba(255,255,255,.7);
border-radius: 8px;
transition: background-color 500ms ease,border-color 500ms ease;
border-color: rgba(212, 212, 212, 0.8);
border-width: 2px;
padding: 10px 15px;
}

.btn-carousel:hover,.btn-carousel:active,.btn-carousel:focus {
color:#555555 !important;
background-color: rgba(255,255,255, 0.9) !important;
border-color: rgba(212, 212, 212, 0.8) !important;
}

.btn-carousel,.btn-carousel:link {
padding: 10px 30px;
margin: 5px 0 25px 0;
}

/* Search styling everywhere else KEEP */

#quickSiteSearchWrapper {
		margin: 10px 0 20px auto;
		flex-basis: 100%;
	}

@media (max-width: 768px) {
#quickSiteSearch {
	width: auto;
	}
}
	
/* Nav bar KEEP */

.navbar-toggler {
	margin-right: auto !important;
}


/* Main page background */

#pageContainer {
  background-color: #fff;
}

/* Header 1 */

#header1Wrapper {
	border-top: 7px solid #d6001c;
	height: 64px;
	font-size: 14px;
}

.navbar-dark.bg-dark {
  background-color: #8d827a;
}

/* Footer 1 */
#footer1Wrapper {
 background-color: #8d827a;
 padding: 25px 25px 15px 25px;
 color: #fff;
}

/* Footer 2 */
#footer2Wrapper .container {
  /* background-color: <Insert Color Code>; */
}

/* Section Header */
#sectionEnrollmentHeader {
  background-color: #fff;
  padding: 0;
  border: none;
  border-color: #fff;
  box-shadow: none;
}

/* Certificate Title Header */

#pageCertificateProfile #contentHeader {
	margin: 0 0 24px 0;
}

#pageCertificateProfile .orgUnitPublicName {
	padding-bottom: 18px;
	color: #9c897a;
}

/* Certificate Course Header */
#certificateStreams .sectionHeader {
  background-color: #fff;
  padding: 0;
  border: none;
  border-color: #fff;
  box-shadow: none;
}

@media (min-width: 768px) {
	#certificateStreamsHeader {
	margin-top: 8px;
	}
}

/* Shopping Cart Icon */
#cartInfo .glyphicon-shopping-cart {
	color: white;
}

@media (max-width: 991px) {
	#cartInfo {
	text-align: right;
	}
}

/* Footer top margin */
#footer {
	margin-top: 20px;
}

/* Course list images off */

#courseSearchResult_list .featuredImage {
	display: none;
}


/* Course grid images */

#courseSearchResult_grid .featuredImage {
	object-fit: cover;
	margin-bottom: 4px;
} 


/* Available course tag color - grid view */
#courseSearchResult_grid .courseAvailability_available {
	background: #aeb439  !important;
	font-weight: normal;
}

/* Available course tag color - list view */
#courseSearchResult_list .courseAvailability_available {
	background: none  !important;
	font-weight: normal;
	color: #aeb439;
}

/* Available course tag color - course page */
#courseSectionsAccordion .courseProfileSectionAvailability_available {
	color: #b5be35;
	font-weight: normal;
}

/* Modal dialog background color fix */
.modal-backdrop {
  z-index: -1;
}

/* Certificate hours/courses required formatting */
#certificateNumRequired {
	font-weight: bold;
}

/* Certificate description */
#certificateOfficalDescription {
	padding-top: 10px;
}

/* Certificate course listing header */
#certificateStreams .sectionHeader {
	padding-top: 0;
	padding-bottom: 0;
}

/* Course listing header */
#courseProfileSections .sectionHeader {
	padding-top: 0;
	padding-bottom: 0;
}

/* Section header */
#sectionEnrollmentHeader h2 {
	font-size: 20px;
}


/* News Item Header Spacing */
h4.newsItemHeader {
	margin-top: 14px;
	margin-bottom: 4px;
}


/* Grid template */

.gridpage {
	width:100%; 
	height:75px; 
	background-color:#eee; 
	text-align:center; 
	vertical-align:middle;
}

.gridpage p {
	color:#fff; 
	line-height:75px; 
	font-size:16px;
}

/* Footer icons */

#footer-widgets a {
display:block;
float:left;
margin-right:5px;
margin-left:0px;
margin-bottom: 20px;
opacity:1 !important;
}

#footer-widgets a img {
display:block;
float:left;
margin-left:0px;
opacity:1;
width:32px;
height: 32px;
border-radius: 4px;
cursor: hand;
}

#footer-widgets .email img {
	width: 32px;
	height: 32px;
	margin-right: 15px;
}

#footer-widgets .facebook img {
	width: 32px;
	height: 32px;
	margin-right: 15px;
}

#footer-widgets .youtube img {
	width: 32px;
	height: 32px;
	margin-right: 15px;
}

#footer-widgets .twitter img {
	width: 32px;
	height: 32px;
	margin-right: 15px;
}

#footer-widgets .linkedin img {
	width: 32px;
	height: 32px;
	margin-right: 15px;
}

#footer-widgets .instagram img {
	width: 32px;
	height: 32px;
	margin-right: 15px;
}

#footer-widgets .tiktok img {
	width: 32px;
	height: 32px;
	margin-right: 15px;
}

/* AddThis Footer Icons */

#footer-widgets .addthis_horizontal_follow_toolbox .at-icon {
	fill: rgb(141,130,122) !important;
}

#footer-widgets .addthis_horizontal_follow_toolbox .at-follow-btn {
	margin-right: 17px;
	margin-bottom: 0px;
}


/* Footer address */

.footerContact {
	font-size: 12px;
	text-align: right;
	font-style: normal;
}

#footerNav .footerLinks {
	display:block;
	float: left;
	width:100%;
	margin-top: 44px;
	font-style: normal;
}

#footerNav .footerLinks a {
	font-size: 12px;
	text-align: left;
	color: #fff;
}

.footerLinksSpacer {
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
}

/* Footer content center alignment at xs size */

@media (max-width: 768px) {
	
	.footerContact {
		text-align:center;
		float: none;
	}
	#footerNav .footerLinks {
		margin-top: 12px;
		padding-top: 0;
		margin-bottom: 18px; 
	}
	#footerNav .footerLinks a {
		float: none;
		display: table;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 6px;
		}
	.footerLinksSpacer {
		display: none;
	}
	#footer-widgets {
		float: none;
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
	}
}

/* History description list */

#historyList dt {
	color: #fff;
	padding: 3px 6px 3px 6px;
	background-color: #f47c00;
	border-radius: 4px;
}

#historyList dd {
	margin-bottom: 18px;
}


/* Image gaps */

.gap-right {
  margin-right: 10px; 
}

.gap-left {
  margin-left: 10px; 
}

.gap-top {
  margin-top: 10px; 
}

.gap-bottom {
  margin-bottom: 10px; 
}

/* NEW Certificate Badges */

.badge.badge-pill.new {
	background-color: #d6001c;
}

/* Web Services generated certificate timetable styles */

#CourseSearchResult1 {
	width: auto;
}

#CourseSearchResult2 {
	width: auto;
}

#CourseSearchResult3 {
	width: auto;
}

#CourseSearchResult4 {
	width: auto;
}

#CourseSearchResult5 {
	width: auto;
}

#CourseSearchResult6 {
	width: auto;
}

th.cert-stream {
	width: 10%;
}

th.cert-course {
	width: 28%;
}

th.cert-number {
	width: 10%;
}

th.cert-hours {
	width: 5%;
	color: #3d3d3d;
	text-decoration: none;
}

th.cert-fee {
	width: 7%;
	color: #3d3d3d;
	text-decoration: none;
}

th.cert-start.cert-end {
	width: 9%;
}

th.cert-days {
	width: 7%;
	color: #3d3d3d;
	text-decoration: none;
}

th.cert-time {
	width: 8%;
	color: #3d3d3d;
	text-decoration: none;
}

th.cert-location {
	width: 10%;
}


/* Web Services generated timetable styles - Created for Taylor Institute */

.courseScheduleTable {
	cursor: pointer;
	color: #d6001c;
	}
	
.courseScheduleTable:hover {
	text-decoration: underline;
	}
	
#schedule-timetable h1 {
	display: none;
	visibility: hidden;
}


/* Background Colours */

.glance-bk-color-one {
	background-color: #fca311;
}

.glance-bk-color-two {
	background-color: #f47c00;
}

.glance-bk-color-three {
	background-color: #d6001c;
}

/* table styles */

.glance-courses {
	border: 1px solid #ededed;
	margin-bottom: 30px;
}

.glance-width-particular {
	text-align: left;
	width: 40%;
}

.glance-icon-row {
	text-align: center;
}

.glance-courses .table {
	margin-bottom: 0px;
}

.glance-courses thead tr th {
	font-weight: normal;
	font-weight: normal;
	height: 36px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.glance-courses .fa {
	padding: 0 5px 0 5px;
}


/* History Timeline Styles */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.red {
  background-color: #d6001c !important;
}

.timeline-badge.orange {
  background-color: #fca311 !important;
}

.timeline-badge.darkorange {
  background-color: #f47c00 !important;
}

.timeline-badge.green {
  background-color: #b5be35 !important;
}

.timeline-badge.burgundy {
  background-color: #9c0534 !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.timeline fa {
	color: #fff;
}

/* Cards REPLACED BY BOOTSTRAP 4 CARDS */

/*
.card {
	  display: block;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #D4D4D4;
}
.img-card {
	width: 100%;
	height:180px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	display:block;
	overflow: hidden;
}
.img-card img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.card-content {
	padding:15px;
	text-align:left;
}
.card-title {
	margin-top:0px;
}
.card-read-more {
	border-top: 1px solid #D4D4D4;
}
.card-read-more a {
	text-decoration: none !important;
	padding: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
*/


/* Styles for more student stories page */

#studentgrid {
	font: 10pt normal Arial, sans-serif;  
	height: auto;
	margin: 0px auto 0 auto;  
	text-align: center;
}

#studentgrid .box {  
	border: 0px;  
	cursor: pointer;
	height: 112px;  
	float: left;  
	margin: 0px 6px 6px 0px;
	position: relative;  
	overflow: hidden;  
	width: 112px;  
/*
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;  
	-moz-box-shadow: 1px 1px 1px 1px #ccc;  
	box-shadow: 1px 1px 1px 1px #ccc; 
*/ 
}  
  
#studentgrid .box img {  
	position: absolute;  
	left: 0;  
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}  

/*
#studentgrid td, th { 
	border: 0px; 
	padding-bottom: 7px; 
	padding-right: 7px;
}
*/

#studentgrid .box .caption {  
	background-color: #d6001c;
	/* background-color: rgba(0,0,0,0.8); */
	position: absolute;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;  
	-moz-transition: all 300ms ease-out;  
	-o-transition: all 300ms ease-out;  
	-ms-transition: all 300ms ease-out;  
	transition: all 300ms ease-out;  
	left: 0;  
}


#studentgrid .box .fade-caption, #studentgrid .box .scale-caption {  
	opacity: 0;  
	width: 112px;  
	height: 112px;  
	text-align: left;
	padding: 6px;  
}

#studentgrid .box:hover .fade-caption {  
	opacity: 1;  
}

#studentgrid h3 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 12px;
}

#studentgrid p {
	font-size: 11px;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}

#studentgrid a {
	text-decoration: none;
}

#morestudents {
	clear: both;
}

/* Hide on mobile */

@media (max-width: 767px) {

	.mobile-hide {
		display: none;
	}
	
}

/* Hero Boxes on Home Page KEEP */

.herobox {
	padding: 20px;
}

.herocontent {
	text-align: center;
	padding: 50px 0 50px 0;
}

.herocontent-right {
	text-align: right;
	padding: 50px 80px 50px 0;
}

.herocontent-left {
	text-align: left;
	padding: 50px 0px 50px 40px;
}

.herocontent-left-textheavy {
	text-align: left;
	padding: 40px 40px 30px 40px;
}

@media (max-width: 767px) {

	.herocontent-right {
		text-align: center;
		padding: 50px 0 50px 0;
	}
	
	.herocontent-left {
		text-align: center;
		padding: 50px 0 50px 0;
	}
	
	.herocontent-left-textheavy {
		text-align: left;
		padding: 40px 0px 30px 40px;
	}
}

h2.herotitle {
	color: #fff;
	padding: 0 0 8px 0;
	margin: 0;
}

h1.herotitle {
	color: #fff;
	text-decoration: none;
}

h1.herotitle a {
	color: #fff;
	text-decoration: none;
}

.herobox p {
	color: #fff;
}


/* Ghost Buttons KEEP */

.btn-ghost, .btn-ghost:link, .btn-ghost:visited {
	font-size: 12pt;
	margin-top: 10px;
	padding: 10px 15px;
	color: inherit;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 8px;
	border-color: inherit;
	border-width: 2px;
	transition: background-color 500ms ease, border-color 500ms ease;
}

.btn-ghost:hover, .btn-ghost:active, .btn-ghost:focus {
	color: #ffffff !important;
	background-color: #d6001c !important;
	border-color: #d6001c !important;
}

.red-back.btn-ghost:hover, .red-back.btn-ghost:active, .red-back.btn-ghost:focus {
	color: #ffffff !important;
	background-color: #f47c00 !important;
	border-color: #f47c00 !important;
}

/* Student Stories Box on Home Page */

@media only screen and (min-width: 471px) {

	#studentStories {
		background: url(/homeTiles/images/students-main7.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	
	#studentStories .herocontent {
		text-align: left;
		padding-left: 35px;
		padding-top: auto;
		padding-bottom: auto;
	}

}

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

	#studentStories {
		background: none;
		background-color: #d6001c;
		padding: 0px;
	}
	
	#studentStories .herocontent {
		text-align: center;
		padding-top: auto;
		padding-bottom: auto;
	}

}

/* Email Subscribe Box on Home Page */

#emailSubscribe {
	background: url(/homeTiles/images/email.png);
	background-repeat: repeat;
	padding: 0px;
}

#emailSubscribe .herocontent {
	padding-top: auto !important;
	padding-bottom: auto !important;
}


/* Certificate Feature Boxes */

.featurebox {
	border: 2px dotted #d6001c;
	border-radius: 16px;
	margin: 20px 0 20px 0;
}

.featurecontent {
	text-align: left;
	padding: 24px 0 8px 0;
}

h3.featuretitle {
	padding-left: 15px;
}

.featurecontent li {
	margin-bottom: 6px;
}


/* Blockquote style */

blockquote {
  background: #f5f5f5;
  font-size: 1em;
  border-left: .7em solid #ccc;
  margin: 0em 0em;
  padding: 0em 1em;
  line-height: 1.2em;
  quotes: "\201C""\201D";
}

blockquote:before {
  color: #808080;
  content: open-quote;
  font-size: 4em;
  line-height: 0;
  vertical-align: -.41em;
  padding: 0 .1em 0 .1em;
  }

blockquote:first-child {
  display: absolute;
  padding-top: 1.3em;
}

blockquote:last-child {
  display: absolute;
 }
 
 blockquote footer {
	 padding-bottom: 20px;
 }
 
 blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: none;
}

/* Canada-Alberta Job Grant Well on Corporate Training page */

#jobgrantwell {
	background-image: url("/homeTiles/images/grant.jpg");
	color: #fff;
	text-align: center;
	line-height: normal;
}

/* Google Search Results */

#pageSiteSearchResults .gs-title {
	color: #d6001c;
}

#pageSiteSearchResults .gs-title b {
	color: #d6001c;
}

#pageSiteSearchResults .gsc-thumbnail-inside {
	padding-left: 0px;
}

#pageSiteSearchResults .gsc-url-top {
	padding-left: 0px;
}

/* Certificate Number of Hours Required */

#certificateNumRequired {
	font-size: 20px;
}

/* Nav Tabs Style */

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: red;  
}

/* Nav Tabs Style */

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: red;  
}

/* Nav Submenu (My Profile in Portal) */

#studentMenu .subMenu a {
	color: #999;
}

/* Student Login Page formatting */

/* #pageStudentLogin #newStudentDiv {
	display: none;
} */

#pageStudentLogin .sectionHeader {
	border: none;
}

#pageStudentLogin .sectionHeader h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
}

#pageStudentLogin #existingStudentDiv .sectionHeader {
	visibility: hidden;
	display: none;
}

#pageCheckoutLogin .sectionHeader h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
}

#pageCheckoutLogin #userLoginCheckout {
	visibility: hidden;
	display: none;
}

/* Correct Marketing Question formatting during checkout */

.marketingQuestionContainer label {
	padding-top: 0px !important;
}

/* Rubine Buttons */

.btn-rubine {
	color: #fff;
	background-color: #ed0a72;
	border-color: #ed0a72
}

.btn-rubine:hover {
	color: #fff;
	background-color: #c0085c;
	border-color: #c0085c
}

.btn-rubine:focus,
.btn-rubine.focus {
	box-shadow: 0 0 0 .2rem rgba(237, 10, 114, 1)
}

.btn-rubine.disabled,
.btn-rubine:disabled {
	color: #fff;
	background-color: #ed0a72;
	border-color: #ed0a72
}

.btn-rubine:not(:disabled):not(.disabled):active,
.btn-rubine:not(:disabled):not(.disabled).active,
.show>.btn-rubine.dropdown-toggle {
	color: #fff;
	background-color: ##ed0a72;
	border-color: #000
}

.btn-rubine:not(:disabled):not(.disabled):active:focus,
.btn-rubine:not(:disabled):not(.disabled).active:focus,
.show>.btn-rubine.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(237, 10, 114, 1)
}

.btn-outline-rubine {
	color: #ed0a72;
	background-color: transparent;
	background-image: none;
	border-color: #ed0a72
}

.btn-outline-rubine:hover {
	color: #222;
	background-color: #ed0a72;
	border-color: #ed0a72
}

.btn-outline-rubine:focus,
.btn-outline-rubine.focus {
	box-shadow: 0 0 0 .2rem rgba(237, 10, 114, 1)
}

.btn-outline-rubine.disabled,
.btn-outline-rubine:disabled {
	color: #ed0a72;
	background-color: transparent
}

.btn-outline-rubine:not(:disabled):not(.disabled):active,
.btn-outline-rubine:not(:disabled):not(.disabled).active,
.show>.btn-outline-rubine.dropdown-toggle {
	color: #fff;
	background-color: #ed0a72;
	border-color: #ed0a72
}

.btn-outline-rubine:not(:disabled):not(.disabled):active:focus,
.btn-outline-rubine:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-rubine.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(237, 10, 114, 1)
}

/* Callouts */
	
.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}
.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout code {
	border-radius: 3px;
}
.bs-callout+.bs-callout {
	margin-top: -5px;
}
.bs-callout-default {
	border-left-color: #6e6e6e;
}
.bs-callout-default h4 {
	color: #6e6e6e;
}
.bs-callout-primary {
	border-left-color: #d6001c;
}
.bs-callout-primary h4 {
	color: #d6001c;
}
.bs-callout-success {
	border-left-color: #468847;
}
.bs-callout-success h4 {
	color: #468847;
}
.bs-callout-danger {
	border-left-color: #b94a48;
}
.bs-callout-danger h4 {
	color: #b94a48;
}
.bs-callout-warning {
	border-left-color: #c09853;
}
.bs-callout-warning h4 {
	color: #c09853;
}
.bs-callout-info {
	border-left-color: #f47c00;
}
.bs-callout-info h4 {
	color: #f47c00;
}

/* Buttons with Labels */

.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}

/* Certificate Course Stream Description */

p.form-text {
	font-style: italic;
	font-size: small;
	margin-top: 20px;
}

/* Registration Policy window - increase height */

#registrationPolicies {
	height: 220px;
}

/* Hide Hold for Pickup option on transcript request form */

.transcriptRequestDetailsholdForPickUp {
	visibility: hidden;
	display: none;
	height: 0px;
}

/* Student Profile - Hide Info from Portal Profile and Checkout Profile */

#studentProfileAdditionalInformationPanel {
visibility: hidden; display: none;}

#studentProfilePreferredContactMethodContainer {
visibility: hidden; display: none;}

#studentProfileEmployerHeader {
visibility: hidden !important; display: none !important; }

/*
#studentProfileContactHeader {
visibility: hidden;display: none;}

#studentProfileAdditionalInformationContainer {
visibility: hidden;display: none;}
*/


/* INTERNATIONAL STUDENT PROFILE FORM */

/* Emergency Contact > Remove/Hide Relationship to Emergency Contact */
#pageCheckoutProfile #emergencyContactRelationshipSubContainer {
visibility: hidden;display: none;}
/* Emergency Contact > Remove/Hide Address 1 */
#pageCheckoutProfile #emergencyAddress1SubContainer {
visibility: hidden;display: none;}
/* Emergency Contact > Remove/Hide Address 2 */
#pageCheckoutProfile .form-group#emergencyAddress2SubContainer {
visibility: hidden;display: none;}
/* Emergency Contact > Remove/Hide City */
#pageCheckoutProfile #emergencyContactCitySubContainer {
visibility: hidden;display: none;}
/* Emergency Contact > Remove/Hide Province/State */
#pageCheckoutProfile #emergencyContactProvinceStateSubContainer {
visibility: hidden;display: none;}
/* Emergency Contact > Remove/Hide Other State */
#pageCheckoutProfile #emergencyContactOtherStateSubContainer {
visibility: hidden;display: none;}
/* Emergency Contact > Remove/Hide Country */
/* Emergency Contact > Remove/Hide Postal/Zip */
#pageCheckoutProfile #studentProfileEmergencyContactInfoCountryRow {
visibility: hidden;display: none;}
/* International Student Information > Immigration Status > Remove/Hide Please indicate whether you are currently... */
#pageCheckoutProfile #internationalStudentArrivalDateWrapper {
visibility: hidden;display: none;}
/* International Student Information > Visa Type > Remove/Hide Issuing Country */
#pageCheckoutProfile #internationalStudentPassportIssuingCountryColWrapper {
visibility: hidden;display: none;}
/* International Student Information > Visa Type > Remove/Hide Passport Expiry */
#pageCheckoutProfile #internationalStudentPassportExpiryWrapper {
visibility: hidden;display: none;}
#pageCheckoutProfile #HERE {
visibility: hidden;display: none;}


/* Course Inquiry Form - Hide 'How may we help you' text field */

#studentRequestInformation #requestInformation [for="commentArea"] {
visibility: hidden;display: none;}

#studentRequestInformation #requestInformation textarea {
visibility: hidden;display: none;}

#studentRequestInformation #requestInformation .characterCounter {
visibility: hidden;display: none;}

/* Tuition Profile Name padding */
.tuitionProfileName {padding-right: 8px;}


/* CONFERENCES */

/* Conference marketingQuestionContainer */

.marketingQuestionContainer legend {
/* 	font-weight: bold; */
	padding-top: 10px;
}

/* Make all Marketing Questions bold */

.marketingQuestionContainer label {
/* 	font-weight: bold; */
	padding-top: 10px;
}

/* Conference profile hidden sections */

#studentProfileEducationCredentialPanel {
	visibility: hidden;
	display: none;
}


/* CPE 222 - Hide Credit Type in Fees */

/* !!!!! USE SECTION NUMBER NOT COURSE NUMBER !!!!! */

/* CPE 222-001 */
#courseSectionDetails_47001576 .creditType {visibility: hidden ;display: none;}