html {
	font: 400 100% trade-gothic-next, sans-serif;
}

body {
	/* background: #00539b; */
	/* background: #279e67; */
	font: 400 1rem trade-gothic-next, sans-serif; color: #000; line-height: 1;
}

div {
	box-sizing: border-box;
	font: 400 1rem trade-gothic-next, sans-serif;
}

h1,
h2 {
	font-weight: 700;
}
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.25rem;
}
h3 {
	font-size: 1.125rem;
	font-weight: 600;
}
h1.duo {
	font-size: 2rem;
}
h1.duo .note {
	margin-left: 0.75rem;
	font-size: 1.125rem; font-weight: 400;
}

img {
	display: block;
	max-width: 100%; height: auto; margin: 0; padding: 0;
	border: none;
}
img[onclick] {
	cursor: pointer;
}
img.text {
	width: auto; height: 1.05em;
	vertical-align: top;
}

p {
	margin: 0;
}
p:first-child,
p.first {
	margin-top: 0;
}

a:link {
	text-decoration: none; color: #007;
}
a:visited {
	text-decoration: none; color: #607;
}
a:hover {
	text-decoration: underline !important; color: #d11;
}
a:active {
	text-decoration: none; color: #333;
}

strong {
	font-weight: 700;
}

hr {
	-webkit-appearance: none;
	height: 3px; margin: 2rem 0;
	background: #333; border: none;
}
hr:first-child {
	margin-top: 0.5rem;
}
hr:last-child {
	margin-bottom: 0.5rem;
}
hr.light {
	height: 1px;
	background: #0002;
}

input,
select,
textarea {
	-webkit-appearance: none;
	box-sizing: border-box;
	font: 400 1rem trade-gothic-next, sans-serif;
	line-height: 1rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="password"],
textarea {
	width: 100%; margin: 0; padding: 0.75rem;
	background: #fff; border: 1px solid #ccc;
}

input[readonly],
textarea[readonly],
select[readonly] {
	background: #ccc;
	color: #333;
}

input[disabled],
textarea[disabled],
select[disabled] {
	background-color: #e1e1e1;
	color: #999;
}

textarea {
	resize: vertical;
}

select {
	-webkit-appearance: none;
	width: 100%; margin: 0; padding: 0.75rem 1rem 0.75rem 0.75rem;
	background: #fff url(https://cdn.ans.org/site/i/select.svg) right center no-repeat; background-size: contain; border: 1px solid #ccc; border-radius: 0;
}

select::-ms-expand {
	display: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 0; padding: 0;
	vertical-align: middle;
}

input.invalid,
textarea.invalid,
select.invalid {
	color: #d00;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
	background: #ffc;
}

input::placeholder,
textarea::placeholder {
	color: #aaa;
}

fieldset {
	display: block; position: relative;
	padding: 0;
	border: none;
}

fieldset .cell {
	display: block; position: relative;
	width: 100%;
}

fieldset .cell.label {
	padding-top: 1.25rem;
}

fieldset .cell.label.right {
	text-align: right;
}

fieldset .cell.check {
	padding: 0.75rem 1rem;
	background: #ddd;
	white-space: nowrap;
}

fieldset .cell.file {
	border: 1px solid #aaa;
}

fieldset .cell.group {
	border-top: none;
}

fieldset .cell.error {
	border-left: 0.5rem solid #d00;
}

fieldset .cell.error input[type="text"],
fieldset .cell.error input[type="email"],
fieldset .cell.error input[type="tel"],
fieldset .cell.error input[type="url"],
fieldset .cell.error input[type="date"],
fieldset .cell.error input[type="time"],
fieldset .cell.error input[type="password"],
fieldset .cell.error textarea,
fieldset .cell.error select {
	border-left: none;
}

fieldset .cell.check input[type="checkbox"],
fieldset .cell.check input[type="radio"] {
	vertical-align: middle;
}

fieldset .cell label.text {
	display: block;
	padding: 0.5rem 0.75rem;
	background: #ddd;
	font-size: 0.9375rem;
	color: #333;
	font-weight: 500;
}

fieldset .cell.disabled label.text {
	color: #999;
}

fieldset .cell label.check {
	display: inline-block;
	margin: 0 0 0 0.5rem;
	line-height: 1.125rem; white-space: normal;
	cursor: pointer;
}

fieldset .cell .filewrap,
fieldset .cell .container {
	display: block;
	padding: 0.75rem;
	background: #fff; border: 1px solid #ccc;
}

fieldset .overlay {
	display: inline-block; position: relative;
	width: 1.125rem; height: 1.125rem;
	vertical-align: top;
	cursor: pointer;
}

fieldset .overlay input {
	position: absolute; z-index: -1; opacity: 0;
}

fieldset .overlay .check {
	position: absolute; box-sizing: border-box;
	left: 0; top: 0; width: 1.125rem; height: 1.125rem;
	background: #fff; box-shadow: 0 0 0 1px #bbb inset;
}

fieldset .overlay:hover input~.check,
fieldset .overlay input:focus~.check {
	box-shadow: 0 0 0 2px #000;
}

fieldset .overlay.radio .check {
	border-radius: 1rem;
}

fieldset .overlay input:disabled~.check {
	opacity: 0.33;
	background: #ccc;
	pointer-events: none;
}

fieldset .overlay .check::after {
	content: "";
	display: none;
	position: absolute;
	left: 0.25rem;
	right: 0.25rem;
	top: 0.25rem;
	bottom: 0.25rem;
	background: #555;
}

fieldset .overlay.radio .check::after {
	border-radius: 1rem;
}

fieldset .overlay input:checked~.check::after {
	display: block;
}

fieldset .overlay input:disabled~.check::after {
	background: #777;
}

.form_submit {
	display: block;
	position: relative;
	text-align: right;
}

.form_submit button {
	margin: 1rem 0 0 1rem;
}

.submits {
	display: block;
	margin-top: 1.5rem;
	text-align: right;
}

.e-block {
	display: block;
	position: relative;
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	background: #333;
	border-left: 0.5rem solid #d00;
	color: #fff;
}
.e-block a {
	color: #fff;
}
.e-block ul {
	list-style: square;
	padding-left: 1rem;
}

button {
	-webkit-appearance: none;
	display: inline-block;
	box-sizing: content-box;
	background: none;
	border: none;
}

.btn {
	-webkit-appearance: none;
	display: inline-block;
	padding: 0.75rem 1.25rem 0.75rem 0.75rem;
	background: #408100; border: none; box-shadow: 0 0 0 1px #0001 inset;
	font: 400 1rem trade-gothic-next, sans-serif; line-height: 1rem; color: #fff; vertical-align: middle; white-space: nowrap; text-shadow: 1px 1px 1px #0001;
	cursor: pointer;
}
.btn.negative {
	background: #333;
}
.btn~.btn {
	margin-right: 0.25rem;
}
.btn i {
	margin-right: 0.5rem;
}

.gap {
	margin: 0 0.5rem;
	color: #ccc;
}

.null {
	color: #ccc;
}

.cbox {
	margin: 1.125rem 0;
}
.cbox:first-child {
	margin-top: 0;
}
.cbox:last-child {
	margin-bottom: 0;
}
	.cbox.ruled { /* temporary to support cblock conversion */
		margin: 1.125rem 0; padding: 1.125rem 0;
		border-top: 3px solid #333;
	}
	.cbox.ruled:first-child {
		margin-top: 0; padding-top: 0;
		border-top: none;
	}
