/* remove drupal authoring toolbar from preview */
.contextual-region.block.block--tabs {
	display: block !important;
}
.block.block--tabs {
	display: none;
}
/* end remove drupal toolbar from preview */

/* other drupal fixes */
.layout__fixed-right-sidebar-column .contained__main-region {
	margin-top: 64px !important;
	grid-gap: 60px;
}
.card-title-text__title:hover {
	text-decoration: unset !important;
}
a:hover, .a:focus, .card-title-text__body ul a:hover, .card-title-text__body ul a:focus, .l-main a:focus, .l-main a:focus-visible, a:focus, a:focus-visible, .card-title-text__title a:hover {
    outline: 2px solid !important;
    text-decoration: none !important;
	outline-offset: 2px;
}
a:focus {
    display: inline-block;
}
h1, h2, h3 {
	font-weight: 700 !important;
}
h2, h3 {
	margin-top: 2.75rem !important;
}
h2:first-of-type {
	margin-top: 1rem !important;
}
.card-title-text__title, .card-title-text__title a {
    display: inline-block;
}
.card-title-text__body ul a, .card-title-text__body ol a {
    display: inline-block;
}
.card-title-text__body ul {
	position: relative;
}
.card-title-text-text-box-top {
    width: 100%;
}
.block--callout-related-info .blueBG h2, .card-title-text__title h3, .card-title-text__title h2, .card-title-text__title {
	font-size: 1.15rem !important;
}
a:hover, .a:focus, .card-title-text__body ul a:hover, .card-title-text__body ul a:focus, .l-main a:focus, .l-main a:focus-visible, a:focus, a:focus-visible, .card-title-text__title a:hover {
    outline-offset: 0 !important;
    transition: none !important;
}
.l-footer .social-media__link {
    border: none !important;
}
/* end other drupal fixes */

/* icons for headings */
.card-title-text__title {
	padding-right: 55px;
	position: relative;
	margin: 5px 0 0 !important;
}
.card-title-text__body ul:before {
    position: absolute;
    box-sizing: border-box;
	display: block;
    height: 42px;
    width: 42px;
    border-radius: 21px;
    left: unset;
    right: 10px;
    top: 10px;
    background: #f2f4f7;
	content: #CCC;
}

/* end icons for headings */


html {
  scroll-behavior: smooth;
  background: #004a83;
}
p.noheight {
	margin: 0;
	height: 7px;
}
.responsive-banner {
    position: relative;
    padding-bottom: 0 !important;
}
@media (min-width: 930px) {
	.responsive-banner {
		padding-top: 0;
		padding-bottom: 0;
	}
}
.responsive-banner:before, .block--half-width-banner .hw-banner {
	background: #003972 !important;
	color: #FFF;
}
.block--half-width-banner .hw-banner__text .body p, .block--half-width-banner .hw-banner__text .body h1 {
	color: #FFF;
}
.video-hero-container h1, .video-hero-container p, .video-hero-container ul {
	color: #FFF;
}
.video-hero-container a:link, .video-hero-container a:visited {
	color: #FFF;
	text-decoration: underline;
}
.video-hero-container a:link:hover, .video-hero-container a:link:vitited {
	color: #FFF;
	text-decoration: none;
}

