/* Normal */
.name-line, .date-line { border-bottom: 1px solid #000; }
ul { margin: 1.5rem; }

/* Switch Module */
section.content { padding: 0 0 50px; }
.step { padding: 3% 0; border-bottom: 1px solid #EEE; }
.step h1 { margin: 0 0 .5em; }
.step:last-child { padding-bottom: 0; border: 0; }
.step ul { list-style: none; margin: 0; padding: 0; }
.step > ul > li { float: left; width: 23.5%; margin-right: 2%; margin-bottom: 2%; }
.step ul li.last { margin-right: 0; }
.step ul li.full { margin-right: 0; width: 100%; }
.step ul li.half { width: 49%; }
.step ul li label { display: block; margin: 0 0 2px; }
.step ul li.required label:after { content: " *"; color: #B00; }
.step ul li input.text, .step ul li select { padding: 0 5px; width: 100%; max-width: 300px; height: 32px; }

.continue { margin: 3em 0 0; }

ul.completed { list-style: none; margin: 0 0 20px; padding: 0; border: 1px solid #CCC; background: #F9F9F9; padding: 2%; border-radius: 3px; }
ul.completed li h1 { font-size: 17px; text-transform: uppercase; margin: 0 0 15px; padding-bottom: 15px; border-bottom: 1px solid #DDD; font-weight: bold; }
ul.completed li h1 span { font-size: 12px; color: #8e8e8e; text-transform: none; font-weight: normal; }
ul.completed li a.green { margin: 0 0 10px; }
ul.completed li .owl-item { overflow: hidden; }
ul.completed li .owl-buttons div { position: absolute; top: -85px; z-index: 100; cursor: pointer; height: 16px; width: 16px; display: block; text-indent: -9999em; opacity: .65; }
ul.completed li .owl-prev { right: 40px; background: url("/images/arrow-left.png") left top no-repeat; }
ul.completed li .owl-next { right: 20px; background: url("/images/arrow-right.png") left top no-repeat; }
ul.completed li .owl-buttons div:hover { opacity: 1; }
ul#MoreAccounts li ul li a img { vertical-align: text-top; }


/* Typography */
h1 { margin: .5em 0; }
label { font-weight: bold; line-height: normal; }
p.req { color: #B00; }


/* Notifications */
.message { padding: 15px; font-size: 13px; margin: 0 0 1em; color: #FFF; font-weight: bold; }
.message p { color: #FFF; margin: 0; font-size: 1em; line-height: normal; }
.success { background: #ddf3d5; color: #066938; border: 1px solid #afcda4; }
.success p { color: #066938; }
.error { background: #ecc8c5; color: #b4302b; border: 1px solid #cf9595; }
.error p { color: #b4302b; }
.warning { background: #f8f4d5; color: #96722e; border: 1px solid #d8cf82; }
.warning p { color: #96722e; }
.info { background: #cde8f6; color: #447eaf; border: 1px solid #7dbce0; }
.info p { color: #447eaf; }
 
/* Parsley */
li.parsley-required, li.parsley-custom-error-message{ color: #B00;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}