@charset "utf-8";
body {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.2em;
	color: #000;
	margin: 0;
	padding: 0;
}
.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pad {
	padding: .5em;
}
.floatleft, .floatright{
	text-align: center;
	margin: .2em .5em .5em;
	float: none;
}
b, .bold {
	font-weight: 500;
}
p {
	margin: 0;
	padding: .2em 0 .5em;
	text-align: left;
}
p:last-child {
	margin-bottom: .2em;
}
.left, .left > p{
	text-align: left;
}
.right, .right > p {
	text-align: right;
}
.center, .center > p, .submitbutton {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.middle {
	vertical-align: middle;
}
.larger {
	font-size: larger;
}
.smaller {
	font-size: .9em;
}
table.center, div.center {
	margin-right: auto;
	margin-left: auto;
}
img { /* get rid of spaces under images */
	vertical-align: top;
	border: none;
}
h1, h2, h3, h4 {
	margin: 0 0 .3em;
	padding: 0;
}
h1 {
	font-weight: 500;
	font-size: 1.95em;
	line-height: 1em;
	text-transform: uppercase;
}
h2 {
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing: .05em;
	color: #AF0122;
}
h3 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1em;
	letter-spacing: .04em;
	color: #3D010B;
}
p + h3, div + h3 {
	margin-top: 1rem;
}
a, .submitbutton {
	-webkit-transition: all 300ms cubic-bezier(.5, 0, .5, 1);
	transition: all 300ms cubic-bezier(.5, 0, .5, 1);
}
a, a:link, a:visited{
	color: #2AA7D3;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #990000;
	cursor: pointer;
}
input.submitbutton:hover {
	cursor: pointer;
}
li {
	list-style-position: outside;
	padding-bottom: .5em;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}
li:last-child {
	padding-bottom: 0;
}
ul.formlist {
	list-style: none;
	padding: 0;
	margin: .8em 0;
}
ul.formlist li {
	padding: .3em;
}
ul.formlist li:nth-child(odd) {
	background-image: linear-gradient(90deg,#CACACA,#FFF);
}
ul.formlist li:nth-child(even) {
	background-image: linear-gradient(90deg,#EAEAEA,#FFF);
}
dt {
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1em;
	margin-top: .8rem;
	color: #29435E;
}
dd {
	padding: 0 0 .5em;
	margin: 0;
}
#fullwidth {
	box-sizing: border-box;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: .3em;
}
#header {
	box-sizing: border-box;
	background-color: #2AA7D3;
	color: #FFF;
	margin: 0;
	text-align: center;
	padding: 0;
}
#header img {
	width: 100%;
	height: auto;
}
.contact {
	color: #000;
	background-color: #FFF;
	margin: 0;
	padding: .25em;
}
.contact b {
	font-weight: 400;
	color: #990000;
}
.linkside ul {
	list-style: none;
	margin: 0;
	padding: 1em;
}
.linkside a, .linkside a:link, .linkside a:visited {
	color: #FFF;
}
.linkside a:hover, .linkside a:visited:hover {
	color: #990000;
}
#main {
	background-color: #DDD;
	padding: 1%;
}
.footer {
	margin: 1rem;
	font-size: .9em;
	text-align: center;
}
#navbar, .original, #mobilehide, #mobilenav ul ul {
	display: none;
}
#mobilenav {
	display: block;
	width: 100%;
	position: relative;
	background-color: #0B2139;
}
#mobilenav ul	{
	font-size: 19px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
#mobilenav li{
	box-sizing: border-box;
	width: 100%;
	list-style:none;
	display: table;
	text-align: center;
	padding: 0;
}
#mobilenav .soon {
	display: none;
}	
#mobilehide > ul > li{
	border-top: 1px solid #D0D2BC;
} 
#mobilehide > ul:last-child{
	border-bottom: 1px solid #D0D2BC;
}
#mobilehide .more{
	width: 70px;
	height: 44px;
}
#mobilenav .more {
	background-image: url(https://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 {
	display: block;
	line-height: 1.1em;
	padding: .5em 0;
}
#mobilenav .mobiletitle {
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: x-large;
	line-height: 52px;
	height: 52px;
	display: block;
	margin-right: 70px;
	overflow: hidden;
}
.mobileicon {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 52px;
	background-image: url(https://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: #FFF;
	background-color: #3D799E;
}
#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;
}

