﻿@charset "utf-8";
body {
	/*	font-family: 'Roboto', sans-serif;*/
	font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4 {
	font-family: 'Inter', sans-serif;
}
h1 {
	font-size: 65px;
	font-weight: 600;
}
h2 {
	font-size: 60px;
	font-weight: 600;
}
.bighead h2 {
	font-weight: 800;
}
h3 {
	font-size: 30px;
	position: relative;
	margin-top: 10px 0 0 0;
	text-transform: uppercase;
}
.bighead h2:before, .reportbloglanding h2:before, main h3:before, .rfpRightTxtWrap h3:before {
	content: "";
	display: block;
	width: 175px;
	height: 4px;
	position: absolute;
	top: -10px;
	background-color: #bbd959;
}
main .altheader h3 {
	font-size: 30px;
}
main .altheader h3 {
	font-size: 30px;
}
main .altheader h3:before {
	content: none;
}
main .altheader h2, main .altheader h3 {
	position: relative;
	margin-top: 0px;
	font-weight: 600;
}
h4 {
	font-size: 1.4em;
}

.sharehead{
	color:#16558A;
}
a.reptBtn-primary, .reptBtn-primary a {
	color: #fff;
	background: #16558A;
	display: inline-block;
	border-radius: 50px;
	padding: 15px 30px;
	transition: all .5s;
	text-decoration: none;
}
a.reptBtn-primary:hover, .reptBtn-primary a:hover {
	background: #000;
}
.reportrow-3 a.reptBtn-primary, .reportrow-3 .reptBtn-primary a, .reportrow-2 a.reptBtn-primary, .reportrow-2 .reptBtn-primary a {
	color: #005994;
	background: #fff;
}
.reportrow-3 a.reptBtn-primary:hover, .reportrow-3 .reptBtn-primary a:hover, .reportrow-3 a.reptBtn-primary:hover, .reportrow-2 .reptBtn-primary a:hover {
	background: #bbd959;
}
.homeoverlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #1a3e70;
	z-index: 100;
	opacity: 1;
	transition: all .3s;
}
.homeoverlay.fadesplash {
	visibility: hidden;
	opacity: 0;
}
.homeoverlay .overlayimg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	opacity: .3;
}
.homeoverlay .overlayimg .overlayimginner {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-size: cover;
}
.homeoverlay .overlaytxt {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.homeoverlay .overlaytxt .overlaytextinner {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 24px;
}
.homeoverlay .overlaytxt .overlaytextinner img {
	/*	width:300px;*/
}
.homeoverlay .overlaytxt .overlaytextinner h1 {
	font-size: 85px;
	font-weight: 700;
	color: #fff;
}
.homeoverlay .overlaytxt .overlaytextinner h3 {
	color: #bbd959;
	font-weight: 700;
}
.homeoverlay .overlaytxt .overlaytextinner .overlaylink a {
	color: #fff;
	/*		background:#16558A ;*/
	display: inline-block;
	border-radius: 50px;
	border: 3px solid #bbd959;
	;
	padding: 15px 30px;
	transition: all .5s;
	text-decoration: none;
}
.homeoverlay .overlaytxt .overlaytextinner .overlaylink a:hover {
	background: #000;
}
.sfPageWrapper .homeoverlay, .sfPageWrapper .homeoverlay .overlayimg, .sfPageWrapper .homeoverlay .overlaytxt {
	position: relative;
}
.sfPageWrapper .homeoverlay .overlayimg {
	opacity: 1;
}
.sfPageWrapper .homeoverlay.fadesplash {
	opacity: 1;
}
header {
	top: 0px;
	/*	width: 100%;*/
	background: #fff;
}

.maghome header {

	background: none;
}
header .headerrow {
	border-bottom: 1px solid #ccc;
	padding: 20px 16px;
}

.annualslide ul
{
	    display: flex;
    flex-direction: column;
    gap: 24px;
}

.reportHero header .headerrow {
	border-bottom: none;
}
header .maghome {
	display: block;
	background: url("https://www.nacwa.org/CSS/nacwa2020/images/nacwa-logo-future-053123.svg") no-repeat;
	width: 200px;
	height: 50px;
	text-indent: -9999px;
}
a.ARback {
	font-weight: 700;
	display: inline-block;
	line-height: 50px;
	color: #005994;
}
a.ARback i {
	color: #1191d0;
}
main.nohero {
	padding-top: 140px;
}
.topSection {
	background: #fff url("https://www.nacwa.org/CSS/nacwa2020/magimages/bigangle_2.gif");
	background-position: top right;
	background-repeat: no-repeat;
}
.reportHero {
	position: relative;

	background-color: #005994;
background-origin: border-box;
background-position: 0  0 ;
background-size: 100% 90px ;
background-repeat: no-repeat;
	
	background-image: linear-gradient(to left,  #fff 100%,  #fff 100%);
}

.reportHeroInner {
	position: relative;
	display: flex;

	min-height: 600px;
}
.rhLeft {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.rhLeftTxtWrap {
	flex-direction: column;
	padding: 30px;
	max-width: 780px;
	color: #fff;
}
.rhLeftTxtWrap h3 {
	color: #bbd959;
}
.rhLeftTxtWrap h1 {
	font-size: 56px;
	font-weight: 900;
	color: #fff;
}
.rhLeftTxtWrap h1:after {
	content: "";
	display: block;
	width: 225px;
	height: 4px;
	margin-top: 14px;
	background-color: #bbd959;
}
.rhRt {
	width: 470px;
	flex-shrink: 0;
	position: relative;
}
.rhRt .rhImg {
	background: url("https://www.nacwa.org/CSS/nacwa2020/magimages/reptop1.jpg");
	position: absolute;
	top: 0px;
	bottom: -30px;
	left: 0px;
	right: 0px;
}
.reportFromThePrez {
	display: flex;
	/*	padding-bottom: 50px;*/
}
.rfpLft {
	width: 400px;
	flex-shrink: 0;
	position: relative;
	/*	margin-top: -30px;*/
	background: #005994;
	color: #fff;
	/*box-shadow: 6px 6px 4px rgba(0,0,0,0.25);*/
}
.rfpRt {
	padding: 80px 30px 30px 50px;
	flex-grow: 1;
	position: relative;
}
.rfpRightTxtWrap {
	flex-direction: column;
	padding: 30px 0;
	max-width: 780px;
}
.rfpRightTxtWrap h3 {
	color: #00397c;
}
.prezquote {
	padding-top: 80px;
	margin-top: 30px;
	background: url("https://www.nacwa.org/CSS/nacwa2020/magimages/bq-ike.png") left top no-repeat;
	font-size: 24px;
	font-weight: 600;
}
.bst-arrows {
	position: relative;
	padding: 30px 60px;
	margin-top: 30px;
	text-align: right;
}
.articleshot .bst-arrows {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 30px 60px;
	text-align: right;
	z-index: 20;
}
.bst-arrows div {
	display: inline-block;
}
.bst-arrows .back a, .bst-arrows .fore a {
	display: inline-block;
	float: right;
	width: 40px;
	height: 30px;
	text-indent: -9999px;
	text-align: left;
	transform: translateX(0px);
	transition: all .5s;
}
.bst-arrows .back p, .bst-arrows .fore p {
	display: inline-block;
	float: right;
	width: 40px;
	height: 30px;
	margin: 0;
	text-indent: -9999px;
	text-align: left;
	opacity: .4;
}
.bst-arrows .back a, .bst-arrows .back p {
	background: url("https://www.nacwa.org/CSS/nacwa2020/magimages/backarrow.svg") center center no-repeat;
}
.bst-arrows .back a:hover {
	transform: translateX(-12px);
}
.bst-arrows .fore a, .bst-arrows .fore p {
	background: url("https://www.nacwa.org/CSS/nacwa2020/magimages/forearrow.svg") center center no-repeat;
}
.bst-arrows .fore a:hover {
	transform: translateX(12px);
}
/*rows*/
.reportrow-3 {
	background: #002a46 url("https://www.nacwa.org/CSS/nacwa2020/magimages/reportrow-3-bg.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding: 60px 0;
	color: #fff;
}
.reportrow-2 {
	background: #005994 url("https://www.nacwa.org/CSS/nacwa2020/magimages/reportrow-2-bg.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding: 60px 0;
	color: #fff;
}
.reportrow-1 {
	background: #f7f7f7 url("https://www.nacwa.org/CSS/nacwa2020/magimages/reportrow-1-bg.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 60px 0;
}
.reportrow-0 {
	background: #fff;
	padding: 60px 0;
}

.reportrow-bcb {
	background: #f7f7f7  url("https://www.nacwa.org/CSS/nacwa2020/magimages/reportrow-bcb.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding: 60px 0;
}
.reportrow-3 h2, .reportrow-3 h3, .reportrow-2 h2, .reportrow-2 h3 {
	color: #fff !important;
}
/*cards*/
.card.yir_card, .card.annual_card, .card.annual_stat {
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.card.yir_card{
	text-align:center;
}
.yir_title h2 {
	font-size: 75px;
	line-height: 75px;
	font-weight: 900;
	color: #bbd959 !important;
	text-align:center;
}
.card.annual_card h3 {
	font-size: 24px !important;
	font-weight: 700;
	padding: 18px 0;
	margin: 0 !important;
}
.card.annual_card h3:before {
	content: none;
}
.card.annual_stat h2 {
	font-size: 5em;
	font-weight: 900;
	line-height: 180px;
	color: #0b3f5f;
}
.annualblogWrap {
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 21px 21px;
	grid-auto-rows: -webkit-max-content;
	grid-auto-rows: max-content;
	justify-content: center;
}
.annualblogWrap .ab-block {
	display: flex;
	border-style: solid;
	border-width: 1px;
	border-color: #EFEEEE;
	background-color: #F7F7F7;
	box-shadow: 1px 2px 11px 0px rgba(0, 0, 0, 0.2);
	position: relative;
}
.ab-block-liner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.annualblogWrap .ab-block .ablink {
	color: #0082cb;
	text-decoration: underline;
}
.annualblogWrap .ab-block .ablink a:after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	margin-left: .5rem;
}
.annualblogWrap .ab-block h4 {
	font-size: 32px;
}
.annualblogWrap .ab-block:first-child {
	grid-column: span 2;
	grid-row: span 2;
}
.annualblogWrap .ab-block:not(:first-child) {
	grid-column: span 1;
	grid-row: span 1;
}
.annualblogWrap .ab-block h4 {
	font-size: 36px !important;
	color: #002a46 !important;
}
.annualblogWrap .ab-block:not(:first-child) h4 {
	font-size: 21px !important;
}


.annualblogWrap .ab-block:not(:first-child) .abblurb {
	display: none;
}

.annualblogWrap .ab-block .abblurb {
color:#000 !important;
}
.reportbloglanding {
	background: #fff;
}
.arblogbanner {
	background: #072c43;
	position: relative;
	height: 450px;
	background-size: cover;
}
.arblogbanner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	clip-path: polygon(0 0, 50% 0%, 20% 100%, 0% 100%);
	background: rgba(9, 42, 90, .75)
}
.arblogbanner .arblogbannertxt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 20px;
	max-width: 600px;
}
.arblogbanner h1 {
	color: #fff;
	font-weight: 800;
	display:block;
	line-height:1;
	font-size:48px;
/*	text-shadow: 2px 2px 0px #072c43;*/
}
.arblogbanner h3 {
	color: #fff;
}
.arblogbanner h3:before {
	content: "";
	display: block;
	width: 175px;
	height: 4px;
	position: absolute;
	top: -10px;
	background-color: #bbd959;
}
.reportbloglanding .container h2, .reportbloglanding .container h3, .blogslide h2 {
	color: #005994;
}

.quoteblockwrap{
	background-image: url("https://www.nacwa.org/CSS/nacwa2020/magimages/bigangle_2.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
}
.quoteblock {
	max-width: 800px;
	margin: 0 auto;
	padding: 100px 80px 0px 80px;
	background: url("https://www.nacwa.org/CSS/nacwa2020/magimages/bq-ike.png") top center no-repeat;
	font-size: 24px;
	color: rgb(90, 90, 90);
	font-weight: bold;
	line-height: 1.167;
	text-align: center;
}
.reportbloglanding hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #bbd959;
	max-width: 175px;
	margin: 40px auto;
}
/* expandable list w icon*/
.sf-list--expandable.expandableannual .expListBar a[data-sf-role="toggleLink"] svg {
	fill: #c0e4fa;
	height: 1.3em;
	width: 1em;
	float: right;
}
.sf-list--expandable.expandableannual .expListLink {
	display: block;
	font-size: 1em;
	color: #005994;
	background-color: #fff;
	border-bottom: 6px solid #c0e4fa;
	margin-bottom: 12px;
	transition: all .5s;
}
.sf-list--expandable.expandableannual .expListLink:hover {
	border-bottom: 6px solid #005994;
	text-decoration: none;
}
.sf-list--expandable.expandableannual .expListLink.expanded {
	background-color: #2A5B98;
	color: #fff;
}
.sf-list--expandable.expandableannual .sf-list-content {
	background-color: #fff;
	margin: 0px;
	padding: .7em .7em .7em 1.5em;
}
.expandableannual i {
	font-size: 1.5em;
	float: left;
	margin: 20px 12px 0 12px;
	color: #c0e4fa;
}
.ar-carousel-wrap{
	_position: absolute;
}
#arcontrols {
	margin-left: 20px;
	padding-top: 1em;
}
#arcontrols .previous, #arcontrols .next {
	border: none;
	background: #bbd959;
	height: 36px;
	width: 36px;
	border-radius: 36px;
	text-align: center;
}
#arcontrols .auto {
	display: none;
}
.annualslide .aslcol {
	margin: 0 11vw 0 11vw;
	width: 30.625em;
}
.annualslide .asrcol {
	overflow: hidden;
}
.st-inline-share-buttons .st-btn {
	border: none !important;
	background-color: transparent !important;
}

