/**********
**********/

.left {			float: left; }
.right {			float: right; }

.align-center {	text-align: center; }
.align-right {	text-align: right; }

.smaller {		font-size: smaller; }

.caption,
.content p.caption {		
				margin: -2px 0 0; 
				font-style: italic; 
				font-size: 13px; 
				font-weight: 100;
}

.inline,
.button.inline,
a.button.inline {
				display: inline; }
				
.display-block {
				display: block; }				

.hidden,
.button.hidden,
a.button.hidden {		
				display: none; }

.row {			display: table-row; }

.one-third,
.two-thirds,
.one-half,
.one-fourth,
.one-fifth {	margin-right: 15px; }

.one-third:last-child,
.one-half:last-child,
.one-fourth:last-child,
.one-fifth:last-child {
				margin-right: 0; }

.two-thirds {	width: 646px; }
.one-third {		width: 307px; }
.one-half {		width: 476px; }
.one-fourth {	width: 230px; }
.one-fifth {		width: 181px; }
.full {			width: 100%; }

.w-30	{ width: 30%; }
.w-47	{ width: 47%; }
.w-50	{ width: 50%; }
.w-60	{ width: 60%; }
.w-100	{ width: 100%; }

.ie8 .one-half,
.ie7 .one-half,
.ie6 .one-half {
				width: 469px; }
				
.ie8 .one-fourth,
.ie7 .one-fourth,
.ie6 .one-fourth {
				width: 227px; }				
				
.home-promo1 {	width: 212px; }

.ie8 .home-promo1,
.ie7 .home-promo1,
.ie6 .home-promo1 {
				width: 208px; }

.last-block {	margin-right: 0; }

.content p,
.font-size-standard,
.font-size-standard p {
				font-size: 15px;
				line-height: 20px;
				/*text-shadow: 2px 2px 1px rgba(255, 255, 255, 1); */
				-webkit-hyphens: auto;
				-moz-hyphens: auto;
				-ms-hyphens: auto;
				-o-hyphens: auto;
				hyphens: auto;	
}

.funky {
	font-family: 'Love Ya Like A Sister', 'Hind', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #666;
	color: rgba(0,0,0,0.65);
}

.no-hyphen p,
p.no-hyphen {
			-webkit-hyphens: none;
			-moz-hyphens: none;
			-ms-hyphens: none;
			-o-hyphens: none;
			hyphens: none;	
}

.rounded {
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			border-radius: 5px;
			border-top-left-radius:5px;
			border-top-right-radius:5px;
			border-bottom-left-radius:5px;
			border-bottom-right-radius:5px;	
}

.clickable:hover {
	opacity: .8;
}

.std-shadow {
	border: 1px solid #fff;
	box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
}

.block {
				padding: 20px;
				margin: 0 0 15px;
				font-size: 13px;
				line-height: 18px;
				text-align: left;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				border-radius: 5px;
				border-top-left-radius:5px;
				border-top-right-radius:5px;
				border-bottom-left-radius:5px;
				border-bottom-right-radius:5px;
				box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
				background: #efefef;
				background: rgba(255,255,255,0.7);
}

.block p {
				font-size: 13px;
				line-height: 18px;
}

.block.special {
	background: #D0DDE9;
	background: rgba(189, 215, 233, 0.55);
}

.block.simple {
	border: 0;
	padding: 0;
	background: none;
	padding-top: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bbb
	-moz-box-shadow: 	0px 7px 5px -9px #444;
	-webkit-box-shadow: 0px 7px 5px -9px #444;
	box-shadow: 		0px 7px 5px -9px #444;
}

.block.errors {
	background: rgba(255, 204, 0, 0.3);
	border: 1px solid rgba(204, 0, 0, 0.5);
}

.block.full {
	width: 100%;
}

.policy p {
	font-size: 12px;
}

.highlight,
.highlight p {
	font-size: 20px;
	line-height: 25px;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}
	
.img-standard {
	border: 5px solid rgba(0,0,0,0.2);
}

.img-right {
	margin: 0 0 8px 15px;
}

.img-fourth {
	width: 220px;
	border: 5px solid #ccc;
	border: 5px solid rgba(0,0,0,0.2);
}

ul.std-list {
	margin: 0;
	padding: 0;
}

ul.std-list li {
	margin: 0 0 3px 25px;
}

ul.std-list.extra-space {
	list-style: none;
	font-size: 1.05em;
}

