/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./css/insecure/tpso/sitestyle.css ***!
  \***********************************************************************************************************/
body {
	font-family: "Montserrat", sans-serif;
}

/* ---- FORMS -------------------------*/
span.mandatory:after {
	content: " *";
	color: red;
}

/* ---- HEADER -------------------------*/

.navbar {
	margin: 0px;
	padding: 0px 24px 12px 24px;
}

.navbar .tasgov-logo {
	margin-top: 5px;
	height: 60px;
}

.tpc-logo-wrapper {
	line-height: 75px;
}

.tpc-logo img {
	width: 375px;
	max-width: 100%;
}

.secondary-nav {
	background-color: #005c95; /* #0869a3 */
	display: flex;
	flex-direction: column;
}

.secondary-nav .spacer-lg {
	flex: 0;
}

@media (min-width: 768px) {
	.secondary-nav .spacer-lg {
		flex: 1;
	}

	.secondary-nav {
		flex-direction: row;
	}

	.secondary-nav-btn:not(:first-child):after {
		content: "";
	}

	.tasgov-logo-col {
		text-align: left !important;
	}
}

.content-header-block {
	padding: 15px 0px;
	background-color: #203e4c;
	color: white;
}

.content-header-block .select2 li {
	color: #333;
}

.tasgov-logo-col {
	text-align: center;
	margin-bottom: 10px;
}

.secondary-nav-btn {
	color: white;
	min-width: 150px;
	padding: 10px 30px 10px 30px;
	text-align: center;
	position: relative;
	font-size: 1.8rem;
}

/* the left border on the button */
.secondary-nav-btn:not(:first-child):after {
	background: white;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 80%;
	top: 10%;
	width: 1px;
}

.secondary-nav-btn:hover,
.secondary-nav-btn:focus {
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	text-decoration: none;
}

/* ---- FOOTER -------------------------*/

.footer {
	margin: 80px;
	color: #949599;
}

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

.footer p {
	padding-top: 20px;
}

/* ---- BUTTONS -------------------------*/

.button {
	border-radius: 6px;
	font-size: 15px;
	line-height: 100%;
	align-items: center;
	text-align: center;
	min-width: 120px;
	padding: 10px 20px;
}

.button.primary {
	background: #005c95;
	color: white;
}

.button.primary[disabled],
.button.secondary[disabled] {
	background: #efeff0;
	color: #000000;
}

.button.primary:hover {
	background: #034d7a;
}

.button.secondary {
	background: none;
	border: 1px solid #3b5b62;
	color: #3b5b62;
}

.button.secondary:hover {
	background: #eeeeef;
}

/* ---- FIELDS  -------------------------*/
.input-icon {
	color: #3b5b62;
}

.input-icon input {
	padding-left: 50px;
	padding-right: 50px;
}

/* ---- MARKDOWN / NEWS ------------------------ */
/* TODO: move toast-ui markdown style overrides to a common area */
.toastui-editor-contents {
	font-family: unset;
}
.toastui-editor-contents h1,
.toastui-editor-contents h2 {
	border: none !important; /* removes underlined headings in markdown editor */
}

.toastui-editor-contents a {
	text-decoration: underline !important;
	color: #1b1b1b !important;
}

.toastui-editor-contents table {
	width: 100%;
	table-layout: fixed;
}

.toastui-editor-contents {
	font-size: 15px !important;
}

.toastui-editor-contents ul > li::before {
	background-color: #000;
}

/* VueJS */
[v-cloak] {
	display: none;
}

/* dropzone */
.dropzone .dz-preview .dz-progress {
	/* this moves the progress div below the filename so it's not hidden */
	margin-top: 20px;
}

/* match label styling */
span.form-field-label,
.form-group legend {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.dropzone .dz-message {
	margin: 3em 0;
}

.modal-centre > .modal-dialog {
	display: flex;
	min-height: calc(100% - 6rem);
	align-items: center;
}

.modal-centre > .modal-dialog > .modal-content {
	width: 100%;
}

/* site wide banner */
.site-wide-banner {
	width: 100%;
	background-color: #af4b08;
	color: white;
	font-size: 15px;
}

.banner-text {
	padding: 20px;
	text-align: center;
	position: relative;
}

#site-wide-banner-close-btn {
	position: absolute;
	right: 15px;
	top: calc(50% - 7.5px);
	cursor: pointer;
}

.banner-text-content {
	margin-right: 30px;
	margin-left: 30px;
	white-space: pre-wrap;
}

.screen-reader-only {
	position: absolute;
	top: -2000em;
	left: -3000em;
}

/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./css/insecure/pbt/sitestyle-margins.css ***!
  \******************************************************************************************************************/
.margin-xl {
	margin-bottom: 80px;
}

.margin-lg {
	margin-bottom: 56px;
}

.margin-md {
	margin-bottom: 40px;
}

.margin-sm {
	margin-bottom: 30px;
}

.margin-xs {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.margin-xl {
		margin-bottom: 64px;
	}

	.margin-lg {
		margin-bottom: 48px;
	}

	.margin-md {
		margin-bottom: 32px;
	}

	.margin-sm {
		margin-bottom: 10px;
	}

	.margin-xs {
		margin-bottom: 8px;
	}
}

@media print {
	.margin-xl {
		margin-bottom: 64px;
	}

	.margin-lg {
		margin-bottom: 48px;
	}

	.margin-md {
		margin-bottom: 32px;
	}

	.margin-sm {
		margin-bottom: 16px;
	}

	.margin-xs {
		margin-bottom: 8px;
	}
}

/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./webpack/tpsoExternalTheme.css ***!
  \*********************************************************************************************************/
/* Original: site-theme-external */

