/**************************** GLOBAL ****************************/	

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 300;
	color: #333333;
	-webkit-text-size-adjust: none;
	margin: 0px;
}
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;
}
.imgover {
	cursor: pointer
}
.imagefit img {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
a:link, 
a:active, 
a:visited {
  outline: none;
  color: #036277;;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.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: 500;
	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;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1 {
	font-weight: 300;
	margin: 0;
	padding: 0;
	display: inline-block;
}
h2 {
	font-weight: 300;
	font-size: 2.3em;
	line-height: 1em;
	letter-spacing: .01em;
	color: #036277;
	text-align: left;
	display: block;
	margin-bottom: .65em;
	margin-top:0;
}
.inside {
	width: 85%;
	max-width: 1250px;
	margin: 0px auto;
}
.global-btn {
  display: block !important;
  margin: 15px auto 0 !important;
	width: auto !important;
	max-width: 40%;
  
}
.global-btn a {
  color: #ffffff;
  text-decoration: none;
   margin: 0;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-appearance: none;
-moz-appearance: none;
   font-weight:700;
 font-style:normal;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  border-radius: 30px;
  background-color: #036277;
  font-size: 18px;
  line-height: 1.2em;
	letter-spacing: -.01em;
  -webkit-transition: background 0.2s ease-out;
-o-transition: background 0.2s ease-out;
transition: background 0.2s ease-out;
cursor: pointer;
	display: block;
	
}
.global-btn a:hover{
  background-color: #073e4a;
}

/*-- ---- ---- ---- ---- HEADER ---- ---- ---- ---- --*/

header {
	width: 100%;
	background-color: #ffffff;
	padding: 14px 0px;
	top: 0px;
	position: fixed;
	z-index: 100;
	box-shadow: 0px 5px 0px 0px rgba(24,123,125,.10);
}
.logo {
	width: 400px;
	display: inline-block;
	position: relative;
	z-index: 200;
}
.header-inside {
	width: 90%;
	margin: 0px auto;
	 display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  
}
header h1 {
	position: absolute;
	right: 50px;
	top: 45%;
	transform: translateY(-50%);
}
header h1 strong {
	color: #42bec8;
}
main {
	margin-top:89px;
}

/*-- ---- ---- ---- ---- Hero Banner ---- ---- ---- ---- --*/

#hero {
	background-color: #333333;
}
.banner-area {
	background-color: #999999;
	padding-bottom: 48.5%;
	position: relative;
	margin-top: 50px;
}
.banner-area-sub {
	background-color: #999999;
	padding-bottom: 35%;
	position: relative;
	margin-top: 0px;
}
#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 .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: .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: .45em;
	line-height: .45em;
}
.slide-copy a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.4vw;
	font-weight: 900;
	letter-spacing: .06em;
	padding: 17px 55px 19px 35px;
	background-color: rgba(21,53,82,1);
	background-image: url("../images/global/accordion-arrow-white.png");
	background-size: 16px 16px;
	background-position: 83% 48.5%;
	background-repeat: no-repeat;
    transition: all .15s linear;
}
.slide-copy a:hover {
	background-position: 85% 48.5%;
	background-color: rgba(0,102,173,1);
}

/*-- ---- Slide 1 ---- --*/

.slide1 {
	background-image: url(../images/main/banners/slide1.jpg);
	text-align: right;
}

/*-- ---- Slide 2 ---- --*/

.slide2 {
	background-image: url(../images/main/banners/slide2.jpg);
	text-align: left;
}

/*-- ---- Slide 3 ---- --*/

.slide3 {
	background-image: url(../images/main/banners/slide3.jpg);
	text-align: right;
	background-position: top center;
}


/*-- ---- ---- ---- ---- State Aid to Public Libraries ---- ---- ---- ---- --*/
.intro-data {
	width: 100%;
	padding: 50px 0px;
	background-color: #E0FAF7;
}
.intro-data .inner {
	display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
	width: 85%;
	max-width: 1250px;
	margin: 0px auto;
	text-align: center;
}
.intro-data .inner p {
	font-weight: 300;
	line-height: 1.2em;
	font-size: 2em;
	letter-spacing: .01em;
	color: #000000;
	text-align: left;
	display: block;
	margin-bottom: 20px;
}
.intro-data .inner p strong {
 color: #036277;
 font-weight: 600;
}

