/**************************** GLOBAL ****************************/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
  color: #333333;
  -webkit-text-size-adjust: none;
  margin: 0px;
  padding-bottom: 0px;
}

strong {
  font-weight: 700;
}

abbr[title] {
  text-decoration: none !important;
}

img {
  border: 0;
}

.scalable {
  max-width: 100% !important;
  height: auto !important;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
}

em {
  font-weight: 600;
}

.imgover {
  cursor: pointer;
}

.imagefit img {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.table {
  display: table;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px auto 0px auto;
  border: 0px;
}

.row {
  display: table-row;
  margin: 0px;
  padding: 0px;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.skiplink {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.3s;
  /*additional properties if absolute positioning is deactivated */
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 999999;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15rem;
  font-weight: 900;
  text-align: center;
  padding: 14px 30px 12px;
  background: #1c6194;
  color: #ffffff !important;
  text-transform: uppercase;
}

.skiplink:focus {
  transform: translateY(0%);
  /*additional properties if absolute positioning is deactivated */
  width: auto;
  height: auto;
  padding: 14px 30px 12px !important;
  background: #1c6194 !important;
  color: #ffffff !important;
}

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

a:link, a:active, a:visited {
  color: #036277;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0.01em;
  color: #025f74;
  display: block;
  margin-bottom: 0.65em;
  max-width: none;
}

.inside {
  width: 85%;
  max-width: 1250px;
  margin: 0px auto;
}

main {
  margin-top: 80px;
}

/*-- ---- ---- ---- ---- HEADER ---- ---- ---- ---- --*/
header {
  width: 100%;
  background-color: #ffffff;
  padding: 14px 0px;
  top: 0px;
  position: fixed;
  z-index: 100;
  -webkit-box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.3);
}

.logo {
  width: 300px;
  display: inline-block;
  position: relative;
  z-index: 90;
}

.header-inside {
  width: 90%;
  margin: 0px auto;
  position: relative;
}

header h1 {
  position: absolute;
  right: 50px;
  top: 45%;
  transform: translateY(-50%);
  color: #000000;
}

header h1 strong {
  color: #026277;
}

/*-- ---- ---- ---- ---- Banner ---- ---- ---- ---- --*/
.banner {
  display: block;
  width: 100%;
}

.banner img {
  margin: 0;
  display: block;
}

.banner .banner-inner-mobile {
  display: none;
}

.banner-headline-holder {
  background-color: #809d84;
  padding: 30px 0;
}

.banner-headline-holder br {
  display: none;
}

.allcaps {
  text-transform: uppercase;
}

.banner-headline-holder h1,
.banner-headline-holder strong {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  display: block;
  color: #000;
}

.banner-headline-holder h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}

.banner-area {
  background-color: #999999;
  padding-bottom: 48.5%;
  position: relative;
  margin-top: 50px;
}

.banner-area-sub {
  padding-bottom: 35%;
  position: relative;
  margin-top: 0px;
  background-image: url("../images/main/library-group.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 60%;
  background-color: #ffffff;
}

.banner-area-sub .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 1250px;
}

.banner-area-sub .inner h1 {
  font-size: 30px !important;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #026277;
  margin: 0;
  padding: 0 !important;
}

.banner-area-sub .inner h2 {
  font-size: 50px !important;
  line-height: 1.2em;
  font-weight: 700;
  color: #026277;
  letter-spacing: -0.05em;
  width: 100%;
  margin: 0;
  text-align: left;
  text-transform: none;
}

.headline-holder {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 0.6vw;
  width: 30%;
  max-width: 600px;
  padding: 3%;
  float: right;
}

.type-small {
  font-size: 4.6em;
  font-weight: 100;
  line-height: 0.85em;
  display: inline-block;
}

#slider-holder {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

#main-banner li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.slide-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  z-index: 19;
  overflow: hidden !important;
  transition: all 0.65s ease;
}

#slider-holder .slide-background {
  opacity: 0;
}

#slider-holder .slide-background.live {
  opacity: 1;
  z-index: 29;
}

.slide-inside {
  width: 90%;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.banner-area-sub .slide-inside {
  width: 90%;
  position: absolute;
  top: 51.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.slide-copy {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  width: 45%;
  transform: translateX(30%);
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0.65s;
}

.slide-background.live .slide-copy {
  transform: translateX(0%);
  opacity: 1;
}

.lower-controls {
  display: none;
}

.quote {
  font-size: 2.5vw;
  line-height: 1.1em;
  display: block;
  margin-bottom: 20px;
}

.quote-name {
  text-transform: uppercase;
  font-weight: 900;
  display: block;
}

sup {
  font-size: 0.45em;
  line-height: 0.45em;
}

/*-- ---- ---- ---- ---- State Aid to Public Libraries ---- ---- ---- ---- --*/
#hilited {
  width: 100%;
  padding: 30px 0px;
}

.intro-inner {
  display: block;
  width: 85%;
  max-width: 1250px;
  margin: 0px auto;
  text-align: center;
}

.intro-inner h2 {
  font-weight: 300;
  font-size: 2.3em;
  letter-spacing: 0.01em;
  color: #036277;
  text-align: left;
  display: block;
}

.intro-inner div {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin: 0px 2% 40px;
}

.intro-inner div .intro-img {
  display: block;
  width: 70%;
  margin: 20px auto 10px;
}

/*-- ---- ---- ---- ---- Hero Banner ---- ---- ---- ---- --*/
#lending {
  width: 100%;
  padding: 9% 0px 8%;
  background-color: #036277;
  color: #ffffff;
  text-align: right;
}

#lending .inside {
  position: relative;
}

.lending-copy {
  width: 45%;
  text-align: left;
  display: inline-block;
}

#lending h2 {
  color: #ffffff;
  padding: 0px;
  margin: 0px 0px 0.65em;
}

.map {
  background-image: url("../images/main/massachusetts.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  right: 53%;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 45%;
  width: 50vw;
  z-index: 20;
}

.lending-callout {
  position: absolute;
  left: 10%;
  top: 45%;
  transform: translateY(-50%);
  z-index: 21;
  text-align: left;
  font-size: 3.4vw;
  line-height: 1em;
}

.lending-callout span {
  display: block;
}

.lending-largest {
  font-weight: 900;
  font-size: 1.6em;
  letter-spacing: -0.02em;
  line-height: 0.9em;
}

.lending-large {
  font-weight: 900;
  font-size: 1.05em;
  letter-spacing: -0.025em;
  line-height: 0.9em;
}

.lending-small {
  line-height: 0.9em;
}

.lending-smallest {
  font-size: 0.6em;
  letter-spacing: -0.025em;
  line-height: 1.2em;
  text-align: right;
}

.lending-footnote {
  font-size: 0.7em;
  line-height: 1.2em;
  margin: 10px auto;
}

/*-- ---- ---- ---- ---- TABLE LAYOUT ---- ---- ---- ---- --*/
#why-matters {
  background-color: #f1efef;
  padding: 3em 0px 0px 0px;
}

#why-matters h2 {
  font-weight: 300;
  font-size: 2.3em;
  letter-spacing: 0.01em;
  color: #036277;
  text-align: left;
}

#why-matters table {
  width: 100%;
  margin: 0px auto;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 10px 10px 0px 0px rgba(24, 123, 125, 0.15);
}

#why-matters table thead th {
  font-weight: 900;
  width: 38%;
  line-height: 1em;
  background-color: #036277;
  color: #ffffff;
  padding: 20px;
}

#why-matters table thead th:first-child {
  width: 24%;
  text-align: left;
}

#why-matters table thead th:nth-child(2) {
  background-color: #0667cd;
}

#why-matters table thead th:nth-child(3) {
  background-color: #df4144;
}

/*
table tbody th {
   text-align: left;
  padding: 20px;
  border-right: 1px solid rgba(24, 123, 125, .1);
}
*/
#why-matters table tbody th strong {
  font-weight: 900;
  display: inline-block;
  color: #036277;
  font-size: 1.1em;
}

#why-matters table tbody tr {
  font-weight: 400;
  border-bottom: 1px solid rgba(24, 123, 125, 0.1);
}

#why-matters table tbody tr:last-child {
  font-weight: 400;
  border-bottom: 1px solid rgba(24, 123, 125, 0.1);
  border-top: 0px solid #036277;
}

#why-matters table tbody tr:last-child th {
  border-right: 1px solid rgba(24, 123, 125, 0.1);
}

