@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:wght@400;600;700&display=swap');

body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 18px !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: Poppins, Arial, sans-serif !important;
	font-weight: 600 !important;
	color: #1c4a9f !important;
}

h1 {
	font-size: 40px;
	line-height: 1.2;
}

h2 {
	font-size: 36px;
	margin-top: 2rem !important;
}

h3 {
	color: #1c4a9f;
}

a {
	font-size: 18px !important;
	color: #1c4a9f !important;
    text-decoration: underline !important;
}

a:hover {
	text-decoration: underline !important;
}

a.btn:hover {
	text-decoration: none !important;
}


.hidden {
	display: none;
}

img {
	width: 100%;
	height: auto;
}

.btn.btn-primary {
	background-color: #1C4A9F !important;
	color: #ffffff !important;
	border-radius: 999px !important;
	text-decoration: none !important;
	border: none;
	padding-top: 0.667em;
	padding-right: 1.33em;
	padding-bottom: 0.667em;
	padding-left: 1.33em;
	font-size: 1.25rem;
	font-family: 'Open Sans';
}

.btn.btn-secondary {
	border-radius: 999px !important;
	font-size: larger;
	height: 4rem;
	margin: 1rem 0.5rem;
	width: 20rem;
}

.btn.btn-primary:hover {
	background-color: #009EDE !important;
}

.da-main-wrapper {
	padding: 0 1.625rem 3rem;
}

.da-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1rem;
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.da-panel {
	padding-bottom: 24px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 24px;
	box-shadow: 0px 4px 24px rgba(61, 94, 153, 0.1), 0px 1px 6px rgba(50, 61, 82, 0.1);
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.da-panel>*:last-child {
	margin-top: auto;
}

.da-panel__img {
	display: block;
	padding-bottom: 2rem;
}

.crmEntityFormView .cell {
    padding: 0 28px 20px 0px !important;
}

.new-footer {
	background-color: #01235B;
	position: relative;
	margin-top: 4rem;
}

.new-footer p,
.new-footer a {
	color: #ffffff !important;
	font-size: 18px !important;
	text-decoration: none !important;
}

.new-footer .menu .menu-item a:hover {
	color: #ffffff !important;
	text-decoration: underline !important;
}

.new-footer a:hover {
	text-decoration: underline !important;
	color: inherit !important;
}

.widget-title_footer {
	font-weight: 700 !important;
}

.new-footer::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	background-image: url(https://www.diabetesaustralia.com.au/wp-content/themes/diabetes-australia-theme/dist/svg/new-arch-footer.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.new-footer__wrapper {
	padding: 4rem 1.625rem 2rem;
	margin: auto;
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	max-width: 80rem;
}

@media screen and (max-width: 365px) {
	.new-footer__wrapper {
		display: block;
	}
}

@media (min-width: 968px) {
	.new-footer__wrapper {
		gap: 72px;
	}
}

.new-footer__section {
	margin-bottom: 16px;
	grid-auto-rows: min-content;
}

.new-footer__middle {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
}

.new-footer__middle .footer-menu-title>a {
	margin-top: 0;
	padding: 0;
	font-weight: 700;
	color: #94d9f8 !important;
}

@media (min-width: 968px) {
	.new-footer__middle {
		order: 2;
	}
}

.new-footer__left {
	display: flex;
	column-gap: 2rem;
	align-items: center;
	flex-wrap: wrap;
}

.new-footer__left .new-footer__logo-wrapper {
	display: flex;
	gap: 2rem;
	align-items: center;
}

.new-footer__left .footer-logo {
	display: block;
	width: fit-content;
}

.new-footer__left .logo {
	max-width: 150px;
}

.new-footer__left .acnc {
	max-width: 100px;
}

@media (min-width: 968px) {
	.new-footer__left {
		order: 1;
		display: block;
	}

	.new-footer__left .logo {
		max-width: 150px;
	}

	.new-footer__left .acnc {
		max-width: 150px;
	}
}

.new-footer__right .hs-form input,
.new-footer__right .hs-form select {
	width: 100% !important;
	color: #fff;
	background-color: transparent;
	border: 1px solid #00a3de;
}

.new-footer__right .hs-form option {
	color: #000;
}

.new-footer__right .hs-form select:focus-visible,
.new-footer__right .hs-form input:focus-visible {
	outline: 2px solid #94d9f8;
}

.new-footer__right .hs-form input[type=submit] {
	background-color: #94d9f8;
	color: #01235B;
	font-weight: 700;
	border: 0;
}

@media (min-width: 968px) {
	.new-footer__right {
		order: 3;
	}

	.new-footer__right .hs-form input[type=submit] {
		width: unset !important;
	}
}

.new-footer__bottom {
	position: relative;
	border-color: #00a3de;
	border-style: solid;
	border-width: 1px 0 0 0;
	z-index: 5;
}

.new-footer__bottom__inner {
	display: flex;
	padding: 2rem 1.625rem;
	max-width: 80rem;
	margin: auto;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.new-footer__bottom__inner span {
	color: #F4FBFE;
	max-width: 635px;
}

.new-footer__bottom__inner .c-social-menu__title {
	display: none;
}

@media (min-width: 968px) {
	.new-footer__bottom__inner {
		flex-direction: row;
	}
}

.new-footer .widget_media_image {
	margin-right: auto;
}

.new-footer .widget_text {
	grid-column: 1/-1;
}

.new-footer .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.new-footer .menu a {
	font-size: 1rem;
}

.new-footer .menu .menu-item {
	padding: 0;
	margin-bottom: 0.5rem;
}

.new-footer .menu .bold a {
	font-weight: 700;
}

.new-footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
}

.new-footer a:hover {
	text-decoration: underline;
}

.new-footer a:focus-visible,
.new-footer a:focus {
	text-decoration: underline;
	outline: 3px dotted #ffffff;
}

.new-footer__bottom #menu-bottom-of-footer {
	display: flex;
	gap: 2rem;
}

