html {
	box-sizing: border-box;
	line-height: 1.5625; /* 25px */
}

*, *:before, *:after {
	box-sizing: inherit;
}

.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear:both;}

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

.hidden {
	display: none;
}

body {
	font-family: 'Karla',sans-serif;
	background: #fff;
	color: #000;
}

a {
	color: #2493ff;
	text-decoration: none;
}

a:hover,
a:focus, 
a:active {
	text-decoration: underline;
}


img {
	max-width: 100%;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.site-header .padding {
	padding: 25px 20px 17px; 
}

.site-header .logo a {
	display: block;
	width: 268px;
	height: 16px;
	text-indent: -999em;
	background: url("/images/logo.svg") no-repeat;
}

.site-header .tagline {
	font-size: 0.8125em; /* 13px */
	margin: 3px 0 0;
}

.primary-nav {
	border-top: 1px solid #2493ff;
	border-bottom: 1px solid #2493ff;
	margin-bottom: 1.5625em; /* 25px */
}

.primary-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	overflow-x: scroll;
	box-shadow: inset -10px 0 9px -9px rgba(0,0,0,.4);
	-webkit-overflow-scrolling: touch;
}

.primary-nav li {
	flex: 0 0 auto;
	margin-right: 1.5625em; /* 25px */
	margin-left: 1.25em; /* 20px */
	padding: 15px 0 11px;
	border-bottom: 4px solid transparent;
}

.primary-nav li.is-current {
	border-bottom-color: #2493ff;
}

.primary-nav a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}

.primary-nav .search-nav-item {
	border-bottom: none;
	padding: 10px 0 0;
	margin-right: 0;
}

.primary-nav .search-nav-item .search-box {
	width: 100%;
	padding-right: 20px;
}

.primary-nav .search-nav-item .search-form {
	position: relative;
}

.search-form input[type="search"] {
	float: left;
	width: 165px;
	height: 35px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: transparent;
	box-shadow: none;
	-webkit-appearance: none;
}