#why-matters table tbody td {
  border-right: 1px solid rgba(24, 123, 125, 0.1);
  text-align: left;
}

table .table-year {
  font-weight: 300;
  font-size: 0.75em;
  line-height: 1em;
  display: block;
  margin-bottom: -13px;
}

table sup {
  font-weight: 300;
  font-size: 0.75em;
  line-height: 1em;
}

.footnote {
  display: block;
  text-align: center;
  width: 90%;
  margin: 10px auto 0px auto;
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 600;
  color: #ffffff;
}

.pdf-download-container a {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 3em;
  padding: 20px 0px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  background-color: #026277;
  font-size: 1.4em;
}

.pdf-download-container a:hover, .pdf-download-container a:focus, .pdf-download-container a:active {
  text-decoration: underline;
}

.pdf-download-container a strong {
  font-weight: 900;
}

.pdf-download-container a br {
  display: none;
}

/*-- ---- ---- ---- ---- PIE CHART SECTION ---- ---- ---- ---- --*/
#pie-chart {
  padding: 4em 0px 5em;
  background-image: url("../images/main/pie-chart-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#pie-chart h2 {
  margin-top: 0px;
}

.pie-copy {
  width: 40%;
  padding-right: 10%;
  display: table-cell;
  vertical-align: top;
  font-weight: 400;
}

.pie-chart-image {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.pie-chart-image h3 {
  color: #036277;
  margin-top: 0px;
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.1em;
}

.pie-chart-image img {
  width: 65%;
  margin: 0px auto;
}

.pie-chart-legend {
  margin-top: 15px;
  display: block;
  width: 80%;
  max-width: 540px;
  margin: 15px auto 0px;
  font-weight: 400;
}

.pie-chart-legend span {
  display: block;
  background-size: 14px 14px;
  background-position: left 4px;
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 25px;
  color: #666666;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.pie-chart-legend span span {
  display: inline-block;
  background-image: none !important;
  padding-left: 0px;
  margin-bottom: 0px;
}

.pie-chart-legend span:nth-child(1) {
  background-image: url("../images/main/dark-green-block.png");
}

.pie-chart-legend span:nth-child(1) strong {
  color: #036277;
}

.pie-chart-legend span:nth-child(2) {
  background-image: url("../images/main/red-block.png");
}

.pie-chart-legend span:nth-child(2) strong {
  color: #df4144;
}

.pie-chart-legend span:nth-child(3) {
  background-image: url("../images/main/blue-block.png");
}

.pie-chart-legend span:nth-child(3) strong {
  color: #0667cd;
}

.up {
  font-weight: 600;
  color: green !important;
}

.down {
  font-weight: 600;
  color: red !important;
}

/*-- ---- ---- ---- ---- TABLE LAYOUT ---- ---- ---- ---- --*/
#budget {
  background-color: #e8f2f2;
  padding: 3em 0px 3em 0px;
}

#budget h2 {
  font-weight: 800;
  font-size: 2.3em;
  color: #000000;
  text-align: left;
  letter-spacing: -0.03em;
}

table {
  width: 90%;
  max-width: 1250px;
  margin: 0px auto;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 10px 10px 0px 0px rgba(24, 123, 125, 0.15);
}

table thead th {
  font-weight: 700;
  width: 14%;
  line-height: 1em;
  background-color: #bbc3b6;
  /* background-color: #6c94cd; */
  color: #000;
  padding: 20px;
}

table thead th {
  font-weight: 700;
  width: 15%;
  border: 2px solid #000;
  border-bottom: 10px solid #547058;
}
table thead th:first-child {
  border-left: none;
}
table thead th:last-child {
  border-right: none;
}

table thead th:nth-child(2) {
  width: 40%;
  text-align: left;
}

table tbody th {
  font-weight: 600;
  text-align: left;
  padding: 20px;
  border-right: 2px solid #000000;
}

table tbody th strong {
  font-weight: 900;
  display: block;
  color: #000000;
  font-size: 1.1em;
}

table tbody tr {
  font-weight: 600;
  border-bottom: 2px solid #000000;
}

@media screen and (min-width: 768px) {
  table tbody tr:nth-child(5) {
    background-color: #547058;
    color: #fff;
  }
}
table tbody tr td:first-child {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  table tbody tr:last-child {
    font-weight: 900;
    background-color: #daddd6;
    border-top: 10px solid #547058;
    border-bottom: 0px solid #000000;
  }
}
table tbody tr:last-child th {
  border-right: 1px solid rgba(24, 123, 125, 0);
}

table tbody td {
  text-align: center;
  padding: 20px;
  border-right: 2px solid #000000;
}

table tbody td:last-child {
  border-right: none;
}

table .table-year {
  font-weight: 300;
  font-size: 0.75em;
  line-height: 1em;
  display: block;
  margin-bottom: -13px;
}

table sup {
  font-weight: 300;
  font-size: 0.75em;
  line-height: 1em;
}

.footnote {
  display: block;
  text-align: center;
  width: 90%;
  margin: 10px auto 0px auto;
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 600;
  color: #ffffff;
}

/*-- ---- ---- ---- ---- TABLE LAYOUT ---- ---- ---- ---- --*/
#juicer {
  width: 100%;
  background: #ffffff;
  padding: 4em 0px;
  border-bottom: 8px solid #036277;
}

.juicer-inside {
  width: 90%;
  margin: 0px auto;
  max-width: 1250px;
}

.juicer-inside h2 {
  margin: 0px 0px 20px 0px;
  font-weight: 300;
  font-size: 2em;
  text-transform: uppercase;
  color: #036277;
  display: inline-block;
}

.juicer-inside span {
  margin-left: 5px;
  font-size: 1.5em;
}

.juicer-feed {
  max-height: 700px;
  overflow-y: scroll;
  padding: 20px;
}

/*-- ---- ---- ---- ----  FOOTER ---- ---- ---- ---- --*/
#footer-inside br {
  display: none;
}

footer {
  width: 100%;
  padding: 30px 0px 60px 0px;
  background-color: #ffffff;
}

#footer-inside {
  width: 90%;
  max-width: 1300px;
  margin: 0px auto 0px auto;
  text-align: center;
}

footer a {
  color: #036277;
  font-weight: 700;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: block;
  max-width: 300px;
  margin: 0px auto 20px;
}

.footer-social {
  list-style: none;
  margin: 30px auto 0px;
  padding: 0px;
}

.footer-social li {
  display: inline-block;
  width: 25px;
  margin: 0px 15px;
}

.page-footnotes {
  display: block;
  width: 90%;
  font-weight: 300;
  margin: 30px auto;
  text-align: center;
}

.page-footnotes p {
  display: block;
  width: 100%;
  font-weight: 300;
  margin: 0 auto 10px;
  font-size: 0.9em;
  line-height: 1.2em;
}

.accordion-nav, .accordion-nav * {
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}

.burger {
  padding: 0px 5px;
  cursor: pointer;
  transition: all 0.15s linear;
  overflow: visible;
  position: fixed;
  z-index: -1;
  top: 41px;
  right: 5%;
}

.burger:hover {
  opacity: 0.85;
}

.burger-box {
  width: 26px;
  height: 34px;
  display: inline-block;
  position: relative;
}

.all-the-fixins {
  display: block;
  top: -35%;
  margin-top: -2px;
}

