/* Reset 
---------------------------------------------------------------------------------------------------- */

html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
body {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6, p, ol, ul {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-size: inherit;}
a {color: inherit; text-decoration: none;}
img {border: 0; height: auto; max-width: 100%; -ms-interpolation-mode: bicubic;	vertical-align: middle;}
header, main, footer {position: relative;}
b, strong {font-weight: bold;}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: 0;}
nav ul, nav ul li {list-style: none; margin: 0 auto; padding: 0;}

/* Typography 
---------------------------------------------------------------------------------------------------- */

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.6em;
	padding: 1em 2em;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: auto;
}

h1 {color: #70489b; font-size: 1.5em; font-weight:normal; line-height: 1.5em; margin: .5em 0 0.67em 0;}
h2 {color: #39abdf; font-size: 1.2em; font-weight:normal; line-height: 1.5em; margin: .5em 0 0 0; text-transform: uppercase;}
h3 {color: #ef0d90; font-size: 1em; font-weight: bold; letter-spacing: 1px; line-height: 1.2em; margin: 0 0 0 0 0;}
h4 {color: #777; font-size: 1.5em; font-weight: normal; margin: 1em 0;}
h5 {color: #333; font-size: 1.2em; margin: 1.33em 0;}
h6 {color: #777; font-size: 1.2em; margin: 1.33em 0;}

h1 .tm {
	font-size: .7em;
}

h2 .tm {
	font-size: .6em;
}

.box h2 {
	margin-bottom: .9em;
	margin-top: 0;
}

h3.note {
	margin-top: 1em;
}

#content-right h2 {
	text-transform: none;
}

p {
	margin: 1em 0 0 0;
}

p.note {
	margin: 0 0 .25em 0;
}

/* Links */
a:link, 
a:visited {
	color: #70489b !important;
	font-weight: bold;
}

a:hover, 
a:active, 
a:focus {
	color: #ef0d90 !important;
}

/* Footer Links */
footer a, 
footer a:visited {
	border-left: 1px solid #ccc;
	font-size: .9em;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

footer a:last-child, 
footer a:last-child {
	border-right: 1px solid #ccc;
}

footer a:hover, 
footer a:active,
footer a:focus {
	text-decoration: underline;
}

footer,
#copyright {
	clear: both;
	font-size: .8em;
	text-align: center;
}

/* Layout 
---------------------------------------------------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	max-width: 800px;
	text-align: left;
	width: auto;
}

/* Header */
header {
	overflow: hidden;
	padding: 1em 0;
}

#maw-logo {
	float: left;
}

#lc-logo {
	float: right;
	font-size: 1.2em;
	font-style: italic;
}

#lc-logo img {
	margin-bottom: .2em;
	margin-left: .2em;
	vertical-align: bottom;
	width: 150px;
}

#content-left, #image-left, #content-right, #image-right {
	float: left;
}

#content-left, #image-left {
	float: left;
	margin-right: 5%;
	width: 50%
}

#content-right, #image-right {
	font-size: .9em;
	width: 45%;
}

#content-right h1 {
	margin-bottom: 0;
}

#content-right h2 {
	font-size: 1.5em;
}

#image-left, #image-right {
	padding-top: 1.2em;
}

#image-right img {
	margin-bottom: 12%;
}

.box {
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	/*border-radius: 8px;*/
	margin-top: 2em;
	overflow: hidden;
	padding: 1.2em 1em 1.3em 1.2em;
}

.box .content {
	float:left;
	margin-right: 6%;
	width: 50%;
}

.box .img {
	border: 1px solid #999;
	float:left;
	width: 43%;
}

.content-blocks {
	overflow:hidden;
	padding: 20px 0;
}

.content-blocks .block {
	float: left;
	width: 45%; 
}

.content-blocks .block:first-child {
	margin-right: 10%;
}

.border-top {
	border-top: 1px solid #ccc;
}

/* Form 
---------------------------------------------------------------------------------------------------- */

#login {
	background-color: #e8f8ff;
	border: 1px solid #39abdf;
	padding: 0 1em 1em 1em;
}

#login p {
	margin: .5em 0;
}

#login label {
	padding-top: .75em;
}

label {
	display: block;
	font-weight: normal;
	color: #333;
	font-size: 1em;
	text-transform: uppercase;
}

input[type="text"], input[type="password"] {
	display: inline;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-sizing: border-box;
}

input[type="text"]:focus, input[type="password"]:focus {
	border-color: #39abdf;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

div.formline {
	overflow: hidden;
}

div.formline div.formfield:first-child {
	margin-right: 10%;
}

div.formfield {
	float: left;
	margin: 15px 0 0 0;
	width: 45%
}

/* Button */
.btn {
	background-image: -webkit-linear-gradient(top, #3aaee2 0%, #107dad 100%);
	background-image: -o-linear-gradient(top, #3aaee2 0%, #107dad 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3aaee2), to(#107dad));
	background-image: linear-gradient(to bottom, #3aaee2 0%, #107dad 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #107dad;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	margin-bottom: 0;
	padding: 4px 10px 6px 10px;
	text-align: center;
	touch-action: manipulation;
	-ms-touch-action: manipulation;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
	color: #fff;
	text-decoration: none;
		background-image: -webkit-linear-gradient(top, #ea0d8d 0%, #890552 100%);
	background-image: -o-linear-gradient(top, #ea0d8d 0%, #890552 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea0d8d), to(#890552));
	background-image: linear-gradient(to bottom, #ea0d8d 0%, #890552 100%);
	border: 1px solid #890552;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	outline: 0;
}

input {
	display: inline;
}

/* Slides 
---------------------------------------------------------------------------------------------------- */

.bss-slides{
  position: relative;
  display: block; 
  overflow: hidden;   
}
.bss-slides:focus{
 outline: 0;
}
.bss-slides figure{
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
.bss-slides figure:first-child{
  position: relative;
}
.bss-slides figure img{
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bss-slides .bss-show{
  z-index: 2;
}
.bss-slides .bss-show img{
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative; 
}

.bss-next, .bss-prev{
  color: #fff;
  position: absolute;
  background: #000;
  background: rgba(0,0,0, .6);
  bottom: 0;
  z-index: 4;
  font-size: 1.5em;
  margin-top: -1em;
  opacity: .3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bss-next:hover, .bss-prev:hover{
  cursor: pointer;
  opacity: 1;
}
.bss-next{
  right: -1px;
  padding: 5px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bss-prev{
  left: 0;
  padding: 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media only screen and (max-width: 640px) {
	div {float: none !important; margin-right: 0 !important; width: auto !important;}
	#lc-logo {margin-top: 20px;}
	#image-right img {margin-bottom: 15px;}
}