html, body {
	width: 100%;
	height: 100%;
	font-family: 'Ubuntu', 'Calibri', Verdana, Arial, serif;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	color: #444;
}

* {
	box-sizing: border-box;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

::selection {
    background-color: #fae574;
}

a img {
	text-decoration: none;
	border-style: none;
}

a {
	color: #662d91;
	text-decoration: none;
}

a:hover {
	color: #b0b0b0;
}

#nmsdc-img {
	max-width: 200px;
	float: right;
}

#nmsdc-img2 {
	max-width: 200px;
	float: right;
}

h1, h2, h3 {
	font-family: 'Kalam', 'Ubuntu', 'Calibri', Verdana, Arial, sans-serif;
}

h1 {
	color: white;
	text-shadow: 2px 2px 2px rgba(0,0,0,.25);
	font-size: 2.5em;
	line-height: 1.3em;
	text-align: right;
	padding: 40px 10px 20px 10px;
	margin: 0 auto 20px;
	width: 960px;
	word-spacing: 0.05em;
	font-weight: normal;
}

h2 {
	color: #503581;
	margin-top: 40px;
	margin-bottom: 0;
	line-height: 1em;
}

h3 {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

.clientTitle {
	font-family: 'Ubuntu', 'Calibri', Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	padding-bottom: 0;
	margin-bottom: 0;
}

p {
	margin-top: 10px;
}

.readMore {
	font-size: 0.8em;
	font-weight: bold;
}

#content {
	width: 100%;
	min-height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

#bannerA {
	width: 960px;
	margin: 0 auto;
}

#mainLinks {
	position: relative;
}

#JGLogo {
	margin: 10px auto 30px;
}

#JGLogoWHITE {
	margin: 12px 0 0 9px;
	display: inline;
}

#banner {
	width: 100%;
	height: 440px;
	margin: 0 auto;
	padding: 0;
	background-image: url('images/bgSliver2.png');
	background-repeat: repeat-x;
}

#bannerB {
	width: 100%;
	height: 140px;
	margin: 90px auto 0;
	padding: 0;
	background-image: url('images/bgSliver-SHORT2.png');
	background-repeat: repeat-x;
}

#shortBan {
	width: 960px;
	margin: 0 auto;
}

#footer {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	padding: 0;
	background-image: url('images/footSliver2.png');
	background-repeat: repeat-x;
	color: #7f7f7f;
	font-size: 0.8em;
}

#pictureLinks, #aboutInfo, #contactInfo {
	margin: 0 auto;
	padding: 0;
	height: 140px;
	width: 960px;
}

#pictureLinks img {
	width: 300px;
	height: 140px;
	padding: 0;
	border-bottom: 4px solid white;
	box-shadow: 0 1px 1px rgba(0,0,0,.3);
}

#pictureLinks div {
	float: left;
	width: 300px;
	margin: 0 10px;
	background-color: rgba(0,0,0,0.3);
	border-top: 4px solid #fff;
}

#pictureLinks div:hover {
	background-color: rgba(255,255,255,.2);
	border-bottom: 4px solid white;
	box-shadow: 0 1px 1px rgba(0,0,0,.3);
}

#pictureLinks h3 {
	margin: 0;
	padding: 10px;
	width: 300px;
	color: #fff;
	font-weight: normal;
}

#aboutInfo p {
	margin-left: 10px;
	font-size: 1.5em;
	line-height: 1.5em;
	color: white;
	font-weight: normal;
	text-shadow: 2px 2px 2px rgba(0,0,0,.4);
}

.clientQuote {
	font-size: 1.2em;
}

.clientQuote p.first {
	text-indent: -13px;
}

.clientList {
	margin-left: 0;
	padding-left: 0;
	line-height: 1.5em;
}

.clientList, .clientList li {
	list-style: none;
}

.clientList ul {
	padding-left: 18px;
	font-style: italic;
	font-size: 0.9em;
}

#aboutInfo p.second {
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	color: #662d91;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

#contactInfo p {
	margin-left: 10px;
	color: #dfdfdf;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 1.2em;
	line-height: 1.2em;
}

#contactInfo p strong {
	color: #fff;
}

#contactInfo p a {
	color: #662d91;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	font-weight: bold;
}

#contactInfo p a:hover {
	color: #fae574;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.footnote {
	font-size: 0.8em;
	color: gray;
}

#navBar {
	display: inline;
	position: relative;
	float: right;
	padding-top: 170px;
	padding-right: 10px;
	color: lightgray;
}

#navBar li {
	display: inline;
	padding: 0 0 0 20px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

#copy {
	width: 960px;
	padding: 0 0 100px;
	margin: 0 auto;
}

.soon {
	color: lightgray;
}

.meetingDates {
	font-weight: bold;
	color: gray;
	font-size: 0.9em;
}

.externalLink {
	font-weight: bold;
	font-size: 0.9em;
}

.blurb {
	width: 300px;
	display: inline;
	float: left;
	padding: 0;
	margin: 0 10px 30px;
}

.blurbWide {
	width: 460px;
	display: inline;
	float: left;
	padding: 0;
	margin: 0 10px 30px;
}

.blurbWider {
	width: 620px;
	display: inline;
	float: left;
	padding: 0;
	margin: 0 10px 30px;
}

.blurbTwo {
	padding-top: 0px;
	margin-top: 0px;
	display: inline-block;
}

p img {
	float: left;
	margin-right: 12px;
	width: 162px;
	border: 9px solid #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
}

.caution {
	font-style: italic;
	margin-top: 0;
	color: #aaa;
	font-size: 0.9em;
}

#contactInfo strong {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
	text-shadow: 2px 2px 2px rgba(0,0,0,.4);
}

#footContent {
	width: 960px;
	padding: 20px 0;
	margin: 0 auto;
}

#footContent p {
	margin-top: 0;
}

#shareLinks {
	width: 300px;
	margin: 8px 10px 0;
	float: left;
	display: inline-block;
}

#footCopy {
	width: 620px;
	margin: 0 10px;
	float: left;
	display: inline-block;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.25);
}

#footCopy a {
	text-shadow: 1px 1px 0 rgba(255,255,255,0.25);
}

#footCopy a:hover {
	color: #fae574;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

/*

Mailchimp Form Styles

*/

div.mc-field-group {
	margin-bottom: 6px;
}

div.mc-field-group.input-group ul {
	padding-left: 0;
	
}

div.mc-field-group.input-group ul li {
	list-style-type: none;

}

input[type="radio"] {
	margin-right: 10px;
}

fieldset.mc_fieldset.gdprRequired.mc-field-group {
	padding: 0;
	margin: 0;
}

label.checkbox.subfield {
	display: block;
}