/* STEALING GRAPHICS FOR HEADER -- via deploy-time pass of buildutils/python/process_vhosts.py
/* url(/graphics/headers/FSHLogoheader.png);*/
/* url(/graphics/images/FSHsearchicon.svg);*/
/* url(/graphics/images/SomervilleLogo.png);*/
/* url(/graphics/images/SomervilleSeal.png);*/

body {
	margin: 0;
	font: normal 16px/24px 'Nunito Sans', Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100, "YTLC" 500;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
	color: #2B2B2B;
	background-color:#FFF;
	}

a, a:visited, a:active  {
	color: #3A7E33;
	text-decoration: underline;
    }
a:hover {
    color: #3A7E33;
    text-decoration: none;
    }

.secondaryColor {
	color: #2B2B2B !important;
}

#mastertable {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	text-align: left;
	color: #000033;
	}

#toptable {
	margin-top: 5px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	max-width: 1100px;
	clear: both;
	}

#reducetable {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	}

.languageLinkPadding {
	padding-right: 5px;
	font-size: 15px;
	font-family: sans-serif;
	}
.languageLinkPadding a {
	color: #2B2B2B;
}

.welcomeFSH {
	margin-top: -5px;
	padding-top: 50px;
	font-size:110%;
	line-height: 150%;
	font-weight: 300;
	color: #000;
}
.welcomeFSH > div:first-child {
	max-width: 800px;
	margin: auto;
}
.FSHdoodad {
	display: block;
	height: 3px;
	border-radius: 10px / 2px;
	background-color: #EE6C42;
	position: relative;
	top: -3px;
}
.welcomeFSH div.hours {
	background-color: #F0F0F0;
	font-weight: bold;
	margin-top: 30px;
	font-size: 95%;
}
.bigGreen {
	color: #3A7E33;
	font-weight: bold;
	font-size: 22px;
}
.welcomeHead {
	color: #3A7E33;
	line-height:125%;
	font-size:190%;
	margin:0 auto 20px auto;
	font-weight: 800;
}

h1 {
	font-size: 22px;
	}

#paintTitle {
	color: #000033;
	border-bottom: solid 1px #158c59;
	background-color: inherit;
	}

.paintTitle {
	color: #000033;
	border-bottom: solid 1px #158c59;
	background-color: inherit;
	}

.paintTitle2 {
	color: #000033;
	border-bottom: solid 1px #158c59;
	background-color: inherit;
	}

.paintTitleH2 {
	color: #000033;
	border-bottom: solid 1px #158c59;
	font-size: 16px;
	background-color: inherit;
	}


.footerstrip
{
	background-color: inherit;
}

.FSHFooter, .validationTags {
	background-color: #F0F0F0;
}
.FSHFooter {
	border-top: 15px solid #525252;
	color:#2B2B2B;
	}
.FSHFooter > div:first-child {
	max-width:1275px;
	margin: 30px auto 0 auto;
	font-size: 80%;
	}
.FSHFooter a {
	color:#2B2B2B;
	}
.footerNav {
	padding: 0 10px;
}
.footerNav > div:first-child {
	margin-top: 40px;
}
.footerNav > div:last-child {
	display:flex;
	align-content: flex-start;
	flex-wrap: wrap;
	line-height:225%;
	max-width: 650px;
	margin: auto;
	}
.footerNav > div:last-child > div {
	flex:1 1 13%;
    padding: 0 20px 10px 20px;
	}
.footerNav ul {
    margin: 0;
    padding: 0;
	}
.footerNav li {
    white-space: nowrap;
    list-style-type: none;
	}
.footNavHead {
	font-weight: bold;
	font-size: 130%;
	}
.FSHSponsor {
	margin:0 20px;
	flex-basis:200px !important;
	}
.FSHSponsor > div:first-child {
	height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	}
.FSHSponsor > div > div:nth-child(2) {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	}
.FSHSponsor > div > div:nth-child(2) > a {
	margin:5px auto 0 auto;
	}
.standardFooter {
	font-size:75%;
	color:#000;
	}
.standardFooter img {
	background-color:#FFF;
}

.standardFooter a {
	color:#000;
}

/*Text Search Styling*/

.FSHTextSearchContainer form > div {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}

