@charset "utf-8";
* { 
	margin: 0; 
	padding: 0; 
}
html, body, #fullwidth {
	height: 100%;
}
body {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-size: 16px;
	background-color: #EEE;
	color: #000;
	margin: 0;
	padding: 8px;
}
#debug {
	color: #000;
}
img, audio, video {
	max-width: 100%;
	height: auto;
}
img.slider {
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}
hr {
	margin-top: 1em;
	margin-bottom: 1em;
}
.button, .submitbutton, .homebutton {
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
}
a{
	cursor: pointer;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-property: color, background-color, background-position, border;
	transition-property: color, background-color, background-position, border;
	-webkit-transition-timing-function: cubic-bezier(.5, 0, .5, 1);
	transition-timing-function: cubic-bezier(.5, 0, .5, 1);
}
a, a:link, a:visited{
	text-decoration: none;
	color: #BC2024;
}
a:hover, a:visited:hover {
	color: #3C6400;
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-weight: 700;
	letter-spacing: -1px;
}
h1 a, h1 a:link, h1 a:visited,
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited{
	color: #111;
}
h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 100%;
	color: #000;
	padding: 0;
	margin: 0;
}
h1 img{
	width: 100%;
}
h1 + p {
	position: relative;
}
.logo {
	width: 640px;
}	
h3, h2 {
	padding-top: 1em;
	font-size: 1.2em;
	font-weight: 700;
	color: #000000;
	line-height: 100%;
}
h4{
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: 700;
}
li {
	list-style-position: outside;
	padding-bottom: .2em;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}
ul {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2em;
	padding-right: 0;
	margin: 0;
}
#fullwidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
}
#header {
	box-sizing: border-box;
	background-color: #274372;
	color: #FFF;
	display: table;
	width: 100%;
	padding: 1em 40px;
}	
#header > div {
	display: table-cell;
	vertical-align: middle;
}
#main {
	background-color: #FFFFFF;
	box-sizing: border-box;
	font-size: 1em;
	line-height: 130%;
	padding: 24px 40px;
	color: #000000;
}
#footer {
	position: relative;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1em;
	text-align: center;
}
#footer .login {
	text-align: left;
	position: absolute;
	top: 1em;
	left: 1em;
}
#footer p {
	text-align: center;
}	
.light1 {
	color: #F4B84A;
}
.light2 {
	color: #D88207;
}
.light3 {
	color: #EB010A;
}
.dark1 {
	color: #5F0304;
}
.dark2 {
	color: #797979;
}
.bar1 {
	color: #3C6400;
	background-color: #FFFFFF;
	padding: 8px;
	text-align: center;
}

.border {
	border: 2px solid #274372;
	border-radius: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 16px;
}
.formtable.border {
	background-color: rgba(255,255,255,.75);
	box-shadow: 1px 2px 2px #000000;
}
.formnorm {
    font-family: "Alegreya",Times,serif;
    font-size: 16px;
	line-height: 1em;
}
.submitbutton {
	border-radius: 8px;
	border: 2px outset #FFFFFF;
	font-size: 17px;
	text-transform: uppercase;
	padding: 4px 6px;
	line-height: 1em;
	margin-left: 4px;
	margin-right: 4px;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
}
.homebutton {
	font-size: 16px;
	border-radius: 4px;
	border: 2px outset #FFFFFF;
	text-transform: uppercase;
	padding: 4px 6px;
	line-height: 1em;
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
	background-color: #63B2F5;
	color: #FFF;

}	
.homebutton:hover {
	background-color: #B1D8FA;
}
.submitbutton.pale{
	background-color: #FFFFFF;
	color: #635E62;
}
.submitbutton.dark{
	background-color: #A0C859;
	color: #000000;
}
.submitbutton:hover{
	background-color: #928F91;
	color: #FFFFFF;
}
.fadebox {
	font-size: 14px;
	border-radius: 4px;
	background-color: #3D5680;
	background-color: rgba(255,255,255,.1);
}
#header .fadebox {
	box-sizing: border-box;
	width: 360px;
	padding: 20px;
}
.formhome {
	padding: .5em .3em;
	font-size: 14px;
	color: #274372;
	border-radius: 4px;
	margin-right: 6px;
}

.navspace {
	padding: 0 40px;
}
#navbar {
	background-color: #F4F4F4;
	position: relative;
}
#navbar > ul {
	box-sizing: border-box;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 24px;
	display: table;
	padding: 0;
	margin: 0;
	width: 100%;
}