.cbox.padded {
	padding: 1.5rem 0;
}
.cbox.hug {
	margin: 0;
}

.pbox {
	margin: 1.125rem 1.25rem;
}

.lbox {
	display: block; position: relative; box-sizing: border-box;
	width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1rem;
}

@media only screen and (min-width: 425px) {
	.lbox {
		padding: 0 1.25rem;
	}
}

@media only screen and (min-width: 1024px) {
	.lbox {
		padding: 0 2rem;
	}
}

.rbox {
	display: block; position: relative;
	margin: 1.125rem 0 0 0;
}
.rbox:first-child {
	margin-top: 0;
}
.rbox.hug { margin-top: 0.125rem; }
.rbox.snug { margin-top: 0.5rem; }
.rbox.gap { margin-top: 1.5rem; }
.rbox.biggap { margin-top: 3rem; }
.rbox.middle { align-items: center; }
.rbox .col {
	display: block; position: relative;
	min-height: 1px; margin-top: 1rem;
}
.rbox .col:first-child {
	margin-top: 0;
}
@media (min-width: 1024px) {
	.rbox {
		display: grid; grid-template: auto / repeat(12, 1fr); column-gap: 1rem;
	}
	.rbox.nogut { column-gap: 0; }
	.rbox.biggut { column-gap: 1.5rem; }
	.rbox .col {
		display: unset; grid-column-start: auto; grid-column-end: span 12;
		margin-top: 0;
	}
	.rbox .col.f1 { grid-column-end: span 1; }
	.rbox .col.f2 { grid-column-end: span 2; }
	.rbox .col.f3 { grid-column-end: span 3; }
	.rbox .col.f4 { grid-column-end: span 4; }
	.rbox .col.f5 { grid-column-end: span 5; }
	.rbox .col.f6 { grid-column-end: span 6; }
	.rbox .col.f7 { grid-column-end: span 7; }
	.rbox .col.f8 { grid-column-end: span 8; }
	.rbox .col.f9 { grid-column-end: span 9; }
	.rbox .col.f10 { grid-column-end: span 10; }
	.rbox .col.f11 { grid-column-end: span 11; }
	.rbox .col.f12 { grid-column-end: span 12; }
}

.fbox {
	display: grid;
	position: relative;
	grid-template: auto / repeat(12, 1fr);
	column-gap: 1rem;
	margin: 1.125rem 0 0 0;
}
.fbox:first-child { margin-top: 0; }
.fbox.hug { margin-top: 0.125rem; }
.fbox.snug { margin-top: 0.5rem; }
.fbox.gap { margin-top: 1.5rem; }
.fbox.biggap { margin-top: 3rem; }
.fbox.nogut { column-gap: 0; }
.fbox.biggut { column-gap: 1.5rem; }
.fbox.middle { align-items: center; }
.fbox .col {
	display: block; position: relative;
	grid-column-start: auto; grid-column-end: span 12; min-height: 1px;
}
.fbox .col.center { text-align: center; }
.fbox .col.f1 { grid-column-end: span 1; }
.fbox .col.f2 { grid-column-end: span 2; }
.fbox .col.f3 { grid-column-end: span 3; }
.fbox .col.f4 { grid-column-end: span 4; }
.fbox .col.f5 { grid-column-end: span 5; }
.fbox .col.f6 { grid-column-end: span 6; }
.fbox .col.f7 { grid-column-end: span 7; }
.fbox .col.f8 { grid-column-end: span 8; }
.fbox .col.f9 { grid-column-end: span 9; }
.fbox .col.f10 { grid-column-end: span 10; }
.fbox .col.f11 { grid-column-end: span 11; }
.fbox .col.f12 { grid-column-end: span 12; }

.searchbar {
	display: block;
	position: relative;
	text-align: right;
}

.searchbar input {
	-webkit-appearance: none;
	width: 100%; margin: 0; padding: 0.5rem 2.5rem 0.5rem 0.75rem;
	background: #fff; border: 1px solid #ccc;
	font-family: trade-gothic-next, sans-serif; font-size: 1rem; font-weight: 400;
}

.searchbar button {
	-webkit-appearance: none;
	display: block; position: absolute; z-index: 1;
	right: 0.25rem; top: 0.25rem; padding: 0.5rem;
	background: none; border: none;
	cursor: pointer;
}

.searchbar button i {
	font-size: 1rem;
}

.adminbar .searchbar {
	margin-right: 3.75em;
}

.adminbar .searchbar.full {
	margin-right: 0;
}

.adminbar .add {
	display: block; float: right; box-sizing: border-box;
	width: 2.5rem; height: 2.5rem;
	background: #00539b;
	text-align: center; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.adminbar .add i {
	line-height: 2.5em;
}

.adminbar a .add {
	color: #fff;
}

.browsebar {
	display: flex; align-items: center;
	margin: 1rem 0 0 0; padding: 0.75rem 1rem;
	background: linear-gradient(180deg, #eee 0%, #ddd 100%);
}
.browsebar .page,
.browsebar .step {
	flex: 0 0 50%;
}
.browsebar .page {
	color: #333;
}
.browsebar .page select {
	-webkit-appearance: none;
	display: inline;
	width: auto; margin: 0; padding: 0.5em 1.5em 0.5em 0.75em;
	background: #fff url(https://cdn.ans.org/site/i/select.svg) right center no-repeat; background-size: contain; border: 1px solid #ccc; border-radius: 0;
	font-size: 1em;
}
.browsebar .page select::-ms-expand {
	display: none;
}
.browsebar .step {
	color: #999; line-height: 2.5em; text-align: right;
}
.browsebar .step a,
.browsebar .step span {
	margin: 0 0.5em;
}
.browsebar .step span {
	color: #999;
}
@media only screen and (max-width: 1023px) and (min-width: 1px) {
	.browsebar {
		/* margin-left: -30px;
		width: calc(100% + 60px);
		margin-bottom: 25px; */
	}
}
@media only screen and (max-width: 767px) and (min-width: 1px) {
	.browsebar {
		/* padding-left: 10px; padding-right: 10px; */
	}
	.browsebar .page,
	.browsebar .step {
		flex: 0 0 100%;
		/* -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%;
		text-align: center; */
	}
	.browsebar .step {
		/* padding-top: 0.75rem; */
	}
}

.fnc_link {
	cursor: pointer;
}

#insc-wrap {
	background: #fff;
}


#insc-header {
	display: block; position: relative;
	background: #fff;
}
#insc-header .components {
	display: block;
	justify-content: center; /* new */
	padding: 1rem 0;
}
#insc-header .logo {
}
#insc-header .logo .image {
	max-width: 40%;
}
#insc-header .toggle {
	flex: 1 1 auto;
	margin-left: 0.5rem;
	text-align: right;
}
#insc-header .menus {
	display: none;
}

#insc-sitemenus {
	font: 400 1rem trade-gothic-next, sans-serif; text-align: right;
}
#insc-sitemenus .insc-sitemenu {
	display: block;
	font-size: 0.9375rem; line-height: 1rem;
}
#insc-sitemenus .insc-sitemenu .items {
	display: block;
	padding: 0.25rem 0;
}
#insc-sitemenus .insc-sitemenu .items .item {
	display: inline-block;
	margin: 0.5rem 0 0 0.375rem; padding: 0 0 0 0.375rem;
	border-left: 1px solid #aaa;
}
#insc-sitemenus .insc-sitemenu .items .item:first-child {
	margin-left: 0; padding-left: 0;
	border-left: none;
}
#insc-sitemenus .insc-sitemenu .items .item a {
	color: #000; text-decoration: none;
}