.error {
	color: #E92D25;
}
.errorborder {
	padding: .5em;
	margin-bottom: .5em;
	background-color: #990000;
	border: 1px solid #E92D25;
	color: #FFF;
}
.errorborder a, .errorborder a:link, .errorborder a:visited {
	color: #FFDA1F !important;
	text-decoration: none;
}
.errorborder a:hover, .errorborder a:visited:hover {
	color: #FFDA1F !important;
	text-decoration: underline;
}

.success {
	color: #0066CC;
}
.successborder {
	background-color: #DDD;
	border: 1px solid #0066CC;
	color: #0066CC;
}
.successborder a, .successborder a:link, .successborder a:visited {
	color: #000 !important;
	text-decoration: none;
}
.successborder a:hover, .successborder a:visited:hover {
	color: #000 !important;
	text-decoration: underline;
}
.page {
	padding: .8em;
	background-color: #FFF;
	border: 1px solid #666;
}
.anchor {
	padding-top: 1em;
}
.darkinside {
	padding: .8em;
	background-color: #000;
	margin-bottom: .8em;
	border: 1px solid #666;
}
.inside {
	padding: .8em;
	background-color: #FFF;
	border: 2px solid #000;
	color: #000;
}
.contactblock {
	border-top: 3px solid #3D010B;
	border-bottom: 3px solid #3D010B;
	margin: 1em 0;
	padding: .8em .2em;
}
.contactblock h3, .contactblock h3 a, .contactblock h3 a:link, .contactblock h3 a:visited {
	color: #990000;
}
.contactblock ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.news {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #1A6994;
	border-bottom: 2px solid #1A6994;
	margin: 1em 0;
	padding: .8em 0;
	text-align: center;
}
.news b {
	font-weight: 500;
	color: #1A6994;
}
.borderquote {
	padding: 1em 0;
	max-width: 40em;
}
.borderquote h4{
	font-size: 1.64em;
	line-height: 1em;
	font-weight: 500;
	color: #38639A;
	position: relative;
	margin-bottom: -.2em;
	padding-left: 1.2rem;
}
.borderquote blockquote {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	border-radius: 1em;
	background-color: #38639A;
	padding: 1.2em;
	color: #FFF;
}
.borderquote p {
	padding: 0;
	margin: 0;
}
.border {
	padding: 1em;
	border: 1px solid #999;
	margin: 1em 0;
}
.submittext {
	font-size: .88em;
	line-height: 1.1em;
}
.bright {
	color: #DF5A1B;
}
.color {
	color: #6AB8D5;
}
.submitbutton {
	display: block;
	font-size: .88em;
	font-weight: 700;
	border-radius: 8px;
}
a .submitbutton, input.submitbutton {
	display: table;
	background-color: #29435E;
	padding: .5em 1em;
	line-height: 1em;
}
input.submitbutton {
	font-family: "Hind", Arial, Helvetica, sans-serif;
	border: 1px outset #333;
	background-image: linear-gradient(90deg,transparent,#5FB0CB 25%,transparent);
}
a .submitbutton, a:link .submitbutton, a:visited .submitbutton, input.submitbutton {
	color: #FFF;
}
a:hover .submitbutton, a:visited:hover .submitbutton, input.submitbutton:hover, input.submitbutton:focus {
	background-color: #5FB0CB;
	color: #FFF;
}
.submitgroup {
	position: relative;
	padding-bottom: 1em;
}
#coverup {
	position: absolute;
	font-size: .85em;
	padding: 2.7em 0 0;
	text-align: center;
	width: 100%;
	top: 0;
	left: 0;
	color: #990000;
	background-color: rgba(227,228,230,.5);
	z-index: 11;
	display: none;
}
#coverup.after {
	display: block;
}
#coverup.after:after {
	content: "Submitting, please wait";
}
.split.center > div{
	margin: .8em;
}
@media only screen and (min-width: 20em) {
	#debug {
		z-index: 501;
		background-color: rgba(256,256,256,.5);
		border: 1px solid #FFF;
		color: #3300FF;
		padding: 4px;
		position: fixed;
		bottom: 0;
		right: 0;
	}
	#debug::before {
		content: "> 320";
	}
	.debugnotes {
		font-size: medium;
		line-height: 1.15em;
	}
}
@media only screen and (min-width: 41.1em) {
	#debug::before {
		content: "> 656";
	}
	.contact {
		border-bottom-left-radius: .5em;
		border-bottom-right-radius: .5em;
		margin: 0 3em;
	}
	.floatleft {
		float: left;
		margin: .2em 1em .5em 0;
	}
	.floatright {
		float: right;
		margin: .2em 0 .5em 1em;
	}
	.columnize {
		-moz-column-count: 2;
		-moz-column-gap: 2.5em;
		-webkit-column-count: 2;
		-webkit-column-gap: 2.5em;
		column-count: 2;
		column-gap: 2.5em;
	}
}
@media only screen and (min-width: 50em) {
	#debug::before {
		content: "> 800";
	}
	a.tel, a.tel:link, a.tel:visited {
		color: #000;
	}
	#fullwidth {
		padding: 1em;
	}
	#header > div {
		display: table-cell;
		vertical-align: middle;
	}
	.logoside {
		width: 70%;
	}
	.linkside ul {
		list-style: none;
		text-align: left;
		margin: 0;
		padding: 0 0 0 1em;
	}
	.contact {
		text-align: right;
		font-size: .9em;
		border-bottom-left-radius: 0;
		margin: 0;
	}
	.split{
		box-sizing: border-box;
		display: table;
		width: 100%;
	}
	.split > div{
		display: table-cell;
		vertical-align: top;
	}
	.content {
		padding: 0 1.2em;
	}
	ul.formlist {
		margin: 0;
	}
	.news {
		padding: .8em 1.2em;
	}
	.borderquote {
		padding: 1em 2em;
	}
}
@media only screen and (min-width: 60em) {
	#debug::before {
		content: "> 960";
	}
	body {
		font-size: 1.35vw;
	}	
	.logoside {
		width: 75%;
	}
	.contact {
		font-size: 1em;
		padding: .5em;
	}
	.linkside ul {
		padding-left: 2em;
	}
	.footer {
		margin: 1rem 8rem;
	}
	#navbar {
		display: block;
		font-size: 1.1em;
		line-height: 1.2em;
	}
	#navbar > ul {
		box-sizing: border-box;
		text-align: center;
		box-sizing: border-box;
		display: table;
		width: 100%;
		padding: 0 2em;
		margin: 0;
		list-style: none;
	}
	#navbar li{
		margin: 0;
		padding: 0;
	}
	#navbar > ul > li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		position: relative;
	}
	#navbar > ul > li:not(:last-child){
		padding-right: 2em;
	}
	#navbar .nav, #navbar a {
		border-top-left-radius: .7em;
		border-top-right-radius: .7em;
	}
	#navbar a {
		display: block;
		text-align: center;
		line-height: 2em;
		padding: 0 1.2em;
		border-top: 1px solid;
		border-left: 1px solid;
		border-right: 1px solid;
		border-color: #5FB0CB;
	}
	#navbar .nav {
		background-color: #29435E;
		background-image: linear-gradient(90deg,#5FB0CB,transparent);
	}
	#navbar a, #navbar a:link, #navbar a:visited {
		color: #AFD7E5;
	}
	#navbar a:hover, #navbar a:visited:hover {
		background-color: #5FB0CB;
		color: #FFF;
	}
	#navbar .nav.on {
		top: 1px;
		position: relative;
	}
	#navbar .nav.on a {
		background-color: #FFF;
		color: #333;
		border-color: #666;
	}
	#mobilenav {
		display: none;
	}
}
@media only screen and (min-width: 85.5em) {
	#debug::before {
		content: "> 1368";
	}
	#fullwidth {
		width: 86%;
	}
}