#navbar li{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navbar > ul > li{
	display: table-cell;
	vertical-align: middle;
}
#navbar a{
	padding: .5em;
	border: 1px solid #CCC;
	vertical-align: middle;
}
#navbar a, #navbar a:link, #navbar a:visited {
	display: block;
	color: #000;
}
#navbar a:hover, #navbar a:visited:hover{
	background-color: #B1D8FA;
	color: #274372;
	border-color: #274372;
}
#navbar .bigred a, #navbar .bigred a:link, #navbar .bigred a:visited {
	background-color: #AB2328;
	border-color: #D34B50;
	color: #FFF;
}
#navbar .bigred a:hover, #navbar .bigred a:visited:hover{
	color: #FFFF00;
	border-color: #FF0000;
}

#navbar .on a, #navbar .on a:link, #navbar .on a:visited {
	background-color: #63B2F5;
	border-color: #FFF;
	color: #FFF;
}

#navbar ul ul {
	margin: 0px;
	padding: 0px;
	background-color: rgba(244,244,244);
	background-color: rgba(244,244,244,.95);
	position: absolute;
	z-index: 500;
	display: none;
	text-align: center;
	font-size: .85em;
}
#navbar ul ul a, #navbar ul ul a:link, #navbar ul ul a:visited {
	color: #000;
	padding-top: .2em;
	padding-bottom: .2em;
	border-bottom: 2px solid #CCC;
}
#navbar ul ul a:hover, #navbar ul ul a:visited:hover {
	background-color: #B1D8FA;
	color: #274372;
	border-color: #274372;
}
#navbar ul ul .on a, #navbar ul ul .on a:link, #navbar ul ul .on a:visited {
	background-color: #63B2F5;
	border-color: #FFF;
	color: #FFF;
}

div#navbar li:hover, div#navbar2 li:hover {
	cursor:pointer;
	z-index:100;
}

div#navbar li:hover ul ul,
div#navbar li li:hover ul ul,
div#navbar li li li:hover ul ul,
div#navbar li li li li:hover ul ul
{display:none;}

div#navbar li:hover ul,
div#navbar li li:hover ul,
div#navbar li li li:hover ul,
div#navbar li li li li:hover ul
{display:block;}

#mobilenav {
	background-color: #CCCCCC;
	display: none;
	width: 100%;
	position: relative;
}
#mobilenav ul	{
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#mobilenav li{
	box-sizing: border-box;
	width: 100%;
	list-style:none;
	display: table;
	text-align: center;
	padding: 0;
}
#mobilehide > ul > li{
	border-top: 1px solid #909090;
} 
#mobilehide > ul:last-child{
	border-bottom: 1px solid #909090;
}
#mobilehide .more, #mobilehide .nomore{
	width: 70px;
	height: 44px;
}
#mobilenav .more {
	background-image: url(http://commonelements.net/common/elements/mobile_pieces.png);
	background-position: center -56px;
	display: table-cell;
}
#mobilenav li > div {
	display: table-cell;
	vertical-align: middle;
}
#mobilenav a, #mobilenav a:link, #mobilenav a:visited {
	display: block;
	line-height: 44px;
	height: 44px;
	color: #000;
}
#mobilenav .on a {
	color: #FFF;
	background-color: #63B2F5;
}
#mobilenav .mobiletitle {
	color: #000;
	text-align: center;
	font-weight: normal;
	font-size: x-large;
	line-height: 52px;
	height: 52px;
	display: block;
	margin-right: 70px;
	overflow: hidden;
}
#mobilenav ul ul {
	display:none;
}
.mobileicon {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 52px;
	background-image: url(http://commonelements.net/common/elements/mobile_pieces.png);
	background-position: center 0px;
}
.mobileicon:hover, #mobiletoggle:checked ~ .mobileicon, #mobilenav .more, #mobilenav a:hover, #mobilenav a:visited:hover {
	color: #274372;
	background-color: #B1D8FA;
}
#mobilehide {
	display: none;
}
#mobiletoggle, .subtoggle {
	position:absolute;
	left:-100%;
	top:-100%;
}
#mobiletoggle + label, #mobilehide.more{
	cursor: pointer;
}
#mobiletoggle:checked ~ #mobilehide {
	display: block;
}
#mobilehide ul li input:checked ~ ul {
	display: table-row;
}
#mobilehide ul li input:checked + label {
	background-position: center -109px;
}
a.call, a.call:link, a.call:visited {
	color: #000;
}
.page {
	padding: 0em;
}
.page > h1 {
	margin-bottom: 16px;
}
.page.home {
	padding: 0;
	text-align: center;
}
.portrait {
	border: 4px outset #CCCBC6;
	box-shadow: 4px 4px 8px #000;
}
.button {
	font-family: "Anton", Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background-image: url(elements/gradients.png);
	background-repeat: repeat-x;
	background-position: 0px -200px;
	padding: 14px 16px;
	font-size: 17px;
	line-height: 110%;
	color: #2E3192;
}
.buttonside {
	background-color: #DDDDDD;
	box-shadow: 1px 2px 2px #000000;
}	
.button h3, h4 {
	font-family: "Anton", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 110%;
	margin: 0;
	padding: 0;
}
.button h3 {
	color: #BC2024;
}
.button p {
	margin: 0;
	padding: 0;
}
.button:hover{
	background-color: #9C9FFF;
}
.fade1 {
	background-color: #FFFFFF;
}
.fade2 {
	background-color: #EEEEEE;
}
.fade3 {
	background-color: #DDDDDD;
}
.fade4 {
	background-color: #CCCCCC;
}
.container{
	position: relative;
}
.insetbox {
	box-shadow: inset 1px 2px 4px #000000;
	border-radius: 6px;
	border: 1px solid #FFFFFF;
	background-color: #BBBBBB;
}
.socialmedia {
	display: table;
	border-collapse:separate;
	border-spacing: 6px;
	margin: 0;
}
.socialmedia > div {
	display: table-cell;
	vertical-align: middle;
}
.social:not(:last-child){
	border-right: 1px solid #FFFFFF;
	padding-right: 5px;
}
.social:not(:last-child){
	border-right: 1px solid #FFFFFF;
	padding-right: 5px;
	margin: 5px 0 5px 5px;
}

