/**
 *
 * Colours:
 * --------
 *
 * $grey-light:     #efefef;
 * $grey-mid:       #636363;
 * $grey-dark:      #363636;
 * $grey-darker:    #252525;
 * $blue:			#005e86
 * $aqua:			#00a6b6
 * $yellow:			#ffce00
 *
 *
 * Media Queries:
 * --------------
 *
 * x-small-only:	@media (max-width: 767px) {}
 * small-up:		@media (min-width: 768px) {}
 * small-only:		@media (min-width: 768px) and (max-width: 991px) {}
 * medium-up:		@media (min-width: 992px) {}
 * medium-only:		@media (min-width: 992px) and (max-width: 1199px) {}
 * large-up:		@media (min-width: 1200px) {}
 *
 */
/**
 * Fonts
 */
@font-face {
	font-family: 'Roboto';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/roboto/Roboto-regular.eot');
	src: url('fonts/roboto/Roboto-regular.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/Roboto-regular.woff2') format('woff2'), url('fonts/roboto/Roboto-regular.woff') format('woff'), url('fonts/roboto/Roboto-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-weight: bold;
	font-style: normal;
	src: url('fonts/roboto/Roboto-regular.eot');
	src: url('fonts/roboto/Roboto-regular.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/Roboto-regular.woff2') format('woff2'), url('fonts/roboto/Roboto-regular.woff') format('woff'), url('fonts/roboto/Roboto-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	src: url('fonts/roboto/Roboto-regular.eot');
	src: url('fonts/roboto/Roboto-regular.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/Roboto-regular.woff2') format('woff2'), url('fonts/roboto/Roboto-regular.woff') format('woff'), url('fonts/roboto/Roboto-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-weight: 700;
	font-style: normal;
	src: url('fonts/roboto/Roboto-700.eot');
	src: url('fonts/roboto/Roboto-700.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/Roboto-700.woff2') format('woff2'), url('fonts/roboto/Roboto-700.woff') format('woff'), url('fonts/roboto/Roboto-700.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-weight: 400;
	font-style: italic;
	src: url('fonts/roboto/Roboto-italic.eot');
	src: url('fonts/roboto/Roboto-italic.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/Roboto-italic.woff2') format('woff2'), url('fonts/roboto/Roboto-italic.woff') format('woff'), url('fonts/roboto/Roboto-italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-weight: 700;
	font-style: italic;
	src: url('fonts/roboto/Roboto-700italic.eot');
	src: url('fonts/roboto/Roboto-700italic.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/Roboto-700italic.woff2') format('woff2'), url('fonts/roboto/Roboto-700italic.woff') format('woff'), url('fonts/roboto/Roboto-700italic.ttf') format('truetype');
}
/**** BASE STYLES *****/
html:after {
	content: "small";
	display: none;
}
html:after {
	content: "medium";
}
html:after {
	content: "large";
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: underline;
	color: #005e86;
}
a[href^=tel] {
	text-decoration: none;
	speak-number: digits;
}
p {
	margin-bottom: 15px;
}
a:hover {
	color: #011F5B;
}
ul li {
	padding-bottom: 3px;
}
.small,
small {
	font-size: 11px;
}
/***** HELPERS *****/
/*** Flex grid ***/
/*** Lists ***/
/**
 * Bare List
 */
ul.bare-list {
	list-style: none;
	padding: 0;
}
div.bare-list > span {
	display: block;
}
/**
 * Link list
 */
ul.link-list {
	list-style: none;
	padding: 0;
	line-height: 1.3;
	margin: 0;
}
ul.link-list li {
}
ul.link-list li + li {
	margin-top: 10px;
}
ul.link-list a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 20px;
}
ul.link-list a:before {
	content: " ";
	width: 8px;
	height: 11px;
	display: block;
	position: absolute;
	top: 0.2em;
	left: 4px;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2211%22%20viewBox%3D%220%200%208%2011%22%3E%3Cpath%20fill%3D%22%23003399%22%20d%3D%22M7.8%205.5L2.3%2011l-2-2%203.5-3.5L.2%202l2-2%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
}
ul.link-list a:hover {
	color: #252525;
}
ul.link-list a:hover:before {
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2211%22%20viewBox%3D%220%200%208%2011%22%3E%3Cpath%20fill%3D%22%23252525%22%20d%3D%22M7.8%205.5L2.3%2011l-2-2%203.5-3.5L.2%202l2-2%22%2F%3E%3C%2Fsvg%3E');
}
/**
 * Yellow numbered bullet list
 */
ol.yellow-numbered-bullets {
	counter-reset: ynblist;
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.yellow-numbered-bullets li {
	position: relative;
	padding-left: 30px;
}
ol.yellow-numbered-bullets li:not(:first-child) {
	margin-top: 15px;
}
ol.yellow-numbered-bullets li:before {
	counter-increment: ynblist;
	content: counter(ynblist);
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 50%;
	background-color: #ffce00;
	color: #363636;
	text-align: center;
	font-style: 14px;
	font-weight: bold;
}
ol.yellow-numbered-bullets a {
	color: inherit;
	text-decoration: none;
}
ol.yellow-numbered-bullets a:hover {
	text-decoration: underline;
}
/*** Accessibility ***/
a.skip-link {
	position: absolute;
	z-index: 99;
	top: -100px;
	left: -100px;
	height: 0px;
	width: 0px;
	overflow: hidden;
	font-size: 14px;
	background: #005e86;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 3px;
}
a.skip-link:focus,
a.skip-link:active {
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
}
/*** Accordion ***/
.accordion {

}
.accordion .item {
	margin-bottom: 20px;
}
.accordion .item .accordion-content {
}
.accordion .item + .item {
	margin-top: 9px;
}
.accordion .item .accordion-trigger {
	margin: 0;
}
.accordion .item .accordion-title {
	font-size: 20px;
	font-family: Roboto, serif;
	font-weight: bold;
	color: #252525;
	border: 2px solid #EFEFEF;
	padding: 18px;
	position: relative;
}
.accordion .item .accordion-title.accordion-trigger:after,
.accordion .item .accordion-title.accordion-trigger:before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -1.5px;
	width: 20px;
	height: 3px;
	background-color: #005e86;
	transition-property: opacity, transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.accordion .item .accordion-title.accordion-trigger:before {
}
.accordion .item .accordion-title.accordion-trigger:after {
	transform: rotate(90deg);
}
.accordion .item.isOpen .accordion-title.accordion-trigger:before {
	transform: rotate(90deg);
	opacity: 0;
}
.accordion .item.isOpen .accordion-title.accordion-trigger:after {
	transform: rotate(180deg);
}
.accordion .item .accordion-content {
	overflow: hidden;
}
.js .accordion .item .accordion-content {
	display: none;
}
.accordion .accordion-content > *:first-child {
	margin-top: 20px;
}
.accordion .item .accordion-content .checkbox input {
	margin-top: 4px;
}
.accordion .item .accordion-trigger:hover {
	cursor: pointer;
}
.accordion .item.isOpen .accordion-trigger i.closed {
	display: none;
}
.accordion .item.isClosed .accordion-trigger i.open {
	display: none;
}
.accordion .filter fieldset.accordion-content {
	padding-top: 0;
}
.accordion .item .accordion-content .checkbox input {
	margin-top: 4px;
}
/*** Center vertically ***/
.center-vert-container {
	display: block;
	display: flex;
	align-items: center;
}
/*** Filter (e.g. Courses Page & Staff Directory Page - Accordion and Standard) ***/
.filters-wrap .filter.item {
	border-bottom: 1px solid white;
}
.filters-wrap.widget form {
	padding: 0;
}
.filters-wrap .filter.item:last-child {
	border: none;
}
.filters-wrap .filters-title {
	color: #005e86;
	padding: 20px 15px;
	margin: 0;
	border-bottom: 1px solid white;
	position: relative;
}
#filtersForm {
	height: auto !important;
	display: block !important;
}
.filters-wrap .filter__title {
	display: block;
	margin: 0;
	padding: 15px 15px;
	background-color: #CEDAED;
}
.filters-wrap.widget .filter__title {
	background: none;
}
.filters-wrap .item .accordion-trigger {
	position: relative;
}
.js .filters-wrap .item .accordion-trigger:after,
.filters-title[role=button]:after {
	content: " ";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -7px;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%235275ba%22%20d%3D%22M6.9%200L5.2%201.8l3.9%204H0v2.5h9.1l-3.9%204L6.9%2014%2014%207%22%2F%3E%3C%2Fsvg%3E');
	transition: transform 0.3s ease-out;
	transform: rotate(90deg);
}
.filters-wrap .item.isOpen .accordion-trigger:after {
}
.filters-wrap .item.isClosed .accordion-trigger:after,
.filters-title[role=button][aria-expanded=false]:after {
	transform: none;
}
.filters-wrap .filter.item .tool-tip {
	background-color: #335CAD;
}
.filters-wrap.accordion .item {
	margin: 0;
	padding: 0;
}
.filters-wrap .filter-content {
	padding: 0 15px;
	margin: 0;
}
.filters-wrap .checkbox {
}
.filters-wrap .checkbox + .checkbox {
}
.filters-wrap .filter__title + .filter-content > *:first-child {
	display: block;
	margin-top: 12px;
}
.filters-wrap.widget .filter-content > *:first-child {
	margin-top: 0px;
}
.filters-wrap .filter-content > *:last-child {
	display: block;
	margin-bottom: 12px;
}
.filters-wrap.widget form {
	padding: 0;
}
/*** Tooltips  ***/
.tool-tip {
	appearance: none;
	padding: 0;
	border: none;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	width: 18px;
	height: 18px;
	background-color: currentColor;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.tool-tip span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: Roboto, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.tooltip {
}
.tooltip-inner {
	background-color: #005e86;
	padding: 10px 15px;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #005e86;
}
/*** Video Modal ***/
.video {
}
.video-container {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	/* 16:9 */
}
.video-container iframe,
.video-container object,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal-video .modal-body {
	padding: 0;
	border-radius: 0;
}
.modal-video .modal-content {
	border-radius: 0;
}
.modal-dialog.modal-video {
	width: 90%;
	max-width: 940px;
}
/*** Image or Video (iframe) with caption underneath ***/
.image-caption-box .image-container {
	float: left;
	width: 100%;
}
.image-caption-box > .content {
	padding: 20px;
	border-right: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	clear: both;
}
.image-caption-box > .flex-col > .content {
	padding: 20px;
	clear: both;
}
.image-caption-box > .flex-col {
	border-right: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}
.image-caption-box .no-border > .content,
.image-caption-box .no-border > .flex-col > .content {
	border: none;
}
.image-caption-box .content h3 {
	padding-top: 0;
	margin: 0;
}
.row-flex .image-caption-box .flex-col .scu-btn {
	margin-bottom: 15px;
}
/*** Table Grid ***/
.table-grid {
	margin-bottom: 15px;
	overflow: auto;
	max-width: 100%;
	table-layout: fixed;
	width: 100%;
}
.table-grid {
	margin-bottom: 35px;
}
.table-responsive table.table td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
	max-width: 100px;
	white-space: normal;
}
.table-grid.table-col-3 table td,
.table-grid.table-col-3 table th {
	width: 33.33%;
}
.table-grid h3 {
	margin: 0 0 1px;
}
.table-grid table {
	width: 100%;
}
/*** Box Style Link Heading ***/
.box-link-heading a {
	display: block;
	position: relative;
	padding: 18px;
	color: #005e86;
	border: 2px solid #EFEFEF;
}
.box-link-heading a:hover {
	background: #E5EDF7;
}
.box-link-heading a:after {
	content: " ";
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23929292%22%20d%3D%22M6.9%200L5.2%201.8l3.9%204H0v2.5h9.1l-3.9%204L6.9%2014%2014%207%22%2F%3E%3C%2Fsvg%3E');
}
.box-link-heading a:hover:after {
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23003399%22%20d%3D%22M6.9%200L5.2%201.8l3.9%204H0v2.5h9.1l-3.9%204L6.9%2014%2014%207%22%2F%3E%3C%2Fsvg%3E');
}
/*** Icon Buttons (e.g. Sidebar - Print / Share etc) ***/
.icon-buttons-container > a > span,
.icon-buttons-container.inline {
	margin-bottom: 7px;
	display: inline-block;
	width: 100%;
	padding: 10px;
	border: 3px solid #D7D7D7;
	border-radius: 5px;
	font-style: normal;
}
.icon-buttons-container.inline {
	margin-bottom: 10px;
}
.icon-buttons-container a,
.icon-buttons-container button {
appearance: none;
	color: #363636;
	font-family: Roboto, serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0 10px 5px 0;
	padding: 0;
	background: none;
	border: none;
}
.icon-buttons-container span.image-container,
.icon-button .image-container {
	background: #8DC63F;
	display: inline-block;
	width: 21px;
	height: 21px;
	text-align: center;
	border-radius: 3px;
}
.icon-button:hover .image-container {
	background: #005e86;
}
.icon-buttons-container a:hover span.image-container,
.icon-buttons-container button:hover span.image-container {
	background: #005e86;
}
.icon-buttons-container a:hover span.icon-label,
.icon-buttons-container button:hover span.icon-label {
	color: #005e86;
}
.icon-buttons-container span.image-container.orange-bg {
	background: #F7941D;
}
.icon-buttons-container span.image-container img,
.icon-button .image-container img {
	width: 13px;
	height: 13px;
}
.icon-button .image-container {
	margin-right: 0;
}
.icon-button .image-container img {
	position: relative;
	bottom: 1px;
}
.icon-buttons-container span.icon-label {
	position: relative;
	top: 1px;
	margin-left: 5px;
}
/*** Sidebar Widgets ***/
.widget {
	border: 1px solid #EFEFEF;
	margin-bottom: 15px;
}
.widget.light-grey-bg {
	border: none;
}
.widget .widget-inner {
	padding: 15px;
}
.widget .widget-inner h3:first-of-type {
	margin-top: 0;
}
.widget .widget-inner span.caption {
	clear: both;
	display: block;
	font-style: normal;
}
.widget-inner .form-group {
	margin-bottom: 0;
}
.vertical-menu + .widget {
	margin-top: 20px;
}
.widget form {
	padding: 20px;
}
.widget form fieldset:last-child {
	margin-bottom: 0;
}
/*** Portal Profile ***/
.portal-profile {
	overflow: hidden;
	padding: 15px;
	border: 1px solid #EFEFEF;
	margin-bottom: 3px;
	display: flex;
	align-items: center;
	min-height: 110px;
}
.portal-profile .portal-image-wrap {
	display: inline-block;
	float: left;
	margin-right: 20px;
	min-width: 70px;
}
.portal-profile .content > *:first-child {
	margin: 0;
}
.portal-profile p {
	margin-top: 10px;
	margin-bottom: 0;
}
/*** Padded Cell ***/
.padded-cell {
	padding: 15px;
	margin-bottom: 15px;
}
.padded-cell > h3 {
	margin-top: 0;
}
/*** Button alongside Input but with gap ***/
.input-group.input-group-separate-btn .input-group-btn .btn {
	margin-left: 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.input-group.input-group-separate-btn input.form-control,
.input-group.input-group-separate-btn select.form-control {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
/*** Button Menu ***/
.btn-menu .scu-btn,
.sidebar .btn-menu .scu-btn.btn-large,
.image-caption-box .flex-col .btn-menu .scu-btn {
	display: block;
	text-align: center;
	margin-bottom: 7px;
}
/*** Search Course ***/
.search-course {
	background-color: #ffce00;
}
.search-course-inner {
	background-color: #ffce00;
	padding: 30px;
}
.search-course-mobile .search-course-inner {
	padding: 15px;
}
#search-course-text-field {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.search-button {
	background-color: #005e86;
	color: #FFF;
}
.search-button:hover,
.search-button:focus {
	background-color: #000066;
	color: #FFF;
}
.radio-wrapper {
	display: inline-block;
}
.search-course-form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search-course-with-sidebar .search-course-inner {
	padding-left: 15px;
	padding-right: 15px;
}
.search-course-form:after {
	content: " ";
	display: block;
	flex: 1 1 100%;
	order: -1;
}
.search-course-form input[type="text"] {
	order: -1;
	flex: 1;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.lte9 .search-course-form input[type="text"] {
	width: calc(100% - 130px);
}
.search-course-form .search-button {
	font-size: 14px;
	order: -1;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.lte9 .search-course-form .search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 46px;
	width: 130px;
}
.search-course-form .radio-wrapper {
	margin-top: 15px;
}
.search-course-form a {
	text-decoration: underline;
	color: #252525;
	display: inline-block;
}
.search-course-form a:hover {
	text-decoration: none;
}
.search-course-with-sidebar .search-course-inner {
	padding-left: 30px;
	padding-right: 30px;
}
.search-course-form .search-button {
	padding-left: 25px;
	padding-right: 25px;
}
.search-course-form .radio-wrapper {
	margin-right: 20px;
}
.search-course-form a {
	margin-top: 15px;
	margin-right: 40px;
}
.lte9 .search-course-form a {
	float: right;
}
.search-course-form a {
	margin-right: 140px;
}
/*** Overlays ***/
.blue-overlay,
.black-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.8;
}
.blue-overlay {
	background-color: #005e86;
}
.black-overlay {
	background-color: #000;
}
.black-overlay-item {
	display: block;
	height: 180px;
	margin-bottom: 20px;
}
.black-overlay-item-container {
	overflow: hidden;
	height: 100%;
}
.black-overlay-item a {
	text-decoration: none;
	display: block;
	height: 100%;
}
.black-overlay-item-inner {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
}
.black-overlay-item-image-container {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.black-overlay-item .black-overlay-item-text-container {
	width: 100%;
	height: 100%;
	position: absolute;
	color: #FFF;
	padding-left: 35px;
	padding-right: 35px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 3;
}
.black-overlay-item-text-container .black-overlay-item-title {
	font-weight: 600;
	font-family: Roboto, serif;
	font-size: 20px;
	margin: 0;
	line-height: 1.4em;
}
.black-overlay-item-text-container .black-overlay-item-subtitle {
	font-weight: 400;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	margin-top: 10px;
}
.black-overlay-item .black-overlay-item-image-container {
	width: 100%;
	height: 100%;
	position: absolute;
}
.black-overlay-item:hover .black-overlay-item-image-container {
	transform: scale(1.07);
}
.black-overlay-item:hover .black-overlay {
	opacity: 0.35;
}
/*Blue Overlay - Image Background - Text Over top - Animated*/
.box-with-animated-overlay {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
a.box-with-animated-overlay {
	text-decoration: none;
}
.box-with-animated-overlay-inner {
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.box-with-animated-overlay .content {
	width: 100%;
	height: 100%;
	color: #FFF;
	font-weight: 600;
	font-family: Roboto, serif;
	font-size: 15px;
	padding: 10px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index: 3;
}
.image-container {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.box-with-animated-overlay .image-container {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.box-with-animated-overlay .blue-overlay,
.box-with-animated-overlay .black-overlay {
	z-index: 2;
}
.box-with-animated-overlay:hover .image-container {
	transform: scale(1.07);
}
.box-with-animated-overlay .content h3 {
	width: 100%;
	text-align: center;
	margin: 0;
}
.box-with-animated-overlay .content p {
	margin-top: 3px;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
}
.box-with-animated-overlay .content span {
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}
.box-with-animated-overlay .content .scu-btn {
	margin-top: 20px;
}
.box-with-animated-overlay.large-box {
	height: 220px;
}
.box-with-animated-overlay.large-box .content {
	padding: 0 30px;
}
/*** Misc ***/
.full-width {
	width: 100%;
	display: block;
}
table.full-width {
	display: table;
}
.half-width.pull-right {
	width: 50%;
	padding-left: 15px;
}
.half-width.pull-left {
	padding-right: 15px;
}
.arrow-right {
	width: 14px;
	height: 13px;
}
a.justify {
	clear: both;
	overflow: hidden;
	display: inline-block;
}
a.justify .glyphicon {
	font-size: 11px;
	display: inline-block;
	float: left;
	width: 12%;
	position: relative;
	top: 5px;
}
a.justify span {
	float: right;
	display: inline-block;
	width: 88%;
	text-decoration: underline;
}
.no-border {
	border: none;
}
.row.no-padding > [class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
h2.title {
	margin-top: 0;
}
i.glyphicon-chevron-left,
i.glyphicon-chevron-right {
	font-size: 12px;
}
.border-bottom {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 15px;
}
.border-bottom {
	padding-bottom: 35px;
}
.flex-order-container {
	display: flex;
	flex-flow: column nowrap;
}
/*as BS hide uses the important rule, use this class to hide items that want to show via jQuery*/
.jq-hide {
	display: none;
}
.blue-label {
	font-family: Roboto, serif;
	font-weight: 600;
	font-size: 14px;
	padding: 5px 10px;
	background-color: #005e86;
	color: #FFF;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	transition: all 0.4s;
}
a.blue-label:hover,
a.blue-label:focus {
	text-decoration: none;
	color: #FFF;
	/*background-color: #3366CC;*/
}
.transition-all {
	transition: all 0.4s;
}
/***** LAYOUT *****/
section {
	padding: 20px 0;
}
section {
	padding: 50px 0;
}
section p:last-child {
	margin-bottom: 0;
}
.page-content {
	padding-bottom: 20px;
}
.page-content .summary {
	margin-bottom: 35px;
}
.content-section:not(:last-child) {
	margin-bottom: 25px;
}
.content-section-sm {
	margin-bottom: 25px;
}
/***** TABLES *****/
table tr td,
table tr th {
	padding: 8px 15px;
	vertical-align: top;
}
table tr th {
	font-family: Roboto, serif;
	font-weight: bold;
	background: #D7D7D7;
	padding: 15px 15px;
}
table tr th .tool-tip {
	background-color: #555555;
}
table tbody tr:nth-child(even) {
	background: #E1E1E1;
}
table tbody tr:nth-child(odd) {
	background: #F5F5F5;
}
table tbody tr.sub-header {
	background: white;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #EFEFEF;
}
table tbody tr a.icon-button {
	display: inline-block;
}
table tbody tr a.icon-button {
	margin-top: 10px;
}
table tr td p {
	margin: 0;
}
table tr td p span.small {
	display: block;
	margin-top: 10px;
}
table table {
	width: 100%;
}
table tr > td {
	border-right: 1px solid #EFEFEF;
}
table.border-horiz-only tr td {
	border: none;
}
table.border-horiz-only tr {
	border-bottom: 1px solid white;
}
/*Courses Table*/
.courses-table-wrap table tbody tr {
}
.courses-table-wrap table tbody tr {
	height: 60px;
}
/***** COLOURS AND BACKGROUNDS *****/
.light-grey-bg {
	background: #EFEFEF;
}
.blue-bg {
	background: #005e86;
	color: white;
}
.blue-bg a {
	color: white;
}
.yellow-bg {
	background: #ffce00;
}
.dark-bg {
	background: #252525;
	color: white;
}
.dark-blue-bg {
	background: #00246B;
	color: white;
}
.light-blue-bg {
	background: #E5EDF7;
}
.grey-bg {
	background: #707070;
	color: white;
}
.dark-grey-bg {
	background: #363636;
	color: white;
}
/***** TYPOGRAPHY *****/
body {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: #252525;
	font-size: 14px;
}
.h1,
.h2,
.h3,
.h5,
.h6,
h1,
h2,
h3,
h5,
h6 {
	font-family: Roboto, serif;
	font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	text-decoration: none;
}
h1,
.h1 {
	font-size: 28px;
}
h2,
.h2 {
	margin-bottom: 20px;
	font-size: 24px;
}
h3,
.h3 {
	font-size: 20px;
}
h4,
.h4 {
	font-family: Roboto, serif;
	font-size: 20px;
}
h4.small-heading {
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin: 0;
	line-height: 20px;
}
h5,
.h5 {
	font-size: 16px;
}
/***** BUTTONS *****/
.scu-btn,
.btn {
	font-family: Roboto, serif;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.4s;
	padding: 6px 12px;
	border: none;
	line-height: 1.42857143;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action:manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
}
.scu-btn:hover,
.scu-btn:focus {
	text-decoration: none;
}
.scu-btn-default {
	background: #005e86;
	color: white;
}
.scu-btn-default:hover,
.scu-btn-default:focus {
	background: #ffce00;
	color: #363636;
}
.scu-btn-yellow {
	background: #ffce00;
	color: #363636;
}
.scu-btn-yellow:hover,
.scu-btn-yellow:focus {
	background: #005e86;
	color: white;
}
.scu-btn-transparent {
	border: 3px solid #ffce00;
	color: #252525;
}
.scu-btn-transparent:hover,
.scu-btn-transparent:focus {
	background-color: #ffce00;
}
.scu-btn-trans-wht,
.site-footer .dark-grey-bg .scu-btn {
	border: 3px solid #ffce00;
	color: #FFFFFF;
}
.scu-btn-trans-wht:hover,
.scu-btn-trans-wht:focus,
.site-footer .dark-grey-bg .scu-btn:hover,
.site-footer .dark-grey-bg .scu-btn:focus {
	background-color: #ffce00;
	color: #252525;
}
.scu-btn.btn-large {
	padding: 14px;
}
.scu-btn.btn-dark {
	background: #555555;
	color: white;
}
.scu-btn.btn-dark:hover,
.scu-btn.btn-dark:focus {
	background: #ffce00;
	color: #252525;
}
.scu-btn.scu-btn-play:after {
	content: " ";
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent currentColor;
}
.scu-btn.btn-large.scu-btn-play:after {
	border-width: 7px 0 7px 12.1px;
}
/***** FORMS *****/
.form-control {
	border: none;
}
.feedback-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
	background: none;
	border: none;
}
.form-control::-moz-placeholder {
	color: #707070;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #707070;
}
.form-control::-webkit-input-placeholder {
	color: #707070;
}
/***** HEADER *****/
.header-top-bar-wrap {
	padding: 10px 0;
}
.header-top-bar-wrap a svg {
	margin-right: 5px;
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	top: 1px;
	fill: currentColor;
}
.header-top-bar-wrap a {
	color: #636363;
	text-decoration: none;
}
.header-top-bar-wrap a:hover {
	color: #363636;
	text-decoration: underline;
}
.header-top-bar-wrap .main-links a:not(:last-child) {
	margin-right: 15px;
}
.header-main-wrap {
	padding: 20px 15px;
}
.header {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.lte9 .header {
	display: table;
	width: 100%;
}
.lte9 .header > * {
	display: table-cell;
	vertical-align: middle;
}
.header__logo {
	flex: 0 1 28%;
	max-width: 256px;
	margin-right: 30px;
}
.header__logo h1 {
	margin: 0;
}
.lte9 .header__logo {
	width: 256px;
}
.header__logo a {
	display: block;
}
.header__logo img {
}
.header__menu,
.header__search {
	padding-top: 10px;
}
.header__menu,
	.header__search {
	padding-top: 20px;
}
.header__menu {
	flex: 1;
}
.lte9 .header__menu {
	padding: 20px 30px 0;
}
.header__search {
	flex: 1 1 16%;
	max-width: 300px;
	margin-left: 20px;
}
.lte9 .header__search {
	width: 300px;
}
.header__search .form-group {
	margin-bottom: 0;
}
.header__search .has-feedback .form-control {
	padding-right: 32px;
	border: 1px solid #E1E1E1;
}
/* need seperate rules as together the selectors will be found invalid */
.header__search .form-control::placeholder {
	color: #707070;
}
.header__controls,
.lte9 .header__controls {
	color: #363636;
	display: none;
	position: relative;
	top: 5px;
}
.site-header.is-stuck .header__controls {
	transform: translateY(15px);
}
.header__controls button {
	appearance: none;
	border: none;
	background: none;
	padding: 0;
}
.header__search-toggle {
	width: 40px;
	height: 40px;
	position: relative;
}
[class*=header__search-toggle__icon] {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
	pointer-events: none;
}
.header__search-toggle__icon--open {
	font-size: 18px;
}
.header__search-toggle__icon--close {
	font-size: 30px;
}
.header__search-toggle[aria-pressed=true] .header__search-toggle__icon--open,
.header__search-toggle[aria-pressed=false] .header__search-toggle__icon--close {
	display: none;
}
.header__menu-toggle {
	color: currentColor;
	width: 40px;
	height: 40px;
	position: relative;
}
.header__menu-toggle span,
.header__menu-toggle:before,
.header__menu-toggle:after {
	content: " ";
	width: 20px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #005e86;
}
.header__menu-toggle:before {
	margin-top: -6px;
}
.header__menu-toggle:after {
	margin-top: 6px;
}
/**
 * bg bar
 */
.bg-bar-wrap {
	position: relative;
	pointer-events: none;
	margin: 0;
	height: 10px;
}
.bg-bar-wrap {
	z-index: 99;
}
.bg-bar {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	z-index: 2;
}
.bg-bar-wrap:before,
.bg-bar-wrap:after,
.bg-bar:before,
.bg-bar:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
}
.bg-bar-wrap:before,
.bg-bar:before {
	left: 0;
	background: #005e86;
	z-index: 1;
}
.bg-bar-wrap:after,
.bg-bar:after {
	right: 0;
	background: #ffce00;
	z-index: 2;
}
.bg-bar-wrap:before,
.bg-bar-wrap:after {
	width: 50%;
	z-index: 1;
}
.bg-bar:before {
	width: 100%;
}
.bg-bar:after {
	width: 40%;
}
.bg-bar {
	width: 720px;
}
.bg-bar:after {
	width: 240px;
}
.bg-bar {
	width: 940px;
}
.bg-bar:after {
	width: 375px;
}
/*** Banners ***/
.banner {
	border-top: 1px solid #EFEFEF;
}
.banner .row.no-padding {
	padding: 0 15px;
}
/*Feature Banner*/
.feature-banner {
	overflow: hidden;
	border-bottom: 1px solid #EFEFEF;
}
.feature-banner__hero,
.feature-banner__tabs {
	position: relative;
	overflow: hidden;
}
.feature-banner__hero {
	height: 0;
	padding-bottom: 40%;
}
.feature-banner__hero .image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.feature-banner__hero img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	max-width: none;
}
.feature-banner__hero .call-to-action {
	position: absolute;
}
.feature-banner__tabs {
	background-color: #363636;
	color: #FFFFFF;
}
.feature-banner .banner-tab {
	padding: 20px;
	font-family: Roboto, serif;
	font-size: 16px;
	height: 161px;
}
.feature-banner .banner-tab:not(:first-child) {
	border-left: 1px solid #EFEFEF;
}
.feature-banner__hero {
}
.feature-banner__hero .call-to-action {
	bottom: 25px;
	left: 20px;
	padding: 25px;
	max-width: 400px;
}
.feature-banner__tabs {
	display: flex;
}
.feature-banner__tabs .banner-tab {
	width: 50%;
}
.feature-banner {
	height: 323px;
}
.feature-banner__wrapper {
	display: table;
	width: 100%;
}
.feature-banner__hero,
	.feature-banner__tabs {
	display: table-cell;
	vertical-align: top;
}
.feature-banner__hero {
	width: auto;
	height: auto;
	padding: 0;
}
.feature-banner__hero .image-container {
	position: relative;
	height: 322px;
	width: 100%;
}
.feature-banner__hero img {
	height: calc(100% + 2px);
	width: auto;
}
.feature-banner__tabs {
	width: 375px;
}
.feature-banner .banner-tab {
	width: 100%;
	border-left: 1px solid #EFEFEF;
}
.feature-banner .banner-tab:first-child {
	border-bottom: 1px solid #EFEFEF;
}
.banner-tab p {
	margin-bottom: 9px;
}
.feature-banner__hero .call-to-action .content {
	z-index: 10;
	position: relative;
	color: white;
}
.feature-banner__hero .call-to-action .blue-overlay {
	bottom: 0;
	left: 0;
	z-index: 5;
}
.feature-banner__hero .call-to-action .content h1 {
	margin-top: 0;
}
/*Standard Banner*/
.standard-banner {
}
.standard-banner__wrapper {
}
.standard-banner__title {
	padding: 30px 0;
}
.standard-banner__title h1 {
	margin: 0;
}
.standard-banner__extra {
	display: none;
}
.banner-extra {
	overflow: hidden;
	height: 200px;
	background: #00246B;
}
.banner-extra__image {
	float: left;
}
.banner-extra__image img {
	width: 200px;
	height: 200px;
	display: block;
}
.banner-extra__content {
	float: left;
	width: 375px;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 30px;
}
.banner-extra__content__container > *:first-child {
	margin-top: 0;
}
.standard-banner__wrapper {
	display: table;
	width: 100%;
}
.standard-banner__title,
	.standard-banner__extra {
	display: table-cell;
	vertical-align: middle;
}
.standard-banner__title {
}
.standard-banner__extra {
	width: 575px;
}
/*Plain Banner*/
.plain-banner__title h1 {
	padding: 20px 0;
	margin: 0;
}
.plain-banner__title h1 {
	padding: 55px 0;
}
/***** NAVIGATION *****/
nav a {
	text-decoration: none;
}
/**
 * Main menu
 */
.main-menu {
	background: none;
	border: none;
}
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-menu li {
	margin: 0;
	padding: 0;
}
.main-menu a {
	display: block;
	text-decoration: none;
}
/**
 * Top level
 * (visible in header)
 */
.main-menu ul.mainMenu {
	font-size: 0;
	white-space: nowrap;
}
.main-menu ul.mainMenu > li {
	display: inline-block;
	vertical-align: middle;
}
.main-menu ul.mainMenu > li + li {
	margin-left: 5px;
}
.main-menu ul.mainMenu > li > a,
.main-menu ul.mainMenu > li > span a {
	font-family: Roboto, serif;
	font-weight: bold;
	font-size: 15px;
	border-radius: 3px;
	color: #005e86;
	padding: 8px 12px;
}
.main-menu ul.mainMenu > li:hover > a,
.main-menu ul.mainMenu > li:hover > span a,
.main-menu ul.mainMenu > li.is-open > a,
.main-menu ul.mainMenu > li.is-open > span a {
	background-color: #005e86;
	color: #FFFFFF;
}
.main-menu ul.mainMenu > li > a,
	.main-menu ul.mainMenu > li > span a {
	font-size: 20px;
}
.no-js .main-menu ul.mainMenu > li:hover > ul.multilevel-linkul-0,
.main-menu ul.mainMenu > li.is-open > ul.multilevel-linkul-0 {
	display: table;
}
/**
 * Panel
 * (visible on parent hover)
 */
.main-menu ul.multilevel-linkul-0 {
	display: none;
	position: absolute;
	z-index: 20;
	top: calc(100% - 10px);
	left: 50%;
	transform: translateX(-50%);
	max-width: 100%;
	white-space: nowrap;
	padding: 60px 30px 30px;
}
.main-menu ul.multilevel-linkul-0:after {
	content: " ";
	position: absolute;
	background: #FFFFFF;
	top: 40px;
	left: 0;
	width: 100%;
	height: calc(100% - 40px);
	z-index: -1;
	box-shadow: 0 10px 17px -5px rgba(0, 0, 0, 0.25);
}
.main-menu ul.multilevel-linkul-0 > h3 {
	margin: 0 0 20px 0;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #D7D7D7;
}
.main-menu ul.multilevel-linkul-0 > li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.main-menu ul.multilevel-linkul-0 > li {
}
.main-menu ul.multilevel-linkul-0 > li + li {
	margin-left: 40px;
}
.main-menu ul.multilevel-linkul-0 > li > a,
.main-menu ul.multilevel-linkul-0 > li > span a {
	color: #005e86;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}
.main-menu ul.multilevel-linkul-0 > li > a:hover,
.main-menu ul.multilevel-linkul-0 > li > span a:hover {
	text-decoration: underline;
}
.main-menu ul.multilevel-linkul-0 > li.has-social {
	margin-top: 5px;
}
.main-menu .social-links a {
	color: #005e86;
	transition: none;
	margin-right: 5px;
}
.main-menu .social-links a:hover {
	color: #ffce00;
	border-width: 2px;
}
/**
 * Panel Column
 */
.main-menu ul.multilevel-linkul-1 {
	margin: 10px -8px 0;
	white-space: normal;
}
.main-menu ul.multilevel-linkul-1 > li {
}
.main-menu ul.multilevel-linkul-1 > li + li {
}
.main-menu ul.multilevel-linkul-1 > li > a,
.main-menu ul.multilevel-linkul-1 > li > span a {
	color: #252525;
	font-size: 14px;
	position: relative;
	padding: 5px 10px 5px 24px;
	white-space: nowrap;
	padding-right: 20px;
}
.main-menu ul.multilevel-linkul-0 > li:last-child ul.multilevel-linkul-1 > li > a,
.main-menu ul.multilevel-linkul-0 > li:last-child ul.multilevel-linkul-1 > li > span a {
	padding-right: 0px;
}
.main-menu ul.multilevel-linkul-1 > li > a,
	.main-menu ul.multilevel-linkul-1 > li > span a {
	padding-right: 60px;
}
.main-menu ul.multilevel-linkul-0 > li:last-child ul.multilevel-linkul-1 > li > a,
	.main-menu ul.multilevel-linkul-0 > li:last-child ul.multilevel-linkul-1 > li > span a {
	padding-right: 20px;
}
.main-menu ul.multilevel-linkul-1 > li > a:hover,
.main-menu ul.multilevel-linkul-1 > li > span a:hover {
	color: #005e86;
	background-color: #EFEFEF;
}
.main-menu ul.multilevel-linkul-1 > li > a:before,
.main-menu ul.multilevel-linkul-1 > li > span a:before {
	content: " ";
	width: 8px;
	height: 11px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-size: 100%;
	/* encoded svg with fill */
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2211%22%20viewBox%3D%220%200%208%2011%22%3E%3Cpath%20fill%3D%22%23252525%22%20d%3D%22M7.8%205.5L2.3%2011l-2-2%203.5-3.5L.2%202l2-2%22%2F%3E%3C%2Fsvg%3E');
}
.main-menu ul.multilevel-linkul-1 > li > a:hover:before,
.main-menu ul.multilevel-linkul-1 > li > span a:hover:before {
	/* encoded svg with fill */
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2211%22%20viewBox%3D%220%200%208%2011%22%3E%3Cpath%20fill%3D%22%23003399%22%20d%3D%22M7.8%205.5L2.3%2011l-2-2%203.5-3.5L.2%202l2-2%22%2F%3E%3C%2Fsvg%3E');
}
/**
 * Special button
 */
.main-menu ul.multilevel-linkul-2 {
	margin: 20px 8px 0 8px;
	white-space: normal;
}
.main-menu ul.multilevel-linkul-2 > li {
}
.main-menu ul.multilevel-linkul-2 > li > a,
.main-menu ul.multilevel-linkul-2 > li > span a {
	display: inline-block;
	border-radius: 5px;
	border: 3px solid #ffce00;
	color: #252525;
	padding: 8px 15px;
	font-family: Roboto, serif;
	font-weight: bold;
	transition: all 0.4s;
	max-width: 200px;
}
.main-menu ul.multilevel-linkul-2 > li > a,
	.main-menu ul.multilevel-linkul-2 > li > span a {
	max-width: 240px;
}
.main-menu ul.multilevel-linkul-2 > li > a:hover,
.main-menu ul.multilevel-linkul-2 > li > span a:hover {
	background-color: #ffce00;
}
/**
 * Mobile menu
 */
.mobile-menu {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-overflow-scrolling: touch;
	transition: opacity 0.2s, transform 0.2s, visibility 0s linear 0.2s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}
.mobile-menu.is-open {
	transition: opacity 0.3s, transform 0.3s, visibility 0s;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	overflow-y: auto;
}
.mobile-menu__container {
	min-height: 100%;
	display: flex;
	padding: 5px;
	transition: transform 0.2s cubic-bezier(0.7, 0, 0.3, 1);
	transform: scale(0.9);
}
.mobile-menu.is-open .mobile-menu__container {
	transition-duration: 0.3s;
	transform: scale(1);
}
.mobile-menu__inner {
	position: relative;
	background: #FFFFFF;
	width: 100%;
}
.mobile-menu__close {
	appearance: none;
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
.mobile-menu__close:before,
.mobile-menu__close:after {
	content: " ";
	position: absolute;
	width: 20px;
	height: 1px;
	top: 50%;
	left: 50%;
	background-color: #636363;
}
.mobile-menu__close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-menu__close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
/**
 * Pipe-link
 */
.pipe-link-nav {
	margin: 15px 0 25px 0;
}
.pipe-link-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.pipe-link-nav li {
	padding: 0;
	float: left;
}
.pipe-link-nav li + li {
}
.pipe-link-nav li + li:before {
	content: "|";
	display: inline-block;
	margin: 0 5px;
}
.pipe-link-nav span[class*=currentbranch] {
	pointer-events: none;
}
.pipe-link-nav span[class*=currentbranch] a {
	color: #ffce00;
	text-decoration: none;
}
.pipe-link-nav a {
}
.pipe-link-nav a:hover {
	color: #ffce00;
}
/**
 * Sub menu
 */
.sub-menu-wrap {
}
.sub-menu-wrap .submenu-toggle {
	background: transparent;
}
.sub-menu {
	padding: 20px 0 15px;
}
.sub-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #FFFFFF;
}
.sub-menu li {
	padding: 0;
	margin: 0 30px 5px 0;
	display: inline-block;
	font-family: Roboto, serif;
	font-weight: bold;
	font-size: 16px;
}
.sub-menu a {
	color: currentColor;
	text-decoration: none;
}
.sub-menu span[class*=currentbranch] {
	pointer-events: none;
}
.sub-menu a:hover,
.sub-menu span[class*=currentbranch] a {
	color: #ffce00;
	text-decoration: none;
}
.sub-menu-wrap .submenu-toggle {
	display: none;
}
.sub-menu-wrap .container {
	height: auto !important;
	display: block !important;
}
/**
 * Breadcrumbs
 */
.breadcrumbs {
	padding: 10px 0;
	border-bottom: 1px solid #D7D7D7;
}
.breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #636363;
}
.breadcrumbs li {
	padding: 0;
	color: #636363;
	display: inline;
}
.breadcrumbs li + li {
}
.breadcrumbs li + li:before {
	content: ">";
	display: inline-block;
	margin: 0 5px;
}
.breadcrumbs a {
	color: currentColor;
	text-decoration: underline;
}
.breadcrumbs a:hover {
	color: #363636;
}
.breadcrumbs li:last-child a {
	text-decoration: none;
	pointer-events: none;
}
.breadcrumbs {
	margin-bottom: 30px;
}
/*** Sidebar Menu (Vertical Menu) ***/
/***** LEFT SIDEBAR *****/
.vertical-menu {
	background-color: #EFEFEF;
	margin-bottom: 20px;
}
.submenu-toggle {
	appearance: none;
	border: none;
	padding: 15px;
	color: #ffffff;
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	min-height: 50px;
}
.vertical-menu .submenu-toggle {
	background: #636363;
}
.no-js .submenu-toggle  {
	display: none;
}
.js .submenu-toggle:not([data-disclosure=true]) .submenu-toggle__title,
.js .submenu-toggle:not([data-disclosure=true]) .submenu-toggle__close,
.submenu-toggle[aria-expanded=true] .submenu-toggle__title,
.submenu-toggle[aria-expanded=false] .submenu-toggle__close {
	display: none;
}
.submenu-toggle__icon,
.submenu-toggle__icon:before,
.submenu-toggle__icon:after {
	content: " ";
	position: absolute;
	width: 15px;
	height: 2px;
	border-radius: 1px;
	background: #ffffff;
	transition-property: transform, opacity, background;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.submenu-toggle__icon {
	top: 50%;
	right: 15px;
	left: auto;
	transform: translateY(-50%);
}
.submenu-toggle__icon:before {
	transform: translateY(-5px);
}
.submenu-toggle__icon:after {
	transform: translateY(5px);
}
.submenu-toggle[data-disclosure=true][aria-expanded=true] .submenu-toggle__icon {
	background: transparent;
}
.submenu-toggle[data-disclosure=true][aria-expanded=true] .submenu-toggle__icon:before {
	transform: rotate(-45deg);
}
.submenu-toggle[data-disclosure=true][aria-expanded=true] .submenu-toggle__icon:after {
	transform: rotate(45deg);
}
.js .vertical-menu:not([data-vertical-menu=true]) #verticalMenu ul {
	display: none;
}
.vertical-menu {
	margin-bottom: 0;
}
.submenu-toggle {
	display: none;
}
#verticalMenu {
	height: auto !important;
	display: block !important;
}
.vertical-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vertical-menu li {
	margin: 0;
	padding: 0;
}
.vertical-menu a {
	display: block;
	text-decoration: none;
	padding: 15px;
}
.vertical-menu a:hover,
.vertical-menu span.is-active a {
	background-color: #ffce00;
}
.vertical-menu ul ul {
	display: none;
}
.vertical-menu li.is-open > ul,
.vertical-menu span[class*=currentbranch] ~ ul {
	display: block;
}
.vertical-menu > ul > li:not(:last-child) {
	border-bottom: 1px solid #FFFFFF;
}
.vertical-menu ul > li > a,
.vertical-menu ul > li > span a {
	position: relative;
	color: #252525;
	font-size: 16px;
	font-weight: bold;
}
.vertical-menu > ul > li > span.is-active-trail a {
	background-color: #636363;
	color: #FFFFFF;
	font-family: Roboto, serif;
	font-weight: bold;
}
.vertical-menu > ul > li > span.is-active-trail a:hover {
	background-color: #f;
	color: #252525;
}
.vertical-menu > ul > li > span.is-active a:after,
.vertical-menu > ul > li > span.is-active-trail a:after {
	content: none;
}
.vertical-menu > ul > li > a:hover,
.vertical-menu > ul > li > span a:hover {
}
.vertical-menu > ul > li.is-open > a,
.vertical-menu > ul > li.is-open > span a {
}
.vertical-menu ul > li > a:after,
.vertical-menu ul > li > span a:after {
	content: " ";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -7px;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23888888%22%20d%3D%22M6.9%200L5.2%201.8l3.9%204H0v2.5h9.1l-3.9%204L6.9%2014%2014%207%22%2F%3E%3C%2Fsvg%3E');
}
.vertical-menu ul > li > a:hover:after,
.vertical-menu ul > li > span[class*=currentbranch] a:after {
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23252525%22%20d%3D%22M6.9%200L5.2%201.8l3.9%204H0v2.5h9.1l-3.9%204L6.9%2014%2014%207%22%2F%3E%3C%2Fsvg%3E');
}
.vertical-menu ul > li > span.is-active-trail a:after,
.vertical-menu ul > li.has-children > span.is-active a:after {
	transform: rotate(90deg);
}
.vertical-menu ul.multilevel-linkul-0 {
	display: none;
	border-top: 1px solid #FFFFFF;
}
.vertical-menu ul.multilevel-linkul-0 > li:not(:last-child) {
	border-bottom: 1px solid #FFFFFF;
}
.vertical-menu ul.multilevel-linkul-0 > li > a,
.vertical-menu ul.multilevel-linkul-0 > li > span a {
}
.vertical-menu ul.multilevel-linkul-0 > li > a:hover,
.vertical-menu ul.multilevel-linkul-0 > li > span a:hover {
}
.vertical-menu ul.multilevel-linkul-1 {
}
.vertical-menu span[class*=currentbranch] + ul.multilevel-linkul-1 {
	border-top: 1px solid #EFEFEF;
}
.vertical-menu ul.multilevel-linkul-1 > li {
}
.vertical-menu ul.multilevel-linkul-1 > li > a,
.vertical-menu ul.multilevel-linkul-1 > li > span a {
	color: #636363;
	font-size: 14px;
	font-weight: normal;
	padding: 7px 30px;
}
.vertical-menu ul.multilevel-linkul-1 > li > a:hover,
.vertical-menu ul.multilevel-linkul-1 > li > span a:hover,
.vertical-menu ul.multilevel-linkul-1 > li > span[class*=currentbranch] a,
.vertical-menu ul.multilevel-linkul-1 > li > span.is-active a {
	color: #252525;
}
.vertical-menu ul.multilevel-linkul-1 > li > span[class*=currentbranch] a,
.vertical-menu ul.multilevel-linkul-1 > li > span.is-active a {
	border-top: 1px solid #EFEFEF;
}
.vertical-menu ul.multilevel-linkul-1 > li > a:after,
.vertical-menu ul.multilevel-linkul-1 > li > span a:after {
	content: none;
}
/***** RIGHT SIDEBAR *****/
.sidebar .scu-btn.btn-large {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.sidebar .image-caption-box .content {
	padding: 10px;
}
.sidebar .image-caption-box a {
}
.sidebar .box-with-animated-overlay {
	height: 100px;
}
/***** FOOTER *****/
.acknowledgement p {
	font-family: Roboto, serif;
	font-weight: bold;
}
.acknowledgement {
	text-align: center;
}
.site-footer a {
	color: #ffce00;
}
.site-footer a:hover {
	color: white;
}
.site-footer a[href^=tel] {
	color: white;
}
.site-footer a[href^=tel]:hover {
	color: #ffce00;
}
.site-footer .ult-footer p {
	margin-top: 10px;
}
.site-footer .ult-footer a {
	color: white;
}
.site-footer ul.bare-list {
	margin-bottom: 20px;
}
.site-footer .ult-footer span.sep {
	margin: 0 2px;
}
.site-footer__logos {
	margin-top: 10px;
}
.site-footer__logos a {
	display: inline-block;
	margin: 10px 0;
}
.site-footer__logos {
	text-align: center;
}
.site-footer__logos a {
	margin: 10px;
}
.site-footer__logos {
	text-align: right;
	margin: 0;
}
.site-footer__logos a {
	margin: 0;
}
.site-footer__logos a + a {
	margin: 0 0 0 20px;
}
.social-links {
}
.social-links a {
	display: block;
	color: #FFFFFF;
	width: 44px;
	height: 44px;
	position: relative;
	overflow: hidden;
	border: 2px solid currentColor;
	border-radius: 50%;
	transition-property: padding, border, color;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}
.social-links a:hover {
	color: #ffce00;
	border-width: 4px;
	transition-duration: 0.1s;
}
.social-links svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.social-links a[title*=Facebook] {
}
.social-links a[title*=Twitter] {
}
.social-links a[title*=YouTube] {
}
.social-links a[title*=LinkedIn] {
}
/***** HOME PAGE *****/
/*** Homepage Intro section ***/
.explore-more {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	cursor: pointer;
}
.explore-more:hover {
	background-color: rgba(0, 0, 0, 0.7);
}
.explore-more:hover .explore-more-element span:last-child {
	color: #FFF;
}
.explore-more-element {
	display: inline-block;
}
.explore-more-element .glyphicon {
	margin-right: 5px;
	color: #ffce00;
	vertical-align: middle;
	font-size: 18px;
}
.explore-more-element span:last-child {
	color: #636363;
	vertical-align: middle;
}
#homepage-intro-section {
	padding-top: 0;
	padding-bottom: 63px;
}
#homepage-intro-section .explore-more {
	/*margin-bottom: 20px;*/
}
#homepage-intro-section .container {
	padding-top: 20px;
}
.homepage-intro-item {
	text-align: center;
}
.homepage-intro-item p {
	padding: 0 20px;
	min-height: 60px;
}
.thumbnail-circle img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
}
/*** Study Areas ***/
#study-area-section {
	background-color: #EFEFEF;
	padding-bottom: 40px;
}
.section-headings-wrapper {
	text-align: center;
	margin-bottom: 40px;
}
.section-headings-wrapper .section-heading {
	margin-top: 0;
}
/*to reproduce this effect use the class "box-with-animated-overlay" above*/
.study-area-items.row {
	padding: 0 7.5px;
}
.study-area-item {
	width: 100%;
	height: 160px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	padding: 0 7.5px;
}
.study-area-item {
	width: 50%;
}
.study-area-item {
	width: 33.33%;
}
.study-area-item-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.study-area-item-inner {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
.study-area-item a {
	display: block;
	text-decoration: none;
}
.study-area-item .study-area-item-text-container {
	width: 100%;
	height: 100%;
	color: #FFF;
	font-weight: 600;
	font-family: Roboto, serif;
	font-size: 20px;
	padding: 0 35px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 3;
}
.study-area-item .study-area-item-image-container {
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.study-area-item:hover .study-area-item-image-container {
	transform: scale(1.07);
}
.study-area-item:hover .blue-overlay {
	opacity: 0.35;
}
.study-area-item-text-container h3 {
	margin: 0;
	word-break: break-word;
}
/*** Future Students (section) ***/
#future-students-section {
	padding-bottom: 0px;
}
#future-students-section {
	padding-bottom: 40px;
}
.future-student-item {
	height: 180px;
	margin-bottom: 20px;
}
.future-student-item-inner {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.future-student-item .future-student-item-text-container {
	width: 100%;
	height: 100%;
	position: absolute;
	color: #FFF;
	padding-left: 35px;
	padding-right: 35px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.future-student-item-text-container .future-student-title {
	font-weight: 600;
	font-family: Roboto, serif;
	font-size: 20px;
	margin-top: 0;
}
.future-student-item-text-container .future-student-subtitle {
	font-weight: 400;
	font-family: Roboto, sans-serif;
	font-size: 14px;
}
.future-student-item .future-student-item-image-container {
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.future-student-item:hover .future-student-item-image-container {
	transform: scale(1.07);
}
.black-overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.7;
}
.future-student-item:hover .black-overlay {
	opacity: 0.35;
}
/*** Homepage featured news & events section ***/
#homepage-news-events-section {
	background-color: #EFEFEF;
	padding-bottom: 65px;
}
.news-events-image-wrapper {
	position: relative;
	overflow: hidden;
}
.news-events-image-wrapper img {
	width: 100%;
}
.news-events-image-container {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.news-events-item:hover .news-events-image-container {
	transform: scale(1.07);
}
.news-events-content-container {
	margin-top: 20px;
}
.news-events-date {
	color: #636363;
	font-size: 12px;
	padding-bottom: 3px;
}
.news-events-title {
	margin-bottom: 20px;
	font-size: 18px;
}
.news-events-item .read-more-button {
	font-size: 13px;
}
/***** PAGE: STUDY AT SCU *****/
/*** choices section under search ***/
.study-at-scu-choices {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EFEFEF;
}
.study-at-scu-choice {
	border-radius: 7px;
	padding: 15px;
}
.study-at-scu-choice-thumb {
	border-radius: 50%;
	padding: 0;
}
.study-at-scu-choice .btn {
	margin-bottom: 8px;
}
/*** study areas ***/
#study-at-scu-study-areas .study-area-item-text-container {
	font-size: 16px;
}
#study-at-scu-study-areas,
#popular-course-searches {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 40px;
}
#study-at-scu-explore {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 30px;
}
/*** popular searches ***/
.popular-searches-items {
	text-align: center;
}
.popular-searches-items .scu-btn {
	margin-bottom: 10px;
	margin-right: 15px;
}
.popular-searches-items .scu-btn:last-child {
	margin-right: 0;
}
#popular-course-searches .section-headings-wrapper {
	margin-bottom: 20px;
}
/*** Helper boxes section ***/
.helper-box-heading img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.helper-box-heading h3,
.helper-box-heading span {
	margin-bottom: 0;
}
.helper-box-inner {
	padding: 20px;
	border: 1px solid #EFEFEF;
}
.helper-box-heading span {
	font-size: 22px;
	font-weight: 600;
	font-family: Roboto, serif;
	vertical-align: -15%;
}
.helper-box-content {
	margin-top: 20px;
}
.helper-box-content li a {
	color: #005e86;
	text-decoration: underline;
	font-weight: 500;
}
.helper-box-content p {
	margin-bottom: 10px;
	line-height: 1.2em;
}
/***** PAGE: COURSES *****/
.results table tr td:first-child {
	width: 38%;
}
/***** PAGE: WHY SCU *****/
.results table tr td:first-child {
	width: 38%;
}
.facts-figures-wrap .box-with-animated-overlay {
	margin-bottom: 20px;
}
.facts-figures-wrap .image-caption-box {
	margin-bottom: 15px;
}
/***** PAGE: NEWS ARTICLE *****/
article header {
	margin-bottom: 20px;
	display: inline-block;
}
article header h1.title {
	margin-top: 0;
	margin-bottom: 5px;
}
article .feature-image {
	margin-bottom: 10px;
}
article img {
	margin-bottom: 15px;
}
span.caption {
	font-style: italic;
}
article .post-nav a {
	white-space: nowrap;
}
article .post-nav a.prev .glyphicon {
	margin-right: 8px;
}
article .post-nav a.next .glyphicon {
	margin-left: 8px;
}
article .post-nav span.pipe-sep {
	margin: 0 8px;
}
article .image-container img {
	margin-bottom: 0;
}
article .image-caption-box {
	margin-bottom: 10px;
}

.breadcrumbs li + li::before{padding-top:10px;}