#insc-sitemenu-expand {
	display: inline-block;
	font-size: 1.125rem;
	rotate: 0deg; transition: rotate 0.25s 0s;
	cursor: pointer;
}
#insc-sitemenu-expand .icon {
	display: none;
	width: 1.125rem; text-align: center; line-height: 1;
}
#insc-sitemenu-expand .icon.open {
	display: block;
}
#insc-header.expanded #insc-sitemenu-expand .icon.open {
	display: none;
}
#insc-header.expanded #insc-sitemenu-expand .icon.close {
	display: block;
}
#insc-header.expanded #insc-sitemenu-expand {
	rotate: 180deg;
}

@media only screen and (min-width: 425px) {
	#insc-header .toggle {
		flex-basis: 1.25rem;
	}
	#insc-sitemenu-expand {
		font-size: 1.25rem;
	}
	#insc-sitemenu-expand .icon {
		width: 1.25rem;
	}
}

#insc-header .logo .image {
	/* max-width: 125px; */
	max-width: 165px;
}

@media only screen and (min-width: 480px) {
	#insc-header .logo .image {
		/* max-width: 25%; */
	}
}

@media only screen and (max-width: 1023px) {
	#insc-header .logo {
		display: flex; 
		align-items: center;
	}
	#insc-header .logo .image {
		flex: 0 1 auto;
	}
	#insc-sitemenus {
		padding-top: 1rem;
	}
	#insc-sitemenus .insc-sitemenu:first-child {
		padding-top: 0.5rem;
		border-top: 1px solid #555;
	}
}
@media only screen and (min-width: 1024px) {
	#insc-header .components {
		display: flex; 
		align-items: center;		
		height: 8rem;
		/* height: 6rem; */
		padding: 0;
	}
	#insc-header .logo {
		flex: 0 1 auto;
	}
	#insc-header .logo .image {
		display: block;
	}
	#insc-sitemenu-expand {
		display: none;
	}
	#insc-header .menus {
		flex: 1 1 auto;
		display: block !important;
		text-align: right;
	}
	#insc-sitemenus {
		height: 6rem; padding: 0.5rem 0;
	}
	#insc-sitemenus .insc-sitemenu {
		display: block;
		height: 2.5rem;
	}
	#insc-sitemenus .insc-sitemenu .items {
		padding: 0.5rem 0;
	}
	#insc-sitemenus .insc-sitemenu .items .item {
		margin: 0 0 0 0.375rem; padding: 0 0 0 0.375rem;
	}
	#insc-sitemenus .insc-sitemenu .items .item:first-child {
		margin-left: 0; padding-left: 0;
	}
}

#insc-banner-wrap {
	display: block; position: relative; overflow: hidden;
	width: 100%;
	background: #333; background-image: url(https://cdn.ans.org/ags/i/bg/pcircles-black.jpg); background-size: 50%; background-repeat: repeat; background-position: center center;
}
#insc-banner-limit {
	display: block; position: relative;
	width: 100%; /* max-width: calc(1200px + 4rem); margin: 0 auto; */
}
#insc-banner-bar {
	height: 1.5rem;
	background: #004b98;
}
#insc-banner {
	display: block; position: relative;
	width: 100%; /* padding-bottom: 25%; */ height: 16rem;
}
#insc-banner img {
	display: block; position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	-o-object-fit: cover; object-fit: cover;
}
#insc-banner-overlay {
	display: block; position: absolute;
	left: 0; right: 0; bottom: 0; padding: 1rem 0;
	/* background: #004b98dd; */
	background: #279e67;
}
#insc-banner-overlay h1 {
	font: 700 1.5rem trade-gothic-next, sans-serif;
	text-align: center;
	color: #fff;
}
#insc-banner-overlay h2 {
	font: 400 1.125rem trade-gothic-next, sans-serif;
	color: #fff;
}
#insc-banner-overlay a {
	color: #fff; text-decoration: none;
}
@media only screen and (min-width: 425px) {
	#insc-banner-overlay h1 {
		font-size: 1.75rem;
	}
}
@media only screen and (min-width: 768px) {
	#insc-banner {
		height: 20rem;
	}
	#insc-banner-overlay h1 {
		/* font-size: 2rem; */
		font-size: 2.5rem;
	}
	#insc-banner-overlay h2 {
		font-size: 1.25rem;
	}
}
@media only screen and (min-width: 1600px) {
	#insc-banner {
		height: 24rem;
	}
}

#insc-textbanner-wrap {
	display: block; position: relative;
	width: 100%;
	background: #279e67;
}
#insc-textbanner {
	padding: 1rem 0;
}
#insc-textbanner h1 {
	font: 700 2rem trade-gothic-next, sans-serif !important; color: #fff;
}
#insc-textbanner h1 a {
	color: #fff; text-decoration: none;
}
#insc-textbanner h2 {
	font: 400 1.25rem trade-gothic-next, sans-serif !important; color: #fff;
}

#insc-sidebar-expand-wrap {
	display: block; position: relative; z-index: 900;
}
#insc-sidebar-expand {
	display: block; position: absolute;
	right: 1rem; bottom: -1.5rem; width: 3rem; height: 3rem; margin: 0; padding: 0;
	background: #1d9add; border-radius: 1.5rem;
	/* color: #fff; line-height: 3rem; text-align: center; text-shadow: 1px 1px #0003; */
	color: #fff; font-size: 1.125rem; text-align: center; line-height: 3rem;
	rotate: 0deg; transition: rotate 0.25s 0s;
	cursor: pointer;
}
#insc-sidebar-expand .icon {
	display: none;
}
#insc-sidebar-expand .icon.open {
	display: inline-block;
}
#insc-sidebar-expand.expanded {
	rotate: 180deg;
}
#insc-sidebar-expand.expanded .icon.open {
	display: none;
}
#insc-sidebar-expand.expanded .icon.close {
	display: block;
}
@media only screen and (min-width: 425px) {
	#insc-sidebar-expand {
		right: 1.25rem;
	}
}
@media only screen and (min-width: 1024px) {
	#insc-sidebar-expand-wrap {
		display: none;
	}
}

#insc-crumbs-wrap {
	padding: 0.75rem 0;
	background: #f5f5f5; border-bottom: 1px solid #e5e5e5;
}
#insc-crumbs {
	font-size: 0.875rem;
}
#insc-crumbs ul {
}
#insc-crumbs ul li {
	display: inline-block;
}
#insc-crumbs i {
	margin: 0 0.5rem;
	color: #aaa;
}
#insc-crumbs a {
	color: #555; text-decoration: none;
}