.new-footer__ack {
	background-color: #1c4a9f;
	background-repeat: no-repeat;
	background-position: right;
	max-height: 90px;
}

@media (max-width: 966px) {
	.new-footer__ack {
		background-size: cover;
		background-position: bottom;
		background-image: none !important;
		max-height: none;
	}
}

.new-footer__ack__flags {
	display: flex;
	gap: 16px;
}

.new-footer__ack__flags svg {
	max-width: 60px;
	max-height: 90px;
}

@media (max-width: 767px) {
	.new-footer__ack__flags {
		height: 50px;
	}
}

.new-footer__ack__inner {
	display: flex;
	padding: 0 1.625rem;
	align-items: center;
	gap: 16px;
	max-width: 80rem;
	margin: auto;
}

@media (max-width: 767px) {
	.new-footer__ack__inner {
		flex-direction: column;
	}
}

.new-footer__ack-text {
	max-width: 60%;
	margin: 0;
}

@media (max-width: 1159px) {
	.new-footer__ack-text {
		max-width: 55%;
		margin: 0;
	}
}

@media (max-width: 966px) {
	.new-footer__ack-text {
		max-width: 100%;
		margin: 16px 0;
	}
}

.new-footer .join-member-footer-button {
	padding: 8px 40px;
	margin-top: 2px;
	display: inline-flex;
	background-color: #94d9f8;
	border: 0;
	color: #01235b;
	font-weight: bold;
	text-decoration: none;
	border-radius: 32px;
}

.new-footer .join-member-footer-button:hover {
	background-color: #fff;
	text-decoration: none;
}

.new-footer__section .new-footer__right p {
	padding-bottom: 40px;
}