.all-the-fixins, .all-the-fixins::before, .all-the-fixins::after {
  background-color: rgb(2, 98, 119);
  width: 34px;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.all-the-fixins::before, .all-the-fixins::after {
  content: "";
  display: block;
}

.mmmmmm .all-the-fixins {
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mmmmmm .all-the-fixins::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}

.mmmmmm .all-the-fixins::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.accordion-section-title-nav.active ~ .mmmmmm .all-the-fixins {
  transform: translate3d(0, 12px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.accordion-section-title-nav.active ~ .mmmmmm .all-the-fixins::before {
  transition-delay: 0s;
  opacity: 0;
}

.accordion-section-title-nav.active ~ .mmmmmm .all-the-fixins::after {
  transform: translate3d(0, -22px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

nav ul {
  padding: 0px !important;
  margin-top: 0;
}

.navfix nav ul {
  background-color: rgba(0, 90, 160, 0);
}

nav li {
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(3, 98, 119, 0.25);
}

nav h2 {
  display: block;
  padding: 1em 5% 0.9em 5%;
  -webkit-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s;
  background-color: rgb(3, 98, 119);
  border-right: none;
  font-weight: 900 !important;
  font-size: 14px;
  color: #ffffff !important;
  text-transform: uppercase;
  margin: 0;
}

nav li:last-child {
  border-bottom: 0px solid rgba(0, 150, 220, 0.5);
}

nav li a {
  display: block;
  padding: 1em 5% 1.1em 5%;
  -webkit-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s;
  background-color: rgba(0, 90, 160, 0);
  border-right: none;
  font-weight: 500 !important;
  font-size: 18px;
  color: #ffffff !important;
}

nav li strong a {
  font-weight: 900 !important;
}

nav li a:hover {
  /* background-color: rgba(0,90,160,1); */
  background-color: rgba(3, 98, 119, 0.25);
  padding: 1em 5% 1.1em 7.5%;
}

.mobile-nav-link {
  display: block;
}

.share-mobile {
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 10px 7.5% 10px 7.5%;
  -webkit-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s;
  background-color: rgb(3, 98, 119);
  position: absolute;
  /*  bottom: 0;*/
  width: 100%;
}

.accordion-section-nav {
  text-align: right;
}

.accordion-section-title-nav {
  width: 0px;
  padding: 70px 50px 0px 0%;
  margin-right: 5%;
  display: inline-block;
  background: none;
  border: none;
}

.accordion-section-content-nav {
  display: none;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  overflow-y: auto;
  text-align: left;
  position: fixed;
  top: 80px;
  right: 0px;
  padding-top: 10px;
  bottom: 0px;
  z-index: 899;
  width: 100%;
  max-width: 325px;
  box-shadow: -1px 1px 4px 0px rgba(3, 98, 119, 0.2);
  background-color: rgba(39, 128, 134, 0.95);
  height: calc(100% - 30px);
}

accordion-section-title-nav2::after {
  content: "";
  position: absolute;
  z-index: 999;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) rotateZ(90deg);
  background-image: url("../images/global/arrow-white.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.25s all ease-in-out;
}

.accordion-section-title-nav2.active::after {
  transform: translateY(-50%) rotateZ(-90deg);
}

.accordion-section-content-nav2 {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: rgba(66, 190, 200, 0.95);
  display: none;
}

.accordion-section-content-nav2 li:first-child {
  display: block;
  padding: 0;
  -webkit-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s;
  background-color: rgba(0, 90, 160, 0);
  border-right: none;
  font-weight: 500 !important;
  font-size: 18px;
  color: #ffffff !important;
  text-transform: none;
}

.accordion-section-content-nav2 li {
  display: block;
  text-align: left;
  position: static;
}

.accordion-section-content-nav2 a {
  box-sizing: border-box;
  width: 100%;
}

.accordion-section-content-nav2 li a {
  color: #000000;
  border-bottom: 1px solid #ffffff;
}

.library-name {
  display: block;
  margin-top: 2em;
}

.rented-items {
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em 0.75em 0.45em 0px;
  border-right: 1px solid #ffffff;
  font-size: 1.5em;
}

.item-cost {
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em 0px 0.45em 0.55em;
  font-size: 1.5em;
}

.accordion-section, .accordion-section * {
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal !important;
  width: 100%;
}

.accordion-section {
  position: relative;
}

#municipality-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 12px 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #126276;
  margin: 15px auto 8px;
  width: calc(100% - 30px);
  font-size: 1.2em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-image: url("../images/accordian-arrow-right.png");
  background-size: 16px 16px;
  background-position: 95% 48.5%;
  background-repeat: no-repeat;
  border-radius: 0px;
  border: none;
}

#municipality-select:hover, #municipality-select:active, #municipality-select:focus {
  background-image: url("../images/accordian-arrow-down.png");
  background-size: 16px 16px;
  background-position: 95% 48.5%;
  background-repeat: no-repeat;
}

.mobile-table {
  display: none;
}

/*-- .accordion-section-title:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4dbec7;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-image: url("../images/accordian-arrow-right-white.png");
	background-size: 16px 16px;
	background-position: 95% 48.5%;
	background-repeat: no-repeat;
}
.accordion-section-title:hover, .accordion-section-title:focus, .accordion-section-title:active {
	color: white;
}
.accordion-section-title:hover:before, .accordion-section-title:focus:before, .accordion-section-title:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
} --*/
#library-offerings {
  width: 100%;
  padding: 60px 0px;
  background-color: #f1efef;
}

#library-offerings .inner {
  display: block;
  width: 85%;
  max-width: 1250px;
  margin: 0px auto;
  text-align: center;
  padding: 0;
}

#library-offerings .inner h2 {
  font-weight: 300;
  font-size: 2.3em;
  letter-spacing: 0.01em;
  color: #036277;
  text-align: left;
}

.indivoffer {
  width: 100%;
  background-color: #ffffff;
  padding: 0px 0px;
  margin: 0 0 30px;
}

.indivoffer .cell {
  width: 50%;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.indivoffer .table-text {
  text-align: left;
  width: 70%;
  padding: 15% 15%;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  background-position: center center;
  background: lightblue;
}

.indivoffer .image {
  background-image: url("../images/main/intro-image.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
}

#reliable .image {
  background-image: url("../images/main/image_reliable.jpg");
}

#digital-access .image {
  background-image: url("../images/main/image_digital_access.jpg");
}

#education-gap .image {
  background-image: url("../images/main/image_education_gap.jpg");
}

#hand-up .image {
  background-image: url("../images/main/image_hand_up_2.jpg");
}

#isolation .image {
  background-image: url("../images/main/image_isolation.jpg");
}

#digital-access a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  padding: 10px 30px;
  margin: 30px 0px 0;
  font-weight: 700;
  position: relative;
  z-index: 1;
  background-color: #036277;
}

#digital-access a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #114550;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.2s all ease-in-out;
}

#digital-access a:hover::before, #digital-access a:focus::before, #digital-access a:active::before {
  transform: scaleX(1);
}

.indivoffer .table-text h2 {
  font-size: 25px !important;
  line-height: 1.1em;
  font-weight: 600;
  margin: 0px auto 10px;
  letter-spacing: -0.02em;
  width: 100%;
}

.indivoffer p {
  margin: 0px auto 10px;
  color: #333333;
  font-weight: 400;
  width: 100%;
}

.indivoffer strong {
  font-weight: 700;
  letter-spacing: -0.02em;
}

/*-- ---- HILITED AREAS ---- --*/
.intro-area {
  width: 100%;
  display: block;
  padding: 30px 0 10px;
}

.intro-area .inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.intro-text {
  box-sizing: border-box;
  width: 50%;
  padding-left: 2%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}

.intro-image {
  box-sizing: border-box;
  width: 30%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#community h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
}

#introsection .heading-2-style {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
}

#immigrants h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}

#immigrants {
  background-color: #026277;
  border: none;
}

#immigrants ul {
  text-align: left;
  padding-left: 20px;
  margin: 0px 0;
}

#immigrants li {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 400;
  color: #000000;
  margin: 0 0 5px;
  list-style-type: disc;
}

#immigrants .inner {
  align-items: center;
  justify-content: center;
}

#immigrants .callout-txt {
  width: 50%;
  padding: 3% 5%;
  justify-content: center;
  background-color: #d9f4fb;
  margin-right: 0;
}

#immigrants .callout-image {
  background-image: url(../images/main/people-on-computers.jpg);
  background-repeat: no-repeat;
  background-position: center 90%;
  background-size: cover;
  width: 50%;
  padding: 10% 0;
}

.callout-area-01 {
  width: 100%;
  display: block;
}

#ebook.callout-area-01 .inner {
  flex-direction: row;
  margin: 0 auto;
  padding: 0 0 2.5em;
}

#immigrants.callout-area-01 .inner {
  flex-direction: row;
  align-items: center;
  align-items: stretch;
}

#defend.callout-area-01 .inner {
  flex-direction: row;
  border-bottom: 1px dotted #25408F;
}

#broadband.callout-area-01 .inner {
  border-bottom: 1px dotted #25408F;
  flex-direction: row;
}

#funding1.callout-area-01 .inner, #funding2.callout-area-01 .inner, #book.callout-area-01 .inner, #supportschool.callout-area-01 .inner {
  border-bottom: 1px dotted #25408F;
  flex-direction: row;
}

#legis.callout-area-01 .inner, #freedom.callout-area-01 .inner,
#ebookpricing.callout-area-01 .inner {
  padding: 1em 0 0.5em;
  flex-direction: row;
}

.callout-txt {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  width: 70%;
  margin-right: 5%;
  text-align: left;
  justify-items: flex-start;
}

