/* @override https://cpsns.local/wp-content/themes/cpsns/assets/css/style.css?* */
/*
@import "debug";
*/
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800";
@import "https://fonts.googleapis.com/css?family=Noto+Serif:700";
input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], textarea, .toggle-panel, .toggle-panel.visible, .mobilebar, .sectionnav .open > .sub-menu, .sectionnav .open > .children, .mobilenav .open > .sub-menu, .mobilenav .open > .children, .quicklink__icon, .resource-posts__filters button, .task-item .fa, .task-item .fas {
	transition: all 0.25s ease-in-out;
}

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

.tasknav ul:after {
	clear: both;
}

.tasknav ul {
	*zoom: 1;
}

body {
	margin: 0;
	padding: 2em;
	color: #000000;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

a, a:hover, a:active, a:visited {
	color: #0c74b0;
}

a img {
	border: none;
}

.tasks a:hover {
	text-decoration: none;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

input {
	margin: 0;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav li {
	display: inline-block;
}

nav a {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border: 1px solid #b3b3b3;
	margin-bottom: 1rem;
}

@media (max-width: 520px) {
	table {
		width: 100%;
	}
}
  table th {
	text-align: left;
	color: #00334E;
	line-height: 1.2;
}

table th, table td {
	padding: .5rem 2rem .5rem .5rem;
}

@media (max-width: 800px) {
	table th, table td {
		padding: .5rem 1rem .5rem .5rem;
	}
}
    @media (max-width: 520px) {
	table th, table td {
		padding: .5rem .5rem .5rem .5rem;
	}
}
    table th:last-child, table td:last-child {
	padding-right: .5rem;
}

table tr {
	border-bottom: 1px solid #b3b3b3;
}

.col-one-third table {
	width: 100%;
}

form {
	margin: 0;
}

input {
	font-family: "Open Sans", arial, verdana, sans-serif;
}

input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], textarea {
	font-size: 12px;
	font-family: "Open Sans", arial, verdana, sans-serif;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	background-color: rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 320px) {
	input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], textarea {
		font-size: calc(12px + 2 * (100vw - 320px) / 960);
	}
}
  @media screen and (min-width: 1280px) {
	input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], textarea {
		font-size: 14px;
	}
}

.button, [class^="button-"], [class*=" button-"], input[type="button"] {
	font-size: 15px;
	font-size: 1.07143rem;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	display: inline-block;
	padding: .6rem 1.8rem;
	background-color: #48789E;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
	box-sizing: content-box;
	-moz-appearance: none;
	-webkit-logical-height: auto;
	-webkit-logical-width: auto;
	-webkit-appearance: none;
	appearance: none;
	color: #ffffff;
}

.button:hover, .button:visited, [class^="button-"]:hover, [class^="button-"]:visited, [class*=" button-"]:hover, [class*=" button-"]:visited, input[type="button"]:hover, input[type="button"]:visited {
	color: #ffffff;
}

.main .button {
	background-color: #48789E;
	color: #ffffff;
}

.main .button a {
	color: #ffffff;
	text-decoration: none;
}

.main a:hover.button, .main a:hover .button {
	background-color: #6291b7;
}

.button-primary {
	background-color: #00334E;
	color: #ffffff;
}

.button-simple {
	font-size: 14px;
	font-size: 1rem;
	color: #000000;
	background-color: #d9d9d9;
	padding: .4em 1em;
	font-weight: 400;
}

.button-simple:hover, .button-simple:visited {
	color: #000000;
}