.social, .social div.spacer { 
	background-image: url(elements/icons.png);
	background-repeat: no-repeat;
	background-size: 300px;
	text-align: center;
}
.social div.spacer {
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	height: 32px;
	width: 32px;
	display: block;
}
.social div.spacer:hover {
	opacity: 0;
}
.facebook div.spacer  {
	background-position: -0px 0px;
}
.facebook {
	background-position: -0px -50px;
}
.twitter div.spacer  {
	background-position: -50px 0px;
}
.twitter {
	background-position: -50px -50px;
}

.googleplus div.spacer  {
	background-position: -100px 0px;
}
.googleplus {
	background-position: -100px -50px;
}
.linkedin div.spacer  {
	background-position: -150px 0px;
}
.linkedin {
	background-position: -150px -50px;
}
.youtube div.spacer  {
	background-position: -200px 0px;
}
.youtube {
	background-position: -200px -50px;
}
.logo p {
	margin: 1em .25em .5em;
	padding: 0;
}
#last, .hide {
	display: none;
}
.show {
	display: block;
}
.arrowover .arrow, .arrowup .arrow{
	display: inline-block;
	position: relative;
	top: 2px;
	background-image: url(elements/icons.png);
	background-size: 480px;
	width: 16px;
	height: 16px;
	margin-left: .5em;
}
.arrowover .arrow{
	background-position: -160px -160px;
}
.arrowup .arrow{
	background-position: -80px -160px;
}
.endorsements .quote {
	font-size: 0.9em;
	font-style: italic;
}	
.endorsements .position {
	font-size: .9em;
}	
ul.endorsements {
	list-style: none;
	padding: 0;
	margin: 0;
}	
ul.endorsements li {
	padding: .25em 0 .25em .25em;
	margin: 0;
}
.softspace {
	margin: .5em 0;
	border-top: 1px dashed #999;
}
ul.endorsements li.withcomment {
	margin: .5em 0;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}
.endorsements .withphoto {
	text-align: center;
}
.col2, .endorsements.comment {
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
}
.col3 {
	-moz-column-count: 3;
	-moz-column-gap: 2em;
	-webkit-column-count: 3;
	-webkit-column-gap: 2em;
	column-count: 3;
	column-gap: 2em;
}
.col4, .endorsements.individual {
	-moz-column-count: 4;
	-moz-column-gap: 2em;
	-webkit-column-count: 4;
	-webkit-column-gap: 2em;
	column-count: 4;
	column-gap: 2em;
}