ul.std-list.extra-space li {
	padding: 0 25px 25px 0;
}

ul.std-list.extra-space li strong {
	text-transform: uppercase;
}

.opacity-85,
.button.opacity-85,
a.button.opacity-85 {
	opacity: .90;
}

.opacity-85:hover,
.button.opacity-85:hover,
a.button.opacity-85:hover {
	opacity: 1.0;
}

.sc-image-block {
	width: 500px;
	margin: 10px auto;
	font-size: 13px;
}

.sc-image-block img {
	margin-left: 0;
	margin: 10px 0 5px;	
}


/**********
**********/

.sticky {
	position: fixed;
	top: -12px;
	left: auto;
	padding: 25px 0 15px;
	width: 968px;	
	background: #fff;
	border-bottom: 1px solid #777;
	-moz-box-shadow: 0px 7px 10px -10px #666;
	-webkit-box-shadow: 0px 7px 10px -10px #666;
	box-shadow: 0px 7px 10px -10px #666;
	z-index: 999;
}

/**********
**********/

.button,
a.button {
	background-color: #8c9cbf;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691));
	background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
	background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
	background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
	background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
	background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
	border: 1px solid #172d6e;
	border-bottom: 1px solid #0e1d45;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
	box-shadow: inset 0 1px 0 0 #b1b9cb;
	color: #fff;
	font-weight: bold;
	padding: 7px 0 8px 0;
	text-decoration: none;
	text-align: center;
	display: block;
	text-shadow: 0 -1px 1px #000f4d;
}

button:hover,
a.button:hover,
input.button:hover {
	background-color: #7f8dad;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f8dad), color-stop(50%, #4a5e8c), color-stop(50%, #2f477d), color-stop(100%, #364c80));
	background-image: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: -ms-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	cursor: pointer; 
}

button:active,
a.button:active {
	-webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
	box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white; 
}