.FSHTextSearchContainer .tsTextboxClass {
	border:none;
	height:36px;
	width: calc(100% - 44px);
}

.FSHTextSearchContainer .tsSubmitClass {
	height:40px;
	width:initial;
	background:#fff;
	border:none;
	padding:0;
}
.tsSuggest {
	flex-basis: 100%;
	background: white;
	color: #111;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: -25px;
	z-index:99;
}
.tsSuggest > ul {
	margin: 2px;
	padding: 0px;
	list-style-type: none;
	-webkit-columns: 4 150px;
	-moz-columns: 4 150px;
	columns: 4 150px;
}
.tsMessage {
	margin-bottom:-10px;
}


.textContainer {
	padding: 10% 0;
	background:url(/graphics/images/SomervilleHero.webp) no-repeat;
	background-position-y:top;
	background-position-x:center;
	background-size:cover;
}
.textFlex {
	display:flex;
	flex-direction:column;
	color:white;
	background-color: rgba(58,126,51,0.8);
	padding: 1% 2%;
	max-width: 750px;
	margin: 0 auto;
}
.textTitle {
	font-family: "PT Sans Narrow";
	font-size: 55px;
	font-weight: bold;
	line-height: 120%;
	padding-bottom: 4px;
	margin-left: -3px;
}
.textAdvanced {
	margin-top: 10px;
	text-align: right;
	font-weight: 500;
	text-transform: uppercase;
}
.textAdvanced a {
	color:white;
	text-decoration:none;
}

@media all and (max-width: 1000px) {
	.textContainer {
		background-size:cover;
	}
}
@media all and (max-width: 600px) {
	.textContainer .textTitle {
		display:none;
	}
	.FSHTextSearchContainer .tsTextboxClass {
		width:80%
	}
	.FSHTextSearchContainer .tsLabel {
		width:100%;
	}
}

/*CMS Styling*/
.frontBoxBox {
	margin: 50px auto;
}
.cmsTiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
}
.cmsTiles > div {
	flex: 1 1 320px;
    min-height: 320px;
    max-width: 390px;
    margin: 10px;
    background-size: cover !important;
}
.plate {
	color:#FFF;
	overflow: hidden;
	height:100%;
	position: relative;
}
.plateShade {
	height: 50%;
}
.plateContent {
	display: flex !important;
    flex-wrap: wrap;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    min-height: 8em;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
}
a:hover .plateContent {
	background-color: rgba(0, 0, 0, 0.6);
}
.plateContent > span {
	flex:1 1 100%;
}
.plateTitle {
	font-size:200%;
	line-height:115%;
	padding-bottom:5px;
}
.plateIntro {
	font-size:90%;
	padding-bottom:5px;
}
.cmsTiles a span {
	display:block;
}
.cmsTiles .cmsArticles a {
	text-decoration:none;
	background-position: center bottom;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	font-family: 'PT Sans Narrow';
	font-weight: 400;
}
.cmsTiles .cmsArticles a:hover {
	background-size: 100% 233%;
}
.cmsTiles .cmsArticles a > span {
	flex: 1 1 auto;
}
.cmsTiles .cmsStickies a {
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	text-align:center;
	display:block;
	height: 100%;
}
.stickyPlate {
	display:flex !important;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
.stickyPlate > span {
	flex: 1 1 auto;
}
.stickyHeadSpace {
	height:15%;
}
.stickyTitle {
	font-size:140%;
	line-height:140%;
	height:40%;
}
.stickyButtonWrapper {
	height:20%;
}
.stickyButton {
	padding:5px;
	border-radius:6px;
	width:40%;
	font-family: 'Nunito Sans';
	font-size: 90%;
	font-weight: normal;
	margin:5px auto;
	background-color: #3A7E33;
}
.cmsStickies a:hover .stickyButton {
	background-color:#FFF;
	color:#158c59;
}

.FSHResources.ui-widget {
	font-family: 'Open Sans' !important;
}

.frontLayout {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.frontLayout > div {
	flex: 1 1 300px;
}

#about_us h1 {
	margin-top: 40px;
}
#about_us ul {
	padding: 0 0 0 20px;
}
.FSHResources li {
	margin-bottom: 20px;
}
