@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
body {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	background-image: url(../images/curved_lines_bkgrd1.jpg);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-width: 320px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-left: 20px;
	padding-right: 20px;
}
.btn {
	border-radius: 0;
}
.mx-n3 {
	margin-left: -20px;
	margin-right: -20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.navbar-toggler {
	padding: .5rem .75rem;
}
.text-right {text-align:right;}
.navbar-toggler .icon-bar {
	display: block;
    position: relative;
    transition: all 200ms ease-in-out;
    background-color: #63666a;
    width: 22px;
    height: 2px;
    border-radius: 1px; 
}
.navbar-toggler .icon-bar + .icon-bar { margin-top: 4px; }
.navbar-light .navbar-nav .nav-link {color:#087baf !important;}
.navbar-light .navbar-nav .nav-link:hover {background-color:#28afd9 !important; color:#001544 !important;}
.fixed-top ul.border-top {
	border-top-width: 3px !important;
}
.fixed-top .nav-item a.border-bottom {
	border-bottom-width: 3px !important;
}
.fixed-top .navbar-nav .nav-item a.nav-link {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
}

.bg-custom {background-color:#77dbf2;}
.bg-light {background-color:#77dbf2!important;}
.col.width-75px {width: 75px; max-width: 75px;}
.col.width-100px {width: 115px; max-width: 115px;}
.col.width-125px {width: 165px; max-width: 165px;}
.col.width-150px {width: 150px; max-width: 150px;}
.color-teal, .teal-color { color: #087baf; }
.color-purple, .purple-color { color: #773072; }
.btn-primary .color-purple {color:#aa81a8;}
.color-green, .green-color { color: #69a800; }
.color-yellow, .yellow-color { color: #926904; }
.color-red, .red-color { color: #c00000; }
.color-dk-blue, .dk-blue-color {color:#002758;}
.btn-primary {
	background-color: #087baf;
	border-color: #087baf;
}
.text-primary {color: #087baf !important;}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #17477d;
	border-color: #17477d;
}
.btn.text-primary:hover,
.btn.text-primary:active,
.btn.text-primary:focus {
	color: #001544 !important;
}
.modal-header .btn-close {
	color: #087baf;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23087baf'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	font-weight: bold;
}
.btn-primary.bg-white,
.btn-primary.bg-white:hover,
.btn-primary.bg-white:active,
.btn-primary.bg-white:focus,
.btn-primary.bg-white:visited {
	background-color: #087baf;
	border-color: #087baf;
}
.btn-primary.bg-white:hover,
.btn-primary.bg-white:active,
.btn-primary.bg-white:focus {background-color:#17477d !important;}

h2 {
	font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	max-width: 80%;
	max-width: calc(100% - 50px);
}
.navbar h2 a {
	color: inherit;
	text-decoration: none;
}
h3 {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
}
h4 {
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
}
p {
	font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
.plh17 p {
	line-height: 17px;
}

section {
	padding-top: 20px;
	padding-bottom: 100px;
}

.accordion-header sup .bi {
	font-size: 1em;
	line-height: 19px;
}
#accordionWrapper .accordion-header .col-1 .bi {
	font-size: 2.5em;
	line-height: 60px;
}
#accordionWrapper * {
	appearance: none !important;
	-webkit-appearance:none !important;
	--bs-gradient:none !important;
}
.accordion-header.row {
	margin-left:0;
	margin-right:0;
	appearance: none !important;
	-webkit-appearance:none !important;
	-webkit-border-radius: none !important;
	border-radius:0 !important;
	background:white !important;
	--bs-gradient:none !important;
}
.accordion-item {
	background:white;
	appearance: none !important;
	-webkit-appearance:none !important;
	-webkit-border-radius: none !important;
	border-radius:0 !important;
	background:white !important;
	--bs-gradient:none !important;
}
.accordion-header.row > div {
	background:white;
	appearance: none !important;
	-webkit-appearance:none !important;
	-webkit-border-radius: none !important;
	border-radius:0 !important;
	background:white !important;
	--bs-gradient:none !important;
	min-height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.accordion-header.row > div.text-center {
	padding-left: 0;
	padding-right: 0;
}
#accordionWrapper .accordion-header.row > div {
	background:white;
	appearance: none !important;
	-webkit-appearance:none !important;
	-webkit-border-radius: none !important;
	border-radius:0 !important;
	background:white !important;
	--bs-gradient:none !important;
	min-height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#accordionWrapper .accordion-header.row > div.col-1 {
	min-height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
}
#accordionWrapper .accordion-header.row > div.col-1.text-center {
	padding-top: 0;
	padding-bottom: 0;
}
.accordion-body .btn.btn-link {
	display: none;
}
.accordion-body .btn.btn-link.collapsed {
	display: inline-block;
}
.accordion-body {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
.accordion-details {
	font-size: 17px;
	line-height: 20px;
	padding-left: 10px;
}

.accordion-header .show-open {
	display: block !important;
}
.accordion-header.collapsed .show-open {
	display: none !important;
}
.accordion-header .show-collapsed {
	display: none;
}
.accordion-header.collapsed .show-collapsed {
	display: block;
}
.accordion-header .col-1 .show-collapsed,
.accordion-header .col-1 .show-open-lg,
.accordion-header .col-1 .show-open {
	font-size: 2em;
	line-height: 1rem;
	font-weight: bold; 
	color:#087baf;
}
#filter-on {
	position: relative;
	padding-right: 12px;
}
#filter-on .bi.bi-x-circle-fill {
	position: absolute;
	top: -6px;
	right: -6px;
	background: white;
	font-size: 1.2em;
	height: 1em;
	width: 1em;
	line-height: 1em;
	border-radius: 50%;
}
.accordion-header .sortable {
	cursor: pointer;
}
.accordion-header .sortable:hover > span {
	text-decoration: underline;
}
.accordion-header .sortable > i.bi {
	display: inline-block;
	visibility:hidden;
}
.accordion-header .sortable.sorted > i.bi {
	visibility: visible;
}
.accordion-header .sortable > i.bi::before {
	content:"\f282";
}
.accordion-header .sortable.sorted.desc > i.bi::before {
	content:"\f286";
}

.modal-header {
	z-index:2;
}
.modal-body {
	margin-top: -48px;
}
.modal-body h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.modal-body h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.modal-body label {
	font-size: 14px;
	line-height: 18px;
}
.modal-body .form-check-input:checked {
	background-color: #087baf;
	border-color: #087baf;
}
.modal-body .form-check-input.filter-purple:checked {
	background-color: #773072;
	border-color: #773072;
}
.modal-body .form-check-input.filter-green:checked {
	background-color: #69a800;
	border-color: #69a800;
}
.modal-body .form-check-input.filter-yellow:checked {
	background-color: #926904;
	border-color: #926904;
}
.modal-body .form-check-input.filter-red:checked {
	background-color: #c00000;
	border-color: #c00000;
}
.modal-body .form-check-input.filter-black:checked {
	background-color: #000000;
	border-color: #000000;
}
.modal-body .form-check-input.filter-orange:checked {
	background-color: #3e7400;
	border-color: #3e7400;
}
.popover .col {
	font-size: 10px;
	line-height: 12px;
}
.popover .col.width-75px {
	font-size: 12px;
	line-height: 14px;
}

footer {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

@media (max-width: 991px) {
	.mobile-open-teal {
		color: #087baf
	}
	.mobile-open-bold {
		font-weight: bold;
	}
	.accordion-header.collapsed .mobile-open-teal {
		color: inherit;
	}
	.accordion-header.collapsed .mobile-open-bold {
		font-weight: inherit;
	}
	.accordion-item {
		border-radius: 0 !important;
		border-bottom: 3px solid #087baf;
	}
	.accordion .accordion-item:first-child {
		border-top: 3px solid #087baf;
	}
}
@media print{
	body {background-image: none;}
	.container {max-width: 100%;}
	
	.mobile-open-teal {color:#000000;}
	.mobile-open-bold {font-weight: normal;}
	.navbar .d-lg-flex {display: flex !important;}
	.navbar h2 {width: calc(100% - 232px);}
	.navbar h1 {width: 216px;}
	.accordion-item {page-break-inside:avoid;}
	 
	.accordion-header .sortable.sorted > i.bi,.navbar-toggler,.navbar-collapse,.expand-all,.collapse-all {display: none !important;}
	.accordion .collapse:not(.show) {display: block;}
	
	.accordion-body .btn,.accordion-body small,.accordion-body .btn.btn-link.collapsed,.accordion-header.collapsed .show-collapsed {display: none;}
	
	.print2 .accordion .collapse {display: none !important;}
	.print2 .accordion-header {display: flex !important; justify-content:center;}
	.print2 .accordion-header .d-lg-block {display: block !important;}
	.print2 .accordion-header .col-lg-4 {width: 33.33333%;}
	.print2 .accordion-header .order-lg-1 {display: none;}
	.print2 .accordion-header .order-lg-2 {order: 2!important;}

	.print2 .accordion-item {border-top:1px solid rgba(0,0,0,.125) !important;border-bottom:1px solid rgba(0,0,0,.125) !important;}
	.print2 .accordion-item:not(:first-of-type) {border-top: 0 !important;}
}


div#speedbump {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  background: #00000000;
  color: #002758;
}
#speedbump h4.modal-title {
  text-align: center;
  text-transform: uppercase;
  color: #002758;
  font-size:2.5em;
}

div#speedbump .btn-goback {
  color: #040404;
    background-color: #e0e0e0;
    border-color: #cecece;
}
div#speedbump .modal-dialog {
	max-width: 600px;
	padding: 0;
}
div#speedbump .modal-content {
	padding: 40px;
}
div#speedbump .modal-body,
div#speedbump .modal-footer {
	margin-top: 0;
	padding:0;
}
div#speedbump .modal-body p {
  text-align:left;
  font-size: 21px;
}
div#speedbump .modal-body p:last-child {
	margin-bottom: 0;
}
div#speedbump .modal-footer {
	border: none;
}
div#speedbump .modal-body p strong {
  font-size: 32px;
}
div#speedbump button.btn-modal:hover {
  cursor: pointer;
}
div#speedbump .modal-header .close {
  font-size: 3.5em;
}
div#speedbump .btn-primary,
div#speedbump .btn-secondary {
	padding: 12px 60px 13px;
	margin: 15px 0 0 0;
	border-radius: 0;
}
div#speedbump .btn-primary {
	background: #995b90;
	border-color: #995b90;
	color: #ffffff;
}
div#speedbump .btn-primary:hover,
div#speedbump .btn-primary:active,
div#speedbump .btn-primary:focus {
	background: #773072;
	border-color: #773072;
	color: #ffffff;
}
div#speedbump .btn-secondary {
	background: #087baf;
	border-color: #087baf;
	color: #ffffff;
	margin-left: 5px;
}
div#speedbump .btn-secondary:hover,
div#speedbump .btn-secondary:active,
div#speedbump .btn-secondary:focus {
	background: #002758;
	border-color: #002758;
	color: #ffffff;
}

#glossary p {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
}
#glossary h4 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}