#insc-page-wrap {
	display: block; position: relative; z-index: 500;
	padding: 2rem 0;
	background-image: url(https://cdn.ans.org/ags/i/bg/hex-ne.png); background-position: top right; background-size: 288px 390px; background-repeat: no-repeat;
}
#insc-page-wrap::before {
	content: "";
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-image: url(https://cdn.ans.org/ags/i/bg/hex-sw.png); background-position: bottom left; background-size: 288px 390px; background-repeat: no-repeat;
}
@media only screen and (min-width: 640px) {
	#insc-page-wrap {
		background-size: 432px 585px;
	}
	#insc-page-wrap::before {
		background-size: 432px 585px;
	}
}
@media only screen and (min-width: 1024px) {
	#insc-page-wrap {
		background-size: 576px 780px;
	}
	#insc-page-wrap::before {
		background-size: 576px 780px;
	}
	#insc-page-wrap.menued #insc-page {
		display: flex;
	}
}

#insc-sidebar {
	display: none;
}
#insc-sidebar .side-menu {
	display: block; position: relative;
	margin: 0 0 1rem 0.25rem; padding: 0 0 0 1rem;
	border-left: 2px solid #fff;
	font: 400 0.9375rem trade-gothic-next, sans-serif !important;
}
#insc-sidebar .side-menu h3 {
	margin: 0 0 0.75rem 0;
	color: #fff;
}
#insc-sidebar .side-menu h3 a {
	color: #fff;
}
#insc-sidebar .side-menu ul {
}
#insc-sidebar .side-menu ul li {
	display: block;
	position: relative;
	color: #e22658;
	margin: 0.5rem 0 0 0;
}
#insc-sidebar .side-menu ul li.active::before {
	content: "";
	display: block; position: absolute;
	left: -1rem; top: 0.25rem; width: 0.375rem; height: 1rem;
	background: #fff;
}
#insc-sidebar .side-menu ul ul li.active::before {
	left: -2rem; width: 0.75rem;
}
#insc-sidebar .side-menu ul ul {
	padding: 0 0 0 1rem;
}
#insc-sidebar .side-menu ul li a {
	color: #fff;
}
@media only screen and (max-width: 1023px) {
	#insc-sidebar {
		position: absolute; z-index: 900;
		top: -3.5rem; right: 1.25rem; padding: 1.5rem 4.5rem 0.5rem 1.5rem;
		background: #009bdd; border-radius: 0 1.5rem 0 0;
	}
}
@media only screen and (min-width: 1024px) {
	#insc-sidebar {
		flex: 0 0 16rem;
		display: block;
		margin-right: 2rem;
		background: none;
	}
	#insc-sidebar .side-menu {
		margin-bottom: 2rem;
		/* border-color: #009bdd; */
		border-color: #e22658;
	}
	#insc-sidebar .side-menu h3,
	#insc-sidebar .side-menu h3 a {
		/* color: #009bdd; */
		color: #221f20;
	}
	#insc-sidebar .side-menu ul li.active::before {
		/* background: #009bdd; */
		background: #e22658;
	}
	#insc-sidebar .side-menu ul li a {
		/* color: #000; */
		color: #e22658;
	}
}

#insc-body {
	display: block;
}
@media only screen and (min-width: 1024px) {
	#insc-body {
		flex: 1 1 auto;
	}
}

.insc-footer {
	color: #fff;
}

.insc-footer a {
	color: #fff;
}

#insc-footer-content {
	padding: 1.25rem 0;
	/* background: #221f20; */
	background: #262f6e;
}
#insc-footer-content .ans {
	margin: 3rem 0 0 0;
}
#insc-footer-content .ans .logo img {
	width: auto;
	height: 1.75rem;
}
#insc-footer-content .ans p {
	padding: 0.25rem 0 0 1.75rem;
	font-size: 0.875rem;
}
#insc-footer-content .social {
	text-align: right;
}
#insc-footer-content .social li {
	display: inline-block;
	margin: 0 0 0 1.25rem;
}
#insc-footer-content .social li:first-child {
	margin-left: 0;
}
#insc-footer-content .social li .label {
	display: none;
}
#insc-footer-content .social li img {
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: bottom;
}
@media only screen and (min-width: 1024px) {
	#insc-footer-content .ans {
		margin-top: 0;
	}
}

#insc-footer-trustees-wrap {
	margin: 1.5rem 0;
}
#insc-footer-trustees {
	display: block;
	margin: 0 auto;
}
#insc-footer-trustees .label {
	display: block; position: relative;
	max-width: 75%; margin: 0 auto;
}
#insc-footer-trustees .label:before {
	content: "";
	display: block; position: absolute; z-index: 10;
	left: 0; right: 0; top: calc(50% - 1px); height: 2px;
	background: #fff9;
}
#insc-footer-trustees .label .logo {
	display: block; position: relative; z-index: 20;
	width: fit-content; margin: 0 auto; padding: 0 1rem;
	background: #231F20;
}
#insc-footer-trustees .label .logo img {
	width: auto; height: 2rem;
}
#insc-footer-trustees .orgs {
	display: block;
	max-width: 90%; margin: 0 auto;
}
#insc-footer-trustees .orgs .row {
	display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap;
	margin: 1rem 0 0 0;
}
#insc-footer-trustees .org {
	flex: 0 1 96px;
	padding: 0;
}
#insc-footer-trustees .org img {
	display: block;
	width: 100%; max-width: 96px; min-width: 60px; height: auto; max-height: 48px; margin: 0 auto;
}
#insc-footer-trustees .org.sz_sq { flex-basis: 70px; }
#insc-footer-trustees .org.sz_sq img { max-width: 70px; max-height: 70px; }
#insc-footer-trustees .org.sz_th1 { flex-basis: 120px; }
#insc-footer-trustees .org.sz_th1 img { max-width: 120px; max-height: 60px; }
#insc-footer-trustees .org.sz_th2 { flex-basis: 136px; }
#insc-footer-trustees .org.sz_th2 img { max-width: 136px; max-height: 68px; }
#insc-footer-trustees .org.sz_th3 { flex-basis: 152px; }
#insc-footer-trustees .org.sz_th3 img { max-width: 152px; max-height: 76px; }
#insc-footer-trustees .org.sz_th4 { flex-basis: 170px; }
#insc-footer-trustees .org.sz_th4 img { max-width: 170px; max-height: 85px; }
#insc-footer-trustees .org.sz_th5 { flex-basis: 180px; }
#insc-footer-trustees .org.sz_th5 img { max-width: 180px; max-height: 90px; }
@media only screen and (min-width: 1024px) {
	#insc-footer-trustees .orgs .row {
		flex-wrap: nowrap;
	}
}

#insc-footer-menus-wrap {
	display: block;
	margin: 4.5rem 0 1.5rem 0;
}
#insc-footer-menus {
	display: flex; gap: 2rem; flex-wrap: wrap;
}
#insc-footer-menus .insc-footermenu {
	flex: 1 1 auto;
}
#insc-footer-menus .insc-footermenu.email {
	flex-basis: 25%;
}
#insc-footer-menus .insc-footermenu h3 {
	margin: 1rem 0 0.25rem 0;
	font-size: 1rem; text-transform: uppercase;
}
#insc-footer-menus .insc-footermenu h3:first-child {
	margin-top: 0;
}
#insc-footer-menus .insc-footermenu .items {
}
#insc-footer-menus .insc-footermenu .items .item {
	line-height: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	#insc-footer-menus .insc-footermenu {
		flex-basis: 30%;
	}
	#insc-footer-menus .insc-footermenu.email {
		flex-basis: 30%;
	}
}
@media only screen and (min-width: 1024px) {
	#insc-footer-menus {
		flex-wrap: nowrap;
	}
}