.c-social-menu {
	list-style-type: none;
	margin-top: 16px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

.new-footer .c-social-menu__title {
	font-weight: 700;
	color: #94d9f8 !important;
}

.c-social-menu li {
	display: inline-block;
	padding: 0 4px;
}

.new-footer li a {
	margin-left: 0 !important;
}

.c-social-menu a::before {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	width: 25px;
	border: solid 1px #00A3DE;
	padding: 20px;
	border-radius: 50%;
}

.c-social-menu a:focus,
.c-social-menu a:focus-visible {
	display: block;
}

.c-social-menu a[href*="linkedin.com"]::before {
	content: "";
	background-image: url("https://www.diabetesaustralia.com.au/wp-content/themes/diabetes-australia-theme/dist/svg/linkedin-diabetes.svg");
}

.c-social-menu a[href*="twitter.com"]::before,
.c-social-menu a[href*="x.com"]::before {
	content: "";
	background-image: url("https://www.diabetesaustralia.com.au/wp-content/themes/diabetes-australia-theme/dist/svg/twitter-diabetes.svg");
}

.c-social-menu a[href*="facebook.com"]::before {
	content: "";
	background-image: url("https://www.diabetesaustralia.com.au/wp-content/themes/diabetes-australia-theme/dist/svg/facebook-diabetes.svg");
}

.c-social-menu a[href*="instagram.com"]::before {
	content: "";
	background-image: url("https://www.diabetesaustralia.com.au/wp-content/themes/diabetes-australia-theme/dist/svg/Instagram_Glyph_White.svg");
	background-size: 22px;
}

@media (max-width: 966px) {
	.social-buttons_new-footer__right {
		padding-top: 2rem;
	}
}

.absolute-center {
	position: absolute;
	top: 25%;
	left: 50%;
	margin-top: 50px;
	margin-left: 50px;
	width: 200px;
	height: 200px;
}

.center {
	align-items: center;
	text-align: center;
	margin: 5rem
}

.environment-banner {
	height: 2rem;
	text-align: center;
	/* padding: 1rem; */
}

.environment-banner.dev {
	background-color: green;
}

.environment-banner.test {
	background-color: teal;
}

.environment-banner.uat {
	background-color: purple;
}

.banner.younited {
	background-image: url(/img/da-younited.jpg);
	background-size: cover;
	min-height: 22rem;
}

.banner.essential {
	background-image: url(/img/da-banner-essential.png);
	background-size: cover;
	min-height: 22rem;
}

.banner.plus-monthly {
	background-image: url(/img/da-banner-plus-monthly.png);
	background-size: cover;
	min-height: 22rem;
}

.banner.plus-yearly {
	background-image: url(/img/da-banner-plus-yearly.png);
	background-size: cover;
	min-height: 22rem;
}

.banner.legacy {
	background-image: url(/img/da-banner-legacy.png);
	background-size: cover;
	min-height: 22rem;
}

.summary-table {
	border-collapse: collapse;
}

.summary-table-row {
	border: 1px solid grey;
}


#contact-details th {
	font-weight: 700;
	font-size: var(--bs-body-font-size);
	padding: 0.25rem 0rem;
}

#contact-details td {
	font-size: var(--bs-body-font-size);
	padding: 0.25rem 1rem;
}

/*! @gov.au/page-alerts v2.1.3 */
@media print {
	.au-page-alerts {
		border-color: #000 !important;
		background-color: #fff !important;
		border-left: 2px solid #000 !important;
		padding-top: 3em !important
	}

	.au-page-alerts:after {
		background: none !important;
		content: 'info' !important;
		top: 1em !important;
		left: 0 !important;
		font-size: 12px !important;
		border-right: 1px solid #000 !important;
		border-bottom: 1px solid #000 !important;
		padding: 0.5em !important;
		width: auto !important
	}

	.au-page-alerts--success:after {
		content: 'success' !important
	}

	.au-page-alerts--warning:after {
		content: 'warning' !important
	}

	.au-page-alerts--error:after {
		content: 'error' !important
	}
}

.au-page-alerts {
	padding: 16px;
	padding: 1rem;
	/*
	font-size:16px;  // NDSS modified
	font-size:1rem;
*/
	line-height: 1.5;
	position: relative;
	border: solid 3px #00bfe9;
	border-left-width: 48px;
	border-left-width: 3rem;
	border-radius: 4px;
	word-wrap: break-word
}

*+.au-page-alerts {
	display: inline-block;
	margin-top: 2px;
	width: 100%;
	/*margin-top:16px;  // NDSS modified
	margin-top:1rem;*/
}

.au-page-alerts:before,
.au-page-alerts:after {
	content: ' ';
	position: absolute;
	top: 50%;
	left: -36px;
	left: -2.25rem;
	width: 24px;
	width: 1.5rem;
	height: 24px;
	height: 1.5rem;
	margin-top: -12px;
	margin-top: -.75rem;
	border-left-width: -12px;
	border-left-width: -.75rem;
	display: block;
	background-repeat: no-repeat;
	background-color: #fff
}

