/*# sourceMappingURL=styles.sass.css.map */

@charset "UTF-8";

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	-webkit-border-radius: .1em;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before, .fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery-full:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before, .fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

/* Document
   ========================================================================== */
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
	outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */
audio, video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

html, body {
	height: 100%;
	-webkit-text-size-adjust: none;
}

body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 15px;
	line-height: 1.3;
	background: #fafafa;
	color: #787878;
	font-weight: 300;
}

a {
	text-decoration: none;
	color: #03405a;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	/* font-family: $font-serif; */
	font-family: "pt-serif", sans-serif;
	color: #404041;
	font-weight: bold;
}

h1 {
	font-size: 24px;
}

@media screen and (min-width: 992px) {
	h1 {
		font-size: 40px;
	}
}

@media screen and (min-width: 1680px) {
	h1 {
		font-size: 55px;
	}
}

h2 {
	font-size: 24px;
}

@media screen and (min-width: 768px) {
	h2 {
		font-size: 30px;
	}
}

@media screen and (min-width: 992px) {
	h2 {
		font-size: 40px;
	}
}

@media screen and (min-width: 1200px) {
	h2 {
		font-size: 40px;
	}
}

h3 {
	font-size: 18px;
}

@media screen and (min-width: 992px) {
	h3 {
		font-size: 20px;
	}
}

@media screen and (min-width: 1200px) {
	h3 {
		font-size: 30px;
	}
}

h4 {
	font-size: 18px;
	font-weight: normal;
}

@media screen and (min-width: 992px) {
	h4 {
		font-size: 20px;
	}
}

@media screen and (min-width: 1200px) {
	h4 {
		font-size: 25px;
	}
}

h5 {
	font-size: 18px;
}

@media screen and (min-width: 992px) {
	h5 {
		font-size: 20px;
	}
}

h6 {
	font-size: 18px;
	font-weight: 300;
}

.wrapper {
	width: 100%;
	overflow: hidden;
	padding-top: 74px;
}

@media screen and (min-width: 992px) {
	.wrapper {
		padding-top: 137px;
	}
}

.container {
	overflow: hidden;
	background-color: #fff;
}

@media (min-width: 1310px) {
	.container {
		width: 1280px;
	}
}

.btn {
	background: #e6ab11;
	font-size: 14px;
	line-height: 18px;
	padding: 11px 20px;
	-webkit-border-radius: 21px;
	border-radius: 21px;
	color: #fff;
	font-weight: 300;
	height: 42px;
	border: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-transition: color .15s, background-color .15s;
	transition: color .15s, background-color .15s;
}

.btn:hover, .btn:focus, .btn:active {
	outline: none;
	color: #fff;
	background: #fed900;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media screen and (min-width: 992px) {
	.btn {
		font-size: 16px;
		line-height: 22px;
		padding: 17px 23px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		height: 58px;
	}
}

@media screen and (min-width: 768px) {
	.btn.btn--feature {
		position: absolute;
		bottom: 50px;
	}
}

.btn.btn-next {
	padding-right: 46px;
	position: relative;
}

.btn.btn-next .arrow {
	background: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-dropdown-mobile-secondary.png") 50% no-repeat;
	width: 25px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: scale(.7) rotate(-90deg);
	-ms-transform: scale(.7) rotate(-90deg);
	transform: scale(.7) rotate(-90deg);
	margin-top: -7px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
	.btn.btn-next .arrow {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-dropdown-mobile-secondary@2x.png");
		-ms-background-size: 25px 13px;
		background-size: 25px 13px;
	}
	
	.btn.btn-next .arrow.nitro-lazy {
		background-image: none !important;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.btn.btn-next .arrow.nitro-lazy {
	background-image: none !important;
}

/*
h1,h2,h3,h4,h5,h6{
-webkit-font-smoothing: antialiased;
}
*/
.notext, .logo, .logo-footer, [class^="ico-"], [class^="arrow-"], .nav ul li.has-dropdown > a .arrow, .slider .slick-dots li button, .slider.slider-boxes .slick-dots li button {
	font-size: 0;
	line-height: 0;
	text-indent: -100%;
	overflow: hidden;
}

.overlay-blue, .overlay-blue-light, .overlay-blue-dark, .overlay-yellow {
	position: relative;
}

.overlay-blue:after, .overlay-blue-light:after, .overlay-blue-muted:after, .overlay-blue-dark:after, .overlay-yellow:after {
	content: "";
	position: absolute;
	top: 0;
	top: -1px;
	left: 0;
	left: -1px;
	right: 0;
	right: -1px;
	bottom: 0;
	bottom: -1px;
	z-index: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	mix-blend-mode: multiply;
}

.overlay-blue:after {
	background: #375e80;
}

.overlay-blue-light:after {
	background: #95aeba;
}

.overlay-blue-dark:after {
	background: #2b4357;
}

.overlay-blue-muted:after {
	background: #526e7f;
}

.overlay-yellow:after {
	background: #e6ab11;
}

/*
.section-courses .overlay-yellow:after {
	background: url(../images/img-programs3-tint.jpg);
    opacity: 1;
    background-size: cover;
}

.section-courses .overlay-blue-dark:after {
	background: url(../images/img-programs2-tint.jpg);
    opacity: 1;
    background-size: cover;
}

.section-courses .overlay-blue-light:after {
	background: url(../images/img-programs1-tint.jpg);
    opacity: 1;
    background-size: cover;
}

.box-news .overlay-yellow:after {
	background: url(../images/img-on-demand-tint.jpg);
    opacity: 1;
    background-size: cover;
}


.section-courses.blue .overlay-blue.legal-training:after {
	background: url(../images/img-programs1-tint-blue.jpg);
    opacity: 1;
    background-size: cover;
}

.section-courses.blue .overlay-blue.overseas-requalifying:after {
	background: url(../images/img-programs2-tint-blue.jpg);
    opacity: 1;
    background-size: cover;
}

.section-courses.blue .overlay-blue.clerks-training:after {
	background: url(../images/img-programs3-tint-blue.jpg);
    opacity: 1;
    background-size: cover;
}
*/
html.desktop .section-courses.blue .overlay-blue:hover:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}

.overlay-solid:after, .overlay-transparent:after {
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
}

html.desktop .overlay-solid:hover:after, html.desktop
a:hover .overlay-solid:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

html.desktop .overlay-transparent:hover:after, html.desktop
a:hover .overlay-transparent:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}

html.desktop .fade-on-load {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}

html.desktop .loaded .fade-on-load {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

.loaded .fading {
	-webkit-transition: opacity .7s ease-in;
	transition: opacity .7s ease-in;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
	margin: 0;
	background: #ccc;
	color: #000;
	padding: .2em 0;
	text-align: center;
}

.intro-inner .intro-media img {
	-webkit-transition: opacity 1s, -webkit-transform 2s ease-out !important;
	transition: opacity 1s, -webkit-transform 2s ease-out !important;
	transition: transform 2s ease-out, opacity 1s !important;
	transition: transform 2s ease-out, opacity 1s, -webkit-transform 2s ease-out !important;
}

.page-id-917 .children {
	padding-top: 1em;
}

.section-search-results p {
	font-size: 15px !important;
}

.section-search-results table {
	border: 0 !important;
	border-collapse: collapse;
	border-spacing: 0;
	border-image-width: 0;
	border-color: transparent !important;
	margin-bottom: 20px;
	font-size: 15px;
}

.section-search-results .col div {
	margin-top: 20px;
	margin-bottom: 20px;
}

.section-search-results img {
	max-width: 150px;
	height: auto;
	padding: 15px;
}

.section-search-results .accordion-content h4, .section-search-results .accordion-content h1, .section-search-results .accordion-content h2, .section-search-results .accordion-content h3, .section-search-results .accordion-content h5, .section-search-results .accordion-content h6 {
	font-size: 18px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-bottom: 24px;
}

.section-search-results .accordion-content h4 strong, .section-search-results .accordion-content h1 strong, .section-search-results .accordion-content h2 strong, .section-search-results .accordion-content h3 strong, .section-search-results .accordion-content h5 strong, .section-search-results .accordion-content h6 strong {
	font-weight: normal;
}

.search-other-search {
	margin-top: 20px;
}

.search-other-search .btn {
	margin-top: 9px;
	margin-bottom: 25px;
}

/*
.loaded .slider.slider-intro .slide-media, .loaded .slider.slider-intro .slide-head, .loaded .slider.slider-intro .slide-body {
            transform: translateY(0px);
}
*/
.jump-first {
	position: absolute;
	z-index: 4;
	bottom: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 20px;
}

.jump-first {
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1), -moz-transform .6s cubic-bezier(.165, .84, .44, 1), -o-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	-o-transition: -o-transform .6s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: transform .6s cubic-bezier(.165, .84, .44, 1), -moz-transform .6s cubic-bezier(.165, .84, .44, 1);
	will-change: transform;
}

.jump-first:hover {
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1), -moz-transform .6s cubic-bezier(.165, .84, .44, 1), -o-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	-o-transition: -o-transform .6s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: transform .6s cubic-bezier(.165, .84, .44, 1), -moz-transform .6s cubic-bezier(.165, .84, .44, 1);
	-webkit-transform: translate(-50%, 10%);
	-ms-transform: translate(-50%, 10%);
	-moz-transform: translate(-50%, 10%);
	-o-transform: translate(-50%, 10%);
	transform: translate(-50%, 10%);
}

/* .intro-inner--cta  */
.intro-inner--cta .jump-first {
	display: none;
}

