@import url('https://fonts.googleapis.com/css?family=Open Sans:300,400,600');
html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

body {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	color: #333;
}

* {
	box-sizing: border-box;
}

.display-block {
	display: block;
}

.hidden {
	display: none;
}

.justify-center {
	justify-content: center;
}

.mb-none {
	margin-bottom: 0;
}

.max-width-container {
	max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
span,
li,
img,
input,
button {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

h1,
h2,
h3 {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 38px;
	line-height: 1.1;
}

h2 {
	font-size: 30px;
	line-height: 1.1;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 0.9em;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	color: #0090ba;
}
a.link-secondary{
	text-decoration: underline;
	font-weight: 600;
	line-height: 1.5rem;
}

p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

ul {
	margin-left: 18px;
}

.bg-dark-grey {
	background: #2d2e2c;
}

.bg-darker-grey {
	background: #1e1e1e;
}

.bg-light-black {
	background-color: #1e1e1e;
}

.bg-purple {
	background-color: #a53381;
}

.bg-black {
	background: #000000;
}

.bg-teal {
	background: #0090ba;
}

.bg-blue {
	background: #0085a6;
}

.bg-yellow {
	background: #facc21;
}

.bg-white {
	background: #ffffff;
}

.bg-green {
	background: #5ea044;
}

.bg-off-white {
	background: #f9f8f6;
}

.bg-dark-off-white {
	background: #e4e4df;
}

.text-white {
	color: #ffffff;
}

.text-off-white {
	color: #f2f2f2;
}

.text-yellow {
	color: #facc21;
}

.text-grey {
	color: #717c81;
}

.text-teal {
	color: #0090ba;
}

.text-blue {
	color: #0085a6;
}

.text-black {
	color: #000000;
}

.text-center {
	text-align: center;
}

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

.text-purple {
	color: #B3469C;
}

.bg-primary {
	background: #0090ba;
}

.text-primary {
	color: #0090ba;
}

.text-20 {
	font-size: 20px;
}

.btn-primary {
	background: #facc21;
	color: #1a1919;
	width: 150px;
	font-weight: 600;
}

.btn-primary-large {
	background: #facc21;
	color: #1a1919;
	width: 170px;
	font-weight: 600;
}

.btn-primary-fit {
	background: #facc21;
	color: #1a1919;
	font-weight: 600;
}

.btn-primary-alt {
	background: #1a1919;
	color: #ffffff;
	width: 150px;
	font-weight: 600;
	padding-right: 8px;
	padding-right: 0.5rem;
	padding-left: 8px;
	padding-left: 0.5rem;
}

.btn-primary-alt-large {
	background: #1a1919;
	color: #ffffff;
	width: 150px;
	font-weight: 600;
	padding-right: 8px;
	padding-right: 0.5rem;
	padding-left: 8px;
	padding-left: 0.5rem;
}

.btn-outline {
	border: 1px solid #ffffff;
	padding: 8px 0;
	padding: 0.5rem 0;
	width: 145px;
	text-align: center;
	color: #ffffff;
}

.btn-primary .icon {
	color: #1a1919;
}

.btn-primary:hover,
.btn-primary-large:hover,
.btn-primary-fit:hover,
.btn-primary:focus,
.btn-primary-large:focus,
.btn-primary-fit:focus,
.btn-primary:active .btn-primary-large:active .btn-primary-fit:active {
	background: #fdd333;
}

.btn-outline:hover {
	background: #1a1919;
}

.btn-outline .icon {
	color: #ffffff;
}

.btn.centered {
	margin: 0 auto;
	display: block;
}

.btn,
a.btn {
	text-align: left;
	padding: 0.45rem 0.75rem;
	display: inline-flex;
	font-size: 15px;
	align-items: center;
	margin-bottom: 0.5rem;
}

.btn .inline-icon-right {
	flex: 1;
	text-align: right;
}

.btn-secondary {
	color: #000;
	border: 1px solid #000;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	border-color: #0090ba;
	color: #0090ba;
}

.btn.large {
	width: unset;
	min-width: 180px;
	max-width: unset;
}

.filter-btn.active .inline-icon {
	color: #facc21;
	opacity: 1;
}

.similar-courses {
	padding: 60px 16px;
	padding: 60px 1rem;
	text-align: center;
}

.similar-course-header {
	text-align: left;
	padding: 16px 16px 8px 16px;
	padding: 1rem 1rem 0.5rem 1rem;
}

.similar-course-footer {
	padding: 8px;
	padding: 0.5rem;
	text-align: center;
	display: table;
}

.similar-course-footer * {
	display: table-cell;
	vertical-align: middle;
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.hidden-on-mobile {
	display: none;
}

.displayed-on-mobile {
	display: none !important;
}

.header-wrapper .logo img {
	height: 45px;
	width: 188px;
}

.course-puchase-wrapper {
	height: 100%;
}

.course-purchase {
	height: unset;
	min-width: 280px;
	width: 300px;
	margin: 0;
}

.side-float {
	margin-bottom: 2rem;
	position: absolute;
	top: 0px;
}

.side-float.fixed-floating {
	position: fixed;
	top: 95px;
	z-index: 2;
}

.side-float .shadow-block {
	min-width: 280px;
	width: 300px;
	margin-top: 1rem;
	padding: 30px 20px;
}

.shadow-block {
	border-radius: 1px;
	background-color: #ffffff;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.14);
}

.testimonials-container {
	position: relative;
}

.testimonial-block {
	padding: 1.5rem;
	margin-bottom: 1rem;
}

.testimonial-block p: last-child {
	margin-bottom: 0;
}

.testimonial-block .testimonial-block-image {
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center;
	border-radius: 25px;
	margin-right: 1rem;
}

.testimonial-block .testimonial-block-header {
	display: inline-flex;
	align-items: center;
}

.gradient-overlay {
	position: absolute;
	height: 100%;
	background: linear-gradient(to left, #fff 20%, transparent 80%);
	width: 50%;
	right: 0;
}

.images-inline img {
	display: inline-block;
	margin: 1rem 0.5rem;
}

.images-inline img:first-child {
	margin-left: 0;
}

.images-inline img: last-child {
	margin-right: 0;
}

.course-detail {
	margin: 50px 0;
}

.course-detail .row {
	margin-bottom: 0;
}

.course-description-text {
	width: unset;
}

.course-information .course-video {
	padding: 0;
}

.info-box {
	padding: 80px 2rem;
	margin-bottom: 0;
}

.info-box.small {
	padding: 40px 2rem;
	margin-bottom: 0;
}

.course-detail .info-box {
	padding: 2rem 0;
	color: #fff;
	margin-bottom: 0;
	text-align: left;
	margin-bottom: 0;
}

.course-detail .info-box h2 {
	max-width: unset;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.related-course-item {
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
	background: #ffffff;
	box-shadow: 0 2px 8px 0 rgba(88, 100, 115, 0.19);
	display: inline-flex;
	align-items: center;
	min-width: 100px;
}

.related-course-item .course-labels {
	top: 16px;
}

.related-course-item .related-course-image {
	width: 100%;
	height: 100%;
	min-height: 100px;
	max-width: 175px;
}

.related-course-item .related-course-body {
	padding: 1rem;
	flex: 1;
}

.related-course-item .related-course-button {
	padding: 1rem 1rem 1rem 0rem;
}

.related-course-item .related-course-button .btn-primary {
	padding: 0.5rem 1.5rem;
}

ul.empty {
	padding: 0;
	margin: 0;
	width: 200px;
}

ul.empty li::before {
	content: '';
}

ul.empty li {
	list-style-type: none;
	display: block;
	padding: 0.5rem 0;
}

ul.empty li a {
	width: 100%;
	display: block;
}

ul.empty li a .float-right {
	float: right;
}

#credentialQuiz.table-usq td,
th {
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
	font-size: 12px;
}

#credentialQuiz.table-usq tr td:first-child {
	width: 55%;
}

#credentialQuiz.table-usq tr td: not(:first-child) {
	text-align: center;
}

#credentialQuiz.table-usq tr:nth-child(even) {
	background: #f2f2f2;
}

#credentialQuiz.table-usq tr:nth-child(odd) {
	background: #fff;
}

.updated-item {
	color: #a53381;
	font-size: 12px;
	font-weight: 700;
	float: right;
}

.course-detail {
	margin-bottom: 0;
	margin-top: 0;
}

.intake-list-item {
	position: relative;
	margin-bottom: 1.5rem;
	background: #fff;
}

.intake-list-body {
	display: flex;
}

.intake-list-body .details {
	flex-grow: 1;
}

.left-border-space {
	width: 5px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.header-menu.text-right .menu li a {
	padding: 0.5rem 0 0.5rem 2rem;
}

.enterprise-content {
	font-size: 16px;
	letter-spacing: 0.13px;
	line-height: 24px;
}

.text-dark-blue {
	color: #002544;
}

.bg-dark-blue {
	background: #00345F;
}

.enterprise-banner {
	background: linear-gradient(180deg, rgba(0, 100, 152, 0) 0%, rgba(0, 59, 103, 0.86) 76.62%, #00172A 100%);
}

.enterprise-banner-bg {
	background-position: center;
	background-size: cover;
}

.enterprise-banner .to-middle {
	display: flex;
	align-items: center;
}

.has-background {
	background-position: center;
	background-size: cover;
}

.h-200 {
	min-height: 200px;
	width: 100%;
}

.enterprise-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	padding: 1rem;
	margin-bottom: 1rem;
	letter-spacing: 0.13px;
	line-height: 21px;
}

.enterprise-icon img {
	max-width: 100%;
	width: 60px;
	margin-bottom: 1rem;
}

.enterprise-banner h1 {
	letter-spacing: 0.4px;
	line-height: 50px;
}

form .form-group-sm {
	margin-bottom: 1rem;
}

.banner-input,
.banner-select {
	width: 100%;
	background: #F6F6F6;
	border: 0;
	border-radius: 0;
	padding: 0.5rem 0.75rem;
	font-size: 14px;
	font-family: inherit;
	max-height: 35px;
	height: 35px;
}

.banner-select.chosen-container {
	margin: 0;
	max-width: unset;
}

.banner-select.chosen-container-active.chosen-with-drop .chosen-single {
	border: 0;
	box-shadow: none;
	background: none;
}

.banner-select.chosen-container-single .chosen-drop {
	border: 0;
	margin-left: -0.75rem;
	border-radius: 0;
	background: #fff;
}

.banner-select.chosen-container-active.chosen-with-drop {
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.banner-select .chosen-container-active.chosen-with-drop .chosen-single,
.banner-select .chosen-single,
.banner-select .chosen-default {
	border: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
	line-height: normal;
}

.banner-select.chosen-container .chosen-results {
	padding: 0;
	margin: 0;
}

.banner-select.chosen-container .chosen-results li {
	padding: 0.5rem 0.75rem;
	transition: all 0.15s ease-in-out;
}

.chosen-container .chosen-results li.highlighted {
	color: #000;
	background: #F6F6F6;
}

.enterprise-sectioned-block {
	border-left: 3px solid #0085A6;
	padding: 0 1rem;
	margin: auto 0rem auto 2rem;
}

.enterprise-section {
	padding: 3rem 0;
}

.enterprise-section-heading {
	font-size: 25px;
	color: #002544;
	letter-spacing: 0.21px;
	line-height: 34px;
	margin: 3rem 1rem;
	text-align: center;
}

.enterprise-section-heading-secondary {
	font-size: 25px;
}

.enterprise-category-item {
	display: flex;
	align-items: center;
	padding: 1rem;
	position: relative;
	margin-bottom: 1rem;
	transition: all 0.15s ease-in-out;
}

.enterprise-category-item:hover,
.enterprise-category-item:active,
.enterprise-category-item:focus {
	box-shadow: 4px 4px 8px 0px rgba(172, 172, 172, 0.8);
}
.enterprise-category-item.active {
	background: #0085A6;
	color: #fff;
}
.enterprise-category-icon-bg {
    margin-right: 1rem;
    min-height: 44px;
    min-width: 44px;
    height: 44px;
    width: 44px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.enterprise-category-item.active .enterprise-category-icon-bg.business-management {background-image:url(https://curio-palette.s3-ap-southeast-2.amazonaws.com/usq/enterprise/icon-business-mgmt-white.png) !important;}
.enterprise-category-item.active .enterprise-category-icon-bg.professional-development {background-image:url(https://curio-palette.s3-ap-southeast-2.amazonaws.com/usq/enterprise/icon-pd-white.png) !important;}
.enterprise-category-item.active .enterprise-category-icon-bg.teaching {background-image:url(https://curio-palette.s3-ap-southeast-2.amazonaws.com/usq/enterprise/icon-teaching-white.png) !important;}
.four-grid-items{max-height: 267px;overflow: hidden;}

.enterprise-category-item .enterprise-category-icon {
	font-size: 44px;
	margin-right: 1rem;
	color: #0085A6;
	transition: all 0.3s ease-in-out;
}

.enterprise-category-item.active .enterprise-category-icon {
	color: #fff;
}

.enterprise-institute {
	min-height: 215px;
	height: 215px;
	margin-bottom: 3rem;
	position: relative;
}

.enterprise-institute .enterprise-institute-link {
	background: white;
	position: absolute;
	width: 80%;
	margin: 0 10%;
	bottom: -38.5px;
	min-height: 75px;
	display: flex;
	align-items: center;
	padding: 1rem 2rem;
	border-right: 4px solid rgba(0, 0, 0, .05);
	transition: all 0.3s ease-in-out;
	border-bottom-color: #f6f6f6;
}

.cover-no-shadow {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.enterprise-institute .enterprise-institute-link a.cover:hover,
.enterprise-institute .enterprise-institute-link a.cover:focus,
.enterprise-institute .enterprise-institute-link a.cover:active {
	box-shadow: none;
}

.enterprise-institute-link:hover,
.enterprise-institute-link:active,
.enterprise-institute-link:focus {
	background: #f6f6f6;
	border-bottom: 5px solid #f6f6f6;
}

.enterprise-institute .enterprise-institute-link .institute-title {
	flex-grow: 1;
	font-weight: 600;
	font-size: 18px;
}

.enterprise-institute .line-left {
	background: #facc21;
	width: 4px;
	border-radius: 2px;
	height: 26px;
	position: absolute;
	left: -2px;
	top: 6px;
}

.enterprise-testimonial {
	padding: 1rem;
	height: 100%;
	margin-bottom: 1rem;
	position: relative;
}

.enterprise-testimonial-header {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #F2F2F2;
	display: flex;
	align-items: center;
}

.enterprise-testimonial-image {
	height: 86px;
	width: 86px;
	border-radius: 43px;
	margin-right: 2rem;
}

.enterprise-testimonial .btn {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
}

@font-face {
	font-family: 'icomoon';
	src: url('https: //curio-palette.s3-ap-southeast-2.amazonaws.com/usq/enterprise/fonts/icomoon.eot?w69pq0');
	src: url('https: //curio-palette.s3-ap-southeast-2.amazonaws.com/usq/enterprise/fonts/icomoon.eot?w69pq0#iefix') 
	format('embedded-opentype'), url('https: //curio-palette.s3-ap-southeast-2.amazonaws.com/usq/enterprise/fonts/icomoon.ttf') 
	format('truetype'), url('https: //curio-palette.s3-ap-southeast-2.amazonaws.com/usq/enterprise/fonts/icomoon.woff') 
	format('woff'), url('https: //curio-palette.s3-ap-southeast-2.amazonaws.com/usq/enterprise/fonts/icomoon.svg?w69pq0#icomoon') 
	format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-icon-moon-bm:before {
	content: "\e900";
}

.icon-icon-moon-pd:before {
	content: "\e901";
}

.icon-icon-moon-teaching:before {
	content: "\e902";
}

.banner-form .parsley-errors-list {
	font-size: 12px;
}

.parsley-errors-list~.banner-select {
	margin-bottom: 1.8rem;
}

select+.parsley-errors-list {
	position: absolute;
	top: 36px;
}
.video-embed {
    position: relative;
    width: 100%;
    height: 360px;
    padding-bottom: 0;
}
.video-embed iframe {
    border: 1px solid #2b90ba;
    position: relative;
    top: 0;
    left: 0;
    width: 640px; 
    height: 360px;
}

@media(max-width: 955px) {
	.displayed-on-mobile {
		display: inherit !important;
	}
}

@media (max-width: 768px) {
	.related-course-item {
		display: block;
	}
	.related-course-item .related-course-image {
		max-width: unset;
	}
	.related-course-item .related-course-body {
		padding: 1rem 1rem 0 1rem;
	}
	.related-course-item .related-course-button {
		padding: 0 1rem 1rem 1rem;
	}
	.displayed-on-mobile {
		display: inherit !important;
	}
}

@media only screen and (min-width: 787px) {
	.hidden-on-mobile {
		display: block;
	}
}

@media (max-width: 576px) {
	.intake-list-body {
		display: block;
		padding: 1rem;
	}
}