.intro-data .inner .bullets {
  display: block;
  width: 100%;
  margin: 1em auto 2em;
  padding: 0px;
  text-align: left;
  column-count: 3;	
}
.intro-data .inner .bullets ul {
  margin: 0;
  padding: 0;
}
.intro-data .inner .bullets li {
    margin: 0px 0px 20px 20px;
	padding: 0 0 0 0;
    font-weight: 400;
	font-size: 1.2em;
    line-height: 1.3em;
	color: #00000;
	list-style-type: disc;
	letter-spacing: 0;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}


#intro {
	width: 100%;
	padding: 50px 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: .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;
}
.headerintro {
  width: 100%;
  padding: 50px 0px 30px;
  margin: 0;
}
.headerintro .inner {
	display: block;
	width: 85%;
	max-width: 1250px;
	margin: 0px auto;
	text-align: center;
}
.headerintro .inner h1 {
	font-weight: 600;
	font-size: 3em;
	line-height: 1.2em;
	letter-spacing: -.03em;
	color: #036277;
	text-align: center;
	display: block;
	margin:0;
}
.headerintro .inner p {
	font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
    color: #000000;
	margin:0;
	text-align: left;
}

.awards-holder {
	width: 100%;
	padding: 50px 0px;
	background-color: #ffffff;
}
.awards-holder .inner {
	display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
	width: 85%;
	max-width: 1250px;
	margin: 0px auto;
	text-align: left;
}
.awards-holder h2 {
	font-weight: 300;
	font-size: 2.3em;
	letter-spacing: .01em;
	color: #036277;
	text-align: left;
	display: block;
	    margin: 0 0 20px;
}
.awards-holder p {
	font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
    color: #333333;
	margin:0 0 20px
}
.awards-holder ul {
  margin: 10px 0 20px;
  padding: 0;
  
}
.awards-holder li {
    margin: 0px 0 5px;
	padding: 0 0 0 0;
    font-weight: 400;
	line-height: 1.4em;
	color: #00000;
	list-style: none;
	letter-spacing: 0;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}
.awards-holder .inner a {
	color: #036277;
	text-decoration: none;
}
.awards-holder .inner a:hover {
	text-decoration: underline;
}
.awards-links{
display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
	width: 85%;
	max-width: 1250px;
	margin: 15px auto 0px;
	text-align: left;
}
.awards-links-image{
    width:350px;
}
.awards-links-text{
    width: calc(95% - 350px);
	padding-right:5%;
}
.awards-holder h3 {
    font-weight: 700;
    font-size: 1.3em;
    letter-spacing: .01em;
    color: #036277;
    text-align: left;
    display: block;
    margin: 10px 0 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 .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: -.02em;
	line-height: .9em;
}
.lending-large {
	font-weight: 900;
	font-size: 1.05em;
	letter-spacing: -.025em;
	line-height: .9em;
}
.lending-small {
	line-height: .9em;
	
}
.lending-smallest {
	font-size: .6em;
	letter-spacing: -.025em;
	line-height: 1.2em;
	text-align: right;
}
.lending-footnote {
	font-size: .7em;
	line-height: 1.2em;
	margin: 10px auto;
}


/*-- ---- ---- ---- ---- TABLE LAYOUT ---- ---- ---- ---- --*/

#why-matters {
	background-color: #f1efef;
	padding: 3em 0px;
}
#why-matters h2 {
	font-weight: 300;
	font-size: 2.3em;
	line-height: 1.2em;
	letter-spacing: .01em;
	color: #036277;
	text-align: left;
}
#why-matters h3 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 300;
	color: #333333;
	text-align: left;
	width: 85%;
    max-width: 1250px;
	margin: 30px auto 0;
}
#why-matters table {
	width: 100%;
	margin: 0px auto;
	border-collapse: collapse;
	background-color: #ffffff;
	box-shadow: 10px 10px 0px 0px rgba(24,123,125,.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 {
	font-weight: 300;
	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,.1);
}
#why-matters table tbody tr:last-child {
	font-weight: 400;
	border-bottom: 1px solid rgba(24,123,125,.1);
	border-top: 0px solid #036277;
}
#why-matters table tbody tr:last-child th {
	border-right: 1px solid rgba(24,123,125,.1);
}
#why-matters table tbody td {
	border-right: 1px solid rgba(24,123,125,.1);
	text-align: left;
}
table .table-year {
	font-weight: 300;
	font-size: .75em;
	line-height: 1em;
	display: block;
	margin-bottom: -13px;
}
table sup {
	font-weight: 300;
	font-size: .75em;
	line-height: 1em;
}
.footnote {
	display: block;
	text-align: center;
	width: 90%;
	margin: 10px auto 0px auto;
	font-size: .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: #036277;
	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;
}



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