#insc-footer-menus .insc-footermenu.email .collect {
	display: flex; gap: 0.5rem; align-items: center;
}
#insc-footer-menus .insc-footermenu.email .email {
	flex: 1 1 auto;
	line-height: normal;
}
#insc-footer-menus .insc-footermenu.email .link {
	flex: 0 0 fit-content;
}
#insc-footer-menus .insc-footermenu.email .link button {
	display: block;
	width: 3rem; height: 3rem; padding: 0;
	background: #555;
	font-size: 1rem; color: #fff;
}

#insc-footer-utility {
	padding: 0.75rem 0;
	/* background: #00539b; */
	/* background: #221f20; */
	background:#262f6e;
	text-align: center;
}
#insc-footer-utility p,
#insc-footer-utility li {
	font: 400 0.875rem trade-gothic-next, sans-serif !important; text-transform: uppercase !important; letter-spacing: .08em;
}
#insc-footer-utility a {
	text-decoration: none;
}
#insc-footer-utility a:hover {
	text-decoration: underline;
}
#insc-footer-utility .links .link {
	display: inline-block;
	margin: 0 0 0 1rem; padding: 0 0 0 1rem;
	border-left: 1px solid #fff;
}
#insc-footer-utility .links .link:first-child {
	margin-left: 0; padding-left: 0;
	border: none;
}
@media only screen and (min-width: 1024px) {
	#insc-footer-utility {
		text-align: left;
	}
	#insc-footer-utility .links {
		text-align: right;
	}
}


#insc-body h1,
#insc-body h2 {
	margin-bottom: 1.25rem;
	font-family: trade-gothic-next;
}
#insc-body h3 {
	margin-bottom: 1rem;
}
#insc-body h1+h2,
#insc-body h1+h3,
#insc-body h2+h3 {
	margin-top: -0.75rem;
}
#insc-body h1.noted {
}
#insc-body h1.noted .note {
	margin-left: 0.75rem;
	font: 400 1rem trade-gothic-next, sans-serif;
}

#insc-body p {
	margin: 1.125rem 0;
	line-height: 1.25;
}
#insc-body p:first-child {
	margin-top: 0;
}
#insc-body p:last-child {
	margin-bottom: 0;
}

#ags-body p {
	margin: 1.125rem 0;
	line-height: 1.25;
}
#ags-body p:first-child {
	margin-top: 0;
}
#ags-body p:last-child {
	margin-bottom: 0;
}

#insc-body a:link {
	text-decoration: underline;
}

#ags-body ol, #ags-body ul, 
#insc-body ol, #insc-body ul {
	margin: 1.125rem 0 0 0; padding: 0 0 0 1.5rem;
}
#ags-body ol, #insc-body ol {
	list-style: decimal;
}
#ags-body ul, #insc-body ul {
	list-style: square;
}
#ags-body ol li, #ags-body ul li,
#insc-body ol li, #insc-body ul li {
	margin: 0.75rem 0 0 0; padding: 0 0 0 0.375rem; line-height: 1.25;
}
#ags-body ol li:first-child,
#ags-body ul li:first-child,
#insc-body ol li:first-child,
#insc-body ul li:first-child {
	margin-top: 0;
}

table {
	width: 100%;
	max-width: 100%;
	min-width: 20%;
	margin: 1.125rem auto 0 auto;
}

table:first-child {
	margin-top: 0;
}

table:last-child {
	margin-bottom: 0;
}

table .row {
	display: table-row;
}

table tr.disabled {
	background: #ddd;
}

table th {
	padding: 0.75rem;
	background: #eee; border: 1px solid #ccc;
	font-weight: 500; text-align: center;
}

table.ruled th {
	padding-top: 0;
	background: none; border: none; border-bottom: 1px solid #999;
	vertical-align: bottom;
}

table.striped th {
	background: #ddd;
	border: none;
}

table td {
	box-sizing: content-box;
	padding: 0.75rem;
	border: 1px solid #ccc;
	vertical-align: top;
}

table.ruled td {
	border: none;
	border-bottom: 1px solid #ccc;
}

table.ruled tr:first-child td {
	border-top: 1px solid #ccc;
}

table.ruled tr.floor td {
	border-bottom: 2px solid #999;
}

