<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700');
/*********************************************************************************/
/* Style Secure                                                                  */
/*********************************************************************************/
/*********************************************************************************/
/* Reset                                                                         */
/*********************************************************************************/
* {
	margin:0; padding:0;
	/*-webkit-overflow-scrolling: touch; disabled as obscured header on ios pull down*/
}
html {
	margin: 0;
	height: 100%;
}
html, body {
	width: 100%;
	overflow-x: hidden; /* Fix wider background */
	height: 100%;
}
body {
	font-family: 'Muli', sans-serif;
	line-height: 1;
	font-size: 14px;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #333333;
	background: #A69E8E;
	background: #FFFFFF;
}
h1, p, li {
	font-weight: 400;
	font-size: 1rem;
	font-size: .875rem;
}
h1 {
	font-weight: 300;
}
a {
	text-decoration: none;
	color: #6A5833;
}
strong {
	font-weight: 700;
}
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/
#container {
	float: left;
	width: 100%;
	height: 100%;
	background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url('img/desktop/wickhambreaux.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 990;
}
.wrapper {
	margin: 0 auto;
	/* max-width: 1200px; */
	width: 98%;
}
/*********************************************************************************/
/* Common                                                                        */
/*********************************************************************************/
.button {
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 0 30px;
	line-height: 35px;
	min-width: 50px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	-moz-transition: background-color ease-out .5s;
	-o-transition: background-color ease-out .5s;
	-webkit-transition: background-color ease-out .5s;
	transition: background-color ease-out .5s;
	background: #A69E8F;
	background: #EBE9E0;
	color: #FFFFFF;
	color: #333333;

}
.buttonsml {
	padding: 0 10px;
	line-height: 25px;
}
.button:hover {
	background: #C2B8A7;
	background: #CDC8B1;
}
.promote {
	background: #3EAD4D;
	color: #FFFFFF;
}
.promote:hover {
	background: #44BD54;
}
.buttonred {
	background: #CC0000;
	color: #FFFFFF;
}
.buttonred:hover {
	background: #FF0000;
}
.buttongreen {
	background: #2DB300;
	color: #FFFFFF;
}
.buttongreen:hover {
	background: #33CC00;
}
/*********************************************************************************/
/* Sign In                                                                       */
/*********************************************************************************/
#signinhead {
	width: 400px;
	max-width: 100%;
	margin: 1rem auto 2rem auto;
}
#signinhead img {
	max-width: 100%;
	height: auto;
}
#signinhead p {
	margin-top: 10px;
	text-align: center;
	line-height 150%;
	font-size: 115%;
}
#signinform {
	width: 50%;
	max-width: 500px;
	padding: 1rem 2%;
	margin: 3rem auto 1rem auto;
	border: solid 1px #EAE9E1;
	background: #FFFFFF;
	background: rgba(255,255,255, 0.9);
}
#signinform h1 {
	font-size: 180%;
	margin-bottom: 20px;
}
#signinform .errormsg {
	margin-bottom: 2em;
}
#signinform .errormsg p {
	font-size: 90%;
	color: #CC0000;
}
.formlayout li {
	list-style-type: none;
	margin-bottom: 1em;
}
.formlayout li {
	list-style-type: none;
	margin: 0 0 20px 0;
}
.formlayout .formobject {
	padding: .5em 1%;
	margin: 0;
	border: solid 1px #CCCCCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 115%;
	width: 98%;
	color: #666666;
}
/*input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}*/
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	box-shadow: 0 0 5px rgba(0, 159, 147, 1);
	border: 1px solid rgba(0, 159, 147, 1);
	outline: none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.formlayout .button {
	border: 0;
	font-size: 1.125rem;
	cursor: pointer;
	-webkit-appearance: none;
}
p a {
	color: #333333;
}
p a:hover {
	color: #009F93;
	text-decoration: underline;
}
p.cta {
	font-size: .875rem;
	margin: 1rem 0;
	text-align: center;
}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
#footer {
	float: left;
	width: 100%;
	position: relative;
	z-index: 99;
	margin: 1em 0;
}
#footerlinks,
#footerdebug,
#footer .credit {
	list-style-type: none;
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
}
#footerlinks li,
#footerdebug li,
#footer .credit p {
	display: inline-block;
	font-size: .75rem;
	padding: 0 1rem;
}
#footerlinks li a,
#footer .credit p {
	text-decoration: none;
	color: #FFFFFF;
}
#footerlinks li a:hover,
#footerlinks li .selected {
	text-decoration: underline;
}

@media (max-width: 750px) { 
	
	#signinform {
		width: 80%;
		max-width: none;
	}
	#signinform h1 {
		font-size: 1.5rem;
	}
	#footer {
		text-align: center;
	}
	#footer .credit {
		float: none;
		display: inline-block;
		margin: 1em auto;
		text-align: center;
	}
}</pre></body></html>