/*-- ---- ---- ---- ---- TABLE LAYOUT ---- ---- ---- ---- --*/

#budget {
	background-color: #42bec8;
	padding: 3em 0px 0em 0px;
}
#budget h2 {
	font-weight: 300;
	font-size: 2.3em;
	letter-spacing: .01em;
	color: #ffffff;
	text-align: left;
}
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,.15);
}
table thead th {
	font-weight: 900;
	width: 14%;
	line-height: 1em;
	background-color: #036277;
	color: #ffffff;
	padding: 20px;
}
table thead th {
	font-weight: 900;
	width: 15%
}
table thead th:first-child {
	width: 40%;
	text-align: left;
}
table tbody th {
	font-weight: 300;
	text-align: left;
	padding: 20px;
	border-right: 1px solid rgba(24,123,125,.1);
}
table tbody th strong {
	font-weight: 900;
	display: block;
	color: #036277;
	font-size: 1.1em;
}
table tbody tr {
	font-weight: 600;
	border-bottom: 1px solid rgba(24,123,125,.1);
}
table tbody tr:nth-child(5) {
	background-color: rgba(24,123,125,.1);
}
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: 20px;
}
table .table-year {
	font-weight: 300;
	font-size: .75em;
	line-height: 1em;
	display: block;
	margin-bottom: -13px;
}
table sup {
	font-weight: 300;
	font-size: .75em;
	line-height: 1em;
}
.footnote {
	display: block;
	text-align: center;
	width: 90%;
	margin: 10px auto 0px auto;
	font-size: .75em;
	line-height: 1em;
	font-weight: 600;
	color: #ffffff;
}


/*-- ---- ---- ---- ---- TABLE LAYOUT ---- ---- ---- ---- --*/

/*-- ---- ---- ---- ----  FOOTER ---- ---- ---- ---- --*/

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: 400px;
	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 10px;
	font-size: .7em;
	line-height: 1.4em;
}

	.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: 44px;
		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: rgba(66,190,200,1);
		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;
	}
	.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,.25);
	}
	nav li:first-child {
		display: block;
		padding: 1em 5% .9em 5%;
    	-webkit-transition: all ease-out .25s;
    	transition: all ease-out .25s;
		background-color: rgba(3,98,119,1);
		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,.5);
	}
	nav li a {
		display: block;
		padding: 1em 5% 1.1em 5%;
    	-webkit-transition: all ease-out .25s;
    	transition: all ease-out .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,.25);
		padding: 1em 5% 1.1em 7.5%;
	}
	.mobile-nav-link {
		display: block;
	}
	.share-mobile {
		display: block;
		text-align: center;
		color: rgba(255,255,255,1);
		font-size: 12px;
		line-height: 12px;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: .1em;
		padding: 10px 7.5% 10px 7.5%;
    	-webkit-transition: all ease-out .25s;
    	transition: all ease-out .25s;
		background-color: rgba(3,98,119,1);
		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: 89px;
		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,.2);
		background-color: rgba(66,190,200,.95);
		height: calc(100%-30px);
	}
.library-name {
	display: block;
	margin-top: 2em;
}
.rented-items {
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	padding: .5em .5em .45em 0px;
	border-right: 1px solid #ffffff;
	font-size: 1.4em;
}
.item-cost {
	font-weight: 900;
	display: inline-block;
	vertical-align: middle;
	padding: .5em 0px .45em .5em;
	font-size: 1.4em;
}

.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);
} --*/

/*--SHARE THIS--*/


.shareThis-holder-main-pg {
    text-align: center;
	width: auto;
	display: block;
	float: right;
padding: 0.2em 0px 0.2em;

}
.share-this-icons {
  display: inline-block;
}
.share-this-icons > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  color: rgba(60,60,67,1);
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .05em;
  margin-top: 5px;
}
.share-this-icons ul {
  padding: 0;
  margin: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}