/* .intro-inner--cta  */
@media screen and (min-width:768px) {
	.intro-inner--cta .jump-first {
		display: inherit;
	}
}

.logo {
	display: block;
	background: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/source/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/logo.svg") 50% no-repeat;
	width: 127px;
	height: 54px;
	position: absolute;
	top: 10px;
	left: 18px;
	background-size: 127px 54px;
}

.logo.nitro-lazy {
	background-image: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
	.logo {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/source/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/logo.svg");
		-ms-background-size: 127px 54px;
		background-size: 127px 54px;
	}
	
	.logo.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 768px) {
	.logo {
		left: 40px;
	}
}

/* Custom: Reduce Logo size to shrunk-size earlier without .shrunk */
@media screen and (min-width: 992px) {
	.logo {
		width: 133px;
		height: 57px;
		top: 63px;
		-ms-background-size: 133px 57px;
		background-size: 133px 57px;
	}
}

/* Custom: 992 > 1350 */
@media screen and (min-width: 1350px) {
	.logo {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/source/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/logo.svg");
		width: 221px;
		height: 94px;
		top: 22px;
		left: 15px;
		-webkit-transition: top .8s, background-size .8s, width .8s, height .8s;
		transition: top .8s, background-size .8s, width .8s, height .8s;
		-ms-background-size: 221px 94px;
		background-size: 221px 94px;
	}
	
	.logo.nitro-lazy {
		background-image: none !important;
	}
}

/* Custom: 992 > 1350 */
@media screen and (min-width: 1350px) and (-webkit-min-device-pixel-ratio: 1.5), 
  screen and (min-width: 1350px) and (min-device-pixel-ratio: 1.5), 
  screen and (min-width: 1350px) and (-webkit-min-device-pixel-ratio: 2), 
  screen and (min-width: 1350px) and (min-resolution: 192dpi) {
	.logo {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/source/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/logo.svg");
		-ms-background-size: 221px 94px;
		background-size: 221px 94px;
	}
	
	.logo.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 1200px) {
	.logo {
		left: 45px;
	}
}

.logo-footer {
	background: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/logo-footer-mobile.png") 50% no-repeat;
	width: 145px;
	height: 62px;
	display: block;
}

.logo-footer.nitro-lazy {
	background-image: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
	.logo-footer {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/logo-footer-mobile@2x.png");
		-ms-background-size: 145px 62px;
		background-size: 145px 62px;
	}
	
	.logo-footer.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 1200px) {
	.logo-footer {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/logo-footer.png");
		width: 141px;
		height: 60px;
	}
	
	.logo-footer.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1200px) and (min-device-pixel-ratio: 1.5), screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1200px) and (min-resolution: 192dpi) {
	.logo-footer {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/logo-footer@2x.png");
		-ms-background-size: 141px 60px;
		background-size: 141px 60px;
	}
	
	.logo-footer.nitro-lazy {
		background-image: none !important;
	}
}

[class^="ico-"], [class^="arrow-"] {
	display: inline-block;
	vertical-align: middle;
}

.ico-search {
	background: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/ico-search-mobile.png");
	width: 30px;
	height: 32px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
	.ico-search {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/ico-search-mobile@2x.png");
		-ms-background-size: 30px 32px;
		background-size: 30px 32px;
	}
	
	.ico-search.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 992px) {
	.ico-search {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/ico-search.png");
		width: 13px;
		height: 13px;
		-ms-background-size: 13px 13px;
		background-size: 13px 13px;
	}
	
	.ico-search.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5), screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 992px) and (min-resolution: 192dpi) {
	.ico-search {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/ico-search@2x.png");
		-ms-background-size: 13px 13px;
		background-size: 13px 13px;
	}
	
	.ico-search.nitro-lazy {
		background-image: none !important;
	}
}

.ico-phone {
	background: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/ico-phone-mobile.png") 50% no-repeat;
	width: 24px;
	height: 24px;
}

.ico-phone.nitro-lazy {
	background-image: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
	.ico-phone {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/ico-phone-mobile@2x.png");
		-ms-background-size: 24px 24px;
		background-size: 24px 24px;
	}
	
	.ico-phone.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 992px) {
	.ico-phone {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/ico-phone.png");
		width: 22px;
		height: 22px;
		border: 1px solid #dedfdf;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		-ms-background-size: 12px 12px;
		background-size: 12px 12px;
	}
	
	.ico-phone.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5), screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 992px) and (min-resolution: 192dpi) {
	.ico-phone {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/ico-phone@2x.png");
		-ms-background-size: 12px 12px;
		background-size: 12px 12px;
	}
	
	.ico-phone.nitro-lazy {
		background-image: none !important;
	}
}

.arrow-e-more {
	background: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-e-more-mobile.png") 50% no-repeat;
	width: 19px;
	height: 10px;
}

.arrow-e-more.nitro-lazy {
	background-image: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
	.arrow-e-more {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-e-more-mobile@2x.png");
		-ms-background-size: 19px 10px;
		background-size: 19px 10px;
	}
	
	.arrow-e-more.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 768px) {
	.arrow-e-more {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-e-more.png");
	}
	
	.arrow-e-more.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi) {
	.arrow-e-more {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-e-more@2x.png");
		-ms-background-size: 19px 10px;
		background-size: 19px 10px;
	}
	
	.arrow-e-more.nitro-lazy {
		background-image: none !important;
	}
}

.header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	height: 74px;
	-webkit-transition: z-index 0s .4s;
	transition: z-index 0s .4s;
}

.header:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .4s, visibility 0s .4s;
	transition: opacity .4s, visibility 0s .4s;
}