#ebook.callout-area-01 .callout-txt {
  width: 100%;
  margin-right: 0;
}

.callout-txt p {
  margin: 0 0 15px;
  padding: 0;
}

.callout-txt p:last-of-type {
  margin: 0 0 0px;
}

.callout-image {
  display: flex;
  display: -webkit-flex;
  width: 25%;
}

#defend.callout-area-01 .callout-image, #broadband.callout-area-01 .callout-image, #immigrant.callout-area-01 .callout-image, #funding1.callout-area-01 .callout-image,
#funding2.callout-area-01 .callout-image,
#book.callout-area-01 .callout-image,
#legis.callout-area-01 .callout-image,
#freedom.callout-area-01 .callout-image,
#ebookpricing.callout-area-01 .callout-image,
#supportschool.callout-area-01 .callout-image {
  text-align: center;
  display: block;
}

#funding1.callout-area-01 .callout-image img, #funding2.callout-area-01 .callout-image img,
#book.callout-area-01 .callout-image img,
#legis.callout-area-01 .callout-image img {
  max-height: 200px;
}

#freedom.callout-area-01 .callout-image img,
#ebookpricing.callout-area-01 .callout-image img,
#supportschool.callout-area-01 .callout-image img {
  max-height: 120px;
}

#defend.callout-area-01 .callout-image img {
  max-height: 300px;
}

#broadband.callout-area-01 .callout-image img {
  max-height: 300px;
}

#immigrant.callout-area-01 .callout-image img {
  max-height: 300px;
}

#montage.callout-area-01 .inner .callout-image {
  width: 70%;
}

.callout-area-01 .inner2 {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 0 3em;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-items: flex-start;
}

.callout-area-01 .inner {
  width: 90%;
  max-width: 1500px;
  margin: 0.5em auto;
  padding: 2em 0 2.5em;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-items: flex-start;
}

.callout-area-01 .inner h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  justify-items: flex-start;
}

.callout-area-01 .inner h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  justify-items: flex-start;
}

.callout-area-01 .inner h4 {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0092ab;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  justify-items: flex-start;
}

.callout-example {
  background-color: #6c94cd;
  margin: 0 0 15px;
  padding: 1.5% 2%;
}

.callout-example h3 {
  background-color: #6c94cd;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 25px;
  margin: 0 0 15px;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.callout-example h4 {
  background-color: #d7dff2;
  padding: 1.5% 2%;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 22px;
  margin: 0 0 10px;
  color: #000000;
  letter-spacing: -0.02em;
}

.callout-example-chart {
  margin: 0px;
  padding: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.callout-example-chart div {
  padding: 1.5% 2%;
  width: 100% !important;
  flex-wrap: wrap;
  margin: 2px 0.2%;
  flex-direction: column;
  display: inline-flex;
  background-color: #d7dff2;
}

.callout-example h5 {
  font-weight: 400;
  line-height: 1.2em;
  font-size: 18px;
  margin: 0 0 5px;
  letter-spacing: -0.02em;
}

.cap-txt {
  text-transform: uppercase;
  color: #25408F;
  font-weight: 800;
}

.callout-example p {
  font-weight: 400;
  line-height: 1.2em;
  font-size: 18px;
  margin: 0 0 0 !important;
  padding: 0;
  color: #000000;
  letter-spacing: -0.02em;
}

section.hilited-area {
  /*	padding-bottom: 5em;*/
}

.hilited-area .inner {
  width: 90%;
  max-width: 1250px;
  margin: 0px auto 2%;
  padding: 3% 5% 2.5%;
  border-bottom: 5px solid #afd9e5;
  background: rgb(172, 216, 229);
  background: -moz-linear-gradient(0deg, rgba(172, 216, 229, 0.4612045502) 0%, rgb(255, 255, 255) 52%);
  background: -webkit-linear-gradient(0deg, rgba(172, 216, 229, 0.4612045502) 0%, rgb(255, 255, 255) 52%);
  background: linear-gradient(0deg, rgba(172, 216, 229, 0.4612045502) 0%, rgb(255, 255, 255) 52%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#acd8e5",endColorstr="#ffffff",GradientType=1);
}

.hilited-area a:link, .hilited-area a:active, .hilited-area a:visited {
  font-weight: 700;
}

.hilited-area .copy {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

.hilited-area .image {
  width: 20%;
  padding-bottom: 20%;
  margin-left: 5%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  border-radius: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.3);
}

.hilited-area .image::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  bottom: 6px;
  right: 6px;
  border-radius: 500px;
}

.hilited-area .image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 500px;
  background-image: url("../images/main/areas/area-mental-health.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hilited-area #internet .image::before {
  background-image: url("../images/main/areas/area-internet.jpg");
}

.hilited-area #work .image::before {
  background-image: url("../images/main/areas/area-work.jpg");
}

.hilited-area #inclusion .image::before {
  background-image: url("../images/main/areas/area-inclusion.jpg");
}

.hilited-area #learning .image::before {
  background-image: url("../images/main/areas/area-learning.jpg");
}

.hilited-area #food .image::before {
  background-image: url("../images/main/areas/area-food.jpg");
}

.hilited-area #ramp .image::before {
  background-image: url("../images/main/areas/area-ramp.jpg");
}

.hilited-area #barriers .image::before {
  background-image: url("../images/main/areas/area-barriers.jpg");
}

.hilited-area #building .image::before {
  background-image: url("../images/main/areas/area-building.jpg");
}

.hilited-area #internet, .hilited-area #work, .hilited-area #inclusion, .hilited-area #learning, .hilited-area #food, .hilited-area #ramp, .hilited-area #barriers, .hilited-area #building, #PDF, #state-aid, #budget, #hilited {
  scroll-margin-top: 4rem;
}

.hilited-area p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  color: #333333;
}

.hilited-area h2 {
  font-weight: 700;
  font-size: 2.2em;
  line-height: 1em;
  letter-spacing: -0.03em;
  color: #036277;
  text-align: left;
  display: block;
  margin-bottom: 0.65em;
  max-width: none;
}

/*-- ---- ---- ---- ---- STATE AID SECTION ---- ---- ---- ---- --*/
section.state-aid-libraries {
  background-color: #036277;
}

.state-aid-libraries .inner {
  display: block;
  width: 85%;
  max-width: 1250px;
  margin: 0px auto;
  padding: 4% 0 4%;
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.state-aid-libraries a {
  width: 100%;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}

.state-aid-libraries a:hover, .state-aid-libraries a:focus, .state-aid-libraries a:active {
  text-decoration: underline;
}

#footnotes, #budget, #PDF, #defend, #ebook, #broadband, #immigrants, #funding1, #funding2, #book, #legis, #freedom, #ebookpricing, #supportschool {
  scroll-margin-top: 120px;
}

#freedom em, #ebookpricing em, #supportschool em {
  font-weight: 500;
}

#freedom ul, #ebookpricing ul {
  margin: 0 0 10px;
}

#freedom ul:last-child, #ebookpricing ul:last-child {
  margin: 0 0 0;
}

#freedom li, #ebookpricing li {
  margin: 0 0 10px;
}

#freedom li:last-child, #ebookpricing li:last-child {
  margin: 0 0 0;
}

#freedom .callout-txt p:last-of-type {
  margin: 0 0 20px;
}

.photobar {
  border-top: 8px solid #3d3d3a;
  border-bottom: 8px solid #2f88ce;
  text-align: center;
  display: block;
  width: 100%;
}

.photobar .inner {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.photobar .inner div {
  display: flex;
  display: -webkit-flex;
  flex: 1;
}

#community.intro-area .inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quotes-area {
  width: 100%;
  margin: 20px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.quotes-area-image {
  display: flex;
  display: -webkit-flex;
  width: 30%;
  margin-right: 5%;
}

.quotes-area-text {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  width: 65%;
}

.quotes-area-text p {
  margin: 0 auto 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000000;
}

.quotes-area-text p:last-child {
  margin: 0 auto;
  padding-bottom: 0px;
  border-bottom: 0;
}

#community .link {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 1em;
  border: 2px solid #ffffff;
  border-radius: 0;
  letter-spacing: 0.08em;
  display: inline-block;
  padding: 11px 25px 11px;
  margin: 1em auto 1.5em;
  background-image: linear-gradient(180deg, rgba(255, 0, 20, 0.8) 10%, rgb(196, 0, 15) 90%);
  background-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: 0.2s all ease-in-out;
}