.ie8 .au-page-alerts:before,
.lt-ie8 .au-page-alerts:before,
.ie8 .au-page-alerts:after,
.lt-ie8 .au-page-alerts:after {
	background: none;
	text-align: center;
	background-color: #313131;
	color: #fff;
	font-weight: bold
}

.au-page-alerts:after {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23313131' d='M11 17.8h2v-8h-2v8zm0-11.6v2h2v-2h-2z'/%3E%3C/svg%3E")
}

.ie8 .au-page-alerts:after,
.lt-ie8 .au-page-alerts:after {
	content: 'i'
}

.au-page-alerts:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300bfe9' d='M0,0v24h24V0H0z M12,23C5.9,23,1,18.1,1,12C1,5.9,5.9,1,12,1s11,4.9,11,11C23,18.1,18.1,23,12,23z'/%3E%3C/svg%3E")
}

.au-page-alerts.au-page-alerts--alt:before {
	background-color: #f5f5f5
}

.au-page-alerts.au-page-alerts--dark:before {
	background-color: #135E70
}

.au-page-alerts.au-page-alerts--dark:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M11 17.8h2v-8h-2v8zm0-11.6v2h2v-2h-2z'/%3E%3C/svg%3E")
}

.au-page-alerts.au-page-alerts--alt.au-page-alerts--dark:before {
	background-color: #104f5f
}

.au-page-alerts--success {
	border-color: #0b996c
}

.au-page-alerts--success:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230b996c' d='M0,0v24h24V0H0z M12,23C5.9,23,1,18.1,1,12C1,5.9,5.9,1,12,1s11,4.9,11,11C23,18.1,18.1,23,12,23z'/%3E%3C/svg%3E")
}

.au-page-alerts--success:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23313131' d='M10.4 16.9l-4.7-4.7 1.4-1.4 3.3 3.3 6.3-6.3 1.4 1.4z'/%3E%3C/svg%3E")
}

.ie8 .au-page-alerts--success:after,
.lt-ie8 .au-page-alerts--success:after {
	content: '✓'
}

.au-page-alerts--success.au-page-alerts--dark:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M10.4 16.9l-4.7-4.7 1.4-1.4 3.3 3.3 6.3-6.3 1.4 1.4z'/%3E%3C/svg%3E")
}

.au-page-alerts--warning {
	border-color: #f69900
}

.au-page-alerts--warning:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f69900' d='M0,24h24v-3.2H0V24z M12,0l12,20.8V0H12z M0,0v20.8L12,0H0z'/%3E%3C/svg%3E")
}

.au-page-alerts--warning:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23313131' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")
}

.ie8 .au-page-alerts--warning:after,
.lt-ie8 .au-page-alerts--warning:after {
	content: '!'
}

.au-page-alerts--warning.au-page-alerts--dark:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")
}

.au-page-alerts--error {
	border-color: #d60000
}

.au-page-alerts--error:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23d60000' d='M0,0v24h24V0H0z M22.9,16.6L16.5,23H7.4L1,16.5V7.4L7.4,1h9.2l6.3,6.4V16.6z'/%3E%3C/svg%3E")
}

.au-page-alerts--error:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23313131' d='M17 8.4L15.6 7 12 10.6 8.4 7 7 8.4l3.6 3.6L7 15.6 8.4 17l3.6-3.6 3.6 3.6 1.4-1.4-3.6-3.6z'/%3E%3C/svg%3E")
}

.ie8 .au-page-alerts--error:after,
.lt-ie8 .au-page-alerts--error:after {
	content: '!'
}

.au-page-alerts--error.au-page-alerts--dark:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17 8.4L15.6 7 12 10.6 8.4 7 7 8.4l3.6 3.6L7 15.6 8.4 17l3.6-3.6 3.6 3.6 1.4-1.4-3.6-3.6z'/%3E%3C/svg%3E")
}

.au-page-alerts__sronly {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

/*! end of @gov.au/page-alerts v2.1.3 */