@media screen and (min-width: 992px) {
	.header:before {
		content: none;
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.header {
		height: 137px;
		padding: 9px 40px;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform .8s;
		transition: -webkit-transform .8s;
		transition: transform .8s;
		transition: transform .8s, -webkit-transform .8s;
	}
	
	.header-shrunk .header {
		-webkit-transform: translate3d(0, -47px, 0);
		transform: translate3d(0, -47px, 0);
	}
	
	.header-shrunk .header .logo {
		width: 133px;
		height: 57px;
		top: 63px;
		-ms-background-size: 133px 57px;
		background-size: 133px 57px;
	}
}

@media screen and (min-width: 1200px) {
	.header {
		padding: 9px 45px;
	}
}

.header .search-form {
	position: relative;
	padding-right: 80px;
}

@media screen and (min-width: 992px) {
	.header .search-form {
		float: right;
		width: 198px;
		padding-right: 0;
	}
}

.header .search-label {
	font-size: 18px;
	font-weight: 300;
	line-height: 84px;
	position: absolute;
	top: 0;
	left: 0;
	right: 80px;
	cursor: text;
	padding: 0 0 0 28px;
	color: #424243;
}

.header .search-field {
	display: block;
	width: 100%;
	background: #f0f1f1;
	color: #424243;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	padding: 0 28px;
	border: 0 none;
	height: 84px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.header .search-field:focus {
	outline: none;
}

.header .search-field:focus ~ .search-label, .header .search-field.filled ~ .search-label {
	visibility: hidden;
}

@media screen and (min-width: 992px) {
	.header .search-field {
		border: 1px solid #dedfdf;
		background: #fff;
		font-size: 12px;
		line-height: 16px;
		height: 22px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		padding: 0 32px 0 12px;
	}
}

.header .search-btn {
	background: #e6ab11;
	border: 0 none;
	width: 80px;
	height: 84px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: background-color .15s;
	transition: background-color .15s;
}

.header .search-btn:hover, .header .search-btn:focus, .header .search-btn:active {
	background: #fed900;
	outline: none;
}

@media screen and (min-width: 992px) {
	.header .search-btn {
		background: transparent;
		width: 22px;
		height: 22px;
		line-height: 10px;
		text-align: left;
		padding: 0;
		-webkit-transition: opacity .15s;
		transition: opacity .15s;
	}
	
	.header .search-btn:hover, .header .search-btn:focus, .header .search-btn:active {
		background: transparent;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		opacity: .5;
	}
}

.footer {
	background: #fff;
	border-top: 10px solid #03405a;
	position: relative;
	margin: 0 -15px;
	padding: 24px;
}

@media screen and (min-width: 1200px) {
	.footer {
		padding: 30px 36px;
	}
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .footer__design-by {
	font-size: 12px;
	color: #929293;
	padding: 11px 0 0;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.footer .footer__design-by {
		width: auto;
	}
}

@media screen and (min-width: 992px) {
	.footer .footer__design-by {
		font-size: 14px;
		padding: 4px 0 0;
	}
}

.footer .footer-nav h6 {
	font-size: 14px;
	font-weight: 600;
	color: #03405a;
	margin: 0;
}

.footer .footer-nav ul {
	font-size: 14px;
	padding-right: 15px;
}

.footer .footer-nav ul li {
	padding: 3px 0;
	margin-bottom: 13px;
}

.footer .footer-nav ul li a {
	color: #03405a;
	font-weight: 600;
}

.footer .footer-nav ul li ul {
	font-size: 13px;
}

.footer .footer-nav ul li ul li:first-child {
	padding-top: 6px;
}

.footer .footer-nav ul li ul li {
	margin-bottom: 0;
}

.footer .footer-nav ul li ul li a {
	font-weight: 300;
	color: #787878;
}

.footer .footer-nav-aside {
	border-top: 1px solid #b7b7b8;
	margin: 34px 0 0;
	padding: 8px 0;
}

@media screen and (min-width: 768px) {
	.footer .footer-nav-aside {
		padding: 0;
	}
}

@media screen and (min-width: 1200px) {
	.footer .footer-nav-aside {
		margin-top: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}
}

.footer .footer-nav-aside ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.footer .footer-nav-aside ul {
		display: block;
		padding: 16px 0 0;
	}
}

.footer .footer-nav-aside ul li {
	display: inline;
}

@media screen and (min-width: 768px) {
	.footer .footer-nav-aside ul li {
		float: left;
	}
	
	.footer .footer-nav-aside ul li ~ li {
		margin-left: 22px;
	}
}

.footer .footer-nav-aside ul li a {
	display: block;
	vertical-align: top;
	font-size: 12px;
	color: #7f7f80;
}

@media screen and (min-width: 992px) {
	.footer .footer-nav-aside ul li a {
		font-size: 14px;
	}
}

@media screen and (min-width: 992px) {
	.set-col {
		float: left;
		width: 25%;
		padding: 3px 14px 0 0 !important;
	}
}

.navs {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 12;
	background: #fff;
	max-width: 300px;
	visibility: hidden;
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-transition: visibility 0s .4s, -webkit-transform .4s ease-out;
	transition: visibility 0s .4s, -webkit-transform .4s ease-out;
	transition: transform .4s ease-out, visibility 0s .4s;
	transition: transform .4s ease-out, visibility 0s .4s, -webkit-transform .4s ease-out;
}

@media (min-width: 375px) {
	.navs {
		max-width: 335px;
	}
}

@media (min-width: 415px) {
	.navs {
		max-width: 375px;
	}
}

@media screen and (min-width: 992px) {
	.navs {
		display: inline;
		position: static;
		overflow: visible;
		top: auto;
		right: auto;
		bottom: auto;
		background: transparent;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		visibility: visible;
		max-width: none;
	}
}

.nav {
	background: #fff;
}

@media screen and (min-width: 992px) {
	.nav {
		background: transparent;
		padding-top: 20px;
		float: right;
		clear: right;
	}
}

.nav .sub-menu .current_page_ancestor > a:before, .nav .sub-menu .current_page_item > a:before {
	display: none;
}

.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 992px) {
	.nav ul {
		font-size: 0;
		position: relative;
	}
}

.nav ul ~ ul > li, .nav ul li ~ li {
	border-top: 1px solid;
	border-color: #f1f1f1;
}

@media screen and (min-width: 992px) {
	.nav ul ~ ul > li, .nav ul li ~ li {
		border: 0 none;
	}
}

@media screen and (min-width: 992px) {
	.nav ul li {
		display: inline;
	}
}

.nav ul li a {
	display: block;
	background: #fff;
	line-height: 24px;
	padding: 28px;
	-webkit-transition: color .15s, background .15s;
	transition: color .15s, background .15s;
}

.nav ul li a:hover {
	text-decoration: none;
}

@media screen and (min-width: 992px) {
	.nav ul li a {
		display: inline-block;
		vertical-align: top;
		font-size: 12px;
		line-height: 16px;
		padding: 35px 6px;
		color: #404041;
		font-weight: 500;
		background: transparent;
	}
	
	/* Note: This is a littl jank - this is for targetting Submenu items with children only.
        This implementation is broad and affects submenu items without children */
	.menu-item-has-children ul li a {
		font-weight: bold;
	}
}

@media screen and (min-width: 1200px) {
	.nav ul li a {
		font-size: 14px;
		padding: 35px 15px;
	}
}

.nav ul li.has-dropdown > a {
	position: relative;
	padding-right: 72px;
}

@media screen and (min-width: 992px) {
	.nav ul li.has-dropdown > a {
		position: relative;
		z-index: 2;
		padding-right: 13px;
	}
}

.nav ul li.has-dropdown > a .arrow {
	content: "";
	background: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-dropdown-mobile.png") 50% no-repeat;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: opacity .15s, -webkit-transform .15s;
	transition: opacity .15s, -webkit-transform .15s;
	transition: transform .15s, opacity .15s;
	transition: transform .15s, opacity .15s, -webkit-transform .15s;
}

.nav ul li.has-dropdown > a .arrow.nitro-lazy {
	background-image: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
	.nav ul li.has-dropdown > a .arrow {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-dropdown-mobile@2x.png");
		-ms-background-size: 25px 13px;
		background-size: 25px 13px;
	}
	
	.nav ul li.has-dropdown > a .arrow.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 992px) {
	.nav ul li.has-dropdown > a .arrow {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.nav ul li.has-dropdown:hover > a:after {
		content: "";
		width: 16px;
		height: 16px;
		background: #fff;
		-webkit-transform: translateX(-12px) rotate(45deg);
		-ms-transform: translateX(-12px) rotate(45deg);
		transform: translateX(-12px) rotate(45deg);
		position: absolute;
		top: 100%;
		left: 20px;
		margin: -10px 0 0;
	}
}

@media screen and (min-width: 1200px) {
	.nav ul li.has-dropdown:hover > a:after {
		left: 30px;
	}
}

.nav ul li.current > a, .nav ul li.current_page_ancestor > a, .nav ul li.current_page_item > a {
	position: relative;
}

@media screen and (min-width: 992px) {
	.nav ul li.current > a:before, .nav ul li.current_page_ancestor > a:before, .nav ul li.current_page_item > a:before {
		content: "";
		height: 5px;
		background: #e6ab11;
		position: absolute;
		bottom: 0;
		left: 6px;
		right: 6px;
	}
}

@media screen and (min-width: 1200px) {
	.nav ul li.current > a:before, .nav ul li.current_page_ancestor > a:before, .nav ul li.current_page_item > a:before {
		left: 15px;
		right: 15px;
	}
}

.nav ul li.has-dropdown.current:hover > a:before, .nav ul li.has-dropdown.current_page_ancestor:hover > a:before, .nav ul li.has-dropdown.current_page_item:hover > a:before {
	content: none;
}

.nav ul li.dropdown-open > a {
	background: #26425a;
	color: #fff;
}

@media screen and (min-width: 992px) {
	.nav ul li.dropdown-open > a {
		background: transparent;
		color: #404041;
	}
}

.nav ul li.dropdown-open > a .arrow {
	background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-dropdown-mobile-secondary.png");
	-webkit-transform: translateY(-2px) rotate(-180deg);
	-ms-transform: translateY(-2px) rotate(-180deg);
	transform: translateY(-2px) rotate(-180deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	opacity: .25;
}

.nav ul li.dropdown-open > a .arrow.nitro-lazy {
	background-image: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
	.nav ul li.dropdown-open > a .arrow {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-dropdown-mobile-secondary@2x.png");
		-ms-background-size: 25px 13px;
		background-size: 25px 13px;
	}
	
	.nav ul li.dropdown-open > a .arrow.nitro-lazy {
		background-image: none !important;
	}
}

.nav ul li .dropdown {
	display: none;
}

@media screen and (min-width: 992px) {
	.nav ul li .dropdown {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #e6ab11;
		padding: 24px 7px;
	}
	
	.nav ul li .dropdown:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		background: #e6ab11;
		width: 8000px;
		left: 50%;
		margin-left: -4000px;
	}
	
	.nav ul li .dropdown:after {
		content: "";
		clear: both;
		display: table;
	}
	
	.nav ul li .dropdown li {
		padding: 3px 0;
	}
	
	.nav ul li .dropdown li .dropdown {
		padding: 0;
		position: static;
	}
	
	.nav ul li .dropdown li .dropdown:before, .nav ul li .dropdown li .dropdown:after {
		content: none;
	}
	
	.nav ul li .dropdown li:first-child {
		padding-top: 3px;
	}
}

@media screen and (min-width: 992px) and (min-width: 1200px) {
	.nav ul li .dropdown {
		padding: 34px 9px;
	}
}

@media screen and (min-width: 992px) {
	.nav ul li:hover > .dropdown {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	.nav ul ul {}
}

.nav ul ul li {
	border-color: #768d9d;
}

.nav ul ul li a, .nav ul ul li.dropdown-open > a {
	background: #5e7a8e;
	color: #fff;
}

@media screen and (min-width: 992px) {
	.nav ul ul li a, .nav ul ul li.dropdown-open > a {
		display: block;
		background: transparent;
		color: #404041;
		padding: 0;
	}
	
	.nav ul ul li a:hover, .nav ul ul li.dropdown-open > a:hover {
		color: #fff;
	}
}

.nav ul ul li.has-dropdown > a .arrow {
	background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-dropdown-mobile-secondary.png");
}

.nav ul ul li.has-dropdown > a .arrow.nitro-lazy {
	background-image: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
	.nav ul ul li.has-dropdown > a .arrow {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-dropdown-mobile-secondary@2x.png");
		-ms-background-size: 25px 13px;
		background-size: 25px 13px;
	}
	
	.nav ul ul li.has-dropdown > a .arrow.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 992px) {
	.nav ul ul li.has-dropdown:hover > a:after {
		content: none;
	}
}

@media screen and (min-width: 992px) {
	.nav ul ul li {
		display: list-item;
	}
	
	.nav ul ul li .dropdown {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	.nav ul ul ul {
		float: none;
		width: auto;
		padding: 0;
	}
}

.nav ul ul ul li {
	border-color: #8b9eae;
}

.nav ul ul ul li a, .nav ul ul ul li.dropdown-open > a {
	background: #788fa3;
}

@media screen and (min-width: 992px) {
	.nav ul ul ul li a, .nav ul ul ul li.dropdown-open > a {
		background: transparent;
		font-weight: 300;
	}
}

@media screen and (min-width: 992px) {
	.nav ul ul ul li.has-dropdown > a .arrow {
		display: inline-block;
		position: static;
		vertical-align: middle;
		background: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-dropdown.png") 50% no-repeat;
		width: 12px;
		height: 7px;
		margin-left: 3px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		opacity: .7;
		-ms-background-size: 12px 7px;
		background-size: 12px 7px;
	}
	
	.nav ul ul ul li.has-dropdown > a .arrow.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5), screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 992px) and (min-resolution: 192dpi) {
	.nav ul ul ul li.has-dropdown > a .arrow {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-dropdown@2x.png");
		-ms-background-size: 12px 7px;
		background-size: 12px 7px;
	}
	
	.nav ul ul ul li.has-dropdown > a .arrow.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 992px) {
	.nav ul ul ul li .dropdown, .nav ul ul ul li:hover > .dropdown {
		display: none;
	}
}

.nav ul ul ul ul li {
	border-color: #9faab4;
}

.nav ul ul ul ul li a, .nav ul ul ul ul li.dropdown-open > a {
	background: #919fab;
}

@media screen and (min-width: 992px) {
	.nav ul ul ul ul li a, .nav ul ul ul ul li.dropdown-open > a {
		background: transparent;
		color: #787878;
	}
}

.nav ul ul ul ul ul li {
	border-color: #fff;
}

.nav ul ul ul ul ul li a, .nav ul ul ul ul ul li.dropdown-open > a {
	background: #f0f1f1;
	color: #03405a;
}

@media screen and (min-width: 992px) {
	.nav ul ul ul ul ul li a, .nav ul ul ul ul ul li.dropdown-open > a {
		background: transparent;
		color: #f0f0f0;
	}
}

.nav.nav-access {
	position: relative;
}

@media screen and (min-width: 992px) {
	.nav.nav-access {
		padding-top: 0;
		position: absolute;
		top: 10px;
		right: 230px;
	}
}

@media screen and (min-width: 1200px) {
	.nav.nav-access {
		right: 252px;
	}
}

.nav.nav-access li {
	border-top: 1px solid;
	border-color: #dcdcdc;
}

@media screen and (min-width: 992px) {
	.nav.nav-access li {
		border: 0 none;
	}
	
	.nav.nav-access li ~ li {
		margin-left: 18px;
	}
}

.nav.nav-access li a {
	background: #f0f1f1;
}

@media screen and (min-width: 992px) {
	.nav.nav-access li a {
		background: transparent;
		padding: 3px 5px;
		font-weight: 300;
		color: #939598;
	}
	
	.nav.nav-access li a:hover {
		font-weight: 500;
		color: #404041;
		padding: 3px 2px;
	}
}

@media screen and (min-width: 1200px) {
	.nav.nav-access li a {
		font-size: 12px;
	}
}

.nav.nav-access li .link-phone a {
	max-height: 22px;
}

.nav-toggle {
	width: 74px;
	height: 74px;
	position: fixed;
	top: 0;
	right: 0;
	padding: 25px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	z-index: 10;
}

.nav-toggle .line {
	background: #332e38;
	width: 24px;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media screen and (min-width: 768px) {
	.nav-toggle {
		right: 17px;
	}
}

.nav-is-open .header:before {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	opacity: .6;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.nav-is-open .navs {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	visibility: visible;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
}

.ico-phone {
	position: absolute;
	left: -5px;
	top: 0;
}

.nav ul li.plt-portal {
	display: block;
	float: left;
	text-align: center;
	width: 120px;
}

.nav ul li.cbd-programs {
	display: block;
	float: left;
	text-align: center;
	width: 124px;
}

.nav ul li.buy-audio {
	display: block;
	float: left;
	text-align: center;
	width: 158px;
}

.nav ul li.call-phone {
	display: block;
	float: left;
	text-align: center;
	width: 112px;
	position: relative;
}

@media screen and (min-width: 992px) {
	.nav ul li .dropdown li {
		padding: 3px 0;
		width: 25%;
		float: left;
	}
	
	.nav ul ul ul li {
		border-color: #8b9eae;
		width: 100% !important;
		float: none !important;
	}
}

@media (max-width: 991px) {
	.set-col {
		min-height: 0 !important;
	}
	
	.nav ul li.call-phone {
		display: inline-block;
		float: none;
		text-align: center;
		width: auto;
		position: absolute;
		right: 0;
		border: none;
	}
	
	.nav.nav-access li.call-phone a {
		padding: 0;
		width: 80px;
		height: 80px;
		text-align: center;
		line-height: 74px;
		position: absolute;
		bottom: 100%;
		right: 0;
		background: transparent;
	}
	
	.ico-phone {
		position: relative;
		left: auto;
		top: auto;
	}
	
	.nav ul li.plt-portal {
		text-align: left;
		width: 100%;
	}
	
	.nav ul li.cbd-programs {
		text-align: left;
		width: 100%;
	}
	
	.nav ul li.buy-audio {
		text-align: left;
		width: 100%;
		border-bottom: 1px solid;
		border-color: #dcdcdc;
	}
	
	.nav-main a, .nav-access a {
		color: #000 !important;
	}
	
	.nav-main .dropdown-open a {
		color: #fff !important;
	}
	
	.navs {
		background-color: #f0f1f1;
	}
}

.intro .section-courses .overlay-blue:after, .intro .section-courses .overlay-blue-light:after, .intro .section-courses .overlay-blue-dark:after, .intro .section-courses .overlay-yellow:after {
	mix-blend-mode: multiply;
}

.intro .intro-inner {
	position: relative;
	margin: 0 -15px;
	height: 100vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.intro .intro-inner {
		height: 30vw;
	}
}

.intro .intro-inner:before {
	content: "";
	border: 1px solid #fff;
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	pointer-events: none;
	z-index: 2;
}

/* intro-inner--cta */
.intro .intro-inner.intro-inner--cta:before {
	content: none;
}

@media screen and (min-width: 768px) {
	.intro .intro-inner:before {
		width: -webkit-calc(30vw - 30px);
		width: calc(30vw - 30px);
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media screen and (min-width: 992px) {
	.intro .intro-inner:before {
		width: -webkit-calc(30vw - 54px);
		width: calc(30vw - 54px);
		top: 27px;
		bottom: 27px;
	}
}

.intro .intro-inner .intro-head, .intro .intro-inner .intro-body {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 0 25%;
	-webkit-transition: opacity 1s ease-out 1.5s;
	transition: opacity 1s ease-out 1.5s;
}

/* .intro-inner--cta */
.intro .intro-inner.intro-inner--cta .intro-head, .intro .intro-inner .intro-body {
	text-align: left;
	padding: 0 6%;
}

html.desktop .intro .intro-inner .intro-head, html.desktop
    .intro .intro-inner .intro-body {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}

@media screen and (min-width: 768px) {
	.intro .intro-inner .intro-head, .intro .intro-inner .intro-body {
		padding: 0 38%;
	}
	
	/* intro-inner--cta */
	.intro .intro-inner.intro-inner--cta .intro-head, .intro .intro-inner.intro-inner--cta .intro-body {
		padding: 0 18% 0 6%;
	}
}

.intro .intro-inner h1 {
	color: #fff;
}

/* intro-inner--cta */
.intro .intro-inner.intro-inner--cta h1 {
	margin-bottom: .3em;
}

.intro .intro-inner .link-learn {
	color: #fff;
}

.intro .intro-inner .intro-media {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.intro .intro-inner .intro-media img {
	width: auto;
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: .8;
}

@media screen and (min-width: 768px) {
	.intro .intro-inner .intro-media img {
		width: 100%;
		height: auto;
		top: 0;
		top: 50%;
		left: 0;
		left: 50%;
		position: absolute;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		opacity: .8;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

html.desktop .intro .intro-inner .intro-media:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}

.intro .intro-inner .intro-media img {
	-webkit-transition: opacity 1s ease-out .5s;
	transition: opacity 1s ease-out .5s;
}

html.desktop .intro .intro-inner .intro-media img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}

.intro .intro-inner .delayed:after {
	-webkit-transition: opacity 1s ease-out 1s;
	transition: opacity 1s ease-out 1s;
}

html.desktop .intro .intro-inner .delayed:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}

html.desktop .loaded .intro .intro-inner .intro-media:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

html.desktop .loaded .intro .intro-inner .intro-media, html.desktop
  .loaded .intro .intro-inner .intro-head, html.desktop
  .loaded .intro .intro-inner .intro-body {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

html.desktop .loaded .intro .intro-inner .intro-media img, html.desktop
  .loaded .intro .intro-inner .intro-head img, html.desktop
  .loaded .intro .intro-inner .intro-body img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: .8;
}

.loaded .intro .intro-inner .intro-media img html.mobile, html.tablet .loaded .intro .intro-inner .intro-media img, .loaded .intro .intro-inner .intro-head img html.mobile, html.tablet
  .loaded .intro .intro-inner .intro-head img, .loaded .intro .intro-inner .intro-body img html.mobile, html.tablet
  .loaded .intro .intro-inner .intro-body img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: .8;
}

.intro .intro-ctas {
	padding: 0;
	height: 100%;
}

@media screen and (min-width: 992px) {
	.intro .intro-ctas {
		height: auto;
	}
}

.intro .intro-ctas ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.intro .intro-ctas ul li {
	position: relative;
}

.intro .intro-ctas ul li:first-child .intro-cta {
	padding-bottom: 34%;
}

@media screen and (min-width: 992px) {
	.intro .intro-ctas ul li:first-child .intro-cta {
		padding-bottom: 27%;
	}
}

@media screen and (max-width: 480px) {
	.intro .intro-ctas ul li:first-child .intro-cta {
		padding-bottom: 20%;
		height: -webkit-calc(( 50vh - 37px ) / 3);
		height: calc(( 50vh - 37px ) / 3);
		padding: 0;
	}
}

.intro .intro-ctas .intro-cta {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 33%;
	color: #fff;
}

@media screen and (min-width: 992px) {
	.intro .intro-ctas .intro-cta {
		padding-bottom: 27%;
	}
}

@media screen and (max-width: 480px) {
	.intro .intro-ctas .intro-cta {
		padding-bottom: 20%;
		height: -webkit-calc(( 50vh - 37px ) / 3);
		height: calc(( 50vh - 37px ) / 3);
		padding: 0;
	}
}

.intro-cta-quicklink, .intro .intro-ctas .intro-cta h1, .intro .intro-ctas .intro-cta h2, .intro .intro-ctas .intro-cta h3, .intro .intro-ctas .intro-cta h4, .intro .intro-ctas .intro-cta h5, .intro .intro-ctas .intro-cta h6 {
	color: #fff;
	margin: 0;
}

.intro-cta-link {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.intro-cta-quicklink {
	position: absolute;
	background: none;
	border: 1px solid white;
	height: auto;
	padding: 2px 15px;
	bottom: -5px;
	transform: translateY(100%);
	z-index: 4;
}

.intro-cta-quicklink:hover, .intro-cta-quicklink:focus {
	background: white;
	color: #2b4357;
}

@media screen and (min-width: 992px) {
	.intro-cta-quicklink {
		padding: 5px 23px;
		bottom: -10px;
	}
}

.intro .intro-ctas .intro-cta a:hover, .intro .intro-ctas .intro-cta a:focus, .intro .intro-ctas .intro-cta:hover {
	text-decoration: none;
}

.intro .intro-ctas .intro-cta:hover .intro-cta-media img {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

html.desktop .intro .intro-ctas .intro-cta:hover .intro-cta-media img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}

.intro .intro-ctas .intro-cta:after {
	content: "";
	background: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-e-white.png") 50% no-repeat;
	width: 12px;
	height: 23px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
	-ms-background-size: 12px 23px;
	background-size: 12px 23px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
	.intro .intro-ctas .intro-cta:after {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-e-white@2x.png");
		-ms-background-size: 12px 23px;
		background-size: 12px 23px;
	}
}

@media screen and (min-width: 1680px) {
	.intro .intro-ctas .intro-cta:after {
		width: 26px;
		height: 50px;
		right: 50px;
		-ms-background-size: 26px 50px;
		background-size: 26px 50px;
	}
}

@media screen and (min-width: 1680px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1680px) and (min-device-pixel-ratio: 1.5), screen and (min-width: 1680px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1680px) and (min-resolution: 192dpi) {
	.intro .intro-ctas .intro-cta:after {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-e-white@2x.png");
		-ms-background-size: 12px 23px;
		background-size: 12px 23px;
	}
}

.intro .intro-ctas .intro-cta .intro-cta-media {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	height: 100%;
}

.intro .intro-ctas .intro-cta .intro-cta-media img {
	display: block;
	width: auto;
	width: 100%;
	height: 100%;
	height: auto;
	position: relative;
	left: 50%;
	left: auto;
	-webkit-transform: translateX(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateX(-50%);
	-ms-transform: translateY(-50%);
	transform: translateX(-50%);
	transform: translateY(-50%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	opacity: .1;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	top: 50%;
}

@media screen and (max-width: 480px) {
	.intro .intro-ctas .intro-cta .intro-cta-media img {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		opacity: 0;
	}
}

.intro .intro-ctas .intro-cta .intro-cta-body {
	position: absolute;
	z-index: 4;
	top: 40%;
	left: 24px;
	right: 56px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
	.intro .intro-ctas .intro-cta .intro-cta-body {
		right: 42px;
	}
}

.intro .intro-ctas .intro-cta .intro-cta-body h2 {
	font-size: 18px;
}

@media screen and (max-width: 480px) {
	.intro .intro-ctas .intro-cta .intro-cta-body h2 {
		font-size: 16px;
	}
	
	.intro .intro-ctas .intro-cta .intro-cta-body h2 br {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.intro .intro-ctas .intro-cta .intro-cta-body h2 {
		font-size: 25px;
	}
}

@media screen and (min-width: 1680px) {
	.intro .intro-ctas .intro-cta .intro-cta-body h2 {
		font-size: 35px;
	}
}

@media screen and (min-width: 1200px) {
	.intro .intro-ctas .intro-cta .intro-cta-body {
		left: 44px;
		right: 84px;
	}
}

.slider ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.slider .slider-clip {
	overflow: hidden;
	position: relative;
}

.slider .slides {
	height: 100%;
}

.slider .slide {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.slider .slide a {
	color: #fff;
}

.slider .slide-head, .slider .slide-body {
	position: relative;
	z-index: 2;
}

.slider .slide-head {
	padding: 33% 20% 20px;
}

@media screen and (min-width: 992px) {
	.slider .slide-head {
		padding: 20% 20% 20px;
	}
}

.slider .slide-head h1, .slider .slide-head h2, .slider .slide-head h3, .slider .slide-head h4, .slider .slide-head h5, .slider .slide-head h6 {
	color: #fff;
	margin: 0 0 10px;
}

.slider .slide-body {
	padding: 0 8% 15%;
	font-size: 11px;
	font-weight: 400;
}

@media screen and (min-width: 992px) {
	.slider .slide-body {
		font-size: 14px;
		padding: 0 30% 10%;
	}
}

@media screen and (min-width: 1680px) {
	.slider .slide-body {
		font-size: 21px;
		padding: 0 30% 10%;
	}
}

.slider .slide-media {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.slider .slide-media img {
	width: auto;
	height: 100%;
	display: block;
	position: relative;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(1) translateY(-50%);
	-ms-transform: translateX(-50%) scale(1) translateY(-50%);
	transform: translateX(-50%) scale(1) translateY(-50%);
	top: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: .8;
}

.slider .slick-list, .slider .slick-track {
	height: 100%;
}

.slider .slick-dots {
	position: absolute;
	bottom: 26px;
	right: 26px;
	font-size: 0;
	line-height: 0;
}

@media screen and (min-width: 992px) {
	.slider .slick-dots {
		bottom: 44px;
		right: 62px;
	}
}

.slider .slick-dots li {
	display: inline;
}

.slider .slick-dots li ~ li {
	margin-left: 7px;
}

@media screen and (min-width: 992px) {
	.slider .slick-dots li ~ li {
		margin-left: 14px;
	}
}

.slider .slick-dots li button {
	width: 7px;
	height: 7px;
	padding: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #fff;
	background: #fff;
	-webkit-transition: background .15s;
	transition: background .15s;
	-webkit-appearance: none;
}

.slider .slick-dots li button:focus, .slider .slick-dots li button:active {
	outline: none;
}

@media screen and (min-width: 992px) {
	.slider .slick-dots li button {
		width: 11px;
		height: 11px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
}

.slider .slick-dots li.slick-active button {
	background: transparent;
}

.slider.slider-intro {
	padding: 0 0 100%;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.slider.slider-intro {
		padding: 0 0 50%;
	}
}

@media screen and (min-width: 992px) {
	.slider.slider-intro {
		padding: 0 0 40.5%;
	}
}

@media screen and (max-width: 480px) {
	.slider.slider-intro {
		height: -webkit-calc(50vh - 37px);
		height: calc(50vh - 37px);
		padding: 0;
	}
	
	.slider.slider-intro .slide-body {
		display: none;
	}
	
	.slider.slider-intro .slide-head {
		padding: 0 10%;
	}
	
	.slider.slider-intro .slide-media img {
		width: 100%;
		height: auto;
	}
}

.slider.slider-intro .slider-clip {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider.slider-intro .slider-clip:after {
	content: "";
	border: 1px solid #fff;
	position: absolute;
	top: 18px;
	left: 18px;
	right: 18px;
	bottom: 18px;
	z-index: 1;
	pointer-events: none;
}

@media screen and (min-width: 992px) {
	.slider.slider-intro .slider-clip:after {
		top: 30px;
		bottom: 30px;
		left: 30px;
		right: 30px;
	}
}

html.desktop .slider.slider-intro .slide-media:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}

.slider.slider-intro .slide-media img {
	-webkit-transition: opacity 1s, -webkit-transform 2s ease-out;
	transition: opacity 1s, -webkit-transform 2s ease-out;
	transition: transform 2s ease-out, opacity 1s;
	transition: transform 2s ease-out, opacity 1s, -webkit-transform 2s ease-out;
}

html.desktop .slider.slider-intro .slide-media img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}

.slider.slider-intro .delayed:after {
	-webkit-transition: opacity 1s ease-out 1s;
	transition: opacity 1s ease-out 1s;
}

html.desktop .slider.slider-intro .delayed:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}

.slider.slider-intro .slide-head, .slider.slider-intro .slide-body {
	-webkit-transition: opacity 1s ease-out 1.5s;
	transition: opacity 1s ease-out 1.5s;
}

html.desktop .slider.slider-intro .slide-head, html.desktop
    .slider.slider-intro .slide-body {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}

html.desktop .loaded .slider.slider-intro .slide-media:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

.loaded .slider.slider-intro .slide-media, .loaded .slider.slider-intro .slide-head, .loaded .slider.slider-intro .slide-body {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

html.desktop .loaded .slider.slider-intro .slide-media, html.desktop
    .loaded .slider.slider-intro .slide-head, html.desktop
    .loaded .slider.slider-intro .slide-body {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

html.desktop .loaded .slider.slider-intro .slide-media img, html.desktop
    .loaded .slider.slider-intro .slide-head img, html.desktop
    .loaded .slider.slider-intro .slide-body img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: .8;
}

.slider.slider-boxes {
	position: relative;
}

.slider.slider-boxes .slick-dots {
	position: absolute;
	bottom: 0px;
	right: 15px;
}

.slider.slider-boxes .slick-dots li ~ li {
	margin-left: 13px;
}

.slider.slider-boxes .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #03405a;
	background: #03405a;
	-webkit-transition: background .15s;
	transition: background .15s;
	-webkit-appearance: none;
}

.slider.slider-boxes .slick-dots li button:focus, .slider.slider-boxes .slick-dots li button:active {
	outline: none;
}

.slider.slider-boxes .slick-dots li.slick-active button {
	background: transparent;
}

.link-learn {
	display: inline-block;
	vertical-align: top;
	border-width: 1px 0;
	border-style: solid;
	font-size: 10px;
	line-height: 16px;
	font-weight: 400;
}

.link-learn:hover {
	text-decoration: none;
}

@media screen and (min-width: 992px) {
	.link-learn {
		font-size: 12px;
		line-height: 20px;
		font-weight: 600;
	}
}

@media screen and (min-width: 1680px) {
	.link-learn {
		font-size: 20px;
		line-height: 36px;
		height: 40px;
	}
}

.link-learn-alt {
	font-weight: 400;
	color: #000;
}

@media screen and (min-width: 768px) {
	.link-learn-alt {
		font-size: 18px;
		float: right;
	}
}

.link-learn-alt .arrow-e-more {
	margin-left: 4px;
	-webkit-transition: -webkit-transform .15s;
	transition: -webkit-transform .15s;
	transition: transform .15s;
	transition: transform .15s, -webkit-transform .15s;
}

.link-learn-alt:hover {
	color: #03405a;
	text-decoration: none;
}

.link-learn-alt:hover .arrow-e-more {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.link-more {
	font-weight: 500;
	color: #404041;
}

.list-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-links a {
	color: #57797f;
}

.list-dates {
	list-style: none;
	padding: 15px 20px;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.list-dates {
		padding: 0;
	}
	
	.list-dates li {
		padding: 6px 26px;
	}
	
	.list-dates li:nth-of-type(odd) {
		background: #f0f0f0;
	}
}

.list-cta {
	background: #1a2c38;
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.list-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
}

@media screen and (min-width: 768px) {
	.list-cta li {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

.list-cta li ~ li {
	border-top: 1px solid #495258;
}

@media screen and (min-width: 768px) {
	.list-cta li ~ li {
		border-top: 0 none;
		border-left: 1px solid #495258;
	}
}

.list-cta li a {
	display: block;
	font-size: 16px;
	color: #fff;
	-webkit-transition: color .15s;
	transition: color .15s;
	padding: 22px;
}

html.desktop .list-cta li a:hover {
	color: #e6ab11;
	text-decoration: none;
}

@media screen and (min-width: 992px) {
	.list-cta li a {
		font-size: 22px;
		padding: 32px;
	}
}

.box-shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.box-shadow img {
	width: 100% !important;
	height: 75% !important;
	position: relative !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	left: 0 !important;
}

.box-shadow--top {
	position: absolute;
	bottom: auto;
	top: 0;
	left: 0;
	width: 100%;
}

.box {
	background: #fff;
	margin: 0 0 25px;
}

.box .box-head {
	width: 100%;
	padding-bottom: 83%;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.box .box-head {
		padding-bottom: 91%;
	}
}

.box .box-head a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}

.box .box-head a img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: .8;
}

@media screen and (min-width: 768px) {
	.box .box-head a img {
		width: auto;
		height: 100%;
		top: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.box .box-head a img.wide {
	width: auto;
	height: 100%;
}

.box .box-head a img.tall {
	width: 100%;
	height: auto;
}

.box .box-head a h3 {
	color: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	z-index: 2;
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
}

@media screen and (min-width: 768px) {
	.box .box-head a h3 {
		font-size: 20px;
	}
}

@media screen and (min-width: 992px) {
	.box .box-head a h3 {
		font-size: 30px;
		font-size: 24px;
	}
}

.box .box-head .box-date {
	background: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 58px;
	height: 58px;
	text-align: center;
	z-index: 2;
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .2);
}

.box .box-head .box-date h4 {
	font-size: 26px;
	margin: 0;
	padding-top: 4px;
}

.box .box-head .box-date h4 small {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.box.box-event .box-head a h3 {
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-height: 96px;
	padding: 20px 20px 15px;
	background: rgba(230, 171, 17, .6);
}

/* @media screen and (min-width:768px){
    .box.box-event .box-head a h3 {
      min-height: 96px;
    }
  } */
.section-head-link {
	float: left;
	padding-top: 10px;
}

@media screen and (min-width:768px) {
	.section-head-link {
		float: right;
	}
}

.box.box-event .box-head a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transition: all .15s;
	transition: all .15s;
}

html.desktop .box.box-event .box-head a:hover:after {
	background: #000;
	background: rgba(0, 0, 0, .35);
	z-index: 0;
}

.box .box-body {
	padding: 15px 20px 25px;
	position: relative;
}

.section-courses .box .box-body {
	padding-bottom: 58px;
}

.box .box-body p {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.box .box-body p {
		font-size: 13px;
	}
}

@media screen and (min-width: 992px) {
	.box .box-body p {
		font-size: 15px;
	}
}

.box .box-body p:first-child {
	margin: 0 0 15px;
	height: 57px;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.box .box-body p:first-child {
		height: 64px;
	}
}

@media screen and (min-width: 992px) {
	.box .box-body p:first-child {
		height: 56px;
	}
}

/* cta-large  */
.cta-large .box .box-body p:first-child {
	margin: 0 0 15px;
	height: 171px;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.cta-large .box .box-body p:first-child {
		height: 192px;
	}
}

@media screen and (min-width: 992px) {
	.cta-large .box .box-body p:first-child {
		height: 188px;
	}
}

/* .section-cpd_programs formerly(.section-popular_programs) */
.section-cpd_programs .box .box-body p:first-child {
	margin: initial;
	height: initial;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.section-cpd_programs .box .box-body p:first-child {
		height: initial;
	}
}

@media screen and (min-width: 992px) {
	.section-cpd_programs .box .box-body p:first-child {
		height: initial;
	}
}

.box .box-body .box-cta {
	position: absolute;
	bottom: 15px;
	min-height: 42px;
	line-height: 42px;
}

.box .box-body .btn {
	padding: 9px 23px;
	height: 42px;
	margin-right: .5em;
}

@media screen and (max-width: 991px) {
	.box .box-body .btn {
		line-height: 22px;
		padding: 9px 15px;
	}
}

.box.box-member {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.box.box-member .box-head {
	padding-bottom: 66%;
	padding-bottom: 91%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: -webkit-filter .15s ease-in-out;
	transition: -webkit-filter .15s ease-in-out;
	transition: filter .15s ease-in-out;
	transition: filter .15s ease-in-out, -webkit-filter .15s ease-in-out;
}

.box.box-member .box-head a img {
	-webkit-transition: -webkit-filter .15s ease-in-out;
	transition: -webkit-filter .15s ease-in-out;
	transition: filter .15s ease-in-out;
	transition: filter .15s ease-in-out, -webkit-filter .15s ease-in-out;
}

@media screen and (min-width: 768px) {
	.box.box-member .box-head a img {
		width: 100%;
		height: auto;
	}
}

html.desktop .box.box-member .box-head:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: -webkit-filter .15s ease-in-out;
	transition: -webkit-filter .15s ease-in-out;
	transition: filter .15s ease-in-out;
	transition: filter .15s ease-in-out, -webkit-filter .15s ease-in-out;
}

.box.box-member .box-body {
	padding: 20px 15px 0px;
	overflow: hidden;
}

.box.box-member .box-body h6 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	color: #000;
}

.box.box-member .box-body p {
	margin: 0 0 20px;
}

.box.box-member .box-body a {
	color: #57797f;
}

.box-on-demand {
	font-size: 14px;
}

.box-on-demand h2 {
	margin: 36px 0;
}

@media screen and (min-width: 992px) {
	.box-on-demand h2 {
		margin: 50px 0 80px;
	}
}

@media (min-width: 1310px) {
	.box-on-demand h2 {
		margin-bottom: 112px;
	}
}

.box-on-demand p {
	margin: 0 0 26px;
}

@media screen and (min-width: 992px) {
	.box-on-demand p {
		margin: 0 0 50px;
	}
}

.box-on-demand .box-on-demand-body {
	padding: 0 0 36px;
}

@media screen and (min-width: 992px) {
	.box-on-demand .box-on-demand-body {
		padding: 0 0 40px;
		max-width: 90%;
	}
}

.box-news {
	position: relative;
	margin: 0 -25px;
	overflow: hidden;
	padding-bottom: 100%;
}

@media screen and (min-width: 768px) {
	.box-news {
		margin-left: 0;
	}
}

@media screen and (min-width: 992px) {
	.box-news {
		padding-bottom: 100%;
		margin-right: -45px;
		margin-left: -11px;
	}
}

@media screen and (min-width: 1200px) {
	.box-news {
		padding-bottom: 80%;
	}
}

.box-news .box-news-head {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 2;
}

.box-news .box-news-head h6 {
	color: #fff;
	margin: 0;
}

.box-news .box-news-body a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
}

.box-news .box-news-body a h3 {
	color: #fff;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 18px 20px;
	background: #000;
	background: rgba(0, 0, 0, .4);
	z-index: 2;
	font-size: 24px;
}

@media screen and (min-width: 992px) {
	.box-news .box-news-body a h3 {
		font-size: 30px;
		padding: 24px;
	}
}

.box-news .box-news-body a img {
	width: auto;
	height: 100%;
	position: relative;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: .8;
}

/*
.box .overlay {
	height: 100%;
    width: 100%;
    background-size: 100%;
    background-blend-mode: multiply;
    }
    
.box .overlay-blue-light .overlay {background-color: #95b0b9;}
.box .overlay-blue-dark .overlay {background-color: #0a3749;}
.box .overlay-yellow .overlay {background-color: #e6ab11;}
*/
.section {
	background: #eff0f0;
	padding: 0 25px;
	position: relative;
	margin: 0 -15px;
}

.section:last-child {
	padding-bottom: 50px;
}

.section.section-cta:last-child {
	padding-bottom: 0px;
}

@media screen and (min-width: 992px) {
	.section {
		padding: 0 45px;
	}
}

.section .section-head {
	padding: 30px 0 0;
}

@media screen and (min-width: 768px) {
	.section .section-head {
		padding: 50px 0 0;
	}
}

.section .section-head h2, .section .section-head h6 {
	margin: 0;
}

.section .section-foot {
	padding: 0 0 30px;
}

.section .section-foot:after {
	content: "";
	clear: both;
	display: table;
	height: 0;
}

.section .section-body {
	padding: 30px 0;
}

@media screen and (min-width: 768px) {
	.section .section-body {
		padding: 50px 0;
	}
}

.section .section-body:first-child {
	padding-top: 40px;
}

@media screen and (min-width: 768px) {
	.section .section-body:first-child {
		padding-top: 60px;
	}
}

.section.section-about {
	background: #e6ab11;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.section.section-about .section-head {
		padding: 32px 0;
	}
	
	.section.section-about .section-body {
		padding: 0 0 32px;
	}
}

.section.section-about h2 {
	color: #fff;
	margin: 0 0 20px;
	font-size: 22px;
}

@media screen and (min-width: 768px) {
	.section.section-about h2 {
		font-size: 32px;
	}
}

@media screen and (min-width: 992px) {
	.section.section-about h2 {
		font-size: 40px;
	}
}

.section.section-about h2 strong {
	color: #03405a;
	font-weight: bold;
}

.section.section-search {
	background: #fff;
	z-index: 2;
}

.section.section-search p {
	font-family: "GTSectra", "Georgia", "Times", serif;
	font-size: 18px;
	color: #848484;
	font-weight: 400;
	margin: 0 0 25px;
}

@media screen and (min-width: 768px) {
	.section.section-search p {
		font-size: 24px;
	}
}

.section.section-text {
	background: #fff;
	color: #404041;
}

.section.section-text h6 {
	font-weight: 500;
}

.section.section-text a {
	color: #427a80;
}

.section.section-text p, .section.section-text ul {
	margin: 0 0 15px;
}

.section.section-text ul {
	list-style: none;
	padding-left: 20px;
}

@media screen and (min-width: 992px) {
	.section.section-text ul {
		padding-left: 40px;
	}
}

.section.section-text ul li {
	position: relative;
}

.section.section-text ul li:before {
	content: "";
	width: 7px;
	height: 7px;
	background: #404041;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: -20px;
}

@media screen and (min-width: 992px) {
	.section.section-text ul li:before {
		left: -30px;
	}
}

.section.section-text ul li ~ li {
	margin: 15px 0 0;
}

.section.section-text img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	.section.section-text .section-body {
		padding: 20px 0 50px;
		padding: 20px 0 0;
	}
}

.section.section-team {
	background: #fff;
}

.section.section-team .section-head h2 {
	margin-bottom: 20px;
}

.section.section-team .section-head h4 {
	color: #828282;
	margin-bottom: 36px;
}

.section.section-team .section-body .category-title {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
	.section.section-team .section-body .col-xs-12 {
		padding-top: 44px;
		position: relative;
	}
}

.section.section-team .section-body .col-xs-12 .category-title {
	font-weight: 500;
	white-space: nowrap;
	font-size: 18px;
}

@media screen and (min-width: 768px) {
	.section.section-team .section-body .col-xs-12 .category-title {
		position: absolute;
		top: 0;
		left: 15px;
	}
}

.section.section-table {
	background: #fff;
}

.section.section-table .section-head h2 {
	margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
	.section.section-table .section-head h2 {
		margin-bottom: 40px;
	}
}

.section.section-table .section-head h4 {
	color: #828282;
	margin-bottom: 36px;
}

.section.section-white {
	background: #fff;
}

.section.section-cta {
	background: #26425a;
	color: #fff;
}

.section.section-cta h2 {
	color: #fff;
	letter-spacing: .025em;
}

.section.section-cta h2 strong {
	color: #e6ab11;
	font-weight: 700;
}

.section.section-cta .section-head {
	padding: 30px 0 30px;
}

@media screen and (min-width: 768px) {
	.section.section-cta .section-head {
		padding: 50px 0 50px;
	}
}

.section.section-cta .section-body {
	padding: 0;
	position: relative;
	margin: 0 -24px 0;
}

@media screen and (min-width: 992px) {
	.section.section-cta .section-body {
		margin: 0 -50px 0;
	}
}

.section.section-accordion {
	background: #fff;
	padding: 0px;
}

.section.section-accordion .accordion-item {
	padding: 0px;
	margin: 0px;
}

.section.section-accordion .accordion-item li {
	font-size: 18px;
	list-style: none;
	margin: auto;
	display: table;
	width: 100%;
	border-top: 1px solid #efefef;
}

.section.section-accordion .accordion-item .arrow {
	margin-right: 10px;
}

.section.section-accordion .accordion-title {
	padding: 35px 45px;
	cursor: pointer;
}

.section.section-accordion .accordion-title.active {
	background: #e6ab11;
	color: #fff;
}

.section.section-accordion .accordion-title.active .arrow {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.section.section-accordion .accordion-title.active .arrow path {
	stroke: #fff;
}

.section.section-accordion .accordion-content {
	padding: 0px 45px;
}

.section.section-accordion .accordion-content .accordion-content__hidden {
	margin: 0 -15px;
	display: none;
	padding: 35px 0px;
	float: left;
	width: 100%;
}

.section.section-accordion .accordion-content .acc-img {
	width: 90%;
	margin: 20px auto;
}

.section.section-accordion .accordion-content ul {
	padding-left: 35px;
}

.section.section-accordion .accordion-content ul li {
	position: relative;
	list-style: none;
	margin-bottom: 20px;
	display: list-item;
	font-size: 15px;
	line-height: 1.2;
	border: 0px;
	padding: 0px;
	cursor: default;
}

.section.section-accordion .accordion-content ul li:after {}

.section.section-accordion .accordion-content ul.list-dates {
	list-style: none;
	padding: 15px 20px;
	margin: 0;
}

.section.section-accordion .accordion-content ul.list-dates li:after {
	content: "";
	position: absolute;
	display: none;
}

@media screen and (min-width: 768px) {
	.section.section-accordion .accordion-content ul.list-dates {
		padding: 0;
	}
	
	.section.section-accordion .accordion-content ul.list-dates li {
		padding: 6px 26px;
		font-size: 17px;
		list-style: none;
		margin: auto;
	}
	
	.section.section-accordion .accordion-content ul.list-dates li:after {
		content: "";
		position: absolute;
		display: none;
	}
	
	.section.section-accordion .accordion-content ul.list-dates li:nth-of-type(odd) {
		background: #f0f0f0;
	}
}

.section.section-accordion .accordion-content ol {
	padding-left: 35px;
}

.section.section-accordion .accordion-content ol li {
	position: relative;
	list-style: decimal;
	margin-bottom: 20px;
	display: list-item;
	font-size: 15px;
	line-height: 1.2;
	border: 0px;
	padding: 0px;
	cursor: default;
}

.section.section-accordion .accordion-content h4 {
	font-size: 18px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-bottom: 24px;
}

.section.section-accordion .accordion-content p {
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.section.section-accordion .accordion-content a {
	color: #427a80;
}

.section.section-accordion .accordion-content a.btn {
	color: #fff;
}

.section.section-featured.section--last {
	padding-bottom: 0px;
}

.socials {
	padding: 4px 0 0;
}

@media screen and (min-width: 768px) {
	.socials {
		float: right;
		position: relative;
		margin-top: -16px;
	}
}

@media screen and (min-width: 992px) {
	.socials {
		margin-top: -8px;
	}
}

.socials ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 28px;
}

@media screen and (min-width: 768px) {
	.socials ul {
		font-size: 22px;
	}
}

.socials ul li {
	float: left;
}

.socials ul li ~ li {
	margin-left: 16px;
}

.socials ul li a {
	color: #929293;
}

html.desktop .socials ul li a:hover, html.desktop .socials ul li a:focus {
	text-decoration: none;
	outline: none;
}

html.desktop .socials ul li a:hover .fa-linkedin, html.desktop .socials ul li a:focus .fa-linkedin {
	color: #0083be;
}

html.desktop .socials ul li a:hover .fa-facebook, html.desktop .socials ul li a:focus .fa-facebook {
	color: #3c5a99;
}

html.desktop .socials ul li a:hover .fa-twitter, html.desktop .socials ul li a:focus .fa-twitter {
	color: #67c9e8;
}

html.desktop .socials ul li a:hover .fa-instagram, html.desktop .socials ul li a:focus .fa-instagram {
	color: #a835b1;
}

html.desktop .socials ul li a:hover .fa-pinterest, html.desktop .socials ul li a:focus .fa-pinterest {
	color: #cb2027;
}

html.desktop .socials ul li a:hover .fa-google-plus, html.desktop .socials ul li a:focus .fa-google-plus {
	color: #dc4e40;
}

.socials ul li a .fa {
	color: #929293;
	-webkit-transition: color .15s;
	transition: color .15s;
}

.table-resources p {
	padding: 0px 26px 20px;
}

.table-content thead {
	background: #e6ab11;
	color: #fff;
	font-weight: bold;
}

.table-content thead + tbody tr:first-child {
	font-weight: 300;
}

.table-content tr:first-child {
	background: #e6ab11;
	color: #fff;
	font-weight: bold;
}

.table-content tbody tr:first-child {
	background: transparent;
	color: #404041;
	font-weight: normal;
}

.table table {
	width: 100%;
	font-size: 14px;
	color: #404041;
}

@media screen and (min-width: 768px) {
	.table table {
		font-size: 17px;
		table-layout: fixed;
	}
}

.table table tr {
	display: block;
	border: 1px solid #afafaf;
	background: #fff;
	vertical-align: top;
}

.table table tr:nth-of-type(even) {
	background: #efefef;
}

@media screen and (min-width: 768px) {
	.table table tr:nth-of-type(even) {
		background: #fff;
	}
}

@media screen and (min-width: 768px) {
	.table table tr {
		border-width: 0;
		display: table-row;
		background: #fff;
	}
}

.table table tr th {
	background: #e6ab11;
	padding: 15px 20px;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.table table tr th {
		padding: 20px 26px;
		border: 1px solid #ead38c;
	}
}

.table table tr td {
	display: block;
	width: 100%;
	padding-left: 35%;
	position: relative;
}

.table table tr td span {
	content: attr(data-head);
	background: #e6ab11;
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	padding: 15px 20px;
	color: #fff;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.table table tr td {
		display: table-cell;
		width: 50%;
		padding: 0;
		border: 1px solid #e6e6e6;
	}
	
	.table table tr td:before {
		content: none;
	}
}

.table table tr td + td {
	border-top: 1px solid #e6e6e6;
}

.table table tr td + td:before {
	top: -1px;
	border-top: 1px solid #ead38c;
}

.table table tr td strong {
	display: block;
	padding: 15px 20px;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.table table tr td strong {
		padding: 20px 26px;
	}
}

.table.table-general table tbody td {
	padding: 15px 20px 15px 35%;
}

@media screen and (min-width: 768px) {
	.table.table-general table tbody td {
		padding: 15px 20px;
	}
}

.table.table-general table tbody td p {
	padding-left: 15px;
}

@media screen and (min-width: 768px) {
	.table.table-general table tbody td p {
		padding-left: 0;
	}
}

.table.table-general table tbody td p:last-child {
	margin-bottom: 0;
}

.section-table-general .section-body {
	padding: 0 !important;
}

.shop-form .disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	opacity: .3 !important;
}

.form .form-label {
	display: block;
	font-weight: 300;
	color: #404041;
}

.form .g-recaptcha {
	margin-bottom: 20px;
}

.form .form-controls.has-error {
	border: 1px solid #a94442;
}

.form .field_other {
	display: none;
}

.form .form-controls .form-label-inner, .form .field_other .form-label-inner {
	margin-top: 20px;
	display: block;
}

.form .form-title {
	margin-top: 50px;
}

.form .field, .form .textarea {
	background: #f0f1f1;
	width: 100%;
	border: 0 none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 12px;
	line-height: 16px;
	padding: 0 15px;
	height: 42px;
	display: block;
	-webkit-appearance: none;
}

.form .field:focus, .form .textarea:focus {
	outline: none;
}

@media screen and (min-width: 768px) {
	.form .field, .form .textarea {
		font-size: 15px;
		line-height: 22px;
		height: 48px;
	}
}

@media screen and (min-width: 992px) {
	.form .field, .form .textarea {
		height: 58px;
	}
}

.form .textarea {
	padding: 15px;
}

@media screen and (min-width: 992px) {
	.form .textarea {
		height: 73px;
	}
}

.form .select-container {
	background: #f0f1f1;
	overflow: hidden;
	width: 100%;
}

.form .select-container .select {
	background: transparent;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	position: relative;
	margin-right: -20px;
	border: 0 none;
	font-size: 12px;
	line-height: 16px;
	padding: 0 15px;
	height: 42px;
	display: block;
	-webkit-appearance: none;
}

@media screen and (min-width: 768px) {
	.form .select-container .select {
		font-size: 15px;
		line-height: 22px;
		height: 48px;
	}
}

@media screen and (min-width: 992px) {
	.form .select-container .select {
		height: 58px;
	}
}

.form .select-container {
	background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-select-mobile.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.form .select-container.nitro-lazy {
	background-image: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
	.form .select-container {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-select-mobile@2x.png");
		-ms-background-size: 34px 8px;
		background-size: 34px 8px;
	}
	
	.form .select-container.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 768px) {
	.form .select-container {
		background-image: url("https://www.leocussen.edu.au/nitropack_static/hTncxQqNEhBaoIdwmqtcqHejNjzyOTMa/assets/images/optimized/rev-6aa4f7f/www.leocussen.edu.au/wp-content/themes/leo/resources/images/arrow-select.png");
	}
	
	.form .select-container.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi) {
	.form .select-container {
		-ms-background-size: 46px 11px;
		background-size: 46px 11px;
	}
}

.form .form-row {
	margin: 0 -5px 10px;
}

.form .form-row [class*="col-"] {
	padding: 0 5px;
}

@media screen and (min-width: 992px) {
	.form .form-row {
		margin: 0 -15px 20px;
	}
	
	.form .form-row [class*="col-"] {
		padding: 0 15px;
	}
}

.form .row .form-row {
	margin-left: 0;
	margin-right: 0;
}

.form .form-actions {
	padding: 7px 0;
}

.form .form-actions p {
	margin-bottom: 20px;
}

.form .form-actions p a {
	color: #03405a;
}

@media screen and (min-width: 768px) {
	.form .form-actions {
		padding: 10px 0 0;
	}
}

.form.form-request .form-row {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.form.form-request .form-actions {
		margin-top: 20px;
	}
}

.form.form-two-steps .row {
	width: -webkit-calc(200% + 60px);
	width: calc(200% + 60px);
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
}

.form.form-two-steps .row > [class^="col"] + [class^="col"] {
	display: none;
}

@media screen and (min-width: 768px) {
	.form.form-two-steps .row > [class^="col"] + [class^="col"] {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	.form.form-two-steps .row {
		width: auto;
		-webkit-transition: none;
		transition: none;
	}
}

.form.form-two-steps.form-step-two .row {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.form.form-two-steps.form-step-two .row > [class^="col"] + [class^="col"] {
	display: block;
}

@media screen and (min-width: 768px) {
	.form.form-two-steps.form-step-two .row {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.form-products {
	color: #3f3f40;
}

.form-products ::-webkit-input-placeholder {
	color: #3f3f40;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

.form-products :-moz-placeholder {
	color: #3f3f40;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

.form-products ::-moz-placeholder {
	color: #3f3f40;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

.form-products :-ms-input-placeholder {
	color: #3f3f40;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

html.ie8.desktop .fade-on-load, html.ie9.desktop .fade-on-load {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1 !important;
}

html.ie8.desktop .slider.slider-intro .slide-media img, html.ie8.desktop .slider.slider-intro .slide-head img, html.ie8.desktop .slider.slider-intro .slide-body img, html.ie9.desktop .slider.slider-intro .slide-media img, html.ie9.desktop .slider.slider-intro .slide-head img, html.ie9.desktop .slider.slider-intro .slide-body img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: .8 !important;
}

html.ie8.desktop .slider.slider-intro .slide-head, html.ie9.desktop .slider.slider-intro .slide-head {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1 !important;
}

html.ie8.desktop .intro .intro-inner, html.ie9.desktop .intro .intro-inner {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1 !important;
}

html.ie8.desktop .intro .intro-inner .intro-head, html.ie9.desktop .intro .intro-inner .intro-head {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1 !important;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

html.ie8.desktop .intro .intro-inner .intro-media img, html.ie9.desktop .intro .intro-inner .intro-media img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1 !important;
}

html.ie8.desktop .loaded .slider.slider-intro .slide-media, html.ie8.desktop .loaded .slider.slider-intro .slide-head, html.ie8.desktop .loaded .slider.slider-intro .slide-body, html.ie9.desktop .loaded .slider.slider-intro .slide-media, html.ie9.desktop .loaded .slider.slider-intro .slide-head, html.ie9.desktop .loaded .slider.slider-intro .slide-body {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1 !important;
}

html.ie strong {
	font-weight: 800;
}

select::-ms-expand {
	display: none;
}

html.no-mix-blend-mode .overlay-blue:after, html.no-mix-blend-mode .overlay-blue-light:after, html.no-mix-blend-mode .overlay-blue-muted:after, html.no-mix-blend-mode .overlay-blue-dark:after, html.no-mix-blend-mode .overlay-yellow:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: .7 !important;
}

html.no-mix-blend-mode .intro .intro-inner .intro-media:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: .7 !important;
}