@media (min-width: 930px) {
	.block--half-width-banner .hw-banner__text {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
.video-hero-container a.buttom {
    transition: allease .1s;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 30px 10px 12px;
    width: fit-content;
    margin: 20px 0 0;
    box-sizing: border-box;
    line-height: 1em;
    border-radius: 5px;
    position: relative;
    border: 1px solid #FFF;
    background: none;
    color: #FFF !important;
}
.video-hero-container a.button:after {
    content: url(/sites/default/files/2025-05/keyboard_arrow_right.svg);
	position: absolute;
    transform: rotate(0deg);
    zoom: .8;
    top: 4px;
    right: -1px;
	filter: invert(1);
}
.video-hero-container a.button:hover, .video-hero-container a.button:focus {
    background: #FFF;
    color: #01468c !important;
	text-decoration: none !important;
}
.video-hero-container a:hover:after, .video-hero-container a:focus:after {
    filter: invert(0);
}
.block--callout-special- + div {
	margin-top: 20px;
}
.button_big_black {
    background: none;
}
.card-title-text__body {
    margin-top: 0 !important;
}
.card-title-text__body p:first-of-type {
    margin-top: .5em;
}
.screen-hidden {
	position: absolute;
	left: -10000px;
}
/* hero */
.video-hero-container {
	display: block;
	overflow: hidden;
	position: relative;
}
.video-hero-container > div {
	align-self: center;
	position: relative;
    padding: 40px 20px 40px 0 !important;
    box-sizing: border-box;
}
.video-hero-container > div:nth-of-type(2) {
	padding: 0 !important;
}
@media (min-width: 64em) {
	.video-hero-container {
		display: grid;
		grid-template-columns: 540px 1fr;
	}
	.video-hero-container > div:nth-of-type(1) {
		padding: 0 40px 0 0;
	}
}
.block--half-width-banner .hw-banner__image {
	width: unset !important;
	background-size: cover;
	background-position: center;
}
.video_background {
	width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: block;
    position: relative;
}
.video-hero-container h1 {
	font-weight: 700;
	margin: 0;
	font-size: 2.4rem;
}
.video-hero-container ul, .video-hero-container ol {
    margin: 0 0 0 17px !important;
    padding: 1px 0 1px 15px !important;
    border-left: 2px solid rgb(255 255 255 / 70%);
    list-style: none;
}
.video-hero-container li {
	margin: 7px 0;
}
.video-hero-container li a {
	display: inline-block;
}
.video-hero-container h1 + p, p.larger {
    font-size: 1.15rem !important;
    line-height: 1.725rem;
    font-weight: 400;
}
.video-hero-container p.ctabutton a {
    transition: allease .1s;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 12px;
    width: fit-content;
    margin: 20px 0 0;
    box-sizing: border-box;
    line-height: 1em;
    border-radius: 5px;
    position: relative;
    border: 1px solid #FFF;
    background: none;
    color: #FFF !important;
}
.video-hero-container p:last-of-type a:hover, .video-hero-containerp:last-of-type a:focus {
    background: #FFF;
    color: #01468c !important;
    text-decoration: none !important;
}
.playpause {
	position: absolute;
	bottom: 16px;
	left: 20px;
	z-index: 5;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	zoom: .8;
}
.playpause a {
	background: #000;
	text-decoration: none !important;
	display: inline-block;
	opacity: .2;
	transition: all .25s ease-in-out;
	line-height: 0;
}
.playpause a:hover, .playpause a:focus {
	opacity: .62;
}
.playpause a.pause:before {
	content: url('/sites/default/files/2025-05/icon-pause.svg');
	zoom: 1.5;
}
.playpause a:before {
	content: url('/sites/default/files/2025-05/icon-play.svg');
	zoom: 1.5;
}
/* end hero */
main {
    background: #FFFFFF;
}
.card-title-text {
    background: #FFFFFF;
    padding: 10px 15px;
    text-decoration: none !important;
    border: none !important;
    border-radius: 3px;
    border: 2px solid transparent !important;
    -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.07);
	position: relative;
}
.card-title-text:before {
	position: absolute;
	width: 40px;
	top: 5px;
    right: 13px;
	/*transform: scale(0.25);
    transform-origin: top left;*/
	filter: invert(11%) sepia(86%) saturate(4292%) hue-rotate(199deg) brightness(103%) contrast(99%);
}
div.card-title-text:nth-of-type(1):before {
	content: url('/sites/default/files/2026-09/ico-demography-thin.svg');
}
div.card-title-text:nth-of-type(2):before {
	content: url('/sites/default/files/2026-09/ico-quickreference-thin.svg');
}
div.card-title-text:nth-of-type(3):before {
	content: url('/sites/default/files/2026-04/icon-publications.svg');
}
.block--half-width-banner .hw-banner__text {
	width: unset !important;
}

@media (min-width: 930px) and (max-width: 1023px) {
    .block--half-width-banner .hw-banner__image {
        right: 20px;
        position: relative;
    }
    .block--half-width-banner .hw-banner__text {
        padding: 0 40px 0 20px;
    }
}
.block--callout-related-info .blueBG {
	background: #111a21;
}
.card-feed__group-container.with-border .card-feed-items {
    border: none;
    -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.07);
}
.feature-block-container.white {
    -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.07);
	min-height: 220px;
}
.feature-block-container .feature-block__text-box {
	align-self: center;
}
/*list*/
.card-title-text__body ul, .block--callout-related-info .blueBG ul, .block--callout-related-info .blueBG ol {
	margin-left: 0;
	padding: 0;
}
.card-title-text__body ul, .block--callout-related-info .blueBG ul, .block--callout-related-info .blueBG ol,.block--callout-related-info .blueBG a {
	font-size: .975rem !important;
	list-style: none !important;
}
.card-title-text__body ul li, .block--callout-related-info .blueBG ul li{
	margin: .55rem 0;
    line-height: 1.2rem;
}
.nolist.indent.line {
	border-left: 1px solid #CCC;
}
.nolist, .block--main-page-content .card-title-text__body ul  {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
ul.nolist > li:before, .block--main-page-content .card-title-text__body ul > li:before {
	display: none;
}
.block--main-page-content ul.bbul > li {
	position: relative;
	list-style: none;
	margin: 9.5px 0;
}
.block--main-page-content ul.bbul > li:before {
	position: absolute;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	left: -25px;
	display: block;
	box-sizing: border-box;
	content: "";
}
.block--main-page-content ul.bbul.mini > li:before {
	width: 8px;
	height: 8px;
	border-radius: 4.5px;
	left: -16px;
	top: 6px;
}
.block--main-page-content ul.bbul > li:hover:before {
	background: #37709b;
}
.block--main-page-content ul.bbul > li:before {
	background-color: #c5c5c5;
}
.block--main-page-content ul.bbul.invert > li:hover:before {
	background: #c5c5c5;
}
.block--main-page-content ul.bbul.invert > li:before {
	background-color: #37709b;
}
.block--main-page-content ul.bbul.wbul > li:before {
	background-color: #FFFFFF;
	background-color: rgb(255 255 255 / 57%) !important;
}
.block--main-page-content ul.bbul.wbul > li:hover:before {
	background-color: #FFF !important;
}
.block--main-page-content ul.bbul.smallbull {
	margin-left: 7px;
}
.block--main-page-content ul.bbul.smallbull > li:before {
	border: 1px solid #003972;
	width: 12px;
	height: 12px;
	left: -20px;
}

/* doc listing */
ul.doclist, ul.doclist > li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 44rem;;
}
ul.doclist {
	margin: 30px 0 0;
}
ul.doclist > li {
	padding: 15px 0 15px 10px !important;
	border-top: 1px dashed #CCC;
	margin: 0 !important;
}
ul.doclist.alternating > li {
	background: #efefef;
}
ul.doclist.alternating > li:nth-of-type(even){
	background: #f5f5f5;
}
ul.doclist > li:hover{
	background: #f5f5f5 !important;
}
ul.doclist.alternating > li:hover{
	background: #fff39c !important;
}
ul.doclist.alternating > li {
	padding: 15px 0 15px 10px !important;
}
ul.doclist > li:last-of-type {
	border-bottom: 1px dashed #CCC;
}
ul.doclist > li ul {
	display: grid;
	grid-template-columns: 1fr 8em 8em;
	grid-gap: 30px;
}
ul.doclist > li ul li {
	display: inline-block;
	float: left;
	margin: 0 !important;
}
ul.doclist > li ul li:first-of-type {
	font-weight: 600;
}
/* fix drupal adding nbsp and creating height to blank parent of sublists */
ul.doclist > li span {
	display: none;
}

@media (max-width: 640px) {
	ul.doclist > li ul {
		grid-template-columns: 1fr 1fr;
	    grid-gap: 8px 20px;
	}
	ul.doclist > li ul li:first-of-type {
		grid-column: 1 / -1;
		width: 100%
	}
}

.l-main a:visited {
    color: #00498e !important;
}