.read-more {
	font-weight: 800;
	padding-right: 16px;
	white-space: nowrap;
	background-image: url(../images/arrow-blue@1x.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.box, .announcement, .nf-field-container.html-container.message .nf-field-element {
	background-color: #f1faff;
	border: 3px solid #b4e5ff;
	padding: 1rem;
}

.box > h1, .box > h2, .box > h3, .box > h4, .box > h5, .box > h6, .announcement > h1, .nf-field-container.html-container.message .nf-field-element > h1, .announcement > h2, .nf-field-container.html-container.message .nf-field-element > h2, .announcement > h3, .nf-field-container.html-container.message .nf-field-element > h3, .announcement > h4, .nf-field-container.html-container.message .nf-field-element > h4, .announcement > h5, .nf-field-container.html-container.message .nf-field-element > h5, .announcement > h6, .nf-field-container.html-container.message .nf-field-element > h6 {
	margin-top: 0;
}

.announcement, .nf-field-container.html-container.message .nf-field-element {
	font-size: 15px;
	font-size: 1.07143rem;
	margin-bottom: 2rem;
}

.announcement h2, .nf-field-container.html-container.message .nf-field-element h2 {
	margin: 0;
	color: #00334E;
}

h1.header-bright, h1.header-medium, h1.header-dark {
	font-size: 20px;
	margin: 0 0 .5em 0;
	padding: .3em .5em;
	font-weight: normal;
	color: #ffffff;
}

@media screen and (min-width: 320px) {
	h1.header-bright, h1.header-medium, h1.header-dark {
		font-size: calc(20px + 12 * (100vw - 320px) / 960);
	}
}
  @media screen and (min-width: 1280px) {
	h1.header-bright, h1.header-medium, h1.header-dark {
		font-size: 32px;
	}
}

h1.header-bright {
	background-color: #F26531;
}

h1.header-medium {
	background-color: #48789E;
}

h1.header-medium a {
	color: white;
}

h1.header-medium span {
	font-size: 16px;
	font-size: 1.14286rem;
	font-family: "Open Sans", arial, verdana, sans-serif;
	font-weight: 700;
	color: white;
}

h1.header-dark {
	background-color: #00334E;
}

.ir {
	position: absolute;
	left: -9999px;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.audible, .screen-reader-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.audible.focusable:active, .screen-reader-text:active, .audible.focusable:focus, .screen-reader-text:active {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.tooltip {
	font-size: 12px;
	font-size: 0.85714rem;
	display: none;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.65);
	border-radius: 3px;
	padding: 6px 10px;
	color: #ffffff;
	z-index: 1000;
	margin-top: -50px;
}

.clearfix:before, .resource-posts__results h3:before, .clearfix:after, .resource-posts__results h3:after, .row:before, .row:after {
	content: "";
	display: table;
}

.clearfix:after, .resource-posts__results h3:after, .row:after {
	clear: both !important;
}

.alignleft {
	float: left;
	text-align: left;
	margin: 0 2em 1em 0;
}

.alignleft img {
	width: 100%;
}

.alignright {
	float: right;
	text-align: right;
	margin: 0 0 1em 2em;
}

.alignright img {
	width: 100%;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft, .alignleft img, img.alignright, .alignright img {
	border: 1px solid #b3b3b3;
}

.fixed {
	position: fixed;
}

.margin-top {
	margin-top: 3rem;
}

.margin-bottom {
	margin-bottom: 3rem;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 60%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.toggle-panel {
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.toggle-panel.visible {
	height: auto;
	opacity: 1;
}

.toggle-trigger {
	position: relative;
}

.toggle-trigger a {
	display: block;
	position: relative;
	z-index: 1;
	padding-right: 43px;
}

.toggle-trigger:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 13px;
	right: 0;
	height: 11px;
	width: 43px;
	background-image: url("../images/navtoggle@1x.png");
	background-position: right center;
}

.toggle-trigger.active:after {
	background-position: left center;
}

.pagination {
	margin-top: 1rem;
	width: 100%;
}

.pagination .page-numbers {
	padding: 5px 10px;
	background-color: #e6e6e6;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
	display: none;
}

.pagination .page-numbers.dots {
	background-color: transparent;
}

.pagination .page-numbers.current {
	background-color: #48789E;
	color: #ffffff;
}

.wp-caption-text {
	text-align: center;
	font-weight: 700;
}

.acf-map {
	width: 100%;
	height: 500px;
}

.wrapper {
	background-color: #ffffff;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px;
	background-image: url(../images/bg-wrapper.jpg);
	background-repeat: no-repeat;
}

.content {
	float: right;
	width: 72.5%;
}

@media (max-width: 960px) {
	.content {
		width: 66%;
	}
}

.sidebar {
	float: left;
	width: 25%;
}

@media (max-width: 960px) {
	.sidebar {
		width: 31.5%;
	}
}

.content.inset, .content.fullwidth {
	float: none;
	margin: auto;
}

.content.inset {
	width: 75%;
}

@media (max-width: 800px) {
	.content.inset {
		width: 100%;
	}
}

.content.fullwidth {
	width: 100%;
}

.row {
	margin: 0 -15px 3em -15px;
}

[class^="col-"], [class*=" col-"] {
	padding: 0 15px;
	float: left;
	min-height: 1px;
	box-sizing: border-box;
}

.col-full {
	width: 100%;
}

.col-one-third {
	width: 33.33%;
}

.col-two-third {
	width: 66.66%;
}

.col-one-fifth {
	width: 20%;
}

.col-two-fifth {
	width: 40%;
}

.col-three-fifth {
	width: 60%;
}

.col-four-fifth {
	width: 80%;
}

.col-one-quarter {
	width: 25%;
}

.col-one-half {
	width: 50%;
}

.col-three-quarter {
	width: 75%;
}

.col iframe {
	max-width: 100%;
}

@media (max-width: 960px) {
	body {
		padding: 1em;
	}
	
	.wrapper {
		padding: 25px;
	}
}

@media (max-width: 800px) {
	body {
		padding: 0;
	}
	
	.wrapper {
		padding: 20px;
	}
	
	.row {
		margin: 0;
	}
	
	[class^="col-"], [class*=" col-"] {
		padding: 0 0 2em 0;
		float: none;
		width: 100%;
	}
	
	[class^="col-"]:last-child, [class*=" col-"]:last-child {
		padding: 0;
	}
	
	.sidebar, .content {
		width: 100%;
		float: none;
		margin-bottom: 2em;
	}
}

@media (max-width: 520px) {
	body {
		margin-top: 0;
		margin-bottom: 55px;
	}
	
	.wrapper {
		padding: 15px;
	}
}

/* Typograpby Start */

html {
	font-size: 15px;
}

@media (max-width: 800px) {
	html {
		font-size: 16px;
	}
}

body {
	line-height: 1.5;
	font-family: "Open Sans", arial, verdana, sans-serif;
}

h1, .banner-excerpt, .sectionnav h6 {
	font-family: "Noto Serif", georgia, times, serif;
}

h1 {
	font-size: 22px;
	color: #00334E;
	font-weight: 700;
	margin: 1em 0 .5em 0;
	line-height: 1.2;
}

@media screen and (min-width: 320px) {
	h1 {
		font-size: calc(22px + 18 * (100vw - 320px) / 960);
	}
}
  @media screen and (min-width: 1280px) {
	h1 {
		font-size: 40px;
	}
}

h2 {
	font-size: 18px;
	color: #48789E;
	margin: 2em 0 .25em 0;
	line-height: 1.2;
}

@media screen and (min-width: 320px) {
	h2 {
		font-size: calc(18px + 3 * (100vw - 320px) / 960);
	}
}
  @media screen and (min-width: 1280px) {
	h2 {
		font-size: 21px;
	}
}

h3 {
	font-size: 15px;
	color: #48789E;
	margin: 1.5em 0 .25em 0;
}

@media screen and (min-width: 320px) {
	h3 {
		font-size: calc(15px + 1 * (100vw - 320px) / 960);
	}
}
  @media screen and (min-width: 1280px) {
	h3 {
		font-size: 16px;
	}
}

h4 {
	font-size: 15px;
	color: #F26531;
	margin: 1.5em 0 .25em 0;
}

@media screen and (min-width: 320px) {
	h4 {
		font-size: calc(15px + 1 * (100vw - 320px) / 960);
	}
}
  @media screen and (min-width: 1280px) {
	h4 {
		font-size: 16px;
	}
}

h5 {
	font-size: 15px;
	color: #000000;
	margin: 1.5em 0 .25em 0;
}

@media screen and (min-width: 320px) {
	h5 {
		font-size: calc(15px + 1 * (100vw - 320px) / 960);
	}
}
  @media screen and (min-width: 1280px) {
	h5 {
		font-size: 16px;
	}
}

h6 {
	font-size: 14px;
	margin: .25em 0;
}

@media screen and (min-width: 320px) {
	h6 {
		font-size: calc(14px + 1 * (100vw - 320px) / 960);
	}
}
  @media screen and (min-width: 1280px) {
	h6 {
		font-size: 15px;
	}
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1:first-of-type, .h1:first-of-type {
	margin-top: 0;
}

h1 + h2, .quote + h2 {
	margin-top: 0;
}

p {
	margin: 0 0 1em 0;
}

p:last-child, ul:last-child {
	margin-bottom: 0;
}

main > ul {
	margin: 1em 0;
}

main > ul > li {
	margin: .5em 0;
}

main ol {
	margin: 1em 0;
}

main ol > li {
	font-size: 1.05rem;
	margin-top: 1.7em;
}

main ol > li:first-child {
	margin-top: 1em;
}

main ol li li {
	margin: 1em 0;
	font-size: 1rem;
}

main ol[style="list-style-type: lower-greek;"] {
	position: relative;
	list-style: decimal !important;
	padding: 0 1.6em;
}

main ol[style="list-style-type: lower-greek;"] ol {
	margin-left: 3.8em;
	padding: 0;
	list-style: none !important;
	counter-reset: decimal;
}

main ol[style="list-style-type: lower-greek;"] ol li:before {
	position: absolute;
	left: -3.8em;
	counter-increment: decimal;
	content: "1." counters(decimal, ".") " ";
}

main ol[style="list-style-type: lower-greek;"] li li {
	margin-top: 1em;
}

.small {
	font-size: 12px;
	line-height: 1.4;
}

@media screen and (min-width: 320px) {
	.small {
		font-size: calc(12px + 1 * (100vw - 320px) / 960);
	}
}
  @media screen and (min-width: 1280px) {
	.small {
		font-size: 13px;
	}
}

/* Typograpby Ends */

.article-title {
	font-weight: 600;
}

.article-title a {
	text-decoration: none;
}

.article-list-item {
	padding: .5em 0 2em 0;
}

.article-list-item .article-title {
	margin: 0;
}

.article-date {
	font-size: 13px;
	font-size: 0.92857rem;
	font-weight: 700;
	padding: 0 0 .5em 0;
	display: inline-block;
}

.article-categories {
	display: inline-block;
	margin-left: .5em;
}

.article-categories .fa {
	color: #48789E;
	margin-right: .15em;
}

.header {
	position: relative;
	margin-bottom: 1em;
}

.tools {
	float: right;
	position: relative;
}

.logo {
	float: left;
	margin: 0 1em 1em 0;
	line-height: 0;
	width: 380px;
}

@media (max-width: 800px) {
	.logo {
		text-align: center;
		float: none;
		display: block;
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 800px) {
	.logo-img {
		width: 320px;
	}
}

.search-form {
	display: flex;
}

.header .search-form {
	float: right;
	padding-top: 1rem;
}

@media (max-width: 800px) {
	.header .search-form {
		display: none;
	}
}
  .header .search-form .search-input {
	min-width: 20rem;
}

.search-input, .search-submit {
	box-sizing: border-box;
	height: 35px;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

.search-input {
	width: calc(100% - 35px);
	padding: 5px;
	background-color: #ededed;
}

.search-submit {
	color: #ffffff;
	background-color: #0c74b0;
	border: none;
	width: 35px;
	background-image: url(../images/search@1x.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}

.search-submit:hover {
	cursor: pointer;
}

.footer {
	background-color: #00334E;
	margin-top: 30px;
	padding: 4.5em 1.5em 1.5em 1.5em;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
}

.copyright {
	color: #ffffff;
}

.lightbox {
	position: fixed;
	box-sizing: border-box;
	transition: all .3s ease;
	z-index: 9999;
}

.lightbox.closed {
	visibility: hidden;
	opacity: 0;
}

.lightbox.maximized {
	visibility: visible;
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
}

.lightbox.minimized {
	visibility: visible;
	opacity: 1;
	right: 2rem;
	bottom: -5px;
}

.lightbox.minimized .nf-mp-body, .lightbox.minimized .nf-progress-container, .lightbox.minimized .lightbox-close, .lightbox.minimized .minimize-survey {
	display: none;
}

.lightbox.minimized .nf-next-previous {
	margin: 0 !important;
}

.lightbox.minimized .lightbox-content {
	padding: 5px;
}

.lightbox.minimized .nf-next-item {
	float: none !important;
}

.lightbox.minimized .nf-next-item input {
	border-radius: 4px 4px 0 0;
}

.minimize-survey {
	margin-left: 1rem;
	color: #00334E;
	text-decoration: underline;
}

.minimize-survey:hover {
	cursor: pointer;
}

.close-survey {
	margin-left: 1rem;
}

.lightbox-content {
	position: relative;
	background: white;
	padding: 1rem;
	border-radius: 6px;
	max-width: 340px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 960px) {
	.lightbox-content {
		width: 50%;
	}
}
  @media (max-width: 800px) {
	.lightbox-content {
		width: 70%;
	}
}
  @media (max-width: 520px) {
	.lightbox-content {
		width: 90%;
	}
}

.lightbox-close {
	position: absolute;
	text-align: center;
	text-decoration: none;
	color: black;
	background-color: white;
	box-shadow: 0 0 4px #555;
	font-size: 20px;
	line-height: 26px;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	top: -13px;
	right: -13px;
}

@media (max-width: 520px) {
	.lightbox-close {
		top: -32px;
		right: 0;
	}
}

#survey[data-step="intro"] #lightbox-close, #survey[data-step=" Q1"] #lightbox-close, #survey[data-step=" Q6"] #lightbox-close {
	display: none;
}

#mobilenav {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 55px;
	height: 100vh;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 10000;
}

body.mobilenav-is-open #mobilenav {
	display: block;
}

body.mobilenav-is-open .mobilebar {
	overflow-y: scroll !important;
}

.mobilebar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	box-sizing: border-box;
	background-color: white;
	box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.4);
	z-index: 10001;
}

@media (max-width: 800px) {
	.mobilebar {
		display: flex;
	}
}
  .mobilebar .search-form {
	width: 100%;
}

.mobilebar .menutoggle {
	background-color: #0c74b0;
	padding: 9px 7px;
	cursor: pointer;
	margin-left: 10px;
}

.sectionnav, .mobilenav {
	font-size: 15px;
	font-size: 1.07143rem;
	font-weight: 600;
	line-height: 1.3;
}

.sectionnav ul, .mobilenav ul {
	padding-left: 0;
}

.sectionnav li, .mobilenav li {
	display: block;
}

.sectionnav a, .mobilenav a {
	display: flex;
	text-decoration: none;
}

.sectionnav a span, .mobilenav a span {
	padding: .7rem;
	width: calc(100% - 44px);
}

.sectionnav a:hover span, .mobilenav a:hover span {
	text-decoration: underline;
}

.sectionnav .sub-menu, .sectionnav .children, .mobilenav .sub-menu, .mobilenav .children {
	max-height: 0;
	overflow: hidden;
}

.sectionnav .open > .sub-menu, .sectionnav .open > .children, .mobilenav .open > .sub-menu, .mobilenav .open > .children {
	max-height: 2000px;
	height: auto;
	overflow: auto;
}

.sectionnav {
	margin-bottom: 2rem;
	font-weight: 700;
}

.sectionnav a {
	color: #00334E;
	border-bottom: 1px solid #ccc;
}

@media (max-width: 800px) {
	.sectionnav {
		display: none;
	}
}
  .sectionnav .current_page_item > a, .sectionnav .current-menu-item > a {
	background-color: #48789E;
	color: #ffffff;
}

.sectionnav > ul > li.open {
	background-color: #e0e0e0;
}

.sectionnav .sub-menu, .sectionnav .children {
	font-size: 14px;
	font-size: 1rem;
	font-weight: 600;
	background-color: #ededed;
}

.sectionnav .sub-menu .sub-menu, .sectionnav .children .children {
	font-weight: 400;
	background-color: #fafafa;
}

.sectionnav .sub-menu .sub-menu a, .sectionnav .children .children a {
	padding-left: 1.25rem;
}

.sectionnav .sub-menu .sub-menu .sub-menu a, .sectionnav .children .children .children a {
	padding-left: 2.5rem;
}

.mobilenav {
	background-color: #00334E;
}

.mobilenav a {
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobilenav .current_page_item > a, .mobilenav .current-menu-item > a {
	color: #F26531;
	font-weight: 700;
	background-color: #ffffff;
}

.mobilenav > ul {
	margin: 0 0 55px 0;
}

.mobilenav .sub-menu, .mobilenav .children {
	background-color: #00476d;
}

.mobilenav .sub-menu a, .mobilenav .children a {
	padding-left: 1.25rem;
}

.mobilenav .sub-menu .sub-menu, .mobilenav .children .children {
	background-color: #005b8b;
}

.mobilenav .sub-menu .sub-menu a, .mobilenav .children .children a {
	padding-left: 2.5rem;
}

.mobilenav .sub-menu .sub-menu .sub-menu, .mobilenav .children .children .children {
	background-color: #006faa;
}

.mobilenav .sub-menu .sub-menu .sub-menu a, .mobilenav .children .children .children a {
	padding-left: 3.75rem;
}

.mobilenav .navtoggle, .sectionnav .navtoggle {
	display: none;
	margin-left: auto;
	width: 44px;
	justify-content: center;
}

.mobilenav .navtoggle:after, .sectionnav .navtoggle:after {
	align-self: center;
}

.mobilenav li.open > a > .navtoggle:after, .sectionnav li.open > a > .navtoggle:after {
	content: '\f068';
}

.mobilenav .menu-item-has-children > a .navtoggle, .mobilenav .page_item_has_children > a .navtoggle, .sectionnav .menu-item-has-children > a .navtoggle, .sectionnav .page_item_has_children > a .navtoggle {
	display: inline-flex;
}

.mobilenav .menu-item-has-children > a .navtoggle:after, .mobilenav .page_item_has_children > a .navtoggle:after, .sectionnav .menu-item-has-children > a .navtoggle:after, .sectionnav .page_item_has_children > a .navtoggle:after {
	content: '\f067';
}

.mobilenav a .navtoggle {
	background-color: rgba(0, 0, 0, 0.18);
}

.sectionnav a .navtoggle {
	background-color: rgba(0, 0, 0, 0.1);
}

.primarynav {
	clear: both;
	padding-top: .5em;
	z-index: 1;
	text-align: center;
}

@media (max-width: 800px) {
	.primarynav {
		display: none;
	}
}
  .primarynav ul {
	background-color: #0c74b0;
	display: flex;
	justify-content: center;
}

@media (max-width: 800px) {
	.primarynav ul {
		display: block;
	}
}
  .primarynav li {
	font-size: 15px;
	font-size: 1.07143rem;
	font-weight: 600;
	line-height: 1.2;
}

@media (max-width: 800px) {
	.primarynav li {
		display: list-item;
	}
}
  .primarynav a {
	color: #ffffff;
	padding: 1em;
	display: block;
	height: 100%;
	box-sizing: border-box;
}

.primarynav .current-menu-item > a, .primarynav .current-menu-parent > a, .primarynav .current-menu-ancestor > a {
	background-color: #00334E;
}

.utilitynav, .footernav {
	font-size: 0;
	font-weight: 700;
}

.utilitynav ul, .footernav ul {
	text-align: right;
}

.utilitynav li, .footernav li {
	font-size: 12px;
	font-size: 0.85714rem;
}

.utilitynav li:after, .footernav li:after {
	font-size: 16px;
	font-size: 1.14286rem;
	content: "\25aa";
	font-family: arial;
	color: #bfbfbf;
	margin: 0 8px;
}

.utilitynav li:last-child:after, .footernav li:last-child:after {
	display: none;
}

.utilitynav {
	text-align: right;
}

@media (max-width: 800px) {
	.utilitynav {
		display: none;
	}
}
  .utilitynav ul {
	display: inline;
}

.utilitynav a {
	color: #333333;
	line-height: 35px;
}

.social-icons {
	display: inline;
}

.social-icons .social-icon {
	height: 35px;
	width: 35px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	background: 0 0 no-repeat;
}

.social-icons .social-icon:hover {
	background-position: 0 -40px;
}

.social-icons .social-icon.linkedin {
	background-image: url(../images/linkedin@1x.png);
}

.social-icons .social-icon.twitter {
	background-image: url(../images/twitter.png);
}

@media (max-width: 800px) {
	.socialnav {
		float: none;
	}
}

.breadcrumb {
	padding: 1em 0 1.8em 0;
	line-height: 2;
	color: gray;
}

@media (max-width: 800px) {
	.breadcrumb {
		padding: 0;
	}
}
  .breadcrumb a {
	color: #00334E;
	padding-right: 20px;
	margin-right: 6px;
	background-image: url(../images/arrow-orange@1x.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: 700;
}

.accordion {
	margin: 1rem 0;
}

.accordion + .accordion {
	margin-top: -1rem;
}

.accordion__trigger {
	transition: height 0.2s ease-in-out, opacity 0.2s ease-in-out;
	margin: 0;
	padding: 0.5em calc(1em + 24px) 0.5em 1em;
	cursor: pointer;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-image: url(../images/plus-icon.svg);
	background-position: center right .5em;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}

.accordion__trigger.active {
	background-image: url(../images/minus-icon.svg);
	border-bottom: 1px solid #ffffff;
	color: #0c74b0;
}

.accordion__trigger:hover {
	color: #0c74b0;
}

.accordion__content {
	transition: height 0.2s ease-in-out, opacity 0.2s ease-in-out;
	overflow: hidden;
	opacity: 0;
	padding: 0 1em;
	margin-top: -1px;
}

.accordion__content.active {
	overflow: visible;
	opacity: 1;
}

.acf-block-preview .accordion__trigger {
	margin-bottom: 3px;
}

.acf-block-preview .accordion__content {
	display: none;
}

.banner {
	margin-bottom: 2rem;
	display: flex;
	background-size: cover;
	background-position: center;
	min-height: 380px;
}

@media (max-width: 800px) {
	.banner {
		min-height: 340px;
	}
}
  @media (max-width: 520px) {
	.banner {
		min-height: 300px;
	}
}

.home .banner {
	margin-bottom: 0;
}

.banner-image {
	width: 100%;
	line-height: 0;
}

.banner-image-img {
	width: 100%;
}

.banner-caption {
	margin: auto 2rem 2rem 2rem;
	width: 55%;
}

@media (max-width: 800px) {
	.banner-caption {
		width: 75%;
	}
}
  @media (max-width: 520px) {
	.banner-caption {
		margin: auto 0 1rem 0;
		width: 100%;
		position: relative;
		left: 0;
		width: 50%;
		margin-bottom: 1em;
	}
}

.content .banner-caption {
	width: 100%;
}

.banner-excerpt {
	color: #ffffff;
	margin: 2rem 0 .2em 0 !important;
	line-height: 1.5;
	font-size: 28px;
	font-size: 2rem;
}

@media (max-width: 800px) {
	.banner-excerpt {
		font-size: 24px;
		font-size: 1.71429rem;
	}
}
  @media (max-width: 520px) {
	.banner-excerpt {
		font-size: 19px;
		font-size: 1.35714rem;
	}
}

.banner-caption .read-more {
	text-transform: uppercase;
}

.highlight {
	background-color: rgba(102, 135, 161, 0.8);
	color: #ffffff;
	padding: 0 0.25em;
	-o-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.map-block .acf-map {
	min-height: 50vh;
}

.cpsns-notice {
	background-color: #f1faff;
	border: 3px solid #b4e5ff;
	padding: 1rem;
}

.cpsns-notice > h1, .cpsns-notice > h2, .cpsns-notice > h3, .cpsns-notice > h4, .cpsns-notice > h5, .cpsns-notice > h6 {
	margin-top: 0;
}

#loader {
	opacity: 0;
}

#loader.loading {
	opacity: 1;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.7);
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	transition: opacity 0.2s ease-in-out;
}

.quicklink {
	color: #00334E;
	font-weight: 600;
	font-size: 1.0625rem;
	display: block;
	text-align: center;
	text-decoration: none;
}

.quicklink__icon {
	background-color: #F26531;
	display: inline-block;
	margin-bottom: .5rem;
	border-radius: 1rem;
	overflow: hidden;
	padding: 2rem;
	min-width: 4rem;
}

.quicklink__icon:hover {
	opacity: .80;
}

.quicklink__title {
	display: block;
}

.quicklink .fa:before, .quicklink .fas:before, .quicklink .far:before {
	font-size: 3.75rem;
	color: #ffffff;
}

.quote {
	margin-bottom: 2rem;
	position: relative;
	padding: 1.5rem;
	display: inline-block;
}

.quote.alignleft, .quote.alignright {
	width: 45%;
}

@media (max-width: 960px) {
	.quote {
		padding: 1rem;
	}
}
  .quote:before {
	font-size: 80px;
	font-size: 5.71429rem;
	position: absolute;
	font-family: "Font Awesome 5 Free", fontawesome;
	content: "\f10d";
	top: -15px;
	left: -5px;
	color: rgba(255, 255, 255, 0.2);
}

.quote blockquote {
	font-size: 16px;
	font-size: 1.14286rem;
	margin: 0;
	font-style: italic;
	text-align: left;
}

@media (max-width: 960px) {
	.quote blockquote {
		font-size: 16px;
		font-size: 1.14286rem;
	}
}
  .quote cite {
	text-align: right;
	float: right;
	font-style: normal;
	font-weight: 800;
}

.quote cite:before {
	content: '\2014\0020';
}

.wp-block[data-type="acf/quote"][data-align="left"] .block-editor-block-list__block-edit, .wp-block[data-type="acf/quote"][data-align="right"] .block-editor-block-list__block-edit {
	width: 45%;
}

.wp-block[data-type="acf/quote"][data-align="left"] .block-editor-block-list__block-edit > div, .wp-block[data-type="acf/quote"][data-align="right"] .block-editor-block-list__block-edit > div {
	margin: 0;
}

.wp-block[data-type="acf/quote"][data-align="left"] .quote, .wp-block[data-type="acf/quote"][data-align="right"] .quote {
	width: 100% !important;
}

.wp-block[data-align="right"][data-type="acf/quote"] .block-editor-block-list__block-edit {
	float: right;
}

.wp-block[data-align="left"][data-type="acf/quote"] .block-editor-block-list__block-edit {
	float: left;
}

.resource-posts__filters {
	text-align: center;
	padding: 1rem 0;
}

.resource-posts__filters button {
	font-size: 14px;
	font-size: 1rem;
	display: inline-block;
	border: none;
	margin: 0 3px 8px 3px;
	padding: 8px 12px;
	background-color: #e6e6e6;
	border-radius: 3px;
	color: #000000;
}

.resource-posts__filters button.active {
	background-color: #F26531;
	color: #ffffff;
}

.resource-posts__filters button:hover {
	cursor: pointer;
}

.resource-posts__results {
	border-top: 1px solid #cccccc;
	padding: 0;
	list-style: none;
}

.resource-posts__results li {
	width: 100%;
	margin: 0;
	padding: .5rem 0;
	border-bottom: 1px solid #cccccc;
}

.resource-posts__results h3 {
	margin: 0;
	display: flex;
	width: 100%;
	align-items: center;
}

@media (max-width: 800px) {
	.resource-posts__results h3 {
		display: block;
	}
}
  .resource-posts__results-link, .resource-posts__results-date {
	cursor: pointer;
}

@media (max-width: 800px) {
	.resource-posts__results-link, .resource-posts__results-date {
		display: block;
	}
}
  .resource-posts__results-link {
	font-size: 15px;
	font-size: 1.07143rem;
	margin: 0;
}

.resource-posts__results-date {
	font-size: 12px;
	font-size: 0.85714rem;
	margin-left: auto;
	font-weight: normal;
}

.aside {
	border-top: 8px solid #48789E;
	border-right: 1px solid #48789E;
	border-left: 1px solid #48789E;
	border-bottom: 1px solid #48789E;
	margin-bottom: 2rem;
	padding: 1rem;
}

/*
// Index Page
.filter-buttons {
	text-align: center;
	padding: 1rem 0;
	button {
		@extend %transition;
		@include font-size(14px);
		display: inline-block;
		border: none;
		margin: 0 3px 8px 3px;
		padding: 8px 12px;
		background-color: lighten($black, 90%);
		border-radius: 3px;
		color: $black;
		&.active {
			background-color: $colour_secondary;
			color: $white;
		}
		&:hover {
			cursor: pointer;
		}
	}
}
.content .guideline-results li {
	margin: 0;
	&:before {
		display: none;
	}
}
.guideline-results {
	border-top: 1px solid lighten($black, 80%);
	padding: 0;
	list-style: none;
	li {
		width: 100%;
		padding: .5rem 0;
		border-bottom: 1px solid lighten($black, 80%);
	}
	h3 {
		@extend .clearfix;
		margin: 0;
		display: flex;
		align-items: center;
		@include media-md {
			display: block;
		}
	}
}
.guideline-link {
	@include font-size(15px);
	margin: 0;
}
.guideline-date {
	@include font-size(12px);
	margin-left: auto;
	font-weight: normal;
}
.guideline-link, .guideline-date {
	cursor: pointer;
	@include media-md {
		display: block;
	}
}
*/

.guideline__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}

.guideline__header-title {
	margin: 0;
}

.guideline__header-actions {
	white-space: nowrap;
}

.guideline__disclaimer {
	font-size: 12px;
	line-height: 1.4;
	margin: 1em 0;
}

@media screen and (min-width: 320px) {
	.guideline__disclaimer {
		font-size: calc(12px + 1 * (100vw - 320px) / 960);
	}
}
  @media screen and (min-width: 1280px) {
	.guideline__disclaimer {
		font-size: 13px;
	}
}

.newsletter-header {
	font-size: 30px;
	font-size: 2.14286rem;
	text-transform: capitalize;
	color: #ffffff;
	font-family: "Noto Serif", georgia, times, serif;
	padding: .5rem 1rem;
	overflow: hidden;
}

.newsletter-header:after {
	font-family: 'Font Awesome 5 Free';
	float: right;
	color: #ffffff;
}

.newsletter-header.news-header {
	background-color: #0c74b0;
}

.newsletter-header.news-header:after {
	content: "\f08d";
	text-shadow: 3px 3px 0 #095580;
}

.newsletter-header.policy-header {
	background-color: #48789E;
}

.newsletter-header.policy-header:after {
	content: "\f02d";
	text-shadow: 3px 3px 0 #385d7b;
}

.newsletter-header.announcement-header {
	background-color: #F26531;
}

.newsletter-header.announcement-header:after {
	content: "\f0a1";
	text-shadow: 3px 3px 0 #e2470e;
}

.newsletter-header.resources-header {
	background-color: #9FCBED;
}

.newsletter-header.resources-header:after {
	content: "\f05a";
	text-shadow: 3px 3px 0 #74b4e5;
}

.totop {
	display: block;
	margin-bottom: 2.5rem;
	padding-bottom: .5rem;
}

.totop a {
	text-decoration: none;
}

.tasknav {
	color: #00334E;
	padding: 3em 0;
}

.tasknav ul {
	font-size: 0;
	text-align: center;
}

.task-item {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	text-transform: uppercase;
	float: left;
}

@media (max-width: 800px) {
	.task-item {
		width: 50%;
	}
}

.task-item a {
	color: #00334E;
	display: inline-block;
	text-align: center;
}

.task-item .fa, .task-item .fas {
	display: inline-block;
	padding: 30px;
	min-width: 60px;
	border-radius: 40px;
	margin-bottom: .5rem;
	overflow: hidden;
}

.task-item .fa:hover, .task-item .fas:hover {
	opacity: .75;
}

.task-item .fa:before, .task-item .fas:before {
	font-size: 60px;
	font-size: 4.28571rem;
	color: #ffffff;
}

.task-item:nth-child(1) .fa, .task-item:nth-child(1) .fas {
	background-color: #F26531;
	text-shadow: 1px 1px #e2470e, 1px 1px #e2470e, 2px 2px #e2470e, 3px 3px #e2470e, 4px 4px #e2470e, 5px 5px #e2470e, 6px 6px #e2470e, 7px 7px #e2470e, 8px 8px #e2470e, 9px 9px #e2470e, 10px 10px #e2470e, 11px 11px #e2470e, 12px 12px #e2470e, 13px 13px #e2470e, 14px 14px #e2470e, 15px 15px #e2470e, 16px 16px #e2470e, 17px 17px #e2470e, 18px 18px #e2470e, 19px 19px #e2470e, 20px 20px #e2470e, 21px 21px #e2470e, 22px 22px #e2470e, 23px 23px #e2470e, 24px 24px #e2470e, 25px 25px #e2470e, 26px 26px #e2470e, 27px 27px #e2470e, 28px 28px #e2470e, 29px 29px #e2470e, 30px 30px #e2470e, 31px 31px #e2470e, 32px 32px #e2470e, 33px 33px #e2470e, 34px 34px #e2470e, 35px 35px #e2470e, 36px 36px #e2470e, 37px 37px #e2470e, 38px 38px #e2470e, 39px 39px #e2470e, 40px 40px #e2470e, 41px 41px #e2470e, 42px 42px #e2470e, 43px 43px #e2470e, 44px 44px #e2470e, 45px 45px #e2470e, 46px 46px #e2470e, 47px 47px #e2470e, 48px 48px #e2470e, 49px 49px #e2470e, 50px 50px #e2470e, 51px 51px #e2470e, 52px 52px #e2470e, 53px 53px #e2470e, 54px 54px #e2470e, 55px 55px #e2470e, 56px 56px #e2470e, 57px 57px #e2470e, 58px 58px #e2470e, 59px 59px #e2470e, 60px 60px #e2470e, 61px 61px #e2470e, 62px 62px #e2470e, 63px 63px #e2470e, 64px 64px #e2470e, 65px 65px #e2470e, 66px 66px #e2470e, 67px 67px #e2470e, 68px 68px #e2470e, 69px 69px #e2470e, 70px 70px #e2470e, 71px 71px #e2470e, 72px 72px #e2470e, 73px 73px #e2470e, 74px 74px #e2470e, 75px 75px #e2470e, 76px 76px #e2470e, 77px 77px #e2470e, 78px 78px #e2470e, 79px 79px #e2470e, 80px 80px #e2470e, 81px 81px #e2470e, 82px 82px #e2470e, 83px 83px #e2470e, 84px 84px #e2470e, 85px 85px #e2470e, 86px 86px #e2470e, 87px 87px #e2470e, 88px 88px #e2470e, 89px 89px #e2470e, 90px 90px #e2470e, 91px 91px #e2470e, 92px 92px #e2470e, 93px 93px #e2470e, 94px 94px #e2470e, 95px 95px #e2470e, 96px 96px #e2470e, 97px 97px #e2470e, 98px 98px #e2470e, 99px 99px #e2470e, 100px 100px #e2470e;
}

.task-item:nth-child(2) .fa, .task-item:nth-child(2) .fas {
	background-color: #48789E;
	text-shadow: 1px 1px #385d7b, 1px 1px #385d7b, 2px 2px #385d7b, 3px 3px #385d7b, 4px 4px #385d7b, 5px 5px #385d7b, 6px 6px #385d7b, 7px 7px #385d7b, 8px 8px #385d7b, 9px 9px #385d7b, 10px 10px #385d7b, 11px 11px #385d7b, 12px 12px #385d7b, 13px 13px #385d7b, 14px 14px #385d7b, 15px 15px #385d7b, 16px 16px #385d7b, 17px 17px #385d7b, 18px 18px #385d7b, 19px 19px #385d7b, 20px 20px #385d7b, 21px 21px #385d7b, 22px 22px #385d7b, 23px 23px #385d7b, 24px 24px #385d7b, 25px 25px #385d7b, 26px 26px #385d7b, 27px 27px #385d7b, 28px 28px #385d7b, 29px 29px #385d7b, 30px 30px #385d7b, 31px 31px #385d7b, 32px 32px #385d7b, 33px 33px #385d7b, 34px 34px #385d7b, 35px 35px #385d7b, 36px 36px #385d7b, 37px 37px #385d7b, 38px 38px #385d7b, 39px 39px #385d7b, 40px 40px #385d7b, 41px 41px #385d7b, 42px 42px #385d7b, 43px 43px #385d7b, 44px 44px #385d7b, 45px 45px #385d7b, 46px 46px #385d7b, 47px 47px #385d7b, 48px 48px #385d7b, 49px 49px #385d7b, 50px 50px #385d7b, 51px 51px #385d7b, 52px 52px #385d7b, 53px 53px #385d7b, 54px 54px #385d7b, 55px 55px #385d7b, 56px 56px #385d7b, 57px 57px #385d7b, 58px 58px #385d7b, 59px 59px #385d7b, 60px 60px #385d7b, 61px 61px #385d7b, 62px 62px #385d7b, 63px 63px #385d7b, 64px 64px #385d7b, 65px 65px #385d7b, 66px 66px #385d7b, 67px 67px #385d7b, 68px 68px #385d7b, 69px 69px #385d7b, 70px 70px #385d7b, 71px 71px #385d7b, 72px 72px #385d7b, 73px 73px #385d7b, 74px 74px #385d7b, 75px 75px #385d7b, 76px 76px #385d7b, 77px 77px #385d7b, 78px 78px #385d7b, 79px 79px #385d7b, 80px 80px #385d7b, 81px 81px #385d7b, 82px 82px #385d7b, 83px 83px #385d7b, 84px 84px #385d7b, 85px 85px #385d7b, 86px 86px #385d7b, 87px 87px #385d7b, 88px 88px #385d7b, 89px 89px #385d7b, 90px 90px #385d7b, 91px 91px #385d7b, 92px 92px #385d7b, 93px 93px #385d7b, 94px 94px #385d7b, 95px 95px #385d7b, 96px 96px #385d7b, 97px 97px #385d7b, 98px 98px #385d7b, 99px 99px #385d7b, 100px 100px #385d7b;
}

.task-item:nth-child(3) .fa, .task-item:nth-child(3) .fas {
	background-color: #e89719;
	text-shadow: 1px 1px #bb7913, 1px 1px #bb7913, 2px 2px #bb7913, 3px 3px #bb7913, 4px 4px #bb7913, 5px 5px #bb7913, 6px 6px #bb7913, 7px 7px #bb7913, 8px 8px #bb7913, 9px 9px #bb7913, 10px 10px #bb7913, 11px 11px #bb7913, 12px 12px #bb7913, 13px 13px #bb7913, 14px 14px #bb7913, 15px 15px #bb7913, 16px 16px #bb7913, 17px 17px #bb7913, 18px 18px #bb7913, 19px 19px #bb7913, 20px 20px #bb7913, 21px 21px #bb7913, 22px 22px #bb7913, 23px 23px #bb7913, 24px 24px #bb7913, 25px 25px #bb7913, 26px 26px #bb7913, 27px 27px #bb7913, 28px 28px #bb7913, 29px 29px #bb7913, 30px 30px #bb7913, 31px 31px #bb7913, 32px 32px #bb7913, 33px 33px #bb7913, 34px 34px #bb7913, 35px 35px #bb7913, 36px 36px #bb7913, 37px 37px #bb7913, 38px 38px #bb7913, 39px 39px #bb7913, 40px 40px #bb7913, 41px 41px #bb7913, 42px 42px #bb7913, 43px 43px #bb7913, 44px 44px #bb7913, 45px 45px #bb7913, 46px 46px #bb7913, 47px 47px #bb7913, 48px 48px #bb7913, 49px 49px #bb7913, 50px 50px #bb7913, 51px 51px #bb7913, 52px 52px #bb7913, 53px 53px #bb7913, 54px 54px #bb7913, 55px 55px #bb7913, 56px 56px #bb7913, 57px 57px #bb7913, 58px 58px #bb7913, 59px 59px #bb7913, 60px 60px #bb7913, 61px 61px #bb7913, 62px 62px #bb7913, 63px 63px #bb7913, 64px 64px #bb7913, 65px 65px #bb7913, 66px 66px #bb7913, 67px 67px #bb7913, 68px 68px #bb7913, 69px 69px #bb7913, 70px 70px #bb7913, 71px 71px #bb7913, 72px 72px #bb7913, 73px 73px #bb7913, 74px 74px #bb7913, 75px 75px #bb7913, 76px 76px #bb7913, 77px 77px #bb7913, 78px 78px #bb7913, 79px 79px #bb7913, 80px 80px #bb7913, 81px 81px #bb7913, 82px 82px #bb7913, 83px 83px #bb7913, 84px 84px #bb7913, 85px 85px #bb7913, 86px 86px #bb7913, 87px 87px #bb7913, 88px 88px #bb7913, 89px 89px #bb7913, 90px 90px #bb7913, 91px 91px #bb7913, 92px 92px #bb7913, 93px 93px #bb7913, 94px 94px #bb7913, 95px 95px #bb7913, 96px 96px #bb7913, 97px 97px #bb7913, 98px 98px #bb7913, 99px 99px #bb7913, 100px 100px #bb7913;
}

.task-item:nth-child(4) .fa, .task-item:nth-child(4) .fas {
	background-color: #9FCBED;
	text-shadow: 1px 1px #74b4e5, 1px 1px #74b4e5, 2px 2px #74b4e5, 3px 3px #74b4e5, 4px 4px #74b4e5, 5px 5px #74b4e5, 6px 6px #74b4e5, 7px 7px #74b4e5, 8px 8px #74b4e5, 9px 9px #74b4e5, 10px 10px #74b4e5, 11px 11px #74b4e5, 12px 12px #74b4e5, 13px 13px #74b4e5, 14px 14px #74b4e5, 15px 15px #74b4e5, 16px 16px #74b4e5, 17px 17px #74b4e5, 18px 18px #74b4e5, 19px 19px #74b4e5, 20px 20px #74b4e5, 21px 21px #74b4e5, 22px 22px #74b4e5, 23px 23px #74b4e5, 24px 24px #74b4e5, 25px 25px #74b4e5, 26px 26px #74b4e5, 27px 27px #74b4e5, 28px 28px #74b4e5, 29px 29px #74b4e5, 30px 30px #74b4e5, 31px 31px #74b4e5, 32px 32px #74b4e5, 33px 33px #74b4e5, 34px 34px #74b4e5, 35px 35px #74b4e5, 36px 36px #74b4e5, 37px 37px #74b4e5, 38px 38px #74b4e5, 39px 39px #74b4e5, 40px 40px #74b4e5, 41px 41px #74b4e5, 42px 42px #74b4e5, 43px 43px #74b4e5, 44px 44px #74b4e5, 45px 45px #74b4e5, 46px 46px #74b4e5, 47px 47px #74b4e5, 48px 48px #74b4e5, 49px 49px #74b4e5, 50px 50px #74b4e5, 51px 51px #74b4e5, 52px 52px #74b4e5, 53px 53px #74b4e5, 54px 54px #74b4e5, 55px 55px #74b4e5, 56px 56px #74b4e5, 57px 57px #74b4e5, 58px 58px #74b4e5, 59px 59px #74b4e5, 60px 60px #74b4e5, 61px 61px #74b4e5, 62px 62px #74b4e5, 63px 63px #74b4e5, 64px 64px #74b4e5, 65px 65px #74b4e5, 66px 66px #74b4e5, 67px 67px #74b4e5, 68px 68px #74b4e5, 69px 69px #74b4e5, 70px 70px #74b4e5, 71px 71px #74b4e5, 72px 72px #74b4e5, 73px 73px #74b4e5, 74px 74px #74b4e5, 75px 75px #74b4e5, 76px 76px #74b4e5, 77px 77px #74b4e5, 78px 78px #74b4e5, 79px 79px #74b4e5, 80px 80px #74b4e5, 81px 81px #74b4e5, 82px 82px #74b4e5, 83px 83px #74b4e5, 84px 84px #74b4e5, 85px 85px #74b4e5, 86px 86px #74b4e5, 87px 87px #74b4e5, 88px 88px #74b4e5, 89px 89px #74b4e5, 90px 90px #74b4e5, 91px 91px #74b4e5, 92px 92px #74b4e5, 93px 93px #74b4e5, 94px 94px #74b4e5, 95px 95px #74b4e5, 96px 96px #74b4e5, 97px 97px #74b4e5, 98px 98px #74b4e5, 99px 99px #74b4e5, 100px 100px #74b4e5;
}

@media (max-width: 520px) {
	h2, .h2 {
		line-height: 1.3;
	}
	
	.banner-caption {
		position: relative;
		left: 0;
		width: 100%;
		margin-bottom: 1em;
	}
	
	.tasknav {
		padding: 0;
	}
	
	.task-item {
		font-size: 15px;
		font-size: 0.9375rem;
		min-width: 100%;
		margin-bottom: 1.5em;
	}
	
	.icon {
		display: inline-block;
		width: 80px;
		height: 80px;
		background-size: 320px 80px;
		border-radius: 30px;
	}
	
	.icon-complain {
		background-position: -80px 0;
	}
	
	.icon-policy {
		background-position: -160px 0;
	}
	
	.icon-physician {
		background-position: -240px 0;
	}
	
	.article-list-thumbnail {
		max-width: 20%;
	}
	
	.article-excerpt {
		display: none;
	}
	
	.alignleft, .alignright {
		float: none;
		margin: 1em 0;
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	
	.footer {
		padding: 1rem;
		margin: 0;
	}
	
	.footernav, .copyright {
		float: none;
		text-align: center;
		margin-top: 8px;
	}
	
	.footernav ul {
		text-align: center;
	}
	
	.utilitynav li, .footernav li {
		margin: 0 .4em;
	}
	
	.utilitynav li:after, .footernav li:after {
		display: none;
	}
}

@media handheld, only screen and (-webkit-min-device-pixel-ratio: 2), handheld, only screen and (-moz-min-device-pixel-ratio: 2), handheld, only screen and (-o-min-device-pixel-ratio: 2), handheld, only screen and (min-device-pixel-ratio: 2) {
	.breadcrumb a {
		background-image: url(../images/arrow-orange@2x.png);
		background-size: 10px 10px;
	}
	
	.social-icon.linkedin {
		background-image: url(../images/linkedin@2x.png);
		background-size: 35px 75px;
	}
	
	.read-more {
		background-image: url(../images/arrow-blue@2x.png);
		background-size: 10px 10px;
	}
	
	.toggle-trigger:after {
		background-image: url("../images/navtoggle@1x.png");
		background-size: 86px 11px;
	}
	
	.search-submit {
		background-image: url(../images/search@2x.png);
		background-size: 20px 20px;
	}
	
	.icon {
		background-image: url(../images/task-icons@2x.png);
		background-size: 440px 110px;
	}
}

@media print {
	#primarynav, #utilitynav, #search, #breadcrumb, .sidebar, .footer, .guideline__actions {
		display: none;
	}
	
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	
	body {
		background-image: none;
		font-size: 12px;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	a.logo[href]:after {
		content: "";
	}
	  /*
		abbr[title]:after {
			content: " (" attr(title) ")";
		}
		*/
	
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	
	pre, blockquote {
		border: 1px solid #999999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	  @page {
	margin: 0.5cm;
	}
	  p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
	
	.content {
		width: 100%;
	}
}

.fa, .fas, .far, .fal, .fad, .fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

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

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

.fa-book:before {
	content: "\f02d";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-caret-square-up:before {
	content: "\f151";
}

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

.fa-download:before {
	content: "\f019";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-folder:before {
	content: "\f07b";
}

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

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

.fa-minus:before {
	content: "\f068";
}

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

.fa-plus:before {
	content: "\f067";
}

.fa-print:before {
	content: "\f02f";
}

.fa-thumbtack:before {
	content: "\f08d";
}

/*!
 * Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: auto;
src: url("../webfonts/fa-solid-900.eot");
src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa, .fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

/*!
 * Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: auto;
src: url("../webfonts/fa-regular-400.eot");
src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

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

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

#menuicon {
	width: 21px;
	height: 17px;
	position: relative;
	cursor: pointer;
}

#menuicon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 50%;
	left: 0;
	background-color: #ffffff;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#menuicon span:nth-child(even) {
	left: 50%;
}

#menuicon span:nth-child(odd) {
	left: 0px;
}

#menuicon span:nth-child(1), #menuicon span:nth-child(2) {
	top: 0px;
}

#menuicon span:nth-child(3), #menuicon span:nth-child(4) {
	top: 7px;
}

#menuicon span:nth-child(5), #menuicon span:nth-child(6) {
	top: 14px;
}

#menuicon.open span:nth-child(1), #menuicon.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menuicon.open span:nth-child(2), #menuicon.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menuicon.open span:nth-child(1), #menuicon.open span:nth-child(5) {
	left: 2px;
}

#menuicon.open span:nth-child(1), #menuicon.open span:nth-child(2) {
	top: 3px;
}

#menuicon.open span:nth-child(5), #menuicon.open span:nth-child(6) {
	top: 10px;
}

#menuicon.open span:nth-child(2) {
	left: calc(50% - 1px);
}

#menuicon.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#menuicon.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#menuicon.open span:nth-child(6) {
	left: calc(50% - 1px);
}

select {
	font-size: 16px;
}

.nf-form-content .radio-toggle-style ul {
	display: inline-block;
	font-size: 0;
	background-color: #e6e6e6;
	border-radius: 6px;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
	overflow: hidden;
	text-transform: capitalize;
}

.nf-form-content .radio-toggle-style ul li {
	margin: 0 !important;
	font-size: 14px;
	display: inline-block;
	text-align: center;
}

.nf-form-content .radio-toggle-style ul li:first-child {
	border-right: 1px solid #999999;
}

@media (max-width: 960px) {
	.nf-form-content .radio-toggle-style ul li {
		width: auto;
	}
}
  .nf-form-content .radio-toggle-style ul li input {
	display: none;
}

.nf-form-content .radio-toggle-style ul li label {
	margin: 0 !important;
	padding: 5px 10px;
}

.nf-form-content .radio-toggle-style ul label.nf-checked-label {
	background-color: #666666;
	color: #ffffff;
}

.nf-form-cont {
	margin-left: 1px;
}

.nf-field-description {
	margin-bottom: 1rem;
	font-style: italic;
}

.nf-field-container.html-container.message .nf-field-element {
	margin: 0;
	padding: 1rem;
}

.nf-error .ninja-forms-field {
	border-bottom: 3px solid #e80000 !important;
}

.nf-response-msg {
	text-align: center;
	font-weight: 600;
	font-size: 1.5rem;
}

.nf-error-msg {
	font-weight: 600;
	margin: 0 0 1rem 0 !important;
}

.submit-wrap {
	text-align: center;
}

.submit-wrap input {
	font-size: 18px;
	background-color: #F26531;
	font-weight: 600;
}

@media screen and (min-width: 320px) {
	.submit-wrap input {
		font-size: calc(18px + 2 * (100vw - 320px) / 960);
	}
}
    @media screen and (min-width: 1280px) {
	.submit-wrap input {
		font-size: 20px;
	}
}

.nf-progress-container {
	border-radius: 2px;
	border: none !important;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.nf-progress {
	height: 4px !important;
	background-color: #48789E !important;
}

.nf-help {
	background-image: none !important;
	font-size: 20px;
	color: #00334E;
}

.pika-label {
	border: 1px solid #999;
	border-radius: 4px;
	padding-right: 15px !important;
	margin: 0 2px !important;
	background: linear-gradient(to bottom, white 0%, rgba(204, 204, 204, 0.8) 100%) !important;
}

.pika-label:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 12px;
	right: 2px;
	top: 9px;
	background-image: url(../images/ddlb-arrows.png);
	background-repeat: no-repeat;
	background-size: 10px 12px;
}