#community .link:hover, #community .link:focus, #community .link:active {
  color: rgb(255, 255, 255) !important;
}

#community .link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(168, 3, 16, 0.8) 10%, rgb(147, 1, 11) 90%);
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.3s all ease-in-out;
  opacity: 0;
}

#community .link:hover::before, #community .link:focus::before, #community .link:active::before {
  transform: scaleX(1);
  opacity: 1;
}

#community {
  background-color: #98d1dd;
}

@media only screen and (max-width: 1450px) {
  .rented-items {
    font-size: 1.6vw;
  }
  .item-cost {
    font-size: 1.6vw;
  }
  #municipality-select {
    font-size: 1.3vw;
  }
  .juicer-inside h2 {
    margin: 0px 0px 10px 0px;
    display: block;
  }
  .juicer-inside span {
    font-size: 1.5em;
    display: block;
    margin: 0px 0px 35px 0px;
  }
  .banner-area-sub .inner h1 {
    font-size: 3vw !important;
    line-height: 1.2em;
  }
  .banner-area-sub .inner h2 {
    font-size: 4.5vw !important;
    line-height: 1.2em;
  }
  .hilited-area p {
    font-size: 1.4vw;
    line-height: 1.4em;
  }
  .hilited-area h2 {
    font-size: 3vw;
    line-height: 1.1em;
  }
  .state-aid-libraries .inner {
    padding: 4% 0 4%;
    font-size: 1.5vw;
  }
  .callout-area-01 .inner h2 {
    font-size: 2vw;
    margin: 0 0 10px;
  }
  .callout-area-01 .inner h3 {
    font-size: 1.7vw;
    margin: 0 0 10px;
  }
  .callout-area-01 .inner h4 {
    font-size: 1.3vw;
    margin: 0 0 10px;
  }
  #library-offerings .inner h2 {
    font-weight: 2vw;
    line-height: 1.2em;
  }
  .callout-example h3 {
    font-size: 2vw;
  }
  .callout-example h4 {
    padding: 2% 2%;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 2.2vw;
  }
  .callout-example h5 {
    font-size: 1.8vw;
    line-height: 1em;
  }
  .banner-headline-holder h2 {
    font-size: 3vw;
  }
  .banner-headline-holder h1,
  .banner-headline-holder strong {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 950px) {
  .banner-headline-holder h2 {
    font-size: 1.8rem;
  }
  .banner-headline-holder h1,
  .banner-headline-holder strong {
    font-size: 1.8rem;
  }
  header {
    padding: 10px 0px;
  }
  #montage.callout-area-01 .inner .callout-image {
    width: 100%;
  }
  .intro-area .inner {
    margin: 0 auto;
    flex-direction: column;
  }
  .intro-text {
    width: 100%;
    padding-left: 0;
  }
  .intro-image {
    width: 80%;
    margin: 0 auto;
  }
  .logo {
    width: 280px;
    display: inline-block;
  }
  header h1 {
    font-size: 1.4em;
  }
  #hero {
    margin-top: 42px;
    background-color: #333333;
  }
  #hilited {
    padding: 2% 0px;
  }
  .intro-inner h2 {
    font-size: 2.3em;
    margin: 0px auto 30px;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .intro-inner div .intro-img {
    display: block;
    width: 90%;
    margin: 10px auto 10px;
  }
  #lending {
    padding: 7% 0px 7%;
    text-align: right;
  }
  #lending .inside {
    position: relative;
    width: 85%;
  }
  .lending-copy {
    width: 50%;
  }
  .lending-copy a {
    padding: 12px 20px;
    font-size: 1em;
  }
  #lending h2 {
    font-size: 2.3em;
    line-height: 1.1em;
    margin: 0px 0px 0.55em;
  }
  .map {
    padding-bottom: 62%;
  }
  .lending-callout {
    left: 5%;
    font-size: 4.2vw;
    line-height: 1em;
  }
  #why-matters {
    background-color: #f1efef;
    padding: 7% 0px 0px 0px;
  }
  #why-matters .inside {
    width: 90%;
  }
  #why-matters h2 {
    font-size: 2.3em;
    text-align: center;
    margin: 0px auto 20px;
  }
  #why-matters table {
    box-shadow: 5px 5px 0px 0px rgba(24, 123, 125, 0.15);
  }
  #why-matters ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    font-size: 0.9em;
    line-height: 1.3em;
  }
  #why-matters li {
    margin: 10px 0px;
  }
  .pdf-download-container a {
    margin-top: 7%;
    font-size: 2.2vw;
  }
  #pie-chart {
    padding: 7% 0px;
  }
  .pie-copy {
    width: 55%;
    padding-right: 5%;
  }
  .pie-chart-image {
    width: 40%;
  }
  .pie-chart-image h3 {
    font-size: 1.2em;
  }
  .pie-chart-image img {
    width: 85%;
  }
  .pie-chart-legend {
    width: 100%;
    margin: 10px auto 0px;
  }
  #budget {
    padding: 2em 0px;
  }
  #budget h2 {
    text-align: center;
    margin: 0px auto 20px;
  }
  table {
    box-shadow: 5px 5px 0px 0px rgba(24, 123, 125, 0.15);
  }
  /* #budget table thead th {
  width: 22%
   }
   #budget table thead th:first-child {
  width: 34%;
   }
   #budget table thead th:nth-child(2) {
  display: none;
   }
   #budget table tbody td:nth-child(2) {
  display: none;
   } */
  .juicer-inside h2 {
    font-size: 2.3em;
    text-align: center;
  }
  .juicer-inside span {
    font-size: 1.5em;
    text-align: center;
  }
  .burger {
    top: 36px;
    right: 5%;
  }
  .burger-box {
    width: 26px;
    height: 34px;
    display: inline-block;
    position: relative;
  }
  .all-the-fixins, .all-the-fixins::before, .all-the-fixins::after {
    width: 26px;
    height: 3px;
  }
  .mmmmmm .all-the-fixins {
    transition-duration: 0.275s;
  }
  .mmmmmm .all-the-fixins::before {
    top: 7px;
    transition: opacity 0.125s 0.275s ease;
  }
  .mmmmmm .all-the-fixins::after {
    top: 14px;
  }
  .accordion-section-title-nav.active ~ .mmmmmm .all-the-fixins {
    transform: translate3d(0, 7px, 0) rotate(135deg);
  }
  .accordion-section-title-nav.active ~ .mmmmmm .all-the-fixins::after {
    transform: translate3d(0, -14px, 0) rotate(-270deg);
  }
  nav ul {
    padding: 0px !important;
  }
  .navfix nav ul {
    background-color: rgba(0, 90, 160, 0);
  }
  nav li {
    display: block;
    text-align: left;
    border-bottom: 1px solid rgba(3, 98, 119, 0.25);
  }
  nav li:first-child {
    display: block;
    padding: 1em 5% 0.9em 5%;
    -webkit-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
    background-color: rgb(3, 98, 119);
    border-right: none;
    font-weight: 900 !important;
    font-size: 14px;
    color: #ffffff !important;
    text-transform: uppercase;
  }
  nav li:last-child {
    border-bottom: 0px solid rgba(0, 150, 220, 0.5);
  }
  nav li a {
    display: block;
    padding: 1em 5% 1.1em 5%;
    -webkit-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
    background-color: rgba(0, 90, 160, 0);
    border-right: none;
    font-weight: 500 !important;
    font-size: 18px;
    color: #ffffff !important;
  }
  nav li strong a {
    font-weight: 900 !important;
  }
  nav li a:hover {
    /* background-color: rgba(0,90,160,1); */
    background-color: rgba(3, 98, 119, 0.25);
    padding: 1em 5% 1.1em 7.5%;
  }
  .mobile-nav-link {
    display: block;
  }
  .share-mobile {
    display: block;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 10px 7.5% 10px 7.5%;
    -webkit-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
    background-color: rgb(3, 98, 119);
    position: absolute;
    /*    bottom: 0;*/
    width: 100%;
  }
  .accordion-section-nav {
    text-align: right;
  }
  .accordion-section-title-nav {
    width: 0px;
    padding: 70px 50px 0px 0%;
    margin-right: 5%;
    display: inline-block;
  }
  .accordion-section-content-nav {
    display: none;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    overflow-y: auto;
    text-align: left;
    position: fixed;
    top: 69px;
    right: 0px;
    padding-top: 10px;
    bottom: 0px;
    z-index: 899;
    width: 100%;
    max-width: 325px;
    box-shadow: -1px 1px 4px 0px rgba(3, 98, 119, 0.2);
    background-color: rgba(66, 190, 200, 0.95);
    height: calc(100% - 30px);
  }
  .accordion-section-title-nav-2 {
    width: 0px;
    padding: 70px 50px 0px 0%;
    margin-right: 5%;
    display: inline-block;
  }
  .accordion-section-content-nav-2 {
    display: none;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    overflow-y: auto;
    text-align: left;
    position: fixed;
    top: 72px;
    right: 0px;
    padding-top: 10px;
    bottom: 0px;
    z-index: 899;
    width: 100%;
    max-width: 325px;
    box-shadow: -1px 1px 4px 0px rgba(3, 98, 119, 0.2);
    background-color: rgba(66, 190, 200, 0.95);
    height: calc(100% - 30px);
  }
  #municipality-select {
    font-size: 1.45vw;
  }
  .inner {
    width: 80%;
    margin: 0px auto;
  }
  .hilited-area .copy {
    width: auto;
    display: block;
  }
  .hilited-area .image {
    width: 55%;
    padding-bottom: 55%;
    margin: 1.5em auto 0.75em;
    display: block;
  }
  .banner-area-sub {
    padding-bottom: 80%;
    position: relative;
    margin-top: 0px;
    background-image: url(../images/main/library-group-mobile.jpg);
    background-position: center 20%;
    background-size: 100%;
  }
  .banner-area-sub .inner {
    width: 90%;
    background-color: rgb(172, 216, 229);
    padding: 3% 5%;
    top: auto !important;
    left: 0 !important;
    bottom: 0 !important;
    transform: none;
    position: absolute;
  }
  .banner-area-sub .inner h1 {
    font-size: 7vw !important;
    line-height: 1.2em;
    margin: 0 0 5px;
  }
  .banner-area-sub .inner h2 {
    font-size: 4.5vw !important;
    line-height: 1.2em;
    letter-spacing: 0;
  }
  .hilited-area p {
    font-size: 2.5vw;
    line-height: 1.4em;
    text-align: left;
  }
  .state-aid-libraries .inner {
    padding: 4% 0;
    font-size: 3vw;
    line-height: 1.2em;
    width: 90%;
  }
  #library-offerings {
    padding: 20px 0px;
  }
  .callout-area-01 .inner h2 {
    font-size: 4vw;
    line-height: 1.2em;
  }
  .callout-area-01 .inner h3 {
    font-size: 3.5vw;
    line-height: 1.2em;
  }
  .callout-area-01 .inner h4 {
    font-size: 3.1vw;
    line-height: 1.2em;
  }
  #library-offerings .inner {
    width: 95%;
    margin: 0px auto;
  }
  .indivoffer {
    margin: 0 0 10px;
  }
  #digital-access a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    padding: 10px 30px;
    margin: 20px auto 0;
    width: 60%;
  }
  .indivoffer .cell {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  #library-offerings .inner h2 {
    text-align: center;
  }
  .indivoffer .table-text {
    width: 90%;
    padding: 5% 5%;
    display: block;
    vertical-align: middle;
  }
  .indivoffer .table-text h2 {
    font-size: 5vw !important;
    line-height: 1.2em !important;
  }
  .indivoffer .image {
    background-image: url("../images/main/intro-image.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: center;
    display: block;
    padding-bottom: 50%;
  }
  .callout-area-01 .inner h2 {
    font-size: 3vw;
    line-height: 1.3em;
    margin: 0 0 10px;
  }
  .callout-area-01 .inner h3 {
    font-size: 2.5vw;
    line-height: 1.3em;
    margin: 0 0 10px;
  }
  .callout-area-01 .inner h4 {
    font-size: 2.1vw;
    line-height: 1.3em;
    margin: 0 0 10px;
  }
  .callout-example h3 {
    font-size: 2.5vw;
  }
  .callout-example h4 {
    font-size: 3.1vw;
    line-height: 1.3em;
  }
  .callout-example h5 {
    font-size: 2vw;
    line-height: 1em;
  }
  .callout-example {
    padding: 3% 4%;
  }
  #ebook.callout-area-01 .inner {
    flex-direction: column;
  }
  #defend.callout-area-01 .inner {
    flex-direction: column;
  }
  #broadband.callout-area-01 .inner {
    flex-direction: column;
  }
  .callout-txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .callout-image {
    width: 100%;
  }
  #footer-inside br {
    display: block;
  }
  .banner-headline-holder br {
    display: block;
  }
  main {
    margin-top: 69px;
  }
}
@media only screen and (max-width: 700px) {
  .banner-headline-holder h2 {
    font-size: 5vw;
    line-height: 1.2;
  }
  .banner-headline-holder h1,
  .banner-headline-holder strong {
    font-size: 5vw;
    line-height: 1.2;
  }
  #immigrants.callout-area-01 .inner {
    flex-direction: column;
  }
  #introsection .heading-2-style {
    font-size: 5vw;
  }
  #immigrants h2 {
    font-size: 5vw;
    margin: 0 0 10px;
  }
  #community h2 {
    font-size: 5vw;
    text-align: center;
  }
  .banner-headline-holder h1,
  .banner-headline-holder strong {
    font-size: 6.5vw;
    line-height: 1.2;
  }
  body {
    font-size: 3vw;
  }
  header {
    padding: 15px 0px;
  }
  .logo {
    width: 220px;
    display: inline-block;
  }
  header h1 {
    font-size: 1.1em;
  }
  #hero {
    margin-top: 44px;
    background-color: #333333;
  }
  #intro {
    padding-top: 0%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2%;
  }
  .intro-inner h2 {
    font-size: 5.3vw;
    margin: 0px auto 30px;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .intro-inner div {
    font-size: 2.5vw;
    line-height: 1.3em;
    display: block;
    width: 100%;
    margin: 0px auto 0px;
  }
  .intro-inner div .intro-img {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin: 20px 4% 10px 0px;
  }
  .intro-inner div .intro-copy {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    margin: 10px auto 10px;
  }
  .juicer-inside h2 {
    font-size: 5.3vw;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .juicer-inside span {
    font-size: 2.5vw;
    line-height: 1.5em;
  }
  #lending {
    padding: 8% 0px 2%;
    text-align: center;
  }
  .lending-copy {
    width: 95%;
    margin: 0px auto 15px;
    text-align: center;
    display: block;
    font-size: 2.5vw;
    line-height: 1.4em;
    padding-bottom: 75%;
    position: relative;
    z-index: 25;
  }
  #lending h2 {
    text-align: center;
    margin: 0px auto 0.65em;
    font-size: 5.3vw;
  }
  .map {
    position: absolute;
    right: 0%;
    top: auto;
    bottom: -3%;
    transform: translateY(0%);
    padding-bottom: 80%;
    width: 100vw;
    z-index: 20;
  }
  .lending-callout {
    position: absolute;
    left: 40%;
    top: auto;
    bottom: 25%;
    width: 65%;
    transform: translate(-35%, 0px);
    z-index: 21;
    text-align: left;
    font-size: 7.75vw;
    line-height: 1em;
  }
  .lending-footnote {
    position: relative;
    z-index: 5000;
    font-weight: 500;
  }
  #why-matters h2 {
    margin: 0px auto 0.65em;
    font-size: 5.3vw;
    text-align: center;
  }
  .pdf-download-container a {
    margin-top: 5%;
    font-size: 3.4vw;
    line-height: 1.1em;
    width: 85%;
    padding: 3.5% 7.5% 4%;
  }
  #budget table thead th {
    width: 30%;
  }
  #budget table thead th:first-child {
    width: 40%;
  }
  #budget table thead th:nth-child(5) {
    display: none;
  }
  #budget table tbody td:nth-child(5) {
    display: none;
  }
  #municipality-select {
    font-size: 2.5vw;
  }
  .rented-items {
    font-size: 3.1vw;
  }
  .item-cost {
    font-size: 3.1vw;
  }
  #why-matters table {
    display: none !important;
  }
  .mobile-table {
    display: block;
    width: 85%;
    margin: 0px auto;
  }
  .mobile-table .white-box {
    display: block;
    background-color: #ffffff;
    margin-bottom: 2em;
    box-shadow: 5px 5px 0px 0px rgba(24, 123, 125, 0.15);
  }
  .mobile-table .white-box .blue-header {
    padding: 20px;
    color: #ffffff;
    background-color: #0667cd;
    font-weight: 700;
    text-align: center;
    font-size: 1.2em;
  }
  .mobile-table .white-box .red-header {
    padding: 20px;
    color: #ffffff;
    background-color: #df4144;
    font-weight: 700;
    text-align: center;
    font-size: 1.2em;
  }
  .mobile-table-copy {
    padding: 2em;
  }
  #pie-chart .table {
    display: block;
  }
  #pie-chart h2 {
    text-align: center;
  }
  #pie-chart .table .row {
    display: block;
  }
  .pie-copy {
    width: 100%;
    padding-right: 0%;
    display: block;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 2em;
    text-align: center;
  }
  .pie-chart-image {
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
  }
  .pie-chart-image h3 {
    color: #036277;
    margin-top: 0px;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.3em;
  }
  .pie-chart-image img {
    width: 85%;
    margin: 0px auto;
  }
  .pie-chart-legend {
    margin-top: 15px;
    display: block;
    width: 100%;
    max-width: 540px;
    margin: 15px auto 0px;
    font-weight: 400;
  }
  .pie-chart-legend span {
    display: block;
    background-size: 12px 12px;
    background-position: left 4px;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 20px;
    color: #666666;
    line-height: 1.3em;
    margin-bottom: 15px;
  }
  .hilited-area p {
    font-size: 3vw;
    line-height: 1.3em;
  }
  h2 {
    font-size: 5.5vw;
    line-height: 1.2em;
  }
  .state-aid-libraries .inner {
    padding: 5% 0;
    font-size: 3.5vw;
    line-height: 1.3em;
  }
  .indivoffer p {
    font-size: 3vw;
    line-height: 1.4em;
  }
  .banner-area-new .inner {
    flex-direction: column;
  }
  .banner-area-new .inner .text {
    padding: 0.5% 0;
    margin: 0;
    width: 100%;
    flex-direction: column;
  }
  .banner-area-new .inner h2 {
    font-size: 6vw !important;
    line-height: 1.2em;
    text-align: center;
  }
  .banner-area-new .inner h2 br {
    display: none;
  }
  .banner-area-new .inner .image {
    padding: 0.25% 0;
    margin: 0px auto 10px;
    width: 70%;
  }
  .callout-area-01 .inner {
    padding: 1em 0 1.5em;
    margin: 0.5em auto;
    flex-direction: column !important;
  }
  .callout-txt {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
  .callout-image {
    margin: 0.5em auto;
  }
  .callout-area-01 .inner h2 {
    font-size: 6vw;
    line-height: 1.2em;
    margin: 0 0 10px;
  }
  .callout-area-01 .inner h3 {
    font-size: 4.8vw;
    line-height: 1.3em;
    margin: 0 0 10px;
  }
  .callout-area-01 .inner h4 {
    font-size: 4.4vw;
    line-height: 1.3em;
  }
  .callout-example h3 {
    font-size: 3.5vw;
  }
  .callout-example h5 {
    font-size: 3vw;
    line-height: 1.2em;
  }
  .callout-area-01 .inner {
    padding: 1em 0 1.5em;
  }
  .banner .banner-inner {
    display: none;
  }
  .banner .banner-inner-mobile {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0;
    display: block;
  }
  #immigrants li {
    font-size: 4vw;
  }
  #immigrants .callout-txt {
    width: 90%;
    padding: 5% 5%;
  }
  #immigrants .callout-image {
    width: 100%;
    padding: 50% 0 0;
    margin: 0;
  }
}
@media only screen and (max-width: 520px) {
  main {
    margin-top: 105px;
  }
  header {
    padding: 16px 0px;
    text-align: center;
  }
  .logo {
    width: 200px;
    display: inline-block;
    margin-bottom: 10px;
  }
  header h1 {
    position: static;
    font-size: 6vw;
    transform: translateY(0%);
  }
  #hero {
    margin-top: calc(6vw + 50px);
  }
  .slide-background {
    background-position: top center;
    background-color: transparent;
  }
  .banner-area-sub .slide-inside {
    width: 90%;
    position: absolute;
    top: 74%;
    left: 50%;
  }
  .slide-copy {
    width: 85%;
  }
  .quote {
    font-size: 4.7vw;
    line-height: 1.3em;
    display: block;
    margin-bottom: 1.2em;
  }
  .quote-name {
    font-size: 3.8vw;
    line-height: 1.3em;
  }
  .quote-job {
    font-size: 3.2vw;
    line-height: 1.3em;
  }
  .slide1 {
    background-image: url(../images/main/banners/mobile/slide1m.jpg);
    text-align: center;
  }
  .slide2 {
    background-image: url(../images/main/banners/mobile/slide2m.jpg);
    text-align: center;
  }
  .slide3 {
    background-image: url(../images/main/banners/mobile/slide3m.jpg);
    text-align: center;
  }
  .intro-inner h2 {
    font-size: 6.3vw;
    margin: 0px auto 0.5em;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .intro-inner div {
    font-size: 3vw;
    line-height: 1.3em;
    display: block;
    width: 100%;
    margin: 0px auto 0px;
  }
  .intro-inner div .intro-img {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin: 20px 2% 10px 0px;
  }
  .intro-inner div .intro-copy {
    display: inline-block;
    vertical-align: middle;
    width: 54%;
    margin: 10px auto 10px;
  }
  .lending-copy {
    font-size: 3vw;
    line-height: 1.3em;
  }
  #lending h2 {
    text-align: center;
    font-size: 6.3vw;
    margin: 0px auto 0.5em;
  }
  .lending-callout {
    bottom: 22%;
  }
  #why-matters h2 {
    font-size: 6.3vw;
    margin: 0px auto 0.5em;
    text-align: center;
  }
  #budget h2 {
    font-size: 6.3vw;
    margin: 0px auto 0.5em;
    text-align: center;
  }
  .juicer-inside h2 {
    font-size: 6.3vw;
    margin: 0px auto 0.5em;
  }
  .juicer-inside span {
    font-size: 3.6vw;
    line-height: 1.45em;
  }
  table {
    width: 95%;
    box-shadow: 0px 5px 0px 0px rgba(24, 123, 125, 0.15);
  }
  .pie-copy {
    width: 100%;
    padding-right: 0%;
    display: block;
    font-size: 3vw;
    line-height: 1.4em;
    margin-bottom: 2em;
    text-align: center;
  }
  .pie-chart-image h3 {
    color: #036277;
    margin-top: 0px;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.3em;
  }
  .pie-chart-legend {
    display: block;
    width: 100%;
    max-width: 540px;
    margin: 15px auto 0px;
    font-weight: 400;
  }
  .pie-chart-legend span {
    display: block;
    padding-left: 14px;
    background-size: 8px 8px;
    font-size: 3.6vw;
    line-height: 1.3em;
    margin-bottom: 15px;
  }
  table thead th {
    padding: 10px 0px;
  }
  #budget table thead th {
    width: 22%;
    padding: 10px 0px;
    font-size: 0.9em;
  }
  #budget table thead th:first-child {
    width: 32%;
  }
  table thead th:first-child {
    width: 40%;
    text-align: left;
    padding: 10px 10px !important;
  }
  table tbody th {
    font-weight: 300;
    text-align: left;
    padding: 10px;
    border-right: 1px solid rgba(24, 123, 125, 0.1);
    font-size: 0.8em;
    line-height: 1.2em;
  }
  table tbody th strong {
    font-size: 1.1em;
  }
  table tbody tr:last-child {
    font-weight: 900;
    border-top: 3px solid #036277;
    border-bottom: 0px solid #036277;
  }
  table tbody tr:last-child th {
    border-right: 1px solid rgba(24, 123, 125, 0);
  }
  table tbody td {
    text-align: center;
    padding: 10px 0px;
  }
  table .table-year {
    font-weight: 300;
    font-size: 0.75em;
    line-height: 1em;
    display: block;
    margin-bottom: -13px;
  }
  table sup {
    font-weight: 300;
    font-size: 0.75em;
    line-height: 1em;
  }
  .footnote {
    display: block;
    text-align: center;
    width: 90%;
    margin: 10px auto 0px auto;
    font-size: 0.75em;
    line-height: 1em;
    font-weight: 600;
    color: #ffffff;
  }
  .accordion-section-content-nav {
    top: 101px;
    max-width: 100%;
  }
  #municipality-select {
    width: 100%;
    font-size: 2.95vw;
  }
  .rented-items {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
  .item-cost {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
  .mobile-table .white-box {
    font-size: 3.2vw;
    box-shadow: 5px 5px 0px 0px rgba(24, 123, 125, 0.1);
  }
}
@media only screen and (max-width: 385px) {
  .quote {
    font-weight: 400;
  }
  .quote-name {
    font-size: 3.8vw;
    line-height: 1.1em;
  }
  .quote-job {
    font-size: 3.2vw;
    line-height: 1.1em;
    font-weight: 400;
  }
  #intro {
    padding: 2% 0px 2%;
  }
  .intro-inner h2 {
    font-size: 6.3vw;
    margin: 0px auto 0.5em;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .intro-inner div {
    font-size: 4vw;
    line-height: 1.3em;
    display: block;
    width: 100%;
    margin: 0px auto 0px;
  }
  .intro-inner div .intro-img {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    margin: 10px 2% 5px 0px;
  }
  .intro-inner div .intro-copy {
    display: block;
    vertical-align: middle;
    width: 85%;
    margin: 0px auto 10px;
  }
  #lending {
    padding: 12% 0px 6%;
    text-align: center;
  }
  .lending-copy {
    width: 90%;
    font-size: 4vw;
    line-height: 1.3em;
  }
  .pie-copy {
    font-size: 4vw;
    line-height: 1.4em;
  }
  .pie-chart-image h3 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
  .pie-chart-legend span {
    font-size: 4.2vw;
    line-height: 1.3em;
  }
  .map {
    position: absolute;
    right: 0%;
    top: auto;
    bottom: -3%;
    transform: translateY(0%);
    padding-bottom: 80%;
    width: 100vw;
    z-index: 20;
  }
  .lending-callout {
    bottom: 17%;
    width: 70%;
    transform: translate(-35%, 0px);
    font-size: 8.25vw;
    line-height: 1em;
  }
  .pdf-download-container a {
    margin-top: 5%;
    font-size: 5.2vw;
    line-height: 1.2em;
    width: 80%;
    padding: 5% 10% 6%;
  }
  .pdf-download-container a br {
    display: inline-block;
  }
  footer {
    padding: 40px 0px 40px 0px;
  }
  #footer-inside {
    width: 80%;
    margin: 0px auto;
    font-size: 3.75vw;
    line-height: 1.5em;
  }
  .footer-social li {
    width: 20px;
    margin: 0px 10px;
  }
  .page-footnotes {
    width: 100%;
    margin: 30px auto 20px;
    font-size: 0.8em;
    line-height: 1.35em;
  }
  #municipality-select {
    width: 100%;
    font-size: 2.8vw;
  }
  .rented-items {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
  .item-cost {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
  .mobile-table .white-box {
    font-size: 4.2vw;
  }
  .mobile-table .white-box .blue-header {
    font-size: 1.2em;
    line-height: 1em;
  }
  .mobile-table .white-box .red-header {
    font-size: 1.2em;
    line-height: 1em;
  }
  .burger {
    top: 32px;
    right: 5%;
  }
  .juicer-inside h2 {
    margin: -20px auto 0.5em;
    line-height: 1.2em;
  }
  .juicer-inside span {
    margin: 0px auto 1.5em;
  }
}
@media only screen and (max-height: 570px) {
  .mobile-nav-link {
    display: block;
  }
  .share-mobile {
    position: static;
  }
}
@media screen and (max-width: 400px) {
  .logo {
    width: 150px;
  }
  header h1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 570px) and (max-height: 1024px) {
  header {
    position: static;
  }
  .burger {
    position: absolute;
  }
  main {
    margin-top: 0;
  }
}
* {
  box-sizing: border-box;
}

.wrap {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
}

.library-support {
  background: linear-gradient(23deg, #025f74, #3c4c67);
  padding: 40px 0;
  position: relative;
}
.library-support p {
  color: #fff;
  border-bottom: 1px dashed white;
  padding-bottom: 29px;
  margin-bottom: 17px;
  max-width: 65%;
  float: right;
  display: block;
}
.library-support p:last-child {
  border-bottom: none;
}
.library-support:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  width: 33.33333333%;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("../images/main/arrows-intro.png");
}

@media screen and (max-width: 1400px) {
  .library-support p {
    max-width: 50%;
    clear: both;
  }
  .library-support:before {
    width: 48%;
  }
}
@media screen and (max-width: 1200px) {
  .library-support:before {
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    display: block;
    position: static;
    background-size: contain;
    background-position: center;
    background-image: url("../images/main/mobile-intro-banner.png");
  }
  .library-support p {
    max-width: 100%;
  }
}
.key-to-solving {
  background-image: url("../images/main/key-to-solving-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding: 40px 0;
  position: relative;
}
.key-to-solving:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: block;
  position: absolute;
}
.key-to-solving .inner-wrap {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.key-to-solving .inner-wrap .title-block {
  background-color: #809d84;
  color: #000;
  text-align: center;
  padding: 5px;
}
.key-to-solving .inner-wrap .title-block h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
}
.key-to-solving .inner-wrap .content-block {
  padding: 20px 30px;
}
.key-to-solving .inner-wrap .content-block p {
  text-align: center;
  margin-top: 30px;
}
.key-to-solving .inner-wrap .content-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.key-to-solving .inner-wrap .content-block ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}
.key-to-solving .inner-wrap .content-block ul li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='20.42' height='14.09' viewBox='0 0 20.42 14.09'%3E%3Cg id='c' data-name='Layer 1'%3E%3Cpath d='M13.42,0h-4.58l5.46,5.4H0v3.29h14.29l-5.46,5.4h4.58l7-7.05L13.42,0Z' fill='rgb(102, 132, 105)' /%3E%3C/g%3E%3C/svg%3E");
}