table.boxed tr {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.boxed th,
table.boxed td {
	border-left: none;
	border-right: none;
}

table.striped td {
	border: none;
}

table.striped tr:nth-child(2n+0) td {
	background: #eee;
}

table.striped tr:nth-child(2n+1):last-child td {
	border-bottom: 2px solid #eee;
}

table th.disabled,
table td.disabled {
	background: #ddd;
	color: #bbb;
}

table th.border_left,
table td.border_left {
	border-left: 1px solid #ccc;
}

table th.border_right,
table td.border_right {
	border-right: 1px solid #ccc;
}
table th.num,
table td.num {
	text-align: right;
}
table.admin .icon {
	width: 1rem;
	min-width: 1rem;
	max-width: 1rem;
	text-align: center;
}
table.admin th {
	text-align: left;
}
table.admin td.icon.stat {
	border-right: 1px solid #eee !important;
}
table.admin .label {
	text-align: right;
	cursor: pointer;
}
table.admin .icon.ctrl {
	background: #eee; border-left: 1px solid #ddd !important;
	cursor: pointer;
}
table.admin .icon.ctrl.disabled {
	cursor: default;
}
table.admin .icon .neg {
	color: #d55;
}
table.admin .icon .off {
	color: #bbb;
}

sub {
	font-size: smaller; vertical-align: sub;
}
sup {
	font-size: smaller; vertical-align: super;
}
blockquote {
	margin: 1em 0; padding: 0 0 0 2em;
	border-left: 0.5rem solid #ccc;
}

.insc-cta {
	display: inline-block; position: relative;
	width: auto; margin: 0 0.5rem 0 0; padding: 0.5rem 1.75rem;
	background: #199bd7; border-radius: 5rem;
	font: 700 1.125rem trade-gothic-next, sans-serif; color: #fff !important; text-decoration: none !important;
	cursor: pointer;
}
.insc-cta.thin {
	font-size: 1rem;
}
.insc-cta.light {
	background: #fff; border: 1px solid #ccc;
	color: #199bd7 !important;
}
p+.insc-cta {
	margin-top: 1.25rem;
}

.insc-arrowed {
	display: block; position: relative;
	width: auto;
	font: 700 1.125rem trade-gothic-next, sans-serif; color: #199bd7; text-decoration: none !important;
}
.insc-arrowed::after {
	content: "\f0da";
	display: inline-block;
	margin-left: 0.375em;
	font-family: "Font Awesome 6 Pro";
}

.ags-cta {
	display: inline-block; position: relative;
	width: auto; margin: 0 0.5rem 0 0; padding: 0.5rem 1.75rem;
	/* background: #199bd7; border-radius: 5rem; */
	background: #262f6e; border-radius: 5rem;
	font: 700 1.125rem trade-gothic-next, sans-serif; color: #fff !important; text-decoration: none !important;
	cursor: pointer;
}
.ags-cta.thin {
	font-size: 1rem;
}
.ags-cta.light {
	background: #fff; border: 1px solid #ccc;
	color: #199bd7 !important;
}
p+.ags-cta {
	margin-top: 1.25rem;
}

.ags-arrowed {
	display: block; position: relative;
	width: auto;
	font: 700 1.125rem trade-gothic-next, sans-serif; color: #199bd7; text-decoration: none !important;
}
.ags-arrowed::after {
	content: "\f0da";
	display: inline-block;
	margin-left: 0.375em;
	font-family: "Font Awesome 6 Pro";
}

.content>hr:first-child {
	margin-top: 2rem;
}
.content>hr:last-child {
	margin-bottom: 2rem;
}

.insc-callout,
.callout {
	font-weight: 400; font-size: 0.875rem; text-transform: uppercase;
}
.insc-callout + h3 {
	margin-top: 1rem;
}

.insc-finale {
	margin: 2rem 0 0 0;
	font-size: 0.875rem;
	color: #999;
	text-align: right;
}

.ags-finale {
	margin: 2rem 0 0 0;
	font-size: 0.875rem;
	color: #999;
	text-align: right;
}

.ags-inverse {
	position: relative;
	padding: 1.125rem;
	background: #004b98; background-image: linear-gradient(15deg, #143a6a 0%, #215197 100%);
	color: #fff;
}
.ags-inverse a {
	color: #fff;
}
.ags-inverse hr {
	background: #fff3;
}
.ags-inverse hr.light {
	background: #fff2;
}

/* .insc-inverse {
	position: relative;
	padding: 1.125rem;
	background: #004b98; background-image: linear-gradient(15deg, #143a6a 0%, #215197 100%);
	color: #fff;
}
.insc-inverse a {
	color: #fff;
}
.insc-inverse hr {
	background: #fff3;
}
.insc-inverse hr.light {
	background: #fff2;
} */

.insc-shaded {
	padding: 1.125rem;
	background: #ddd; background-image: linear-gradient(345deg, #e5e5e5 0%, #f3f3f3 100%);
}
.insc-shaded.dark {
	background: #777; background-image: linear-gradient(7deg, #666 0%, #888 100%);
	color: #fff;
}

.insc-item {
	margin-top: 1rem; padding-top: 1rem;
	border-top: 1px solid #ddd;
}
.insc-item:first-child {
	margin-top: 0; padding-top: 0;
	border-top: none;
}

.insc-hl-cols {
	display: block;
}
.insc-hl-cols.insc-stack .insc-hl {
	display: flex; flex-direction: column;
	height: 100%;
}
.insc-hl-cols .image {
	flex: 0 0 fit-content;
	display: block; position: relative;
	padding: 0 0 56.25% 0;
}
.insc-hl-cols.bulk .image {
	padding-bottom: 62.5%;
}
.insc-hl-cols .image img {
	display: block; position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	-o-object-fit: cover; object-fit: cover;
}
.insc-hl-cols .label {
	display: block; position: relative;
	padding: 1rem;
	background: linear-gradient(180deg, #004b98aa 0%, #004b98 50%);
	color: #fff;
}
.insc-hl-cols.insc-stack .label {
	flex: 1 0 auto;
}
.insc-hl-cols.insc-overlay .label {
	display: block; position: absolute;
	left: 0; right: 0; bottom: 0; padding: 1rem;
	background: linear-gradient(180deg, #004b98aa 0%, #004b98 50%);
	color: #fff;
}
.insc-hl-cols .label.light {
	display: block;
	padding: 1rem;
	background: #fff;
	color: #000;
}
.insc-hl-cols .label.green {
	background: linear-gradient(180deg, #009800aa 0%, #009800 50%);
}
.insc-hl-cols .label.red {
	background: linear-gradient(180deg, #980000aa 0%, #980000 50%);
}
.insc-hl-cols .label.yellow {
	background: linear-gradient(180deg, #989800aa 0%, #989800 50%);
}
.insc-hl-cols .label h3 {
	margin: 0 !important;
	/* font-size: 1.5rem; font-weight: 700; */
	font: 400 1.375rem trade-gothic-next, sans-serif;
}
.insc-hl-cols a {
	color: #fff; text-decoration: none;
}
.insc-hl-cols .label.light a {
	color: #199bd7;
}
.insc-hl-cols .label p {
	margin: 0.375rem 0 0 0 !important;
}
.insc-hl-cols .label p.callout {
	margin: 0 0 0.25rem 0 !important;
}

.ags-hl-cols {
	display: block;
}
.ags-hl-cols.ags-stack .ags-hl {
	display: flex; flex-direction: column;
	height: 100%;
}
.ags-hl-cols .image {
	flex: 0 0 fit-content;
	display: block; position: relative;
	padding: 0 0 56.25% 0;
}
.ags-hl-cols.bulk .image {
	padding-bottom: 62.5%;
}
.ags-hl-cols .image img {
	display: block; position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	-o-object-fit: cover; object-fit: cover;
}
.ags-hl-cols .label {
	display: block; position: relative;
	padding: 1rem;
	background: linear-gradient(180deg, #004b98aa 0%, #004b98 50%);
	color: #fff;
}
.ags-hl-cols.ags-stack .label {
	flex: 1 0 auto;
}
.ags-hl-cols.ags-overlay .label {
	display: block; position: absolute;
	left: 0; right: 0; bottom: 0; padding: 1rem;
	background: linear-gradient(180deg, #004b98aa 0%, #004b98 50%);
	color: #fff;
}
.ags-hl-cols .label.light {
	display: block;
	padding: 1rem;
	background: #fff;
	color: #000;
}
.ags-hl-cols .label.green {
	background: linear-gradient(180deg, #009800aa 0%, #009800 50%);
}
.ags-hl-cols .label.red {
	background: linear-gradient(180deg, #980000aa 0%, #980000 50%);
}
.ags-hl-cols .label.yellow {
	background: linear-gradient(180deg, #989800aa 0%, #989800 50%);
}
.ags-hl-cols .label h3 {
	margin: 0 !important;
	/* font-size: 1.5rem; font-weight: 700; */
	font: 400 1.375rem trade-gothic-next, sans-serif;
}
.ags-hl-cols a {
	color: #fff; text-decoration: none;
}
.ags-hl-cols .label.light a {
	color: #199bd7;
}
.ags-hl-cols .label p {
	margin: 0.375rem 0 0 0 !important;
}
.ags-hl-cols .label p.callout {
	margin: 0 0 0.25rem 0 !important;
}

.ags-hl-rows {
}
.ags-hl-rows .ags-hl {
	display: flex; align-items: center;
	margin-top: 1rem; padding-top: 1rem;
	border-top: 1px solid #ddd;
}
.ags-hl-rows .ags-hl:first-child {
	margin-top: 0; padding-top: 0;
	border-top: none;
}
.ags-hl-rows .ags-hl .picture {
	flex: 0 0 25%;
	margin-right: 2rem;
}
.ags-hl-rows .ags-hl .picture .image {
	display: block; position: relative;
	width: 100%; padding-bottom: 75%;
}
.ags-hl-rows .ags-hl .picture img {
	display: block; position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	box-shadow: 0 0 1px #0007;
	-o-object-fit: cover; object-fit: cover;
}
.ags-hl-rows .ags-hl .info {
	flex: 1 1 auto;
}
.ags-hl-rows .ags-hl .title a {
	text-decoration: none;
}

/* .insc-hl-rows {
}
.insc-hl-rows .insc-hl {
	display: flex; align-items: center;
	margin-top: 1rem; padding-top: 1rem;
	border-top: 1px solid #ddd;
}
.insc-hl-rows .insc-hl:first-child {
	margin-top: 0; padding-top: 0;
	border-top: none;
}
.insc-hl-rows .insc-hl .picture {
	flex: 0 0 25%;
	margin-right: 2rem;
}
.insc-hl-rows .insc-hl .picture .image {
	display: block; position: relative;
	width: 100%; padding-bottom: 75%;
}
.insc-hl-rows .insc-hl .picture img {
	display: block; position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	box-shadow: 0 0 1px #0007;
	-o-object-fit: cover; object-fit: cover;
}
.insc-hl-rows .insc-hl .info {
	flex: 1 1 auto;
}
.insc-hl-rows .insc-hl .title a {
	text-decoration: none;
} */

.insc-captioned {
	display: block; position: relative;
	padding: 1rem;
	background: #eee; border: 1px solid #ddd;
}
.insc-captioned .caption {
	margin: 0.75rem 0 0 0;
	font-size: 0.875rem; line-height: normal;
}

.ags-people-rows {
}
.ags-people-rows .person {
	display: flex; align-items: center;
	margin-top: 1rem; padding-top: 1rem;
	border-top: 1px solid #ddd;
}
.ags-people-rows .person:first-child {
	margin-top: 0; padding-top: 0;
	border-top: none;
}
.ags-people-rows .person .picture {
	flex: 0 0 9rem;
	margin-right: 2rem;
}
.ags-people-rows .person .picture .image {
	display: block; position: relative;
	width: 100%; padding-bottom: 150%;
}
.ags-people-rows .person .picture img {
	display: block; position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	box-shadow: 0 0 1px #0007;
	-o-object-fit: cover; object-fit: cover;
}
.ags-people-rows .person .info {
	flex: 1 1 auto;
}
.ags-people-rows .person .name {
	font-weight: 500;
}

.ags-people-grid {
	display: grid;
	grid-template: auto / repeat(6, 1fr); gap: 1rem;
}
.ags-people-grid .person {
	display: block;
}
.ags-people-grid .person .picture {
}
.ags-people-grid .person .picture .image {
	display: block; position: relative;
	width: 100%; padding-bottom: 100%;
}
.ags-people-grid .person .picture img {
	display: block; position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	border-radius: 100%; box-shadow: 0 0 1px #0007;
	-o-object-fit: cover; object-fit: cover;
}

/* .insc-people-rows {
}
.insc-people-rows .person {
	display: flex; align-items: center;
	margin-top: 1rem; padding-top: 1rem;
	border-top: 1px solid #ddd;
}
.insc-people-rows .person:first-child {
	margin-top: 0; padding-top: 0;
	border-top: none;
}
.insc-people-rows .person .picture {
	flex: 0 0 9rem;
	margin-right: 2rem;
}
.insc-people-rows .person .picture .image {
	display: block; position: relative;
	width: 100%; padding-bottom: 150%;
}
.insc-people-rows .person .picture img {
	display: block; position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	box-shadow: 0 0 1px #0007;
	-o-object-fit: cover; object-fit: cover;
}
.insc-people-rows .person .info {
	flex: 1 1 auto;
}
.insc-people-rows .person .name {
	font-weight: 500;
}

.insc-people-grid {
	display: grid;
	grid-template: auto / repeat(6, 1fr); gap: 1rem;
}
.insc-people-grid .person {
	display: block;
}
.insc-people-grid .person .picture {
}
.insc-people-grid .person .picture .image {
	display: block; position: relative;
	width: 100%; padding-bottom: 100%;
}
.insc-people-grid .person .picture img {
	display: block; position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	border-radius: 100%; box-shadow: 0 0 1px #0007;
	-o-object-fit: cover; object-fit: cover;
} */

.insc-toggle-row {
	position: relative;
	margin-top: 1rem; padding-top: 1rem;
	border-top: 1px solid #ddd;
}
.insc-toggle-row:first-child {
	margin-top: 0; padding-top: 0;
	border-top: none;
}
.insc-toggle-row .insc-toggle-ctrl {
	cursor: pointer;
}
.insc-toggle-row .insc-toggle-wrap {
}
.insc-toggle-row .intro {
}
.insc-toggle-row .intro h2 {
	margin: 0.375rem 0;
}
.insc-toggle-row .intro .image {
	position: relative;
	width: auto; height: 140px;
}
.insc-toggle-row .intro .image img {
	display: block; position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	-o-object-fit: cover; object-fit: cover;
}
.insc-toggle-row .intro .title {
}
.insc-toggle-row .expand {
	display: none;
	margin: 1rem 0 0 0;
}
.insc-toggle-row .insc-toggle {
	display: block;
	margin: 0 0 0 auto; padding: 0;
	font-size: 1.75rem; text-align: right;
	cursor: pointer;
}
.insc-toggle-row .insc-toggle .icon {
	display: block;
	rotate: 0deg;
	color: #199bd7;
	transition: rotate 0.25s;
}
.insc-toggle-row.open .insc-toggle .icon {
	rotate: 180deg;
	color: #999;
}
.insc-toggle-row .insc-toggle .icon i { font-family: "Font Awesome 6 Pro"; font-weight: 900; }
.insc-toggle-row.open .insc-toggle .icon i { font-weight: 300; }
.insc-toggle-row .insc-toggle .icon i::before { content: "\f055"; }
.insc-toggle-row.open .insc-toggle .icon i::before { content: "\f056"; }
@media only screen and (min-width: 640px) {
	.insc-toggle-row .insc-toggle-wrap {
		padding-right: 2rem;
	}
	.insc-toggle-row .intro {
		display: flex; gap: 1rem; align-items: center;
	}
	.insc-toggle-row .intro h2 {
		margin: 0 0 1rem 0;
	}
	.insc-toggle-row .intro .image {
		flex: 0 0 210px;
	}
	.insc-toggle-row .intro .title {
		flex: 1 1 auto;
	}
	.insc-toggle-row .insc-toggle {
		display: block; position: absolute;
		right: 0; bottom: 0; padding: 0;
	}
}

.video_wrap {
	display: block; position: relative; overflow: hidden; clear: both;
	height: 0; margin: 1.125rem 0; padding: 0 0 56.25% 0;
	box-shadow: 0 0 1px #0007;
}
.video_wrap video,
.video_wrap iframe {
	position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
}
.video_wrap .video_overlay {
	display: block; position: absolute;
	width: 100%; height: 100%;
	cursor: pointer;
}

.ags-slides {
	display: block; position: relative;
	margin: 1.125rem 0 0 0;
	background: #fff;
}
.ags-slides .slides {
	display: block;
}
.ags-slides .slide {
	display: block; position: absolute; opacity: 0;
	left: 0; right: 0; width: 100%; height: 100%;
	transition: opacity 0.9s;
}
.ags-slides .slide.current {
	opacity: 1;
}
.ags-slides .slide img {
	display: block; position: absolute; z-index: 20;
	left: 0; right: 0; width: 100%; height: 100%;
	-o-object-fit: cover; object-fit: cover;
}
.ags-slides .slide .overlay {
	display: flex; align-items: center; position: absolute; z-index: 30;
	left: 0; right: 0; width: 100%; height: 100%;
}
.ags-slides .slide .overlay a {
	color: #fff; text-decoration: none;
}
.ags-slides .slide .overlay .info {
	flex: 1 1 auto;
	margin: 0 33.33% 0 7.5%; padding: 2rem;
	background: #0008;
	color: #fff;
}
.ags-slides .slide .overlay .info h2 {
	margin: 0;
}
.ags-slides .slide .overlay .info p {
	margin-top: 0.75rem;
}
.ags-slides .slide .overlay .info p:first-child {
	margin-top: 0;
}
.ags-slides .selector {
	display: block; position: absolute; z-index: 90;
	right: 2rem; bottom: 2rem;
}
.ags-slides .selector .select {
	display: inline-block;
	margin: 0 0 0 0.5rem; padding: 0.25rem;
	cursor: pointer;
}
.ags-slides .selector .select .bullet {
	display: block;
	width: 0.75rem; height: 0.75rem;
	background: #fff; border-radius: 1rem; box-shadow: 0 0 0 0.25rem #0003;
	transition: background: 0.25s;
}
.ags-slides .selector .select.active .bullet {
	background: #009bdd;
}

/* .insc-slides {
	display: block; position: relative;
	margin: 1.125rem 0 0 0;
	background: #fff;
}
.insc-slides .slides {
	display: block;
}
.insc-slides .slide {
	display: block; position: absolute; opacity: 0;
	left: 0; right: 0; width: 100%; height: 100%;
	transition: opacity 0.9s;
}
.insc-slides .slide.current {
	opacity: 1;
}
.insc-slides .slide img {
	display: block; position: absolute; z-index: 20;
	left: 0; right: 0; width: 100%; height: 100%;
	-o-object-fit: cover; object-fit: cover;
}
.insc-slides .slide .overlay {
	display: flex; align-items: center; position: absolute; z-index: 30;
	left: 0; right: 0; width: 100%; height: 100%;
}
.insc-slides .slide .overlay a {
	color: #fff; text-decoration: none;
}
.insc-slides .slide .overlay .info {
	flex: 1 1 auto;
	margin: 0 33.33% 0 7.5%; padding: 2rem;
	background: #0008;
	color: #fff;
}
.insc-slides .slide .overlay .info h2 {
	margin: 0;
}
.insc-slides .slide .overlay .info p {
	margin-top: 0.75rem;
}
.insc-slides .slide .overlay .info p:first-child {
	margin-top: 0;
}
.insc-slides .selector {
	display: block; position: absolute; z-index: 90;
	right: 2rem; bottom: 2rem;
}
.insc-slides .selector .select {
	display: inline-block;
	margin: 0 0 0 0.5rem; padding: 0.25rem;
	cursor: pointer;
}
.insc-slides .selector .select .bullet {
	display: block;
	width: 0.75rem; height: 0.75rem;
	background: #fff; border-radius: 1rem; box-shadow: 0 0 0 0.25rem #0003;
	transition: background: 0.25s;
}
.insc-slides .selector .select.active .bullet {
	background: #009bdd;
} */

#insc-body .mc-block {
	display: block;
	width: 100%; min-width: 10%; margin: 1.125rem 0;
}
#insc-body .mc-center {
	display: block;
	width: auto; min-width: 10%; margin: 1.125rem auto 0 auto;
}
#insc-body .mc-right {
	display: block; float: right;
	width: auto; min-width: 10%; max-width: 50%; margin: 0 0 1.125rem 1.125rem;
}
#insc-body .mc-left {
	display: block; float: left;
	width: auto; min-width: 10%; max-width: 50%; margin: 0 1.125rem 1.125rem 0;
}
#insc-body p:first-child>.mc-left {
	margin-top: 0;
}
.insc-captioned .mc-block {
	margin: 0;
}




.btn-toggle {
	display: block; position: relative;
	width: 28px; height: 28px; padding: 0;
	border: none; border-radius: 28px;
	color: #000; text-align: center; text-decoration: none !important;
	cursor: pointer;
}
.btn-toggle img {
	position: absolute;
	left: 50%; top: 50%;
	-webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
.btn-toggle img.off {
	display: none;
}
.btn-toggle i {
	font-size: 18px; line-height: 28px;
}
.btn-toggle i.fa-plus {
	display: block;
}
.btn-toggle i.fa-minus {
	display: none;
}
.btn-toggle.open i.fa-plus {
	display: none;
}
.btn-toggle.open i.fa-minus {
	display: block;
}
.btn-toggle span {
	display: block; position: absolute;
	left: 0; top: 0;
	text-indent: -9999px; text-align: left;
}
.btn-toggle.open {
	outline: none;
}

.toggle-item {
	position: relative;
	padding: 25px 0 25px 0;
	border-bottom: 1px solid #ddd;
	-webkit-transform: translateZ(0);
	cursor: pointer;
}
/* .toggle-item:first-child {
	padding: 0 0 25px 0;
} */
.toggle-item:last-child {
	border-bottom: none;
}
.toggle-item .toggle-wrap {
	padding-right: 30px;
}
.toggle-item .toggle-wrap h2 {
	padding: 0;
	background: none; border: none;
	font-family: trade-gothic-next, sans-serif; font-size: 36px; line-height: 40px; color: #231F20; text-decoration: none; text-align: left;
	cursor: pointer;
	font-size: 1.25rem;
}

.toggle-item .toggle-wrap h2 .open {
	outline: none;
}
.toggle-item .toggle-wrap .small-title {
	padding: 0;
	background: none; border: none;
	font-size: 16px; line-height: 28px; color: #231F20; text-decoration: none; text-align: left; font-weight: 500;
	cursor: pointer;
}
.toggle-item .toggle-wrap .small-title .open {
	outline: none;
}
.toggle-item .toggle-wrap .highlight {
	margin-bottom: 0;
}
.toggle-item .toggle-wrap .thumb-title {
	display: flex; flex-direction: row; align-items: center;
}
.toggle-item .toggle-wrap .thumb-title .thumb {
	display: inline-flex; position: relative;
	width: 215px; min-width: 215px; height: 135px; margin: 0 30px 0 0;
}
.toggle-item .toggle-wrap .thumb.link-toggle {
	cursor: pointer;
}
.toggle-item .toggle-wrap .thumb-title .thumb img {
	position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	-o-object-fit: cover; object-fit: cover;
}
.toggle-item .toggle-wrap .thumb-title .text {
	display: inline-flex; flex-direction: column;
}
.toggle-item .toggle-wrap .thumb-title .text h2 {
	display: block;
	width: 100%; margin: 0;	
}
.toggle-item .toggle-wrap .thumb-title .text .copy {
	margin: 15px 0 0 0;
	padding-right: 20px;
}
.toggle-item .expand {
	display: none;
	margin-top: 30px;
}
.toggle-item .expand .highlight {
	margin-top: 0;
}
.toggle-item .expand .btn-pill {
	margin-right: 20px;
}
.toggle-item .btn-toggle {
	position: absolute;
	bottom: 25px; right: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
	.toggle-item .toggle-wrap .thumb-title {
		flex-direction: column; align-items: flex-start;
	}
	.toggle-item .toggle-wrap .thumb-title .thumb {
		width: 100%; margin: 0 0 10px 0;
	}
	.toggle-item .expand .btn-pill {
		width: 100%; margin: 0 0 20px 0 !important;
	}
	.toggle-item .toggle-wrap h2 button,
	.toggle-item .toggle-wrap .small-title button {
		font-size: 24px; line-height: 30px;
	}
}


/* TEMP */
.insc-cta>span { display: none; }