.button-green,
a.button-green {
	background-color: #aaf097;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaf097), color-stop(50%, #73c45d), color-stop(50%, #4fa139), color-stop(100%, #4fa139));
	background-image: -webkit-linear-gradient(top, #aaf097 0%, #73c45d 50%, #4fa139 50%, #4fa139 100%);
	background-image: -moz-linear-gradient(top, #aaf097 0%, #73c45d 50%, #4fa139 50%, #4fa139 100%);
	background-image: -ms-linear-gradient(top, #aaf097 0%, #73c45d 50%, #4fa139 50%, #4fa139 100%);
	background-image: -o-linear-gradient(top, #aaf097 0%, #73c45d 50%, #4fa139 50%, #4fa139 100%);
	background-image: linear-gradient(top, #aaf097 0%, #73c45d 50%, #4fa139 50%, #4fa139 100%);
	border: 1px solid #172d6e;
	border-bottom: 1px solid #0e1d45;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
	box-shadow: inset 0 1px 0 0 #b1b9cb;
	color: #fff;
	font-weight: bold;
	padding: 6px 8px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: block;
	text-shadow: 0 -1px 1px #000f4d;
}

button-green:hover,
a.button-green:hover,
input.button-green:hover,
a.button-green.active {
	background-color: #7f8dad;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f8dad), color-stop(50%, #4a5e8c), color-stop(50%, #2f477d), color-stop(100%, #364c80));
	background-image: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: -ms-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	cursor: pointer; 
}

button-green:active,
a.button-green:active {
	-webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
	box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white; 
}

.button.loading,
.button-green.loading,
a.button.loading,
a.button-green.loading {
	background: url('../images/repeating.gif') repeat;
	border: 1px solid #ccc;
	color: rgba(0,0,0,0);
	text-shadow: none;
}

.topright-button {
	margin: -65px 0 0;
	font-size: .9em;
	padding-right: 10px;
	padding-left: 10px;
}



/**********
**********/

.fieldstyle,
input.fieldstyle,
select.fieldstyle,
textarea.fieldstyle {
	padding: 10px;
	font-size: 15px;
	margin: 0 0 0 3px;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	font-family: 'Hind', Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 175px;
	font-weight: 300;
}


select.fieldstyle {
	padding: 9px;
}
	
.fieldstyle.default {
	color: #ccc;
}

.fieldstyle:focus {
	color: #555;
	background: rgba(255, 204, 0, 0.3);
	font-weight: 400;
}

.fieldstyle.completed:focus {
	background: rgba(255, 204, 0, 0.3);
	font-weight: 400;
}

.fieldstyle.completed {
	color: #555;
	background: rgba(12, 54, 81, 0.1);
}

fieldset {
	padding: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border-color: rgba(0,0,0,0.2);
	margin: 0 0 35px 0;
}

fieldset:hover {
	background: #fcfcfc;
	border-color: rgba(0,0,0,0.4);
}

fieldset legend {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(0,0,0,0.7);
}

.form-section {
	font-family: 'Hind', Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.form-section .left {
	margin-right: 5px;
}

.covid-survey, 
.covid-survey p {
    font-size: 1.1em;
    line-height: 1.3em;
}

.covid-survey-desc {
	font-size: 14pt !important;
}

.covid-survey-desc ul li {
	font-size: 14pt;
	line-height: normal;
}

.form-desc {
	font-size: 1.7em;
}

.form-desc p {
	margin: 0 0 15px;
}

.form-item {
	margin: 0 0 10px;
}

.form-section label {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: rgba(0,0,0,0.7);
}

.form-section label span {
	font-weight: 400;
	text-transform: lowercase;
	margin: 0 0 0 6px;
}

.form-section hr {
	margin: 15px 0 25px;
	opacity: 0.7;
}

.checkboxes {
	margin: 15px 0 0;
}

input.checkbox {
	margin: 0 -30px 0 0;
}

.checkbox-label {
	font-family: "Courier New", Courier, monospace;
	padding: 6px 6px 6px 30px;
	margin: 0 10px;
	border: 1px solid rgba(0,0,0,0.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	color: rgba(0,0,0,0.5);
}

p .checkbox-label {
	font-size: 15px;
	line-height: 30px;
}

.checkbox-label:hover {
	border: 1px solid rgba(0,0,0,0.3);
	background: rgba(255, 204, 0, 0.3);
	cursor: pointer;
	color: rgba(0,0,0,1.0);
}

.checkbox:checked + .checkbox-label {
	border: 1px solid rgba(0,0,0,0.3);
	background: rgba(170, 240, 151, 0.5);
	font-weight: bold;
	color: rgba(0,0,0,1.0);	
}

.checkbox:disabled + .checkbox-label {
	border: 1px solid rgba(0,0,0,0.2);
	background: #efefef;
	font-weight: bold;
	color: rgba(0,0,0,0.3);
	text-decoration: line-through;
	cursor: default;
}

.blog-centered {
	background: rgba(237,237,237,.9);
	width: 580px;
	text-align: left;
	margin: 20px 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	padding: 30px;
}

.blog-centered img,
.blog-centered img.aligncenter {
	text-align: left;
	margin: 5px 0;
  	width: 100%;
}

.blog-centered p {
	font-size: 12px !important;
	line-height: 1em !important;
}

.blog-index .blog-centered {
  	width: 545px;
}

p.blockquote-full {
  font-size: 2em;
  padding: 20px;
  text-align: center;
  font-weight: 400;
  border-left: 20px solid rgba(0,0,0,0.1);
  border-right: 20px solid rgba(0,0,0,0.1);

}

p.blockquote-right {
  font-size: 1.5em;
  border-left: 6px solid rgba(0,0,0, 0.1);
  padding: 15px 20px;
  text-align: left;
  font-weight: bold;
  margin: 0 0 20px 20px;
  float: right;
  width: 180px;
}

p.blockquote-rightcol {
  font-size: 1.9em;
  padding: 25px 0;
  text-align: left;
  font-weight: 800;
  margin: 0 -310px 0 0;
  float: right;
  width: 280px;
}

p.blockquote-left {
  font-size: 1.5em;
  border-right: none;
  padding: 15px 0;
  text-align: left;
  font-weight: bold;
  margin: 15px 30px 15px -20px;
  float: left;
  width: 170px;
}

p.blockquote-full,
p.blockquote-right,
p.blockquote-left,
p.blockquote-rightcol {
  font-family: Georgia, Times New Roman, Serif;
  line-height:  1.05em;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}

.post-date {
  font-size: .95em;
  font-style:  italic;
}

.pre-title {
  font-size: .35em;
  text-transform:  uppercase;
  font-family: Roboto Slab, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
  font-weight: 800;
}

.pre-title a {
  text-decoration:  none;
  margin: -25px 0 0 0;
}
