﻿body {
	font-family: roboto, sans-serif;
	text-align: center;
	font-size: 17pt;
	font-weight: 100;
	color: #212122;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0.05em;
}

div.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: left;
	padding: 20px 0px;
	z-index: 10;
}

img.logo {
	height: 80px;
	max-width: 100%;
}

div.login, div.mlogin {
	float: right;
	font-weight: normal;
}

div.login input {
	width: 10em;
}

div.login input[type="submit"] {
	width: auto;
}

div.mlogin {	
	display: none;
}

#splash {
	position: relative;
	box-sizing: border-box;
	xbackground-color: #285279;
	background-color: #113258;
	background-image: url("images/splash.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding: 10em 0px 6em 0px;
	color: #ffffff;
	width: 100%;
	margin: 0px;
}

div.content {
	box-sizing: border-box;
	max-width: 1100px;
	margin: 0px auto;
	padding: 1em;
}


/* headings */
h1 {
	font-weight: bold;
	font-size: 330%;
	text-transform: uppercase;
	line-height: 110%;
	margin: 0.5em 0px;
}

.pinfo h2 {
	display: block;
	float: left;
	text-align: left;
	width: 5.2em;
	margin: 0px 0px 2em 0px;
	font-weight: bold;
	font-size: 220%;
	text-transform: uppercase;
	line-height: 110%;
	padding-bottom: 1em;
}

h3 {
	font-weight: 100;
	font-style: italic;
	font-size: 136%;
	margin: 1em 0px 5em 0px;
}

h4 {
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
}

.downarrow {
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0px;
	text-align: center;
	padding: 0px;
}

.downarrow img {
	height: 36px;
}

/* panels */

div.pinfo {
	position: relative;
	padding: 60px 0px 120px 0px;
}

#pgrey {
	background-color: #f1f1f1;
}

#pgrey h2 {
	border-bottom: 0.1em solid #000000;
	padding-bottom: 1em;
}

.seemore {
	margin: 1em 0px;
}

#pwhite {
	text-align: left;
	background-color: #ffffff;
}

#pwhite h2 {
	border-right: 0.1em solid #000000;
	margin-right: 1em;
}

#pblue {
	background-color: #3e95d1;
	color: #ffffff;
}

#pblue h2 {
	border-top: 0.1em solid #ffffff;
	padding-top: 1em;
	margin-right: 1em;
}

#pmustard {
	background-color: #dba628;
	color: #ffffff;
	padding: 30px 0px 20px 0px;
}

div.footer {
	background-color: #113258;
	color: #ffffff;
	padding: 75px 0px 0px 0px;
	margin-bottom: -100px;
}

div.footer img {
	float: left;
	margin: 0px 0px 2em 0px;
}

div.fbuttons {
	float: right;
	margin: 0px 0px 2em 0px;
	max-width: 40%;
}

p.copyright {
	clear: both;
	font-size: 75%;
	margin-top: 150px;
}

div.whatdoes, div.whychoose, div.value {
	width: 700px;
	float: right;
}

div.whatdoes p, div.value p {
	display: inline-block;
	box-sizing: border-box;
	width: 300px;
	max-width: 100%;
	padding: 0px 2em 2em 2em;
	margin: 0px auto;
	vertical-align: top;
}

div.whatdoes img {
	display: block;
	width: 70%;
	margin: 0px auto 1em auto;
}

div.value p {
	width: 50%;
}

div.value img {
	display: block;
	width: 90%;
	margin: 0px auto 1em auto;
}


/* forms */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1;
	color: #444444;
}

::-moz-placeholder { /* Firefox 19+ */
	opacity: 1;
	color: #444444;
}

:-ms-input-placeholder { /* IE 10+ */
	opacity: 1;
	color: #444444;
}

::-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #444444;
}

::placeholder {
	opacity: 1;
	color: #444444;
}

input:focus::placeholder:focus, input:focus::-moz-placeholder {
	opacity: 0;
}


input[type="submit"], input[type="text"], input[type="password"], .pcm_button, .button_trans {
	display: inline-block;
	line-height: normal !important;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: roboto, sans-serif;
	font-weight: normal;
	border-width: 1px;
	margin: 12px 2px;
	font-size: 70%;
	letter-spacing: 0.05em;
}

input[type="text"], input[type="password"] {
	padding: 0.4em 0.4em 0.5em 0.4em;
}

input[type=submit], .pcm_button, .button_trans {
	background-color: #dba628;
	color: #ffffff;
	border: 1px solid #dba628;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.4em 1em 0.5em 1em;
}

.button_trans {
	background-color: transparent;
	color: #dba628;
	border-width: 0.2em;
	font-size: 100%;
}


/* Popups */

div.modalback, div.modalimg {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 20;
	background-color: rgba(6, 2, 0, 0.63);
	text-align: center;
	padding: 0.2em 0.5em;
	overflow: auto;
}

div.modal {
	display: none;
	position: relative;
	background-color: #ffffff;
	padding: 3em 2em 1em 2em;
	max-width: 14em;
	margin: 10% auto 10px auto;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0px;
}