.search-form [type="submit"] {
	position: relative;
	float: left;
	width: 35px;
	height: 35px;
	background: #ccc;
	border: 1px solid #ccc;
	border-left: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.search-form [type="submit"] span {
	display: inline-block;
	text-indent: -999em;
}

.search-form .icon {
	position: absolute;
	top: 7px;
	left: 8px;
	width: 18px;
	height: 18px;
	fill: #666;
}

.search-form [type="submit"]:hover,
.search-form [type="submit"]:active,
.search-form [type="submit"]:focus { 
	background: #2493ff;
	cursor: pointer;	
}

.search-form [type="submit"]:hover .icon,
.search-form [type="submit"]:active .icon,
.search-form [type="submit"]:focus .icon { 
	fill: #fff;	
}

.content-wrapper {
	width: 100%;
	overflow-x: hidden;
}

main {
	margin: 0 20px 50px;
}

.has-sidebar main {
	margin-bottom: 20px;
}

.sidebar {
	border-top: 1px solid #2493ff;
	padding: 10px 20px;
	font-size: 0.9375em; /* 15px; */
}

.sidebar ul {
	list-style: none;
}

.sidebar ul {
	margin-left: 0;
	padding-left: 0;
}

.sidebar ul ul {
	margin-left: 1.5em;
	margin-top: 0;
	margin-bottom: .25em;
}

.sidebar a,
.sidebar .no-link {
	display: block;
	font-weight: bold;
	padding: .5em 0;
	border-bottom: 1px solid #d0d6e2;
}

.sidebar .no-link {
	opacity: .7;
}

.sidebar .selected > a {
	color: #000;
}

.sidebar a.is-collapsed:before,
.sidebar a.is-expanded:before {
	content: "+";
	position: relative;
	top: -1px;
	display: inline-block;
	width: 12px;
}

.sidebar a.is-expanded:before {
	content: "-";
}


.sidebar li ul a,
.sidebar li ul .no-link {
	border-bottom: none;
}

.breadcrumbs {
	font-size: 0.8125em; /* 13px */
	color: #757575;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs .arrow {
	font-size: 0.8461538462em; /* 11px */
	margin: 0 3px;
}

main h1 {
	font-size: 1.75em;
	margin: .25em 0;
}

main > p,
main > ul,
main > ol {
	font-size: 0.9375em; /* 15px; */
	margin-bottom: 1.6666666667em; /* 25px */
	line-height: 1.6666666667;
}

.home .intro-headline {
	font-weight: bold;
	font-size: 1.5625em; /* 25px */
	margin-bottom: 1em;
}

.homepage-block {
	border-top: 1px solid #d0d6e2;
	padding-top: 6.1875em;
}

.homepage-block h2 {
	font-size: 1.1875em; /* 19px */
	text-align: center;
	line-height: 1.3157894737;
	margin: 0 0 1.3157894737em;
}

.homepage-block ul {
	padding-left: 1.3333333333em; /* 20px */
	margin-bottom: .5em;
}

.homepage-block p.read-more {
	text-align: right;
	font-size: 0.8125em; /* 13px */
	line-height: 1.9230769231;
}

.homepage-block.faqs {
	background: #fff url("/images/bg-faqs.png") center 25px no-repeat;
}

.homepage-block.state {
	background: #fff url("/images/bg-states.png") center 25px no-repeat;
}

.homepage-block.data {
	background: #fff url("/images/bg-data.png") center 25px no-repeat;
}

.advisory-board-list-item {
	margin-bottom: 1.5em;
}

.advisory-board-list-item .image {
	float: left;
	width: 25%;
	max-width: 100px;
	margin-right: 15px;
	border-radius: 50%;
	overflow: hidden;
}

.advisory-board-list-item h2 {
	font-size: 1em;
	margin-bottom: 0;
}

.advisory-board-list-item p {
	font-size: 0.9375em;
	font-style: italic;
	margin: 0;
}

.advisory-board-list-item .image img {
	display: block;
}

.advisory-board-single {
	margin: 1.5em 0;
}

.advisory-board-single .image {
	float: left;
	width: 37.5%;
	max-width: 175px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}

.advisory-board-single .image img {
	display: block;
}

.advisory-board-single .role {
	font-style: italic;
	font-weight: bold;
	font-size: 0.9375em;
	margin-top: 35px;
	margin-top: 10.9375vw;
}

.table-of-contents {
	background: #f1f1fa;
	font-size: 0.9375em;
	padding: 1.6666666667em;
	margin: 1.5em 0;
}

.table-of-contents h2 {
	margin-top: 0;
	font-size: 1.2666666667em; /* 19px */
	line-height: 1.3157894737; /* 25px */
}

.table-of-contents ol {
	margin-bottom: 0;
	padding-left: 1.3333333333em; /* 20px */
	line-height: 1.6666666667; /* 25px */
}

.state-guide-content-list {
	padding-left: 1.3333333333em; /* 20px; */
}

.state-guide-content-list > li > h2 {
	font-size: 1em;
}

.state-guide-content-list ol {
	padding-left: 1.3333333333em; /* 20px; */
	list-style-type: lower-alpha;
}

.state-guide-content-list ol.regular-numbers,
.state-guide-content-list ol.override-ol--force-decimal {
	list-style-type: decimal;
}

.state-guide-content-list ol > li > p:first-child {
	font-weight: bold;
	margin-bottom: 0;
}

.state-guide-content-list ol.regular-numbers > li > p:first-child,
.state-guide-content-list ol.override-ol--force-decimal > li > p:first-child {
	font-weight: normal;
}


.state-guide-content-list ol ol {
	list-style-type: lower-roman;
}

.state-guide-content-list ul {
	list-style-type: disc;
	padding-left: 1.3333333333em; /* 20px */
}

.state-guide-content-list ul.no-bullets {
	list-style-type: none;
}

.state-guide-content-list ul.no-bullets li {
	margin: 1em 0;
}

.state-guide-content-list ol.regular-numbers ol {
	list-style-type: lower-alpha;
}

.state-guide-content-list ol.regular-numbers ol.regular-numbers {
	list-style-type: decimal;
}


.back-to-top {
	font-size: 0.8666666667em; /* 13px */
	display: block;
	text-align: right;
	margin-top: 1.8461538462em; /* 24px */
	line-height: 1.9230769231; /* 25px */
}

.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus {
	text-decoration: none;
	color: #a2d1ff;
}

.state-guide-content-block {
	border-bottom: 1px solid #d0d6e2;
	margin-bottom: 1.6666666667em; /* 25px */
}



.blog-summary-item {
	padding-bottom: .5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #d0d6e2;
}

.blog-summary-item h2 {
	font-size: 1.1875em; /* 19px */
	line-height: 1.3157894737; /* 25px */
}

.blog-summary-item p {
	font-size: 0.9375em;
	line-height: 1.6666666667;
}

.blog-summary-item p.blog-summary-date,
.blog-post-date {
	font-size: 0.875em;
	line-height: 1.7857142857;
	color: #757575;
}

blockquote {
	font-style: italic;
}

blockquote.legal {
	font-style: normal;
	font-family: "Anonymous Pro",Courier,monospace;
}

blockquote.legal ol {
	counter-reset: item;
}

blockquote.legal ol li::before {
	content: counters(item,".") ". ";
	counter-increment: item;
}

blockquote.legal ol li {
	display: block;
	text-indent: -40px;
}

blockquote.legal ol li ol li {
	text-indent: -60px;
margin-left: 40px;
}

.pagination-wrapper {
	text-align: center;
	margin: 20px 0;
}

.pagination-button-wrapper {
	display: inline-block;
}

.pagination-button-wrapper a,
.pagination-button-wrapper span {
	background: #fff;
	border: 1px solid #e1e4e8;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-left: -1px;
    padding: 7px 12px;
    position: relative;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.pagination-wrapper a:last-child,
.pagination-wrapper span:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination-wrapper a:first-child,
.pagination-wrapper span:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination-button-wrapper span {
	background: #fafbfc;
	color: #d1d5da;
}


.footnotes {
	margin: 3.3333333333em 0 1.6666666667em; /* 50px 0 25px */
}

.footnotes ol {
	list-style-type: decimal;
	font-size: 0.8666666667em; /* 13px */
	padding-left: 1.5384615385em; /* 20px */
}

footer {
	border-top: 1px solid #2493ff;
	padding-top: 24px;
}

footer .logos {
	padding: 0 20px 20px;
}

footer .logos p {
	margin: 0;
}

footer .logos ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .logos a {
	text-indent: -999em;
	display: block;
	height: 22px;
	width: 88px;
	background-image: url("/images/sprite-old.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

footer .logos a.forbes {
	width: 36px;
	background-position: 0 -350px;
}

footer .logos a.marie-claire {
	width: 80px;
	background-position: 0 -452px;
}

footer .logos a.nytmag {
	width: 172px;
	background-position: 0 -554px;
}

footer .logos a.sfchronicle {
	width: 124px;
	background-position: 0 -656px;
}

.footer-blue {
	background: #2493ff;
	padding: 25px 20px;
	color: #fff;
}

.footer-blue p {
	font-size: 0.9375em; /* 15px */
	margin-bottom: 1.6666666667em; /* 25px */
	line-height: 1.6666666667;
}

.footer-blue a {
	color: #fff;
	text-decoration: underline;
}

.footer-newsletter-wrapper {
	margin-bottom: 25px;
}

.footer-newsletter-wrapper p {
	margin: 0;
	font-size: 0.8125em; /* 13px */
	line-height: 1.9230769231em; /* 25px */
}

.footer-newsletter-wrapper input[type=email] {
	width: 60%;
	background: #f1f1fa;
	border: none;
	border-radius: 0;
	font-size: 0.8125em; /* 13px */
	line-height: 1.2307692308; /* 16px */
	height: 50px;
	padding: 0 0.5384615385em; /* 0 7px */
}

.footer-newsletter-wrapper input[type=submit] {
	display: inline-block;
	vertical-align: top;
	width: auto;
	background: #fff;
	color: #2493ff;
	border: none;
	border-radius: 0;
	font-size: 0.8125em; /* 13px */
	line-height: 1.3076923077; /* 17px */
	height: 50px;
	padding: 0 1.1538461538em; /* 0 15px */
	text-align: center;
	-webkit-appearance: button;
	cursor: pointer;
	margin: 0;
}

.footer-social-media-wrapper {
	margin-bottom: 25px;
}

.footer-social-media-wrapper a {
	display: block;
	float: left;
	margin-right: 11.11111%;
	width: 44px;
	height: 44px;
	text-indent: -999em;
	background-image: url("/images/sprite-old.png");
	background-repeat: no-repeat;
}

.footer-social-media-wrapper a.twitter {
	background-position: 0 -758px;
}

.footer-social-media-wrapper a.facebook {
	background-position: 0 -102px;
}

.footer-links {
	font-size: 0.8125em; /* 13px */
	line-height: 1.9230769231; /* 25px */
}

.footer-links ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}


	

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
	only screen and (-o-min-device-pixel-ratio: 13/10),
	only screen and (min-resolution: 120dpi) {
		
		.homepage-block.faqs {
			background-image: url("/images/bg-faqs@2x.png");
			background-size: 44px 44px;
		}
		
		.homepage-block.state {
			background-image: url("/images/bg-states@2x.png");
			background-size: 44px 44px;
		}
		
		.homepage-block.data {
			background-image: url("/images/bg-data@2x.png");
			background-size: 44px 44px;
		}
		
		footer .logos a {
			background-image: url("/images/sprite-old@2x.png");
			background-size: 172px auto;
		}
		
		footer .logos a.forbes {
			background-position: 0 -230px;
		}

		footer .logos a.marie-claire {
			background-position: 0 -292px;
		}

		footer .logos a.nytmag {
			background-position: 0 -354px;
		}

		footer .logos a.sfchronicle {
			background-position: 0 -416px;
		}
		
		.footer-social-media-wrapper a {
			background-image: url("/images/sprite-old@2x.png");
			background-size: 172px auto;
		}
		
		.footer-social-media-wrapper a.twitter {
			background-position: 0 -478px;
		}
		
		.footer-social-media-wrapper a.facebook {
			background-position: 0 -62px;
		}
		

}

@media	screen and (min-width:740px) and (-webkit-min-device-pixel-ratio: 1.3),
		screen and (min-width:740px) and (-o-min-device-pixel-ratio: 13/10),
		screen and (min-width:740px) and (min-resolution: 120dpi) {
	
	.home .homepage-block.faqs {
		background: #fff url("/images/bg-faqs-large@2x.png") 5% 50% no-repeat;
		background-size: 200px 200px;
	}

	.home .homepage-block.state {
		background: #fff url("/images/bg-states-large@2x.png") 5% 50% no-repeat;
		background-size: 200px 200px;
	}

	.home .homepage-block.data {
		background: #fff url("/images/bg-data-large@2x.png") 5% 50% no-repeat;
		background-size: 200px 200px;
	}
}

@media screen and (min-width:740px) {
	html,
	body {
		height: 100%;
	}
	
	.page-wrapper {
		min-height: 100%;
		position: relative;
		padding-bottom: 369px;
	}

	.site-header .padding {
		padding: 30px 0 20px;
		max-width: 700px;
		margin: 0 auto;
	}
	
	.site-header .logo {
		display: inline-block;
		width: 268px;
		margin-right: 15px;
	}
	
	.site-header .tagline {
		display: inline-block;
		position: relative;
		top: -5px;
		margin-top: 0;
	}
	
	.primary-nav .search-nav-item {
		padding-top: 11px;
	}
		
	.primary-nav a {
		font-weight: normal;
		padding: 1px 0;
	}
		
	.primary-nav a:hover,
	.primary-nav a:active,
	.primary-nav a:focus {
		text-decoration: underline;
	}
	
	main {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content-wrapper.has-sidebar {
		max-width: 700px;
		margin: 0 auto;
	}
	
	.sidebar {
		float: left;
		width: 26.42857143%;
		border-top: none;
		padding: 25px 0 30px;
	}
	
	.sidebar ul {
		margin-top: 5px;
	}
	
	.sidebar ul ul ul {
		margin-top: 0;
	}
	
	.sidebar a,
	.sidebar .no-link {
		font-weight: normal;
	}
	
	.has-sidebar main {
		float: right;
		width: 70.71428571%;
	}
	
	.homepage-block {
		padding: 1.5em 1.5625em 0 36%;
	}
	
	.homepage-block.faqs {
		background: #fff url("/images/bg-faqs-large.png") 5% 50% no-repeat;
	}

	.homepage-block.state {
		background: #fff url("/images/bg-states-large.png") 5% 50% no-repeat;
	}

	.homepage-block.data {
		background: #fff url("/images/bg-data-large.png") 5% 50% no-repeat;
	}
	
	.homepage-block h2 {
		text-align: left;
		font-size: 1.5625em; /* 25px */
	}
	
	.advisory-board-list-item .image {
		width: 33%;
	}
	
	.advisory-board-list-item h2 {
		margin-top: 23px;
	}	

	.advisory-board-single .image {
		width: 26.47059%;
		max-width: none;
	}
	
	.advisory-board-single .role {
		margin-top: 50px;
	}
	
	footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	footer .logos {
		max-width: 700px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
	
	footer .logos p {
		float: left;
		display: inline-block;
		width: auto;
		margin-right: 1.5em;
	}
	
	footer .logos ul {
		display: inline-block;
		width: auto;
	}
	
	footer .logos li {
		display: inline-block;
		margin-right: 1.1875em; /* 19px */
	}
	
	footer .logos li:last-child {
		margin-right: 0;
	}
	
	.footer-blue .clearfix {
		max-width: 700px;
		margin: 0 auto;
	}
	
	footer .footer-left {
		float: left;
		width: 37.5%;
	}
	
	footer .footer-right {
		float: right;
		width: 58.33333%;
	}
	
	.footer-newsletter-wrapper p {
		margin-top: 5px;
	}
	
	.footer-right .footer-main-text {
		margin-top: 0;
		font-size: 1.4375em; /* 23px */
	}
	
	.footer-links li {
		display: inline-block;
		margin-right: 1.5em;
	}
	
	.footer-links li:last-child {
		margin-right: 0;
	}
}
/* 740px */

@media screen and (min-width:890px) {
	.primary-nav ul {
		max-width: 870px;
		box-shadow: none;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow-x: hidden;
	}

	.primary-nav li {
		margin-left: 0;
		margin-right: 2.8125em; /* 45px */
	}
	
	.primary-nav .search-nav-item .search-box {
		padding-right: 0;
	}	
}

@media screen and (min-width:980px) {
	.page-wrapper {
		padding-bottom: 294px;
	}
	
	.site-header .padding,
	.primary-nav ul,
	footer .logos,
	.footer-blue .clearfix {
		max-width: 940px;
	}
	
	.content-wrapper,
	.content-wrapper.has-sidebar {
		max-width: 940px;
		margin: 0 auto;
	}
	
	.primary-nav .search-nav-item {
		position: absolute;
		right: 0;
	}
	
	.search-form input[type="search"] {
		width: 200px;
	}
			
	main {
		margin-left: 0;
	}
	
	.home main {
		margin-left: auto;
		max-width: 750px;
	}
	
	.sidebar ul {
		margin-top: 10px;
	}
	
	.sidebar a, 
	.sidebar .no-link {
		padding: .25em 0;
	}
	
	.advisory-board-list {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 0 50px;
	}
	
	.advisory-board-list-item {
		margin-bottom: 2.5em;
	}
	
	.advisory-board-single .role {
		margin-top: 75px;
	}	
	
	footer .logos p {
		margin-right: 4.5em;
	}
	
	footer .logos li {
		margin-right: 4.1875em;
	}
	
	.footer-right .footer-main-text {
		margin-bottom: 0;
	}
	
}