.annualslide{
	overflow: hidden;
}
@media (min-width: 1200px){
.maghome .container {
    max-width: 1220px;
} 
	
.maghome .reportFromThePrez {
	    max-width: 1320px;
	margin: 0 auto;
	}
}

@media only screen and (max-width : 1024px) {
	
	.rfpLft
	{
		width:100%;
	}
	
	
	.rhLeftTxtWrap
	{
		padding:0px;
	}
	
	
	.annualblogWrap {
	
	grid-template-columns: repeat(1, 1fr);
	
}
	
	.maghome .reportFromThePrez {
	    max-width: none;
	_margin: 0 3em;
	flex-direction:column;
	}
}
	.bigshottext, .articleshottext {
		width: auto;
		margin: 0 40px;
	}
	.tocholder {
		width: auto;
		max-width: none;
		margin: 50px 0px 50px 100px;
	}
	.bigshotchevron a {
		width: 80px;
		height: 80px;
		background-image: url("https://www.nacwa.org/CSS/nacwa2020/magimages/chevvy2.png");
	}
}
@media only screen and (max-width : 768px) {
	h1 {
		font-size: 60px !important;
	}
	h1 {
		font-size: 45px !important;
	}
	header.megaopen .meganav {
		height: auto
	}
	header .navwrap {
		margin: 50px;
	}
	.tocholder {
		width: auto;
		max-width: none;
		padding: 15px 25px 15px 65px;
		margin: 0;
		right: 0px;
	}
	.tocblock {
		width: auto;
		padding-right: 0px;
		margin-bottom: 60px;
	}
	.bigShotWrap h1, .articleshot h1, .bst-top.bst-new h1 {
		font-size: 40px;
		font-weight: 900;
	}
	header {
		position: relative;
	}
	header .meganav {
		height: auto;
	}
	.articleshot {
		height: auto;
		margin-top: 0;
	}
	.bst-arrows {
		text-align: center;
	}
	.articleshot .bst-arrows {
		position: relative;
		text-align: center;
	}
	.articleshottext {
		position: relative;
		width: 100%;
		top: 0;
		transform: none;
		margin: 0;
		padding: 80px 0;
	}
	.bigshottext {
		padding-top: 100px;
		padding-bottom: 60px;
	}
	.authorcard {
		margin-top: 0px;
		padding-top: 30px;
	}
	header .hra1 {
		padding: 10px 0;
	}
	header .hra3 {
		position: absolute;
		top: 10px;
		right: 20px;
	}
	footer {
		text-align: center !important;
	}
	.toctitle h3 {
		margin-left: 0px;
	}
	.annualblogWrap .ab-block {
		margin-bottom: 1em;
	}
	.annualblogWrap .ab-block .ablink {
		position: relative;
		bottom: auto;
	}
	.rhRt {
		display: none;
	}
	.annualblogWrap {
		max-width: 480px;
		display: block;
	}
	.reportFromThePrez {
		flex-direction: column-reverse;
	}
	.rfpLft {
		width: 375px;
		margin: 24px auto;
	}
	.annualblogWrap {

	display: block;
}
	.annualblogWrap .ab-block {
	margin: 1em 0;
	}
	.arblogbanner:before {
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	}
	.annualslide .aslcol {
		margin: 2em;
		width: auto;
	}
	.quoteblock {
		padding: 100px 15px 0px 15px;
	}
	.ar-carousel-wrap{
		position: relative;
	}
}
@media only screen and (max-width : 560px) {
	h2 {
	font-size: 45px;

}
	.megatoggle {
		position: absolute;
		right: 0px;
		top: 0px;
		float: none;
	}
	.thisissue {
		display: block;
		text-align: center;
		padding: 0;
		margin: 0;
		border: none;
	}
	.toctxt h3 {
		font-size: 18px;
	}
	.tocnum {
		bottom: auto;
		top: 50px;
	}
	.tocthumb {
		bottom: auto;
		top: 0px;
	}
}