.share-this-icons ul li {
  display: inline-block;
  margin: 0 1px;
  height: 20px;
  width: 20px;
  position: relative;
  border-radius: 100%;
}
.share-this-icons ul li a {
  background-color: rgb(244 244 245);
  display: inline-block;
  height: 18px;
  width: 18px;
  padding: 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: none;
  border-radius: 100%;
  border: 1px solid #696a6c;
}
.share-this-icons ul li a:hover {
  background-color: #696a6c !important;
}
.share-this-icons ul li a.share-facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath d='M35.8,16.26h-7.64v-5.01c0-1.88,1.25-2.32,2.13-2.32h5.39V.65l-7.43-.03c-8.25,0-10.12,6.17-10.12,10.12v5.52h-4.77v8.53h4.77v24.14h10.03V24.79h6.77l.88-8.53Z' fill='%23000'/%3E%3C/svg%3E");
}
.share-this-icons ul li a.share-twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='%23000'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-linkedin {
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve' fill='%23000'%3E%3Cg%3E%3Cpath d='M4.9,18h8.3v26.4H4.9V18z'/%3E%3Cpath d='M8.9,5.6c-3,0-5,2-5,4.6c0,2.6,1.9,4.6,4.9,4.6h0.1c3.1,0,5-2,5-4.6C13.8,7.5,11.9,5.6,8.9,5.6L8.9,5.6z'/%3E%3Cpath d='M35.7,17.8c-4.7,0-7.7,2.6-8.2,4.4V18h-9.3c0.1,2.2,0,26.4,0,26.4h9.3V30.2c0-0.8,0-1.6,0.2-2.2c0.6-1.6,2-3.2,4.5-3.2 c3.2,0,4.7,2.4,4.7,6v13.7h9.4V29.8C46.2,21.6,41.6,17.8,35.7,17.8L35.7,17.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-email {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23000'%3E%3Cpath d='M24 24.2l21.2-13.8C44.5 9 43 8 41.3 8H6.7c-1.8 0-3.3 1-4 2.4L24 24.2z'/%3E%3Cpath d='M24.9 27.2c-.3.2-.6.3-.9.3s-.6-.1-.9-.3L2.4 13.8V36c0 2.2 1.9 4 4.3 4h34.5c2.4 0 4.3-1.8 4.3-4V13.8L24.9 27.2z'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-facebook:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath d='M35.8,16.26h-7.64v-5.01c0-1.88,1.25-2.32,2.13-2.32h5.39V.65l-7.43-.03c-8.25,0-10.12,6.17-10.12,10.12v5.52h-4.77v8.53h4.77v24.14h10.03V24.79h6.77l.88-8.53Z' fill='%23fff'/%3E%3C/svg%3E");
}

.share-this-icons ul li a.share-twitter:hover {
 background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='white'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-linkedin:hover {
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cpath d='M4.9,18h8.3v26.4H4.9V18z'/%3E%3Cpath d='M8.9,5.6c-3,0-5,2-5,4.6c0,2.6,1.9,4.6,4.9,4.6h0.1c3.1,0,5-2,5-4.6C13.8,7.5,11.9,5.6,8.9,5.6L8.9,5.6z'/%3E%3Cpath d='M35.7,17.8c-4.7,0-7.7,2.6-8.2,4.4V18h-9.3c0.1,2.2,0,26.4,0,26.4h9.3V30.2c0-0.8,0-1.6,0.2-2.2c0.6-1.6,2-3.2,4.5-3.2 c3.2,0,4.7,2.4,4.7,6v13.7h9.4V29.8C46.2,21.6,41.6,17.8,35.7,17.8L35.7,17.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-email:hover {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23fff'%3E%3Cpath d='M24 24.2l21.2-13.8C44.5 9 43 8 41.3 8H6.7c-1.8 0-3.3 1-4 2.4L24 24.2z'/%3E%3Cpath d='M24.9 27.2c-.3.2-.6.3-.9.3s-.6-.1-.9-.3L2.4 13.8V36c0 2.2 1.9 4 4.3 4h34.5c2.4 0 4.3-1.8 4.3-4V13.8L24.9 27.2z'/%3E%3C/svg%3E%0A");
}
#certsummary ul {
  margin: 0;
  padding: 0;	
}
#certsummary li {
    margin: 0px 20px 10px;
	padding: 0 20px 0 0;
	list-style-type: disc;
	letter-spacing: -0.01em;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}
#info {
	background-color: #f1efef;
	padding: 3em 0px;
}
#info .inner {
	width: 85%;
  max-width: 1250px;
	margin:0 auto;
}
#info .inner h2 {
	font-weight: 300;
	font-size: 2.3em;
	line-height: 1.2em;
	letter-spacing: .01em;
	color: #036277;
	text-align: left;
	margin:0 auto 15px;
}
#info .inner p {
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
    color: #333333;
    margin: 0 0 10px;
}