.listtable, .split, .formsplit {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
}
.listtable > div, .split > div, .formsplit > div{
	display: table-cell;
	vertical-align: top;
}
.split, .formsplit {
	width: 100%;
}
.split > div:not(:last-child){
	padding-right: 20px;
}
.size230 {
	width: 230px;
}
.size100 {
	width: 400px;
}
.size50 {
	width: 192px;
}
.size60 {
	width: 266px;
}
.size40 {
	width: 160px;
}
.size30 {
	width: 120px;
}
.size20 {
	width: 80px;
}
.formsplit > div.errorborder {
	padding: 4px;
}
.formsplit > div:not(:last-child){
	padding-right: 12px;
}
.check_human > div {
	padding: 4px;
}
.submitgroup {
	position: relative;
	padding-bottom: 1em;
}
#coverup {
	position: absolute;
	font-size: .85em;
	padding: 3.5em 0 0;
	text-align: center;
	width: 100%;
	top: 0;
	left: 0;
	color: #990000;
	background-color: rgba(255,255,255,.5);
	z-index: 11;
	display: none;
}
#coverup.after {
	display: block;
}
#coverup.after:after {
	content: "Submitting, please wait";
}
.sharetable {
	display: table;
	border-collapse: separate;
	border-spacing: .6em;
}
.sharecell {
	display: table-cell;
	vertical-align: middle;
	width: 58px;
	font-size: 10px;
	padding-left: .5em;
	padding-right: .5em;
}
.fb-share-button {
	position: relative;
	top: -8px;
}
.mail-button img{
	position: relative;
	top: -2px;
}
#slideshow {
	display: block;
	text-align: center;
	position: relative;
	max-width: 100%;
	padding-bottom: 43%;
}
.slide {
	-webkit-transition: opacity 1000ms cubic-bezier(.5, 0, .5, 1);
	transition: opacity 1000ms cubic-bezier(.5, 0, .5, 1);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.slide img, .plaque img{
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	height: auto;
}
.forcebreak:after {
	content: "\A";
	white-space: pre;
}
@media only screen and (max-width: 1260px) {
	#debug::before {
		content: "< 1260";
	}
	#header .fadebox {
		width: 32%;
	}


}
@media only screen and (max-width: 962px) {
	#debug::before {
		content: "< 962";
	}
	body {
		font-size: medium;
		padding: 1px;
	}
	#header {
		padding: 0 20px;
	}
	#navbar, .navspace {
		padding: 0;
	}
	#navbar > ul {
		font-size: 20px;
	}
	#navbar a{
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	#debug::before {
		content: "< 767";
	}
	#header .logo img {
		width: 100%;
		height: auto;
	}
	#header .logo {
		padding-right: 8px;
	}
	#navbar {
		display: none;
	}
	#mobilenav {
		display: block;
	}
	#main {
		padding: 4%;
		font-size: medium;
	}
	.sharetable {
		border-spacing: .2em;
	}
	.sharecell {
		height: 52px;
	}
	.fb-share-button {
		top: -4px;
	}
	a.call, a.call:link, a.call:visited {
		color: #BC2024;
	}
	.forcebreak:after {
		content: "";
	}
	.col4, .endorsements.individual {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}
@media only screen and (max-width: 658px) {
	#debug::before {
		content: "< 658";
	}
	#header > div, #header .fadebox {
		display: block;
		width: 100%;
		margin: 8px 0;
		text-align: center;
	}
	#header .fadebox p {
		text-align: center;
	}
	
}
@media only screen and (max-width: 560px) {
	#debug::before {
		content: "< 560";
	}
	.formsplit {
		display: block;
	}
	.formsplit > div{
		display: block;
		margin-bottom: 4px;
	}
	.formsplit > div:not(:last-child){
		padding-right: 0;
	}
	.formtable.border > tbody, .formtable.border > tbody > tr {
		display: inline;
	}
	.formtable.border td {
		display: block;
	}
	.formtable.border td.right {
		text-align: left;
	}
	input[type=text].formnorm,input[type=email].formnorm,input[type=tel], textarea.formnorm {
		box-sizing: border-box;
		width: 100%;
	}
	.formtable.border {
		width: 100%;
	}
}
@media only screen and (max-width: 463px) {
	#debug::before {
		content: "< 463";
	}
	.sharetable {
		display: block;
		text-align: center;
		width: 100%;
		border-spacing: 0;
	}
	.sharecell {
		display: inline-block;
		padding-left: 2em;
		padding-right: 2em;
		height: auto;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	#header .fadebox {
		padding: 8px;
	}
	.col3, .col4, .endorsements.individual {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	.col2, .endorsements.comment {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}
@media only screen and (max-width: 380px) {
	#debug::before {
		content: "< 380";
	}
}
@media only screen and (max-width: 320px) {
	#debug::before {
		content: "< 320";
	}
}