img.modclose {
	position: absolute;
	top: 1em;
	right: 1em;
	height: 2em;
	cursor: pointer;
}

div.modal input[type="submit"], div.modal input[type="text"], div.modal input[type="password"] {
	margin-top: 0px;
}

div.modal input[type="text"], div.modal input[type="password"] {
	border: 1px solid #dcdcdd;
	width: 100%;
}

.modal h2 {
	font-weight: bold;
	font-size: 100%;
	color: #113258;
	margin: 0px;
}

#modseemore .modal {
	max-width: 36em;
	padding-right: 0.5em;
	margin-top: 5%;
}

#modseemore p {
	padding-right: 6em;
}

#modseemore ul {
	font-size: 80%;
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

#modseemore li {
	margin-bottom: 0px;
	padding-left: 1.5em;
	padding-right: 0px;
}

#modseemore li:before {
	left: 0px;
	font-size: 240%;
	top: -0.7em;
}

.column {
	float: left;
	max-width: 17em;
	margin-right: 2em;
}

div.modalimg {
	z-index: 30;
	padding: 0px;
}

div.modalimg img {
	display: block;
	opacity: 0;
	max-width: 95%;
	margin: 2% auto;
}

/* Messages */
.pcm_msg {
	clear: both;
	display: block;
	padding: 0.5em 1em;
	margin: 1em 0px;
	width: 100%;
	box-sizing: border-box;
}

.msgError {
    color: #dd0000;
    border: 1px solid #dd0000;
    background-color: #ffeeee;
}

.msgSuccess {
    color: #009900;
    border: 1px solid #009900;
    background-color: #eeffee;
}


/* Misc */

p {
	margin: 0px 0px 1em 0px;
}

ul {
	display: inline-block;
	margin: 0px 0px 2em 0px;
	padding: 0px 0px 0px 1em;
	list-style-type: none;
}

li {
	position: relative;
	margin-bottom: 1em;
	padding-left: 3em;
	padding-right: 15%;
}

li:before {
	content: ".";
	position: absolute;
	left: 0.3em;
	font-size: 300%;
	top: -0.78em;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

strong {
	font-weight: bold;
}

.clearafter:after {
    content: "";
    display: table;
    clear: both;
}


/* mobile */

@media only screen and (max-width: 1060px) {
	body {
		font-size: 16pt; 
	}
	
	.pinfo h2 {
		margin-left: 10%;
	}

	div.whatdoes, div.whychoose, div.value {
		max-width: 100%;
	}

	#pwhite h2 {
		padding-bottom: 0px;
	}

	#pblue h2 {
		margin-bottom: 1em;
	}

}

@media only screen and (max-width: 950px) {
	body {
		font-size: 14pt;
	}

	div.mlogin {
		display: block;
		margin-left: 2em;
	}

	div.login {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	#splash {
		font-size: 12pt;
		background-image: url("images/splash_sm.jpg");
	}

	#modseemore p {
		padding-right: 2em;
	}
}


@media only screen and (max-width: 400px) {
	div.header {
		padding: 0px;
	}

	div.header .content {
		padding-top: 0.5em;
	}

	#splash {
		font-size: 8pt;
		padding-top: 16em;
	}

	div.whatdoes p, div.value p {
		width: 100%;
		padding: 0px 0px 1em 0px;
	}

	ul {
		padding: 0px;
	}

	li {
		padding-left: 1em;
		padding-right: 0px;
	}

	li:before {
		left: 0px;
	}

	div.content {
		padding: 1em;
	}

	.pinfo h2 {
		margin-left: 0px;
	}

	#pwhite h2 {
		margin-right: 0px;
	}

	#pblue h2 {
		margin-right: 0px;
	}

	div.fbuttons {
		max-width: 100%;
		width: 100%;
	}

	div.modal {
		font-size: 12pt;
		padding: 4em 1em 1em 1em;
	}
}

@media only screen and (max-width: 280px) {
	h1 {
		font-size: 220%;
	}

	div.content {
		padding: 1em 0.5em;
	}

	div.pinfo {
		padding: 0px 0px 80px 0px;
	}

	.pinfo h2 {
		font-size: 160%;
		margin: 1em 0px;
	}
}

	/* fonts */

	@font-face {
		font-family: 'roboto';
		src: url('Fonts/Roboto-Light-webfont.woff') format('woff');
		font-weight: 100;
	}

	@font-face {
		font-family: 'roboto';
		src: url('Fonts/Roboto-LightItalic-webfont.woff') format('woff');
		font-weight: 100;
		font-style: italic;
	}

	@font-face {
		font-family: 'roboto';
		src: url('Fonts/Roboto-Bold-webfont.woff') format('woff');
		font-weight: bold;
		font-style: normal;
	}

	@font-face {
		font-family: 'roboto';
		src: url('Fonts/Roboto-BoldItalic-webfont.woff') format('woff');
		font-weight: bold;
		font-style: italic;
	}

	@font-face {
		font-family: 'roboto';
		src: url('Fonts/Roboto-Regular-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'roboto';
		src: url('Fonts/Roboto-Italic-webfont.woff') format('woff');
		font-weight: normal;
		font-style: italic;
	}

