/**********************************************************
             █▄▄ █   █▀▀ █▄ █ █▀▄ █▀▀ █▀█
             █▄█ █▄▄ ██▄ █ ▀█ █▄▀ ██▄ █▀▄
   == THIS FILE WAS GENERATED BY THE BLENDER v2.0.1 ==
You can exclude this file from your version control system
**********************************************************/
/*! @westpac/core v2.2.0 blended with blender v2.0.1 */
.GEL-core {
	line-height: 1.428571429;
	color: #333;
	font-feature-settings: "liga"1;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
}

.GEL-core *:focus {
	outline: solid #009CDB;
	outline-width: 2px;
	outline-offset: 3px;
}

.GEL-core button:-moz-focusring,
.GEL-core [type="button"]:-moz-focusring,
.GEL-core [type="reset"]:-moz-focusring,
.GEL-core [type="submit"]:-moz-focusring {
	outline: solid #009CDB;
	outline-width: 2px;
	outline-offset: 3px;
}

.GEL-core [tabindex="-1"]:focus {
	outline: 0 !important;
}

.GEL-core ::selection {
	background-color: #CDE5F2;
}

/*! @westpac/button v1.3.0 blended with blender v2.0.1 */
.GEL-button {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	overflow: visible;
	text-transform: none;
	-webkit-appearance: button;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 0.1875rem;
	text-align: center;
	-webkit-text-decoration: none;
	text-decoration: none;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
	box-sizing: border-box;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
	font-weight: 400;
	padding: 0.3125rem 0.75rem;
	height: 2.25rem;
	border: 1px solid transparent;
	-webkit-transition: background 0.2s ease, color 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease;
	color: #fff;
	background-color: #0F446C;
	border-color: #0F446C;
}

.GEL-button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

.GEL-button:hover {
	background-color: #577C98;
}

.GEL-button:active,
.GEL-button.active {
	background-color: #87A2B6;
}

.GEL-button:hover:not(:disabled),
fieldset:not(:disabled) .GEL-button:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.GEL-button:disabled,
fieldset:disabled .GEL-button {
	opacity: 0.5;
	pointer-events: none;
}

.GEL-button-text {
	overflow: hidden;
	text-overflow: ellipsis;
}

.GEL-button.GEL-button-soft {
	color: #0F446C;
	background-color: #fff;
	background-image: none;
	border-width: 1px;
}

.GEL-button.GEL-button-soft:hover {
	color: #fff;
}

.GEL-button.GEL-button-soft:active,
.GEL-button.GEL-button-soft.active {
	color: #fff;
}

.GEL-button.GEL-button-primary {
	background-color: #047DBC;
	border-color: #047DBC;
	background-image: linear-gradient(to top, #78C339, #78C339 0.1875rem, transparent 0.1875rem, transparent);
	border-width: 0;
}

.GEL-button.GEL-button-primary:hover {
	background-color: #4FA4D0;
}

.GEL-button.GEL-button-primary:active,
.GEL-button.GEL-button-primary.active {
	background-color: #82BEDE;
}

.GEL-button.GEL-button-faint {
	color: #6A6E72;
	background-color: #FAFAFA;
	border-color: #D3D4D5;
	background-image: none;
	border-width: 1px;
}

.GEL-button.GEL-button-faint:hover,
.GEL-button.GEL-button-faint:active,
.GEL-button.GEL-button-faint.active {
	background-color: #fff;
}

.GEL-button.GEL-button-link {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	border: 0;
	color: #1972B4;
	background-color: transparent;
	background-image: none;
	border-width: 1px;
}

.GEL-button.GEL-button-link:hover,
.GEL-button.GEL-button-link:active,
.GEL-button.GEL-button-link.active {
	background-color: transparent;
}

.GEL-button.GEL-button-link:hover:not(:disabled),
fieldset:not(:disabled) .GEL-button.GEL-button-link:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.GEL-button.GEL-button-primary-soft {
	color: #047DBC;
	background-color: #fff;
	border-color: #047DBC;
	background-image: linear-gradient(to top, #78C339, #78C339 0.1875rem, transparent 0.1875rem, transparent);
	border-width: 1px;
	border-bottom-width: 0;
}

.GEL-button.GEL-button-primary-soft:hover {
	color: #fff;
	background-color: #4FA4D0;
}

.GEL-button.GEL-button-primary-soft:active,
.GEL-button.GEL-button-primary-soft.active {
	color: #fff;
	background-color: #82BEDE;
}

.GEL-button.GEL-button-faint-soft {
	color: #6A6E72;
	background-color: #fff;
	border-color: #D3D4D5;
	background-image: none;
	border-width: 1px;
}

.GEL-button.GEL-button-faint-soft:hover,
.GEL-button.GEL-button-faint-soft:active,
.GEL-button.GEL-button-faint-soft.active {
	background-color: #FAFAFA;
}

.GEL-button.GEL-button-small {
	font-size: 0.875rem;
	padding: 0.1875rem 0.5625rem 0.25rem;
	height: 1.875rem;
}

.GEL-button.GEL-button-large {
	padding: 0.5rem 0.9375rem;
	height: 2.625rem;
}

.GEL-button.GEL-button-xlarge {
	font-size: 1.125rem;
	padding: 0.5625rem 1.125rem 0.625rem;
	height: 3rem;
}

.GEL-button.GEL-button-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.GEL-button-icon {
	display: inline-block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 1;
	vertical-align: middle;
	color: inherit;
	height: 18px;
	width: 18px;
}

.GEL-button-icon svg {
	display: block;
}

.GEL-button-icon-before {
	display: inline-block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 1;
	vertical-align: middle;
	color: inherit;
	height: 18px;
	width: 18px;
	margin-right: 0.4em;
}

.GEL-button-icon-before svg {
	display: block;
}

.GEL-button-icon-after {
	display: inline-block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 1;
	vertical-align: middle;
	color: inherit;
	height: 18px;
	width: 18px;
	margin-left: 0.4em;
}

.GEL-button-icon-after svg {
	display: block;
}

.GEL-button.GEL-button-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.GEL-button.GEL-button-disabled {
	opacity: 0.5;
	pointer-events: none;
}

/*! @westpac/icon v1.5.0 blended with blender v2.0.1 */
.GEL-icon {
	display: inline-block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 1;
	vertical-align: middle;
	color: #6A6E72;
	height: 24px;
	width: 24px;
}

.GEL-icon svg {
	display: block;
}

.GEL-icon-xsmall {
	height: 12px;
	width: 12px;
}

.GEL-icon-small {
	height: 18px;
	width: 18px;
}

.GEL-icon-large {
	height: 36px;
	width: 36px;
}

.GEL-icon-xlarge {
	height: 48px;
	width: 48px;
}

.GEL-icon-inherit {
	color: inherit;
}

.GEL-icon-primary {
	color: #047DBC;
}

.GEL-icon-hero {
	color: #0F446C;
}

.GEL-icon-neutral {
	color: #848588;
}

.GEL-icon-heading {
	color: #1972B4;
}

.GEL-icon-text {
	color: #333;
}

.GEL-icon-border {
	color: #D3D4D5;
}

.GEL-icon-background {
	color: #F3F4F4;
}

.GEL-icon-light {
	color: #FAFAFA;
}

.GEL-icon-info {
	color: #0074C4;
}

.GEL-icon-success {
	color: #008000;
}

.GEL-icon-warning {
	color: #C53B00;
}

.GEL-icon-danger {
	color: #C40000;
}

.GEL-icon-system {
	color: #FF0;
}