.local-aid {
  background-color: #dcddd5;
  padding: 40px 0;
  position: relative;
  margin: 40px 0;
}
.local-aid:before {
  content: "";
  height: 82px;
  width: 189px;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("../images/main/arrow-local-aid.png");
}
.local-aid h2 {
  margin-top: 0;
}
.local-aid ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.local-aid ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.local-aid ul li:before {
  content: "";
  background-color: #025f74;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 100%;
}

@media screen and (max-width: 1920px) {
  .local-aid:before {
    content: none;
  }
}
.non-traditional {
  margin: 50px 0;
}

.disability {
  margin: 50px 0;
}
.disability .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.disability .flex-wrap .content-col {
  width: 48%;
}
.disability .flex-wrap .img-col {
  width: 48%;
}
.disability .flex-wrap .img-col img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .disability .flex-wrap {
    flex-direction: column;
  }
  .disability .flex-wrap .content-col {
    width: 100%;
  }
  .disability .flex-wrap .img-col {
    width: 100%;
  }
}
.budget-table {
  margin: 50px 0;
}
.budget-table h2 {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .budget-table .wrap {
    padding: 0;
  }
  .budget-table table {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .budget-table table thead {
    display: none;
  }
  .budget-table table tbody tr {
    width: 100%;
    display: block;
  }
  .budget-table table tbody tr td {
    display: block;
    width: 100%;
    border-right: none;
    padding: 5px;
  }
  .budget-table table tbody tr td:nth-child(even) {
    background-color: #daddd6;
  }
  .budget-table table tbody tr td:first-child:before {
    content: "Line Item";
    font-size: 13px;
    text-transform: uppercase;
    display: block;
  }
  .budget-table table tbody tr td:nth-child(2):before {
    content: "Line Name";
    font-size: 13px;
    text-transform: uppercase;
    display: block;
  }
  .budget-table table tbody tr td:nth-child(3):before {
    content: "FY2026 Budget";
    font-size: 13px;
    text-transform: uppercase;
    display: block;
  }
  .budget-table table tbody tr td:nth-child(4):before {
    content: "FY2027 Legislative Agenda Request";
    font-size: 13px;
    text-transform: uppercase;
    display: block;
  }
  .budget-table table tbody tr td:nth-child(5):before {
    content: "FY2027 Increased Amounts";
    font-size: 13px;
    text-transform: uppercase;
    display: block;
  }
  .budget-table table tbody tr td:nth-child(6):before {
    content: "FY2027 Increase Percent";
    font-size: 13px;
    text-transform: uppercase;
    display: block;
  }
}
.download {
  background-color: #809d84;
  padding: 30px 0;
  margin: 40px 0;
  text-align: center;
}
.download a {
  font-size: 24px;
  line-height: 1.5;
  text-decoration: underline;
  color: #000;
}
.download a:hover {
  text-decoration: none;
}

main #content > * {
  scroll-margin-top: 80px;
}

/*# sourceMappingURL=styles.css.map */
